/* =====================================================
   KOTTON PRODUCT PAGE — CLEAN MODULE
===================================================== */

.page-product {
    --product-dark: #4b4545;
    --product-black: #111111;
    --product-text: #3f3a3a;
    --product-muted: #8f8f8f;
    --product-line: #eeeeee;
    --product-soft: #f7f5f8;
    --product-pink: #ffdce3;
    --product-radius: 22px;
}

/* =====================================================
   HEADER MODE ON PRODUCT
===================================================== */

.page-product .site-header {
    color: #111111;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid #eeeeee;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.page-product .header-logo img {
    filter: none;
}

/* =====================================================
   PAGE
===================================================== */

.product-page {
    padding-top: 68px;
    padding-bottom: 120px;
    background: #ffffff;
}

/* =====================================================
   HERO / TOP GALLERY DESKTOP
===================================================== */

.product-hero {
    position: relative;
    background: #ffffff;
}

.product-gallery {
    position: relative;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    width: 100%;
    height: calc(100vh - 184px);
    min-height: 640px;

    overflow: hidden;
    background: #f5f5f5;
}

.product-gallery__item {
    position: relative;

    width: 100%;
    height: 100%;
    padding: 0;

    display: block;

    border: 0;
    background: #f6f6f6;
    overflow: hidden;
    cursor: pointer;
}

.product-gallery__item img {
    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;
    object-position: center top;

    transition: transform .42s cubic-bezier(.22, .8, .22, 1);
}

.product-gallery__item:hover img {
    transform: scale(1.025);
}

.product-gallery__item--empty {
    display: grid;
    place-content: center;

    color: #999999;
    font-size: 18px;
}

.product-gallery-dots,
.product-mobile-close,
.product-mobile-colors-trigger,
.product-mobile-favorite,
.product-mobile-related-trigger,
.product-mobile-summary {
    display: none;
}

/* =====================================================
   DESKTOP DETAILS SECOND SCREEN
===================================================== */

.product-details {
    max-width: 1240px;
    margin: 0 auto;

    padding: 76px 24px 86px;

    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.product-details__photo {
    width: 430px;
    min-height: 650px;
    padding: 0;

    border: 0;
    border-radius: 20px;
    background: #f7f7f7;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    cursor: pointer;
}

.product-details__photo img {
    width: 100%;
    height: 100%;

    display: block;
    object-fit: contain;
    object-position: center;
}

.product-details__content {
    min-width: 0;
    padding-top: 78px;
}

/* breadcrumbs */

.product-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;

    margin-bottom: 14px;

    color: #9b9b9b;
    font-size: 13px;
    line-height: 1.2;
}

.product-breadcrumbs a {
    color: #9b9b9b;
    text-decoration: none;
}

.product-breadcrumbs span:last-child {
    color: #6b6b6b;
}

/* title */

.product-title {
    max-width: 680px;
    margin: 0 0 34px;

    color: var(--product-text);

    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -.06em;
    font-weight: 800;
    text-transform: uppercase;
}

/* info grid */

.product-info-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 18px;
    align-items: start;
}

.product-description-card {
    min-height: 158px;
    padding: 24px 22px 20px;

    border-radius: 18px;
    background: var(--product-soft);
}

.product-description-card h2 {
    margin: 0 0 14px;

    color: var(--product-text);
    font-size: 17px;
    line-height: 1;
    font-weight: 800;
}

.product-description-card__text {
    max-height: 80px;

    overflow: hidden;

    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.38;
}

.product-description-card__text p {
    margin: 0 0 8px;
}

.product-description-card button {
    margin-top: 12px;
    padding: 0;

    border: 0;
    background: transparent;
    color: var(--product-text);

    font-size: 14px;
    line-height: 1;
    text-decoration: underline;
    cursor: pointer;
}

.product-side {
    min-width: 0;
}

/* info rows */

.product-info-list {
    border: 1px solid var(--product-line);
    border-radius: 18px;

    background: #ffffff;
    overflow: hidden;
}

.product-info-row {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;

    border: 0;
    border-bottom: 1px solid var(--product-line);
    background: #ffffff;
    color: #4d4d4d;

    display: grid;
    grid-template-columns: 1fr 20px;
    align-items: center;
    gap: 14px;

    text-align: left;
    cursor: pointer;

    font-size: 14px;
    line-height: 1.1;
}

.product-info-row:last-child {
    border-bottom: 0;
}

.product-info-row b {
    color: #333333;
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
}

.product-info-row:hover {
    background: #fafafa;
}

/* telegram */

.product-telegram-btn {
    width: min(380px, 100%);
    min-height: 58px;
    margin-top: 22px;
    padding: 0 24px;

    border-radius: 999px;
    border: 1px solid #ff8da3;
    color: #ff8da3;
    background: #ffffff;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.product-telegram-btn:hover {
    background: #ff8da3;
    color: #ffffff;
    transform: translateY(-1px);
}

/* colors */

.product-colors-preview {
    margin-top: 28px;
}

.product-colors-preview h2 {
    margin: 0 0 14px;

    color: #999999;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.product-colors-preview__list {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.product-colors-preview__list a {
    width: 66px;
    height: 66px;

    border-radius: 50%;
    background: #f5f5f5;

    display: block;
    overflow: hidden;
}

.product-colors-preview__list img {
    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;
    object-position: center top;

    transition: transform .22s ease;
}

.product-colors-preview__list a:hover img {
    transform: scale(1.08);
}

/* meta */

.product-meta {
    margin-top: 20px;

    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.45;
}

.product-meta span:not(:last-child)::after {
    content: " • ";
}

/* =====================================================
   PRODUCT REVIEWS — KOTTON
===================================================== */

.product-reviews {
    max-width: 1240px;
    margin: 0 auto;
    padding: 16px 24px 86px;
}

.product-reviews__head {
    margin-bottom: 26px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.product-reviews__head span {
    display: block;
    margin-bottom: 10px;

    color: #999999;
    font-size: 11px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.product-reviews__head h2 {
    margin: 0;

    color: var(--product-text);
    font-size: 32px;
    line-height: 1;
    letter-spacing: -.06em;
    font-weight: 800;
    text-transform: uppercase;
}

.product-reviews__head button {
    min-width: 190px;
    height: 54px;
    padding: 0 28px;

    border: 0;
    border-radius: 999px;
    background: #ff8da3;
    color: #ffffff;

    font-size: 15px;
    line-height: 1;
    font-weight: 700;

    cursor: pointer;
}

.product-reviews-summary {
    min-height: 110px;
    margin-bottom: 18px;
    padding: 28px 34px;

    border: 1px solid var(--product-line);
    border-radius: 18px;
    background: #ffffff;

    display: flex;
    align-items: baseline;
    gap: 14px;
}

.product-reviews-summary strong {
    color: var(--product-text);
    font-size: 56px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: -.05em;
}

.product-reviews-summary span {
    color: #999999;
    font-size: 15px;
    line-height: 1.2;
}

.product-reviews-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.product-review-card {
    min-height: 190px;
    padding: 22px;

    border: 1px solid var(--product-line);
    border-radius: 18px;
    background: #ffffff;
}

.product-review-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-review-card__avatar {
    width: 40px;
    height: 40px;

    border-radius: 50%;
    background: #f3f3f3;
    color: #111111;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    line-height: 1;
    font-weight: 850;
    text-transform: uppercase;
}

.product-review-card__head strong {
    display: block;

    color: #111111;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 850;
}

.product-review-card__head span {
    display: block;
    margin-top: 4px;

    color: #aaaaaa;
    font-size: 12px;
    line-height: 1;
}

.product-review-card__text {
    margin-top: 18px;

    color: #333333;
    font-size: 15px;
    line-height: 1.5;
}

.product-review-card__answer {
    margin-top: 18px;
    padding-top: 14px;

    border-top: 1px solid var(--product-line);
}

.product-review-card__answer strong {
    display: block;
    margin-bottom: 8px;

    color: #111111;
    font-size: 12px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-review-card__answer p {
    margin: 0;

    color: #777777;
    font-size: 14px;
    line-height: 1.45;
}

.product-reviews-empty {
    padding: 34px;

    border: 1px solid var(--product-line);
    border-radius: 18px;
    background: #ffffff;

    color: #c2c2c2;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.product-review-message {
    margin: 0 0 16px;
    padding: 15px 18px;

    border-radius: 14px;

    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
}

.product-review-message--success {
    background: #f5fbf7;
    color: #1f7a3f;
}

.product-review-message--error {
    background: #fff6f5;
    color: #b42318;
}

/* review drawer form */

.product-review-form {
    display: grid;
    gap: 18px;
}

.product-review-form__product {
    padding: 14px;

    border: 1px solid var(--product-line);
    border-radius: 18px;
    background: #fafafa;

    display: grid;
    grid-template-columns: 1fr 70px;
    align-items: center;
    gap: 14px;
}

.product-review-form__product strong {
    color: #111111;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 850;
}

.product-review-form__product img {
    width: 70px;
    height: 92px;

    display: block;
    object-fit: cover;
    object-position: center top;

    border-radius: 12px;
    background: #f3f3f3;
}

.product-review-form label {
    display: grid;
    gap: 8px;
}

.product-review-form label span {
    color: #111111;
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
}

.product-review-form input,
.product-review-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 0 15px;

    border: 1px solid #dddddd;
    border-radius: 14px;
    background: #ffffff;
    color: #111111;

    font-size: 15px;
    line-height: 1.45;
    outline: none;
}

.product-review-form textarea {
    min-height: 150px;
    padding-top: 14px;
    resize: vertical;
}

.product-review-form input:focus,
.product-review-form textarea:focus {
    border-color: #111111;
}

.product-review-form button {
    height: 54px;

    border: 0;
    border-radius: 999px;
    background: var(--product-dark);
    color: #ffffff;

    font-size: 15px;
    line-height: 1;
    font-weight: 800;

    cursor: pointer;
}

.product-review-form em {
    color: #999999;
    font-size: 12px;
    line-height: 1.35;
    font-style: normal;
}

.product-review-form__check {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 899px) {
    .product-reviews {
        padding: 20px 24px 52px;
    }

    .product-reviews__head {
        align-items: stretch;
        display: grid;
        gap: 18px;
    }

    .product-reviews__head h2 {
        font-size: 22px;
    }

    .product-reviews__head button {
        width: 100%;
    }

    .product-reviews-summary {
        min-height: 0;
        padding: 22px;
    }

    .product-reviews-summary strong {
        font-size: 44px;
    }

    .product-reviews-list {
        grid-template-columns: 1fr;
    }

    .product-reviews-empty {
        padding: 28px 18px;
        font-size: 17px;
    }
}

/* =====================================================
   RELATED / VIEWED
===================================================== */

.product-related,
.product-viewed {
    padding: 0 20px 90px;
}

.product-section-head {
    max-width: 1240px;
    margin: 0 auto 22px;
}

.product-section-head h2 {
    margin: 0;

    color: var(--product-text);
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.06em;
    font-weight: 800;
    text-transform: uppercase;
}

.product-related__grid,
.product-viewed__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px 8px;
}

.product-related-card,
.product-viewed-card {
    min-width: 0;
}

.product-related-card__photo,
.product-viewed-card__photo {
    position: relative;

    display: block;
    aspect-ratio: 3 / 4.45;

    background: #f6f6f6;

    overflow: hidden;
}

.product-related-card__photo img,
.product-viewed-card__photo img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center top;

    transition: transform .28s ease;
}

.product-related-card__photo:hover img,
.product-viewed-card__photo:hover img {
    transform: scale(1.025);
}

.product-related-card__heart,
.product-viewed-card__heart {
    position: absolute;
    right: 12px;
    top: 12px;

    width: 34px;
    height: 34px;

    color: #ffffff;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,.24));
}

.product-related-card__heart svg,
.product-viewed-card__heart svg {
    width: 34px;
    height: 34px;

    fill: rgba(255,255,255,.65);
    stroke: #ffffff;
    stroke-width: 1.4;
}

.product-related-card__name,
.product-viewed-card__name {
    display: block;

    margin-top: 9px;
    padding: 0 4px;

    color: #606060;
    font-size: 14px;
    line-height: 1.25;
    text-decoration: none;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-related-card__prices,
.product-viewed-card__prices {
    margin-top: 8px;
    padding: 0 4px;

    display: flex;
    align-items: baseline;
    gap: 8px;
}

.product-related-card__prices b,
.product-viewed-card__prices b {
    color: #111111;
    font-size: 15px;
    line-height: 1;
}

.product-related-card__prices em,
.product-viewed-card__prices em {
    color: #777777;
    font-size: 14px;
    line-height: 1;
    font-style: normal;
}

/* =====================================================
   DESKTOP BUYBAR
===================================================== */

.product-buybar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;

    min-height: 102px;
    padding: 16px 30px;

    background: rgba(255,255,255,.9);
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);

    box-shadow: 0 -18px 50px rgba(0,0,0,.08);

    display: grid;
    grid-template-columns: minmax(330px, 1fr) auto 64px 270px;
    align-items: center;
    gap: 14px;
}

.product-buybar__info {
    min-width: 0;

    display: grid;
    gap: 9px;
}

.product-buybar__info > span {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.2;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-buybar__prices {
    display: flex;
    align-items: baseline;
    gap: 18px;
}

.product-buybar__prices div {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.product-buybar__prices em {
    color: #9b9b9b;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
}

.product-buybar__prices b {
    color: #111111;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
}

.product-buybar__sizes {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-buybar__sizes button {
    width: 54px;
    height: 54px;

    border-radius: 50%;
    border: 1px solid #d5d5d5;
    background: #ffffff;
    color: var(--product-text);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    line-height: 1;

    cursor: pointer;
}

.product-buybar__sizes button.is-active {
    background: var(--product-dark);
    border-color: var(--product-dark);
    color: #ffffff;
}

.product-buybar__sizes button.is-disabled {
    opacity: .35;
    text-decoration: line-through;
}

.product-buybar__favorite {
    width: 58px;
    height: 58px;

    border: 0;
    border-radius: 50%;
    background: var(--product-pink);
    color: var(--product-text);

    display: flex;
    align-items: center;
    justify-content: center;
}

.product-buybar__favorite svg {
    width: 30px;
    height: 28px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-buybar__cart {
    height: 58px;

    border: 0;
    border-radius: 999px;
    background: var(--product-dark);
    color: #ffffff;

    font-size: 16px;
    line-height: 1;
}

/* =====================================================
   DRAWER
===================================================== */

.product-info-drawer {
    position: fixed;
    inset: 0;
    z-index: 260;

    display: none;
}

.product-info-drawer.is-open {
    display: block;
}

.product-info-drawer__backdrop {
    position: absolute;
    inset: 0;

    background: rgba(0,0,0,.56);

    opacity: 0;
    animation: productFadeIn .22s ease forwards;
}

.product-info-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: min(460px, 92vw);
    padding: 0 28px 34px;

    background: #ffffff;
    color: #333333;

    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    transform: translateX(104%);
    animation: productDrawerIn .32s cubic-bezier(.22,.8,.22,1) forwards;
}

.product-info-drawer.is-closing .product-info-drawer__backdrop {
    animation: productFadeOut .22s ease forwards;
}

.product-info-drawer.is-closing .product-info-drawer__panel {
    animation: productDrawerOut .26s cubic-bezier(.4,0,.2,1) forwards;
}

.product-info-drawer__head {
    position: sticky;
    top: 0;
    z-index: 3;

    min-height: 78px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    background: #ffffff;
    border-bottom: 1px solid var(--product-line);
}

.product-info-drawer__head h2 {
    margin: 0;

    color: #333333;
    font-size: 17px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.product-info-drawer__head button {
    width: 42px;
    height: 42px;

    border: 0;
    background: transparent;
    color: #777777;

    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.product-info-drawer__body {
    padding-top: 26px;
}

.product-drawer-text {
    color: #3f3a3a;
    font-size: 15px;
    line-height: 1.5;
}

.product-drawer-text p {
    margin: 0 0 18px;
}

.product-drawer-sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 20px;
}

.product-drawer-sizes span {
    min-width: 52px;
    height: 52px;
    padding: 0 14px;

    border-radius: 999px;
    border: 1px solid #d5d5d5;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* =====================================================
   LIGHTBOX — SOFT FULLSCREEN ZOOM
===================================================== */

.product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;

    display: none;

    background: #f3f3f3;

    opacity: 0;
    overflow: hidden;

    transition: opacity .28s ease;
}

.product-lightbox.is-open {
    display: block;
}

.product-lightbox.is-visible {
    opacity: 1;
}

.product-lightbox.is-closing {
    opacity: 0;
}

.product-lightbox__track {
    width: 100%;
    height: 100dvh;

    display: flex;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;

    transform: scale(.94);
    opacity: 0;

    transition:
        transform .46s cubic-bezier(.16,.84,.22,1),
        opacity .28s ease;

    will-change: transform, opacity;
}

.product-lightbox.is-visible .product-lightbox__track {
    transform: scale(1);
    opacity: 1;
}

.product-lightbox.is-closing .product-lightbox__track {
    transform: scale(.94);
    opacity: 0;
}

.product-lightbox__track::-webkit-scrollbar {
    display: none;
}

.product-lightbox__slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100dvh;

    display: flex;
    align-items: center;
    justify-content: center;

    scroll-snap-align: center;
    overflow: hidden;
}

.product-lightbox__slide img {
    max-width: 92vw;
    max-height: 92dvh;

    width: auto;
    height: auto;

    display: block;

    object-fit: contain;
    object-position: center center;
}

.product-lightbox__close {
    position: fixed;
    right: 28px;
    top: calc(22px + var(--safe-top));
    z-index: 1002;

    width: 44px;
    height: 44px;

    border: 0;
    border-radius: 0;
    background: rgba(255,255,255,.92);
    color: #1111119c;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 34px;
    line-height: 1;

    opacity: 0;
    transform: scale(.88);

    transition:
        opacity .22s ease .16s,
        transform .3s cubic-bezier(.16,.84,.22,1) .16s;
}

.product-lightbox.is-visible .product-lightbox__close {
    opacity: 1;
    transform: scale(1);
}

.product-lightbox.is-closing .product-lightbox__close {
    opacity: 0;
    transform: scale(.88);
}

.product-lightbox__nav {
    position: fixed;
    top: 50%;
    z-index: 1002;

    width: 56px;
    height: 56px;
    padding: 0;

    border: 0;
    border-radius: 50%;
    background: rgba(167, 167, 167, .37);
    color: #ffffff;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    transform: translateY(-50%);
    cursor: pointer;
}

.product-lightbox__nav svg {
    width: 28px;
    height: 28px;

    display: block;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-lightbox__nav--prev {
    left: 28px;
}

.product-lightbox__nav--next {
    right: 28px;
}

/* =====================================================
   MOBILE DEFAULT HIDDEN
===================================================== */

.product-mobile-cartbar,
.product-size-sheet,
.product-colors-sheet,
.product-related-panel,
.product-mobile-content {
    display: none;
}

/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes productFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes productFadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes productDrawerIn {
    from { transform: translateX(104%); }
    to { transform: translateX(0); }
}

@keyframes productDrawerOut {
    from { transform: translateX(0); }
    to { transform: translateX(104%); }
}

@keyframes productSheetIn {
    from { transform: translateY(104%); }
    to { transform: translateY(0); }
}

@keyframes productSheetOut {
    from { transform: translateY(0); }
    to { transform: translateY(104%); }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1180px) and (min-width: 900px) {
    .product-details {
        grid-template-columns: 380px minmax(0, 1fr);
        gap: 40px;
    }

    .product-details__photo {
        width: 380px;
    }

    .product-info-grid {
        grid-template-columns: 1fr;
    }

    .product-buybar {
        grid-template-columns: minmax(240px, 1fr) auto 58px 220px;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 899px) {

    body.page-product {
        background: #ffffff;
        padding-bottom: 0;
        overflow-x: hidden;
    }

    body.page-product.product-modal-open {
        overflow: hidden;
    }
    
    .page-product .site-header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 80;
    
        height: calc(72px + var(--safe-top));
        padding-top: var(--safe-top);
    
        color: #111111;
        background: transparent;
        border-bottom: 0;
    
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .page-product .header-logo {
        opacity: 0;
        pointer-events: none;
    }

    .page-product .mobile-dock {
        transform: translateY(120%);
        opacity: 0;
        pointer-events: none;
        transition:
            transform .35s cubic-bezier(.22,.8,.22,1),
            opacity .25s ease;
    }

    .product-page {
        padding-top: 0;
        padding-bottom: calc(96px + var(--safe-bottom));
    }
    
    .page-product .page-content {
        padding-top: 0 !important;
    }

    .product-buybar,
    .product-details {
        display: none;
    }

    /* mobile hero */

    .product-hero {
        position: relative;
    
        width: 100%;
        height: 76svh;
        min-height: 520px;
    
        margin-top: 0;
    
        background: #f4f4f4;
        overflow: hidden;
    }

    .product-gallery {
        display: flex;
        grid-template-columns: none;

        width: 100%;
        height: 100%;
        min-height: 0;

        overflow-x: auto;
        overflow-y: hidden;

        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .product-gallery::-webkit-scrollbar {
        display: none;
    }

    .product-gallery__item {
        flex: 0 0 100%;
        width: 100%;
        height: 100%;

        scroll-snap-align: center;
    }

    .product-gallery__item--desktop-duplicate {
        display: none;
    }

    .product-gallery__item img {
        object-fit: cover;
        object-position: center top;
    }

    .product-gallery__item:hover img {
        transform: none;
    }

    .product-gallery-dots {
        position: absolute;
        left: 50%;
        bottom: 22px;
        z-index: 8;

        transform: translateX(-50%);

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;

        pointer-events: none;
    }

    .product-gallery-dots span {
        width: 6px;
        height: 6px;

        border-radius: 999px;
        background: rgba(255,255,255,.78);

        transition:
            width .22s ease,
            background .22s ease;
    }

    .product-gallery-dots span.is-active {
        width: 26px;
        background: #ffffff;
    }

    .product-mobile-close {
        position: absolute;
        left: 24px;
        top: calc(80px + var(--safe-top));
        z-index: 9;
    
        width: 34px;
        height: 34px;
        padding: 0;
    
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #111111;
    
        display: flex;
        align-items: center;
        justify-content: center;
    
        font-size: 38px;
        line-height: 1;
        font-weight: 500;
    
        text-shadow: 0 1px 10px rgba(255,255,255,.85);
    }

    .product-mobile-close svg {
        width: 28px;
        height: 28px;
        display: block;
    
        fill: none;
        stroke: currentColor;
        stroke-width: 2.2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .product-mobile-colors-trigger {
        position: absolute;
        left: 24px;
        bottom: 22px;
        z-index: 9;

        min-width: 46px;
        height: 38px;
        padding: 0 14px 0 7px;

        border: 0;
        border-radius: 999px;
        background: rgba(255,255,255,.9);
        color: #111111;

        display: flex;
        align-items: center;
        gap: 8px;

        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);

        box-shadow: 0 10px 26px rgba(0,0,0,.12);
    }

    .product-mobile-colors-trigger span {
        position: relative;
    
        width: 31px;
        height: 31px;
    
        display: block;
    
        border-radius: 50%;
    
        background:
            conic-gradient(
                from 20deg,
                #ffffff 0deg 52deg,
                #f2c2cb 52deg 104deg,
                #111111 104deg 156deg,
                #8fa8a0 156deg 208deg,
                #6f4f45 208deg 260deg,
                #d8c6aa 260deg 312deg,
                #ffffff 312deg 360deg
            );
    
        box-shadow:
            inset 0 0 0 2px rgba(255,255,255,.85),
            0 0 0 1px rgba(0,0,0,.16);
    }
    
    .product-mobile-colors-trigger span::after {
        content: "";
    
        position: absolute;
        inset: 5px;
    
        border-radius: 50%;
        background: rgba(255,255,255,.18);
        box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
    }

    .product-mobile-colors-trigger b {
        font-size: 13px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: -.01em;
        white-space: nowrap;
    }

    .product-mobile-favorite,
    .product-mobile-related-trigger {
        position: absolute;
        right: 24px;
        z-index: 9;
    
        width: 36px;
        height: 36px;
        padding: 0;
    
        border: 0;
        background: transparent;
        color: #111111;
    
        display: flex;
        align-items: center;
        justify-content: center;
    
        box-shadow: none;
        filter: drop-shadow(0 1px 8px rgba(255,255,255,.9));
    }

    .product-mobile-favorite {
        bottom: 22px;
    }

    .product-mobile-related-trigger {
        bottom: 84px;
    }

    .product-mobile-favorite svg {
        width: 32px;
        height: 30px;
    
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    
    .product-mobile-related-trigger svg {
        width: 29px;
        height: 29px;
    
        fill: none;
        stroke: currentColor;
        stroke-width: 1.75;
    }

    /* summary */

    .product-mobile-summary {
        display: block;

        padding: 22px 24px 24px;
        background: #ffffff;
    }

    .product-mobile-summary__name {
        color: #111111;
        font-size: 23px;
        line-height: 1.16;
        letter-spacing: -.04em;
        font-weight: 700;
    }

    .product-mobile-summary__prices {
        margin-top: 16px;

        display: flex;
        align-items: baseline;
        gap: 22px;
    }

    .product-mobile-summary__prices div {
        display: flex;
        align-items: baseline;
        gap: 6px;
    }

    .product-mobile-summary__prices span {
        color: #111;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 800;
    }

    .product-mobile-summary__prices b {
        color: #111111;
        font-size: 22px;
        line-height: 1;
    }

    /* mobile content */

    .product-mobile-content {
        display: block;
        padding: 0 24px 36px;
        background: #ffffff;
    }

    .product-mobile-block {
        padding: 28px 0;
        border-top: 1px solid #eeeeee;
    }

    .product-mobile-block h2 {
        margin: 0 0 18px;

        color: #111111;
        font-size: 18px;
        line-height: 1;
        letter-spacing: -.03em;
        font-weight: 800;
        text-transform: uppercase;
    }

    .product-mobile-colors-inline {
        display: flex;
        gap: 12px;

        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .product-mobile-colors-inline::-webkit-scrollbar {
        display: none;
    }

    .product-mobile-colors-inline a {
        flex: 0 0 76px;
        width: 76px;
        height: 76px;

        border-radius: 50%;
        background: #f5f5f5;

        overflow: hidden;
    }

    .product-mobile-colors-inline img {
        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center top;
    }

    .product-mobile-telegram {
        min-height: 58px;
        margin: 8px 0 28px;

        border-radius: 999px;
        border: 1px solid #ff8da3;
        color: #ff8da3;
        background: #ffffff;

        display: flex;
        align-items: center;
        justify-content: center;

        font-size: 16px;
        line-height: 1;
        font-weight: 700;
        text-decoration: none;
    }

    

    .product-info-list--mobile {
        border-radius: 18px;
    }

    .product-mobile-description-full div {
        color: #333333;
        font-size: 15px;
        line-height: 1.5;
    }

    /* mobile reviews and sections */

    .product-reviews {
        padding: 20px 24px 52px;
    }

    .product-reviews h2 {
        font-size: 18px;
    }

    .product-reviews-tabs button {
        height: 46px;
        padding: 0 24px;
    }

    .product-rating-card {
        padding: 22px;
        display: grid;
        gap: 20px;
    }

    .product-rating-card div {
        display: grid;
        gap: 8px;
    }

    .product-rating-card b {
        font-size: 46px;
    }

    .product-rating-card span {
        font-size: 25px;
    }

    .product-rating-card button {
        width: 100%;
    }

    .product-related,
    .product-viewed {
        padding: 0 0 54px;
    }

    .product-section-head {
        padding: 0 24px;
    }

    .product-section-head h2 {
        font-size: 18px;
    }

    .product-related__grid,
    .product-viewed__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 2px;
    }

    .product-related-card__name,
    .product-viewed-card__name {
        padding: 0 8px;
        font-size: 13px;
    }

    .product-related-card__prices,
    .product-viewed-card__prices {
        padding: 0 8px;
    }

    /* mobile cart bar */

    .product-mobile-cartbar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 120;

        min-height: calc(84px + var(--safe-bottom));
        padding: 12px 18px calc(12px + var(--safe-bottom));

        background: rgba(255,255,255,.92);
        backdrop-filter: blur(20px) saturate(160%);
        -webkit-backdrop-filter: blur(20px) saturate(160%);

        box-shadow: 0 -12px 36px rgba(0,0,0,.08);

        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .product-mobile-cartbar button {
        height: 58px;

        border-radius: 999px;

        font-size: 15px;
        line-height: 1;
        font-weight: 700;
    }

    .product-mobile-cartbar__sizes {
        border: 1px solid #111111;
        background: #ffffff;
        color: #111111;
    }

    .product-mobile-cartbar__cart {
        border: 0;
        background: #111111;
        color: #ffffff;
    }

    /* bottom sheets */

    .product-size-sheet,
    .product-colors-sheet {
        position: fixed;
        inset: 0;
        z-index: 240;

        display: none;
    }

    .product-size-sheet.is-open,
    .product-colors-sheet.is-open {
        display: block;
    }

    .product-size-sheet__backdrop,
    .product-colors-sheet__backdrop {
        position: absolute;
        inset: 0;

        background: rgba(0,0,0,.28);

        opacity: 0;
        animation: productFadeIn .22s ease forwards;
    }

    .product-size-sheet__panel,
    .product-colors-sheet__panel {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;

        max-height: calc(88svh - var(--safe-top));
        padding: 12px 24px calc(28px + var(--safe-bottom));

        background: #ffffff;
        border-radius: 28px 28px 0 0;

        overflow-y: auto;
        -webkit-overflow-scrolling: touch;

        transform: translateY(104%);
        animation: productSheetIn .3s cubic-bezier(.22,.8,.22,1) forwards;
    }

    .product-size-sheet.is-closing .product-size-sheet__panel,
    .product-colors-sheet.is-closing .product-colors-sheet__panel {
        animation: productSheetOut .25s cubic-bezier(.4,0,.2,1) forwards;
    }

    .product-size-sheet.is-closing .product-size-sheet__backdrop,
    .product-colors-sheet.is-closing .product-colors-sheet__backdrop {
        animation: productFadeOut .2s ease forwards;
    }

    .product-size-sheet__handle,
    .product-colors-sheet__handle {
        width: 56px;
        height: 5px;
        margin: 0 auto 24px;

        border-radius: 999px;
        background: #d5d5d5;
    }

    .product-size-sheet h2,
    .product-colors-sheet__head h2 {
        margin: 0 0 22px;

        color: #111111;
        font-size: 20px;
        line-height: 1;
        font-weight: 800;
        text-transform: uppercase;
    }

    .product-size-sheet__list {
        display: grid;
        gap: 10px;
    }

    .product-size-sheet__list button {
        min-height: 62px;
        padding: 0 18px;

        border-radius: 18px;
        border: 1px solid #dddddd;
        background: #ffffff;
        color: #111111;

        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;

        text-align: left;
    }

    .product-size-sheet__list button.is-active {
        border-color: #111111;
        box-shadow: inset 0 0 0 1px #111111;
    }

    .product-size-sheet__list span {
        font-size: 18px;
        font-weight: 800;
    }

    .product-size-sheet__list em {
        color: #777777;
        font-size: 13px;
        font-style: normal;
    }

    .product-colors-sheet__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .product-colors-sheet__head button {
        width: 42px;
        height: 42px;

        border: 0;
        background: transparent;
        color: #111111;

        font-size: 32px;
    }

    .product-colors-sheet__grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px 10px;
    }

    .product-colors-sheet__grid a {
        display: grid;
        gap: 8px;

        min-width: 0;
        text-decoration: none;
    }

    .product-colors-sheet__grid img {
        width: 100%;
        aspect-ratio: 3 / 4;

        object-fit: cover;
        object-position: center top;

        background: #f5f5f5;
        border-radius: 18px;
    }

    .product-colors-sheet__grid span {
        color: #444444;
        font-size: 12px;
        line-height: 1.25;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-colors-sheet__grid b {
        color: #111111;
        font-size: 13px;
        font-weight: 400;
    }

    /* related side panel */

    .product-related-panel {
        position: fixed;
        inset: 0;
        z-index: 250;

        display: none;

        pointer-events: none;
    }

    .product-related-panel.is-open {
        display: block;
        pointer-events: auto;
    }

    .product-related-panel__inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        width: min(86vw, 390px);
        padding: calc(24px + var(--safe-top)) 18px 30px;

        background: #ffffff;
        box-shadow: -18px 0 46px rgba(0,0,0,.16);

        transform: translateX(104%);
        animation: productDrawerIn .32s cubic-bezier(.22,.8,.22,1) forwards;

        overflow-y: auto;
    }

    .product-related-panel.is-closing .product-related-panel__inner {
        animation: productDrawerOut .26s cubic-bezier(.4,0,.2,1) forwards;
    }

    .product-related-panel__head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;

        margin-bottom: 18px;
    }

    .product-related-panel__head h2 {
        margin: 0;

        color: #111111;
        font-size: 22px;
        line-height: 1;
        font-weight: 800;
        text-transform: uppercase;
    }

    .product-related-panel__head button {
        width: 42px;
        height: 42px;

        border: 0;
        background: transparent;
        color: #111111;

        font-size: 32px;
    }

    .product-related-panel__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 8px;
    }

    .product-related-panel-card__photo {
        position: relative;
        display: block;
        aspect-ratio: 3 / 4.1;
        background: #f5f5f5;
        overflow: hidden;
    }

    .product-related-panel-card__photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-related-panel-card__heart {
        display: none;
    }

    .product-related-panel-card__name {
        display: block;
        margin-top: 7px;

        color: #555555;
        font-size: 12px;
        line-height: 1.2;
        text-decoration: none;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-related-panel-card__prices {
        margin-top: 5px;

        display: flex;
        align-items: baseline;
        gap: 6px;
    }

    .product-related-panel-card__prices b,
    .product-related-panel-card__prices em {
        font-size: 12px;
        font-style: normal;
    }

    /* mobile drawer */

    .product-info-drawer__panel {
        width: min(88vw, 420px);
        padding: 0 22px 32px;
    }

    .product-info-drawer__head {
        min-height: calc(70px + var(--safe-top));
        padding-top: var(--safe-top);
    }

/* mobile lightbox */

.product-lightbox__slide img {
    width: 100vw;
    height: 100dvh;

    max-width: none;
    max-height: none;

    object-fit: cover;
    object-position: center top;
}

.product-lightbox__nav {
    display: none;
}

}


/* =====================================================
   MOBILE PRODUCT FIX — COMPACT SUMMARY + CARTBAR
===================================================== */

@media (max-width: 899px) {

    .product-hero {
        height: calc(102svh - 154px - var(--safe-bottom));
        min-height: 430px;
    }

    .product-gallery-dots {
        bottom: 18px;
    }

    .product-mobile-colors-trigger {
        bottom: 18px;
    }

    .product-mobile-favorite {
        bottom: 28px;
    }

    .product-mobile-related-trigger {
        bottom: 80px;
    }

    .product-mobile-summary {
        position: relative;
        z-index: 4;
    
        min-height: 66px;
        padding: 10px 18px 8px;
    
        background: #ffffff;
        box-shadow: none;
    }

    .product-mobile-summary__name {
        font-size: 16px;
        line-height: 1.18;
        font-weight: 800;
        letter-spacing: -.02em;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-mobile-summary__prices {
        margin-top: 7px;
        gap: 14px;
    }

    .product-mobile-summary__prices div {
        gap: 4px;
    }

    .product-mobile-summary__prices span {
        font-size: 11px;
    }

    .product-mobile-summary__prices b {
        font-size: 14px;
        font-weight: 800;
    }

    .product-mobile-cartbar {
        min-height: calc(68px + var(--safe-bottom));
        padding: 8px 14px calc(8px + var(--safe-bottom));
        gap: 10px;
    }

    .product-mobile-cartbar button {
        height: 46px;
        font-size: 14px;
        font-weight: 800;
    }

    .product-page {
        padding-bottom: calc(78px + var(--safe-bottom));
    }

    .product-mobile-content {
        padding-top: 14px;
    }
}

/* =====================================================
   MOBILE RELATED PANEL — FULL SCREEN PAGE
===================================================== */

@media (max-width: 899px) {

    .product-related-panel {
        background: rgba(0,0,0,.08);
    }

    .product-related-panel__inner {
        top: 0;
        right: 0;
        bottom: 0;

        width: 100vw;
        max-width: none;

        padding: calc(0px + var(--safe-top)) 18px calc(28px + var(--safe-bottom));

        background: #ffffff;
        box-shadow: none;

        transform: translateX(104%);
        animation: productRelatedPageIn .36s cubic-bezier(.22,.8,.22,1) forwards;
    }

    .product-related-panel.is-closing .product-related-panel__inner {
        animation: productRelatedPageOut .28s cubic-bezier(.4,0,.2,1) forwards;
    }

    .product-related-panel__head {
        min-height: 58px;
        margin-bottom: 20px;
        padding: 0 2px;

        position: sticky;
        top: 0;
        z-index: 5;

        background: #ffffff;
    }

    .product-related-panel__head h2 {
        font-size: 20px;
        line-height: 1;
        letter-spacing: -.04em;
    }

    .product-related-panel__head button {
        width: 46px;
        height: 46px;
        font-size: 34px;
        font-weight: 700;
    }

    .product-related-panel__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 10px;
    }

    .product-related-panel-card__photo {
        aspect-ratio: 3 / 4.25;
        border-radius: 0;
    }

    .product-related-panel-card__name {
        margin-top: 8px;
        font-size: 13px;
        color: #555555;
    }

    .product-related-panel-card__prices b,
    .product-related-panel-card__prices em {
        font-size: 14px;
    }
}

@keyframes productRelatedPageIn {
    from {
        transform: translateX(104%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes productRelatedPageOut {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(104%);
    }
}


.product-buybar__cart.is-disabled,
.product-mobile-cartbar__cart.is-disabled {
    background: #e8e8e8;
    color: #777;
    cursor: not-allowed;
    pointer-events: none;
}

.catalog-product-card.is-hidden-product {
    opacity: .72;
}

.catalog-product-photo {
    position: relative;
}

.catalog-product-badge {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;

    padding: 7px 10px;
    border-radius: 999px;

    background: rgba(17, 17, 17, .88);
    color: #fff;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.catalog-product-badge--hidden {
    background: rgba(190, 30, 30, .92);
}


.product-specs-table {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.product-specs-table__row {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.product-specs-table__label {
    color: #888;
    font-size: 14px;
    line-height: 1.35;
}

.product-specs-table__value {
    color: #111;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 700px) {
    .product-specs-table__row {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 14px 0;
    }

    .product-specs-table__label {
        font-size: 13px;
    }

    .product-specs-table__value {
        font-size: 15px;
    }
}


.product-specs-note {
    margin-top: 22px;
    padding: 16px 18px;

    border-radius: 16px;
    background: #f7f7f7;
    color: #555;
}

.product-specs-note strong {
    display: block;
    margin-bottom: 8px;

    color: #111;
    font-size: 15px;
    font-weight: 750;
}

.product-specs-note p {
    margin: 0;

    color: #666;
    font-size: 12px;
    line-height: 1.5;
}


.product-drawer-info-content {
    color: #333;
    font-size: 15px;
    line-height: 1.55;
}

.product-drawer-info-content h2,
.product-drawer-info-content h3,
.product-drawer-info-content h4 {
    margin: 22px 0 10px;
    color: #111;
    font-weight: 750;
    line-height: 1.25;
}

.product-drawer-info-content h2:first-child,
.product-drawer-info-content h3:first-child,
.product-drawer-info-content h4:first-child {
    margin-top: 0;
}

.product-drawer-info-content p {
    margin: 0 0 12px;
}

.product-drawer-info-content ul,
.product-drawer-info-content ol {
    margin: 0 0 16px;
    padding-left: 20px;
}

.product-drawer-info-content li {
    margin-bottom: 8px;
}

.product-drawer-info-content hr {
    height: 1px;
    margin: 24px 0;
    border: 0;
    background: rgba(0, 0, 0, .08);
}


.product-easy-return-info {
    color: #333;
}

.product-easy-return-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;

    padding: 18px;
    border-radius: 20px;
    background: #f7f7f7;
}

.product-easy-return-card__icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 999px;
    background: #111;
    color: #fff;

    font-size: 28px;
    font-weight: 700;
}

.product-easy-return-card h3 {
    margin: 0 0 10px;

    color: #111;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.product-easy-return-card p {
    margin: 0 0 12px;

    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

.product-easy-return-link {
    min-height: 48px;
    margin-top: 8px;
    padding: 0 16px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;

    border-radius: 999px;
    background: #111;
    color: #fff;

    text-decoration: none;
    font-size: 14px;
    font-weight: 750;
}

.product-easy-return-link span {
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 700px) {
    .product-easy-return-card {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .product-easy-return-link {
        width: 100%;
    }
}



.product-dropshipping-info {
    color: #333;
}

.product-dropshipping-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;

    padding: 18px;
    border-radius: 20px;
    background: #f7f7f7;
}

.product-dropshipping-card__icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 999px;
    background: #111;
    color: #fff;

    font-size: 24px;
    font-weight: 700;
}

.product-dropshipping-card h3 {
    margin: 0 0 10px;

    color: #111;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.product-dropshipping-card p {
    margin: 0 0 12px;

    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

.product-dropshipping-link {
    min-height: 48px;
    margin-top: 8px;
    padding: 0 16px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;

    border-radius: 999px;
    background: #111;
    color: #fff;

    text-decoration: none;
    font-size: 14px;
    font-weight: 750;
}

.product-dropshipping-link span {
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 700px) {
    .product-dropshipping-card {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .product-dropshipping-link {
        width: 100%;
    }
}

/* =====================================================
   PRODUCT DRAWER DESCRIPTION
===================================================== */

.product-drawer-description-full {
    display: grid;
    gap: 30px;
}

.product-drawer-section {
    display: grid;
    gap: 14px;
}

.product-drawer-section h3 {
    margin: 0;

    color: #111111;
    font-size: 17px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.product-drawer-description-html {
    color: #3f3a3a;
    font-size: 15px;
    line-height: 1.55;
}

.product-drawer-description-html p {
    margin: 0 0 14px;
}

.product-drawer-description-html p:last-child {
    margin-bottom: 0;
}

/* =====================================================
   LIGHTBOX — CUSTOM PINCH ZOOM
===================================================== */

.product-lightbox__slide {
    touch-action: pan-x;
}

.product-lightbox__slide img {
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: center center;

    transition: transform .22s ease;
    will-change: transform;

    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.product-lightbox__slide.is-zoomed {
    touch-action: none;
}

.product-lightbox__slide.is-zoomed img {
    transition: none;
    cursor: grab;
}

.product-lightbox__slide.is-dragging img {
    cursor: grabbing;
}