:root{
 --bg:#f7f6f2;--surface:#fff;--ink:#101114;--muted:#686b70;--line:#e4e4e0;
 --dark:#11151b;--soft:#f0efeb;--radius:14px;--shadow:0 10px 30px rgba(17,21,27,.07)
}
*{box-sizing:border-box}
html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font:400 16px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}
img{display:block;max-width:100%}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}
.retail-only{display:initial}

/* product cards */
.home-featured{padding:28px 0 24px}.home-section-head,.product-shelf-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.home-section-head h2,.product-shelf-head h2{font-size:1.34rem;line-height:1.1;margin:0;letter-spacing:-.025em}.home-section-head>a{font-size:.74rem;font-weight:800}
.home-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.modern-product-card{display:block;min-width:0}.modern-product-image{position:relative;aspect-ratio:1/1;background:#ececea;border-radius:12px;overflow:hidden}.modern-product-image img{width:100%;height:100%;object-fit:contain;transition:transform .28s ease}.modern-product-card:hover img{transform:scale(1.025)}
.modern-badge{position:absolute;left:8px;top:8px;z-index:3;background:#ff5148;color:white;border-radius:6px;padding:4px 7px;font-size:.55rem;font-weight:900;line-height:1;letter-spacing:.02em}
.modern-product-copy{position:relative;padding:9px 2px 3px}.modern-product-copy h3{font-size:.86rem;line-height:1.2;margin:0 32px 5px 0;font-weight:650}.modern-price{font-size:1rem;font-weight:900}.product-rating{display:block;color:#777a7d;font-size:.63rem;margin-top:2px}.product-rating:before{content:"★ ";color:#ff9f1c}
.mini-cart{position:absolute;right:2px;bottom:6px;width:28px;height:28px;border-radius:8px;background:#11151b;color:#fff;display:grid;place-items:center;font-size:1.25rem}

/* catalogue */
.catalogue-page{padding-bottom:58px}.catalogue-intro{padding:42px 0 16px}.catalogue-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.catalogue-title-row h1{font-size:clamp(2.5rem,5vw,4.7rem);line-height:.95;letter-spacing:-.055em;margin:7px 0}.catalogue-title-row p{color:var(--muted);margin:0}.catalogue-search{width:min(360px,36vw);height:44px;border:1px solid var(--line);background:white;border-radius:11px;display:flex;align-items:center;padding:0 12px;gap:8px}.catalogue-search input{border:0;outline:0;width:100%;background:transparent;font-size:.84rem}
.catalogue-content{padding-top:12px}.catalogue-chips{display:flex;gap:7px;overflow:auto;padding-bottom:16px;scrollbar-width:none}.catalogue-chip{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 12px;font-size:.7rem;font-weight:750}.catalogue-chip.active{background:#11151b;color:white;border-color:#11151b}
.category-shelves{display:grid;gap:32px}.shelf-controls{display:flex;gap:6px}.shelf-arrow{width:31px;height:31px;border:1px solid var(--line);border-radius:50%;background:#fff;cursor:pointer}.product-slider{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(170px,22vw,245px);gap:11px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}.product-slider::-webkit-scrollbar{display:none}.product-slider .modern-product-card{scroll-snap-align:start}

/* generic/product/order compatibility */
.eyebrow{font-size:.68rem;letter-spacing:.16em;font-weight:850;color:var(--muted)}h1{font-size:clamp(2.2rem,5vw,4.6rem);line-height:.98;letter-spacing:-.05em;margin:.25em 0}h2{font-size:clamp(1.45rem,3vw,2.2rem);line-height:1.1}.lead{font-size:1rem;color:var(--muted)}
.empty,.panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px}
.product-detail{padding:32px 0 64px;display:grid;grid-template-columns:1fr 1fr;gap:34px}.gallery-main{background:#ececea;border-radius:18px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:contain}.thumbs{display:flex;gap:8px;margin-top:10px;overflow:auto}.thumb{width:70px;height:70px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:3px}.thumb img{width:100%;height:100%;object-fit:contain}.detail-price{font-size:1.55rem;font-weight:900}.badge{display:inline-flex;background:#11151b;color:#fff;border-radius:6px;padding:4px 7px;font-size:.6rem;font-weight:900}.options{display:grid;gap:12px;margin:18px 0}.options label{font-size:.8rem;font-weight:800}.options select,.qty{display:block;width:100%;margin-top:5px;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff}.verified{margin-top:12px;padding:12px;border-radius:10px;background:#efefeb;font-size:.82rem;font-weight:750}.order-now-cta{display:flex;align-items:center;justify-content:center;width:100%;margin-top:14px;padding:13px 17px;border-radius:10px;background:#11151b;color:#fff;font-weight:850}.order-now-note{text-align:center;color:var(--muted);font-size:.71rem}
.footer{background:#11151b;color:#d7d8da;padding:25px 0;margin-top:20px}.footer-grid{display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:24px}.footer-brand{display:flex;align-items:center;gap:8px;color:white;font-size:.7rem;letter-spacing:.12em}.footer-brand img{width:46px;height:46px;object-fit:contain;filter:brightness(0) invert(1)}.footer nav{display:flex;gap:18px;font-size:.68rem}.footer-mode{border:0;background:none;color:inherit;padding:0;cursor:pointer}.footer-copy{text-align:right;font-size:.62rem;color:#9da0a5}
.mobile-bottom{display:none}

/* order page from current build */
.checkout-page{padding:24px 0 64px}.checkout-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.checkout-back{font-size:.82rem;font-weight:750;color:var(--muted)}
.checkout-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);gap:22px;align-items:start}.checkout-product-card,.checkout-form-card{background:#fff;border:1px solid var(--line);border-radius:18px}.checkout-product-card{position:sticky;top:110px;overflow:hidden}.checkout-product-image{aspect-ratio:1;background:#ececea;display:flex;align-items:center;justify-content:center}.checkout-product-image img{width:100%;height:100%;object-fit:contain}.checkout-product-copy{padding:17px}.checkout-product-copy h1{font-size:clamp(1.6rem,4vw,2.4rem)}.checkout-sku{font-size:.7rem;color:var(--muted)}.checkout-base-price{font-size:1.45rem;font-weight:900}.checkout-form-card{padding:19px}.checkout-card-heading{display:flex;justify-content:space-between}.checkout-card-heading h2{margin:0}.checkout-step{font-size:.7rem;background:#efefeb;padding:5px 8px;border-radius:999px}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkout-fields label{font-size:.78rem;font-weight:800}.checkout-fields input,.checkout-fields select,.checkout-fields textarea{display:block;width:100%;margin-top:5px;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff}.checkout-wide{grid-column:1/-1}.qty-control{display:grid;grid-template-columns:40px 1fr 40px;gap:6px;margin-top:5px}.qty-control input{margin:0;text-align:center}.qty-control button{border:1px solid var(--line);border-radius:10px;background:#efefeb}.checkout-summary{margin-top:14px;border:1px solid var(--line);border-radius:12px;overflow:hidden}.checkout-summary>div{display:flex;justify-content:space-between;padding:10px 12px;border-bottom:1px solid var(--line);font-size:.8rem}.checkout-summary>div:last-child{border:0}.checkout-summary-total{font-weight:900}.checkout-whatsapp{width:100%;margin-top:14px;padding:13px;border:0;border-radius:10px;background:#11151b;color:white;font-weight:850}
.checkout-sku{display:none!important}

@media(max-width:900px){
 .checkout-layout{grid-template-columns:1fr}.checkout-product-card{position:static;display:grid;grid-template-columns:180px 1fr}.checkout-product-image{aspect-ratio:1}
}
@media(max-width:700px){
 body{font-size:15px;padding-bottom:62px}.wrap{width:calc(100% - 22px)}
 .modern-product-image{border-radius:9px}.modern-product-copy{padding-top:6px}.modern-product-copy h3{font-size:.72rem;margin-right:27px;margin-bottom:3px}.modern-price{font-size:.82rem}.product-rating{font-size:.55rem}.mini-cart{width:24px;height:24px;border-radius:6px;font-size:1rem}.modern-badge{font-size:.48rem;padding:3px 5px;top:6px;left:6px}
 .catalogue-chip{font-size:.63rem;padding:6px 9px}
 .product-detail{grid-template-columns:1fr;gap:17px;padding-top:14px}.product-detail h1{font-size:2rem}.gallery-main{border-radius:12px}.thumb{width:60px;height:60px}.lead{font-size:.84rem}
 .footer{display:none}.mobile-bottom{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:60px;background:rgba(255,255,255,.98);border-top:1px solid var(--line);z-index:60;padding-bottom:env(safe-area-inset-bottom)}
 .mobile-bottom-item{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-size:1.05rem}.mobile-bottom-item small{font-size:.52rem;font-weight:700}
 .checkout-page{padding-top:14px}.checkout-layout{display:block}.checkout-product-card{display:grid;grid-template-columns:104px 1fr;margin-bottom:10px}.checkout-product-copy{padding:11px}.checkout-product-copy h1{font-size:1.1rem;margin:.2em 0}.checkout-form-card{padding:13px}.checkout-fields{grid-template-columns:1fr}.checkout-wide{grid-column:auto}
}


/* Featured */
.an-featured{padding-top:14px;padding-bottom:24px}
/* Shop by purpose */
.an-purpose{padding-top:4px;padding-bottom:24px}

/* Small custom-gift hero */
.an-custom-mini{
  display:grid;grid-template-columns:1.05fr .95fr;align-items:center;
  min-height:260px;margin-top:8px;margin-bottom:24px;padding:28px 34px;
  background:linear-gradient(100deg,#f1e7dc,#fbf4ec);border:1px solid #eadfd4;border-radius:20px;overflow:hidden;
  box-shadow:0 10px 30px rgba(71,46,31,.06)
}
.an-custom-copy{padding-right:20px}
.an-custom-copy>span{font-size:.66rem;letter-spacing:.3em;color:#9a6542;font-weight:800}
.an-custom-copy h2{font-family:Georgia,serif;font-size:2.35rem;font-weight:500;line-height:1;margin:9px 0 10px}
.an-custom-copy p{max-width:520px;font-size:.92rem;color:#655143;line-height:1.5;margin:0 0 16px}
.an-custom-copy>a{display:inline-flex;align-items:center;gap:18px;min-height:46px;padding:0 18px;background:#7c421c;color:white;text-decoration:none;border-radius:10px;font-weight:800}
.an-custom-points{display:flex;gap:18px;margin-top:16px;color:#7d604e}
.an-custom-points small{font-size:.7rem}
.an-custom-image{align-self:stretch;display:flex;align-items:center;justify-content:center}
.an-custom-image img{width:100%;height:100%;max-height:230px;object-fit:contain;border-radius:16px}

/* Footer */
.an-footer{background:#211a16;color:#f6efe8;padding:42px 0 0}
.an-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:42px}
.an-footer-brand>a{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}
.an-footer-brand img{width:42px;height:42px;object-fit:contain;background:white;border-radius:8px}
.an-footer-brand p{max-width:340px;color:#c9bbb1;font-size:.78rem;line-height:1.6}
.an-footer-brand button,.an-footer-col button{border:0;background:none;padding:0;color:#dcb899;cursor:pointer;font:inherit;text-align:left}
.an-footer-col{display:flex;flex-direction:column;gap:9px}
.an-footer-col>strong{font-size:.82rem;color:white;margin-bottom:4px}
.an-footer-col a,.an-footer-col span,.an-footer-col button{color:#c9bbb1;text-decoration:none;font-size:.72rem}
.an-footer-col a:hover,.an-footer-col button:hover{color:white}
.an-footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:34px;padding:18px 0;border-top:1px solid #3c312b;color:#9f9188;font-size:.64rem}

/* Mobile shared layout */
@media(max-width:700px){
  .wrap{width:min(100% - 20px,1180px)}
  .an-featured{padding:5px 0 10px}
  .an-purpose{padding:4px 0 9px}
  .an-custom-mini{min-height:112px;grid-template-columns:1.12fr .88fr;padding:9px 10px;margin:3px auto 10px;border-radius:10px}
  .an-custom-copy{padding-right:5px}
  .an-custom-copy>span{font-size:.31rem;letter-spacing:.2em}
  .an-custom-copy h2{font-size:1rem;margin:3px 0 4px}
  .an-custom-copy p{font-size:.36rem;line-height:1.25;margin:0 0 5px}
  .an-custom-copy>a{min-height:23px;padding:0 7px;border-radius:5px;font-size:.38rem;gap:7px}
  .an-custom-points{gap:5px;margin-top:5px}
  .an-custom-points small{font-size:.27rem}
  .an-custom-image img{max-height:94px;border-radius:7px}
  .an-footer{padding-top:18px}
  .an-footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:14px}
  .an-footer-brand{grid-column:1/-1}
  .an-footer-brand>a{font-size:.7rem}
  .an-footer-brand img{width:28px;height:28px}
  .an-footer-brand p{font-size:.43rem;line-height:1.4;margin:5px 0}
  .an-footer-brand button{font-size:.42rem}
  .an-footer-col{gap:4px}
  .an-footer-col>strong{font-size:.46rem;margin-bottom:2px}
  .an-footer-col a,.an-footer-col span,.an-footer-col button{font-size:.39rem}
  .an-footer-grid .an-footer-col:last-child{display:none}
  .an-footer-bottom{margin-top:12px;padding:8px 0 56px;font-size:.34rem}
  body{padding-bottom:46px!important}
  .mobile-bottom{height:46px!important}
  .mobile-bottom-item{font-size:.72rem!important}
  .mobile-bottom-item small{font-size:.36rem!important}
}



/* Mobile footer stays visible above the fixed mobile navigation. */
@media(max-width:700px){.an-footer{display:block!important}}

@media(max-width:700px){html,body{max-width:100%!important;overflow-x:hidden!important}}

/* Mobile typography baseline */
@media screen and (max-width:700px){
  html{font-size:16px!important;-webkit-text-size-adjust:100%!important}
  body{font-size:16px!important;line-height:1.5!important}
}

/* Wishlist */
.wishlist-card-shell,.an-featured-card-shell{position:relative;min-width:0}
.wishlist-heart{position:absolute;z-index:6;top:8px;right:8px;width:34px;height:34px;border:1px solid rgba(17,17,17,.1);border-radius:50%;display:grid;place-items:center;padding:0;background:rgba(255,255,255,.94);color:#171717;box-shadow:0 2px 10px rgba(0,0,0,.08);font:400 1.25rem/1 Arial;cursor:pointer}
.wishlist-heart[aria-pressed="true"]{color:#b3261e}
.wishlist-heart:focus-visible,.wishlist-detail-button:focus-visible{outline:3px solid rgba(181,137,74,.45);outline-offset:2px}
.wishlist-heart:disabled{opacity:.65}
.an-featured-card-shell{flex:0 0 min(30vw,123px);width:min(30vw,123px);min-width:min(30vw,123px);max-width:min(30vw,123px);scroll-snap-align:start}
.an-featured-card-shell .an-featured-card{display:block;width:100%;min-width:0;max-width:none}
.an-featured-heart{top:6px;right:6px;width:29px;height:29px;font-size:1.1rem}
.wishlist-detail-button{display:inline-flex;align-items:center;gap:8px;margin-top:12px;min-height:42px;padding:8px 13px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#171717;font-weight:750;cursor:pointer}
.wishlist-detail-button [data-wishlist-symbol]{color:#b3261e;font-size:1.25rem}
@media(min-width:768px){.an-featured-card-shell{flex-basis:147px;width:147px;min-width:147px;max-width:147px}}
@media(max-width:430px){.an-featured-card-shell{flex-basis:30vw;width:30vw;min-width:30vw;max-width:30vw}.wishlist-heart{width:32px;height:32px}}
/* Cart entry points */
.an-v2-cart-link{position:relative}.an-v2-cart-count{position:absolute;top:1px;right:0;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#b3261e;color:#fff;font:700 .62rem/16px Arial;text-align:center}.add-cart-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin:2px 0 12px;padding:11px 18px;border:0;border-radius:10px;background:#171717;color:#fff;font-weight:800;cursor:pointer}.add-cart-button:disabled{opacity:.65}
