/*
  Sanjeevani Organic Supermarket — Combined Master Stylesheet
  Automatically generated by bundler script to optimize page load speeds.
*/


/* ==================== base/variables.css ==================== */

/* BASE — Design tokens (CSS custom properties)*/

:root {
    --primary-green: #2c3d2a;
    --secondary-green: #355d2f;
    --light-green: #6D8A41;
    --gold: #c58a3c;
    --gold-soft: #e7cfa1;
    --cream: #faf7f0;
    --white: #ffffff;
    --ink: #26351d;
    --ink-soft: #6b6b62;
    --text-muted: #8a8a80;
    --border-soft: #e7e2d6;
    --danger: #c0392b;
    --danger-soft: #fbeae8;
    --success: #2e7d32;
    --success-soft: #e9f6ea;
}


/* ==================== base/reset.css ==================== */


   /* BASE — Reset / global element defaults */
  

* { box-sizing: border-box; }
body { font-family: 'Poppins', sans-serif; color: var(--ink); background: var(--white); margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; }
.hidden { display: none !important; }


/* ==================== layout/navbar.css ==================== */

/* LAYOUT —  (desktop + mobile) */

.custom-navbar { background: var(--primary-green); padding: 15px 0; box-shadow: 0 6px 20px rgba(0,0,0,.15); width: 100%; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo img { height: 48px; object-fit: cover; }
.logo span { color: white; font-size: 24px; font-weight: 700; font-family: 'Cormorant Garamond', serif; }

.navbar-nav { gap: 18px; }
.nav-link { font-family: 'Manrope', sans-serif; color: white !important; font-size: 16px; font-weight: 500; position: relative; transition: .3s; }
.nav-link:hover { color: #F4C95D !important; }
.nav-link::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 0; height: 2px; background: #F4C95D; transition: .3s; }
.nav-link:hover::after { width: 100%; }

.search-container { position: relative; }
.search-wrapper { width: 300px; height: 44px; display: flex; align-items: center; border: 1px solid #b58d4a; border-radius: 30px; overflow: hidden; background: #183A2D; }
.search-input { border: none !important; box-shadow: none !important; background: transparent !important; color: #fff !important; padding-left: 16px; font-size: 14px; }
.search-input::placeholder { color: #d6d6d6; }
.search-btn { width: 48px; height: 100%; border: none; background: transparent; color: #fff; font-size: 18px; cursor: pointer; transition: .3s; }
.search-btn:hover { color: #F4C95D; }

.cart { width: 48px; height: 48px; display: flex; justify-content: center; align-items: center; position: relative; cursor: pointer; transition: .3s; color: #fff; }
.cart:hover { transform: scale(1.08); }
.cart i { color: white; font-size: 24px; }
.cart-count { position: absolute; top: -4px; right: -4px; background: #C96A2E; color: white; width: 20px; height: 20px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 11px; font-weight: 700; }

.search-dropdown { position: absolute; top: 110%; left: 0; width: 100%; min-width: 340px; background: #fff; border-radius: 10px; box-shadow: 0 8px 20px rgba(0,0,0,.15); padding: 14px; display: none; z-index: 1000; }
.search-dropdown.show { display: block; }
.dropdown-section-title { font-size: 12px; font-weight: 600; color: #888; text-transform: uppercase; margin-bottom: 8px; }
.category-row { display: flex; flex-wrap: wrap; gap: 10px; }
.category-pill { padding: 6px 16px; border: 1px solid #2c3d2a; border-radius: 20px; color: #2c3d2a; font-size: 13px; white-space: nowrap; transition: .2s; }
.category-pill:hover { background: #2c3d2a; color: #fff; }
.product-list .dropdown-item { display: flex; align-items: center; gap: 10px; padding: 8px 6px; color: #2c3d2a; border-radius: 6px; }
.product-list .dropdown-item:hover { background: #f4f4f4; }
.product-list .dropdown-item img { width: 32px; height: 32px; object-fit: cover; border-radius: 6px; }

.d-lg-none.custom-navbar { display: none !important; }
.d-none.d-lg-flex { display: flex !important; }
@media (max-width: 991.98px) {
    .d-none.d-lg-flex { display: none !important; }
    .d-lg-none.custom-navbar { display: flex !important; padding: 12px 15px; }
    .mobile-navbar, .container-fluid { display: flex; align-items: center; justify-content: space-between; }
    .mobile-navbar .logo { justify-content: center; }
    .mobile-icons { display: flex; align-items: center; gap: 20px; }
    .mobile-icons .cart-count { position: absolute; top: -6px; right: -8px; width: 18px; height: 18px; font-size: 10px; }
    #mobileSearch .search-container { width: 100%; margin-top: 10px; }
    .offcanvas-body .nav-link { color: #2c3d2a !important; padding: 14px 0; border-bottom: 1px solid #f2f2f2; }
    .offcanvas-body .nav-link::after { display: none; }
}

/* ================= MOBILE OFFCANVAS (menu + search) ================= */
.offcanvas { background: #fff; }

.offcanvas-header {
    background: var(--primary-green);
    padding: 18px 20px;
    border-bottom: 3px solid var(--gold);
}

.offcanvas-header h5 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    margin: 0;
}

.offcanvas-header .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: .85;
    transition: .3s;
}

.offcanvas-header .btn-close:hover {
    opacity: 1;
}

.offcanvas-body {
    padding: 20px;
}

/* Menu links inside the offcanvas */
#mobileMenu .navbar-nav {
    gap: 0;
}

#mobileMenu .nav-item {
    width: 100%;
}

#mobileMenu .nav-link {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--primary-green) !important;
    padding: 14px 4px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-soft);
    transition: color .25s, padding-left .25s;
}

#mobileMenu .nav-link:hover {
    color: var(--gold) !important;
    padding-left: 8px;
}

#mobileMenu .nav-link::after {
    display: none;
}

#mobileMenu hr {
    margin: 10px 0;
    border-color: var(--border-soft);
    opacity: 1;
}

/* Search offcanvas */
#mobileSearch .search-container {
    width: 100%;
}

#mobileSearch .search-wrapper {
    width: 100%;
    background: var(--cream);
    border: 1.5px solid var(--gold-soft);
}

#mobileSearch .search-input {
    color: var(--ink) !important;
}

#mobileSearch .search-input::placeholder {
    color: var(--text-muted);
}

#mobileSearch .search-btn {
    color: var(--primary-green);
}

#mobileSearch .search-btn:hover {
    color: var(--gold);
}

#mobileSearch .search-dropdown {
    position: static;
    box-shadow: none;
    border: 1px solid var(--border-soft);
    margin-top: 12px;
    padding: 14px;
}

/* ==================== layout/footer.css ==================== */

/*  SITE FOOTER
   Logo/section headings → Cormorant Garamond
   Link lists (Quick Links, Categories) → Manrope
   Body / contact text → Jost */

.footer {
    background: var(--primary-green);
    color: rgba(255,255,255,.85);
    padding: 64px 0 24px;
}

/* ---- Logo ---- */
.footer-logo {
    margin: 0 0 16px;
}
.footer-img{
    height: 78px; object-fit: cover;
}
.footer-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 700;
    font-size: 1.7rem;
    color: #fff;
    text-decoration: none;
    transition: color .25s;
}

.footer-logo-link:hover {
    color: var(--gold);
}

.footer-text {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.8;
    color: rgba(255,255,255,.68);
    max-width: 340px;
    margin: 0 0 22px;
}

/* ---- Social icons ---- */
.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.95rem;
    transition: .25s;
}

.social-icons a:hover {
    background: var(--gold);
    color: var(--primary-green);
    transform: translateY(-3px);
}

/* ---- Column headings (Quick Links / Categories / Contact Us) ---- */
.footer h5 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--gold-soft);
    margin: 0 0 20px;
}

/* ---- Quick Links / Categories lists ---- */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 0.88rem;
    color: rgba(255,255,255,.75);
    text-decoration: none;
    transition: color .25s, padding-left .25s;
    display: inline-block;
}

.footer-links li a:hover {
    color: var(--gold);
    padding-left: 4px;
}

/* ---- Contact list ---- */
/* ---- Contact list ---- */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;      /* shrink-wraps so the block can be centered */
    flex-direction: column;
    align-items: flex-start;   /* text stays left-aligned within the block */
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;        /* every icon occupies the same fixed box */
    flex-shrink: 0;
}

.contact-list li i {
    color: var(--gold);
    font-size: 0.95rem;
}

.contact-list li a,
.contact-list li span:not(.contact-icon) {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 0.88rem;
    color: rgba(255,255,255,.75);
    text-decoration: none;
    transition: color .25s;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 0.88rem;
}

.contact-list li a:hover {
    color: var(--gold);
}

/* Center the whole contact block within its column */
.footer .col-lg-4:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* ---- Divider + bottom bar ---- */
.footer hr {
    border: none;
    border-top: 1px solid rgba(255,255,255,.14);
    margin: 48px 0 20px;
}

.footer-bottom {
    text-align: center;
}

.footer-bottom p {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 0.82rem;
    color: rgba(255,255,255,.55);
    margin: 0;
}

.footer-credit-link {
    color: var(--gold-soft);
    text-decoration: none;
    font-weight: 500;
    transition: color .25s;
}

.footer-credit-link:hover {
    color: var(--gold);
    text-decoration: underline;
}
.email-link {
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}
/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
    .footer {
        padding: 56px 0 22px;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 48px 0 20px;
    }

    /* 2-column grid instead of one long stacked column.
       Row order: [About — full width]
                  [Quick Links | Categories]
                  [Contact Us — full width] */
    .footer .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
       
    }
    .footer .row > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }
    .footer .row > div:nth-child(1),
    .footer .row > div:nth-child(4) {
        grid-column: 1 / -1;
        text-align: center;
    }
    .footer .row > div:nth-child(2),
    .footer .row > div:nth-child(3) {
        text-align: center;
    }

    .footer-logo-link {
        justify-content: center;
        font-size: 1.5rem;
    }
    .footer-text {
        margin: 0 auto 20px;
    }
    .social-icons {
        justify-content: center;
    }
    .footer h5 {
        margin-top: 6px;
        font-size: 1.05rem;
    }
    .contact-list li {
        justify-content: center;
        text-align: left;
    }
    .footer hr {
        margin: 36px 0 16px;
    }
}

@media (max-width: 480px) {
    .footer-logo-link {
        font-size: 1.35rem;
    }
    .footer-text,
    .footer-links li a,
    .contact-list li {
        font-size: 0.84rem;
    }
}

/* ==================== components/flash.css ==================== */

/* COMPONENTS — Site flash messages */

.site-flash-container { max-width: 700px; margin: 16px auto 0; padding: 0 16px; display: flex; flex-direction: column; gap: 10px; }
.flash { padding: 13px 18px; border-radius: 8px; font-size: 0.9rem; font-weight: 500; }
.flash-success { background: var(--success-soft); color: var(--success); border: 1px solid #cdeacf; }
.flash-error { background: var(--danger-soft); color: var(--danger); border: 1px solid #f4cfc9; }


/* ==================== components/section-headings.css ==================== */

/* COMPONENTS — Shared section heading styles
   (used across hero, category, catalog, cart, checkout, etc.) */

.section-subtitle {
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.80rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 12px;
    text-align: center;
}

.section-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-green);
    margin: 0 0 32px;
    text-align: center;
}

.shop-category-section,
.top-selling-section,
.catalog-section,
.cart-section,
.checkout-section,
.product-detail-section,
.also-bought-section {
    padding: 45px 0px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}

/* ==================== components/product-card.css ==================== */

/*  COMPONENTS — Product cards (shared: home / catalog / details)*/

.products-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.product-card {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
}

.top-badge {
    position: absolute;
    top: 14px;
    left: -34px;
    background: var(--secondary-green);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 38px;
    transform: rotate(-45deg);
    z-index: 2;
}

.product-image {
    width: 100%;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .35s;
    border-radius: 10px;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-image.no-image img {
    display: none;
}

.product-image .image-fallback {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #b8b8b8;
    font-size: 12px;
    padding: 12px;
}

.product-image.no-image .image-fallback {
    display: flex;
}

.product-image .image-fallback svg {
    width: 34px;
    height: 34px;
    stroke: #c9c9c9;
}

.product-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-category {
    color: #8a8a8a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-name {
    margin: 8px 0 6px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 1.5rem;
}

.product-name a {
    color: var(--primary-green);
}

.product-name a:hover {
    color: var(--gold);
}

.product-price {
    color: var(--secondary-green);
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: clamp(17px, 2vw, 22px);
    margin-bottom: 8px;
}

.product-price-unit {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color: var(--text-muted);
    font-size: clamp(14px, 1vw, 11px);
    margin: -6px 0 10px;
}

.weight-selector {
    margin-bottom: 12px;
}

.weight-selector label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #6c6c6c;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 5px;
}

.weight-select {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-green);
    background: #fff;
    cursor: pointer;
}

.weight-select:focus {
    border-color: var(--secondary-green);
    outline: none;
}

.cart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 8px;
    background: var(--secondary-green);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
    margin-top: auto;
}

.cart-btn:hover {
    background: var(--gold);
}

.cart-btn:disabled {
    background: #c7c7c7;
    cursor: not-allowed;
}

.show-all-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.show-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 32px;
    background: var(--secondary-green);
    color: #fff;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
    border: 2px solid var(--secondary-green);
}

.show-all-btn:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: #fff;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .products-slider {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .products-slider {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .products-slider {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .products-slider {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .product-image {
        height: 190px;
    }

    .product-content {
        padding: 12px;
    }
}

/* ==================== components/toast.css ==================== */

/* COMPONENTS — Cart toast notification */

.cart-toast { position: fixed; top: 20px; right: 20px; background: var(--success); color: #fff; padding: 12px 20px; border-radius: 8px; display: flex; align-items: center; gap: 8px; font-size: 14px; box-shadow: 0 4px 10px rgba(0,0,0,.15); opacity: 0; transform: translateY(-20px); pointer-events: none; transition: all .3s ease; z-index: 9999; }
.cart-toast.show { opacity: 1; transform: translateY(0); }


/* ==================== components/empty-state.css ==================== */

/* COMPONENTS — Empty state (shared: cart, catalog, etc.)*/

.empty-state { background: var(--cream); border-radius: 14px; padding: 60px 20px; text-align: center; }
.empty-state-icon { font-size: 2.6rem; display: block; margin-bottom: 12px; }
.empty-state h3 { margin: 0 0 6px; color: var(--primary-green); }
.empty-state p { color: var(--ink-soft); margin: 0 0 18px; }


/* ==================== sections/hero.css ==================== */

/* SECTION — Hero */

.hero{
    background:#2c3d2a;
    height:100%;
    padding-top: 40px;
    padding-bottom: 60px;
    display:flex;
    align-items:center;
    overflow:hidden;
    position:relative;
}
.hero:before{
     content:"";
            position:absolute;
            top:0; bottom:0; left:-20px;
            width:160px;
            opacity:.18;
            background-repeat:no-repeat;
            background-size:contain;
            background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 800'><path d='M80 0 C40 100 120 180 70 260 C20 340 110 420 60 520 C20 600 100 680 80 800' stroke='%23c9a24b' stroke-width='3' fill='none'/><ellipse cx='70' cy='260' rx='26' ry='12' fill='%23c9a24b' transform='rotate(-25 70 260)'/><ellipse cx='60' cy='520' rx='24' ry='11' fill='%23c9a24b' transform='rotate(20 60 520)'/></svg>");
}

.hero h1{
    font-family: 'Great Vibes';
    font-size:86px;
    font-style: normal;
    color:#e7c17a;
    line-height:1.1;
    margin-bottom:15px;
}

.hero p{
    font-family:'Jost', sans-serif;
    font-weight:400;
    color:#f4f4f4;
    font-size:clamp(1.5rem, 1.8vw, 1.2rem);
    max-width:500px;
    line-height:1.8;
}

@keyframes floaty{
    0%,100%{ transform:translateY(0); }
    50%{ transform:translateY(-14px); }
}

.btn-shop{
    background:#C96A2E;
    color:white;
    padding:14px 32px;
    border-radius:5px;
    font-weight:600;
    font-size: 18px;
    transition:.3s;
    font-family:'Cormorant Garamond', serif;
    margin-bottom: 22px;
}

.btn-shop:hover{
    background:#C96A2E;
}

.btn-outline-light{
    padding:14px 30px;
    font-size: 18px;
    font-family:'Cormorant Garamond', serif;
    margin-bottom: 22px;
}

.hero-image{
    max-width:590px;
    animation:floaty 4s ease-in-out infinite;
}

/* Mobile */
@media(max-width:992px){
    .hero{
        padding:70px 0;
        text-align:center;
    }
    .hero h1{
        font-size:71px;
    }
    .hero p{
        margin:auto;
    }
    .hero-image{
        margin-top:40px;
        max-width:450px;
    }
}
@media (max-width: 480px) {
  .hero-image{
        margin-top:40px;
        max-width:340px;
    }
   
}


/* ==================== sections/category.css ==================== */

/* SECTION — Shop by category */

.shop-category-section { text-align: center; background: var(--cream); max-width: 100%; }
.shop-category-section .section-subtitle, .shop-category-section .section-title { text-align: center; }

.shop-category-section .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 200px));
    justify-content: center;
    gap: 32px 26px;
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.category-image {
    position: relative;
    width: 180px;
    aspect-ratio: 1 / 1;
    height: auto;
    margin: 0 auto 16px;
    border-radius: 16px; /* square with soft corners instead of circle */
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 8px 24px rgba(44,61,42,.1);
}

.category-image::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 1.5px solid var(--gold-soft);
    transition: inset .3s, border-color .3s;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.category-card:hover .category-image img {
    transform: scale(1.08);
}

.category-card:hover .category-image::after {
    inset: -6px;
    border-color: var(--gold);
}

.category-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--primary-green);
    margin: 0 0 6px;
}

.explore-btn {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--secondary-green);
}

.explore-btn::after {
    content: "\2192";
    transition: transform .25s;
}

.explore-btn:hover {
    color: var(--gold);
}

.explore-btn:hover::after {
    transform: translateX(4px);
}

/* MOBILE — force 2x2 grid */
@media (max-width: 600px) {
    .shop-category-section .row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 14px;
    }

    .category-image {
        width: 100%;
        max-width: none;
    }

    .category-content h2 {
        font-size: 1.1rem;
    }
}

/* ==================== sections/about.css ==================== */

/* SECTION — About (with image carousel) */

.about-section {
    background: var(--cream);
    max-width: 100%;
    padding: 55px 45px;
}

.about-page-wrap {
    max-width: 1240px;
    margin: 40px auto;
    padding: 0 24px;
}

.carousel-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 460px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.carousel-track {
    display: flex;
    height: 100%;
    transition: transform .5s ease;
}

.carousel-slide {
    min-width: 100%;
    height: 460px;
    overflow: hidden;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.05);
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 16px;
    transition: background .2s;
}

.carousel-nav:hover {
    background: rgba(0, 0, 0, .4);
}

.carousel-prev {
    left: 14px;
}

.carousel-next {
    right: 14px;
}

.carousel-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.carousel-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
    cursor: pointer;
    transition: .2s;
}

.carousel-dots span.active {
    background: #fff;
    transform: scale(1.2);
}

.about-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 700;
    font-size: clamp(1.9rem, 3.2vw, 2.3rem);
    color: var(--ink);
    margin-bottom: 18px;
}

.about-text {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color: #555;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 26px;
}

.about-subheading {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 700;
    color: #2d4d1d;
    font-size: clamp(1.4rem, 2.4vw, 1.75rem);
    margin-bottom: 16px;
}

.about-signoff {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #46652d;
}

.features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
    column-gap: 24px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-item span {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: clamp(13px, 1.2vw, 14.5px);
    color: #333;
}

.icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
}

.icon i {
    font-size: 14px;
}

.green {
    border-color: var(--light-green);
    color: var(--light-green);
}

.orange {
    border-color: var(--gold);
    color: var(--gold);
}

@media (max-width: 991.98px) {
    .about-section {
        padding: 40px 24px;
    }

    .carousel-box {
        margin-bottom: 32px;
    }
}

@media (max-width: 575.98px) {
    .about-section {
        padding: 30px 18px;
        border-radius: 14px;
    }
}

/* ==================== sections/why-choose-us.css ==================== */

/* SECTION — Why choose us (feature boxes) */

.why-section{
    background:#fbf6ec;
}

/* NOTE: originally this was a global ".section-title" rule that
   silently overrode the shared one in components/section-headings.css
   (last-loaded rule wins). Scoped it to .why-section so both
   section-title styles can coexist safely. Now matches the shared
   .section-title font/size exactly (Cormorant Garamond). */
.why-section .section-title{
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.9rem, 3.2vw, 2.3rem);
    font-weight:700;
    color:#2f3b27;
    margin-bottom:55px;
}

.feature-box{
    transition:.35s;
    cursor:pointer;
}

.feature-box:hover{
    transform:translateY(-8px);
}

.icon-circle{
    width:72px;
    height:72px;
    border:2px solid #bda67d;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
    margin-bottom:18px;
    transition:.3s;
    background:#fff;
}

.icon-circle i{
    font-size:32px;
    color:#607451;
}

.feature-box:hover .icon-circle{
    background:#607451;
    border-color:#607451;
}

.feature-box:hover .icon-circle i{
    color:#fff;
}

.feature-box h5{
    font-family: 'Manrope', sans-serif;
    font-weight:600;
    font-size:clamp(15px, 1.6vw, 18px);
    color:#2e3a26;
    margin-bottom:8px;
}

.feature-box p{
    font-family: 'Manrope', sans-serif;
    font-weight:400;
    color:#666;
    font-size:clamp(12.5px, 1.2vw, 14px);
    line-height:1.6;
    max-width:180px;
    margin:auto;
}

@media(max-width:768px){
    .icon-circle{
        width:65px;
        height:65px;
    }
    .icon-circle i{
        font-size:28px;
    }
}

/* ==================== sections/contact.css ==================== */

/* SECTION — Contact*/

.contact-section{
    background:#fbf6ec;
    border-top:1px solid #e8dfcf;
}

/* NOTE: the original file defined .map-box twice — once for a static
   <img> version and once for an <iframe> (embedded map) version.
   Merged into one rule set below; both img and iframe are covered. */
.map-box{
    border-radius:14px;
    overflow:hidden;
    border:2px solid #eadfcf;
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.1);
}

.map-box img{
    width:100%;
    display:block;
}

.map-box iframe{
    width:100%;
    height:380px;
    display:block;
}

.contact-info{
    padding-left:30px;
}

.contact-info h4{
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.5rem, 2.6vw, 1.9rem);
    color:#2d3c28;
    font-weight:700;
    margin-bottom:30px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:28px;
}

.contact-item .icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#f2ede2;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:18px;
    transition:.3s;
}

.contact-item .icon i{
    color:#4d6444;
    font-size:18px;
}

.contact-item:hover .icon{
    background:#4d6444;
}

.contact-item:hover .icon i{
    color:#fff;
}
.contact-item a{
     color:#666;
}
.contact-item div:last-child{
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color:#555;
    font-size:clamp(13.5px, 1.3vw, 15px);
    line-height:1.8;
}

@media(max-width:991px){
    .contact-info{
        padding-left:0;
        margin-top:30px;
    }
}

/* ==================== pages/catalog.css ==================== */

/* PAGE — Catalog (products listing) */

.catalog-layout { display: grid; grid-template-columns: 250px 1fr; gap: 36px; align-items: start; }
.catalog-filters { background: var(--cream); border-radius: 14px; padding: 22px; position: sticky; top: 90px; }
.filter-block { margin-bottom: 22px; }
.filter-block h6 { text-transform: uppercase; font-size: 0.75rem; letter-spacing: .06em; color: var(--ink-soft); margin-bottom: 12px; }
.filter-radio { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; margin-bottom: 10px; cursor: pointer; }
.price-inputs { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.price-inputs input { width: 100%; padding: 8px 10px; border: 1px solid var(--border-soft); border-radius: 6px; }
.btn-outline-catalog { display: inline-block; padding: 8px 18px; border: 1.5px solid var(--secondary-green); color: var(--secondary-green); border-radius: 6px; font-size: 0.82rem; font-weight: 600; background: transparent; cursor: pointer; }
.btn-outline-catalog:hover { background: var(--secondary-green); color: #fff; }
.clear-filters-link { font-size: 0.82rem; color: var(--danger); }

.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; flex-wrap: wrap; gap: 12px; }
.catalog-count { color: var(--ink-soft); font-size: 0.88rem; margin: 0; }
.sort-form { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; }
.sort-form select { padding: 8px 12px; border-radius: 6px; border: 1px solid var(--border-soft); }

.pagination-bar { display: flex; gap: 8px; justify-content: center; margin-top: 36px; }
.page-link { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 8px; border: 1px solid var(--border-soft); color: var(--ink); font-size: 0.85rem; }
.page-link.active { background: var(--secondary-green); color: #fff; border-color: var(--secondary-green); }

@media (max-width: 900px) {
    .catalog-layout { grid-template-columns: 1fr; }
    .catalog-filters { position: static; }
}


/* ==================== pages/cart.css ==================== */

/*  PAGE — Cart */

.cart-page-title { text-align: left; }
.cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: start; }
.cart-items-list { display: flex; flex-direction: column; gap: 14px; }
.cart-line { display: grid; grid-template-columns: 70px 1fr auto auto auto; align-items: center; gap: 16px; background: var(--cream); border-radius: 12px; padding: 14px; }
.cart-line-image { width: 70px; height: 70px; object-fit: cover; border-radius: 8px; background: #eee; }
.cart-line-info h4 { margin: 0 0 4px; font-size: 0.98rem; color: var(--ink); }
.cart-line-unit, .cart-line-price { margin: 0; font-size: 0.8rem; color: var(--ink-soft); }
.cart-line-qty { display: flex; align-items: center; gap: 10px; }
.qty-btn { width: 30px; height: 30px; border-radius: 6px; border: 1px solid var(--border-soft); background: #fff; cursor: pointer; font-size: 16px; line-height: 1; }
.qty-btn:hover { background: var(--secondary-green); color: #fff; border-color: var(--secondary-green); }
.qty-value { min-width: 20px; text-align: center; font-weight: 600; }
.cart-line-total { font-weight: 700; color: var(--secondary-green); min-width: 80px; text-align: right; }
.cart-line-remove { background: none; border: none; color: var(--danger); cursor: pointer; font-size: 1.1rem; }

.cart-summary, .checkout-summary { background: var(--cream); border-radius: 14px; padding: 24px; }
.cart-summary h4, .checkout-summary h4 { margin: 0 0 18px; color: var(--primary-green); }
.cart-summary-row { display: flex; justify-content: space-between; font-size: 0.9rem; margin-bottom: 12px; color: var(--ink-soft); }
.cart-summary-total { font-weight: 700; color: var(--ink); font-size: 1.05rem; border-top: 1px solid var(--border-soft); padding-top: 12px; margin-top: 4px; }
.btn-block-cart { width: 100%; justify-content: center; margin-top: 14px; }
.continue-shopping-link { display: block; text-align: center; margin-top: 14px; font-size: 0.85rem; color: var(--secondary-green); }

@media (max-width: 900px) {
    .cart-layout { grid-template-columns: 1fr; }
    .cart-line {
        position: relative;
        grid-template-columns: 60px 1fr auto;
        grid-template-areas:
            "image info    remove"
            "image qty     total";
        row-gap: 8px;
        column-gap: 12px;
    }
    .cart-line-image { grid-area: image; }
    .cart-line-info   { grid-area: info; }
    .cart-line-qty    { grid-area: qty; justify-content: flex-start; }
    .cart-line-total  {
        grid-area: total;
        position: static;
        justify-self: end;
        align-self: center;
        text-align: right;
    }
    .cart-line-remove {
        grid-area: remove;
        position: static;
        justify-self: end;
        align-self: start;
    }
}


/* ==================== pages/checkout.css ==================== */

/* PAGE — Checkout
   NOTE: .checkout-summary base rule (background/padding/h4) is
   shared with .cart-summary and lives in pages/cart.css.
   Load cart.css alongside this file on the checkout page.*/

.checkout-layout { display: grid; grid-template-columns: 1fr 360px; gap: 32px; align-items: start; }
.checkout-form { background: #fff; border: 1px solid var(--border-soft); border-radius: 14px; padding: 26px; }
.checkout-form h4 { color: var(--primary-green); margin: 0 0 20px; }
.checkout-form .form-group { margin-bottom: 18px; }
.checkout-form .form-row { display: flex; gap: 16px; }
.checkout-form .form-row .form-group { flex: 1; }
.checkout-form label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 6px; }
.checkout-form input, .checkout-form textarea { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border-soft); border-radius: 8px; font-family: inherit; font-size: 0.92rem; }
.checkout-form input:focus, .checkout-form textarea:focus { outline: none; border-color: var(--secondary-green); }
.checkout-note { background: var(--success-soft); color: var(--success); padding: 12px 14px; border-radius: 8px; font-size: 0.82rem; margin: 6px 0 18px; }
.checkout-error { background: var(--danger-soft); color: var(--danger); padding: 12px 14px; border-radius: 8px; font-size: 0.85rem; margin-bottom: 16px; }
.checkout-summary-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
.checkout-line { display: flex; align-items: center; gap: 10px; }
.checkout-line-image { width: 46px; height: 46px; object-fit: cover; border-radius: 6px; background: #eee; }
.checkout-line-info { flex: 1; display: flex; flex-direction: column; }
.checkout-line-name { font-size: 0.86rem; font-weight: 600; }
.checkout-line-meta { font-size: 0.76rem; color: var(--ink-soft); }
.checkout-line-total { font-weight: 700; font-size: 0.86rem; color: var(--secondary-green); }
@media (max-width: 900px) { .checkout-layout { grid-template-columns: 1fr; } .checkout-form .form-row { flex-direction: column; gap: 0; } }


/* ==================== pages/product-detail.css ==================== */

/* PAGE — Product details */

.breadcrumb-trail { font-size: 0.82rem; color: var(--ink-soft); margin-bottom: 24px; }
.breadcrumb-trail a { color: var(--ink-soft); }
.breadcrumb-trail a:hover { color: var(--secondary-green); }
.breadcrumb-trail .current { color: var(--primary-green); font-weight: 600; }

.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 50px; }

/* ---------- Image column ---------- */
.product-detail-image {
    position: sticky;
    top: 20px;
    align-self: start;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    background: var(--cream);
    padding: 34px;
    overflow: hidden;
}

/* Wrapper that actually holds + enlarges the main image */
.pdp-main-img-wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.pdp-main-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform .25s ease;
}

.pdp-main-img-wrap:hover img { transform: scale(1.05); }

.pdp-enlarge-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--ink);
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: transform .15s ease, background .15s ease;
    z-index: 2;
}
.pdp-enlarge-btn:hover { transform: scale(1.08); background: #fff; }

/* Thumbnail row below the main image, inside the same bordered box */
.pdp-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.pdp-thumb {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid var(--border-soft);
    cursor: pointer;
    background: #fff;
    padding: 0;
    transition: border-color .2s ease, transform .15s ease;
    flex-shrink: 0;
}
.pdp-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-thumb:hover { transform: translateY(-2px); }
.pdp-thumb.active { border-color: var(--secondary-green); }

/* Fullscreen lightbox for the enlarge button */
.pdp-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.pdp-lightbox.active { display: flex; }
.pdp-lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 8px; }
.pdp-lightbox-close {
    position: absolute;
    top: 20px;
    right: 28px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1;
    cursor: pointer;
}

/* ---------- Info column ---------- */
.product-detail-info { border: none !important; box-shadow: none !important; padding: 0 !important; }

.product-detail-brand { font-size: 0.85rem; color: var(--ink-soft); margin: 0 0 4px; text-transform: uppercase; letter-spacing: .04em; }
.product-detail-title { font-family: 'Cormorant Garamond', serif; font-size: 2.15rem; color: var(--ink); margin: 8px 0 10px; line-height: 1.2; }

/* Sold-in-24h badge */
.product-detail-sold-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #e0421a;
    margin-bottom: 10px;
}

.product-detail-price { font-size: 34px; margin-bottom: 4px; display: flex; align-items: baseline; gap: 12px; }
.product-detail-price .price-strike { font-size: 18px; font-weight: 400; color: var(--ink-soft); text-decoration: line-through; }

/* Live viewers badge */
.product-detail-viewers {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--ink-soft);
    margin: 16px 0 22px;
}
.product-detail-viewers .eye-icon {
    width: 24px; height: 24px;
    background: var(--ink);
    color: #fff;
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.75rem;
}

.variant-picker { margin-bottom: 22px; }
.variant-picker label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 10px; }
.variant-btn-row { display: flex; flex-wrap: wrap; gap: 10px; }
.variant-btn {
    padding: 10px 20px;
    border: 1.5px solid var(--border-soft);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: .2s;
}
.variant-btn:hover { border-color: var(--secondary-green); color: var(--secondary-green); }
.variant-btn.active { background: var(--secondary-green); border-color: var(--secondary-green); color: #fff; }

/* Quantity stepper + Add to Cart row */
.pdp-action-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 20px 0 6px;
}
.qty-stepper {
    display: flex;
    align-items: center;
    background: var(--cream);
    border-radius: 999px;
    padding: 4px;
    flex-shrink: 0;
}
.qty-stepper button {
    width: 34px; height: 34px;
    border: none;
    border-radius: 50%;
    background: transparent;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background .15s;
}
.qty-stepper button:hover { background: #fff; }
.qty-stepper input {
    width: 34px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 0.95rem;
}
.qty-stepper input:focus { outline: none; }

.product-detail-add-btn {
    flex: 1;
    background: var(--ink);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 15px 28px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: opacity .2s;
    text-align: center;
}
.product-detail-add-btn:hover { opacity: 0.85; }

.product-detail-cart-link { display: inline-block; margin: 12px 0 0; padding: 12px 26px; }

.product-detail-perks { margin-top: 28px; display: flex; flex-direction: column; gap: 10px; padding-top: 22px; border-top: 1px solid var(--border-soft); }
.product-detail-perks p { margin: 0; font-size: 0.88rem; color: var(--ink-soft); display: flex; align-items: center; gap: 8px; }

/* Description — accordion style like the reference */
.product-detail-description {
    border-top: 1px solid var(--border-soft);
    padding: 22px 0;
    margin-bottom: 56px;
    max-width: 900px;
}
.pdp-accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'Cormorant Garamond', serif;
    color: var(--ink);
    font-size: 1.2rem;
    font-weight: 600;
}
.pdp-accordion-toggle .toggle-icon {
    font-size: 1.3rem;
    font-weight: 400;
    transition: transform .2s;
}
.product-detail-description.open .toggle-icon { transform: rotate(45deg); }
.pdp-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
}
.product-detail-description.open .pdp-accordion-body { max-height: 500px; margin-top: 16px; }
.pdp-accordion-body p { color: var(--ink-soft); line-height: 1.8; margin: 0; white-space: pre-line; }

.also-bought-title { text-align: left; }

@media (max-width: 900px) {
    .product-detail-grid { grid-template-columns: 1fr; }
    .product-detail-image { height: auto; }
    .pdp-main-img-wrap { height: 300px; }
    .product-detail-description { padding: 20px 0; }
}.product-detail-grid { align-items: start; }

.product-detail-image {
    position: sticky;
    top: 20px;
    align-self: start;
    display: flex;
    flex-direction: column;
}

.pdp-main-img-wrap { position: relative; }
.pdp-main-img-wrap img { display: block; width: 100%; border-radius: 12px; }

.pdp-enlarge-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #26421d;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: transform .15s ease, background .15s ease;
}
.pdp-enlarge-btn:hover { transform: scale(1.08); background: #fff; }

/* Lightbox */
.pdp-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.pdp-lightbox.active { display: flex; }
.pdp-lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 8px; }
.pdp-lightbox-close {
    position: absolute;
    top: 20px;
    right: 28px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1;
    cursor: pointer;
}

/* Main image sits on top, thumbnails wrap in a row directly beneath it */
.pdp-thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.pdp-thumb { width: 68px; height: 68px; border-radius: 8px; overflow: hidden; border: 2px solid #e8e8e8; cursor: pointer; background: #fff; padding: 0; transition: border-color .2s ease, transform .15s ease; flex-shrink: 0; }
.pdp-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-thumb:hover { transform: translateY(-2px); }
.pdp-thumb.active { border-color: var(--spg-primary, #355d2f); }

.pdp-badges { display: flex; gap: 8px; margin: 6px 0 10px; flex-wrap: wrap; }
.pdp-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 999px; }
.pdp-badge-organic { background: #E7EFE6; color: #2B4D38; }
.pdp-badge-instock { background: #EAF5EA; color: #2E7D32; }
.pdp-badge-outstock { background: #F3EDE4; color: #8A8272; }

.pdp-qty-row { margin: 14px 0; }
.pdp-qty-row label { display: block; font-size: 12px; font-weight: 600; color: #6c6c6c; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 6px; }
.pdp-qty-stepper { display: inline-flex; align-items: center; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; background: #fff; }
.pdp-qty-stepper button { width: 38px; height: 38px; border: none; background: transparent; font-size: 1.1rem; color: var(--spg-primary, #355d2f); cursor: pointer; }
.pdp-qty-stepper button:hover { background: #f4f4f4; }
.pdp-qty-stepper input { width: 46px; height: 38px; border: none; border-left: 1px solid #ddd; border-right: 1px solid #ddd; text-align: center; font-size: .95rem; -moz-appearance: textfield; }
.pdp-qty-stepper input::-webkit-outer-spin-button, .pdp-qty-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* ---- Description now lives in the right column ---- */
.pdp-description-block { margin-top: 22px; padding-top: 18px; border-top: 1px solid #e8e8e8; }
.pdp-description-heading { font-size: 1rem; font-weight: 700; color: #26421d; margin-bottom: 8px; }
.pdp-description-block p { color: #666; font-size: .92rem; line-height: 1.65; margin-bottom: 0; }

.pdp-accordion { border-top: 1px solid #e8e8e8; margin-top: 32px; max-width: 760px; }
.pdp-accordion-item { border-bottom: 1px solid #e8e8e8; }
.pdp-accordion-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; background: none; border: none; padding: 16px 2px; font-size: 1rem; font-weight: 700; color: #26421d; cursor: pointer; text-align: left; }
.pdp-accordion-icon { position: relative; width: 20px; height: 20px; flex-shrink: 0; }
.pdp-accordion-icon::before, .pdp-accordion-icon::after { content: ''; position: absolute; background: #355d2f; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: transform .25s ease, opacity .25s ease; }
.pdp-accordion-icon::before { width: 2px; height: 12px; }
.pdp-accordion-icon::after { width: 12px; height: 2px; }
.pdp-accordion-item.open .pdp-accordion-icon::before { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.pdp-accordion-content { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.pdp-accordion-item.open .pdp-accordion-content { max-height: 600px; }
.pdp-accordion-body { padding: 0 2px 18px; color: #666; font-size: .92rem; line-height: 1.65; }
.pdp-accordion-body ul { padding-left: 18px; margin-bottom: 0; }

/* ==================== pages/not-found.css ==================== */

/* PAGE — 404 Not Found */

.not-found-page { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 10px; background: var(--cream); }
.not-found-page h1 { font-family: 'Cormorant Garamond', serif; font-size: 5rem; color: var(--primary-green); margin: 0; }
.not-found-page .logo-mark { font-size: 2.5rem; }
