/* =========================================================
   CLUTIVA PREMIUM HOMEPAGE
========================================================= */

:root {
    --clutiva-primary: #b6325d;
    --clutiva-dark: #1d1d22;
    --clutiva-text: #333238;
    --clutiva-muted: #77737a;
    --clutiva-light: #fff8fa;
    --clutiva-blush: #f8e8ed;
    --clutiva-border: #eadfe2;
    --clutiva-white: #ffffff;
}


/* =========================================================
   GENERAL
========================================================= */

body {
    color: var(--clutiva-text);
    background: #fffdfd;
}

.container {
    width: min(1400px, 94%);
    margin-left: auto;
    margin-right: auto;
}

.premium-section {
    padding-top: 65px;
    padding-bottom: 65px;
}


/* =========================================================
   TOP BENEFIT STRIP
========================================================= */

.home-benefit-strip {
    background:
        linear-gradient(
            90deg,
            #f8edef,
            #fff,
            #f9ecef
        );
    border-bottom: 1px solid #eee2e5;
}

.benefit-strip-inner {
    max-width: 1300px;
    margin: auto;
    min-height: 46px;

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

.benefit-strip-item {
    display: flex;
    align-items: center;
    gap: 9px;

    font-size: 12px;
    font-weight: 600;
    color: #555;
}

.benefit-icon {
    color: var(--clutiva-primary);
    font-size: 15px;
}


/* =========================================================
   HERO
========================================================= */

.hero-premium {
    position: relative;

    min-height: 570px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 70% 40%,
            rgba(255,255,255,.95),
            transparent 28%
        ),
        linear-gradient(
            100deg,
            #fff8f5 0%,
            #f8e5df 50%,
            #f4e4df 100%
        );
}

.hero-overlay {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 10% 90%,
            rgba(202,105,137,.12),
            transparent 25%
        ),
        radial-gradient(
            circle at 90% 10%,
            rgba(174,59,91,.10),
            transparent 25%
        );

    pointer-events: none;
}

.hero-content {
    width: min(1400px, 94%);
    margin: auto;

    position: relative;
    z-index: 3;

    padding-top: 55px;
    padding-bottom: 55px;
}

.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-bottom: 15px;

    font-size: 10px;
    letter-spacing: 5px;
    font-weight: 700;

    color: #5e5559;
}

.hero-eyebrow i {
    color: var(--clutiva-primary);
    font-style: normal;
    font-size: 12px;
}

.hero-small-title {
    display: inline-block;

    margin-bottom: 10px;

    color: var(--clutiva-primary);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
}

.hero-premium h1 {
    margin: 0;

    max-width: 650px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(52px, 6vw, 92px);

    font-weight: 500;

    line-height: .98;

    letter-spacing: -3px;

    color: #252126;
}

.hero-premium h1 span {
    color: var(--clutiva-primary);
    font-style: italic;
    font-weight: 400;
}

.hero-premium p {
    max-width: 500px;

    margin-top: 25px;

    font-size: 16px;
    line-height: 1.8;

    color: #5d575a;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-top: 30px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    padding: 15px 30px;

    background: var(--clutiva-primary);

    color: white;

    border-radius: 6px;

    box-shadow:
        0 15px 30px rgba(182,50,93,.18);

    transition: .25s ease;
}

.hero-btn:hover {
    transform: translateY(-2px);

    box-shadow:
        0 20px 35px rgba(182,50,93,.25);
}

.hero-secondary-btn {
    padding: 14px 24px;

    color: #2e2a2d;

    font-size: 13px;
    font-weight: 700;

    border-bottom:
        1px solid var(--clutiva-primary);
}

.hero-mini-benefits {
    display: flex;
    gap: 25px;

    margin-top: 45px;

    font-size: 11px;
    color: #514a4d;
}

.hero-mini-benefits div {
    display: flex;
    align-items: center;
    gap: 7px;
}

.hero-mini-benefits span {
    color: var(--clutiva-primary);
    font-size: 16px;
}


/* =========================================================
   HERO PRODUCT VISUAL
========================================================= */

.hero-fashion-visual {
    position: absolute;

    right: 5%;
    bottom: 0;

    width: 52%;
    height: 100%;

    z-index: 2;

    pointer-events: none;
}

.hero-fashion-card {
    position: absolute;

    display: block;

    overflow: hidden;

    background: #eee;

    box-shadow:
        0 25px 60px rgba(0,0,0,.13);

    pointer-events: auto;

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.hero-fashion-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 35px 70px rgba(0,0,0,.18);
}

.hero-fashion-card img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

.hero-fashion-card-1 {
    width: 38%;
    height: 66%;

    right: 42%;
    bottom: -2%;

    transform: rotate(-5deg);

    border-radius: 18px;
}

.hero-fashion-card-2 {
    width: 44%;
    height: 82%;

    right: 10%;
    bottom: 0;

    z-index: 3;

    border-radius: 22px;
}

.hero-fashion-card-3 {
    width: 34%;
    height: 58%;

    right: -5%;
    bottom: 3%;

    z-index: 2;

    transform: rotate(5deg);

    border-radius: 18px;
}

.hero-side-note {
    position: absolute;

    right: 25px;
    top: 50%;

    transform: translateY(-50%);

    display: flex;
    flex-direction: column;

    gap: 4px;

    text-align: center;

    font-family: Georgia, serif;

    font-size: 16px;
    font-style: italic;

    color: #4b4044;

    z-index: 4;
}

.hero-side-note i {
    color: var(--clutiva-primary);
    font-style: normal;
}


/* =========================================================
   SECTION HEAD
========================================================= */

.premium-section-head {
    margin-bottom: 35px;

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

.section-kicker {
    display: block;

    margin-bottom: 8px;

    color: var(--clutiva-primary);

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 3px;
}

.section-title {
    margin: 0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(30px, 3vw, 44px);

    font-weight: 500;

    letter-spacing: -.8px;

    color: #29252a;
}

.section-title span {
    color: var(--clutiva-primary);
    font-family: Arial, sans-serif;
    font-size: .65em;
}

.section-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    min-width: 120px;

    justify-content: center;

    padding: 12px 18px;

    border: 1px solid var(--clutiva-primary);
    border-radius: 7px;

    color: var(--clutiva-primary);

    font-size: 12px;
    font-weight: 700;

    transition: .25s ease;
}

.section-view-btn:hover {
    background: var(--clutiva-primary);
    color: white;
}


/* =========================================================
   PERFECT CATEGORY CIRCLES
========================================================= */

.premium-categories {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 28px !important;
    align-items: start;
}

.premium-category-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
    text-align: center !important;
}

.premium-category-card .category-image {
    width: 100% !important;
    max-width: 170px !important;

    aspect-ratio: 1 / 1 !important;
    height: auto !important;

    border-radius: 50% !important;

    overflow: hidden !important;

    padding: 5px !important;

    box-sizing: border-box !important;

    flex-shrink: 0 !important;

    background: linear-gradient(
        145deg,
        #f9f1f3,
        #eee1e5
    );
}

.premium-category-card .category-image img,
.premium-category-card .category-image .placeholder {
    width: 100% !important;
    height: 100% !important;

    display: block !important;

    object-fit: cover !important;

    border-radius: 50% !important;
}

.premium-category-card h3 {
    width: 100% !important;

    margin: 12px 0 0 !important;

    font-size: 13px !important;

    line-height: 1.4 !important;

    text-align: center !important;

    white-space: normal !important;
}


@media (min-width: 1200px) {

    .premium-categories {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }

    .premium-category-card .category-image {
        max-width: 175px !important;
    }

}

@media (min-width: 769px) and (max-width: 1199px) {

    .premium-categories {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 25px !important;
    }

    .premium-category-card .category-image {
        max-width: 160px !important;
    }

}

@media (max-width: 768px) {

    .premium-categories {
        display: grid !important;

        grid-template-columns:
            repeat(3, minmax(0, 1fr)) !important;

        gap: 22px 14px !important;

        width: 100% !important;

        align-items: start !important;
    }

    .premium-category-card {
        width: 100% !important;

        min-width: 0 !important;

        overflow: hidden !important;
    }

    .premium-category-card .category-image {
        width: 100% !important;

        max-width: 115px !important;

        aspect-ratio: 1 / 1 !important;

        margin: 0 auto !important;

        flex-shrink: 0 !important;
    }

    .premium-category-card h3 {
        font-size: 11px !important;

        margin-top: 10px !important;

        line-height: 1.35 !important;

        min-height: 30px !important;

        display: flex !important;

        align-items: flex-start !important;

        justify-content: center !important;
    }

}

@media (max-width: 420px) {

    .premium-categories {
        gap: 18px 10px !important;
    }

    .premium-category-card .category-image {
        max-width: 95px !important;
    }

    .premium-category-card h3 {
        font-size: 10px !important;
    }

}


/* =========================================================
   TRUST BAR
========================================================= */

.premium-trust-bar {
    background:
        linear-gradient(
            90deg,
            #f8eef0,
            #fff,
            #f8eef0
        );

    border-top: 1px solid #f1e3e6;
    border-bottom: 1px solid #f1e3e6;
}

.premium-trust-inner {
    width: min(1400px, 94%);
    margin: auto;

    min-height: 105px;

    display: grid;

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

.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 13px;

    border-right: 1px solid #eadfe2;

    padding: 15px;
}

.trust-item:last-child {
    border-right: none;
}

.trust-icon {
    font-size: 26px;
    color: var(--clutiva-primary);
}

.trust-item strong,
.trust-item span {
    display: block;
}

.trust-item strong {
    font-size: 12px;
    margin-bottom: 4px;
}

.trust-item span {
    font-size: 10px;
    color: var(--clutiva-muted);
}


/* =========================================================
   PRODUCTS
========================================================= */

.premium-products {
    display: grid;

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

    gap: 22px;
}

.premium-product-card {
    position: relative;

    padding-bottom: 5px;

    transition: .3s ease;
}

.premium-product-card:hover {
    transform: translateY(-5px);
}

.premium-product-image {
    position: relative;

    aspect-ratio: 3 / 4;

    overflow: hidden;

    border-radius: 10px;

    background: #f6f2f3;
}

.premium-product-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .5s ease;
}

.premium-product-card:hover
.premium-product-image img {
    transform: scale(1.05);
}

.product-hover-overlay {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    padding: 15px;

    text-align: center;

    background:
        linear-gradient(
            transparent,
            rgba(0,0,0,.55)
        );

    color: white;

    font-size: 11px;
    font-weight: 700;

    opacity: 0;

    transition: .3s ease;
}

.premium-product-card:hover
.product-hover-overlay {
    opacity: 1;
}

.premium-product-card h3 {
    margin:
        15px 0 5px;

    font-size: 14px;

    font-weight: 700;

    line-height: 1.5;

    color: #302c30;
}

.category-label {
    margin: 0 0 8px;

    color: var(--clutiva-muted);

    font-size: 11px;
}

.price {
    margin-bottom: 13px;

    font-size: 15px;
    font-weight: 800;

    color: #252125;
}

.price del {
    margin-left: 6px;

    color: #999;

    font-size: 11px;
    font-weight: 500;
}

.price .sale {
    color: var(--clutiva-primary);
}

.premium-order-btn {
    width: 100%;

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

    padding: 11px 10px;

    background: var(--clutiva-primary);

    border-radius: 6px;

    color: white !important;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .4px;

    transition: .25s ease;
}

.premium-order-btn:hover {
    background: #942342;

    transform: translateY(-1px);
}


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

.premium-gallery {
    display: grid;

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

    gap: 20px;
}

.premium-gallery-card {
    position: relative;

    min-height: 320px;

    overflow: hidden;

    border-radius: 12px;

    background: #f4f1f2;
}

.premium-gallery-card img {
    width: 100%;
    height: 100%;

    position: absolute;

    inset: 0;

    object-fit: cover;

    transition: transform .6s ease;
}

.premium-gallery-card:hover img {
    transform: scale(1.06);
}

.gallery-overlay {
    position: absolute;

    inset: auto 0 0;

    padding: 50px 20px 20px;

    background:
        linear-gradient(
            transparent,
            rgba(0,0,0,.6)
        );

    color: white;
}

.gallery-overlay span {
    font-size: 17px;
    font-weight: 700;
}


/* =========================================================
   EDITORIAL BANNER
========================================================= */

.editorial-banner {
    margin-top: 35px;

    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(255,255,255,.8),
            transparent 30%
        ),
        linear-gradient(
            100deg,
            #f7e8e8,
            #fff4f1,
            #f6e1e5
        );

    overflow: hidden;
}

.editorial-inner {
    width: min(1400px, 94%);
    min-height: 430px;

    margin: auto;

    position: relative;

    display: flex;
    align-items: center;
}

.editorial-copy {
    width: 50%;

    position: relative;

    z-index: 3;
}

.editorial-copy > span {
    display: block;

    margin-bottom: 14px;

    color: var(--clutiva-primary);

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 3px;
}

.editorial-copy h2 {
    margin: 0;

    font-family: Georgia, serif;

    font-size:
        clamp(40px, 4vw, 65px);

    font-weight: 500;

    line-height: 1;
}

.editorial-copy h2 em {
    color: var(--clutiva-primary);
    font-weight: 400;
}

.editorial-copy p {
    max-width: 480px;

    margin-top: 20px;

    color: #655d60;

    line-height: 1.8;

    font-size: 15px;
}

.editorial-btn {
    display: inline-flex;

    align-items: center;
    gap: 12px;

    margin-top: 20px;

    padding: 14px 25px;

    background: var(--clutiva-primary);

    border-radius: 6px;

    color: white;
}

.editorial-decoration {
    position: absolute;

    right: 0;
    top: 0;
    bottom: 0;

    width: 52%;
}

.editorial-image {
    position: absolute;

    overflow: hidden;

    background: white;

    padding: 7px;

    box-shadow:
        0 20px 40px rgba(0,0,0,.12);
}

.editorial-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

.editorial-image-one {
    width: 240px;
    height: 300px;

    right: 190px;
    top: 60px;

    transform: rotate(-7deg);
}

.editorial-image-two {
    width: 220px;
    height: 275px;

    right: 20px;
    top: 80px;

    transform: rotate(7deg);
}

.editorial-circle {
    position: absolute;

    border-radius: 50%;
}

.editorial-circle-one {
    width: 330px;
    height: 330px;

    right: 90px;
    top: 50px;

    background:
        rgba(182,50,93,.10);
}

.editorial-circle-two {
    width: 220px;
    height: 220px;

    right: 0;
    bottom: -70px;

    background:
        rgba(255,255,255,.55);
}


/* =========================================================
   BOTTOM PROMISE BAR
========================================================= */

.clutiva-promise {
    width: min(1400px, 94%);

    margin: auto;

    min-height: 140px;

    display: grid;

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

    align-items: center;
}

.promise-item {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 14px;

    min-height: 70px;

    border-right:
        1px solid #e8e1e3;
}

.promise-item:last-child {
    border-right: none;
}

.promise-icon {
    color: var(--clutiva-primary);

    font-size: 28px;
}

.promise-item strong,
.promise-item span {
    display: block;
}

.promise-item strong {
    font-size: 12px;
}

.promise-item span {
    margin-top: 5px;

    font-size: 10px;

    color: #777;
}

.promise-brand {
    flex-direction: column;

    gap: 3px;
}

.promise-brand span {
    margin: 0;

    color: #777;
}

.promise-brand strong {
    font-family: Georgia, serif;

    color: var(--clutiva-primary);

    font-size: 22px;

    font-style: italic;
}


/* =========================================================
   PLACEHOLDERS
========================================================= */

.placeholder {
    width: 100%;
    height: 100%;

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

    background:
        linear-gradient(
            135deg,
            #f4edef,
            #e9dfe2
        );

    color: #8f6d77;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1px;
}


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

@media (max-width: 1100px) {

    .premium-categories {
        grid-template-columns:
            repeat(5, 1fr);
    }

    .premium-products {
        grid-template-columns:
            repeat(3, 1fr);
    }

    .hero-fashion-visual {
        opacity: .7;
    }

    .editorial-image-one {
        width: 200px;
        height: 260px;

        right: 120px;
    }

    .editorial-image-two {
        width: 180px;
        height: 230px;
    }

}


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

@media (max-width: 768px) {

    .premium-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }


    /* BENEFIT STRIP */

    .benefit-strip-inner {
        padding: 10px 15px;

        gap: 10px;

        justify-content: center;

        flex-wrap: wrap;
    }

    .benefit-strip-item {
        font-size: 10px;
    }


    /* HERO */

    .hero-premium {
        min-height: 650px;

        align-items: flex-start;
    }

    .hero-content {
        padding-top: 50px;
    }

    .hero-eyebrow {
        font-size: 8px;

        gap: 8px;

        letter-spacing: 2px;
    }

    .hero-premium h1 {
        font-size: 52px;

        letter-spacing: -2px;
    }

    .hero-premium p {
        max-width: 90%;

        font-size: 13px;

        line-height: 1.7;
    }

    .hero-actions {
        margin-top: 25px;
    }

    .hero-mini-benefits {
        display: none;
    }

    .hero-fashion-visual {
        width: 100%;
        height: 310px;

        right: 0;
        bottom: 0;

        opacity: 1;
    }

    .hero-fashion-card-1 {
        width: 34%;
        height: 80%;

        right: 52%;
    }

    .hero-fashion-card-2 {
        width: 44%;
        height: 100%;

        right: 25%;
    }

    .hero-fashion-card-3 {
        width: 30%;
        height: 75%;

        right: -3%;
    }

    .hero-side-note {
        display: none;
    }

    /* =========================================================
   HERO IMAGE ALIGNMENT
========================================================= */

.hero-fashion-visual {
    pointer-events: none;
}

.hero-fashion-card {
    pointer-events: auto;
}


/* DESKTOP */

@media (min-width: 769px) {

    .hero-premium {
        min-height: 580px !important;
    }

    .hero-content {
        width: min(1400px, 94%) !important;

        padding-right: 48% !important;
    }

    .hero-fashion-visual {
        position: absolute !important;

        right: 4% !important;
        bottom: 0 !important;

        width: 48% !important;
        height: 100% !important;

        display: block !important;
    }

    .hero-fashion-card {
        position: absolute !important;

        overflow: hidden !important;

        background: #f4f0f1 !important;
    }

    .hero-fashion-card-1 {
        width: 34% !important;
        height: 66% !important;

        left: 3% !important;
        right: auto !important;

        bottom: 0 !important;

        transform: rotate(-4deg) !important;
    }

    .hero-fashion-card-2 {
        width: 42% !important;
        height: 82% !important;

        left: 31% !important;
        right: auto !important;

        bottom: 0 !important;

        transform: none !important;

        z-index: 3 !important;
    }

    .hero-fashion-card-3 {
        width: 32% !important;
        height: 65% !important;

        left: 66% !important;
        right: auto !important;

        bottom: 0 !important;

        transform: rotate(4deg) !important;

        z-index: 2 !important;
    }

}

@media (max-width: 768px) {

    .hero-premium {
        min-height: auto !important;

        display: flex !important;

        flex-direction: column !important;
    }

    .hero-content {
        width: 100% !important;

        padding: 45px 6% 30px !important;

        box-sizing: border-box !important;
    }

    .hero-fashion-visual {
        position: relative !important;

        width: 100% !important;
        height: 310px !important;

        right: auto !important;
        bottom: auto !important;

        display: flex !important;

        align-items: flex-end !important;

        justify-content: center !important;

        gap: 8px !important;

        padding: 0 6% !important;

        box-sizing: border-box !important;
    }

    .hero-fashion-card {
        position: relative !important;

        left: auto !important;
        right: auto !important;
        bottom: auto !important;

        flex: 1 !important;

        width: auto !important;

        max-width: 160px !important;

        margin: 0 !important;

        border-radius: 12px !important;

        transform: none !important;

        box-shadow:
            0 12px 25px rgba(0,0,0,.12) !important;
    }

    .hero-fashion-card-1 {
        height: 210px !important;

        z-index: 1 !important;
    }

    .hero-fashion-card-2 {
        height: 285px !important;

        z-index: 3 !important;
    }

    .hero-fashion-card-3 {
        height: 210px !important;

        z-index: 1 !important;
    }

    .hero-fashion-card img {
        width: 100% !important;
        height: 100% !important;

        object-fit: cover !important;
    }

    .hero-side-note {
        display: none !important;
    }

}

    /* SECTION HEAD */

    .premium-section-head {
        align-items: center;

        margin-bottom: 25px;
    }

    .section-title {
        font-size: 30px;
    }

    .section-view-btn {
        min-width: auto;

        padding: 9px 13px;

        font-size: 10px;
    }


    /* CATEGORIES */

    .premium-categories {
        grid-template-columns:
            repeat(3, 1fr);

        gap: 22px 15px;
    }

    .premium-category-card h3 {
        font-size: 11px;

        margin-top: 9px;
    }


    /* TRUST */

    .premium-trust-inner {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .trust-item {
        border-bottom:
            1px solid #eadfe2;
    }

    .trust-item:nth-child(2n) {
        border-right: none;
    }


    /* PRODUCTS */

    .premium-products {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 18px 12px;
    }

    .premium-product-card h3 {
        font-size: 12px;

        margin-top: 10px;
    }

    .premium-order-btn {
        padding: 9px 5px;

        font-size: 8px;
    }

    .price {
        font-size: 13px;
    }


    /* GALLERY */

    .premium-gallery {
        grid-template-columns:
            1fr;

        gap: 15px;
    }

    .premium-gallery-card {
        min-height: 280px;
    }


    /* EDITORIAL */

    .editorial-inner {
        min-height: 580px;

        align-items: flex-start;

        padding-top: 50px;
    }

    .editorial-copy {
        width: 100%;
    }

    .editorial-copy h2 {
        font-size: 43px;
    }

    .editorial-copy p {
        max-width: 80%;

        font-size: 13px;
    }

    .editorial-decoration {
        width: 100%;
        height: 290px;

        top: auto;
        bottom: 0;
    }

    .editorial-image-one {
        width: 155px;
        height: 210px;

        right: 45%;
        top: 50px;
    }

    .editorial-image-two {
        width: 145px;
        height: 190px;

        right: 5%;
        top: 70px;
    }


    /* PROMISE */

    .clutiva-promise {
        grid-template-columns:
            repeat(2, 1fr);

        padding: 20px 0;
    }

    .promise-item {
        border-bottom:
            1px solid #e8e1e3;

        padding: 15px 8px;

        justify-content: flex-start;
    }

    .promise-item:nth-child(2n) {
        border-right: none;
    }

    .promise-brand {
        align-items: center;
        justify-content: center;
    }

}


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

@media (max-width: 480px) {

    .hero-premium h1 {
        font-size: 45px;
    }

    .hero-actions {
        flex-wrap: wrap;
    }

    .hero-btn {
        padding: 13px 20px;
    }

    .hero-secondary-btn {
        padding: 11px 5px;
    }

    .premium-categories {
        gap: 18px 10px;
    }

    .section-kicker {
        font-size: 8px;

        letter-spacing: 2px;
    }

}


@media (max-width: 768px) {

    .editorial-banner {
        overflow: hidden !important;
    }

    .editorial-inner {
        width: 100% !important;

        min-height: auto !important;

        display: flex !important;

        flex-direction: column !important;

        padding: 45px 6% 0 !important;

        box-sizing: border-box !important;
    }

    .editorial-copy {
        width: 100% !important;

        position: relative !important;
    }

    .editorial-decoration {
        position: relative !important;

        width: 100% !important;
        height: 270px !important;

        right: auto !important;
        top: auto !important;
        bottom: auto !important;

        margin-top: 25px !important;

        display: flex !important;

        align-items: flex-end !important;

        justify-content: center !important;

        gap: 15px !important;
    }

    .editorial-image {
        position: relative !important;

        top: auto !important;
        right: auto !important;

        margin: 0 !important;

        transform: none !important;

        width: 145px !important;
        height: 210px !important;
    }

    .editorial-image-one,
    .editorial-image-two {
        top: auto !important;
        right: auto !important;
    }

    .editorial-circle {
        display: none !important;
    }

}


/* =========================================================
   PREVENT FLEX AND GRID OVERFLOW
========================================================= */

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.premium-categories,
.premium-products,
.premium-gallery,
.premium-trust-inner,
.clutiva-promise {
    min-width: 0;
}

.category-card,
.product-card,
.home-section-image-card {
    min-width: 0;
}




/* =========================================================
   JASHNLABEL PREMIUM HEADER
========================================================= */

:root {
    --jl-primary: #b93461;
    --jl-primary-dark: #962746;
    --jl-text: #272327;
    --jl-muted: #706b70;
    --jl-border: #ebe4e6;
    --jl-soft: #fff8f9;
}


/* =========================================================
   TOP BAR
========================================================= */

.topbar {
    width: 100%;
    min-height: 42px;

    background: linear-gradient(
        90deg,
        #f7e9ec 0%,
        #fffafa 50%,
        #f7e9ec 100%
    );

    border-bottom: 1px solid #efe2e5;
}

.topbar-inner {
    width: min(1400px, 94%);
    min-height: 42px;

    margin: 0 auto;

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

    gap: 25px;
}

.topbar-benefits {
    display: flex;
    align-items: center;

    gap: 15px;
}

.topbar-item {
    display: flex;
    align-items: center;

    gap: 7px;

    color: #504b50;

    font-family: Arial, sans-serif;

    font-size: 11px;
    font-weight: 600;

    white-space: nowrap;
}

.topbar-icon {
    color: var(--jl-primary);
    font-size: 15px;
}

.topbar-divider {
    width: 1px;
    height: 15px;

    background: #d8c7cc;

    display: block;
}

.topbar-tagline {
    color: var(--jl-primary);

    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;

    font-size: 16px;

    white-space: nowrap;
}

.topbar-tagline span {
    margin-left: 4px;
    font-family: Arial, sans-serif;
}


/* =========================================================
   MAIN HEADER
========================================================= */

.header {
    width: 100%;

    background: #ffffff;

    border-bottom: 1px solid var(--jl-border);

    position: relative;

    z-index: 1000;
}

.header-inner {
    width: min(1400px, 94%);

    min-height: 105px;

    margin: 0 auto;

    display: flex;
    flex-direction: column;

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


/* =========================================================
   LOGO
========================================================= */

.logo {
    display: flex;
    flex-direction: column;

    align-items: center;

    text-decoration: none;

    margin-top: 12px;
}

.logo-name {
    display: flex;
    align-items: center;

    line-height: 1;
}

.logo-jashn {
    color: #252126;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 42px;
    font-weight: 600;

    letter-spacing: -2px;
}

.logo-label {
    color: var(--jl-primary);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 42px;
    font-weight: 500;

    letter-spacing: -2px;
}

.logo-heart {
    margin-left: 6px;

    color: var(--jl-primary);

    font-family: Arial, sans-serif;

    font-size: 27px;
}

.logo-subtitle {
    margin-top: 5px;

    color: #5e585d;

    font-family: Arial, sans-serif;

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 4px;
}


/* =========================================================
   DESKTOP DYNAMIC NAVIGATION
========================================================= */

.dynamic-main-menu {
    min-height: 55px;

    margin-top: 8px;

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

    gap: 42px;
}

.dynamic-main-menu a {
    position: relative;

    min-height: 55px;

    display: flex;
    align-items: center;

    color: #373237;

    text-decoration: none;

    font-family: Arial, sans-serif;

    font-size: 13px;
    font-weight: 600;

    white-space: nowrap;

    transition:
        color .25s ease,
        transform .25s ease;
}

.dynamic-main-menu a::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 2px;

    background: var(--jl-primary);

    transform: scaleX(0);

    transition: transform .25s ease;
}

.dynamic-main-menu a:hover {
    color: var(--jl-primary);
}

.dynamic-main-menu a:hover::after {
    transform: scaleX(1);
}


/* =========================================================
   MOBILE MENU BUTTON
========================================================= */

.menu-btn {
    display: none;

    width: 44px;
    height: 44px;

    padding: 0;

    border: 0;

    background: transparent;

    cursor: pointer;
}

.menu-btn span {
    display: block;

    width: 22px;
    height: 2px;

    margin: 4px auto;

    background: #292529;

    border-radius: 5px;
}


/* =========================================================
   EXISTING STATIC NAV
   Hidden on desktop because dynamic menu is used there.
========================================================= */

.nav {
    display: none;
}


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

@media (max-width: 1000px) {

    .dynamic-main-menu {
        gap: 25px;
    }

    .dynamic-main-menu a {
        font-size: 12px;
    }

    .logo-jashn,
    .logo-label {
        font-size: 37px;
    }

}


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

@media (max-width: 768px) {


    /* Topbar */

    .topbar {
        min-height: 36px;
    }

    .topbar-inner {
        min-height: 36px;

        justify-content: center;
    }

    .topbar-benefits {
        display: none;
    }

    .topbar-tagline {
        font-size: 12px;
    }


    /* Header */

    .header-inner {
        width: 94%;

        min-height: 72px;

        flex-direction: row;

        justify-content: space-between;

        position: relative;
    }


    /* Logo */

    .logo {
        position: absolute;

        left: 50%;

        transform: translateX(-50%);

        margin: 0;

        white-space: nowrap;
    }

    .logo-jashn,
    .logo-label {
        font-size: 28px;

        letter-spacing: -1px;
    }

    .logo-heart {
        font-size: 20px;

        margin-left: 3px;
    }

    .logo-subtitle {
        margin-top: 3px;

        font-size: 5px;

        letter-spacing: 2px;
    }


    /* Menu Button */

    .menu-btn {
        display: block;

        z-index: 10;
    }


    /* Hide Dynamic Desktop Menu */

    .dynamic-main-menu {
        display: none;
    }


    /* Mobile Navigation */

    .nav {
        position: absolute;

        top: 72px;
        left: 0;
        right: 0;

        display: none;

        flex-direction: column;

        align-items: stretch;

        padding: 8px 0;

        background: #ffffff;

        border-top: 1px solid var(--jl-border);

        box-shadow: 0 15px 30px rgba(0,0,0,.08);

        z-index: 999;
    }

    .nav.open {
        display: flex;
    }

    .nav a {
        padding: 15px 22px;

        color: #393439;

        text-decoration: none;

        font-family: Arial, sans-serif;

        font-size: 14px;
        font-weight: 600;

        border-bottom: 1px solid #f2edef;

        transition: .2s ease;
    }

    .nav a:last-child {
        border-bottom: none;
    }

    .nav a:hover {
        background: var(--jl-soft);

        color: var(--jl-primary);
    }

}


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

@media (max-width: 420px) {

    .logo-jashn,
    .logo-label {
        font-size: 24px;
    }

    .logo-heart {
        font-size: 17px;
    }

    .logo-subtitle {
        font-size: 4px;

        letter-spacing: 1.5px;
    }

}


/* =========================================================
   JASHNLABEL PREMIUM FOOTER
========================================================= */

.footer {
    width: 100%;
    margin-top: 70px;

    background:
        linear-gradient(
            180deg,
            #fffafb 0%,
            #f8f2f3 100%
        );

    border-top: 1px solid #eadfe2;

    color: #383238;
}


/* =========================================================
   FOOTER MAIN
========================================================= */

.footer-inner {
    width: min(1400px, 92%);
    margin: 0 auto;

    padding: 70px 0 55px;

    display: grid;

    grid-template-columns:
        1.3fr
        1fr
        1fr
        .9fr;

    gap: 55px;
}


/* =========================================================
   BRAND
========================================================= */

.footer-brand {
    padding-right: 15px;
}

.footer-logo {
    display: inline-flex;

    flex-direction: column;

    text-decoration: none;

    margin-bottom: 20px;
}

.footer-logo-main {
    display: flex;

    align-items: center;

    line-height: 1;
}

.footer-logo-main span {
    color: #252126;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 38px;

    font-weight: 600;

    letter-spacing: -1.5px;
}

.footer-logo-main em {
    color: #b93461;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 38px;

    font-style: normal;

    font-weight: 500;

    letter-spacing: -1.5px;
}

.footer-logo-main b {
    margin-left: 5px;

    color: #b93461;

    font-family: Arial, sans-serif;

    font-size: 23px;

    font-weight: 400;
}

.footer-logo-subtitle {
    margin-top: 7px;

    color: #6d666b;

    font-family: Arial, sans-serif;

    font-size: 7px;

    font-weight: 700;

    letter-spacing: 3px;
}

.footer-brand p {
    max-width: 340px;

    margin: 0;

    color: #716b70;

    font-family: Arial, sans-serif;

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.footer-column h3,
.JashnLabel-footer-links h3 {
    margin: 0 0 22px;

    color: #302b30;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 18px;

    font-weight: 600;
}


/* =========================================================
   CATEGORY LIST
========================================================= */

.footer-category-list {
    display: flex;

    flex-wrap: wrap;

    gap: 9px;
}

.footer-category-list span {
    display: inline-flex;

    align-items: center;

    padding: 7px 10px;

    background: #ffffff;

    border: 1px solid #eee4e7;

    border-radius: 30px;

    color: #655e63;

    font-family: Arial, sans-serif;

    font-size: 11px;

    transition:
        .25s ease;
}

.footer-category-list span:hover {
    background: #b93461;

    border-color: #b93461;

    color: #ffffff;

    transform: translateY(-2px);
}


/* =========================================================
   SUPPORT
========================================================= */

.footer-support p {
    margin: 0 0 18px;

    color: #716b70;

    font-family: Arial, sans-serif;

    font-size: 13px;

    line-height: 1.7;
}

.footer-whatsapp {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 11px 17px;

    background: #b93461;

    border-radius: 6px;

    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

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

.footer-whatsapp:hover {
    background: #962746;

    color: #ffffff;

    transform: translateY(-2px);
}

.footer-whatsapp-icon {
    font-size: 15px;
}

.footer-support small {
    display: block;

    margin-top: 12px;

    color: #837b80;

    font-family: Arial, sans-serif;

    font-size: 12px;
}


/* =========================================================
   QUICK LINKS
========================================================= */

.JashnLabel-footer-links {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 10px;
}

.JashnLabel-footer-links a {
    position: relative;

    color: #70696e;

    font-family: Arial, sans-serif;

    font-size: 13px;

    text-decoration: none;

    transition:
        color .2s ease,
        padding-left .2s ease;
}

.JashnLabel-footer-links a::before {
    content: "›";

    position: absolute;

    left: -12px;

    color: #b93461;

    opacity: 0;

    transition: .2s ease;
}

.JashnLabel-footer-links a:hover {
    padding-left: 10px;

    color: #b93461;
}

.JashnLabel-footer-links a:hover::before {
    left: 0;

    opacity: 1;
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {
    border-top: 1px solid #e8dde0;

    background: rgba(255,255,255,.45);
}

.footer-bottom-inner {
    width: min(1400px, 92%);

    min-height: 68px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;
}

.footer-bottom p {
    margin: 0;

    color: #81797e;

    font-family: Arial, sans-serif;

    font-size: 11px;
}

.footer-made span {
    color: #b93461;

    font-size: 16px;

    vertical-align: middle;
}


/* =========================================================
   WHATSAPP FLOAT BUTTON
========================================================= */

.whatsapp-float {
    position: fixed;

    right: 24px;
    bottom: 24px;

    z-index: 9999;

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 13px 18px;

    background: #b93461;

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

    border-radius: 50px;

    box-shadow:
        0 10px 30px
        rgba(120, 40, 70, .25);

    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.whatsapp-float:hover {
    color: #ffffff;

    transform: translateY(-4px);

    box-shadow:
        0 16px 35px
        rgba(120, 40, 70, .35);
}

.whatsapp-float-icon {
    font-size: 16px;
}


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

@media (max-width: 1050px) {

    .footer-inner {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 45px;
    }

}


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

@media (max-width: 650px) {

    .footer {
        margin-top: 45px;
    }

    .footer-inner {
        width: 90%;

        padding: 45px 0 40px;

        grid-template-columns: 1fr;

        gap: 35px;
    }


    /* Brand */

    .footer-logo-main span,
    .footer-logo-main em {
        font-size: 34px;
    }


    /* Footer Bottom */

    .footer-bottom-inner {
        width: 90%;

        min-height: auto;

        padding: 20px 0;

        flex-direction: column;

        justify-content: center;

        text-align: center;

        gap: 8px;
    }


    /* WhatsApp */

    .whatsapp-float {
        right: 16px;
        bottom: 16px;

        width: 50px;
        height: 50px;

        padding: 0;

        justify-content: center;

        border-radius: 50%;
    }

    .whatsapp-float-text {
        display: none;
    }

    .whatsapp-float-icon {
        font-size: 19px;
    }

}


/* =========================================================
   JASHNLABEL LEGAL / POLICY PAGE
========================================================= */

.legal-page {
    width: 100%;
    background: #fffdfd;
}


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

.legal-page-hero {
    position: relative;

    overflow: hidden;

    padding: 75px 20px;

    text-align: center;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(185, 52, 97, .08),
            transparent 35%
        ),
        radial-gradient(
            circle at 90% 70%,
            rgba(137, 98, 169, .07),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #fff7f9,
            #ffffff 50%,
            #fff7f9
        );

    border-bottom: 1px solid #f0e5e8;
}

.legal-page-hero::before,
.legal-page-hero::after {
    content: "♡";

    position: absolute;

    color: rgba(185, 52, 97, .07);

    font-family: Georgia, serif;

    font-size: 180px;

    line-height: 1;

    pointer-events: none;
}

.legal-page-hero::before {
    top: -45px;
    left: 5%;
}

.legal-page-hero::after {
    right: 5%;
    bottom: -80px;
}

.legal-page-hero-inner {
    position: relative;

    z-index: 2;

    width: min(900px, 100%);

    margin: 0 auto;
}

.legal-page-eyebrow {
    display: flex;

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

    gap: 12px;

    margin-bottom: 18px;

    color: #b93461;

    font-family: Arial, sans-serif;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 4px;
}

.legal-page-eyebrow span {
    display: block;

    width: 28px;
    height: 1px;

    background: #d8a0b3;
}

.legal-page-hero h1 {
    margin: 0;

    color: #2c272b;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(34px, 5vw, 58px);

    font-weight: 600;

    line-height: 1.15;
}

.legal-page-hero p {
    max-width: 520px;

    margin: 18px auto 0;

    color: #766e73;

    font-family: Arial, sans-serif;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   CONTENT AREA
========================================================= */

.legal-page-body {
    padding: 70px 0 80px;
}

.legal-page-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        290px;

    align-items: start;

    gap: 45px;
}


/* =========================================================
   PAGE CONTENT CARD
========================================================= */

.page-content {
    padding: 50px;

    background: #ffffff;

    border: 1px solid #eee5e7;

    border-radius: 4px;

    box-shadow:
        0 15px 50px
        rgba(66, 36, 46, .06);

    color: #4e484d;

    font-family: Arial, sans-serif;

    font-size: 15px;

    line-height: 1.85;
}


/* Headings from Admin Content */

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    color: #2d282d;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    line-height: 1.35;

    margin-top: 35px;
    margin-bottom: 15px;
}

.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child {
    margin-top: 0;
}

.page-content h2 {
    font-size: 28px;
}

.page-content h3 {
    font-size: 22px;
}

.page-content h4 {
    font-size: 18px;
}


/* Paragraphs */

.page-content p {
    margin: 0 0 18px;
}


/* Links */

.page-content a {
    color: #b93461;

    font-weight: 600;

    text-decoration: underline;

    text-underline-offset: 3px;
}


/* Lists */

.page-content ul,
.page-content ol {
    margin:
        0
        0
        22px
        0;

    padding-left: 24px;
}

.page-content li {
    margin-bottom: 8px;
}

.page-content li::marker {
    color: #b93461;
}


/* Strong Text */

.page-content strong,
.page-content b {
    color: #322c31;
}


/* Tables */

.page-content table {
    width: 100%;

    margin: 25px 0;

    border-collapse: collapse;

    overflow: hidden;

    border: 1px solid #eadfe2;
}

.page-content th,
.page-content td {
    padding: 14px;

    border: 1px solid #eadfe2;

    text-align: left;
}

.page-content th {
    background: #fff5f7;

    color: #372f34;
}


/* Images inside Page Content */

.page-content img {
    max-width: 100%;
    height: auto;

    border-radius: 4px;
}


/* =========================================================
   SIDEBAR
========================================================= */

.legal-page-aside {
    display: flex;

    flex-direction: column;

    gap: 20px;

    position: sticky;

    top: 25px;
}


/* Brand Card */

.legal-info-card {
    padding: 30px;

    background:
        linear-gradient(
            145deg,
            #fff7f9,
            #ffffff
        );

    border: 1px solid #f0e0e5;

    text-align: center;
}

.legal-info-icon {
    width: 52px;
    height: 52px;

    margin: 0 auto 16px;

    display: flex;

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

    border-radius: 50%;

    background: #b93461;

    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 27px;
}

.legal-info-card h3 {
    margin: 0 0 10px;

    color: #302a2f;

    font-family: Georgia, serif;

    font-size: 23px;
}

.legal-info-card p {
    margin: 0;

    color: #776f74;

    font-family: Arial, sans-serif;

    font-size: 13px;

    line-height: 1.7;
}


/* Help Card */

.legal-help-card {
    padding: 30px;

    background: #322b30;

    color: #ffffff;
}

.legal-help-label {
    display: block;

    margin-bottom: 12px;

    color: #e2a2b6;

    font-family: Arial, sans-serif;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;
}

.legal-help-card h3 {
    margin: 0 0 12px;

    color: #ffffff;

    font-family: Georgia, serif;

    font-size: 25px;

    line-height: 1.25;
}

.legal-help-card p {
    margin: 0 0 22px;

    color: #ded7da;

    font-family: Arial, sans-serif;

    font-size: 13px;

    line-height: 1.7;
}

.legal-help-card a {
    display: inline-flex;

    align-items: center;

    padding: 11px 16px;

    background: #b93461;

    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 11px;

    font-weight: 700;

    text-decoration: none;

    transition: .2s ease;
}

.legal-help-card a:hover {
    background: #ffffff;

    color: #b93461;
}


/* =========================================================
   BOTTOM BRAND STRIP
========================================================= */

.legal-brand-strip {
    border-top: 1px solid #eee2e5;
    border-bottom: 1px solid #eee2e5;

    background: #fff8f9;
}

.legal-brand-strip-inner {
    width: min(1200px, 92%);

    margin: 0 auto;

    min-height: 115px;

    display: grid;

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

.legal-brand-strip-inner > div {
    position: relative;

    display: flex;

    flex-direction: column;

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

    text-align: center;
}

.legal-brand-strip-inner > div:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;

    width: 1px;
    height: 42px;

    background: #e3d4d9;
}

.legal-brand-strip strong {
    color: #332d32;

    font-family: Georgia, serif;

    font-size: 17px;

    font-weight: 600;
}

.legal-brand-strip span {
    margin-top: 7px;

    color: #857b80;

    font-family: Arial, sans-serif;

    font-size: 11px;
}


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

@media (max-width: 900px) {

    .legal-page-layout {
        grid-template-columns: 1fr;
    }

    .legal-page-aside {
        position: static;

        display: grid;

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

        align-items: stretch;
    }

}


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

@media (max-width: 650px) {

    .legal-page-hero {
        padding: 55px 20px;
    }

    .legal-page-hero::before,
    .legal-page-hero::after {
        font-size: 110px;
    }

    .legal-page-body {
        padding: 40px 0 50px;
    }

    .page-content {
        padding: 25px 20px;

        font-size: 14px;
    }

    .page-content h2 {
        font-size: 24px;
    }

    .page-content h3 {
        font-size: 20px;
    }

    .legal-page-aside {
        grid-template-columns: 1fr;
    }

    .legal-info-card,
    .legal-help-card {
        padding: 25px 20px;
    }

    .legal-brand-strip-inner {
        min-height: auto;

        grid-template-columns: 1fr;

        padding: 10px 0;
    }

    .legal-brand-strip-inner > div {
        min-height: 85px;
    }

    .legal-brand-strip-inner > div:not(:last-child)::after {
        width: 60px;
        height: 1px;

        right: auto;
        bottom: 0;

        background: #e3d4d9;
    }

}


/* =========================================================
   JASHNLABEL SHOP PAGE
========================================================= */

.shop-page {
    width: 100%;
    background: #fffdfd;
}


/* =========================================================
   HERO
========================================================= */

.shop-hero {
    position: relative;
    overflow: hidden;

    padding: 75px 20px 80px;

    text-align: center;

    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(185, 52, 97, .09),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 70%,
            rgba(137, 98, 169, .08),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #fff6f8 0%,
            #ffffff 50%,
            #fff8fa 100%
        );

    border-bottom: 1px solid #f0e3e6;
}

.shop-hero::before {
    content: "♡";

    position: absolute;

    top: -80px;
    left: 7%;

    color: rgba(185, 52, 97, .06);

    font-family: Georgia, serif;

    font-size: 230px;
}

.shop-hero::after {
    content: "✦";

    position: absolute;

    right: 8%;
    bottom: 15px;

    color: rgba(185, 52, 97, .08);

    font-size: 100px;
}

.shop-hero-inner {
    position: relative;
    z-index: 2;

    width: min(750px, 100%);
    margin: 0 auto;
}

.shop-eyebrow {
    display: flex;

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

    gap: 12px;

    margin-bottom: 17px;

    color: #b93461;

    font-family: Arial, sans-serif;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 3px;
}

.shop-eyebrow span {
    width: 30px;
    height: 1px;

    background: #dca2b5;
}

.shop-hero h1 {
    margin: 0;

    color: #2d282d;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(38px, 5vw, 62px);

    font-weight: 600;

    line-height: 1.1;
}

.shop-hero h1 em {
    color: #b93461;

    font-weight: 500;
}

.shop-hero p {
    max-width: 560px;

    margin: 18px auto 0;

    color: #766e73;

    font-family: Arial, sans-serif;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   SHOP CONTENT
========================================================= */

.shop-content {
    padding: 55px 0 80px;
}


/* =========================================================
   TOOLBAR
========================================================= */

.shop-toolbar {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    margin-bottom: 30px;
}

.searchbar {
    flex: 1;
    max-width: 680px;
}

.shop-search-input {
    width: 100%;

    display: flex;
    align-items: center;

    min-height: 54px;

    padding-left: 18px;

    background: #ffffff;

    border: 1px solid #e9dfe2;

    border-radius: 4px;

    box-shadow:
        0 8px 30px
        rgba(70, 35, 47, .04);
}

.search-icon {
    color: #a89da2;

    font-size: 23px;

    margin-right: 10px;
}

.searchbar input {
    flex: 1;

    width: 100%;

    border: none;
    outline: none;

    background: transparent;

    color: #383238;

    font-family: Arial, sans-serif;

    font-size: 13px;
}

.searchbar input::placeholder {
    color: #aaa1a5;
}

.searchbar button {
    align-self: stretch;

    padding: 0 24px;

    border: none;

    background: #b93461;

    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .5px;

    text-transform: uppercase;

    cursor: pointer;

    transition: background .2s ease;
}

.searchbar button:hover {
    background: #962746;
}

.shop-product-count {
    display: flex;

    flex-direction: column;

    align-items: flex-end;

    white-space: nowrap;
}

.shop-product-count strong {
    color: #b93461;

    font-family: Georgia, serif;

    font-size: 28px;

    line-height: 1;
}

.shop-product-count span {
    margin-top: 4px;

    color: #847b80;

    font-family: Arial, sans-serif;

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 1px;
}


/* =========================================================
   CATEGORY FILTERS
========================================================= */

.shop-filter-wrapper {
    padding: 25px 0 30px;

    border-top: 1px solid #eee6e8;
    border-bottom: 1px solid #eee6e8;

    margin-bottom: 55px;
}

.shop-filter-label {
    margin-bottom: 14px;

    color: #756d72;

    font-family: Arial, sans-serif;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.chips {
    display: flex;

    flex-wrap: wrap;

    gap: 9px;
}

.chips a {
    display: inline-flex;

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

    padding: 9px 16px;

    border: 1px solid #e8dce0;

    border-radius: 30px;

    background: #ffffff;

    color: #615a5f;

    font-family: Arial, sans-serif;

    font-size: 12px;

    text-decoration: none;

    transition: all .2s ease;
}

.chips a:hover,
.chips a.active {
    background: #b93461;

    border-color: #b93461;

    color: #ffffff;
}


/* =========================================================
   RESULTS HEADER
========================================================= */

.shop-results-head {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 28px;
}

.shop-results-eyebrow {
    display: block;

    margin-bottom: 8px;

    color: #b93461;

    font-family: Arial, sans-serif;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2.5px;
}

.shop-results-head h2 {
    margin: 0;

    color: #2f292e;

    font-family: Georgia, serif;

    font-size: 32px;

    font-weight: 600;
}

.shop-results-head h2 em {
    color: #b93461;

    font-style: italic;

    font-weight: 500;
}

.shop-results-count {
    padding-bottom: 5px;

    color: #8b8186;

    font-family: Arial, sans-serif;

    font-size: 12px;
}


/* =========================================================
   PRODUCT GRID
========================================================= */

.shop-products {
    display: grid;

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

    gap: 28px 20px;
}


/* =========================================================
   PRODUCT CARD
========================================================= */

.shop-products .product-card {
    position: relative;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #eee7e9;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.shop-products .product-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 16px 40px
        rgba(67, 35, 45, .10);
}

.product-card > a:first-child {
    display: block;

    color: inherit;

    text-decoration: none;
}


/* Image */

.shop-products .product-image {
    position: relative;

    width: 100%;

    aspect-ratio: 3 / 4;

    overflow: hidden;

    background: #f8f4f5;
}

.shop-products .product-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .5s ease;
}

.shop-products .product-card:hover .product-image img {
    transform: scale(1.04);
}


/* Product Details */

.product-details {
    padding: 16px 16px 10px;
}

.shop-products .category-label {
    margin: 0 0 7px;

    color: #b93461;

    font-family: Arial, sans-serif;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.3px;

    text-transform: uppercase;
}

.shop-products .product-card h3 {
    min-height: 42px;

    margin: 0 0 12px;

    color: #342f34;

    font-family: Georgia, serif;

    font-size: 16px;

    font-weight: 600;

    line-height: 1.35;
}


/* Price */

.shop-products .price {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 8px;

    color: #302a2f;

    font-family: Arial, sans-serif;

    font-size: 15px;

    font-weight: 800;
}

.shop-products .price .sale {
    color: #b93461;
}

.shop-products .price del {
    color: #a79ea2;

    font-size: 11px;

    font-weight: 400;
}


/* =========================================================
   WHATSAPP ORDER BUTTON
========================================================= */

.shop-products .wa-order {
    width: calc(100% - 32px);

    min-height: 40px;

    margin: 6px 16px 16px;

    display: flex;

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

    gap: 6px;

    background: #fff8fa;

    border: 1px solid #e9ccd5;

    color: #b93461;

    font-family: Arial, sans-serif;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .3px;

    text-decoration: none;

    text-transform: uppercase;

    transition: .2s ease;
}

.shop-products .wa-order:hover {
    background: #b93461;

    border-color: #b93461;

    color: #ffffff;
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.shop-products .placeholder {
    width: 100%;
    height: 100%;

    display: flex;

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

    background:
        linear-gradient(
            135deg,
            #f7eff1,
            #ffffff
        );

    color: #b93461;

    font-family: Georgia, serif;

    font-size: 14px;

    letter-spacing: 2px;
}


/* =========================================================
   EMPTY STATE
========================================================= */

.shop-empty {
    grid-column: 1 / -1;

    padding: 80px 20px;

    text-align: center;

    border: 1px solid #eee4e7;

    background: #fffafa;
}

.shop-empty-icon {
    margin-bottom: 15px;

    color: #b93461;

    font-size: 45px;
}

.shop-empty h3 {
    margin: 0 0 10px;

    color: #322b30;

    font-family: Georgia, serif;

    font-size: 28px;
}

.shop-empty p {
    max-width: 450px;

    margin: 0 auto 25px;

    color: #7a7176;

    font-family: Arial, sans-serif;

    font-size: 13px;

    line-height: 1.7;
}

.shop-empty a {
    display: inline-flex;

    padding: 12px 20px;

    background: #b93461;

    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 11px;

    font-weight: 800;

    text-decoration: none;

    text-transform: uppercase;
}


/* =========================================================
   TRUST STRIP
========================================================= */

.shop-trust-strip {
    margin-top: 10px;

    background: #fff7f9;

    border-top: 1px solid #efdee3;
    border-bottom: 1px solid #efdee3;
}

.shop-trust-inner {
    width: min(1100px, 92%);

    min-height: 120px;

    margin: 0 auto;

    display: grid;

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

.shop-trust-inner > div {
    position: relative;

    display: flex;

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

    gap: 13px;
}

.shop-trust-inner > div:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;

    width: 1px;
    height: 45px;

    background: #e5d2d8;
}

.trust-icon {
    color: #b93461;

    font-size: 24px;
}

.shop-trust-inner strong {
    display: block;

    color: #3b3439;

    font-family: Georgia, serif;

    font-size: 16px;
}

.shop-trust-inner small {
    display: block;

    margin-top: 4px;

    color: #847b80;

    font-family: Arial, sans-serif;

    font-size: 10px;
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 1000px) {

    .shop-products {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

}


@media (max-width: 750px) {

    .shop-toolbar {
        flex-direction: column;

        align-items: stretch;
    }

    .shop-product-count {
        align-items: flex-start;
    }

    .shop-products {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 18px 12px;
    }

    .shop-results-head h2 {
        font-size: 27px;
    }

}


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

@media (max-width: 600px) {

    .shop-hero {
        padding: 55px 18px 60px;
    }

    .shop-hero::before {
        font-size: 140px;
    }

    .shop-hero::after {
        display: none;
    }

    .shop-content {
        padding: 35px 0 55px;
    }

    .shop-search-input {
        min-height: 48px;

        padding-left: 12px;
    }

    .searchbar button {
        padding: 0 15px;

        font-size: 10px;
    }

    .search-icon {
        font-size: 18px;
    }

    .searchbar input {
        font-size: 12px;
    }

    .shop-filter-wrapper {
        margin-bottom: 40px;
    }

    .chips {
        flex-wrap: nowrap;

        overflow-x: auto;

        padding-bottom: 6px;

        scrollbar-width: none;
    }

    .chips::-webkit-scrollbar {
        display: none;
    }

    .chips a {
        flex-shrink: 0;

        padding: 8px 14px;

        font-size: 11px;
    }

    .shop-results-head {
        align-items: flex-end;

        margin-bottom: 20px;
    }

    .shop-results-head h2 {
        font-size: 24px;

        line-height: 1.2;
    }

    .shop-results-count {
        font-size: 10px;

        white-space: nowrap;
    }

    .product-details {
        padding: 12px 10px 7px;
    }

    .shop-products .category-label {
        font-size: 8px;
    }

    .shop-products .product-card h3 {
        min-height: 38px;

        margin-bottom: 9px;

        font-size: 13px;
    }

    .shop-products .price {
        font-size: 13px;
    }

    .shop-products .price del {
        font-size: 9px;
    }

    .shop-products .wa-order {
        width: calc(100% - 20px);

        min-height: 35px;

        margin:
            5px
            10px
            10px;

        font-size: 8px;
    }

    .shop-trust-inner {
        width: 90%;

        min-height: auto;

        grid-template-columns: 1fr;

        padding: 12px 0;
    }

    .shop-trust-inner > div {
        min-height: 75px;

        justify-content: flex-start;
    }

    .shop-trust-inner > div:not(:last-child)::after {
        width: 100%;
        height: 1px;

        right: auto;
        bottom: 0;
    }

}


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

.product-page {
    background: #fffdfd;
}


/* =========================================================
   PRODUCT TOPBAR / BREADCRUMB
========================================================= */

.product-topbar {
    border-bottom: 1px solid #eee5e7;

    background: #fffafb;
}

.product-topbar-inner {
    min-height: 54px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.product-breadcrumb {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 8px;

    color: #9a9095;

    font-family: Arial, sans-serif;

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 1px;
}

.product-breadcrumb a {
    color: #776d72;

    text-decoration: none;

    transition: color .2s ease;
}

.product-breadcrumb a:hover {
    color: #b93461;
}

.product-breadcrumb span:last-child {
    color: #b93461;
}

.product-sku-top {
    color: #91868b;

    font-family: Arial, sans-serif;

    font-size: 9px;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.product-sku-top strong {
    margin-left: 4px;

    color: #3e363b;
}


/* =========================================================
   PRODUCT DETAIL LAYOUT
========================================================= */

.product-detail {
    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(380px, .95fr);

    gap: clamp(45px, 7vw, 100px);

    padding-top: 60px;
    padding-bottom: 75px;
}


/* =========================================================
   PRODUCT MEDIA
========================================================= */

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


/* =========================================================
   MAIN PRODUCT SLIDER
========================================================= */

.product-slider {
    position: relative;

    width: 100%;

    overflow: hidden;

    background: #f7f2f3;

    aspect-ratio: 4 / 5;
}

.product-slides {
    position: relative;

    width: 100%;
    height: 100%;
}

.product-slide {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    opacity: 0;

    visibility: hidden;

    transition:
        opacity .35s ease,
        visibility .35s ease;
}

.product-slide.active {
    opacity: 1;

    visibility: visible;

    z-index: 2;
}

.product-slide img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* =========================================================
   PRODUCT SLIDER ARROWS
========================================================= */

.slider-arrow {
    position: absolute;

    top: 50%;

    z-index: 5;

    width: 45px;
    height: 45px;

    display: flex;

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

    transform: translateY(-50%);

    border: none;

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

    color: #342e33;

    font-family: Georgia, serif;

    font-size: 32px;

    line-height: 1;

    cursor: pointer;

    box-shadow:
        0 6px 20px
        rgba(50,20,30,.10);

    transition: all .2s ease;
}

.slider-arrow:hover {
    background: #b93461;

    color: #ffffff;
}

.slider-arrow.prev {
    left: 15px;
}

.slider-arrow.next {
    right: 15px;
}


/* =========================================================
   SLIDER COUNTER
========================================================= */

.slider-counter {
    position: absolute;

    right: 15px;
    bottom: 15px;

    z-index: 6;

    padding: 8px 12px;

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

    color: #5d5459;

    font-family: Arial, sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;
}


/* =========================================================
   SLIDER DOTS
========================================================= */

.slider-dots {
    position: absolute;

    z-index: 5;

    left: 50%;
    bottom: 18px;

    display: flex;

    align-items: center;

    gap: 7px;

    transform: translateX(-50%);
}

.slider-dot {
    width: 7px;
    height: 7px;

    padding: 0;

    border: none;

    border-radius: 50%;

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

    cursor: pointer;

    transition: all .2s ease;
}

.slider-dot.active {
    width: 22px;

    border-radius: 20px;

    background: #b93461;
}


/* =========================================================
   THUMBNAILS
========================================================= */

.product-thumbnail-row {
    display: flex;

    gap: 10px;

    overflow-x: auto;

    padding-top: 12px;

    scrollbar-width: none;
}

.product-thumbnail-row::-webkit-scrollbar {
    display: none;
}

.product-thumbnail {
    flex: 0 0 82px;

    width: 82px;
    height: 105px;

    padding: 0;

    overflow: hidden;

    border: 1px solid #e9dfe2;

    background: #ffffff;

    cursor: pointer;

    transition: all .2s ease;
}

.product-thumbnail.active {
    border: 2px solid #b93461;
}

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

    display: block;

    object-fit: cover;
}


/* =========================================================
   NO IMAGE
========================================================= */

.product-slider.no-image {
    display: flex;

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

.product-slider.no-image .placeholder {
    width: 100%;
    height: 100%;

    display: flex;

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

    background:
        linear-gradient(
            135deg,
            #faf1f3,
            #ffffff
        );

    color: #b93461;

    font-family: Georgia, serif;

    font-size: 20px;

    letter-spacing: 4px;
}


/* =========================================================
   PRODUCT INFORMATION
========================================================= */

.product-info {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    padding-top: 12px;
}

.product-category {
    display: inline-flex;

    align-items: center;

    margin: 0 0 13px;

    color: #b93461;

    font-family: Arial, sans-serif;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.product-category::before {
    content: "";

    width: 24px;
    height: 1px;

    margin-right: 9px;

    background: #dba0b2;
}


/* Product Title */

.product-info h1 {
    max-width: 650px;

    margin: 0;

    color: #302a2f;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(30px, 3.3vw, 46px);

    font-weight: 500;

    line-height: 1.15;
}


/* Product Code */

.product-code {
    margin: 13px 0 0;

    color: #9a9095;

    font-family: Arial, sans-serif;

    font-size: 10px;

    letter-spacing: .8px;

    text-transform: uppercase;
}

.product-code strong {
    margin-left: 4px;

    color: #62585d;
}


/* =========================================================
   PRICE
========================================================= */

.product-info .price.big {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 25px;

    color: #312a2f;

    font-family: Arial, sans-serif;

    font-size: 28px;

    font-weight: 700;
}

.product-info .price.big .sale {
    color: #b93461;
}

.product-info .price.big del {
    color: #aaa0a4;

    font-size: 16px;

    font-weight: 400;
}


/* =========================================================
   DIVIDER
========================================================= */

.product-divider {
    width: 100%;

    height: 1px;

    margin: 30px 0;

    background: #ece4e6;
}


/* =========================================================
   PRODUCT OPTIONS
========================================================= */

.option {
    width: 100%;

    margin-bottom: 20px;
}

.option label {
    display: block;

    margin-bottom: 10px;

    color: #5d5358;

    font-family: Arial, sans-serif;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.select-wrapper {
    position: relative;

    width: 100%;
}

.select-wrapper::after {
    content: "⌄";

    position: absolute;

    top: 50%;
    right: 18px;

    transform: translateY(-52%);

    pointer-events: none;

    color: #8f858a;

    font-size: 18px;
}

.option select {
    width: 100%;

    height: 52px;

    padding: 0 45px 0 16px;

    appearance: none;

    border: 1px solid #e3d9dc;

    border-radius: 0;

    outline: none;

    background: #ffffff;

    color: #433a40;

    font-family: Arial, sans-serif;

    font-size: 13px;

    cursor: pointer;

    transition: border-color .2s ease;
}

.option select:focus {
    border-color: #b93461;
}


/* =========================================================
   PRODUCT TRUST
========================================================= */

.product-trust {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr;

    gap: 10px;

    margin: 10px 0 25px;

    padding: 20px;

    background: #fff8fa;

    border-left: 2px solid #b93461;
}

.trust-item {
    display: flex;

    align-items: center;

    gap: 10px;

    color: #655b60;

    font-family: Arial, sans-serif;

    font-size: 12px;
}

.trust-check {
    width: 20px;
    height: 20px;

    display: inline-flex;

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

    flex-shrink: 0;

    border-radius: 50%;

    background: #b93461;

    color: #ffffff;

    font-size: 10px;

    font-weight: bold;
}


/* =========================================================
   WHATSAPP ORDER BUTTON
========================================================= */

.product-order {
    width: 100%;

    min-height: 58px;

    display: flex;

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

    gap: 10px;

    padding: 15px 25px;

    border: none;

    background: #b93461;

    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1px;

    cursor: pointer;

    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;

    box-shadow:
        0 10px 24px
        rgba(185,52,97,.18);
}

.product-order:hover {
    background: #972744;

    transform: translateY(-2px);

    box-shadow:
        0 14px 30px
        rgba(185,52,97,.25);
}

.order-icon {
    font-size: 17px;

    line-height: 1;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.product-description-box {
    width: 100%;

    margin-top: 32px;

    padding-top: 25px;

    border-top: 1px solid #ece4e6;
}

.description-heading {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 16px;
}

.description-heading span {
    color: #41383e;

    font-family: Georgia, serif;

    font-size: 19px;

    font-weight: 500;
}

.description-heading i {
    flex: 1;

    height: 1px;

    background: #ece4e6;
}

.product-description-box .description {
    color: #756b70;

    font-family: Arial, sans-serif;

    font-size: 13px;

    line-height: 1.9;
}


/* =========================================================
   PRODUCT PROMISE STRIP
========================================================= */

.product-promise {
    background: #fff7f9;

    border-top: 1px solid #eedee3;
    border-bottom: 1px solid #eedee3;
}

.product-promise-inner {
    min-height: 130px;

    display: grid;

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

.product-promise-inner > div {
    position: relative;

    display: flex;

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

    gap: 13px;
}

.product-promise-inner > div:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;

    width: 1px;
    height: 50px;

    background: #e7d3d9;
}

.promise-icon {
    width: 38px;
    height: 38px;

    display: flex;

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

    flex-shrink: 0;

    border-radius: 50%;

    background: #ffffff;

    border: 1px solid #ead6dc;

    color: #b93461;

    font-size: 16px;
}

.product-promise strong {
    display: block;

    color: #3c3439;

    font-family: Georgia, serif;

    font-size: 16px;

    font-weight: 600;
}

.product-promise small {
    display: block;

    margin-top: 4px;

    color: #867b80;

    font-family: Arial, sans-serif;

    font-size: 10px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .product-detail {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(320px, .8fr);

        gap: 45px;
    }

}


@media (max-width: 800px) {

    .product-detail {
        grid-template-columns: 1fr;

        gap: 35px;

        padding-top: 35px;
    }

    .product-info {
        padding-top: 0;
    }

    .product-slider {
        aspect-ratio: 1 / 1.15;
    }

}


@media (max-width: 600px) {

    .product-topbar-inner {
        min-height: 48px;

        justify-content: flex-start;
    }

    .product-sku-top {
        display: none;
    }

    .product-breadcrumb {
        font-size: 8px;

        gap: 6px;
    }

    .product-detail {
        padding-top: 25px;
        padding-bottom: 45px;
    }

    .product-slider {
        aspect-ratio: 4 / 5;
    }

    .slider-arrow {
        width: 36px;
        height: 36px;

        font-size: 26px;
    }

    .slider-arrow.prev {
        left: 10px;
    }

    .slider-arrow.next {
        right: 10px;
    }

    .slider-counter {
        right: 10px;
        bottom: 10px;

        padding: 6px 9px;

        font-size: 9px;
    }

    .slider-dots {
        bottom: 12px;
    }

    .product-thumbnail-row {
        gap: 8px;
    }

    .product-thumbnail {
        flex-basis: 65px;

        width: 65px;
        height: 82px;
    }

    .product-info h1 {
        font-size: 30px;
    }

    .product-info .price.big {
        margin-top: 18px;

        font-size: 25px;
    }

    .product-divider {
        margin: 24px 0;
    }

    .option select {
        height: 48px;
    }

    .product-trust {
        padding: 16px;

        gap: 9px;
    }

    .trust-item {
        font-size: 11px;
    }

    .product-order {
        min-height: 54px;

        font-size: 10px;
    }

    .product-description-box {
        margin-top: 25px;

        padding-top: 22px;
    }

    .product-description-box .description {
        font-size: 12px;
    }

    .product-promise-inner {
        grid-template-columns: 1fr;

        min-height: auto;

        padding: 10px 0;
    }

    .product-promise-inner > div {
        min-height: 78px;

        justify-content: flex-start;
    }

    .product-promise-inner > div:not(:last-child)::after {
        width: 100%;
        height: 1px;

        right: auto;
        bottom: 0;
    }

}


