.related-products-inner>.swiper-wrapper {
    height: auto;
}

.product-card-wrapper .product-card {
    height: auto !important;
    min-height: 485px;
}

.related-products-carousel-arrow {
    top: 40% !important;
}

.related-products-inner .pc__title {
    max-height: 77px;
    overflow: hidden;
}

.detail-related-carousel-wrapper {
    position: relative;
}

.detail-related-carousel-arrow {
    position: absolute;
    top: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    opacity: .32;
    background: none;
    border: none;
    cursor: pointer;
}

.detail-related-carousel-arrow:focus-visible {
    opacity: 1;
}

.detail-related-carousel-arrow:hover {
    opacity: 1;
}

.detail-related-carousel-arrow:active {
    opacity: 1;
}

.detail-related-carousel-arrow_left {
    left: -30px;
}

.detail-related-carousel-arrow_right {
    right: -30px;
}

.detail-related-carousel__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 30px;
}

.detail-related-carousel__dots .owl-dot {
    position: relative;
    display: inline-flex;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0;
    margin: 0;
    background: none;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    color: transparent;
    outline: none;
}

.detail-related-carousel__dots .owl-dot.active {
    border-color: #1f80c4;
}

.detail-related-carousel__dots .owl-dot::after {
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.375rem;
    height: 0.375rem;
    margin-top: -0.1875rem;
    margin-left: -0.1875rem;
    border-radius: 100%;
    background-color: #ddc2bd;
    color: #ddc2bd;
    content: '';
}

.detail-related-carousel__dots .owl-dot.active::after {
    background-color: #1f80c4;
    color: #1f80c4;
}