/* ========================= Sanira — Design System ========================= */
:root {
    --green: #409b2b;
    --green-900: #409b2b;
    --brown: #7a5c3e;
    --gold: #c7a24b;
    --sand: #f6f5f2;
    --text: #333333;
    --muted: #777777;
    --white: #ffffff;
    --radius-card: 24px;
    --radius-pill: 999px;
    --shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0px 8px 30px rgba(0, 0, 0, 0.12);
    --container: 91rem;
    --gap: 24px;
    --radius:10px;
    --pill:10px;

} /* Reset */
* {
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
body {
    margin: 0;
    font-family:
        ui-sans-serif,
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        "Inter",
        Arial,
        sans-serif;
    color: var(--text);
    background: var(--white);
}
img {
    max-width: 100%;
    display: block;
}
a {
    color: inherit;
    text-decoration: none;
}
button,
input,
select,
textarea {
    font: inherit;
}
button {
    cursor: pointer;
    border: none;
    background: none;
}
hr {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: #409b2b !important;
}
.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 16px;
}
.topbar__inner {
    padding: 4px 15px !important;
    display: flex;
    justify-content: center;
}
h5{
    margin: 0%;
}
.mt-1 {
    margin-top: 8px;
}
.mt-2 {
    margin-top: 12px;
}
.mt-3 {
    margin-top: 16px;
}
.mt-4 {
    margin-top: 20px;
}
.mt-5 {
    margin-top: 28px !important;
}
.mt-6 {
    margin-top: 36px;
}
.mb-1 {
    margin-bottom: 8px;
}
.mb-2 {
    margin-bottom: 12px;
}
.mb-3 {
    margin-bottom: 16px;
}
.mb-4 {
    margin-bottom: 20px;
}
.mb-5 {
    margin-bottom: 28px !important;
}
.mb-6 {
    margin-bottom: 36px !important;
}
.grid {
    display: grid;
    gap: var(--gap);
}
.flex {
    display: flex;
}
.between {
    justify-content: space-between;
}
.center {
    align-items: center;
}
.wrap {
    flex-wrap: wrap;
}
.text-center {
    text-align: center;
}
.muted {
    color: var(--muted);
}
.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: var(--shadow);
    font-size: 12px;
}
.dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--gold);
    display: inline-block;
}
.h1 {
    font-family: "Playfair Display", Georgia, serif !important;
    font-weight: 700;
    font-size: clamp(32px, 4vw, 59px) !important;
    line-height: 1.1;
    color: #A04F2C !important;
}
.h2 {
    font-family: "Playfair Display", Georgia, serif !important;
    font-weight: 700;
    font-size: 41px !important;
    line-height: 1.15;
}
.h3 {
    font-family: "Playfair Display", Georgia, serif !important;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
}
.p {
    font-size: 16px;
    line-height: 1.6;
}
.sub {
    font-size: 16px;
    color: var(--muted) !important;
    line-height: 1.6;
}
.card {
    background: var(--white);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
}
.card:hover {
    box-shadow: var(--shadow-hover);
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: var(--radius-pill);
    font-weight: 600;
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        background 0.15s ease,
        color 0.15s ease,
        border 0.15s ease;
    user-select: none;
    white-space: nowrap;
}
.btn:active {
    transform: translateY(1px);
}
.btn-primary {
    background: var(--green);
    color: #fff;
    box-shadow: var(--shadow);
}
.btn-primary:hover {
    background: var(--green-900);
    box-shadow: var(--shadow-hover);
}
.btn-secondary {
    background: #fff;
    color: var(--green);
    border: 1px solid rgba(47, 93, 80, 0.35);
}
.btn-secondary:hover {
    background: var(--green);
    color: #fff;
    border-color: var(--green);
}
.btn-block {
    width: 100%;
}
.input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    background: #fff;
}
.input:focus {
    border-color: rgba(47, 93, 80, 0.65);
    box-shadow: 0 0 0 4px rgba(47, 93, 80, 0.1);
}
.select {
    width: auto;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
} /* ========================= Header (Ugaoo/Kyari class) ========================= */
.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.header-top {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.hero-slide {
    position: relative;
    overflow: hidden; /* required for zoom crop */
    display: grid; /* keep grid */
    align-items: center;
    background-size: cover; /* fallback */
    background-position: center; /* fallback */
    background-repeat: no-repeat;
}

/* Use a zoomed background layer */
.hero-slide.hero-zoom::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit; /* takes the inline background-image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.12); /* ZOOM IN - change this value */
    transform-origin: center;
    z-index: 0;
}

/* Optional overlay (like Ugaoo/Kyari) */
.hero-slide.hero-zoom::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.25) 55%,
        rgba(0, 0, 0, 0.1) 100%
    );
    z-index: 1;
}
.rating {
    color: #f4c860;
}
/* Ensure your content stays above bg + overlay */
.hero-slide > * {
    position: relative;
    z-index: 2;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo img {
    height: 45px;
}
.nav {
    display: none;
    gap: 26px;
    font-size: 14px;
    font-weight: 600;
}
.nav a {
    padding: 10px 6px;
    color: rgba(0, 0, 0, 0.78);
}
.nav a:hover {
    color: var(--green);
}
.actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-btn:hover {
    box-shadow: var(--shadow);
}
@media (min-width: 1024px) {
    .nav {
        display: flex;
    }
    .hamburger {
        display: none;
    }
} /* Mega menu */
.mega {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: var(--shadow);
    display: none;
}
.mega.open {
    display: block;
}
.mega-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 18px;
    padding: 18px 0;
}
.mega-col {
    padding: 8px 0;
}
.mega-title {
    font-weight: 800;
    color: var(--text);
    margin-bottom: 10px;
}
.mega a {
    display: block;
    padding: 8px 0;
    color: rgba(0, 0, 0, 0.72);
    font-size: 13px;
}
.mega a:hover {
    color: var(--green);
}
.mega-cta {
    border-radius: 20px;
    padding: 14px;
    background: var(--sand);
}
.mega-cta .h3 {
    font-size: 18px;
    margin: 0;
}
.mega-cta p {
    margin: 8px 0 0;
    font-size: 13px;
    color: var(--muted);
} /* ========================= Overlays / Drawers ========================= */
.overlay {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(0, 0, 0, 0.42);
    display: none;
}
.overlay.open {
    display: block;
}
.drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(420px, 92vw);
    height: 100%;
    background: #fff;
    z-index: 90;
    transform: translateX(110%);
    transition: transform 0.22s ease;
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
}
.drawer.open {
    transform: translateX(0);
}
.drawer-header {
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.drawer-title {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: 20px;
}
.drawer-body {
    padding: 16px;
    overflow: auto;
    flex: 1;
}
.drawer-footer {
    padding: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.search-modal {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: none;
}
.search-modal.open {
    display: block;
}
.search-box {
    max-width: 760px;
    margin: 8vh auto 0;
    background: #fff;
    border-radius: 24px;
    box-shadow: var(--shadow-hover);
    overflow: hidden;
}
.search-box-top {
    padding: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    gap: 10px;
    align-items: center;
}
.search-results {
    padding: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
@media (min-width: 768px) {
    .search-results {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
} /* Mobile menu */
.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: none;
}
.mobile-menu.open {
    display: block;
}
.mobile-sheet {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: min(360px, 92vw);
    background: #fff;
    box-shadow: 20px 0 60px rgba(0, 0, 0, 0.15);
}
.mobile-sheet header {
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-sheet nav a {
    display: block;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-weight: 700;
}

/* ========================= Hero (Home) ========================= */
.hero {
    /* border-radius: 0 0 36px 36px; */
    overflow: hidden;
    background: #0f0f0f;
    position: relative;
}
.hero-slide {
    min-height: 68vh;
    display: grid;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
}
.hero-content {
    position: relative;
    padding: 40px 0;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1.2fr 0.8fr;
    }
}
.hero-card {
    background: rgba(246, 245, 242, 0.92);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
    padding: 22px;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trust {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 10px;
}
@media (min-width: 768px) {
    .trust {
        grid-template-columns: repeat(3, 1fr);
    }
}
.trust-item {
    padding: 9px;
    border-radius: 9px;
    background: #A04F2C;
    border: 1px solid #A04F2C;
    color: #fff;
}
.trust-item b {
    display: block;
    font-size: 13px;
}
.trust-item span {
    font-size: 12px;
    opacity: 0.86;
}

/* ========================= Category row ========================= */
.cat-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
@media (min-width: 640px) {
    .cat-row {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
.cat {
    /* padding: 14px; */
    border-radius: 18px;
    /* background: #fff; */
    /* box-shadow: var(--shadow); */
    text-align: center;
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease;
}
.cat:hover {
    transform: translateY(-2px);
    /* box-shadow: var(--shadow-hover); */
    text-decoration: underline;
}
.cat .thumb {
    width: 140px;
    height: 140px;
    border-radius: 18px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat .name {
    margin-top: 10px;
    font-weight: 800;
    font-size: 13px;
}

/* ================================
   CATEGORY RESPONSIVE + SLIDER
   ================================ */

/* Desktop (unchanged) */
.cat-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

@media (min-width: 640px) {
    .cat-row {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

/* MOBILE SLIDER */
@media (max-width: 639px) {
    .cat-row {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 12px;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        margin-left: -3.5%;
    }

    .cat-row::-webkit-scrollbar {
        display: none;
    }

    .cat {
        /* min-width: 160px; */
        flex: 0 0 auto;
        scroll-snap-align: center;
    }

    .cat .thumb {
        width: 89px;
        height: 120px;
    }
}

/* ========================= Product cards ========================= */
.products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
@media (min-width: 768px) {
    .products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.pcard {
    overflow: hidden;
    border-radius: var(--radius-card);
    background: #fff;
    box-shadow: var(--shadow);
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease;
}
.pcard:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}
.pimg {
    
    /* padding: 16px; */
}
.pimg img {
    height: 220px;
    width: 100%;
    object-fit: contain;
}
.pbody {
    padding: 14px 16px 16px;
}

.stars {
    color: #d6a63d;
    letter-spacing: 1px;
}
.ptitle {
    margin-top: 10px;
    text-align: left;
    font-weight: 900;
    color: var(--green);
    font-size: 14px;
    line-height: 1.25;
}
.price {
    margin-top: 10px;
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 10px;
}
.price .now {
    font-weight: 900;
    color: var(--green);
}
.price .was {
    font-size: 12px;
    color: #c8754c;
    text-decoration: line-through;
}
.bullets {
    margin-top: 12px;
    display: flex;
    gap: 8px;
    justify-content: start;
    flex-wrap: wrap;
}
.bullet {
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f2f2f2;
    color: rgba(0, 0, 0, 0.7);
}
.color-row {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.swatch {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.12s ease,
        border-color 0.12s ease;
}
.swatch:hover {
    transform: translateY(-1px);
}
.swatch.active {
    border-color: var(--gold);
    outline: 2px solid rgba(199, 162, 75, 0.25);
    outline-offset: 2px;
}
.swatch.black {
    background: #111827;
}
.swatch.orange {
    background: #f97316;
}
.swatch.blue {
    background: #3b82f6;
}
.swatch.green {
    background: #22c55e;
}
.swatch.cream {
    background: #f5f5dc;
}
.swatch.yellow {
    background: #facc15;
}
.section {
    padding: 38px 0;
} /* ========================= PLP layout ========================= */
.plp {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--gap);
}
@media (min-width: 1024px) {
    .plp {
        grid-template-columns: 280px 1fr;
    }
}
.filters {
    padding: 16px;
    border-radius: var(--radius-card);
    background: #fff;
    box-shadow: var(--shadow);
    height: fit-content;
    position: sticky;
    top: 86px;
}
.filters h4 {
    margin: 0 0 12px;
    font-weight: 900;
}
.fgroup {
    margin-top: 16px;
}
.fgroup b {
    display: block;
    margin-bottom: 8px;
}
.check {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    color: rgba(0, 0, 0, 0.72);
    font-size: 13px;
}
.toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}
.toolbar .left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mobile-filter-btn {
    display: inline-flex;
}
@media (min-width: 1024px) {
    .mobile-filter-btn {
        display: none;
    }
} /* Mobile filter drawer */
.bottom-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    background: #fff;
    border-radius: 28px 28px 0 0;
    box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.18);
    transform: translateY(110%);
    transition: transform 0.22s ease;
    max-height: 82vh;
    overflow: auto;
}
.bottom-sheet.open {
    transform: translateY(0);
}
.sheet-head {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sheet-body {
    padding: 16px;
}
.sheet-foot {
    padding: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
} /* ========================= PDP layout ========================= */
.pdp {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--gap);
}
@media (min-width: 1024px) {
    .pdp {
        grid-template-columns: 1.05fr 0.95fr;
    }
}
.gallery {
    border-radius: var(--radius-card);
    background: #fff;
    box-shadow: var(--shadow);
    padding: 16px;
}
.gmain {
    background: var(--sand);
    border-radius: 18px;
    padding: 16px;
}
.gmain img {
    width: 100%;
    height: 420px;
    object-fit: contain;
}
.thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    overflow: auto;
    padding-bottom: 6px;
}
.thumb {
    min-width: 70px;
    height: 84px;
    border-radius: 16px;
    border: 2px solid transparent;
    padding: 1px;
}
.thumb.active {
    border-color: rgba(47, 93, 80, 0.55);
}
.thumb img {
    width: 88%;
    height: 88%;
    object-fit: contain;
}
.pinfo {
    border-radius: var(--radius-card);
    background: #fff;
    box-shadow: var(--shadow);
    padding: 18px;
}
.pmeta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.kv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 16px;
}
.kv .k {
    border-radius: 18px;
    background: var(--sand);
    padding: 12px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.72);
}
.qty {
    display: flex;
    align-items: center;
    gap: 10px;
}
.qty button {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
}
.qty input {
    width: 62px;
    text-align: center;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    height: 40px;
} /* ========================= Footer ========================= */
.footer {
    background: #409b2b;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 40px;
    line-height: 2 !important;
}
.footer-grid {
    padding: 70px 0px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
@media screen and (min-width: 768px) {
    .footer__grid {
        grid-template-columns: 1.3fr 1fr 1fr 1fr;
        color: #fff !important;
        justify-self: center;
        align-self: center;
    }
    .footer__logo {
        height: 85%;
        margin-bottom: 10px;
        /* width: 51%; */
        height: 55%;
        max-width: 55%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .responsive {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .w-full {
        width: 100%;
    }
}
@media screen and (min-width: 410px) {
    .w-full {
        width: 100%;
    }
    .footer__grid {
        color: #fff !important;
        justify-self: center;
        align-self: center;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 24px;
    }
    .footer-last-1 {
        width: 100% !important;
    }

    .footer a {
        display: block;
        padding: 12px 0;
        color: #fff;
        font-size: 18px;
        line-height: 11px;
    }
    .responsive {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .footer a {
        display: block;
        padding: 12px 0;
        color: #fff;
        font-size: 18px;
        line-height: 11px;
    }
    .footer__logo {
        height: 85%;
        margin-bottom: 10px;
        /* width: 51%; */
        height: 55%;
        max-width: 55%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .text {
        font-size: 18px;
    }
    .footer-last {
        display: flex;
        justify-content: space-between;
        background-color: #3c872b;
        border-radius: 25px;
        padding: 30px;
        flex-direction: column;
        width: 95%;
    }
    .footer-last-1 {
        width: 100% !important;
    }
}
@media screen and (min-width: 360px) {
    .footer__grid {
        color: #fff !important;
        justify-self: center;
        align-self: center;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 24px;
    }
    .footer-last-1 {
        width: 100% !important;
    }
    .responsive {
        display: flex;
        justify-content: center;
        align-items: center !important;
        flex-direction: column;
    }
    .footer a {
        display: block;
        padding: 12px 0;
        color: #fff;
        font-size: 24px !important;
        line-height: 20px;
    }
    .footer__logo {
        height: 85%;
        margin-bottom: 10px;
        /* width: 51%; */
        height: 55%;
        max-width: 55%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-last {
        display: flex;
        justify-content: space-between;
        background-color: #3c872b;
        border-radius: 25px;
        padding: 30px;
        flex-direction: column;
        width: 95%;
    }
    .w-full {
        width: 100%;
    }
}
.fcol b {
    display: block;
    margin-bottom: 10px;
}
.fcol a {
    display: block;
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
}
.fcol a:hover {
    color: var(--green);
}
.copy {
    padding: 14px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 12px;
    color: #fff;
}

/* =========================
   Modals (Kyari/Ugaoo style)
   ========================= */
.modal {
    position: fixed;
    inset: 0;
    z-index: 95;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.modal.open {
    display: flex;
}

.modal-card {
    width: min(520px, 96vw);
    background: #fff;
    border-radius: 24px;
    box-shadow: var(--shadow-hover);
    overflow: hidden;
}
.modal-card-wide {
    width: min(900px, 96vw);
}

.modal-head {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.modal-title {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: 20px;
}
.modal-sub {
    font-size: 13px;
    color: var(--muted);
    margin-top: 4px;
}
.modal-body {
    padding: 16px;
}
.modal-foot {
    display: flex;
    gap: 10px;
    padding: 14px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    justify-content: flex-end;
}

.divider {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.rowline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.rowline:last-child {
    border-bottom: none;
}

.link {
    background: none;
    border: none;
    padding: 0;
    color: var(--green);
    font-weight: 700;
    cursor: pointer;
}
.link:hover {
    text-decoration: underline;
}

.label {
    font-size: 12px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.75);
    margin-top: 14px;
    display: block;
}

/* Tabs */
.tabs {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 999px;
    background: var(--sand);
}
.tab {
    flex: 1;
    padding: 10px 12px;
    border-radius: 999px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.65);
    background: transparent;
}
.tab.active {
    background: #fff;
    color: var(--green);
    box-shadow: var(--shadow);
}
.tabpane {
    display: none;
}
.tabpane.active {
    display: block;
}

/* Quick View grid */
.qv-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 900px) {
    .qv-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Quiz chips */
.chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
}
.chip.active {
    border-color: rgba(47, 93, 80, 0.6);
    box-shadow: 0 0 0 4px rgba(47, 93, 80, 0.1);
}
.quiz-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.quiz-step {
    display: none;
}
.quiz-step.active {
    display: block;
}

/* Floating help */
.floating-help {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 60;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* .fab {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
} */
.fab:hover {
    box-shadow: var(--shadow-hover);
}

/* Mobile sticky bar (optional) */
.mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px 12px;
    display: none;
    gap: 10px;
}
.mobile-bar .btn {
    flex: 1;
}
@media (max-width: 768px) {
    .mobile-bar {
        display: flex;
    }
    body {
        padding-bottom: 76px;
    }
}

/* =========================================================
   Sanira — Kyari/Ugaoo Additions (Modals + Widgets)
   Append this at the END of styles.css
   ========================================================= */

/* Ensure overlays work consistently */
.overlay {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(0, 0, 0, 0.42);
    display: none;
}
.overlay.open {
    display: block;
}

/* =========================
   Modal Base
   ========================= */
.modal {
    position: fixed;
    inset: 0;
    z-index: 95;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.modal.open {
    display: flex;
}

.modal-card {
    width: min(520px, 96vw);
    background: #fff;
    border-radius: 24px;
    box-shadow: var(--shadow-hover);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.modal-card-wide {
    width: min(920px, 96vw);
}

.modal-head {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.modal-title {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--text);
}

.modal-sub {
    margin-top: 4px;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.45;
}

.modal-body {
    padding: 16px;
}

.modal-foot {
    display: flex;
    gap: 10px;
    padding: 14px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    justify-content: flex-end;
}

/* Divider utility (used in modals) */
.divider {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* Row line utility (used in pincode & quickview) */
.rowline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}
.rowline:last-child {
    border-bottom: none;
}

/* Link button utility */
.link {
    background: none;
    border: none;
    padding: 0;
    color: var(--green);
    font-weight: 700;
    cursor: pointer;
}
.link:hover {
    text-decoration: underline;
}

/* Label utility for form sections */
.label {
    font-size: 12px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.75);
    margin-top: 14px;
    display: block;
}

/* =========================
   Tabs (Auth Modal)
   ========================= */
.tabs {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 999px;
    background: var(--sand);
}

.tab {
    flex: 1;
    padding: 10px 12px;
    border-radius: 999px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.65);
    background: transparent;
    border: 1px solid transparent;
    transition:
        box-shadow 0.15s ease,
        background 0.15s ease,
        color 0.15s ease;
}

.tab.active {
    background: #fff;
    color: var(--green);
    box-shadow: var(--shadow);
    border-color: rgba(0, 0, 0, 0.06);
}

.tabpane {
    display: none;
}
.tabpane.active {
    display: block;
}

/* =========================
   Quick View Layout
   ========================= */
.qv-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 900px) {
    .qv-grid {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
}

/* Quantity row used in quick view */
.qty {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* =========================
   Quiz (Plant Finder)
   ========================= */
.quiz-step {
    display: none;
}
.quiz-step.active {
    display: block;
}

.quiz-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-weight: 700;
    color: rgba(0, 0, 0, 0.7);
    transition:
        transform 0.12s ease,
        box-shadow 0.12s ease,
        border-color 0.12s ease;
}
.chip:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow);
}

.chip.active {
    border-color: rgba(47, 93, 80, 0.6);
    box-shadow: 0 0 0 4px rgba(47, 93, 80, 0.1);
    color: var(--green);
}

/* =========================
   Floating Help (FAB stack)
   ========================= */
.floating-help {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 60;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* .fab {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition:
        transform 0.12s ease,
        box-shadow 0.15s ease;
} */
.fab:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-hover);
}

/* =========================
   Optional Mobile Sticky Bar
   ========================= */
.mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 12px;
    display: none;
    gap: 10px;
}

.mobile-bar .btn {
    flex: 1;
}

@media (max-width: 768px) {
    .mobile-bar {
        display: flex;
    }
    body {
        padding-bottom: 76px;
    }
}
/* =========================================================
   Product Carousel + Product Card (Kyari/Ugaoo style)
   Works with your markup:
   .product-carousel > article.product-card
   ========================================================= */

.product-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 1fr);
    gap: 16px;
    scrollbar-width: none;
    overflow-x: auto;
    padding: 8px 4px 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    align-items:center;
}

.product-carousel::-webkit-scrollbar {
    height: 8px;
}
.product-carousel::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.06);
    border-radius: 999px;
}
.product-carousel::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 999px;
}
.product-carousel::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.28);
}

@media (min-width: 768px) {
    .product-carousel {
        grid-auto-columns: minmax(280px, 320px);
    }
}

@media (min-width: 1100px) {
    .product-carousel {
        grid-auto-columns: minmax(300px, 340px);
    }
}

.product-card {
    scroll-snap-align: start;
    background: var(--white);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        border-color 0.15s ease;
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(47, 93, 80, 0.22);
}

/* Media */
.product-card__media {
    display: block;
    height: 50%;
}

.product-card__media .pimg {
    /* padding: 16px; */
    height: 100%;
}

.product-card__media .pimg img {
    width: 100%;
    height: 112%;
    object-fit: cover;
    transition: transform 0.18s ease;
}

.product-card:hover .product-card__media .pimg img {
    transform: scale(1.04);
}

/* Body */
.product-card__body {
    padding: 34px 18px 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    text-align: left;
}

/* Badges */
.product-card__badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: var(--green);
}

.badge--discount {
    background: rgba(199, 162, 75, 0.16); /* leaf gold tint */
    color: #6b4e12;
    border-color: rgba(199, 162, 75, 0.26);
}

/* Title */
.product-card__title {
     font-size: 20px !important;
    font-weight: 900;
    color: var(--green);
    line-height: 1.25;
}

/* Rating */
.product-card__rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 12px;
    color: var(--muted);
}

.product-card__rating .stars {
    color: #d6a63d;
    letter-spacing: 1px;
    font-size: 18px;
}

.product-card__rating .rating-count {
    color: var(--muted);
    font-weight: 600;
    font-size: 15px;
}

/* Price */
.product-card__price {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.product-card__price .now {
    font-weight: 900;
    color: var(--green);
    font-size: 16px;
}

.product-card__price .was {
    font-size: 12px;
    color: #c8754c;
    text-decoration: line-through;
}

/* Tags */
.product-card__tags {
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 8px;
}

.product-card__tags .bullet {
    font-size: 9px;
    padding: 5px 46px;
    border-radius: 999px;
    background: #f2f2f2;
    color: rgba(0, 0, 0, 0.7);
}

/* Variants */
.product-card__variants label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
    color: rgba(0, 0, 0, 0.7);
}

.product-card__variants .input {
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    font-size: 14px;
}

.product-card__variants .input:focus {
    border-color: rgba(47, 93, 80, 0.6);
    box-shadow: 0 0 0 4px rgba(47, 93, 80, 0.1);
}

/* CTA button at bottom */
.product-card__body .btn {
    /* margin-top: auto;  */
}

/* Optional: make carousel cards same height */
.product-carousel .product-card {
    height: 100%;
}

/* =========================================================
   Home Components (upavani) — append to styles.css
   ========================================================= */

.trust-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 768px) {
    .trust-grid {
        grid-template-columns: repeat(4, 1fr);
    }
.product-card__tags .bullet {
    font-size: 9px;
    padding: 5px 46px;
    border-radius: 999px;
    background: #f2f2f2;
    color: rgba(0, 0, 0, 0.7);
}
}
.trust-card {
    padding: 18px;
    border-radius: var(--radius-card);
}
.trust-icn {
    width: 46px;
    height: 46px;
    border-radius: 18px;
    background: var(--sand);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 30px;
}

.space-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 640px) {
    .space-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .space-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}
.space-card {
    overflow: hidden;
}
.space-thumb {
    height: 270px;
    background-size: cover;
    background-position: center;
}
.space-body {
    padding: 14px;
}

.quiz-cta {
    background: var(--green);
    color: #fff;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
@media (min-width: 768px) {
    .quiz-cta {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.quiz-cta__right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.collection-tiles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 768px) {
    .collection-tiles {
        grid-template-columns: repeat(4, 1fr);
    }
}
.tile {
    position: relative;
    overflow: hidden;
    min-height: 300px;
}
.tile-bg {
    position: absolute;
    inset: 0;
    background-image: url("assets/img/low_maintenance.png");
    background-size: cover;
    background-position: center;
    transform: scale(1);
    filter: saturate(1.05) brightness(0.75);
    will-change: transform;
}

/* Dark overlay for text visibility */
.tile-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0.55) 100%
    ); */
    z-index: 1;
}

.tile-body {
    position: relative;
    z-index: 2;
    padding: 18px;
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 8px;
    top: 76%;
    justify-content: space-between;
    align-items: end;
}
.tile-body .btn {
    align-self: flex-start;
    margin-top: 8px;
}

.edu-strip {
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
@media (min-width: 1024px) {
    .edu-strip {
        grid-template-columns: 1.1fr 1fr auto;
        align-items: center;
    }
}
.edu-strip__bullets {
    display: grid;
    /* flex-wrap: wrap; */
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}
.edu-pill {
    background: var(--sand);
    padding: 10px 12px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
@media (min-width: 768px) {
    .service-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
.service-card {
    padding: 18px;
    text-align: left;
}
.service-icn {
    width: 46px;
    height: 46px;
    border-radius: 18px;
    background: var(--sand);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 30px;
}

.review-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
.review-grid {
   // display: grid;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

.review-grid::-webkit-scrollbar {
    display: none;
}

.review-grid > * {
    flex: 0 0 80%;
    scroll-snap-align: start;
}

@media (min-width: 768px) {
    .review-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.review-card {
    padding: 18px;
}
.review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.review-top .stars {
    color: #d6a63d;
    letter-spacing: 1px;
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 768px) {
    .blog-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
.blog-card {
    overflow: hidden;
}
.blog-thumb {
    height: 180px;
    background-size: cover;
    background-position: center;
}
.blog-body {
    padding: 16px;
}

.newsletter1 {
    padding: 18px;
    display: flex;
    flex-direction: column !important;
    gap: 12px;
    width: 100%;
    align-items: flex-start !important;
}
.newsletter {
    padding: 18px;
    display: flex;
    flex-direction: column !important;
    gap: 12px;
    width: 100%;
    align-items: flex-start !important;
}
@media (min-width: 900px) {
    .newsletter {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.newsletter__right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.newsletter__right .input {
    width: min(320px, 80vw);
} /* COMMON CONTENT BLOCKS */

.offer-banner {
    background: linear-gradient(135deg, #409b2b, #409b2b);
    padding: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
}
.offer-badge {
    background: #fff;
    color: var(--green);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
    display: inline-block;
}

.service-strip {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
@media (min-width: 900px) {
    .service-strip {
        grid-template-columns: repeat(4, 1fr);
    }
}
.service-item {
    text-align: center;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-icon {
    display: block;
    font-size: 55px;
    margin-bottom: 6px;
}

/* .faq-list {
    /* margin:0 auto;
} */
.faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 14px 0;
}
.faq-item summary {
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}
.faq-item p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.trust-payment {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    font-size: 13px;
    color: var(--muted);
}

.final-cta {
    background: var(--green);
    padding: 22px;
    color: #fff;
}

/* BRAND STORY (Kyari/Ugaoo style) */
.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.section-title {
    color: var(--green);
}
.section-subtitle {
    max-width: 720px;
    margin-top: 8px;
}
.section-actions {
    display: flex;
    gap: 10px;
    /* flex-wrap: wrap; */
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
@media (min-width: 1024px) {
    .story-grid {
        grid-template-columns: 1.1fr 0.9fr;
    }
}

/* Left visual card */
.story-visual {
    overflow: hidden;
    padding: 0;
}
.story-visual__media {
    position: relative;
    min-height: 420px;
    background-size: cover;
    background-position: center;
}
.story-visual__overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.65) 70%,
        rgba(0, 0, 0, 0.78) 100%
    ); */
}
.story-visual__content {
    position: relative;
    left: 18px;
    right: 18px;
    bottom: 18px;
    color: #fff;
}
.story-visual__content1 {
    position: relative;
    left: 18px;
    right: 18px;
    bottom: -18px;
    color: #fff;
}
.pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2px;
}
.story-visual__title {
    margin: 12px 0 0;
}
.story-visual__text {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.65;
    color: #409b2b;
    max-width: 560px;
}

.story-visual__highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
}
@media (min-width: 640px) {
    .story-visual__highlights {
        display: flex;
    }
}
.mini2 {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
    margin-top: 6px;
    width: 82%;
    padding: 10px 10px;
    border-radius: 10px;
    background: #409b2b2e;
    border: 1px solid #ccc;
}
.mini {
    padding: 10px 10px;
    border-radius: 10px;
    background: #409b2b2e;
    border: 1px solid #ccc;
    color: rgba(0, 0, 0, 0.55);
}
.mini b {
    display: block;
    font-size: 13px;
}
.mini span {
    display: block;
    font-size: 12px;
    opacity: 0.88;
    margin-top: 2px;
}

.story-visual__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
}
.kvline b {
    display: block;
}
.link {
    font-weight: 800;
    color: var(--green);
}
.link:hover {
    text-decoration: underline;
}

/* Right column cards */
.story-cards {
    display: grid;
    gap: 18px;
}
.story-card {
    padding: 18px;
}
.story-card--soft {
    background: linear-gradient(180deg, #ffffff 0%, #f9f7f3 100%);
}
.story-card__top {
    margin-bottom: 14px;
}

.story-card__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (min-width: 640px) {
    .story-card__grid {
        grid-template-columns: 1fr 1fr;
    }
}
.value {
    background: var(--sand);
    border-radius: 18px;
    padding: 14px;
}
.value b {
    display: block;
    font-size: 13px;
}
.value span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.5;
}

.story-card__cta {
    margin-top: 14px;
}

/* tags row */
.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}
.tag {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(47, 93, 80, 0.08);
    color: var(--green);
    border: 1px solid rgba(47, 93, 80, 0.18);
    font-weight: 700;
}

/* How it works strip */
.how-strip {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (min-width: 900px) {
    .how-strip {
        grid-template-columns: repeat(4, 1fr);
    }
}
.how-item {
    background: #fff;
    border-radius: 18px;
    padding: 14px 16px;
    box-shadow: var(--shadow);
}
.how-item b {
    display: block;
}
.how-item span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 13px;
}
/* HOW IT WORKS (Kyari/Ugaoo style) */
.how-it-works .section-head {
    margin-bottom: 14px;
}

.how-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 900px) {
    .how-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.how-card {
    padding: 18px;
    border-radius: var(--radius-card);
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease;
}
.how-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.how-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.how-icon {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    /* background: rgba(47, 93, 80, 0.1); */
    /* border: 1px solid rgba(47, 93, 80, 0.16); */
}

.how-step {
    font-size: 12px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.55);
    letter-spacing: 0.3px;
}

.how-title {
    margin: 12px 0 0;
    color: var(--green);
    font-weight: 900;
    font-size: 16px;
}

.how-text {
    margin: 10px 0 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 13px;
    line-height: 1.65;
}

.how-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.mini-pill {
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--sand);
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
}

.how-callout {
    margin-top: 16px;
    padding: 16px 18px;
    border-radius: var(--radius-card);
    background: #fff;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.how-callout b {
    display: block;
}

.text-white {
    color: var(--white);
}
:root {
    --green: #409b2b;
    --green-900: #409b2b;
    --brown: #7a5c3e;
    --gold: #c7a24b;
    --sand: #f6f5f2;
    --text: #333333;
    --muted: #777777;
    --white: #ffffff;

    --radius-card: 24px;
    --radius-pill: 999px;

    --shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0px 8px 30px rgba(0, 0, 0, 0.12);

    --container: 91rem;
}

a {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    display: block;
}
hr {
    border: none;
    border-top: 1px solid rgb(0 0 0 / 12%);
    margin: 15px 0;
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 16px;
}

.section {
    padding: 25px 0;
}
.card {
    background: #fff;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
}
.card:hover {
    box-shadow: var(--shadow-hover);
}

.h1 {
    font-family: "Playfair Display", Georgia, serif !important;
    font-weight: 700;
    font-size: clamp(28px, 4vw, 59px) !important;
    line-height: 1.1;
    color: var(--green);
    margin: -4px 0px;
}
.h2 {
    font-family: "Playfair Display", Georgia, serif !important;
    font-weight: 700;
    font-size: 41px !important;
    line-height: 1.2;
    color: var(--green);
}
.h3 {
    font-family: "Playfair Display", Georgia, serif !important;
    font-weight: 600;
    font-size: 20px !important;
    color: var(--green) !important;
}
.muted {
    color: var(--muted);
}
.input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 9px;
    border: 1px solid rgb(0 0 0 / 12%);
    outline: none;
    background: #fff;
}
.input:focus {
    border-color: rgba(47, 93, 80, 0.65);
    box-shadow: 0 0 0 4px rgba(47, 93, 80, 0.1);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    border-radius: var(--radius-pill);
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease, border 0.15s ease;
    width: auto !important;
    font-size: 16px;
}
.btn:active {
    transform: translateY(1px);
}
.btn-primary {
    background: var(--green);
    color: #fff;
    box-shadow: var(--shadow);
}
.btn-primary:hover {
    background: var(--green-900);
    box-shadow: var(--shadow-hover);
}
.btn-secondary {
    background: #fff;
    color: var(--green);
    border-color: rgba(47, 93, 80, 0.35);
}
.btn-secondary:hover {
    background: var(--green);
    color: #fff;
    border-color: var(--green);
}
.btn-block {
    width: 100%;
}

/* .badge{
  position:absolute;
  top:10px; right:10px;
  background: rgba(199,162,75,0.95);
  color:#1f1f1f;
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  font-weight:800;
  border:1px solid rgba(0,0,0,0.10);
} */
/* =========================
   MOBILE FIRST (DEFAULT)
   ========================= */
.responsive {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* =========================
   DESKTOP OVERRIDE
   ========================= */
@media screen and (min-width: 768px) {
    .responsive {
        justify-content: center;
        align-items: center;
    }
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    height: 78px;
}
.brand__logo {
    height: 63px;
    margin-left: -2%;
}

.nav__links {
    display: none;
    align-items: center;
    gap: 22px;
    font-weight: 700;
    font-size: 14px;
}
.nav__links a {
    color: rgba(0, 0, 0, 0.74);
    padding: 10px 6px;
}
.nav__links a:hover {
    color: var(--green);
}
.nav__links .is-active {
    color: var(--green);
}

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

.icon-btn {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-btn svg {
    width: 20px;
    height: 20px;
    fill: rgba(0, 0, 0, 0.72);
}
.icon-btn:hover {
    box-shadow: var(--shadow);
}
.icon-btn:hover svg {
    fill: var(--green);
}

.icon-btn .badge {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    border: 2px solid #fff;
}

/* Burger */
.nav__burger {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.nav__burger span {
    width: 18px;
    height: 2px;
    background: rgba(0, 0, 0, 0.72);
    border-radius: 2px;
}

/* Mobile Nav */
.mobile-nav {
    display: none;
    padding: 12px 16px 18px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.mobile-nav a {
    display: block;
    padding: 12px 4px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.78);
}
.mobile-nav a:hover {
    color: var(--green);
}
.mobile-nav.open {
    display: block;
}

/* Desktop show nav */
@media (min-width: 992px) {
    .nav__links {
        display: flex;
    }
    .nav__burger {
        display: none;
    }
    .mobile-nav {
        display: none !important;
    }
}

/* Footer */
.footer__grid {
    padding: 28px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
.footer__logo {
    height: 55px;
    margin-bottom: 10px;
}
.footer h4 {
    margin: 0 0 12px;
    color: var(--white);
}
.footer a {
    display: block;
    padding: 12px 0;
    color: #fff;
    font-size: 16px;
    font-family: auto !important;
    font-size: 16px !important;
}
.footer a:hover {
    color: var(--sand);
}
.footer__bottom {
    padding: 14px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    color: #fff;
    text-align: center;
    font-size: 16px !important;
}

@media (min-width: 900px) {
    .footer__grid {
        grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    }
}

/* Newsletter */
.newsletter__row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0 6px;
    width: 100%;
}
.newsletter__row .input {
    flex: 1;
}
.footer-last {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    background-color: #3c872b;
    border-radius: 25px;
    padding: 15px;
}
.footer-last-1 {
    width: 50%;
}

/* =========================
   SHOP PLANTS ({{route('collections')}}) — Page CSS
   Add AFTER your global style.css tokens/components
========================= */

/* Page hero */
.page-hero {
    padding: 24px 0 10px;
}
.page-hero .breadcrumb {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
}
.page-hero .breadcrumb a:hover {
    text-decoration: underline;
}

/* Chips */
.chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 12px;
    font-weight: 700;
}
.chip button {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.chip button:hover {
    box-shadow: var(--shadow);
}

/* Divider */
.divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    margin: 12px 0;
}

/* Page shell */
.page-shell {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
    .page-shell {
        grid-template-columns: 300px 1fr;
    }
    /* Show desktop filters only on desktop */
    #filtersDesktop {
        display: block !important;
    }
}

/* Filters */
.filter-card {
    padding: 18px;
    position: sticky;
    top: 86px;
    height: fit-content;
}
.filter-card label {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.72);
}
.filter-card input[type="checkbox"] {
    transform: translateY(1px);
}

/* PLP Grid */
.plp-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
    .plp-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1100px) {
    .plp-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Product tile */
.product-tile {
    overflow: hidden;
}
.product-tile__media {
    display: block;
    background: var(--sand);
    padding: 16px;
}
.product-tile__media img {
    width: 100%;
    height: 170px;
    object-fit: contain;
    transition: transform 0.18s ease;
}
.product-tile:hover .product-tile__media img {
    transform: scale(1.04);
}

.product-tile__body {
    padding: 14px 16px 16px;
}
.product-tile__body .kicker {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 700;
}
.product-tile__body .title {
    font-weight: 900;
    margin-top: 6px;
    color: var(--green);
    line-height: 1.2;
}
.product-tile__body .rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 12px;
    color: var(--muted);
}
.product-tile__body .stars {
    letter-spacing: 1px;
    color: #d6a63d;
}
.product-tile__body .price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 10px;
}
.product-tile__body .now {
    font-weight: 900;
    color: var(--green);
}
.product-tile__body .was {
    color: #c8754c;
    text-decoration: line-through;
    font-size: 12px;
}
.product-tile__body .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.product-tile__body .tag {
    background: #f2f2f2;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.7);
}

/* Best sellers mini grid inside the section */
#best-sellers .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 520px) {
    #best-sellers .grid {
        grid-template-columns: 1fr;
    }
}

/* Promo banner */
.banner {
    padding: 18px;
    display: grid;
    gap: 12px;
    background: linear-gradient(
        135deg,
        rgba(47, 93, 80, 0.1),
        rgba(199, 162, 75, 0.1)
    );
    border: 1px solid #409b2b21;
}
@media (min-width: 900px) {
    .banner {
        grid-template-columns: 1.2fr 0.8fr;
        align-items: center;
    }
}

/* Pagination */
.pager {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.page-btn {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    font-weight: 800;
    transition:
        background 0.15s ease,
        color 0.15s ease,
        border-color 0.15s ease,
        box-shadow 0.15s ease;
}
.page-btn:hover {
    box-shadow: var(--shadow);
}
.page-btn.is-active {
    background: var(--green);
    color: #fff;
    border-color: var(--green);
}

/* FAQ (details/summary) */
.faq-list details {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    padding: 12px 14px;
    background: #fff;
}
.faq-list details + details {
    margin-top: 10px;
}
.faq-list summary {
    cursor: pointer;
    font-weight: 900;
    list-style: none;
}
.faq-list summary::-webkit-details-marker {
    display: none;
}
.faq-list summary::after {
    content: "+";
    float: right;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.55);
}
.faq-list details[open] summary::after {
    content: "–";
}
.faq-list p {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.7;
    font-size: 14px;
}

/* Mobile filter button hook (only if you use your existing drawer) */
.mobile-filter-btn {
    display: inline-flex;
}
@media (min-width: 1024px) {
    .mobile-filter-btn {
        display: none;
    }
}

/* =========================
   GUIDES & BLOG ({{route('guide')}}) — Page CSS
========================= */

/* Toolbar */
.guides-toolbar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.guides-toolbar .input {
    flex: 1 1 320px;
}
.guides-toolbar select.input {
    flex: 0 0 auto;
}

/* Pills */
.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 12px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.72);
    transition:
        background 0.15s ease,
        border-color 0.15s ease,
        box-shadow 0.15s ease,
        color 0.15s ease;
}
.pill:hover {
    box-shadow: var(--shadow);
    color: var(--green);
}
.pill.is-active {
    background: rgba(47, 93, 80, 0.1);
    border-color: rgba(47, 93, 80, 0.28);
    color: var(--green);
}

/* Featured banner */
.guides-feature {
    padding: 18px;
    display: grid;
    gap: 12px;
    background: linear-gradient(
        135deg,
        rgba(47, 93, 80, 0.1),
        rgba(199, 162, 75, 0.1)
    );
}
@media (min-width: 900px) {
    .guides-feature {
        grid-template-columns: 1.9fr 0.8fr;
        align-items: center;
    }
}
.guides-feature__media {
    height: 240px;
    border-radius: 20px;
    /* background: var(--sand); */
    /* box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06); */
}

/* Guide cards grid — fully responsive */
.guides-grid{
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr; /* mobile default */
}

/* small devices */
@media (min-width: 576px){
  .guides-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* tablets / small laptops */
@media (min-width: 992px){
  .guides-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* desktop */
@media (min-width: 1200px){
  .guides-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.guide-card {
    padding: 14px;
    border-radius: 20px;
}
.guide-card .sub {
    margin-top: 8px;
}
.guide-card .meta {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.55);
}

/* Posts grid */
.posts-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .posts-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.post-card {
    overflow: hidden;
    border-radius: var(--radius-card);
}
.post-media {
    display: block;
    height: 70%;
    background: var(--sand);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.post-body {
    padding: 14px 16px 16px;
    height: 230px;
}
.post-body .meta {
    font-size: 12px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 8px;
}
.post-body b {
    display: block;
    color: var(--green);
}
.post-body .sub {
    margin-top: 8px;
}
.post-body .read {
    display: inline-block;
    margin-top: 10px;
    color: var(--green);
    font-weight: 900;
}
.post-body .read:hover {
    text-decoration: underline;
}

/* =========================
   TRACK ORDER (track-order.html) — Page CSS
========================= */

.track-hero__card {
    padding: 18px;
}
.track-hero__trust {
    margin-top: 14px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .track-hero__trust {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.trust-chip {
    padding: 12px;
    border-radius: 16px;
    background: var(--sand);
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.trust-chip b {
    display: block;
    font-size: 13px;
}
.trust-chip span {
    font-size: 12px;
}

.track-card {
    padding: 18px;
}
.track-card__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.track-tabs {
    display: flex;
    gap: 10px;
}
.tab {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    font-weight: 900;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.72);
}
.tab:hover {
    box-shadow: var(--shadow);
}
.tab.is-active {
    background: rgba(47, 93, 80, 0.1);
    border-color: rgba(47, 93, 80, 0.28);
    color: var(--green);
}

.label {
    display: block;
    font-weight: 900;
    font-size: 13px;
    margin-bottom: 8px;
}
.hint {
    margin-top: 6px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
}

.grid-2 {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.track-actions {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.result-card {
    padding: 18px;
}
.result-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}
.kicker {
    font-size: 12px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.55);
}
.result-id {
    font-weight: 900;
    font-size: 18px;
    color: var(--green);
}

.status-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--sand);
    font-weight: 900;
    font-size: 12px;
}
.result-status {
    text-align: right;
    display: grid;
    gap: 8px;
}

/* Progress tracker */
.progress {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
@media (min-width: 900px) {
    .progress {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }
}
.step {
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    /* display: grid; */
    gap: 6px;
}
.step .dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.18);
}
.step b {
    font-size: 13px;
}
.step span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.step.is-done {
    border-color: rgba(47, 93, 80, 0.25);
    background: rgba(47, 93, 80, 0.06);
}
.step.is-done .dot {
    background: var(--green);
}

.step.is-active {
    border-color: rgba(199, 162, 75, 0.35);
    background: rgba(199, 162, 75, 0.1);
}
.step.is-active .dot {
    background: var(--gold);
}

/* Soft cards */
.soft-card {
    padding: 14px;
    border-radius: 18px;
    background: var(--sand);
    box-shadow: none;
}
.soft-link {
    padding: 14px;
    border-radius: 20px;
    background: var(--sand);
    box-shadow: none;
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease;
}
.soft-link:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow);
}

/* Items list */
.items {
    display: grid;
    gap: 10px;
}
.item-row {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
}
.item-thumb {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: var(--sand);
    padding: 8px;
}
.item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.item-main {
    flex: 1;
}
.item-main b {
    display: block;
    color: var(--green);
}
.item-main .muted {
    font-size: 12px;
}
.item-qty {
    font-weight: 900;
}

/* Timeline */
.timeline {
    display: grid;
    gap: 10px;
}
.event {
    display: flex;
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
}
.event .mark {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.18);
    margin-top: 6px;
}
.event.is-latest .mark {
    background: var(--green);
}
.event .content {
    flex: 1;
}
.event .time {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
    font-weight: 800;
}
.event .text {
    margin-top: 4px;
    color: rgba(0, 0, 0, 0.72);
    font-size: 13px;
}

/* Banner art placeholder */
.banner .banner-art {
    height: 220px;
    border-radius: 20px;
    background: rgba(246, 245, 242, 0.85);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}
@media (min-width: 900px) {
    .banner .banner-art {
        height: 260px;
    }
}

/* Divider (if not already in global) */
.divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    margin: 12px 0;
}

/* FAQ reuse (if not already in global) */
.faq-list details {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    padding: 12px 14px;
    background: #fff;
}
.faq-list details + details {
    margin-top: 10px;
}
.faq-list summary {
    cursor: pointer;
    font-weight: 900;
    list-style: none;
}
.faq-list summary::-webkit-details-marker {
    display: none;
}
.faq-list summary::after {
    content: "+";
    float: right;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.55);
}
.faq-list details[open] summary::after {
    content: "–";
}
.faq-list p {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.7;
    font-size: 14px;
}

/* =========================
   ABOUT PAGE (about.html)
   Exactly 16-section layout
========================= */

.about-hero__card {
    padding: 18px;
}
.breadcrumb {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
    font-weight: 700;
}
.breadcrumb__link {
    color: var(--green);
    font-weight: 900;
    text-decoration: none;
}

.about-hero__sub {
    max-width: 920px;
    margin-top: 10px;
}

.about-hero__stats {
    margin-top: 14px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .about-hero__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.stat {
    padding: 12px;
    border-radius: 16px;
    background: var(--sand);
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.stat b {
    display: block;
    font-size: 13px;
}
.stat span {
    font-size: 12px;
}

.about-hero__actions {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.about-card {
    padding: 18px;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.about-grid-3 {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}
@media (min-width: 900px) {
    .about-grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.soft-card {
    padding: 14px;
    border-radius: 18px;
    background: var(--sand);
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.values-grid {
    margin-top: 14px;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}
@media (min-width: 900px) {
    .values-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.value-card {
    padding: 14px;
    border-radius: 18px;
}

.offer-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}
@media (min-width: 900px) {
    .offer-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.quote {
    display: flex;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(47, 93, 80, 0.06);
    border: 1px solid rgba(47, 93, 80, 0.16);
}
.quote__mark {
    width: 100px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(47, 93, 80, 0.1);
    color: var(--green);
    font-weight: 900;
    font-size: 40px;
}

.process {
    margin-top: 14px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
}
@media (min-width: 900px) {
    .process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.process-step {
    display: flex;
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.step-no {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(199, 162, 75, 0.12);
    border: 1px solid rgba(199, 162, 75, 0.2);
    font-weight: 900;
    color: rgba(0, 0, 0, 0.7);
}

.about-cta-row {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.highlights-grid {
    margin-top: 14px;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}
@media (min-width: 900px) {
    .highlights-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.highlight-card {
    padding: 14px;
    border-radius: 18px;
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease;
}
.highlight-card:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-hover);
}

.founder {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    align-items: center;
}
@media (min-width: 900px) {
    .founder {
        grid-template-columns: 1.2fr 0.8fr;
    }
}
.founder-badge {
    padding: 14px;
    border-radius: 18px;
    background: var(--sand);
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: grid;
    gap: 6px;
    justify-items: start;
}

.press-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.press-pill {
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 800;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}

.about-banner {
    padding: 18px;
    display: grid;
    gap: 12px;
    background: linear-gradient(
        135deg,
        rgba(47, 93, 80, 0.1),
        rgba(199, 162, 75, 0.1)
    );
}
@media (min-width: 900px) {
    .about-banner {
        grid-template-columns: 1.2fr 0.8fr;
        align-items: center;
    }
}
.about-banner .banner-art {
    height: 240px;
    border-radius: 20px;
    background: rgba(246, 245, 242, 0.85);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.promise-grid {
    margin-top: 14px;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}
@media (min-width: 900px) {
    .promise-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.promise-card {
    padding: 14px;
    border-radius: 18px;
}

/* FAQ styling (if not already global) */
.faq-list details {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    padding: 12px 14px;
    background: #fff;
}
.faq-list details + details {
    margin-top: 10px;
}
.faq-list summary {
    cursor: pointer;
    font-weight: 900;
    list-style: none;
}
.faq-list summary::-webkit-details-marker {
    display: none;
}
.faq-list summary::after {
    content: "+";
    float: right;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.55);
}
.faq-list details[open] summary::after {
    content: "–";
}
.faq-list p {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.7;
    font-size: 14px;
}

/* =========================
   CONTACT PAGE (STEP-6)
   Uses existing tokens:
   --green --sand --shadow --radius-card etc.
========================= */

.contact-hero {
    background: var(--green);
}
.contact-hero__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 1024px) {
    .contact-hero__wrap {
        grid-template-columns: 1.2fr 0.8fr;
        align-items: stretch;
    }
}
.contact-hero__title {
    color: #fff;
    margin: 12px 0 0;
}
.contact-hero__sub {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.7;
    max-width: 56ch;
}
.contact-hero .badge {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
    box-shadow: none;
}
.contact-hero__cta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}
.contact-hero__trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
}
@media (min-width: 768px) {
    .contact-hero__trust {
        grid-template-columns: repeat(3, 1fr);
    }
}

.contact-pill {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    padding: 12px;
    color: #fff;
}
.contact-pill b {
    display: block;
    font-size: 13px;
}
.contact-pill span {
    font-size: 12px;
    opacity: 0.88;
}

.contact-hero__card {
    padding: 18px;
}
.contact-hero__cardTop .sub {
    margin: 8px 0 0;
}
.contact-hero__cardGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}
.quick-tile {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    text-align: left;
    padding: 14px;
    border-radius: 18px;
    background: var(--sand);
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-weight: 900;
    flex-direction: column;
}
.quick-tile:hover {
    background: rgba(47, 93, 80, 0.1);
    color: var(--green);
}

.contact-strip__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
@media (min-width: 900px) {
    .contact-strip__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.contact-strip__item {
    padding: 16px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.contact-ico {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(47, 93, 80, 0.1);
    color: var(--green);
    font-weight: 900;
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.section-title {
    color: var(--green);
}
.section-subtitle {
    margin-top: 6px;
}

.contact-form {
    padding: 18px;
}
.contact-form__grid {
    grid-template-columns: 1fr;
    gap: 12px;
}
@media (min-width: 900px) {
    .contact-form__grid {
        grid-template-columns: 1fr 1fr;
    }
}
.label {
    font-size: 12px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.65);
    display: block;
    margin-bottom: 6px;
}
.contact-form__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.self-grid {
    grid-template-columns: 1fr;
    gap: 12px;
}
@media (min-width: 900px) {
    .self-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
.self-card {
    padding: 16px;
}
.self-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
    transition: 0.15s ease;
}

.info-card {
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
@media (min-width: 900px) {
    .info-card {
        grid-template-columns: 1.2fr 0.8fr;
        align-items: center;
    }
}
.mini-list {
    background: var(--sand);
    border-radius: 18px;
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 13px;
    color: rgba(0, 0, 0, 0.7);
    display: grid;
    gap: 8px;
}

.gifting-card {
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
@media (min-width: 900px) {
    .gifting-card {
        grid-template-columns: 1.2fr 0.8fr;
        align-items: center;
    }
}
.gifting-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}
/* .gifting-cta {
} */

.store-card {
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
@media (min-width: 900px) {
    .store-card {
        grid-template-columns: 1.2fr 0.8fr;
        align-items: center;
    }
}

.map-card {
    padding: 18px;
}
.map-card__box {
    height: 280px;
    border-radius: 18px;
    background: var(--sand);
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    font-weight: 800;
}
.map-card__foot {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.whatsapp-card {
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.social-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
@media (min-width: 900px) {
    .social-row {
        grid-template-columns: repeat(3, 1fr);
    }
}
.social-card {
    padding: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.social-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
    transition: 0.15s ease;
}

.values-grid {
    grid-template-columns: 1fr;
    gap: 12px;
}
@media (min-width: 900px) {
    .values-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
.value-card {
    padding: 16px;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.faq-item {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    background: #fff;
    padding: 12px 14px;
}
.faq-item summary {
    cursor: pointer;
    font-weight: 900;
}
.faq-item p {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.7;
    font-size: 14px;
}

.escalation-card {
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
@media (min-width: 900px) {
    .escalation-card {
        grid-template-columns: 1.2fr 0.8fr;
        align-items: center;
    }
}
/* .escalation-mini {
} */

.newsletter-card {
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.newsletter-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.newsletter-form .input {
    width: min(340px, 72vw);
}

.final-cta {
    padding: 22px;
    background: var(--green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
    flex-wrap: wrap;
}
.contact-white {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.7;
}
.final-cta__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.final-cta__primary {
    background: #fff !important;
    color: var(--green) !important;
}

.contact-breadcrumb .crumb {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}
.contact-breadcrumb .crumb a {
    color: rgba(0, 0, 0, 0.7);
}
.contact-breadcrumb .crumb span {
    margin: 0 6px;
}

/* PLANTS – Stylish Grid + Filter UI */

.plants-hero {
    padding: 32px 0;
    background: var(--sand);
    text-align: center;
}
.plants-filter-nav {
    margin-top: 18px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}
.filter-link {
    font-weight: 700;
    color: var(--green);
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(47, 93, 80, 0.3);
}
.filter-link.is-active,
.filter-link:hover {
    background: var(--green);
    color: #fff;
}

.breadcrumb {
    font-size: 13px;
    color: var(--muted);
}

.filter-bar .plant-search {
    width: 100%;
}
.sort-select {
    width: auto;
}
.quick-tags .tag-pill {
    background: var(--sand);
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.category-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.category-card {
    background: #fff;
    padding: 24px;
    text-align: center;
    font-weight: 900;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
}

.products-grid {
    display: grid;
    gap: 16px;
}
.products-grid.grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.products-grid.grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.focus-block {
    padding: 26px 0;
    background: var(--sand);
}
.review-cards .card {
    padding: 18px;
    text-align: center;
}
.benefit-strip .card {
    text-align: center;
    padding: 16px;
}
.final-cta {
    margin-top: 32px;
    background: var(--green);
    color: #fff;
    padding: 38px 0;
}

.soft-bg {
    background: var(--sand);
}

.shop-plants-page {
    background: #fff;
}

/* HERO */
.plants-hero {
    height: 70vh;
    background: url("../img/hero-plants.jpg") center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
}
.hero-content {
    position: relative;
    color: #fff;
    max-width: 600px;
}
.hero-content h1 {
    font-size: clamp(36px, 5vw, 56px);
}
.hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

/* CATEGORY GRID */
.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.category-tile {
    height: 180px;
    background: #eaeaea;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    font-weight: 800;
    border-radius: 24px;
}
.category-tile.tall {
    grid-row: span 2;
    height: auto;
}
.category-tile.wide {
    grid-column: span 2;
}

/* FEATURE STRIPS */
.feature-strip {
    padding: 60px 0;
}
.feature-strip.sand {
    background: var(--sand);
}
.feature-strip.reverse .feature-content {
    flex-direction: row-reverse;
}
.feature-content {
    display: flex;
    align-items: center;
    gap: 40px;
}
.feature-image {
    flex: 1;
    height: 320px;
    background: #ddd;
    border-radius: 32px;
}

/* SECTIONS */
.plants-section {
    padding: 60px 0;
}
.plants-section h2 {
    margin-bottom: 24px;
}
.plants-grid {
    display: grid;
    gap: 20px;
}

/* CUSTOMER LOVE */
.customer-love {
    background: #f7f7f7;
    padding: 60px 0;
}
.love-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.love-grid blockquote {
    background: #fff;
    padding: 24px;
    border-radius: 24px;
}

/* WHY */
.why-Sanira {
    padding: 60px 0;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    font-weight: 700;
}

/* CTA */
.quiz-cta,
.newsletter-cta {
    background: var(--green);
    color: #fff;
    padding: 60px 40px;
    text-align: left;
}

.planters-page {
    background: #fff;
}

/* HERO */
.planters-hero {
    height: 65vh;
    background: url("../img/hero-planters.jpg") center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0.15)
    );
}
.hero-content {
    position: relative;
    color: #409b2b;
    max-width: 620px;
}

/* INTRO */
.planters-intro {
    padding: 32px 0;
    background: var(--sand);
    text-align: center;
    font-size: 18px;
}

/* CATEGORY GRID */
.planter-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.planter-tile {
    height: 200px;
    background: #e6e6e6;
    border-radius: 26px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    font-weight: 800;
}
.planter-tile.tall {
    grid-row: span 2;
    height: auto;
}
.planter-tile.wide {
    grid-column: span 2;
}

/* FILTER */
.planter-filter-bar {
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.filter-row {
    display: flex;
    gap: 16px;
}

/* FEATURE STRIPS */
.feature-strip {
    padding: 60px 0;
}
.feature-strip.sand {
    background: var(--sand);
}
.feature-strip.reverse .feature-content {
    flex-direction: row-reverse;
}
.feature-content {
    display: flex;
    align-items: center;
    gap: 40px;
}
.feature-image {
    flex: 1;
    height: 320px;
    background: #dcdcdc;
    border-radius: 30px;
}

/* GRIDS */
.planters-section {
    padding: 60px 0;
}
.planters-grid {
    display: grid;
    gap: 20px;
}
.grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* COLOR GRID */
.color-grid {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.color-chip {
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--sand);
    font-weight: 700;
}

/* INSPIRATION */
.styling-strip {
    background: #f7f7f7;
    padding: 60px 0;
}
.inspiration-grid {
    height: 200px;
    background: #e0e0e0;
    border-radius: 28px;
}

/* WHY */
.why-Sanira {
    padding: 60px 0;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    font-weight: 700;
}

/* CTA */
.final-cta {
    background: var(--green) !important;
    color: #fff;
    padding: 30px 30px;
    text-align: left;
}

.search-page {
    background: #fff;
}

/* HERO */
.search-hero {
    padding: 60px 0 30px;
    text-align: center;
    background: var(--sand);
}
.search-hero h1 {
    font-size: 42px;
}

/* SEARCH INPUT */
.search-input-section {
    padding: 20px 0;
}
.search-input {
    width: 100%;
    padding: 18px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
}

/* CHIPS */
.chip-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.chip {
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--sand);
    font-weight: 600;
}

/* FILTER BAR */
.search-filters {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.filter-row {
    display: flex;
    gap: 16px;
}

/* GRIDS */
.result-grid {
    display: grid;
    gap: 20px;
}
.grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* SECTIONS */
.search-results,
.recently-viewed,
.editors-picks,
.trending-searches {
    padding: 50px 0;
}

/* CATEGORY SUGGESTIONS */
.category-suggest-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.category-card {
    padding: 30px;
    background: #f4f4f4;
    border-radius: 24px;
    text-align: center;
    font-weight: 700;
}

/* COLLECTIONS */
.collection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.collection-card {
    padding: 40px;
    border-radius: 28px;
    background: #eaeaea;
    font-weight: 800;
}

/* GUIDES */
.guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.guide-card {
    padding: 24px;
    background: #fff;
    border-radius: 24px;
    box-shadow: var(--shadow);
}

/* WHY */
.why-Sanira {
    padding: 60px 0;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    font-weight: 700;
}

/* CTA */
.quiz-cta,
.newsletter-cta {
    background: var(--green);
    color: #fff;
    padding: 35px 15px;
    text-align: left;
}

/* ===========================
   SEARCH PAGE — upavani
   Works with your HTML structure
   =========================== */

.search-page {
    background: var(--sand);
}

/* Container helper (if not already in your global CSS) */
.container {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 18px 18px; */
}

/* ---------------------------
   1) HERO
--------------------------- */
.search-hero {
    padding: 56px 0 26px;
    background:
        radial-gradient(
            1000px 500px at 50% -10%,
            rgba(199, 162, 75, 0.18),
            transparent 55%
        ),
        radial-gradient(
            900px 420px at 0% 10%,
            rgba(47, 93, 80, 0.15),
            transparent 50%
        ),
        linear-gradient(180deg, #ffffff 0%, var(--sand) 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.search-hero__inner {
    display: grid;
    gap: 18px;
    align-items: start;
}

.search-hero__text {
    text-align: center;
}

.kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: var(--green);
    font-size: 12px;
    letter-spacing: 0.12em;
    font-weight: 800;
    color: var(--white) !important;
    text-transform: uppercase;
}

.search-hero__text h1 {
    margin: 12px 0 8px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.1;
    color: var(--green);
}

.search-hero__text p {
    margin: 0 auto;
    max-width: 720px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.7);
}

/* ---------------------------
   2) SEARCH BAR
--------------------------- */
.search-bar {
    margin: 14px auto 0;
    max-width: 860px;
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: var(--shadow);
}

.search-bar__icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--sand);
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
}

.search-bar__input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    padding: 10px 8px;
    color: rgba(0, 0, 0, 0.85);
}

.search-bar__input::placeholder {
    color: rgba(0, 0, 0, 0.45);
}

.search-bar__btn {
    border-radius: 999px;
    padding: 12px 18px;
    white-space: nowrap;
}

/* ---------------------------
   3) QUICK CHIPS
--------------------------- */
.chip-row {
    margin: 10px auto 0;
    max-width: 860px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.chip {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.85);
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.7);
    transition:
        transform 0.14s ease,
        box-shadow 0.14s ease,
        border-color 0.14s ease;
}
.chip:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow);
    border-color: rgba(47, 93, 80, 0.35);
}
.chip.is-active {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}

/* ---------------------------
   4) SUGGESTIONS PANEL
--------------------------- */
.search-suggestions {
    padding: 24px 0 10px;
}

.suggestions-grid {
    display: grid;
    gap: 16px;
}

.suggestions-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    box-shadow: var(--shadow);
    padding: 16px;
}

.suggestions-card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.suggestions-card__head h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.85);
}

.link-btn {
    border: none;
    background: #33333326;
    color: var(--green);
    font-weight: 800;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 999px;
}
.link-btn:hover {
    background: rgba(47, 93, 80, 0.08);
}

.pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.pill--gold {
    background: rgba(199, 162, 75, 0.16);
    border-color: rgba(199, 162, 75, 0.28);
    color: rgba(0, 0, 0, 0.78);
}

/* recent list items */
.suggestions-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.suggestions-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border-radius: 16px;
    background: var(--sand);
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.suggestions-item b {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.78);
}
.suggestions-item span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
}

/* trending */
.trend-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.trend {
    padding: 12px 12px;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: var(--sand);
    text-align: left;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.75);
    transition:
        transform 0.14s ease,
        box-shadow 0.14s ease,
        border-color 0.14s ease;
}
.trend:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow);
    border-color: rgba(47, 93, 80, 0.28);
}

/* browse tiles */
.suggestions-card--wide {
    padding: 16px;
}
.browse-tiles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.browse-tile {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 22px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    transition:
        transform 0.14s ease,
        box-shadow 0.14s ease;
}
.browse-tile:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-hover);
}
.browse-tile__img {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background:
        radial-gradient(
            60px 60px at 30% 30%,
            rgba(47, 93, 80, 0.18),
            transparent 60%
        ),
        var(--sand);
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.browse-tile__txt {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.browse-tile__txt b {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
}
.browse-tile__txt span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

/* ---------------------------
   5) RESULTS HEADER
--------------------------- */
.results-header {
    padding: 26px 0 10px;
}

.results-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.results-title {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 26px;
    color: rgba(0, 0, 0, 0.88);
}

.results-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* ---------------------------
   6) RESULTS LAYOUT (Filters + Products)
--------------------------- */
.results-layout {
    padding: 14px 0 44px;
}

.results-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

/* filters panel */
.filters-panel {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: var(--shadow);
    padding: 16px;
    position: sticky;
    top: 90px;
    height: fit-content;
}

.filters-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 12px;
}

.filter-block {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.filter-block:last-child {
    border-bottom: none;
}

.filter-block > b {
    display: block;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.86);
    margin-bottom: 10px;
}

.check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.7);
    user-select: none;
}
.check input {
    width: 16px;
    height: 16px;
    accent-color: var(--green);
}

.range input[type="range"] {
    width: 100%;
    accent-color: var(--green);
}

/* results area */
.results-area {
    min-height: 520px;
}

/* products grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

/* Product Card (for JS injected cards) */
.product-tile {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    box-shadow: var(--shadow);
    overflow: hidden;
    transition:
        transform 0.14s ease,
        box-shadow 0.14s ease;
}
.product-tile:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.product-tile__media {
    background: var(--sand);
    padding: 16px;
}
.product-tile__media img {
    width: 100%;
    height: 210px;
    object-fit: contain;
    transition: transform 0.18s ease;
}
.product-tile:hover img {
    transform: scale(1.05);
}

.product-tile__body {
    padding: 14px 16px 16px;
}

.product-tile__title {
    font-weight: 900;
    color: var(--green);
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.product-tile__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.product-tile__rating {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
}
.product-tile__price {
    font-weight: 900;
    color: rgba(0, 0, 0, 0.85);
}

/* Skeleton */
.skeleton-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.skeleton-card {
    height: 330px;
    border-radius: 24px;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.04) 0%,
        rgba(0, 0, 0, 0.07) 50%,
        rgba(0, 0, 0, 0.04) 100%
    );
    background-size: 200% 100%;
    animation: shimmer 1.15s infinite linear;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Empty state */
.empty-state {
    text-align: center;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: var(--shadow);
    padding: 26px;
}
.empty-illustration {
    width: 86px;
    height: 86px;
    margin: 0 auto 14px;
    border-radius: 26px;
    background:
        radial-gradient(
            60px 60px at 30% 30%,
            rgba(199, 162, 75, 0.25),
            transparent 60%
        ),
        radial-gradient(
            60px 60px at 70% 70%,
            rgba(47, 93, 80, 0.18),
            transparent 60%
        ),
        var(--sand);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}
.page-btn {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 900;
    color: rgba(0, 0, 0, 0.75);
}
.page-btn:hover {
    box-shadow: var(--shadow);
}
.page-btn.is-active {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}

/* ---------------------------
   7) ASSIST CTA
--------------------------- */
.assist-cta {
    padding: 30px 0 70px;
}
.assist-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 28px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: var(--shadow-hover);
    padding: 22px;
}
.assist-card h2 {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    color: rgba(0, 0, 0, 0.88);
}
.assist-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* ---------------------------
   Responsive rules
--------------------------- */
@media (min-width: 900px) {
    .suggestions-grid {
        grid-template-columns: 1fr 1fr;
    }
    .suggestions-card--wide {
        grid-column: 1 / -1;
    }

    .browse-tiles {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .results-grid {
        grid-template-columns: 320px 1fr;
    }

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

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

@media (min-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .skeleton-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Mobile tighten */
@media (max-width: 520px) {
    .search-bar {
        grid-template-columns: 42px 1fr;
        gap: 8px;
        padding: 10px;
        border-radius: 24px;
    }
    .search-bar__btn {
        grid-column: 1 / -1;
        width: 100%;
    }

    .results-actions {
        width: 100%;
        justify-content: space-between;
    }
}
.nav__links {
    display: flex;
    gap: 18px;
    align-items: center;
}
.nav__item {
    position: relative;
}
.has-dropdown > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
}

.nav__item {
    position: relative;
}
/* Parent must be relative so dropdown positions correctly */
.nav__item.has-dropdown {
    position: relative;
}

/* Dropdown */
.dropdown {
    position: absolute;
    top: calc(100% + 22px); /* keep your gap here */
    left: -20px;
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: none;
    z-index: 50;
}

/* Optional hover-bridge (prevents hiding if there is any gap) */
.dropdown::before {
    content: "";
    position: absolute;
    top: -21px;
    left: 0;
    width: 100%;
    height: 32px;
    background: transparent;
}

/* Show dropdown on hover / keyboard focus */
.nav__item.has-dropdown:hover .dropdown,
.nav__item.has-dropdown:focus-within .dropdown {
    display: block;
}

/* Dropdown links */
.dropdown a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown a:hover {
    background: rgba(47, 93, 80, 0.08);
}

.partners {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    align-items: center;
}

.partner-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    padding: 18px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        filter 0.18s ease;
}

.partner-card img {
    max-width: 120px;
    max-height: 40px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.75;
}

.partner-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.1);
}

.partner-card:hover img {
    filter: none;
    opacity: 1;
}

.trust-note {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 980px) {
    .partners {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 520px) {
    .partners {
        grid-template-columns: repeat(2, 1fr);
    }
}
.about-upvanī {
    width: 210px;
    height: 59px;
    margin-left: 1%;
}

.map-card__box {
    position: relative;
    width: 100%;
    height: 320px; /* adjust if needed */
    overflow: hidden;
    border-radius: 16px;
}

.map-card__box iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* =========================================================
   RESPONSIVE PATCH — Sanira Home (Paste at end of styles.css)
========================================================= */

/* 1) Container must have side padding for all devices */
.container {
    padding-left: 16px;
    padding-right: 16px;
}

/* Prevent layout overflow from long flex/grid children */
.nav,
.hero-grid,
.grid-3,
.grid-4,
.split__grid,
.hero__grid {
    min-width: 0;
}
.nav__links,
.nav__actions {
    min-width: 0;
}

/* 2) Header: dropdown baseline */
.nav__item {
    position: relative;
}
.dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 10px;
    display: none;
    z-index: 60;
}
.dropdown a {
    display: block;
    padding: 10px 10px;
    border-radius: 12px;
    font-size: 14px;
    opacity: 0.92;
}
.dropdown a:hover {
    background: var(--soft-sand);
    opacity: 1;
}

/* Desktop hover dropdown */
@media (min-width: 1024px) {
    .nav__item.has-dropdown:hover .dropdown {
        display: block;
    }
}

/* 3) Mobile menu system */
.mobile-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 49;
}

.mobile-nav {
    display: none; /* default closed */
}

/* open state (controlled by JS toggling .is-open on body) */
body.is-menu-open .mobile-backdrop {
    display: block;
}
body.is-menu-open .mobile-nav {
    display: block;
}

/* Mobile nav panel styling */
.mobile-nav {
    position: fixed;
    top: 64px; /* below sticky header */
    left: 0;
    right: 0;
    background: #fff;
    z-index: 50;
    padding: 12px 16px 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    max-height: calc(100vh - 64px);
    overflow: auto;
}
.mobile-nav hr {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin: 10px 0;
}

/* 4) Breakpoints: Nav behavior */
@media (max-width: 1023.98px) {
    .nav__links {
        display: none; /* hide desktop nav links */
    }
    .nav__burger {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* Disable hover dropdown logic on touch screens */
    .dropdown {
        display: none !important;
    }

    /* Header spacing */
    .nav {
        padding: 12px 0;
    }
    .brand__logo {
        height: 28px;
    }
}

.hero-inner {
    position: relative;
    z-index: 2;
    min-height: inherit;
    display: flex;
    align-items: center;
    padding-top: 34px;
    padding-bottom: 34px;
}

.hero-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr; /* default: mobile */
    gap: 18px;
    align-items: center;
}

.hero-copy {
    color: var(--green);
    max-width: 82ch;
}

.upv-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 14px;
}
.upv-pill span {
    font-size: 12px;
    letter-spacing: 0.02em;
    opacity: 0.95;
    color: #A04F2C;
}
.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.upv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid transparent;
    transition:
        transform 0.12s ease,
        box-shadow 0.2s ease;
    width: auto;
}
.upv-btn:active {
    transform: translateY(1px);
}

.upv-btn--primary {
    background: var(--green);
    color: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.upv-btn--secondary {
    background: var(--white);
    color: var(--green);
    border-color: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
}

/* Trust row: responsive grid */
.hero-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
    max-width: 720px;
}

.trust-title {
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}
.trust-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.86);
    margin-top: 4px;
}

/* Tablet */
@media (min-width: 640px) {
    .container {
        padding-left: 18px;
        padding-right: 18px;
    }
    .hero-trust {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
        max-width: var(--container);
    }
    .hero-grid {
        grid-template-columns: 1fr; /* keep 1 col if you don't use hero-card */
        width: 50%;
    }
}

/* 6) Your reusable grids should be responsive everywhere */
.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1023.98px) {
    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 639.98px) {
    .grid-4 {
        grid-template-columns: 1fr;
    }
    .grid-3 {
        grid-template-columns: 1fr;
    }
}

/* 7) Split section responsiveness */
@media (max-width: 1023.98px) {
    .split__grid,
    .hero__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .split,
    .hero {
        padding: 52px 0 32px;
    }
}

.grid {
    display: grid;
    grid-template-columns: 1fr; /* Mobile: 1 card */
    gap: 24px;
}

/* Tablet */
@media (min-width: 640px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Mobile: stack neatly */
@media (max-width: 640px) {
    .topbar {
        font-size: 12px;
    }
    .topbar .topbar__inner {
        justify-content: center;
        text-align: center;
        gap: 1px;
        padding: 8px 0;
        flex-direction: column;
    }
    .topbar__left,
    .topbar__right {
        width: 100%;
        justify-content: center;
    }
}

/* TABLET TOP BAR */
@media (min-width: 640px) and (max-width: 991px) {
    .topbar {
        font-size: 13px;
    }

    .topbar .topbar__inner {
        justify-content: center;
        gap: 10px;
        padding: 10px 0;
    }

    .topbar__left,
    .topbar__right {
        width: auto;
        justify-content: center;
    }
}
/* TABLET HEADER */
@media (min-width: 640px) and (max-width: 991px) {
    .nav {
        height: 64px;
        padding: 0 14px;
    }

    .brand__logo {
        height: 36px;
        max-width: 140px;
    }

    .nav__links {
        display: none !important; /* force-hide nav */
    }

    .nav__burger {
        display: flex;
    }

    .icon-btn {
        width: 40px;
        height: 40px;
    }

    .icon-btn svg {
        width: 19px;
        height: 19px;
    }

    .nav__actions {
        gap: 8px;
    }
}
/* MOBILE NAV ON TABLET */
@media (min-width: 640px) and (max-width: 991px) {
    .mobile-nav {
        padding: 16px 20px 24px;
    }

    .mobile-nav a {
        font-size: 15px;
        padding: 14px 6px;
    }
}

/* Header container */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

/* Nav row responsiveness */
.nav {
    height: 68px;
    padding: 0 24px; /* small screens need side padding */
}

/* Logo scaling */
.brand__logo {
    height: 60px;
    max-width: 200px;
    width: auto;
}

/* Actions spacing */
.nav__actions {
    gap: 8px;
}

/* Buttons slightly smaller on small devices */
@media (max-width: 640px) {
    .nav {
        height: 60px;
        gap: 10px;
    }
    .brand__logo {
        height: 34px;
        max-width: 130px;
    }
    .icon-btn {
        width: 38px;
        height: 38px;
    }
    .icon-btn svg {
        width: 18px;
        height: 18px;
    }
    .nav__burger {
        width: 40px;
        height: 40px;
    }
}
.mobile-nav {
    display: none;
    padding: 12px 16px 18px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.06);

    max-height: calc(100vh - 60px); /* prevents overflow beyond screen */
    overflow: auto; /* scroll if long */
    -webkit-overflow-scrolling: touch;
}

.mobile-nav hr {
    border: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin: 10px 0;
}

/* Tablet: give it a bit more room */
@media (max-width: 991px) {
    .nav__links {
        display: none !important;
    }
    .nav__burger {
        display: flex;
    }
}
.nav__item {
    position: relative;
}
.dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    box-shadow: var(--shadow);
    padding: 10px;
    display: none;
    z-index: 80;
}
.has-dropdown:hover .dropdown {
    display: block;
}
.dropdown a {
    display: block;
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.78);
}
.dropdown a:hover {
    background: rgba(47, 93, 80, 0.08);
    color: var(--green);
}

/* ===============================
   MOBILE HEADER LAYOUT
   =============================== */
@media (max-width: 768px) {
    .site-header .container.nav {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        position: relative;
    }

    /* Burger on LEFT */
    .nav__burger {
        grid-column: 1;
        justify-self: start;
    }

    /* Logo CENTER */
    .brand {
        grid-column: 2;
        justify-self: center;
    }

    .brand__logo {
        max-height: 42px;
    }

    /* Actions on RIGHT (cart etc.) */
    .nav__actions {
        grid-column: 3;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    /* Hide desktop nav links on mobile */
    .nav__links {
        display: none;
    }
}
/* ===============================
   MOBILE HEADER FIX (FORCED)
   =============================== */
@media (max-width: 768px) {
    /* Header container */
    .site-header .container.nav {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Hide desktop menu */
    .nav__links {
        display: none !important;
    }

    /* LEFT: Burger button */
    .nav__burger {
        position: relative;
        z-index: 2;
    }

    /* RIGHT: Cart / actions */
    .nav__actions {
        display: flex;
        align-items: center;
        gap: 12px;
        z-index: 2;
    }

    /* CENTER: Logo (absolute centering) */
    .brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .brand__logo {
        max-height: 42px;
        display: block;
    }
}

.mobile-hidden {
    display: visible !important;
}
.desk {
    display: flex;
}

.footer__grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    display: grid !important;
    justify-items: left;
    align-items: self-start;
    text-align: left;
    /* font-size: 12px; */
}
.responsive {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
@media screen and (max-width: 760px) {
    /* Product card row */
    .product-card {
        display: flex;
        flex-direction: row;
        align-items: stretch; /* KEY: equal height columns */
        gap: 1px;
        background: transparent;
        border: none !important;
        box-shadow: none !important;
    }

    /* Image column (40%) */
    .product-card__media {
        flex: 0 0 43%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-card__media .pimg {
        width: 100%;
        height: 157px; /* FIXED HEIGHT */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* IMAGE */
    .product-card__media .pimg img {
        width: 100%;
        height: 157px; /* FORCE HEIGHT */
        object-fit: cover;
        border-radius: 20px;
    }

    /* Content column (60%) */
    .product-card__content {
        flex: 0 0 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
    .responsive {
        display: flex;
        justify-content: start;
        align-items: start !important;
        flex-direction: column;
    }

/* Responsive */
@media screen and (max-width: 410px) {
    .mobile-hidden {
        display: none !important;
    }
    .product-card {
        display: flex;
        flex-direction: row;
    }
    .products {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
    }
    .product-card__body .btn {
        margin-top: 0px !important;
    }
    .product-card__body {
        padding: 14px 16px 16px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex: 1;
        text-align: left;
    }
    .product-carousel {
        display: grid;
        grid-auto-flow: row;
        grid-auto-columns: minmax(260px, 1fr);
        gap: 16px;
        scrollbar-width: none;
        overflow-x: auto;
        padding: 8px 4px 14px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 360px) {
    .mobile-hidden {
        display: none !important;
    }

.product-card__title {
    font-size: 12.5px !important;
    font-weight: 900;
    color: var(--green);
    line-height: 1.25;
}
.product-card__tags .bullet {
    font-size: 9px;
    padding: 1px 15px;
    border-radius: 999px;
    background: #f2f2f2;
    color: rgba(0, 0, 0, 0.7);
}
    .newsletter {
        padding: 1%;
    }
    .products {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
    }
    .product-card {
        display: flex;
        flex-direction: row;
        scroll-snap-align: start;
        background: transparent;
        border-radius: 0px;
        box-shadow: none !important;
        overflow: hidden;
        border: none !important;
        display: flex;
        flex-direction: row;
        min-height: 100%;
        transition:
            transform 0.15s ease,
            box-shadow 0.15s ease,
            border-color 0.15s ease;
    }
    .product-card__badges {
        display: none;
    }
    .product-card__body .btn {
        margin-top: 0px !important;
    }
    .product-card__body {
        padding: 14px 16px 16px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex: 1;
        text-align: left;
    }
    .product-carousel {
        display: grid;
        grid-auto-flow: row;
        grid-auto-columns: minmax(260px, 1fr);
        gap: 16px;
        scrollbar-width: none;
        overflow-x: auto;
        padding: 8px 4px 14px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
	align-items:center;
    }
}

@media screen and (max-width: 310px) {
    .mobile-hidden {
        display: none !important;
    }
.product-card__tags .bullet {
    font-size: 9px;
    padding: 1px 15px;
    border-radius: 999px;
    background: #f2f2f2;
    color: rgba(0, 0, 0, 0.7);
}
    .products {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
    }
    .product-card {
        display: flex;
        flex-direction: row;
        scroll-snap-align: start;
        background: transparent;
        border-radius: 0px;
        box-shadow: none !important;
        overflow: hidden;
        border: none !important;
        display: flex;
        flex-direction: row;
        min-height: 100%;
        transition:
            transform 0.15s ease,
            box-shadow 0.15s ease,
            border-color 0.15s ease;
    }
    .product-card__badges {
        display: none;
    }
    .product-card__media {
        display: block;
        height: 40%;
    }
    .product-card__body .btn {
        margin-top: 0px !important;
        padding: 3%;
        font-size: 13px;
    }
    .product-card__body {
        padding: 14px 16px 16px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex: 1;
        text-align: left;
    }
    .product-carousel {
        display: grid;
        grid-auto-flow: row;
        grid-auto-columns: minmax(260px, 1fr);
        gap: 16px;
        scrollbar-width: none;
        overflow-x: auto;
        padding: 8px 4px 14px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
	align-items: center;
    }
    .newsletter {
        padding: 1%;
    }
}
@media screen and (max-width: 760px) {
    .mobile-hidden {
        display: none !important;
    }
    .products {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
    }
.product-card__tags .bullet {
    font-size: 9px;
    padding: 1px 15px;
    border-radius: 999px;
    background: #f2f2f2;
    color: rgba(0, 0, 0, 0.7);
}
    .product-card {
        display: flex;
        flex-direction: row;
        scroll-snap-align: start;
        background: transparent;
        border-radius: 0px;
        box-shadow: none !important;
        overflow: hidden;
        border: none !important;
        display: flex;
        flex-direction: row;
        min-height: 100%;
        transition:
            transform 0.15s ease,
            box-shadow 0.15s ease,
            border-color 0.15s ease;
    }
    .product-card__badges {
        display: none;
    }
    .product-card__media {
        display: block;
        height: 40%;
    }
    .product-card__body .btn {
        margin-top: 1px !important;
        padding: padding: 6px 10px;
        font-size: 13px;
        padding: 9px 3px;
        width: 112px !important;
        display: flex;
        margin-left: 8%;
    }
    .product-card__body {
        padding: 0px 16px 16px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex: 1;
        text-align: left;
    }
    .product-carousel {
        display: grid;
        grid-auto-flow: row;
        grid-auto-columns: minmax(260px, 1fr);
        gap: 16px;
        scrollbar-width: none;
        overflow-x: auto;
        padding: 8px 4px 14px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
	align-items: center;
    }
    .newsletter {
        padding: 1%;
    }
}



/* Base footer styles */
.footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    justify-items: start;
    align-items: start;
    text-align: left;
    color: #fff;
}

.footer__logo {
    max-width: 150px;
    margin-bottom: 10px;
}

.footer a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 6px 0;
    font-size: 18px !important;
    padding: 8% 18px !important;
}

.footer-last {
    display: flex;
    justify-content: space-between;
    background-color: #3c872b;
    border-radius: 25px;
    padding: 15px;
    flex-wrap: wrap;
}

.footer-last-1 {
    width: 100%;
}


.w-full {
    width: 100%;
}

/* Tablets (>= 768px) */
@media screen and (min-width: 768px) {
    .footer__grid {
        grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
        text-align: left;
    }

    .footer__logo {
        max-width: 180px;
        height: auto;
        margin-bottom: 0;
    }

    .footer a {
        font-size: 16px;
        padding: 8px 0;
    }

    .footer-last {
        flex-direction: row;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }
}

/* Mobile (360px - 767px) */
@media screen and (max-width: 767px) {
    .footer__grid {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .footer__logo {
        max-width: 120px;
        margin-bottom: 15px;
    }

    .footer a {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
    }

    .footer-last {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        border-radius: 20px;
    }

    .footer-last-1 {
        width: 100%;
    }
}
.card-pad{padding: 18px}



.kicker {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: var(--radius);
    background: #fff;
    border: 1px solid rgba(47, 93, 80, .18);
    color: var(--green-900) !important;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.text-xs{
    font-size: 10px;
}




#topbar-promo{
  position: relative;
  z-index: 1100;
}

/* Header sticks under topbar, then reaches top and stays */
.site-header{
  position: sticky;
  z-index: 1200;
  background: #fff;
}

/* make sure dropdown/mobile sit above content */
.site-header .dropdown,
.site-header .mobile-nav,
.site-header .mobile-backdrop{
  z-index: 1300;
}
.site-header{
  position: relative;
  z-index: 1200;
  background:#fff;
}

.site-header.is-fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
}
/* ===========================
   Sanira Variant Pills
=========================== */
.snr-variant-pills{
  display: grid;
    flex-wrap: wrap;
    gap: 3px;
    /* margin-top: 10px; */
    grid-column: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.snr-pill{
  position:relative;
}

/* hide native radio */
.snr-pill__input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.snr-pill__label{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 6px 6px !important;
    border: 1px solid rgba(16, 24, 40, .14);
    background: #fff;
    border-radius: 999px;
    cursor: pointer;
    transition: all .18s ease;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .05);
    user-select: none;
    height: 36px;
    width: 36px;
    text-align: center;
    /* align-self: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.snr-pill__name{
  font-size:11px;
  font-weight:700;
  color:#111827;
  letter-spacing:.2px;
  white-space:nowrap;
}

.snr-pill__price{
  font-size:12px;
  font-weight:700;
  color:#166534;
  background: rgba(34,197,94,.10);
  border:1px solid rgba(34,197,94,.18);
  padding:4px 8px;
  border-radius:999px;
  white-space:nowrap;
}

/* hover */
.snr-pill__label:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(16,24,40,.10);
  border-color: rgba(16,24,40,.20);
}

/* checked state */
.snr-pill__input:checked + .snr-pill__label{
      border-color: rgb(64 155 43);
    background: radial-gradient(700px 260px at 50% 12%, rgb(34 197 94 / 27%), transparent 55%), #fff;
    box-shadow: 0 18px 44px rgba(34, 197, 94, .16);
}

/* subtle ring */
.snr-pill__input:checked + .snr-pill__label::after{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:999px;
  /* box-shadow: inset 0 0 0 2px rgba(34,197,94,.18); */
  pointer-events:none;
}

/* disabled */
.snr-pill.is-disabled .snr-pill__label{
  opacity:.55;
  cursor:not-allowed;
  box-shadow:none;
  transform:none;
}

.snr-pill__oos{
  font-size:11px;
  font-weight:800;
  color:#b42318;
  background: rgba(180,35,24,.08);
  border: 1px solid rgba(180,35,24,.16);
  padding:3px 7px;
  border-radius:999px;
}


.carousel-wrapper {
    position: relative;
}

.carousel-btn {
    position: absolute;
    transform: translateY(-50%);
    background: #4c9c35;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    font-size: 22px;
}

.prev-btn {
    left: 2%;
}

.next-btn {
        right: 22px;
}

.carousel-btn:hover {
    background: #f5f5f5;
}


.cat-row{
    display:flex;
    gap:18px;
    overflow-x:auto;
    overflow-y:hidden;
    padding-bottom:6px;
    scroll-behavior:smooth;
gap: 60px;
}

.cat-row::-webkit-scrollbar{
    display:none;
}

.cat{
    min-width:120px;
    text-align:center;
    text-decoration:none;
    flex:0 0 auto;
}

.cat .thumb{
    width:110px;
    height:110px;
    border-radius:50%;
    overflow:hidden;
    background:#f6f7f5;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #e5e7eb;
}

.cat .thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.cat .name{
    margin-top:8px;
    font-size:14px;
    font-weight:600;
    color:#111827;
}


.gift-carousel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.gift-card {
    height: 100%;
}

.gift-card__wrap {
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
    border: 1px solid #efe7d8;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(49, 63, 42, 0.08);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gift-card__wrap:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(49, 63, 42, 0.12);
}

.gift-card__media {
    position: relative;
    display: block;
    text-decoration: none;
    background: linear-gradient(135deg, #f7f2e8 0%, #eef5e9 100%);
    //padding: 20px 20px 12px;
}

.gift-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: #8d5b2d;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 12px;
    border-radius: 999px;
    letter-spacing: .2px;
}

.gift-card__imagebox {
    border-radius: 20px;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gift-card__imagebox img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
    display: block;
}

.gift-card__content {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gift-card__topline {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #8a907f;
    margin-bottom: 8px;
}

.gift-card__title {
    margin: 0 0 8px;
    line-height: 1.3;
    font-weight: 700;
}

.gift-card__title a {
    color: #409b2b;
    text-decoration: none;
}

.gift-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 10px;
    color: #707a70;
    margin-bottom: 4px;
}

.gift-card__priceRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.gift-card__price {
    font-size: 16px;
    font-weight: 700;
    color: #409b2b;
}

.gift-card__rating {
    font-size: 14px;
    font-weight: 600;
    color: #8d5b2d;
    background: #fbf5ea;
    padding: 7px 10px;
    border-radius: 999px;
}

.gift-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.gift-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #d8e9d7;
    color: #21442f;
    font-size: 12px;
    font-weight: 600;
}

.gift-tag--light {
    background: #f3ede2;
    color: #84552b;
}

.gift-card__variants {
    margin-bottom: 18px;
}

.gift-card__variantLabel {
    font-size: 13px;
    font-weight: 600;
    color: #5d675d;
    margin-bottom: 10px;
}

.gift-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gift-pill {
    position: relative;
}

.gift-pill__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gift-pill__label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f8f7f2;
    border: 1px solid #ddd8cc;
    color: #39443b;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}

.gift-pill__input:checked + .gift-pill__label {
    background: #2f5d3a;
    border-color: #2f5d3a;
    color: #fff;
}

.gift-pill.is-disabled .gift-pill__label {
    opacity: .5;
    cursor: not-allowed;
}

.gift-pill__oos {
    font-size: 11px;
    font-weight: 700;
}

.gift-card__form {
    margin-top: auto;
}

.gift-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.gift-btn {
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all .2s ease;
}

.gift-btn--ghost {
    border: 1px solid #409b2b;
    color: #409b2b;
    background: #fff;
}

.gift-btn--ghost:hover {
    background: #f7faf6;
}

.gift-btn--primary {
    border: none;
    linear-gradient(135deg, #409b2b, #409b2b 100%);
    color: #fff;
    cursor: pointer;
}

.gift-btn--primary:hover {
    transform: translateY(-1px);
}

@media (max-width: 1199px) {
    .gift-carousel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .gift-carousel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gift-card__imagebox {
        min-height: 220px;
    }
}

@media (max-width: 575px) {
    .gift-carousel {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gift-card__content {
        padding: 16px;
    }

    .gift-card__title {
        font-size: 18px;
    }

    .gift-card__price {
        font-size: 24px;
    }

    .gift-card__actions {
        //grid-template-columns: 1fr !important;
    }
}


.footer-social {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
}

.footer-social__link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;

    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);

    transition: all 0.3s ease;
}

/* Hover Effects with Brand Colors */
.footer-social__link.instagram:hover {
    background: #E1306C;
    border-color: #E1306C;
}

.footer-social__link.facebook:hover {
    background: #1877F2;
    border-color: #1877F2;
}

.footer-social__link.twitter:hover {
    background: #1DA1F2;
    border-color: #1DA1F2;
}

.footer-social__link.youtube:hover {
    background: #FF0000;
    border-color: #FF0000;
}

.footer-social__link.linkedin:hover {
    background: #0A66C2;
    border-color: #0A66C2;
}

/* Hover Animation */
.footer-social__link:hover {
    transform: translateY(-4px) scale(1.05);
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.icn{
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: -7px;
}