
/* Products Grid */
.products-section {
    padding: 40px 0;
}

.product-thumb {
    border-radius: 8px;
    margin-bottom: 30px;
    border: none;
}


.product-thumb .image img {
    border-radius: 6px;
    width: 100%;
}

.product-thumb .caption {
    padding: 15px 0;
    min-height: 120px;
}
.product-thumb .caption a:hover{
    text-decoration: none;
    color: white;
}
.product-thumb h4 {
    font-size: 16px;
    margin: 0 0 10px;
}

.product-thumb .description {
    font-size: 13px;
    color: var(--text-secondary);
    height: 40px;
    overflow: hidden;
}

.product-thumb .price {
    font-size: 18px;
    font-weight: 700;
    color: var(--accent-yellow);
    margin: 10px 0;
}

.product-thumb .price-old {
    color: var(--text-secondary);
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 10px;
}

.product-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.product-thumb img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}
.product-layout{
    border-radius: 10px;
    overflow: hidden;
}
.product-layout .product-thumb:hover{
    background-color: #ff2368;

}
.product-layout .caption{
    text-align: center;
}

.hero-product-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.product-subtitle {
    font-size: 12px;
    color: var(--text-secondary);
    width: 100%;
}

.product-title {
    font-size: 28px;
    font-weight: 600;
}

.product-sku {
    color: var(--text-secondary);
    font-size: 14px;
}

.product-price-block {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: auto;
}
.price-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;

}
.price-block #button-cart{
    font-size: 16px;
   height: 60px;
}
.price-old {
    color: var(--text-secondary);
    text-decoration: line-through;
}
@media (min-width: 640px) {
    .price-block{
        font-size: 32px;
    }
    .price-old {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .price-block{
        font-size: 42px;
    }
    .price-old {
        font-size: 22px;
    }
}
.price-current {

    font-weight: 600;
    color: var(--accent-yellow);
}



.btn-buy {
    display: inline-block;
    background: var(--accent-pink);
    color: var(--text-primary);
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.btn-buy:hover {
    background: #e01f5c;
    transform: translateY(-2px);
    color: var(--text-primary);
}
.product-link:hover{
    text-decoration: none;
    color: unset;

}
.breadcrumb{
    background-color: unset;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    vertical-align: middle;
}
.breadcrumb > li + li::before{
    content:"";
    padding: 0;

}
.img-ph img {

    height: 100%;
    object-fit: cover; /* Это "отзумит" картинку, чтобы она заполнила всё пространство */
    object-position: center; /* Центрирует изображение */
    display: block;
}

.img-ph {
    display: block;
    height: 500px;
    width: 375px;
    border-radius: 12px;
    margin:0 20px;
    overflow: hidden;
}
.btn-reset {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    box-shadow: none;
    color: inherit; /* наследует цвет текста родителя */
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
}

.btn-reset:hover,
.btn-reset:focus,
.btn-reset:active {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    color: inherit;
}
.slick-arrow-controls{
    border-radius: 50%;

    width: 40px;
    height: 40px;
    position: absolute;

}

.slick-arrow-controls:hover{

}
.slick-arrow-controls-prev{
    left: 0;
    top: calc(50% - 20px);
    z-index: 2;
}
.slick-arrow-controls-next{
    right: 0;
    top: calc(50% - 20px);
    transform: rotate(180deg);
}

.hero-gallery{
    padding-top: 25px;
    padding-bottom: 30px;
   /* margin-left: calc(var(--bs-gutter-x)*-1); */
    margin-right: calc(var(--bs-gutter-x)*-1);
}
.tab-link{
    padding: 1rem;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-color: transparent;
    font-size: 2rem;
}
.tab-link.active{
    color: #ff2368;
    border-bottom-color:#ff2368;
}
.slogan{
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 18px;
    zoom: 1.5;
}
.body-parts {
    padding: 20px var(--px) 40px;
}

.body-parts-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    align-items: end;
}

.body-part {
    text-align: center;
    height:180px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: column;
}
.body-part .img-ph{
    height:100%; 
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.body-part.large {
    height:312px;
}
.body-part.middle {
    height:260px;
}

.body-part-label {
    font-size: 12px;
    opacity: 0.6;
    margin-top: 6px;
}
.img-photo{
    height: 100%;
    width: 100%;
    object-fit: cover; /* Это "отзумит" картинку, чтобы она заполнила всё пространство */
    object-position: center; /* Центрирует изображение */
    display: block;
    transition: transform 0.1s ease-out; /* Плавность движения */
}
@media (min-width: 992px) {
    .img-photo-cont:hover .img-photo{
        transform: scale(2); /* Коэффициент увеличения */
    }
}

.img-photo-cont{
    width: auto;
    border-radius: 0.8rem;
    overflow: hidden;

}
.product-card-link:hover{
    color:inherit;
    transition: none;
}

.home-slider .slick-list,.home-slider .slick-track,.home-slider .slick-link{
    height: 100%;
}
.home-slider .slick-slide{
    border-radius: 0.8rem;
    overflow: hidden;
    height: 100%;
}
.home-slider .slick-link{
    display: block;
}
.home-slider .slick-slide .slick-image{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#top-slider{
    overflow: hidden;
}
.header-slider-banner{
    display:block;
    height: 400px; /* Фиксируем высоту */
    width: 100%;   /* Ширина на весь колумн */
    background-color: #581eaf;
    border-radius: 0.8rem;
}
.header-slider-banne-image{
    width: 100%;
    height: 100%;
    object-fit: contain; /* Заполнит блок, обрезав лишнее по бокам */
    /* object-fit: contain;  -- если нужно вписать целиком без обрезки */
}
.vision-image-cont{
   /* height: 380px;*/
   width: 100%;
    overflow: hidden;
    /*border-radius: 0.8rem;*/
}
.vision-image{
   width: 100%;
    height: 100%;
    object-fit: cover;
}

/*********** footer */
/* ===== XDolls Footer ===== */
.xd-footer {
    background: var(--bg-primary);
    color: var(--text-primary);
    padding: 50px 0 25px;
    font-family: var(--font-family);
}

.xd-footer__container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- Top grid: brand + categories --- */
.xd-footer__top {
    display: grid;
    grid-template-columns:2fr 1fr 1fr 1fr 1fr 0.7fr;
    gap: 30px;
    padding-bottom: 40px;
}

.xd-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.xd-footer__logo {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}
.xd-footer__logo .x { color: var(--accent-pink); }

.xd-footer__phone {
    font-size: 22px;
    font-weight: 400;
    color: var(--text-primary);
}

.xd-footer__socials {
    display: flex;
    gap: 18px;
}
.xd-footer__socials a {
    color: var(--text-secondary);
    font-size: 18px;
    transition: color .25s ease;
}
.xd-footer__socials a:hover { color: var(--accent-pink); }

/* --- Category columns --- */
.xd-footer__col-title {
    font-size: 15px;
    font-weight: 400;
    color: var(--text-secondary);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.xd-footer__col-title .icon-male,
.xd-footer__col-title .icon-game {
    color: var(--accent-pink);
    font-size: 14px;
}

.xd-footer__list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.xd-footer__list a {
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 400;
    transition: color .25s ease;
}
.xd-footer__list a:hover { color: var(--accent-pink); }

/* Collapsible "Уценка" group */
.xd-footer__group--collapsible .xd-footer__col-title {
    cursor: pointer;
    color: var(--text-primary);
}
.xd-footer__group--collapsible .xd-footer__col-title::before {
    content: "\f0d7"; /* caret-down */
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: var(--accent-pink);
    font-size: 12px;
}

/* --- Divider + bottom row --- */
.xd-footer__divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin: 0;
}

.xd-footer__bottom {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 0.7fr;
    gap: 30px;
    padding: 28px 0 12px;
    align-items: start;
}

.xd-footer__copy {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.5;
}
.xd-footer__copy a {
    color: var(--text-secondary);
}
.xd-footer__copy a:hover { color: var(--accent-pink); }

.xd-footer__copy-line {
    margin-bottom: 14px;
}

.xd-footer__contact p,
.xd-footer__bottom-col a {
    font-size: 14px;
    color: var(--text-primary);
    margin: 0 0 12px;
    display: block;
    transition: color .25s ease;
}
.xd-footer__contact p:hover,
.xd-footer__bottom-col a:hover {
    color: var(--accent-pink);
}

.xd-footer__live {
    color: var(--accent-pink);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.xd-footer__live::after {
    content: "\f04b";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 11px;
}

/* ===== TABLET (≤ 1200px) ===== */
@media (max-width: 1200px) {
    .xd-footer__container { padding: 0 30px; }

    .xd-footer__top {
        grid-template-columns: 1fr;
        gap: 0;
        padding-bottom: 20px;
    }

    .xd-footer__brand {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 30px;
        padding-bottom: 30px;
        margin-bottom: 10px;
    }
    .xd-footer__logo { font-size: 48px; }

    /* Категории в виде аккордеона */
    .xd-footer__group {
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .xd-footer__col-title {
        margin: 0;
        padding: 18px 0;
        font-size: 17px;
        color: var(--text-primary);
        cursor: pointer;
        position: relative;
    }
    .xd-footer__col-title::after {
        content: "\f078";
        font-family: "Font Awesome 7 Free";
        font-weight: 900;
        color: var(--text-secondary);
        position: absolute;
        right: 0;
        font-size: 12px;
        transition: transform .25s ease;
    }
    .xd-footer__group--open .xd-footer__col-title::after {
        transform: rotate(180deg);
    }

    .xd-footer__list {
        max-height: 0;
        overflow: hidden;
        margin: 0;
        transition: max-height .3s ease, padding .3s ease;
    }
    .xd-footer__group--open .xd-footer__list {
        max-height: 1000px;
        padding: 0 0 18px;
    }

    .xd-footer__bottom {
        grid-template-columns: 1fr 1fr;
        gap: 30px 40px;
        padding-top: 30px;
    }
    .xd-footer__copy {
        grid-column: 1 / -1;
        order: 99;
        margin-top: 10px;
    }
}

/* ===== MOBILE (≤ 600px) ===== */
@media (max-width: 600px) {
    .xd-footer__container { padding: 0 20px; }

    .xd-footer__brand {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .xd-footer__logo { font-size: 40px; }
    .xd-footer__phone { font-size: 20px; }

    .xd-footer__bottom {
        grid-template-columns: 1fr;
        gap: 22px;
        padding-top: 24px;
    }
    .xd-footer__contact p,
    .xd-footer__bottom-col a {
        margin-bottom: 10px;
    }
}
/****** end footer ******/
.fa-star.y,.fa-star-half.y,.sr-summary-num.y,.fa-star-half-stroke.y{
    fill: var(--accent-yellow);
    color: var(--accent-yellow);
}

.sr-heading{margin-bottom:24px;font-weight:700}
.sr-layout{display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}
.sr-list{flex:1 1 65%;min-width:300px;display:flex;flex-direction:column;gap:14px}
.sr-side{flex:0 1 320px;display:flex;flex-direction:column;gap:18px;position:sticky;top:20px}

.sr-card,.sr-summary,.sr-form{
    background: #0d1540;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding:16px 18px;
    box-shadow:0 1px 3px rgba(0,0,0,.06);
    color: white;
}
.sr-card-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.sr-avatar{width:40px;height:40px;border-radius:50%;background:#22c5b3;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}
.sr-author{flex:1}
.sr-stars{display:block;font-size:13px;margin-top:2px}
.sr-stars .sr-rating-num{color:#1f8ce6;margin-left:4px;font-weight:600}
.sr-date{color:#9aa3ad;font-size:13px}
.sr-text{color:white;line-height:1.5}
.sr-answer{margin-top:12px;padding:12px 14px;background: #0c1339;border-radius:8px}
.sr-answer-head{margin-bottom:4px;color: #cdced0
}

.sr-summary-rating{font-size:32px;font-weight:700;color:#27313d}
.sr-summary-rating .fa{color:#f5b50a;font-size:24px;margin-left:4px}
.sr-summary-title{font-weight:600;margin-top:6px}
.sr-summary-total{color:#9aa3ad;margin-bottom:10px;font-size:14px}
.sr-summary-list{list-style:none;padding:0;margin:10px 0 0;border-top:1px solid #eef0f3;padding-top:10px}
.sr-summary-list li{display:flex;justify-content:space-between;padding:4px 0;font-size:14px}
.sr-summary-list .fa{color:#f5b50a}
.sr-form h3{margin-top:0}
.sr-rate-row{display:flex;flex-direction:column}
.sr-rate{direction:rtl;display:inline-flex;justify-content:flex-end}
.sr-rate input{display:none}
.sr-rate label{cursor:pointer;font-size:20px;color:#d0d7df;padding:0 2px;margin:0}
.sr-rate label .fa-star-o:before{content:"\f006"}
.sr-rate input:checked ~ label .fa,
.sr-rate label:hover .fa,
.sr-rate label:hover ~ label .fa{color:#f5b50a}
.sr-rate input:checked ~ label .fa-star-o:before,
.sr-rate label:hover .fa-star-o:before,
.sr-rate label:hover ~ label .fa-star-o:before{content:"\f005"}
.sr-submit{background:#111;color:#fff;border:0;padding:12px 24px;border-radius:8px;width:100%;font-weight:600}
.sr-submit:hover{background:#000;color:#fff}
.sr-consent{font-size:12px;margin-top:10px}
@media(max-width:768px){.sr-side{position:static;flex:1 1 100%}}