/** Shopify CDN: Minification failed

Line 269:0 Expected "}" to go with "{"

**/
:root{
  --bg:#FAF1EA;
  --bg-shelf:#F2DECE;
  --ink:#221C18;
  --ink-soft:#7C6B60;
  --teal:#C6963E;
  --teal-deep:#1E1815;
  --mustard:#D98F96;
  --line:#E8D5C4;
  --card:#FFFFFF;
}
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;}
h1,h2,h3,.display{font-family:'Space Grotesk',sans-serif;letter-spacing:-0.01em;}
.mono{font-family:'IBM Plex Mono',monospace;letter-spacing:0.02em;}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;}

.announce{background:var(--teal-deep);color:#EDEFE9;text-align:center;font-size:13px;padding:9px 12px;letter-spacing:0.03em;}
.announce span{color:var(--mustard);}

header{display:flex;align-items:center;justify-content:space-between;padding:22px 48px;border-bottom:1px solid var(--line);background:var(--bg);position:sticky;top:0;z-index:50;}
.logo{font-size:22px;font-weight:700;display:flex;align-items:baseline;gap:6px;}
.logo .tag{font-family:'IBM Plex Mono',monospace;font-size:10px;background:var(--mustard);color:var(--teal-deep);padding:2px 6px;border-radius:3px;font-weight:500;}
nav{display:flex;gap:32px;font-size:14px;font-weight:500;}
nav a{opacity:0.8;transition:opacity .2s;}
nav a:hover{opacity:1;}
.header-icons{display:flex;gap:20px;align-items:center;}
.header-icons svg{width:19px;height:19px;stroke:var(--ink);}
.cart-badge{background:var(--teal);color:#fff;font-size:10px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:-8px;right:-8px;}

.hero{display:grid;grid-template-columns:1fr 1fr;gap:0;border-bottom:1px solid var(--line);min-height:520px;}
.hero-copy{padding:80px 60px;display:flex;flex-direction:column;justify-content:center;background:var(--bg);}
.hero-eyebrow{font-size:12px;color:var(--teal);margin-bottom:18px;display:flex;align-items:center;gap:8px;}
.hero-eyebrow::before{content:"";width:24px;height:1px;background:var(--teal);}
.hero-copy h1{font-size:52px;line-height:1.05;font-weight:700;margin-bottom:22px;}
.hero-copy p{font-size:16px;color:var(--ink-soft);max-width:420px;margin-bottom:32px;line-height:1.6;}
.btn-row{display:flex;gap:14px;flex-wrap:wrap;}
.btn{padding:14px 26px;font-size:14px;font-weight:600;border-radius:4px;border:1px solid transparent;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px;}
.btn-primary{background:var(--mustard);color:var(--teal-deep);}
.btn-primary:hover{background:#C06D76;}
.btn-ghost{border-color:var(--ink);background:transparent;}
.btn-ghost:hover{background:var(--ink);color:var(--bg);}
.btn-whatsapp{background:#25D366;color:#fff;}
.btn-whatsapp:hover{background:#1fb955;}

/* Hero v2 — badge / logo panel layout */
.hero-v2{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;border-bottom:1px solid var(--line);min-height:560px;padding:70px 60px;}
.hero-v2-copy{display:flex;flex-direction:column;justify-content:center;}
.hero-v2-badge{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;background:rgba(217,143,150,0.14);border:1px solid rgba(217,143,150,0.4);color:var(--mustard);font-size:12px;font-weight:600;letter-spacing:0.03em;padding:8px 16px;border-radius:20px;margin-bottom:26px;}
.hero-v2-badge-star{color:var(--mustard);}
.hero-v2-copy h1{font-size:50px;line-height:1.12;font-weight:700;margin-bottom:22px;color:var(--ink);}
.hero-v2-copy h1 .accent{color:var(--mustard);font-style:italic;font-family:'Space Grotesk',sans-serif;}
.hero-v2-copy p{font-size:16px;color:var(--ink-soft);max-width:440px;margin-bottom:32px;line-height:1.65;}
.hero-v2-visual{position:relative;border-radius:20px;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.hero-v2-glow{position:absolute;width:70%;height:70%;border-radius:50%;background:radial-gradient(circle,rgba(198,150,62,0.35) 0%,rgba(198,150,62,0) 70%);}
.hero-v2-logo{position:relative;z-index:1;width:220px;height:220px;object-fit:contain;border-radius:50%;}
@media(max-width:900px){
  .hero-v2{grid-template-columns:1fr;padding:48px 24px;}
  .hero-v2-copy h1{font-size:34px;}
  .hero-v2-visual{min-height:320px;}
  .hero-v2-logo{width:160px;height:160px;}
}

.hero-shelf{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px;background:var(--line);}
.shelf-tile{background:var(--bg-shelf);display:flex;align-items:flex-end;padding:0;position:relative;overflow:hidden;min-height:210px;}
.shelf-tile-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease;}
.shelf-tile:hover .shelf-tile-img{transform:scale(1.08);}
.shelf-tile-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 35%,rgba(0,0,0,0.55) 100%),linear-gradient(135deg,var(--t1,#C6963E),var(--t2,#8C6A28));}
.shelf-tile:has(.shelf-tile-img) .shelf-tile-overlay{background:linear-gradient(180deg,rgba(18,20,17,0.05) 30%,rgba(10,12,9,0.75) 100%);}
.shelf-tile-content{position:relative;z-index:1;padding:22px;width:100%;}
.shelf-tile-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,0.18);backdrop-filter:blur(2px);font-size:16px;margin-bottom:10px;}
.shelf-tile-title{display:block;color:#fff;font-weight:700;font-size:17px;margin-bottom:6px;}
.shelf-tile-row{display:flex;align-items:center;justify-content:space-between;}
.shelf-tile-row small{color:rgba(255,255,255,.8);font-size:11px;font-family:'IBM Plex Mono',monospace;background:rgba(255,255,255,0.12);padding:3px 9px;border-radius:20px;}
.shelf-tile-arrow{color:#fff;font-size:15px;opacity:0;transform:translateX(-6px);transition:all .25s ease;}
.shelf-tile:hover .shelf-tile-arrow{opacity:1;transform:translateX(0);}
.t-1{--t1:#C6963E;--t2:#8C6A28;}
.t-2{--t1:#D98F96;--t2:#B8636B;}
.t-3{--t1:#4A413A;--t2:#221C18;}
.t-4{--t1:#C9B08C;--t2:#8C7654;}

section{padding:70px 48px;}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px;}
.section-head h2{font-size:28px;font-weight:600;}
.section-head .sub{color:var(--ink-soft);font-size:14px;margin-top:6px;}
.view-all{font-size:13px;font-weight:600;color:var(--teal);display:flex;align-items:center;gap:6px;}

.categories{background:var(--bg-shelf);}
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.cat-card{background:var(--card);border:1px solid var(--line);border-radius:6px;padding:24px;display:flex;flex-direction:column;gap:14px;transition:transform .2s,box-shadow .2s;cursor:pointer;}
.cat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -12px rgba(30,24,21,0.25);}
.cat-icon{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--teal);color:#fff;font-size:20px;}
.cat-card h3{font-size:16px;font-weight:600;}
.cat-count{font-size:12px;color:var(--ink-soft);font-family:'IBM Plex Mono',monospace;}

.shop-category{text-align:center;}
.cat-head{max-width:560px;margin:0 auto 44px;}
.cat-eyebrow-pill{display:inline-block;background:var(--mustard);color:var(--teal-deep);font-size:11px;font-weight:600;padding:6px 14px;border-radius:20px;margin-bottom:18px;}
.cat-head h2{font-size:30px;margin-bottom:12px;}
.cat-head p{color:var(--ink-soft);font-size:15px;}
.cat-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:left;}
.cat-photo-card{background:var(--card);border:1px solid var(--line);border-radius:8px;overflow:hidden;display:block;transition:transform .2s,box-shadow .2s;}
.cat-photo-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px -14px rgba(30,24,21,0.28);}
.cat-photo-img{height:180px;background:var(--bg-shelf);overflow:hidden;}
.cat-photo-img img{width:100%;height:100%;object-fit:cover;}
.cat-photo-info{padding:18px;}
.cat-photo-info h3{font-size:16px;font-weight:600;margin-bottom:6px;}
.cat-photo-info p{font-size:13px;color:var(--ink-soft);line-height:1.5;}

.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.prod-card{background:var(--card);border:1px solid var(--line);border-radius:6px;overflow:hidden;}
.prod-img{height:200px;display:flex;align-items:center;justify-content:center;font-size:13px;color:rgba(255,255,255,0.85);font-family:'IBM Plex Mono',monospace;position:relative;background:linear-gradient(135deg,var(--t1,#C6963E),var(--t2,#8C6A28));}
.prod-tag{position:absolute;top:10px;left:10px;background:var(--mustard);color:var(--teal-deep);font-size:10px;font-weight:600;padding:4px 8px;border-radius:3px;font-family:'IBM Plex Mono',monospace;}
.prod-info{padding:16px;}
.prod-info h4{font-size:14px;font-weight:600;margin-bottom:6px;}
.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:10px;}
.price{font-family:'IBM Plex Mono',monospace;font-weight:500;font-size:14px;}
.add-btn{width:30px;height:30px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;border:none;}

.trust-strip{background:var(--teal-deep);color:#EDEFE9;display:grid;grid-template-columns:repeat(4,1fr);padding:44px 48px;gap:20px;}
.trust-item{display:flex;gap:14px;align-items:flex-start;}
.trust-item svg{width:26px;height:26px;flex-shrink:0;stroke:var(--mustard);}
.trust-item h4{font-size:14px;font-weight:600;margin-bottom:4px;}
.trust-item p{font-size:12px;color:rgba(237,239,233,0.7);line-height:1.5;}

.testimonial{text-align:center;max-width:680px;margin:0 auto;padding:90px 48px;}
.stars{color:var(--mustard);font-size:18px;letter-spacing:4px;margin-bottom:24px;}
.testimonial blockquote{font-size:24px;font-family:'Space Grotesk',sans-serif;line-height:1.45;font-weight:500;margin-bottom:20px;}
.testimonial cite{font-size:13px;color:var(--ink-soft);font-style:normal;}

.newsletter{background:var(--bg-shelf);text-align:center;padding:70px 48px;}
.newsletter h2{font-size:26px;margin-bottom:12px;}
.newsletter p{color:var(--ink-soft);margin-bottom:28px;}
.news-form{display:flex;max-width:420px;margin:0 auto;border:1px solid var(--ink);border-radius:4px;overflow:hidden;}
.news-form input{flex:1;border:none;background:transparent;padding:14px 16px;font-size:14px;outline:none;}
.news-form button{background:var(--ink);color:var(--bg);border:none;padding:14px 22px;font-weight:600;font-size:13px;cursor:pointer;}

footer.site-footer{background:var(--teal-deep);color:rgba(237,233,229,0.72);padding:56px 48px 28px;font-size:13.5px;display:grid;grid-template-columns:1.4fr 1fr 1.2fr;gap:40px;position:relative;}
footer.site-footer .logo{color:#fff;}
.footer-col{min-width:0;}
.footer-logo{font-size:19px;font-weight:700;color:#fff;margin-bottom:14px;letter-spacing:0.02em;}
.footer-desc{line-height:1.6;max-width:340px;margin-bottom:20px;}
.footer-icons{display:flex;gap:12px;margin-bottom:20px;}
.footer-icon-circle{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;transition:background .2s;}
.footer-icon-circle:hover{background:var(--teal);}
.footer-icon-circle svg{width:16px;height:16px;stroke:#EDEBE7;fill:none;}
.footer-icon-circle svg[fill="currentColor"]{fill:#EDEBE7;stroke:none;}
.footer-payments{display:flex;flex-wrap:wrap;gap:8px;}
.pay-badge{background:rgba(255,255,255,0.08);color:rgba(237,233,229,0.85);font-size:11.5px;font-weight:600;padding:6px 12px;border-radius:5px;}
.footer-heading{color:var(--teal);font-size:12px;font-weight:700;letter-spacing:0.06em;margin-bottom:18px;}
.footer-heading-spaced{margin-top:26px;}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px;}
.footer-links a{opacity:0.85;transition:opacity .2s;}
.footer-links a:hover{opacity:1;color:var(--teal);}
.footer-contact{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;}
.footer-contact-item{display:flex;align-items:flex-start;gap:10px;}
.footer-contact-icon{font-size:14px;line-height:1.4;}
.footer-contact-main{color:#fff;font-weight:600;}
.footer-contact-sub{opacity:0.7;font-size:12px;}
.footer-contact-item a{opacity:0.9;}
.footer-contact-item a:hover{color:var(--teal);opacity:1;}
.footer-whatsapp-btn{display:inline-flex;align-items:center;gap:8px;background:#25D366;color:#fff;font-size:13px;font-weight:700;padding:12px 18px;border-radius:6px;transition:background .2s;}
.footer-whatsapp-btn:hover{background:#1fb955;}
.footer-bottom{grid-column:1 / -1;border-top:1px solid rgba(255,255,255,0.1);margin-top:36px;padding-top:20px;font-size:12px;opacity:0.6;}
@media(max-width:820px){
  footer.site-footer{grid-template-columns:1fr;padding:40px 24px 24px;}
}

@media(max-width:900px){
  .hero{grid-template-columns:1fr;}
  .cat-grid,.prod-grid,.cat-photo-grid{grid-template-columns:repeat(2,1fr);}
  .trust-strip{grid-template-columns:repeat(2,1fr);}
  nav{display:none;}
  header{padding:16px 20px;}
  section{padding:48px 20px;}
  .hero-copy{padding:48px 24px;}
  .hero-copy h1{font-size:34px;}
}

/* Cart page */
.cart-section{padding:60px 48px;}
.cart-heading{font-size:30px;margin-bottom:32px;display:flex;align-items:center;gap:12px;}
.cart-empty{color:var(--ink-soft);}
.cart-table{width:100%;border-collapse:collapse;margin-bottom:32px;}
.cart-table thead th{text-align:left;font-size:13px;color:var(--ink-soft);font-weight:600;padding-bottom:14px;border-bottom:1px solid var(--line);}
.cart-table td{padding:18px 0;border-bottom:1px solid var(--line);vertical-align:middle;}
.cart-col-price,.cart-col-qty,.cart-col-total{text-align:left;padding-left:16px;}
.cart-product{display:flex;align-items:center;gap:16px;}
.cart-thumb{width:64px;height:64px;object-fit:cover;border-radius:6px;border:1px solid var(--line);flex-shrink:0;}
.cart-title{font-size:15px;font-weight:600;color:var(--ink);}
.cart-title:hover{color:var(--teal);}
.cart-qty-input{width:56px;padding:8px;border:1px solid var(--line);border-radius:4px;font-family:'IBM Plex Mono',monospace;text-align:center;}
.cart-remove{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;color:#B0473F;font-size:18px;font-weight:600;border-radius:50%;transition:background .2s;}
.cart-remove:hover{background:rgba(176,71,63,0.1);}
.cart-summary{display:flex;align-items:center;justify-content:flex-end;gap:24px;flex-wrap:wrap;}
.cart-total{font-size:20px;font-weight:700;}
.cart-checkout-btn{background:var(--mustard);color:var(--teal-deep);border:none;font-size:15px;padding:16px 30px;}
.cart-checkout-btn:hover{background:#C06D76;}
.cart-note{margin-top:28px;padding:18px 20px;background:var(--card);border:1px solid var(--line);border-radius:6px;font-size:14px;color:var(--ink-soft);display:flex;flex-wrap:wrap;gap:6px;align-items:center;}
.cart-note strong{color:var(--ink);}
.cart-note-link{color:var(--teal);}

/* Product page */
.product-section{padding:60px 48px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;}
.product-gallery{position:sticky;top:100px;}
.product-main-img{width:100%;border-radius:8px;border:1px solid var(--line);}
.product-thumbs{display:flex;gap:10px;margin-top:12px;}
.product-thumb{width:64px;height:64px;padding:0;border-radius:6px;border:2px solid var(--line);overflow:hidden;cursor:pointer;background:none;flex-shrink:0;}
.product-thumb img{width:100%;height:100%;object-fit:cover;}
.product-thumb.active{border-color:var(--teal);}
.product-title{font-size:30px;margin-bottom:10px;line-height:1.2;}
.product-price{font-size:22px;margin-bottom:22px;}
.product-desc{color:var(--ink-soft);line-height:1.7;margin-bottom:26px;}
.qty-row{display:flex;align-items:center;gap:16px;margin-bottom:20px;}
.qty-label{font-weight:600;font-size:14px;}
.qty-stepper{display:flex;align-items:center;border:1px solid var(--line);border-radius:6px;overflow:hidden;}
.qty-btn{width:38px;height:38px;border:none;background:var(--card);font-size:16px;cursor:pointer;color:var(--ink);}
.qty-btn:hover{background:var(--bg-shelf);}
.qty-input{width:52px;height:38px;border:none;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;font-family:'IBM Plex Mono',monospace;font-size:14px;}
.product-add-btn,.product-buy-btn,.product-whatsapp-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px;font-size:15px;font-weight:600;border-radius:6px;margin-bottom:12px;border:none;cursor:pointer;}
.product-add-btn{background:var(--teal-deep);color:#fff;}
.product-add-btn:hover{background:var(--teal);}
.product-buy-btn{background:var(--mustard);color:var(--teal-deep);}
.product-buy-btn:hover{background:#C06D76;}
.product-whatsapp-btn{background:#25D366;color:#fff;}
.product-whatsapp-btn:hover{background:#1fb955;}
.product-badges{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:var(--card);border:1px solid var(--line);border-radius:8px;padding:20px;margin:24px 0;}
.product-badge{display:flex;gap:10px;align-items:flex-start;font-size:13px;}
.product-badge strong{display:block;font-size:14px;margin-bottom:2px;}
.product-badge p{color:var(--ink-soft);}
.product-share{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--ink-soft);flex-wrap:wrap;}
.share-btn{padding:8px 16px;border-radius:20px;border:1px solid var(--line);font-size:13px;font-weight:600;}
.share-whatsapp{background:#25D366;color:#fff;border-color:#25D366;}
.share-facebook{background:#fff;color:var(--ink);}

@media (max-width:900px){
  .product-section{grid-template-columns:1fr;padding:32px 20px;}
  .product-gallery{position:static;}
collection-list .card__media,
.collection-list .card__media img {
  border-radius: none;
  aspect-ratio: 1/1 !important;
  object-fit: cover !important;
  overflow: hidden !important;
SS.collection-list .card__media,
.collection-list .card__media img {
  border-radius: none;
  aspect-ratio: 1/1 !important;
  object-fit: cover !important;
  overflow: hidden !important;
}}                                                 
.card__media img,
.card__media .media img,
.product-card img {
  object-position: top;
}.card__media img,
.card__media .motion-reduce,
.card--product img {
  object-position: top center !important;
}

                                                 
