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

.product-detail{

    max-width:720px;

    margin:0 auto;

    padding:40px 0 20px;

    background:transparent;

}

/* ==========================================================
   PRODUCT GALLERY
========================================================== */

.product-gallery{

    width:100%;

    padding:0 18px;

    margin-bottom:72px;

    position:relative;

    overflow:hidden;

}

.product-slider{

    display:flex;

    flex-wrap:nowrap;

    overflow-x:auto;

    overflow-y:hidden;

    scroll-snap-type:x mandatory;

    -webkit-overflow-scrolling:touch;

    scroll-behavior:smooth;

    scrollbar-width:none;

}

.product-slider::-webkit-scrollbar{

    display:none;

}

.product-slide{

    flex:0 0 100%;

    min-width:100%;

    scroll-snap-align:start;

}

.product-main-image{

    width:100%;

    height:76vh;

    object-fit:cover;

    object-position:center;

    border-radius:24px;

    background:#EEF2F8;

    transition:transform .6s ease;

}

.product-dots{

    display:flex;

    justify-content:center;

    gap:10px;

    margin-top:18px;

}

/* ==========================================================
   PRODUCT SUMMARY
========================================================== */

.product-summary{

    padding:0 32px;

    margin-top:32px;

}

.product-header{

    display:flex;

    justify-content:space-between;

    align-items:flex-end;

    gap:30px;

}

.product-heading{

    flex:1;

}

.product-collection{

    display:block;

    margin-bottom:18px;

    font-size:.72rem;

    font-weight:500;

    letter-spacing:.22em;

    text-transform:uppercase;

    color:#7A8397;

}

.product-title{

    font-family:"Cormorant Garamond",serif;

    font-size:4rem;

    font-weight:400;

    line-height:.95;

    letter-spacing:-.02em;

    color:#0D0D62;

    margin-bottom:34px;

}
.product-tagline{

    max-width:440px;

    font-size:1.05rem;

    line-height:1.9;

    color:#6E7484;

}

.product-price{

    margin-top:40px;

    font-size:2rem;

    font-weight:500;

    color:#0D0D62;

}
/* ==========================================================
   FORM
========================================================== */

/* ==========================================================
   SIZE
========================================================== */

.product-form{

    padding:34px 32px 0;

}

.size-title{

    margin-bottom:24px;

    font-size:.72rem;

    font-weight:600;

    letter-spacing:.20em;

    text-transform:uppercase;

    color:#7A8397;

}

.size-grid{

    display:grid;

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

    gap:14px;

}

.size-pill{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    height:64px;

    background:rgba(255,255,255,.70);

    backdrop-filter:blur(14px);

    border:1px solid rgba(13,13,98,.08);

    border-radius:22px;

    transition:all .35s ease;

    cursor:pointer;

}

.size-pill:hover{

    transform:translateY(-2px);

    border-color:rgba(13,13,98,.20);

    background:white;

}

.size-pill input{

    display:none;

}

.size-pill span{

    color:#0D0D62;

    font-size:.95rem;

    font-weight:500;

    transition:.3s;

}

.size-pill:has(input:checked){

    background:#0D0D62;

    border-color:#0D0D62;

    transform:translateY(-2px);

    box-shadow:

        0 18px 34px rgba(13,13,98,.12);

}

.size-pill:has(input:checked) span{

    color:white;

}

.size-pill.disabled{

    opacity:.28;

}
.add-to-bag{

    width:100%;

    height:68px;

    margin-top:52px;

    border:none;

    border-radius:999px;

    background:#0D0D62;

    color:white;

    font-size:1rem;

    font-weight:500;

    letter-spacing:.04em;

    transition:all .35s ease;

    cursor:pointer;

    box-shadow:

        0 22px 40px rgba(13,13,98,.16);

}

.add-to-bag:hover{

    transform:translateY(-3px);

    box-shadow:

        0 28px 48px rgba(13,13,98,.22);

}

.add-to-bag:active{

    transform:translateY(0);

}

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

@media (min-width:992px){

  .product-detail{

    max-width:1500px;
    margin:60px auto;

    padding:0 40px;

    display:grid;

    grid-template-columns:minmax(0,1.45fr) minmax(420px,.85fr);

    gap:56px;

    align-items:stretch;

    }

    .size-grid{

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

    .size-pill{

    width:100%;
    }

    .add-to-bag{

    width:100%;
    display:block;
    }

    .product-content-shell{

    min-width:0;
    align-self:start;
    height:100%;
    }

    .product-summary{

     width:100%;
     min-width:0;
    }
    .size-grid{

     width:100%;
     min-width:0;
    }
    .product-gallery{

        grid-column:1;

        grid-row:1;
        align-self:start;

        position:sticky;

        top:140px;
        padding-right:10px;

        overflow:visible;

    }

    .product-main-image{

        height:88vh;

    }

    .product-summary{

        grid-column:2;

        padding:0;

        margin-top:0;

    }

    .product-form{

        grid-column:2;

        padding:40px 0 0;

    }

    .product-header{

        display:block;

    }

    .product-price{

        margin-top:16px;

        margin-bottom:26px;

        font-size:3rem;

    }

    .add-to-bag{

        height:66px;

        font-size:1.05rem;

    }

}
.product-dots{

    display:flex;

    justify-content:center;

    gap:10px;

    margin-top:18px;

}

.product-dot{

    width:10px;

    height:10px;

    border-radius:50%;

    border:none;

    background:#C6CEDD;

    transition:all .35s ease;

}

.product-dot.active{

    width:36px;

    border-radius:999px;

    background:#0D0D62;

}

.mix-match-section{

    max-width:1600px;

    margin: 90px; auto 0;

    padding:0;

}
.mix-match-header{

    text-align:center;

    max-width:760px;

    margin:0 auto 100px;

}

.section-title{

    font-family:"Cormorant Garamond",serif;

    font-size:4.6rem;

    font-weight:400;

    line-height:.92;

    letter-spacing:-0.03em;

    color:#0D0D62;

}
.mix-match-subtitle{

    max-width:620px;

    margin:34px auto 0;

    font-size:1.05rem;

    line-height:2;

    color:#6E7484;

}

.mix-match-grid{

    display:grid;

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

    gap:46px;

}

.mix-card{

    cursor:pointer;

}

.mix-card img{

    width:100%;

    aspect-ratio:3/4;

    object-fit:cover;

    border-radius:28px;
    background:#EEF2F8;

    display:block;

    transition:.35s;

}

.mix-card:hover img{

    transform:scale(1.02);

}

.mix-info{

    padding-top:28px;

}

.mix-info span{

    display:block;

    margin-bottom:14px;

    font-size:.70rem;

    letter-spacing:.24em;

    text-transform:uppercase;

    color:#8A92A4;

}

.mix-info h4{

    font-family:"Cormorant Garamond",serif;

    font-size:2rem;

    font-weight:400;

    line-height:1.15;

    margin-bottom:14px;

    color:#0D0D62;

}
.mix-info p{

    color:#6E7484;

    line-height:1.9;

    max-width:300px;

}

@media(max-width:991px){

.mix-match-section{

    padding:0 20px;

    margin:70px 0;

}

.mix-match-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:28px;

    align-items:start;

}

.mix-card{

    display:flex;

    flex-direction:column;

    cursor:pointer;

    transition:.35s ease;

}

.mix-card:hover{

    transform:translateY(-6px);

}

.mix-card img{

    width:100%;

    aspect-ratio:3/4;

    object-fit:cover;

    border-radius:18px;

    display:block;

    transition:transform .6s ease;

}
.mix-card:hover img{

    transform:scale(1.04);

}


.mix-info{

    padding-top:20px;

}

.mix-info span{

    display:block;

    margin-bottom:8px;

    font-size:.68rem;

    letter-spacing:2px;

    text-transform:uppercase;

    color:#999;

}

.mix-info h4{

    font-size:1.25rem;

    font-weight:500;

    margin-bottom:8px;

}

.mix-info p{

    color:#777;

    line-height:1.7;

    font-size:.92rem;

}

}

.product-information{

    max-width:900px;

    margin:90px auto 0;

    padding:0;

}

.info-item{

    border-top:1px solid rgba(13,13,98,.10);

}

.info-item:last-child{

    border-bottom:1px solid rgba(13,13,98,.10);

}

.info-toggle{

    width:100%;

    background:none;

    border:none;

    padding:28px 0;

    display:flex;

    justify-content:space-between;

    align-items:center;

    cursor:pointer;

    font-size:1.1rem;

    color:#0D0D62;

    text-align:left;

}

.info-toggle span:first-child{

    font-family:"Cormorant Garamond",serif;

    font-size:2rem;

    font-weight:400;

}

.info-icon{

    font-size:1.8rem;

    font-weight:300;

    transition:.3s ease;

}

.info-item.active .info-icon{

    transform:rotate(45deg);

}

.info-content{

    max-height:0;

    overflow:hidden;

    transition:max-height .45s ease;

}

.info-content p,
.info-content ul{

    margin:0 0 28px;

    color:#6E7484;

    line-height:1.9;

}

.info-content ul{

    padding-left:18px;

}

.info-item.active .info-content{

    max-height:500px;

}

/* ==========================================================
   PRODUCT CONTENT SHELL
========================================================== */

.product-content-shell{

    width:100%;
    margin:0 0 60px;

    padding:42px 42px 70px;

    position:relative;
    overflow:hidden;

    border-radius:42px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.42),
            rgba(245,247,252,.26)
        );

    border:1px solid rgba(255,255,255,.65);

    backdrop-filter:blur(32px) saturate(180%);
    -webkit-backdrop-filter:blur(32px) saturate(180%);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.75),
        inset 0 -1px 0 rgba(255,255,255,.25),
        0 16px 40px rgba(13,13,98,.08);

}

.mix-match-content-shell{

    width:100%;
    margin:0 0 60px;

    padding:42px 42px 70px;

    position:relative;
    overflow:hidden;

    border-radius:42px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.42),
            rgba(245,247,252,.26)
        );

    border:1px solid rgba(255,255,255,.65);

    backdrop-filter:blur(32px) saturate(180%);
    -webkit-backdrop-filter:blur(32px) saturate(180%);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.75),
        inset 0 -1px 0 rgba(255,255,255,.25),
        0 16px 40px rgba(13,13,98,.08);

}