/* =========================================================
   SHOP PAGE
========================================================= */

.shop-page {
    --shop-dark: #112f35;
    --shop-text: #17383e;
    --shop-muted: #6c8387;
    --shop-mint: #63c8b9;
    --shop-soft: #eff8f7;

    overflow: hidden;
    color: var(--shop-text);
}

.shop-page em {
    color: var(--shop-mint);
    font-style: normal;
}

.shop-page h1,
.shop-page h2,
.shop-page h3 {
    font-family: "Manrope", sans-serif;
}


/* =========================================================
   HERO
========================================================= */

.shop-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 75px 0 95px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 82% 25%,
            rgba(255, 255, 255, 0.96),
            transparent 24%
        ),
        linear-gradient(
            135deg,
            #f1faf8 0%,
            #eff9fb 52%,
            #f6f2fb 100%
        );
}

.shop-hero-decoration {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.shop-orb {
    position: absolute;
    border-radius: 50%;
}

.shop-orb-one {
    top: -220px;
    right: -130px;
    width: 590px;
    height: 590px;
    background: rgba(126, 210, 198, 0.18);
}

.shop-orb-two {
    bottom: -270px;
    left: -160px;
    width: 560px;
    height: 560px;
    background: rgba(162, 216, 239, 0.18);
}

.shop-orb-three {
    top: 23%;
    left: 45%;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(83, 180, 170, 0.13);
}

.shop-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    align-items: center;
    gap: 60px;
}

.shop-breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 27px;
    color: #7b8f92;
    font-size: 11px;
}

.shop-breadcrumb strong {
    color: var(--shop-dark);
}

.shop-eyebrow,
.shop-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #349f92;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.shop-eyebrow::before,
.shop-section-label::before {
    content: "";
    width: 24px;
    height: 1px;
    background: currentColor;
}

.shop-hero-content h1 {
    max-width: 670px;
    margin: 18px 0 23px;
    font-size: clamp(51px, 5.5vw, 70px);
    line-height: 0.97;
    letter-spacing: -0.065em;
}

.shop-hero-content > p {
    max-width: 610px;
    margin: 0;
    color: var(--shop-muted);
    font-size: 16px;
    line-height: 1.8;
}

.shop-hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: start;
    gap: 27px;
    margin-top: 34px;
}

.shop-hero-highlights div {
    padding-right: 27px;
    border-right: 1px solid rgba(17, 47, 53, 0.1);
}

.shop-hero-highlights div:last-child {
    padding-right: 0;
    border-right: 0;
}

.shop-hero-highlights strong,
.shop-hero-highlights span {
    display: block;
}

.shop-hero-highlights strong {
    color: var(--shop-dark);
    font-size: 14px;
}

.shop-hero-highlights span {
    margin-top: 5px;
    color: #819296;
    font-size: 9px;
}

.shop-scroll-button {
    width: fit-content;
    min-height: 53px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--shop-dark);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.shop-scroll-button:hover {
    box-shadow: 0 16px 35px rgba(17, 47, 53, 0.2);
    transform: translateY(-2px);
}


/* Hero products */

.shop-hero-visual {
    position: relative;
    min-height: 550px;
    display: grid;
    place-items: center;
}

.shop-product-stage {
    position: relative;
    width: 590px;
    height: 530px;
    display: grid;
    place-items: center;
}

.shop-stage-circle {
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.95),
            rgba(201, 238, 233, 0.48) 55%,
            transparent 74%
        );
}

.shop-stage-ring {
    position: absolute;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(73, 169, 159, 0.14);
    border-radius: 50%;
}

.shop-stage-ring-one {
    transform: scale(1.12);
}

.shop-stage-ring-two {
    transform: scale(1.28);
    opacity: 0.55;
}

.shop-product-box {
    position: absolute;
    z-index: 3;
    width: 255px;
    max-height: 390px;
    object-fit: contain;
    filter: drop-shadow(0 28px 24px rgba(24, 69, 73, 0.2));
    transition: transform 0.4s ease;
}

.shop-box-digestion {
    left: 52px;
    bottom: 54px;
    transform: rotate(-8deg);
}

.shop-box-skin {
    z-index: 5;
    width: 290px;
    bottom: 66px;
}

.shop-box-women {
    right: 43px;
    bottom: 50px;
    transform: rotate(8deg);
}

.shop-product-stage:hover .shop-box-digestion {
    transform: translateX(-12px) rotate(-11deg);
}

.shop-product-stage:hover .shop-box-skin {
    transform: translateY(-10px);
}

.shop-product-stage:hover .shop-box-women {
    transform: translateX(12px) rotate(11deg);
}

.shop-floating-label {
    position: absolute;
    z-index: 8;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--shop-dark);
    box-shadow: 0 15px 35px rgba(20, 66, 71, 0.09);
    font-size: 9px;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.shop-label-one {
    top: 80px;
    left: 18px;
}

.shop-label-two {
    top: 30px;
    right: 115px;
}

.shop-label-three {
    right: 0;
    bottom: 118px;
}


/* =========================================================
   INTRO
========================================================= */

.shop-intro-section {
    padding: 130px 0 105px;
}

.shop-intro-grid {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 100px;
}

.shop-section-heading h2 {
    max-width: 690px;
    margin: 18px 0 0;
    font-size: clamp(42px, 4.6vw, 65px);
    line-height: 1.03;
    letter-spacing: -0.06em;
}

.shop-intro-copy {
    padding-top: 30px;
}

.shop-intro-copy p {
    margin: 0 0 22px;
    color: var(--shop-muted);
    font-size: 15px;
    line-height: 1.85;
}


/* =========================================================
   PRODUCTS
========================================================= */

.shop-products-section {
    padding: 105px 0 125px;
    background: #f5f9f8;
}

.shop-products-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 42px;
}

.shop-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.shop-filter-button {
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid rgba(17, 47, 53, 0.1);
    border-radius: 999px;
    background: #ffffff;
    color: #687d81;
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition:
        color 0.22s ease,
        background 0.22s ease,
        border-color 0.22s ease;
}

.shop-filter-button:hover,
.shop-filter-button.is-active {
    border-color: var(--shop-dark);
    background: var(--shop-dark);
    color: #ffffff;
}

.shop-product-count {
    color: #7b8e92;
    font-size: 11px;
}

.shop-product-count span {
    color: var(--shop-dark);
    font-weight: 800;
}

.shop-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.shop-product-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(18, 54, 59, 0.07);
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(26, 69, 74, 0.06);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.shop-product-card:hover {
    box-shadow: 0 30px 65px rgba(26, 69, 74, 0.11);
    transform: translateY(-8px);
}

.shop-product-card.is-hidden {
    display: none;
}

.shop-product-visual {
    position: relative;
    min-height: 390px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.shop-card-digestion .shop-product-visual {
    background:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.96),
            rgba(211, 242, 220, 0.7) 58%,
            #edf8ef 100%
        );
}

.shop-card-skin .shop-product-visual {
    background:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.96),
            rgba(207, 237, 250, 0.72) 58%,
            #e8f7fd 100%
        );
}

.shop-card-women .shop-product-visual {
    background:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.96),
            rgba(228, 217, 248, 0.74) 58%,
            #f3edfb 100%
        );
}

.shop-product-glow {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.58);
    filter: blur(3px);
}

.shop-product-visual img {
    position: relative;
    z-index: 3;
    width: 80%;
    height: 330px;
    object-fit: contain;
    filter: drop-shadow(0 27px 22px rgba(29, 78, 82, 0.17));
    transition: transform 0.4s ease;
}

.shop-product-card:hover .shop-product-visual img {
    transform: scale(1.045) translateY(-6px);
}

.shop-product-badge {
    position: absolute;
    top: 19px;
    left: 19px;
    z-index: 5;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: #426166;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.shop-quick-view-button {
    position: absolute;
    right: 18px;
    bottom: 17px;
    z-index: 6;
    min-height: 39px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 13px;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 47, 53, 0.92);
    color: #ffffff;
    font-family: inherit;
    font-size: 9px;
    font-weight: 800;
    cursor: pointer;
    opacity: 0;
    transform: translateY(8px);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.shop-product-card:hover .shop-quick-view-button {
    opacity: 1;
    transform: translateY(0);
}

.shop-product-content {
    padding: 30px 29px 31px;
}

.shop-product-category {
    display: block;
    color: #4cae9f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.shop-card-skin .shop-product-category {
    color: #4ba8cb;
}

.shop-card-women .shop-product-category {
    color: #9675c7;
}

.shop-product-content h2 {
    margin: 10px 0 8px;
    color: var(--shop-dark);
    font-size: 25px;
    letter-spacing: -0.04em;
}

.shop-product-tagline {
    display: block;
    color: #3e5c61;
    font-size: 12px;
}

.shop-product-content > p {
    min-height: 67px;
    margin: 16px 0 0;
    color: var(--shop-muted);
    font-size: 12px;
    line-height: 1.7;
}

.shop-product-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-top: 23px;
}

.shop-product-facts span {
    min-width: 0;
    padding: 11px 8px;
    border-radius: 12px;
    background: #f5f9f8;
    color: #839397;
    font-size: 7px;
    text-align: center;
}

.shop-product-facts strong {
    display: block;
    overflow: hidden;
    margin-bottom: 4px;
    color: var(--shop-dark);
    font-size: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shop-product-benefits {
    display: grid;
    gap: 9px;
    margin: 23px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid rgba(17, 47, 53, 0.08);
    list-style: none;
}

.shop-product-benefits li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #647b7f;
    font-size: 10px;
}

.shop-product-benefits li span {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e8f6f3;
    color: #42a99b;
    font-size: 8px;
}

.shop-card-skin .shop-product-benefits li span {
    background: #e7f5fb;
    color: #4ca9cb;
}

.shop-card-women .shop-product-benefits li span {
    background: #f0eafa;
    color: #9472c3;
}

.shop-product-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 9px;
    margin-top: 27px;
}

.shop-product-primary,
.shop-product-secondary {
    min-height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
}

.shop-product-primary {
    gap: 9px;
    background: var(--shop-dark);
    color: #ffffff;
}

.shop-product-secondary {
    padding: 0 17px;
    border: 1px solid rgba(17, 47, 53, 0.12);
    color: var(--shop-dark);
}


/* =========================================================
   EXPERIENCE
========================================================= */

.shop-experience-section {
    padding: 125px 0;
}

.shop-experience-card {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    align-items: center;
    gap: 65px;
    padding: 68px;
    border-radius: 34px;
    background: var(--shop-dark);
    color: #ffffff;
}

.shop-experience-content .shop-section-label {
    color: #7bd8ca;
}

.shop-experience-content h2 {
    margin: 18px 0 20px;
    font-size: clamp(41px, 4.3vw, 61px);
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.shop-experience-content > p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.8;
}

.shop-experience-content > a {
    display: inline-flex;
    gap: 9px;
    margin-top: 25px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
}

.shop-experience-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
}

.shop-experience-steps article {
    position: relative;
    min-height: 315px;
    padding: 15px 15px 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
}

.experience-step-number {
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 3;
    color: rgba(255, 255, 255, 0.55);
    font-size: 8px;
    font-weight: 800;
}

.experience-step-icon {
    height: 185px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.08);
}

.experience-step-icon img {
    width: 94%;
    height: 170px;
    object-fit: contain;
}

.shop-experience-steps strong {
    display: block;
    margin: 20px 8px 0;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
}

.shop-experience-steps p {
    margin: 8px 8px 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    line-height: 1.6;
}


/* =========================================================
   RETAIL CTA
========================================================= */

.shop-retail-section {
    padding: 0 0 125px;
}

.shop-retail-card {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    align-items: center;
    gap: 55px;
    min-height: 485px;
    padding: 65px 72px;
    overflow: hidden;
    border-radius: 34px;
    background:
        radial-gradient(
            circle at 80% 22%,
            rgba(255, 255, 255, 0.86),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #eaf8f5 0%,
            #e9f6fb 58%,
            #f1eafa 100%
        );
}

.shop-retail-copy h2 {
    max-width: 670px;
    margin: 18px 0 18px;
    font-size: clamp(40px, 4.4vw, 62px);
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.shop-retail-copy > p {
    max-width: 570px;
    color: var(--shop-muted);
    font-size: 14px;
    line-height: 1.8;
}

.shop-retail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 29px;
}

.shop-retail-primary,
.shop-retail-secondary {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 21px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.shop-retail-primary {
    background: var(--shop-dark);
    color: #ffffff;
}

.shop-retail-secondary {
    border: 1px solid rgba(17, 47, 53, 0.13);
    color: var(--shop-dark);
}

.shop-retail-visual {
    position: relative;
    min-height: 360px;
    display: grid;
    place-items: center;
}

.shop-retail-circle {
    position: absolute;
    width: 335px;
    height: 335px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
}

.retail-product {
    position: absolute;
    z-index: 3;
    width: 190px;
    height: 300px;
    object-fit: contain;
    filter: drop-shadow(0 23px 20px rgba(27, 74, 79, 0.18));
}

.retail-product-one {
    left: 10px;
    bottom: 20px;
    transform: rotate(-8deg);
}

.retail-product-two {
    z-index: 5;
    bottom: 35px;
}

.retail-product-three {
    right: 8px;
    bottom: 20px;
    transform: rotate(8deg);
}


/* =========================================================
   QUICK VIEW MODAL
========================================================= */

body.shop-modal-open {
    overflow: hidden;
}

.shop-modal {
    position: fixed;
    inset: 0;
    z-index: 150;
    display: grid;
    place-items: center;
    padding: 25px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

.shop-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.shop-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 28, 32, 0.7);
    backdrop-filter: blur(7px);
}

.shop-modal-dialog {
    position: relative;
    z-index: 2;
    width: min(920px, 100%);
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 35px 100px rgba(5, 24, 28, 0.3);
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.shop-modal.is-open .shop-modal-dialog {
    transform: translateY(0);
}

.shop-modal-close {
    position: absolute;
    top: 19px;
    right: 19px;
    z-index: 8;
    width: 41px;
    height: 41px;
    border: 0;
    border-radius: 50%;
    background: var(--shop-dark);
    cursor: pointer;
}

.shop-modal-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    background: #ffffff;
}

.shop-modal-close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.shop-modal-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.shop-modal-visual {
    position: relative;
    min-height: 570px;
    display: grid;
    place-items: center;
    background: #edf8f5;
}

.shop-modal-glow {
    position: absolute;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
}

.shop-modal-visual img {
    position: relative;
    z-index: 3;
    width: 80%;
    max-height: 450px;
    object-fit: contain;
    filter: drop-shadow(0 27px 22px rgba(25, 71, 76, 0.19));
}

.shop-modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 65px 55px;
}

.shop-modal-category {
    color: #3da597;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.shop-modal-content h2 {
    margin: 12px 0 8px;
    color: var(--shop-dark);
    font-size: 37px;
    letter-spacing: -0.05em;
}

.shop-modal-tagline {
    color: #405f64;
    font-size: 13px;
}

.shop-modal-content > p {
    margin: 19px 0 0;
    color: var(--shop-muted);
    font-size: 13px;
    line-height: 1.75;
}

.shop-modal-facts {
    display: grid;
    gap: 8px;
    margin-top: 25px;
}

.shop-modal-facts span {
    padding: 12px 14px;
    border-radius: 12px;
    background: #f5f9f8;
    color: #7b8e92;
    font-size: 9px;
}

.shop-modal-facts strong {
    margin-right: 6px;
    color: var(--shop-dark);
}

.shop-modal-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 9px;
    margin-top: 28px;
}

.shop-modal-primary,
.shop-modal-secondary {
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
}

.shop-modal-primary {
    gap: 9px;
    background: var(--shop-dark);
    color: #ffffff;
}

.shop-modal-secondary {
    padding: 0 17px;
    border: 1px solid rgba(17, 47, 53, 0.13);
    color: var(--shop-dark);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {
    .shop-hero-grid {
        grid-template-columns: 1fr;
    }

    .shop-hero-content {
        max-width: 760px;
    }

    .shop-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .shop-experience-card {
        grid-template-columns: 1fr;
    }

    .shop-retail-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .shop-hero {
        padding-top: 55px;
    }

    .shop-intro-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .shop-intro-copy {
        padding-top: 0;
    }

    .shop-products-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .shop-experience-steps {
        grid-template-columns: 1fr;
    }

    .shop-experience-steps article {
        min-height: auto;
        display: grid;
        grid-template-columns: 170px 1fr;
        align-items: center;
        column-gap: 20px;
    }

    .experience-step-icon {
        grid-row: span 2;
    }

    .shop-modal-dialog {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
    }

    .shop-modal-visual {
        min-height: 380px;
    }
}

@media (max-width: 620px) {
    .shop-hero {
        min-height: auto;
        padding: 40px 0 70px;
    }

    .shop-hero-content h1 {
        font-size: 45px;
    }

    .shop-hero-content > p {
        font-size: 13px;
    }

    .shop-hero-highlights {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .shop-hero-highlights div {
        padding: 0 0 13px;
        border-right: 0;
        border-bottom: 1px solid rgba(17, 47, 53, 0.1);
    }

    .shop-hero-highlights div:last-child {
        border-bottom: 0;
    }

    .shop-scroll-button {
        width: 100%;
        justify-content: center;
    }

    .shop-hero-visual {
        min-height: 420px;
    }

    .shop-product-stage {
        width: 340px;
        height: 390px;
    }

    .shop-stage-circle,
    .shop-stage-ring {
        width: 290px;
        height: 290px;
    }

    .shop-product-box {
        width: 155px;
        max-height: 260px;
    }

    .shop-box-digestion {
        left: 15px;
    }

    .shop-box-skin {
        width: 178px;
    }

    .shop-box-women {
        right: 10px;
    }

    .shop-floating-label {
        display: none;
    }

    .shop-intro-section,
    .shop-products-section,
    .shop-experience-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .shop-section-heading h2 {
        font-size: 39px;
    }

    .shop-product-grid {
        grid-template-columns: 1fr;
    }

    .shop-product-visual {
        min-height: 350px;
    }

    .shop-quick-view-button {
        opacity: 1;
        transform: none;
    }

    .shop-experience-card {
        padding: 38px 20px;
        border-radius: 25px;
    }

    .shop-experience-content h2 {
        font-size: 40px;
    }

    .shop-experience-steps article {
        display: block;
    }

    .experience-step-icon {
        height: 220px;
    }

    .experience-step-icon img {
        height: 205px;
    }

    .shop-retail-section {
        padding-bottom: 80px;
    }

    .shop-retail-card {
        padding: 40px 24px;
        border-radius: 25px;
    }

    .shop-retail-copy h2 {
        font-size: 40px;
    }

    .shop-retail-actions {
        display: grid;
    }

    .shop-retail-primary,
    .shop-retail-secondary {
        width: 100%;
    }

    .shop-retail-visual {
        min-height: 310px;
    }

    .retail-product {
        width: 135px;
        height: 230px;
    }

    .shop-modal {
        padding: 12px;
    }

    .shop-modal-dialog {
        border-radius: 24px;
    }

    .shop-modal-visual {
        min-height: 320px;
    }

    .shop-modal-content {
        padding: 36px 22px;
    }

    .shop-modal-content h2 {
        padding-right: 35px;
        font-size: 31px;
    }

    .shop-modal-actions {
        grid-template-columns: 1fr;
    }
}