/* =========================================================
   KHIMĀNIYAH V4
   LUXURY / EDITORIAL / RESPONSIVE
========================================================= */


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Manrope", sans-serif;
    background: #f3eee7;
    color: #30251f;
    overflow-x: hidden;
    line-height: 1.5;
}

body.no-scroll {
    overflow: hidden;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    width: 100%;
    max-width: 100%;
}

::selection {
    background: #38271f;
    color: #f3eee7;
}


/* =========================================================
   VARIABLES
========================================================= */

:root {
    --cream: #f3eee7;
    --cream-dark: #e7ddd0;
    --paper: #faf7f2;

    --brown: #38271f;
    --brown-dark: #241914;
    --brown-light: #5e493d;
    --brown-soft: #846c5e;

    --gold: #a4875d;
    --gold-light: #c3a879;

    --green: #355E3B;
    --green-dark: #29492f;

    --white: #fffdf9;

    --border: rgba(56, 39, 31, .14);

    --shadow-soft: 0 15px 45px rgba(45, 31, 24, .08);
    --shadow-card: 0 20px 55px rgba(45, 31, 24, .11);
    --shadow-heavy: 0 35px 90px rgba(45, 31, 24, .16);

    --serif: "Cormorant Garamond", serif;
    --sans: "Manrope", sans-serif;

    --ease: cubic-bezier(.22, .61, .36, 1);

    --nav-height: 78px;
}


/* =========================================================
   TYPOGRAPHY
========================================================= */

h1,
h2,
h3,
h4 {
    font-weight: 500;
}

em {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 500;
}


/* =========================================================
   LOADER
========================================================= */

.intro-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: var(--brown);
    color: var(--cream);

    transition:
        opacity .8s var(--ease),
        visibility .8s var(--ease);
}

.intro-loader.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-logo {
    display: flex;
    flex-direction: column;
    align-items: center;

    transform: scale(.85);
    opacity: 0;

    animation: loaderLogo 1s var(--ease) forwards;
}

.loader-logo span {
    font-family: var(--serif);
    font-size: clamp(48px, 8vw, 90px);
    line-height: .8;
}

.loader-logo small {
    margin-top: 16px;

    font-size: 8px;
    letter-spacing: .28em;
}

.loader-line {
    width: 100px;
    height: 1px;

    margin-top: 45px;

    background: rgba(255,255,255,.2);
    overflow: hidden;
}

.loader-line span {
    display: block;

    width: 0;
    height: 100%;

    background: var(--cream);

    animation: loaderLine 1.5s ease forwards;
}

@keyframes loaderLogo {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes loaderLine {
    to {
        width: 100%;
    }
}


/* =========================================================
   ANNOUNCEMENT
========================================================= */

.announcement {
    min-height: 32px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;

    padding: 6px 15px;

    background: var(--brown);
    color: rgba(255,255,255,.7);

    font-size: 8px;
    letter-spacing: .16em;
    text-align: center;
    text-transform: uppercase;
}


/* =========================================================
   NAVBAR
========================================================= */

.navbar {
    position: sticky;
    top: 0;
    z-index: 500;

    min-height: var(--nav-height);

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 5.5vw;

    background: rgba(243,238,231,.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border-bottom: 1px solid var(--border);
}

.brand {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.brand span {
    font-family: var(--serif);
    font-size: 27px;
    line-height: .75;
}

.brand small {
    margin-top: 9px;

    font-size: 7px;
    letter-spacing: .28em;
}

.desktop-nav {
    display: flex;
    align-items: center;

    gap: clamp(15px, 2.4vw, 38px);
}

.desktop-nav a {
    position: relative;

    padding: 8px 0;

    color: var(--brown-light);

    font-size: 8px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.desktop-nav a::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 0;
    height: 1px;

    background: var(--brown);

    transition: width .3s ease;
}

.desktop-nav a:hover::after {
    width: 100%;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-icon,
.menu-button {
    position: relative;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 50%;

    background: transparent;
    color: var(--brown);

    transition:
        background .25s ease,
        transform .25s ease;
}

.nav-icon:hover,
.menu-button:hover {
    background: rgba(56,39,31,.07);
}

.nav-icon:active,
.menu-button:active {
    transform: scale(.94);
}


/* NAV SVG ICONS */

.nav-svg-icon {
    width: 19px;
    height: 19px;

    display: block;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* COUNT */

.count {
    position: absolute;
    top: 1px;
    right: -1px;

    min-width: 15px;
    height: 15px;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 2px 4px;

    border: 2px solid var(--cream);
    border-radius: 50%;

    background: var(--brown);
    color: var(--cream);

    font-size: 6px;
    font-weight: 700;
}


/* SEARCH ICON */

.icon-search {
    position: relative;

    width: 15px;
    height: 15px;

    border: 1.5px solid currentColor;
    border-radius: 50%;
}

.icon-search::after {
    content: "";

    position: absolute;
    right: -5px;
    bottom: -2px;

    width: 6px;
    height: 1.5px;

    background: currentColor;

    transform: rotate(45deg);
}


/* MENU ICON */

.menu-button {
    display: none;
    flex-direction: column;
    gap: 5px;
}

.menu-button span {
    width: 20px;
    height: 1px;

    background: var(--brown);
}


/* =========================================================
   MOBILE MENU
========================================================= */

.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 1000;

    background: var(--brown);
    color: var(--cream);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity .4s ease,
        visibility .4s ease;
}

.mobile-menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;

    width: 42px;
    height: 42px;

    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;

    background: transparent;
    color: white;

    font-size: 28px;
}

.mobile-menu-content {
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 40px;
}

.mobile-menu-content p {
    margin-bottom: 35px;

    opacity: .5;

    font-size: 8px;
    letter-spacing: .25em;
}

.mobile-menu-content a {
    width: fit-content;

    margin: 7px 0;

    font-family: var(--serif);
    font-size: clamp(34px, 8vw, 58px);
    line-height: .9;

    transition:
        color .25s ease,
        transform .25s ease;
}

.mobile-menu-content a:hover {
    color: var(--gold-light);
    transform: translateX(8px);
}


/* =========================================================
   PAGE SYSTEM
========================================================= */

.page {
    display: none;
}

.page.active {
    display: block;
}


/* =========================================================
   COMMON
========================================================= */

.section {
    padding: clamp(70px, 9vw, 140px) 6vw;
}

.eyebrow {
    margin-bottom: 24px;

    color: var(--brown-soft);

    font-size: 8px;
    font-weight: 700;
    letter-spacing: .2em;
}

.eyebrow::before {
    content: "";

    display: inline-block;

    width: 24px;
    height: 1px;

    margin-right: 10px;

    vertical-align: middle;

    background: var(--gold);
}

.btn {
    min-height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    padding: 0 24px;

    border: 1px solid var(--brown);

    font-size: 8px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease,
        box-shadow .3s ease;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-soft);
}

.btn.dark {
    background: var(--brown);
    color: var(--cream);
}

.btn.outline {
    background: transparent;
}

.btn.cream {
    background: var(--cream);
    border-color: var(--cream);
    color: var(--brown);
}


/* =========================================================
   HERO
========================================================= */

.hero {
    min-height: calc(100vh - 110px);

    padding: 7vw 6vw;

    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: center;

    gap: 6vw;
}

.hero-copy {
    max-width: 570px;
}

.hero h1 {
    max-width: 650px;

    font-size: clamp(60px, 7.5vw, 108px);
    line-height: .82;
    letter-spacing: -.055em;
}

.hero h1 em {
    color: var(--gold);
}

.hero-text {
    max-width: 500px;

    margin-top: 35px;

    color: var(--brown-soft);

    font-size: 13px;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 35px;
}

.hero-note {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-top: 45px;

    color: var(--brown-soft);

    font-size: 8px;
    letter-spacing: .08em;
}

.hero-note span {
    color: var(--gold);
    font-weight: 700;
}

.hero-visual {
    position: relative;
    min-width: 0;
}

.hero-image-frame {
    position: relative;

    padding: 9px;

    background: var(--brown);

    box-shadow: var(--shadow-heavy);
}

.hero-image-frame img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.hero-image-label {
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 5px;

    color: rgba(255,255,255,.55);

    font-size: 7px;
    letter-spacing: .15em;
}

.hero-floating {
    position: absolute;
    right: -25px;
    bottom: 35px;

    width: 145px;
    height: 145px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 22px;

    background: var(--cream);
    border: 1px solid var(--border);

    box-shadow: var(--shadow-card);
}

.hero-floating span {
    margin-bottom: 15px;
    font-size: 24px;
}

.hero-floating p {
    font-family: var(--serif);
    font-size: 18px;
    line-height: .95;
}


/* =========================================================
   INTRO
========================================================= */

.intro {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 5vw;

    border-top: 1px solid var(--border);
}

.section-index {
    color: var(--gold);

    font-size: 9px;
    font-weight: 700;
}

.intro-content {
    max-width: 900px;
}

.intro h2 {
    font-size: clamp(48px, 6vw, 82px);
    line-height: .9;
    letter-spacing: -.05em;
}

.intro h2 em {
    color: var(--gold);
}

.intro-content > p:last-child {
    max-width: 650px;

    margin-top: 35px;

    color: var(--brown-soft);

    font-size: 13px;
    line-height: 1.9;
}


/* =========================================================
   SECTION HEADINGS
========================================================= */

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: clamp(45px, 5vw, 72px);
    line-height: .9;
    letter-spacing: -.045em;
}

.section-heading h2 em {
    color: var(--gold);
}

.text-link {
    display: flex;
    align-items: center;
    gap: 12px;

    padding-bottom: 8px;

    border-bottom: 1px solid var(--brown);

    font-size: 8px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}


/* =========================================================
   PRODUCT CARDS
========================================================= */

.product-card {
    position: relative;

    min-width: 0;

    cursor: pointer;
}

.product-image {
    position: relative;

    overflow: hidden;

    background: var(--cream-dark);
}

.product-image img {
    aspect-ratio: 4 / 5;
    object-fit: cover;

    transition:
        transform .7s var(--ease),
        opacity .35s ease,
        filter .35s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.045);
}

.product-heart {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.55);
    border-radius: 50%;

    background: rgba(255,255,255,.72);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    color: var(--brown);

    font-size: 18px;
}

.product-heart.saved {
    background: var(--brown);
    color: var(--cream);
}

.product-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 3;

    padding: 7px 9px;

    background: var(--cream);
    color: var(--brown);

    font-size: 7px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.product-info {
    padding: 15px 2px 0;
}

.product-category {
    color: var(--brown-soft);

    font-size: 7px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.product-info h3 {
    margin-top: 6px;

    font-family: var(--serif);
    font-size: 23px;
    line-height: 1;
}

.product-price {
    margin-top: 7px;

    font-size: 10px;
    font-weight: 700;
}

.product-shipping {
    margin-top: 5px;

    color: var(--brown-soft);

    font-size: 7px;
    line-height: 1.45;
}


/* =========================================================
   SOLD OUT PRODUCT
========================================================= */

.sold-out-product .product-image img {
    opacity: .55;
    filter: grayscale(.15);
}

.sold-out-product .product-image::after {
    content: "";

    position: absolute;
    inset: 0;
    z-index: 1;

    background: rgba(56,39,31,.08);

    pointer-events: none;
}

.product-badge.sold-out-badge {
    background: var(--brown);
    color: var(--cream);

    border: 1px solid rgba(255,255,255,.15);
}

.sold-out-product:hover .product-image img {
    transform: scale(1.025);
}


/* =========================================================
   HOME GRID
========================================================= */

.featured-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 18px;
}


/* =========================================================
   EDITORIAL
========================================================= */

.editorial {
    min-height: 700px;

    display: grid;
    grid-template-columns: 1.1fr .9fr;

    background: var(--brown);
    color: var(--cream);
}

.editorial-image {
    min-height: 550px;
    overflow: hidden;
}

.editorial-image img {
    height: 100%;
    object-fit: cover;
}

.editorial-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 8vw;
}

.editorial-copy .eyebrow {
    color: rgba(255,255,255,.55);
}

.editorial-copy h2 {
    font-size: clamp(50px, 6vw, 82px);
    line-height: .85;
    letter-spacing: -.05em;
}

.editorial-copy h2 em {
    color: var(--gold-light);
}

.editorial-copy > p:not(.eyebrow) {
    max-width: 430px;

    margin: 30px 0;

    color: rgba(255,255,255,.65);

    font-size: 12px;
    line-height: 1.8;
}


/* =========================================================
   HAMPER PROMO
========================================================= */

.hamper-promo {
    min-height: 500px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;

    padding: 8vw 10vw;

    background: #c0aa8c;
    color: var(--brown);
}

.hamper-promo-copy {
    max-width: 700px;
}

.hamper-promo h2 {
    font-size: clamp(55px, 7vw, 95px);
    line-height: .82;
    letter-spacing: -.06em;
}

.hamper-promo h2 em {
    color: var(--cream);
}

.hamper-promo-copy > p:not(.eyebrow) {
    max-width: 520px;

    margin: 30px 0;

    font-size: 12px;
    line-height: 1.8;
}

.promo-symbol {
    width: 180px;
    height: 180px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    flex-shrink: 0;

    border: 1px solid rgba(56,39,31,.3);
    border-radius: 50%;
}

.promo-symbol span {
    font-size: 38px;
}

.promo-symbol small {
    margin-top: 10px;

    font-size: 6px;
    letter-spacing: .2em;
}


/* =========================================================
   INSTAGRAM
========================================================= */

.center-heading {
    margin-bottom: 50px;
    text-align: center;
}

.center-heading h2 {
    font-size: clamp(48px, 6vw, 76px);
    line-height: .85;
}

.center-heading h2 em {
    color: var(--gold);
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 12px;
}

.instagram-grid div {
    overflow: hidden;
}

.instagram-grid img {
    aspect-ratio: 1;
    object-fit: cover;

    transition: transform .6s ease;
}

.instagram-grid div:hover img {
    transform: scale(1.04);
}


/* =========================================================
   FINAL CTA
========================================================= */

.final-cta {
    padding: 10vw 20px;

    text-align: center;

    background: var(--brown);
    color: var(--cream);
}

.final-cta .eyebrow {
    color: rgba(255,255,255,.5);
}

.final-cta h2 {
    margin-bottom: 45px;

    font-size: clamp(65px, 9vw, 125px);
    line-height: .78;
    letter-spacing: -.065em;
}


/* =========================================================
   COLLECTION PAGE
========================================================= */

.page-header {
    padding: 10vw 7vw 6vw;

    border-bottom: 1px solid var(--border);
}

.page-header h1 {
    max-width: 900px;

    font-size: clamp(65px, 9vw, 125px);
    line-height: .78;
    letter-spacing: -.065em;
}

.page-header h1 em {
    color: var(--gold);
}

.page-header > p:last-child {
    max-width: 550px;

    margin-top: 30px;

    color: var(--brown-soft);

    font-size: 12px;
    line-height: 1.8;
}

.collection-section {
    padding: 5vw 6vw 10vw;
}

.collection-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 35px;

    font-size: 8px;
    letter-spacing: .1em;
}

.collection-toolbar > div {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.filter-button {
    padding: 8px 13px;

    border: 1px solid var(--border);

    background: transparent;
    color: var(--brown);

    font-size: 7px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.filter-button.active {
    background: var(--brown);
    color: var(--cream);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 35px 18px;
}


/* JERSEY — ONE PRODUCT STILL USES NORMAL CARD SIZE */

#jerseyGrid {
    align-items: start;
}


/* =========================================================
   PDP
========================================================= */

.pdp {
    padding: 4vw 6vw 9vw;
}

.back-link {
    margin-bottom: 35px;

    border: 0;

    background: transparent;
    color: var(--brown-soft);

    font-size: 8px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pdp-layout {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 7vw;

    align-items: start;
}

.pdp-main {
    position: relative;
    overflow: hidden;

    background: var(--cream-dark);
}

.pdp-main img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.pdp-heart {
    position: absolute;
    top: 20px;
    right: 20px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 50%;

    background: var(--cream);

    font-size: 23px;
}

.pdp-heart.saved {
    background: var(--brown);
    color: var(--cream);
}

.pdp-thumbs {
    display: flex;
    gap: 10px;

    margin-top: 10px;
}

.pdp-thumbs button {
    width: 75px;

    padding: 0;

    border: 1px solid transparent;

    background: transparent;
}

.pdp-thumbs button.active {
    border-color: var(--brown);
}

.pdp-thumbs img {
    aspect-ratio: 1;
    object-fit: cover;
}

.pdp-details {
    padding-top: 3vw;
}

.pdp-details h1 {
    font-family: var(--serif);

    font-size: clamp(55px, 6vw, 85px);
    line-height: .78;
    letter-spacing: -.04em;
}

.pdp-price {
    margin-top: 25px;

    font-size: 14px;
    font-weight: 700;
}


/* SHIPPING */

.pdp-shipping {
    margin-top: 8px;

    color: var(--brown-soft);

    font-size: 8px;
    line-height: 1.5;
    letter-spacing: .04em;
}


/* STOCK STATUS */

.pdp-status {
    width: fit-content;

    margin-top: 11px;

    padding: 6px 10px;

    border: 1px solid var(--border);

    color: var(--brown);

    font-size: 7px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.pdp-status.sold-out,
.pdp-status[data-status="soldout"] {
    background: var(--brown);
    border-color: var(--brown);

    color: var(--cream);
}

.pdp-status.available,
.pdp-status[data-status="available"] {
    background: rgba(53,94,59,.07);
    border-color: rgba(53,94,59,.25);

    color: var(--green);
}


/* PDP RULE */

.pdp-rule {
    height: 1px;

    margin: 30px 0;

    background: var(--border);
}

.pdp-description {
    max-width: 500px;

    color: var(--brown-soft);

    font-size: 12px;
    line-height: 1.8;
}

.pdp-option {
    margin-top: 35px;
}

.option-heading {
    display: flex;
    justify-content: space-between;

    margin-bottom: 10px;

    font-size: 8px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.product-colour-name {
    font-family: var(--serif);
    font-size: 20px;
    color: var(--brown);
}


/* =========================================================
   WHATSAPP + CART BUTTONS
========================================================= */

.whatsapp-large,
.cart-large {
    width: 100%;
    min-height: 56px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 30px;

    padding: 0 20px;

    border: 1px solid var(--brown);

    font-size: 8px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;

    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease,
        opacity .3s ease;
}


/* WHATSAPP FOREST GREEN */

.whatsapp-large {
    background: var(--green);
    border-color: var(--green);

    color: var(--cream);
}

.whatsapp-large:hover:not(:disabled) {
    background: var(--green-dark);
    border-color: var(--green-dark);

    transform: translateY(-2px);
}


/* CART */

.cart-large {
    margin-top: 8px;

    background: transparent;
    color: var(--brown);
}

.cart-large:hover:not(:disabled) {
    background: var(--brown);
    color: var(--cream);
}


/* SOLD OUT BUTTONS */

.whatsapp-large:disabled,
.cart-large:disabled {
    cursor: not-allowed;

    opacity: .42;

    transform: none !important;
}


/* =========================================================
   PDP TRUST + ACCORDIONS
========================================================= */

.trust-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);

    margin-top: 35px;

    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.trust-row div {
    padding: 18px 8px 18px 0;

    font-size: 7px;
    line-height: 1.5;
}

.trust-row strong {
    display: block;

    margin-bottom: 7px;

    color: var(--gold);
}

.accordions {
    margin-top: 20px;
}

.accordions details {
    border-bottom: 1px solid var(--border);
}

.accordions summary {
    display: flex;
    justify-content: space-between;

    padding: 18px 0;

    cursor: pointer;
    list-style: none;

    font-size: 9px;
    font-weight: 700;
}

.accordions summary::-webkit-details-marker {
    display: none;
}

.accordions details p {
    padding: 0 0 18px;

    color: var(--brown-soft);

    font-size: 10px;
    line-height: 1.7;
}


/* =========================================================
   HAMPER HERO
========================================================= */

.hamper-hero {
    min-height: 650px;

    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;

    gap: 3vw;

    padding: 7vw;

    background: #d5c5b0;
}

.hamper-hero-copy {
    min-width: 0;
}

.hamper-hero h1 {
    max-width: 650px;

    font-size: clamp(65px, 8vw, 110px);
    line-height: .78;
    letter-spacing: -.06em;
}

.hamper-hero h1 em {
    color: var(--cream);
}

.hamper-hero-copy > p:not(.eyebrow) {
    max-width: 500px;

    margin: 30px 0;

    font-size: 12px;
    line-height: 1.8;
}

.hamper-visual {
    min-width: 0;

    padding: 30px;
}

.hamper-visual img {
    max-height: 600px;

    aspect-ratio: 1;
    object-fit: cover;

    box-shadow: var(--shadow-heavy);
}


/* =========================================================
   HAMPER BUILDER
========================================================= */

.builder {
    width: 100%;

    padding: 7vw 6vw;
}


/*
   IMPORTANT:
   HTML NOW HAS .builder-layout.
   THIS is the real 2-column layout.
*/

.builder-layout {
    width: 100%;

    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        360px;

    align-items: start;

    gap: 5vw;
}

.builder-main {
    min-width: 0;
}


/* PROGRESS */

.builder-progress {
    margin-bottom: 70px;
}

.builder-progress > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 15px;

    margin-bottom: 12px;

    font-size: 8px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.builder-progress strong {
    text-align: right;
    font-weight: 700;
}

.progress-track {
    width: 100%;
    height: 2px;

    background: var(--border);
}

.progress-track span {
    display: block;

    width: 20%;
    height: 100%;

    background: var(--brown);

    transition: width .5s ease;
}


/* BUILDER STEPS */

.builder-step {
    display: none;
}

.builder-step.active {
    display: block;

    animation: stepIn .5s var(--ease);
}

@keyframes stepIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.builder-step h2 {
    font-size: clamp(50px, 6vw, 78px);
    line-height: .85;
    letter-spacing: -.05em;
}

.builder-step > p:not(.eyebrow) {
    margin: 20px 0 35px;

    color: var(--brown-soft);

    font-size: 11px;
}


/* BUILDER GRID */

.builder-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));

    gap: 15px;
}

.builder-card {
    position: relative;
    min-width: 0;

    cursor: pointer;

    border: 1px solid var(--border);

    background: var(--paper);

    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}

.builder-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-soft);
}

.builder-card.selected {
    border: 2px solid var(--brown);
}

.builder-card img {
    aspect-ratio: 1;
    object-fit: cover;
}

.builder-card-info {
    padding: 12px;
}

.builder-card-info h4 {
    font-family: var(--serif);
    font-size: 20px;
    line-height: 1;
}

.builder-card-info span {
    display: block;

    margin-top: 6px;

    font-size: 8px;
}

.selected-mark {
    position: absolute;
    top: 10px;
    right: 10px;

    width: 28px;
    height: 28px;

    display: none;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--brown);
    color: var(--cream);

    font-size: 12px;
}

.builder-card.selected .selected-mark {
    display: flex;
}


/* MESSAGE */

.message-box {
    position: relative;

    width: 100%;
    max-width: 700px;

    padding: 20px;

    background: var(--paper);

    border: 1px solid var(--border);
}

.message-box label {
    display: block;

    margin-bottom: 15px;

    font-size: 8px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.message-box textarea {
    width: 100%;
    min-height: 180px;

    resize: vertical;

    border: 0;
    outline: 0;

    background: transparent;
    color: var(--brown);

    font-family: var(--serif);
    font-size: 24px;
}

.message-box > span {
    position: absolute;
    right: 20px;
    bottom: 15px;

    color: var(--brown-soft);

    font-size: 8px;
}


/* BUILDER CONTROLS */

.builder-controls {
    display: flex;
    gap: 8px;

    margin-top: 40px;
}

.builder-control {
    min-height: 46px;

    padding: 0 18px;

    border: 1px solid var(--border);

    background: transparent;

    font-size: 7px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.builder-control.continue {
    margin-left: auto;

    background: var(--brown);
    border-color: var(--brown);

    color: var(--cream);
}


/* =========================================================
   HAMPER SUMMARY
========================================================= */

.hamper-summary {
    position: sticky;
    top: 110px;

    width: 100%;
    height: fit-content;

    background: var(--paper);

    border: 1px solid var(--border);

    box-shadow: var(--shadow-soft);

    scroll-margin-top: 95px;
}

.summary-top {
    display: flex;
    justify-content: space-between;
    gap: 15px;

    padding: 25px;

    border-bottom: 1px solid var(--border);
}

.summary-top .eyebrow {
    margin-bottom: 8px;
}

.summary-top h3 {
    font-family: var(--serif);
    font-size: 30px;
}

.summary-top > span {
    font-size: 8px;
}

.selected-items {
    min-height: 300px;

    padding: 15px;
}

.summary-empty {
    height: 260px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;

    color: var(--brown-soft);
}

.summary-empty span {
    margin-bottom: 15px;

    font-size: 30px;
}

.summary-empty p {
    max-width: 150px;

    font-size: 9px;
    line-height: 1.6;
}

.selected-item {
    display: grid;
    grid-template-columns:
        58px minmax(0,1fr) auto;

    align-items: center;

    gap: 12px;

    padding: 10px 0;

    border-bottom: 1px solid var(--border);

    animation: itemFly .5s var(--ease);
}

@keyframes itemFly {
    from {
        opacity: 0;
        transform: translateY(25px) scale(.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.selected-item img {
    width: 58px;
    height: 58px;

    object-fit: cover;
}

.selected-item strong {
    display: block;

    font-family: var(--serif);
    font-size: 18px;
}

.selected-item span {
    font-size: 7px;
}

.selected-item b {
    font-size: 8px;
}

.summary-bottom {
    padding: 20px;

    border-top: 1px solid var(--border);
}

.summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    font-size: 8px;
}

.summary-total strong {
    font-size: 16px;
}

.summary-bottom .whatsapp-large {
    margin-top: 18px;
}


/* =========================================================
   HAMPER FINISHED STATE
   JS CAN ADD body.hamper-complete
========================================================= */

body.hamper-complete #hamperSummary {
    scroll-margin-top: 90px;
}


/* =========================================================
   WISHLIST EMPTY
========================================================= */

.empty-state {
    display: none;

    min-height: 350px;

    align-items: center;
    flex-direction: column;
    justify-content: center;

    text-align: center;
}

.empty-state.show {
    display: flex;
}

.empty-state > span {
    font-size: 40px;
}

.empty-state h3 {
    margin-top: 15px;

    font-family: var(--serif);
    font-size: 32px;
}

.empty-state p {
    margin: 10px 0 25px;

    color: var(--brown-soft);

    font-size: 10px;
}


/* =========================================================
   CART DRAWER
========================================================= */

.drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 900;

    background: rgba(20,13,10,.45);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: .35s ease;
}

.drawer-overlay.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;

    width: min(420px,100%);
    z-index: 950;

    display: flex;
    flex-direction: column;

    background: var(--paper);

    transform: translateX(100%);

    transition: transform .5s var(--ease);
}

.cart-drawer.open {
    transform: translateX(0);
}

.drawer-header {
    display: flex;
    justify-content: space-between;

    padding: 28px;

    border-bottom: 1px solid var(--border);
}

.drawer-header .eyebrow {
    margin-bottom: 7px;
}

.drawer-header h3 {
    font-family: var(--serif);
    font-size: 32px;
}

.drawer-header button {
    width: 35px;
    height: 35px;

    border: 1px solid var(--border);
    border-radius: 50%;

    background: transparent;

    font-size: 22px;
}

.cart-list {
    flex: 1;

    overflow-y: auto;

    padding: 20px;
}

.cart-item {
    display: grid;
    grid-template-columns:
        75px minmax(0,1fr) auto;

    gap: 12px;

    padding: 12px 0;

    border-bottom: 1px solid var(--border);
}

.cart-item img {
    width: 75px;
    height: 90px;

    object-fit: cover;
}

.cart-item h4 {
    font-family: var(--serif);
    font-size: 20px;
}

.cart-item p {
    margin-top: 5px;

    font-size: 9px;
}

.remove-cart {
    align-self: start;

    border: 0;

    background: transparent;
    color: var(--brown-soft);

    font-size: 8px;
}

.drawer-footer {
    padding: 22px;

    border-top: 1px solid var(--border);
}

.drawer-footer p {
    margin-top: 12px;

    color: var(--brown-soft);

    font-size: 8px;
    line-height: 1.6;
    text-align: center;
}


/* =========================================================
   SEARCH
========================================================= */

.search-overlay {
    position: fixed;
    inset: 0;
    z-index: 1200;

    background: var(--cream);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: .35s ease;
}

.search-overlay.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.search-close {
    position: absolute;
    top: 25px;
    right: 30px;

    width: 45px;
    height: 45px;

    border: 1px solid var(--border);
    border-radius: 50%;

    background: transparent;

    font-size: 26px;
}

.search-box {
    width: min(850px,90%);

    margin: 18vh auto 0;
}

.search-box input {
    width: 100%;

    padding: 20px 0;

    border: 0;
    border-bottom: 1px solid var(--brown);

    outline: 0;

    background: transparent;
    color: var(--brown);

    font-family: var(--serif);
    font-size: clamp(40px,6vw,70px);
}

.search-results {
    display: grid;
    gap: 8px;

    margin-top: 30px;
}

.search-result {
    display: flex;
    align-items: center;
    gap: 15px;

    padding: 10px;

    cursor: pointer;
}

.search-result img {
    width: 55px;
    height: 65px;

    object-fit: cover;
}

.search-result strong {
    font-family: var(--serif);
    font-size: 20px;
}

.search-result small {
    display: block;

    margin-top: 4px;

    color: var(--brown);

    font-size: 7px;
    font-weight: 700;
    letter-spacing: .12em;
}


/* =========================================================
   TOAST
========================================================= */

.toast {
    position: fixed;
    left: 50%;
    bottom: 25px;
    z-index: 2000;

    display: flex;
    align-items: center;
    gap: 10px;

    max-width: calc(100vw - 30px);

    padding: 12px 17px;

    background: var(--brown);
    color: var(--cream);

    box-shadow: 0 15px 40px rgba(0,0,0,.18);

    transform: translate(-50%,100px);
    opacity: 0;

    transition: .4s var(--ease);
}

.toast.show {
    transform: translate(-50%,0);
    opacity: 1;
}

.toast span {
    width: 20px;
    height: 20px;

    flex-shrink: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;

    background: var(--cream);
    color: var(--brown);

    font-size: 10px;
}

.toast p {
    font-size: 8px;
    letter-spacing: .05em;
}


/* =========================================================
   FOOTER
========================================================= */

footer {
    padding: 70px 6vw 25px;

    background: var(--brown-dark);
    color: var(--cream);
}

.footer-brand strong {
    font-family: var(--serif);
    font-size: 38px;
}

.footer-brand p {
    max-width: 230px;

    margin-top: 12px;

    color: rgba(255,255,255,.5);

    font-size: 9px;
    line-height: 1.6;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3,1fr);

    max-width: 500px;

    margin: 55px 0 55px auto;
}

.footer-links div {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer-links strong {
    margin-bottom: 5px;

    color: var(--gold);

    font-size: 7px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.footer-links a {
    width: fit-content;

    color: rgba(255,255,255,.55);

    font-size: 8px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,.12);

    color: rgba(255,255,255,.35);

    font-size: 7px;
    letter-spacing: .08em;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .desktop-nav {
        gap: 14px;
    }

    .desktop-nav a {
        font-size: 7px;
    }

}


@media (max-width: 1000px) {

    :root {
        --nav-height: 72px;
    }

    .hero {
        grid-template-columns: .9fr 1.1fr;

        gap: 4vw;
    }

    .featured-grid,
    .product-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .pdp-layout {
        gap: 4vw;
    }

    .builder-layout {
        grid-template-columns:
            minmax(0,1fr)
            300px;

        gap: 4vw;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    html,
    body {
        width: 100%;
        max-width: 100%;

        overflow-x: hidden;
    }


    :root {
        --nav-height: 65px;
    }


    /* ANNOUNCEMENT */

    .announcement {
        min-height: 27px;

        font-size: 6px;
        letter-spacing: .12em;
    }


    /* NAVBAR */

    .navbar {
        min-height: 65px;

        padding: 0 15px;
    }

    .brand span {
        font-size: 23px;
    }

    .brand small {
        margin-top: 7px;
        font-size: 6px;
    }

    .desktop-nav {
        display: none;
    }

    .menu-button {
        display: flex;
    }

    .nav-actions {
        gap: 1px;
    }

    .nav-icon {
        width: 34px;
        height: 34px;
    }

    .nav-svg-icon {
        width: 17px;
        height: 17px;
    }

    .count {
        min-width: 12px;
        height: 12px;

        border-width: 1px;

        font-size: 5px;
    }


    /* MOBILE MENU */

    .mobile-menu-content {
        padding: 30px;
    }

    .mobile-menu-content a {
        font-size: clamp(30px, 8.5vw, 46px);
    }


    /* HERO */

    .hero {
        min-height: auto;

        padding: 45px 18px 65px;

        grid-template-columns:
            minmax(0,.92fr)
            minmax(0,1.08fr);

        align-items: center;

        gap: 16px;
    }

    .hero h1 {
        font-size: clamp(35px,8.8vw,50px);
        line-height: .88;
    }

    .hero-text {
        margin-top: 18px;

        font-size: 9px;
        line-height: 1.65;
    }

    .hero-actions {
        margin-top: 20px;

        flex-direction: column;

        gap: 7px;
    }

    .btn {
        width: 100%;

        min-height: 40px;

        padding: 0 10px;

        font-size: 6px;
        gap: 7px;
    }

    .hero-note {
        margin-top: 20px;

        gap: 6px;

        font-size: 5px;
    }

    .hero-image-frame {
        padding: 5px;
    }

    .hero-image-label {
        height: 18px;

        font-size: 4px;
    }

    .hero-floating {
        right: -6px;
        bottom: 10px;

        width: 72px;
        height: 72px;

        padding: 8px;
    }

    .hero-floating span {
        margin-bottom: 4px;

        font-size: 12px;
    }

    .hero-floating p {
        font-size: 10px;
    }


    /* GENERAL */

    .section {
        padding: 65px 18px;
    }

    .eyebrow {
        margin-bottom: 15px;

        font-size: 5px;
        letter-spacing: .15em;
    }

    .eyebrow::before {
        width: 14px;

        margin-right: 6px;
    }


    /* INTRO */

    .intro {
        grid-template-columns:
            30px minmax(0,1fr);

        gap: 10px;
    }

    .section-index {
        font-size: 6px;
    }

    .intro h2 {
        font-size: clamp(34px,9vw,48px);
    }

    .intro-content > p:last-child {
        margin-top: 20px;

        font-size: 9px;
        line-height: 1.7;
    }


    /* HEADINGS */

    .section-heading {
        margin-bottom: 28px;

        align-items: flex-end;

        gap: 12px;
    }

    .section-heading h2 {
        font-size: clamp(32px,8.5vw,46px);
    }

    .text-link {
        flex-shrink: 0;

        padding-bottom: 4px;

        font-size: 5px;
    }


    /* PRODUCTS */

    .featured-grid,
    .product-grid {
        grid-template-columns:
            repeat(2,minmax(0,1fr));

        gap: 24px 9px;
    }

    .product-heart {
        top: 7px;
        right: 7px;

        width: 27px;
        height: 27px;

        font-size: 14px;
    }

    .product-badge {
        left: 7px;
        bottom: 7px;

        padding: 5px 6px;

        font-size: 5px;
    }

    .product-info {
        padding-top: 9px;
    }

    .product-category {
        font-size: 5px;
    }

    .product-info h3 {
        font-size: 17px;
    }

    .product-price {
        font-size: 7px;
    }

    .product-shipping {
        margin-top: 3px;

        font-size: 5px;
    }


    /* EDITORIAL */

    .editorial {
        min-height: 0;

        grid-template-columns: 1fr 1fr;
    }

    .editorial-image {
        min-height: 350px;
    }

    .editorial-copy {
        padding: 35px 20px;
    }

    .editorial-copy h2 {
        font-size: clamp(34px,9vw,48px);
    }

    .editorial-copy > p:not(.eyebrow) {
        margin: 18px 0;

        font-size: 8px;
        line-height: 1.65;
    }


    /* HAMPER PROMO */

    .hamper-promo {
        min-height: 330px;

        padding: 50px 25px;

        gap: 25px;
    }

    .hamper-promo h2 {
        font-size: clamp(36px,9vw,50px);
    }

    .hamper-promo-copy > p:not(.eyebrow) {
        margin: 17px 0;

        font-size: 8px;
        line-height: 1.65;
    }

    .promo-symbol {
        width: 78px;
        height: 78px;
    }

    .promo-symbol span {
        font-size: 20px;
    }

    .promo-symbol small {
        font-size: 4px;
    }


    /* INSTAGRAM */

    .center-heading {
        margin-bottom: 28px;
    }

    .center-heading h2 {
        font-size: 42px;
    }

    .instagram-grid {
        grid-template-columns:
            repeat(2,minmax(0,1fr));

        gap: 8px;
    }


    /* FINAL CTA */

    .final-cta {
        padding: 80px 18px;
    }

    .final-cta h2 {
        margin-bottom: 30px;

        font-size: clamp(50px,13vw,68px);
    }

    .final-cta .btn {
        width: auto;
        min-width: 160px;
    }


    /* PAGE HEADER */

    .page-header {
        padding: 65px 18px 45px;
    }

    .page-header h1 {
        font-size: clamp(54px,14vw,75px);
    }

    .page-header > p:last-child {
        margin-top: 20px;

        font-size: 9px;
        line-height: 1.7;
    }


    /* COLLECTION */

    .collection-section {
        padding: 35px 18px 70px;
    }

    .collection-toolbar {
        align-items: flex-start;

        margin-bottom: 20px;

        font-size: 6px;
    }

    .collection-toolbar > div {
        justify-content: flex-end;
    }

    .filter-button {
        padding: 6px 7px;

        font-size: 5px;
    }


    /* PDP */

    .pdp {
        padding: 25px 18px 70px;
    }

    .pdp-layout {
        grid-template-columns:
            minmax(0,1.02fr)
            minmax(0,.98fr);

        gap: 13px;
    }

    .back-link {
        margin-bottom: 25px;

        font-size: 6px;
    }

    .pdp-details {
        padding-top: 10px;
    }

    .pdp-details h1 {
        font-size: clamp(38px,10vw,55px);
    }

    .pdp-price {
        margin-top: 12px;

        font-size: 9px;
    }

    .pdp-shipping {
        margin-top: 5px;

        font-size: 6px;
    }

    .pdp-status {
        margin-top: 7px;

        padding: 4px 6px;

        font-size: 5px;
    }

    .pdp-rule {
        margin: 15px 0;
    }

    .pdp-description {
        font-size: 7px;
        line-height: 1.6;
    }

    .pdp-option {
        margin-top: 18px;
    }

    .option-heading {
        margin-bottom: 5px;

        font-size: 6px;
    }

    .product-colour-name {
        font-size: 14px;
    }

    .whatsapp-large,
    .cart-large {
        min-height: 38px;

        margin-top: 15px;

        padding: 0 9px;

        font-size: 5px;
    }

    .cart-large {
        margin-top: 5px;
    }

    .trust-row {
        margin-top: 17px;
    }

    .trust-row div {
        padding: 10px 3px 10px 0;

        font-size: 5px;
    }

    .accordions summary {
        padding: 10px 0;

        font-size: 6px;
    }

    .accordions details p {
        padding-bottom: 10px;

        font-size: 6px;
    }

    .pdp-thumbs {
        gap: 4px;
    }

    .pdp-thumbs button {
        width: 40px;
    }

    .pdp-heart {
        top: 9px;
        right: 9px;

        width: 30px;
        height: 30px;

        font-size: 16px;
    }


    /* =====================================================
       HAMPER MOBILE — REAL FIX
    ===================================================== */

    .hamper-hero {
        min-height: 0;

        grid-template-columns:
            minmax(0,.9fr)
            minmax(0,1.1fr);

        padding: 50px 18px;

        gap: 12px;
    }

    .hamper-hero h1 {
        font-size: clamp(40px,10vw,55px);
    }

    .hamper-hero-copy > p:not(.eyebrow) {
        margin: 18px 0;

        font-size: 8px;
        line-height: 1.6;
    }

    .hamper-visual {
        padding: 4px;
    }


    /*
       FULL WIDTH BUILDER
       NO MORE UNUSED RIGHT SIDE
    */

    #hamperPage .builder {
        width: 100%;

        padding: 50px 18px 70px;
    }


    /*
       MOST IMPORTANT FIX:
       MOBILE IS ONE COLUMN
    */

    #hamperPage .builder-layout {
        display: block;

        width: 100%;

        max-width: none;

        margin: 0;
    }

    #hamperPage .builder-main {
        width: 100%;
        min-width: 0;
    }

    #hamperPage .builder-progress {
        width: 100%;

        margin-bottom: 35px;
    }

    #hamperPage .builder-progress > div:first-child {
        font-size: 6px;
    }

    #hamperPage .builder-step {
        width: 100%;
    }

    #hamperPage .builder-step h2 {
        font-size: clamp(38px,10vw,52px);
    }

    #hamperPage .builder-step > p:not(.eyebrow) {
        margin: 12px 0 20px;

        font-size: 8px;
    }


    /*
       2 CARDS ACROSS
       USING THE ENTIRE PHONE WIDTH
    */

    #hamperPage .builder-grid {
        width: 100%;

        grid-template-columns:
            repeat(2,minmax(0,1fr));

        gap: 9px;
    }

    #hamperPage .builder-card {
        width: 100%;
        min-width: 0;
    }

    #hamperPage .builder-card-info {
        padding: 8px;
    }

    #hamperPage .builder-card-info h4 {
        font-size: 16px;
    }

    #hamperPage .builder-card-info span {
        margin-top: 4px;

        font-size: 6px;
    }

    #hamperPage .selected-mark {
        width: 22px;
        height: 22px;

        top: 6px;
        right: 6px;

        font-size: 9px;
    }

    #hamperPage .message-box {
        width: 100%;
        max-width: none;

        padding: 14px;
    }

    #hamperPage .message-box label {
        margin-bottom: 8px;

        font-size: 6px;
    }

    #hamperPage .message-box textarea {
        min-height: 130px;

        font-size: 19px;
    }

    #hamperPage .message-box > span {
        right: 10px;
        bottom: 8px;

        font-size: 5px;
    }


    /* CONTROLS */

    #hamperPage .builder-controls {
        width: 100%;

        display: grid;
        grid-template-columns:
            auto 1fr auto;

        gap: 7px;

        margin-top: 22px;
    }

    #hamperPage .builder-control {
        min-height: 42px;

        padding: 0 10px;

        font-size: 6px;
    }

    #hamperPage .builder-control.continue {
        margin-left: 0;

        justify-self: stretch;
    }


    /*
       SUMMARY NOW GOES BELOW BUILDER.
       THIS FIXES THE UNUSED RIGHT SIDE.
    */

    #hamperPage .hamper-summary {
        position: relative;

        top: auto;

        width: 100%;

        margin-top: 38px;

        scroll-margin-top: 85px;
    }

    #hamperPage .summary-top {
        padding: 18px;
    }

    #hamperPage .summary-top h3 {
        font-size: 28px;
    }

    #hamperPage .summary-top > span {
        font-size: 6px;
    }

    #hamperPage .selected-items {
        min-height: 0;

        padding: 12px 16px;
    }

    #hamperPage .summary-empty {
        min-height: 160px;
        height: auto;
    }

    #hamperPage .summary-empty span {
        font-size: 26px;
    }

    #hamperPage .summary-empty p {
        font-size: 7px;
    }

    #hamperPage .selected-item {
        grid-template-columns:
            48px minmax(0,1fr) auto;

        gap: 9px;

        padding: 11px 0;
    }

    #hamperPage .selected-item img {
        width: 48px;
        height: 52px;
    }

    #hamperPage .selected-item strong {
        font-size: 15px;
    }

    #hamperPage .selected-item span,
    #hamperPage .selected-item b {
        font-size: 6px;
    }

    #hamperPage .summary-bottom {
        padding: 16px;
    }

    #hamperPage .summary-total {
        font-size: 7px;
    }

    #hamperPage .summary-total strong {
        font-size: 13px;
    }

    #hamperPage .summary-bottom .whatsapp-large {
        min-height: 45px;

        margin-top: 15px;

        font-size: 6px;
    }


    /* CART */

    .cart-drawer {
        width: min(420px,94vw);
    }

    .drawer-header {
        padding: 20px;
    }

    .drawer-header h3 {
        font-size: 28px;
    }

    .cart-list {
        padding: 15px;
    }

    .cart-item {
        grid-template-columns:
            60px minmax(0,1fr) auto;

        gap: 10px;
    }

    .cart-item img {
        width: 60px;
        height: 75px;
    }


    /* SEARCH */

    .search-box {
        width: calc(100% - 36px);

        margin-top: 20vh;
    }

    .search-close {
        top: 18px;
        right: 18px;

        width: 40px;
        height: 40px;
    }


    /* WISHLIST */

    .empty-state {
        min-height: 250px;
    }


    /* FOOTER */

    footer {
        padding: 55px 18px 20px;
    }

    .footer-brand strong {
        font-size: 30px;
    }

    .footer-brand p {
        font-size: 7px;
    }

    .footer-links {
        grid-template-columns:
            repeat(3,1fr);

        gap: 10px;

        margin: 40px 0;
    }

    .footer-links strong {
        font-size: 5px;
    }

    .footer-links a {
        font-size: 6px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;

        font-size: 5px;
    }


    /* TOAST */

    .toast {
        left: 15px;
        right: 15px;
        bottom: 15px;

        justify-content: center;

        transform: translateY(100px);
    }

    .toast.show {
        transform: translateY(0);
    }

}


/* =========================================================
   SMALL PHONES
========================================================= */

@media (max-width: 430px) {

    .navbar {
        padding: 0 12px;
    }

    .brand span {
        font-size: 21px;
    }

    .brand small {
        font-size: 5px;
    }

    .hero {
        padding-left: 13px;
        padding-right: 13px;

        gap: 11px;
    }

    .hero h1 {
        font-size: 31px;
    }

    .hero-text {
        font-size: 8px;
    }

    .hero-floating {
        width: 62px;
        height: 62px;

        right: -4px;
    }

    .hero-floating p {
        font-size: 8px;
    }

    .section {
        padding-left: 13px;
        padding-right: 13px;
    }

    .featured-grid,
    .product-grid {
        gap: 22px 7px;
    }

    .product-info h3 {
        font-size: 15px;
    }

    .product-category {
        font-size: 4px;
    }

    .product-price {
        font-size: 6px;
    }

    .product-shipping {
        font-size: 5px;
    }

    #hamperPage .builder {
        padding-left: 13px;
        padding-right: 13px;
    }

    #hamperPage .builder-grid {
        gap: 7px;
    }

    #hamperPage .builder-card-info {
        padding: 7px;
    }

    #hamperPage .builder-card-info h4 {
        font-size: 14px;
    }

    #hamperPage .builder-controls {
        gap: 5px;
    }

    #hamperPage .builder-control {
        padding: 0 7px;

        font-size: 5px;
    }

    .pdp {
        padding-left: 13px;
        padding-right: 13px;
    }

}


/* =========================================================
   ULTRA SMALL PHONES
========================================================= */

@media (max-width: 360px) {

    .hero {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .hero-copy {
        max-width: 260px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-actions {
        flex-direction: row;
    }

    .hero-actions .btn {
        width: auto;
        flex: 1;
    }

    .hero-visual {
        width: 82%;

        margin-left: auto;
    }

    .editorial {
        grid-template-columns: 1fr;
    }

    .editorial-image {
        min-height: 300px;
    }

    .editorial-copy {
        padding: 50px 25px;
    }

    .hamper-promo {
        flex-direction: column;
        align-items: flex-start;
    }

    .promo-symbol {
        align-self: flex-end;
    }

    .pdp-layout {
        grid-template-columns: 1fr;
    }

    .pdp-details {
        padding-top: 25px;
    }

    .hamper-hero {
        grid-template-columns: 1fr;
    }

    .hamper-visual {
        width: 80%;

        margin-left: auto;
    }

    /*
       HAMPER STILL REMAINS
       FULL WIDTH ON TINY SCREENS
    */

    #hamperPage .builder-layout {
        display: block;
    }

    #hamperPage .hamper-summary {
        margin-top: 30px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

}
/* =========================================================
   SHOP BY CATEGORY
========================================================= */

.shop-categories {
    padding-top: 7vw;
    padding-bottom: 8vw;

    border-top: 1px solid var(--border);
}


.category-heading {
    max-width: 700px;

    margin-bottom: 45px;
}


.category-heading h2 {
    font-size: clamp(48px, 6vw, 82px);

    line-height: .88;

    letter-spacing: -.05em;
}


.category-heading h2 em {
    color: var(--gold);
}


.category-heading > p:last-child {
    max-width: 480px;

    margin-top: 22px;

    color: var(--brown-soft);

    font-size: 11px;

    line-height: 1.7;
}



/* GRID */

.category-grid {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 14px;
}



/* CARD */

.category-card {
    display: block;

    min-width: 0;

    color: var(--brown);

    transition:
        transform .4s var(--ease),
        opacity .4s ease;
}


.category-card:hover {
    transform: translateY(-6px);
}



/* IMAGE */

.category-image {
    position: relative;

    overflow: hidden;

    background: var(--cream-dark);
}


.category-image img {
    width: 100%;

    aspect-ratio: 4 / 5;

    object-fit: cover;

    transition: transform .7s var(--ease);
}


.category-card:hover .category-image img {
    transform: scale(1.04);
}



/* NUMBER */

.category-number {
    position: absolute;

    top: 12px;
    left: 12px;

    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(243, 238, 231, .92);

    color: var(--brown);

    font-size: 7px;

    font-weight: 700;

    letter-spacing: .08em;
}



/* TEXT */

.category-info {
    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    gap: 15px;

    padding: 16px 2px 0;
}


.category-info span {
    display: block;

    margin-bottom: 7px;

    color: var(--brown-soft);

    font-size: 6px;

    font-weight: 700;

    letter-spacing: .15em;
}


.category-info h3 {
    font-family: var(--serif);

    font-size: 26px;

    line-height: 1;
}


.category-info p {
    margin-top: 7px;

    color: var(--brown-soft);

    font-size: 8px;
}


.category-info > strong {
    padding-bottom: 3px;

    color: var(--gold);

    font-size: 17px;

    font-weight: 400;

    transition: transform .3s ease;
}


.category-card:hover .category-info > strong {
    transform: translate(3px, -3px);
}



/* =========================================================
   SEARCH COLLECTION RESULT
========================================================= */

.search-collection-result {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 18px;

    margin-bottom: 12px;

    padding: 17px 18px;

    cursor: pointer;

    border: 1px solid var(--border);

    background: var(--paper);

    transition:
        background .3s ease,
        transform .3s ease;
}


.search-collection-result:hover {
    background: var(--cream-dark);

    transform: translateX(4px);
}


.search-collection-result span {
    display: block;

    margin-bottom: 4px;

    color: var(--brown-soft);

    font-size: 6px;

    font-weight: 700;

    letter-spacing: .14em;

    text-transform: uppercase;
}


.search-collection-result strong {
    font-family: var(--serif);

    font-size: 23px;

    font-weight: 500;
}


.search-collection-result > b {
    color: var(--gold);

    font-size: 18px;

    font-weight: 400;
}



/* =========================================================
   MOBILE CATEGORY SECTION
========================================================= */

@media (max-width: 700px) {

    .shop-categories {
        padding-top: 55px;

        padding-bottom: 65px;
    }


    .category-heading {
        margin-bottom: 28px;
    }


    .category-heading h2 {
        font-size: clamp(38px, 10vw, 52px);
    }


    .category-heading > p:last-child {
        margin-top: 15px;

        font-size: 8px;
    }


    .category-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 25px 8px;
    }


    .category-number {
        top: 7px;

        left: 7px;

        width: 23px;

        height: 23px;

        font-size: 5px;
    }


    .category-info {
        gap: 5px;

        padding-top: 10px;
    }


    .category-info span {
        margin-bottom: 4px;

        font-size: 4px;
    }


    .category-info h3 {
        font-size: 17px;
    }


    .category-info p {
        margin-top: 4px;

        font-size: 5px;
    }


    .category-info > strong {
        font-size: 12px;
    }


    .search-collection-result {
        padding: 13px;
    }


    .search-collection-result strong {
        font-size: 18px;
    }

}
/* =========================================================
   FINAL SEARCH COLLECTION BUTTON FIX
========================================================= */

.search-collection-result {
    width: 100%;
    font-family: inherit;
    color: inherit;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
}
