:root{--red:#8B0000;--red2:#9B0000;--red3:#7a0000;--yellow:#FFD700;--orange:#FFA500;--green:#25D366;--cream:#faf8f5;--ink:#111827;--muted:#6b7280;--line:#e7e5e4;--white:#fff;--shadow:0 14px 36px rgba(0,0,0,.08);--max:1280px;--header-h:112px;--mobile-nav-h:64px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.45 Inter,system-ui,sans-serif}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.page-width{max-width:var(--max);margin:0 auto;padding:0 12px}main{padding-top:var(--header-h);padding-bottom:calc(var(--mobile-nav-h) + 18px);overflow-x:hidden}.font-serif{font-family:Playfair Display,Georgia,serif}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:linear-gradient(90deg,var(--red),var(--red2),var(--red3));box-shadow:0 8px 22px #0000002e}.header-top{max-width:var(--max);margin:0 auto;padding:8px 12px 6px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand-wrap{min-width:0}.brand{color:var(--yellow);font:900 18px/1 Playfair Display,Georgia,serif;letter-spacing:-.02em}.welcome{color:#ffffffd6;font-size:12px;margin-top:3px}.header-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.icon-btn{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.12)}.icon-btn img{width:20px;height:20px;object-fit:contain}.signin-btn{height:36px;border-radius:10px;background:#fff;color:#111;padding:0 12px;display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:14px}.header-search{max-width:var(--max);margin:0 auto;padding:0 12px 10px}.search-form{position:relative}.search-form input{width:100%;height:38px;border-radius:999px;border:0;background:#fff;padding:0 42px 0 36px;font-size:14px;box-shadow:0 3px 10px #0000001f}.search-form button{position:absolute;right:0;top:0;height:38px;padding:0 16px;border:0;background:transparent;font-weight:700;cursor:pointer}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#8b0000;font-size:14px}.gold-line{height:2px;background:linear-gradient(90deg,var(--yellow),var(--orange),var(--yellow))}.hero{margin:16px 0 14px;border-radius:28px;overflow:hidden;position:relative;background:linear-gradient(90deg,var(--red),#B00000);box-shadow:var(--shadow)}.hero:before,.hero:after{content:"";position:absolute;border-radius:999px;background:#ffd70014}.hero:before{width:192px;height:192px;right:-32px;top:-32px}.hero:after{width:128px;height:128px;left:-24px;bottom:-24px;background:#ffffff0d}.hero-inner{position:relative;z-index:1;padding:18px 20px 24px;text-align:center}.hero-kicker{display:inline-flex;align-items:center;justify-content:center;background:#ffd70029;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hero-title{margin:12px 0 10px;color:#fff;font:900 38px/1 Playfair Display,Georgia,serif}.hero-title em{color:var(--yellow);font-style:italic}.hero-copy{margin:0 auto;max-width:460px;color:#fef3c7;font-size:15px}.hero-cta{margin-top:16px;display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 18px;border-radius:12px;background:var(--yellow);color:#111;font-weight:900}.stats{display:flex;gap:12px;overflow:auto;padding:4px 0 6px}.stats::-webkit-scrollbar,.subtabs::-webkit-scrollbar,.mobile-nav-links::-webkit-scrollbar{display:none}.stat{flex:0 0 auto;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:12px 14px;display:flex;align-items:center;gap:10px;min-width:132px}.stat strong{display:block;color:var(--red);font-size:15px}.stat span{display:block;color:var(--muted);font-size:12px}.section{padding:18px 0}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px}.section-title{margin:0;font:900 24px/1 Playfair Display,Georgia,serif;color:#111}.see-all{font-size:12px;color:var(--red);font-weight:700}.cat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cat-card{display:block}.cat-media{aspect-ratio:1/1;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:#ddd}.cat-media img{width:100%;height:100%;object-fit:cover}.cat-name{display:block;margin-top:8px;text-align:center;font-size:14px;font-weight:900;line-height:1.2;color:#111}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 6px 20px #0000000f}.product-media{position:relative;aspect-ratio:1/1;background:#f3f4f6;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover}.sale-badge{position:absolute;top:8px;left:8px;background:var(--yellow);color:#111;padding:4px 8px;border-radius:8px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.add-fab{position:absolute;right:8px;bottom:8px;width:34px;height:34px;border-radius:999px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:0 8px 16px #8b000040}.product-body{padding:12px}.product-name{margin:0 0 6px;font-weight:800;font-size:14px;line-height:1.25}.product-brand{font-size:12px;color:var(--muted)}.rating{margin:8px 0;font-size:13px;color:#f59e0b}.price-row{display:flex;gap:8px;align-items:baseline}.price{font-weight:900;color:#111}.old-price{font-size:12px;color:#9ca3af;text-decoration:line-through}.newsletter{padding:42px 0 34px}.newsletter-box{text-align:center;max-width:700px;margin:0 auto}.newsletter-title{margin:0 0 10px;font:900 28px/1 Playfair Display,Georgia,serif}.newsletter-copy{margin:0 0 18px;color:var(--muted)}.newsletter-form{display:flex;gap:10px;max-width:520px;margin:0 auto;flex-wrap:wrap;justify-content:center}.newsletter-form input{flex:1 1 260px;height:40px;border-radius:10px;border:1px solid var(--line);background:#fff;padding:0 12px}.newsletter-form button{height:40px;border:0;border-radius:10px;background:var(--red);color:#fff;padding:0 18px;font-weight:700;cursor:pointer}.newsletter-note{margin-top:10px;font-size:12px;color:var(--muted)}.site-footer{background:#0c0c0c;color:#fff;padding:34px 0 18px}.footer-top{display:grid;grid-template-columns:1fr;gap:26px}.footer-brand{color:var(--yellow);font:900 22px/1 Playfair Display,Georgia,serif;margin-bottom:10px}.footer-copy{color:#ffffffb8;font-size:14px}.footer-title{margin:0 0 14px;color:var(--yellow);font:700 14px/1 Inter,sans-serif;text-transform:uppercase;letter-spacing:.1em}.footer-links{display:grid;gap:8px}.footer-links a{color:#ffffff8c;font-size:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:22px;padding-top:16px;display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}.footer-bottom p,.footer-bottom a{color:#fff6;font-size:12px}.collection-page{background:#050505;color:#fff;min-height:calc(100vh - var(--header-h))}.collection-shell{padding:16px 0 24px}.category-card{border-radius:24px;background:linear-gradient(90deg,var(--red),#b00000);color:#fff;padding:22px 18px;box-shadow:var(--shadow)}.category-card h1{margin:0 0 6px;font:900 30px/1 Playfair Display,Georgia,serif}.category-card p{margin:0;color:#f3f4f6}.subtabs{display:flex;gap:10px;overflow:auto;white-space:nowrap;margin:16px 0;padding-bottom:4px}.subtab{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;background:#fff;color:#113a73;font-weight:900;font-size:14px;border:1px solid var(--line)}.subtab.active{background:#e0e7ff}.filter-row{display:flex;gap:10px;margin:0 0 16px;overflow:auto;white-space:nowrap}.filter-row::-webkit-scrollbar{display:none}.filter-pill{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:700;font-size:13px;color:#111}.collection-page .product-card{background:#fff}.collection-page .product-name,.collection-page .price{color:#111}.cart-shell{padding:18px 0 24px}.cart-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:18px}.cart-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 16px}.cart-title{margin:0;font:900 26px/1 Playfair Display,Georgia,serif}.cart-item{display:grid;grid-template-columns:84px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.cart-thumb{aspect-ratio:1/1;border-radius:16px;overflow:hidden;background:#f3f4f6}.cart-thumb img{width:100%;height:100%;object-fit:cover}.cart-summary{margin-top:16px;display:grid;gap:10px}.summary-row{display:flex;align-items:center;justify-content:space-between;font-size:14px}.summary-row.total{font-weight:900;font-size:18px}.cart-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.primary-btn,.secondary-btn,.wa-btn{min-height:42px;border-radius:12px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800}.primary-btn{background:var(--red);color:#fff}.secondary-btn{background:#fff;border:1px solid var(--line);color:#111}.wa-btn{background:var(--green);color:#fff}.small-note{font-size:12px;color:var(--muted);margin-top:10px}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:60}.mobile-bottom-nav .gold-strip{height:2px;background:linear-gradient(90deg,var(--yellow),var(--orange),var(--yellow))}.mobile-bottom-nav nav{height:64px;background:linear-gradient(90deg,var(--red),var(--red2),var(--red3));box-shadow:0 -4px 20px #00000040}.mobile-nav-links{display:flex;height:100%;overflow:auto}.mobile-nav-link{flex:1 0 20%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#ffffffa6;font-size:10px;font-weight:700;text-align:center}.mobile-nav-link.active{color:var(--yellow)}.mobile-nav-link .i{font-size:18px;line-height:1}@media(min-width:768px){:root{--header-h:116px;--mobile-nav-h:0px}main{padding-bottom:0}.page-width{padding:0 18px}.header-top{padding:8px 18px 6px}.header-search{padding:0 18px 10px}.hero-inner{padding:22px 28px 28px}.hero-title{font-size:48px}.hero-copy{font-size:16px}.cat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.cat-name{font-size:14px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-top{grid-template-columns:1.2fr 1fr 1fr}.mobile-bottom-nav{display:none}}:root{--content-narrow:1120px}.page-width.narrow{max-width:var(--content-narrow)}.hero{background:linear-gradient(180deg,#111,#1a1a1a)!important;border-radius:0!important;box-shadow:none!important}.hero:before,.hero:after{display:none!important}.hero-inner{padding:22px 18px 18px!important}.hero-title{font-size:30px!important;line-height:1.05!important}.hero-top-line,.hero-bottom-line{width:48px;height:2px;background:var(--yellow);margin:0 auto 12px;border-radius:999px}.hero-bottom-line{margin:12px auto 0}.hero-badges{justify-content:center!important;padding:0 16px 18px!important}.hero-badge{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.08)!important;font-size:11px!important}.section-title{font-size:18px!important;color:#6b0000!important}.cat-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}.cat-media{border-radius:10px!important;box-shadow:none!important}.cat-name{font-size:10px!important;margin-top:4px!important}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.product-card{border-radius:8px!important}.product-body{padding:8px!important}.product-name{font-size:11px!important}.product-brand,.old-price,.rating{font-size:10px!important}.price{font-size:11px!important}.add-fab{width:26px!important;height:26px!important;font-size:14px!important}.sale-badge{font-size:8px!important;padding:3px 6px!important;border-radius:4px!important}.testimonials{padding:26px 0 18px;background:#fff}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.testimonial-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px;box-shadow:none}.testi-stars{color:#f59e0b;font-size:12px;margin-bottom:8px}.testi-copy{font-size:12px;color:#4b5563;min-height:44px}.testi-name{margin-top:10px;font-size:11px;font-weight:800;color:#6b0000}.newsletter{padding:34px 0 28px;border-top:8px solid var(--yellow);border-bottom:0}.newsletter-title{font-size:22px!important;color:#6b0000}.newsletter-form{max-width:420px!important}.newsletter-form input,.newsletter-form button{height:34px!important;border-radius:4px!important;font-size:12px!important}.site-footer{padding:22px 0 14px!important}.footer-top{grid-template-columns:1.2fr 1fr 1fr 1fr!important;gap:20px!important}.footer-brand{font-size:16px!important}.footer-copy,.footer-links a{font-size:11px!important}.collection-page{background:#f3f3f3!important;color:#111!important}.collection-shell{padding:22px 0 24px!important}.collection-page .page-width{max-width:1080px}.category-card{background:transparent!important;box-shadow:none!important;padding:0!important;border-radius:0!important}.category-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.back-btn{width:42px;height:42px;border-radius:999px;background:#fff;border:1px solid #dedede;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000000f;font-size:26px;line-height:1}.category-card h1{font-size:28px!important;color:#111!important;margin:0 0 2px!important}.category-card p{color:#64748b!important}.subtabs{gap:8px!important;margin:10px 0 14px!important}.subtab{min-height:32px!important;padding:0 16px!important;border-radius:999px!important;font-size:12px!important;border:1px solid #d6d3d1!important;color:#111!important;background:#fff!important}.subtab.active{background:#a40000!important;color:#fff!important;border-color:#a40000!important}.filter-row{margin:0 0 16px!important}.filter-pill{min-height:34px!important;padding:0 14px!important;border-radius:14px!important;font-size:12px!important;box-shadow:0 2px 6px #0000000a}.filter-pill i{font-style:normal;color:#a40000}.collection-page .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}.collection-page .product-card{border-radius:10px!important;border:1px solid #ddd!important;box-shadow:0 1px 4px #0000000d!important}.collection-page .product-media{aspect-ratio:1.08/1!important}.collection-page .empty-state{padding:90px 20px;text-align:center;color:#6b7280}.collection-page .empty-state .icon{font-size:42px;display:block;margin-bottom:10px}.collection-page .empty-state h3{margin:0 0 8px;font:900 20px/1 Playfair Display,Georgia,serif;color:#111}.collection-page .empty-state p{margin:0}.anene-tabs [data-tab-panel]{display:none}.anene-tabs [data-tab-panel].active{display:grid}.mobile-bottom-nav nav{height:60px!important}.mobile-nav-link{font-size:9px!important}@media(max-width:767px){.hero-title{font-size:22px!important}.hero-badge{font-size:9px!important;padding:6px 8px!important}.cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.testimonial-grid{grid-template-columns:1fr!important}.footer-top{grid-template-columns:1fr 1fr!important}.collection-page .page-width{padding:0 16px!important}.category-card h1{font-size:20px!important}.back-btn{width:34px!important;height:34px!important;font-size:22px!important}.subtabs{overflow:auto!important;white-space:nowrap!important}.collection-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}:root{--mobile-nav-h: 82px !important}main{padding-bottom:calc(var(--mobile-nav-h) + 24px)!important}.mobile-bottom-nav{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:9999!important;display:block!important}.mobile-bottom-nav .gold-strip{height:2px!important;background:linear-gradient(90deg,gold,orange,gold)!important}.mobile-bottom-nav nav{height:82px!important;background:linear-gradient(90deg,#8b0000,#9b0000,#7a0000)!important;box-shadow:0 -6px 18px #00000038!important}.mobile-nav-links{display:flex!important;overflow:auto!important;height:100%!important}.mobile-nav-link{flex:1 0 20%!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;color:#ffffffc7!important;font-size:11px!important;font-weight:700!important;text-align:center!important;padding:8px 4px!important}.mobile-nav-link .i{font-size:20px!important;line-height:1!important}.mobile-nav-link.active{color:gold!important}@media(min-width:768px){:root{--mobile-nav-h: 84px !important}main{padding-bottom:calc(var(--mobile-nav-h) + 24px)!important}.mobile-bottom-nav{display:block!important}}.hero-wrap{max-width:1880px!important;margin:18px auto 0!important;padding:0 14px!important}.hero{background:linear-gradient(90deg,#151515,#1f1f22 55%,#2b2b2e)!important;border-radius:32px!important;min-height:278px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;overflow:hidden!important;position:relative!important;box-shadow:0 14px 34px #0000001f!important}.hero:before{content:""!important;position:absolute!important;left:-36px!important;bottom:-36px!important;width:116px!important;height:116px!important;border-radius:999px!important;background:#ffffff0f!important;display:block!important}.hero:after{content:""!important;position:absolute!important;right:92px!important;top:-10px!important;width:248px!important;height:248px!important;border-radius:999px!important;background:#ffd70017!important;box-shadow:108px -48px #ffd70017!important;display:block!important}.hero-inner{padding:20px 24px 10px!important;text-align:center!important}.hero-kicker{display:none!important}.hero-title{font-size:38px!important;line-height:1.08!important;letter-spacing:-.02em!important;margin:10px 0 18px!important;color:#fff!important;font-family:Playfair Display,Georgia,serif!important;font-weight:900!important}.hero-title em{color:var(--yellow)!important;font-style:italic!important}.hero-copy,.hero-cta{display:none!important}.hero-top-line,.hero-bottom-line{width:48px!important;height:3px!important;background:var(--yellow)!important;margin:0 auto 22px!important;border-radius:999px!important}.hero-bottom-line{margin:18px auto 0!important}.hero-badges{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:18px!important;flex-wrap:wrap!important;padding:0 24px 26px!important}.hero-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;min-height:36px!important;padding:0 18px!important;border-radius:999px!important;background:#ffffff24!important;border:0!important;color:#fff!important;font-size:13px!important;font-weight:700!important;box-shadow:none!important}@media(max-width:767px){.hero-wrap{padding:0!important;margin-top:0!important}.hero{border-radius:0!important;min-height:140px!important;box-shadow:none!important}.hero:before{left:-30px!important;bottom:-34px!important;width:88px!important;height:88px!important}.hero:after{right:20px!important;top:-18px!important;width:128px!important;height:128px!important;box-shadow:68px -24px #ffd70017!important}.hero-inner{padding:14px 14px 8px!important}.hero-title{font-size:24px!important;margin:8px 0 10px!important}.hero-top-line,.hero-bottom-line{width:34px!important;height:2px!important;margin-bottom:10px!important}.hero-bottom-line{margin-top:10px!important}.hero-badges{gap:8px!important;padding:0 8px 12px!important}.hero-badge{min-height:26px!important;padding:0 10px!important;font-size:10px!important}}.brand{font-size:26px!important;line-height:1!important;letter-spacing:-.03em!important}.welcome{font-size:14px!important;font-weight:700!important}.header-actions{gap:10px!important}.icon-btn{width:48px!important;height:48px!important;font-size:24px!important;border-radius:999px!important;background:#ffffff1f!important;border:1px solid rgba(255,255,255,.16)!important}.icon-btn img{width:28px!important;height:28px!important;object-fit:contain!important}.icon-btn[href*="wa.me"]{background:#25d366!important;border:0!important;box-shadow:0 8px 18px #25d36647!important}.icon-btn[href*="wa.me"] img{width:30px!important;height:30px!important;filter:none!important}.signin-btn{height:48px!important;padding:0 18px!important;font-size:16px!important;border-radius:12px!important}@media(max-width:767px){.brand{font-size:20px!important}.welcome{font-size:12px!important}.header-actions{gap:6px!important}.icon-btn{width:40px!important;height:40px!important;font-size:20px!important}.icon-btn img{width:24px!important;height:24px!important}.icon-btn[href*="wa.me"] img{width:25px!important;height:25px!important}.signin-btn{height:40px!important;padding:0 12px!important;font-size:13px!important}}:root{--red:#2f6f69 !important;--red2:#3f857c !important;--red3:#295c57 !important;--yellow:#d7b06b !important;--orange:#c89556 !important;--green:#2fb36b !important;--cream:#f5f1ea !important;--ink:#243630 !important;--muted:#6e7a74 !important;--line:#ddd5ca !important;--white:#ffffff !important}html,body{background:var(--cream)!important;color:var(--ink)!important}body{background:linear-gradient(180deg,#f8f5ef,#f3eee5)!important}.site-header{background:linear-gradient(90deg,#275f5a,#35756e 52%,#2d645f)!important;box-shadow:0 10px 28px #24363029!important}.brand{color:#f3d8a6!important}.welcome{color:#ffffffe6!important}.gold-line,.mobile-bottom-nav .gold-strip{background:linear-gradient(90deg,#d7b06b,#e7c892,#d7b06b)!important}.header-search .search-form input{background:#fffdf9!important;color:#243630!important;box-shadow:0 8px 18px #2436301a!important}.header-search .search-form button,.search-icon{color:#295c57!important}.icon-btn{background:#ffffff24!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 6px 14px #00000014!important}.icon-btn[href*="wa.me"]{background:linear-gradient(180deg,#32c977,#27ae63)!important;border:0!important;box-shadow:0 10px 18px #2fb36b47!important}.icon-btn[href*="wa.me"] img{width:24px!important;height:24px!important;filter:none!important;background:transparent!important}.signin-btn{background:#fffaf2!important;color:#294f4b!important;box-shadow:0 6px 14px #2436301a!important}.hero{background:linear-gradient(90deg,#1d2f2d,#263d3a 55%,#2f4743)!important;border-radius:30px!important;box-shadow:0 16px 34px #24363024!important}.hero:before,.hero:after{display:block!important;background:#d7b06b17!important}.hero-top-line,.hero-bottom-line{background:#d7b06b!important}.hero-title{color:#fff!important}.hero-title em{color:#f0cf8e!important}.hero-badge{background:#ffffff1a!important;color:#fff7ea!important;border:1px solid rgba(255,255,255,.1)!important}.section-title,.see-all,.newsletter-title,.testi-name{color:#2b625d!important}.stat,.testimonial-card,.newsletter-form input,.product-card,.cart-card,.filter-pill,.subtab{background:#fffdf9!important;border-color:#ded5c8!important}.cat-media{border:1px solid #e5dccf!important;background:#eee7dc!important}.product-card{box-shadow:0 8px 22px #24363012!important}.product-name,.price,.collection-page .product-name,.collection-page .price,.cart-title{color:#243630!important}.product-brand,.old-price,.rating,.footer-copy,.newsletter-copy,.newsletter-note,.small-note{color:#6e7a74!important}.sale-badge{background:#e4c488!important;color:#243630!important}.add-fab,.primary-btn{background:linear-gradient(180deg,#35756e,#2d645f)!important;color:#fff!important;box-shadow:0 10px 18px #2f6f692e!important}.secondary-btn{background:#fffaf2!important;border:1px solid #ded5c8!important;color:#295c57!important}.wa-btn{background:linear-gradient(180deg,#32c977,#27ae63)!important;color:#fff!important;box-shadow:0 10px 18px #2fb36b33!important}.newsletter{border-top:8px solid #d7b06b!important;background:#f7f2ea!important}.newsletter-form button{background:linear-gradient(180deg,#35756e,#2d645f)!important}.site-footer{background:linear-gradient(180deg,#203330,#172625)!important}.footer-title,.footer-brand{color:#f0cf8e!important}.footer-links a,.footer-bottom p,.footer-bottom a{color:#ffffffb8!important}.collection-page{background:#f7f3eb!important;color:#243630!important}.back-btn{color:#295c57!important}.subtab{color:#2a5d58!important;background:#fffaf3!important}.subtab.active{background:linear-gradient(180deg,#35756e,#2d645f)!important;border-color:#2d645f!important;color:#fff!important}.filter-pill i{color:#2f6f69!important}.mobile-bottom-nav nav{background:linear-gradient(90deg,#275f5a,#35756e 52%,#2d645f)!important;box-shadow:0 -6px 18px #24363029!important}.mobile-nav-link{color:#ffffffc7!important}.mobile-nav-link.active{color:#f0cf8e!important}@media(max-width:767px){.icon-btn[href*="wa.me"] img{width:22px!important;height:22px!important}.hero{border-radius:22px!important}}.cart-top-btn{background:#ffffff21!important;border:1px solid rgba(240,207,142,.34)!important;box-shadow:0 8px 16px #1c343024!important}.cart-top-btn img{width:26px!important;height:26px!important;background:transparent!important;filter:none!important}.profile-top-btn{height:48px!important;min-width:118px!important;padding:0 18px 0 14px!important;gap:9px!important;border-radius:15px!important;background:linear-gradient(180deg,#fffaf2,#f4eadb)!important;color:#2d645f!important;border:1px solid rgba(215,176,107,.32)!important;box-shadow:0 8px 18px #2436301f!important}.profile-top-btn img{width:24px!important;height:24px!important;background:transparent!important}.profile-top-btn span{font-weight:900!important;letter-spacing:-.01em!important}.header-actions .icon-btn:hover,.profile-top-btn:hover{transform:translateY(-1px);transition:transform .18s ease,box-shadow .18s ease}.cart-top-btn:hover{box-shadow:0 10px 20px #1c343033!important}.profile-top-btn:hover{box-shadow:0 10px 22px #24363029!important}@media(max-width:767px){.cart-top-btn img{width:23px!important;height:23px!important}.profile-top-btn{min-width:0!important;width:40px!important;height:40px!important;padding:0!important;border-radius:999px!important}.profile-top-btn span{display:none!important}.profile-top-btn img{width:22px!important;height:22px!important}}.icon-btn[href*="wa.me"] img{object-fit:contain!important;display:block!important}.whatsapp-top-btn,.icon-btn[href*="wa.me"]{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;overflow:visible!important}.whatsapp-top-btn img,.icon-btn[href*="wa.me"] img{width:46px!important;height:46px!important;object-fit:contain!important;display:block!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;filter:none!important}.wa-btn img{background:transparent!important;border:0!important;box-shadow:none!important}@media(max-width:767px){.whatsapp-top-btn img,.icon-btn[href*="wa.me"] img{width:38px!important;height:38px!important}}.product-link,.product-card-link{display:block;color:inherit;text-decoration:none}.quick-add-form{position:absolute;right:8px;bottom:8px;z-index:6;margin:0}.product-body .quick-add-form{position:static}.quick-add-btn,.add-fab{width:34px!important;height:34px!important;border-radius:999px!important;border:0!important;background:linear-gradient(180deg,#5bbfb5,#3a9e8f)!important;color:#041f1e!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important;cursor:pointer!important;box-shadow:0 8px 18px #041f1e2e!important;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.quick-add-btn:hover,.add-fab:hover{background:#4aaea4!important;transform:translateY(-1px);box-shadow:0 10px 20px #041f1e38!important}.quick-add-btn:disabled{cursor:wait!important;opacity:.82}.quick-add-btn.is-added{background:#25d366!important;color:#fff!important}.quick-add-btn svg{width:18px;height:18px;display:block}.cart-count-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#5bbfb5;color:#041f1e;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;line-height:1;border:1px solid rgba(255,255,255,.65)}.cart-count-badge[hidden]{display:none!important}@media(max-width:767px){.quick-add-btn,.add-fab{width:32px!important;height:32px!important}}.quick-add-btn,.add-fab{width:40px!important;height:40px!important;border-radius:999px!important;background:linear-gradient(180deg,#5bbfb5,#3a9e8f)!important;color:#d4af37!important;border:0!important}.quick-add-btn:hover,.add-fab:hover{background:#4aaea4!important;color:#f5c84c!important}.quick-add-plus,.quick-add-state{font-size:24px!important;line-height:1!important;font-weight:900!important;display:inline-block!important;transform:translateY(-1px);color:inherit!important}.quick-add-btn.is-added{background:#0d4a46!important;color:#f5c84c!important}.quick-add-btn svg{display:none!important}@media(max-width:767px){.quick-add-btn,.add-fab{width:38px!important;height:38px!important}}.product-detail-section .cart-card.product-detail-card{padding:24px!important}.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:28px;align-items:start}.product-detail-media{border-radius:24px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 26px #0000000f}.product-detail-media img{width:100%;height:auto;display:block}.product-detail-title{margin:6px 0 10px!important;font-size:clamp(30px,4vw,42px)!important;line-height:1.08!important}.product-detail-price-row{margin:12px 0 18px!important}.product-detail-price{font-size:30px!important}.product-detail-description{margin:0 0 20px;color:#4b5563;font-size:16px;line-height:1.7}.product-detail-actions{gap:12px!important;align-items:stretch}.product-detail-add-btn{min-height:56px!important;padding:0 26px!important;font-size:18px!important;border-radius:16px!important}.product-detail-actions .wa-btn{min-height:56px!important;padding:0 20px!important;border-radius:16px!important}@media(max-width:899px){.product-detail-grid{grid-template-columns:1fr}.product-detail-section .cart-card.product-detail-card{padding:18px!important}}.product-card{position:relative!important}.product-card-link{display:block!important;color:inherit!important;text-decoration:none!important}.quick-add-form{position:absolute!important;right:8px!important;bottom:8px!important;z-index:8!important;margin:0!important}.quick-add-btn{width:40px!important;height:40px!important;border-radius:999px!important;border:0!important;background:linear-gradient(180deg,#5bbfb5,#3a9e8f)!important;color:#d4af37!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-shadow:0 8px 18px #041f1e2e!important;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.quick-add-btn:hover{background:#4aaea4!important;color:#f6cf5a!important;transform:translateY(-1px);box-shadow:0 10px 20px #041f1e38!important}.quick-add-plus,.quick-add-state{color:inherit!important;font-size:26px!important;line-height:1!important;font-weight:900!important;transform:translateY(-1px)}.quick-add-btn.is-added{background:#0d4a46!important;color:#f6cf5a!important}.collection-sort-form{display:flex!important;align-items:center!important;gap:10px!important;width:max-content!important;max-width:100%!important;margin:0 0 16px!important;background:#fffdf9!important;border:1px solid oklch(.92 .008 165)!important;border-radius:16px!important;padding:8px 10px!important;box-shadow:0 6px 16px #041f1e0f!important}.sort-label{color:#0a3d3a!important;font-size:13px!important;font-weight:900!important}.sort-select{min-height:34px!important;border:0!important;background:transparent!important;color:#041f1e!important;font-weight:800!important;outline:none!important;cursor:pointer!important}.pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin:22px 0 0}.pagination-link{background:#5bbfb5;color:#041f1e;padding:9px 14px;border-radius:999px;font-weight:900}.pagination-current{color:#6e7a74;font-weight:800}.cart-top-btn{position:relative!important}@media(max-width:767px){.quick-add-btn{width:38px!important;height:38px!important}.collection-sort-form{width:100%!important;justify-content:space-between!important}.sort-select{max-width:70%!important}}.cart-edit-form{margin:0}.cart-items{display:grid;gap:0}.cart-item{grid-template-columns:92px minmax(0,1fr) auto!important;align-items:start!important}.cart-item-info{min-width:0}.cart-item-info .product-name{display:block;color:#243630!important;font-weight:900;line-height:1.25;margin-bottom:4px}.cart-line-controls{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:10px}.quantity-control{display:inline-flex;align-items:center;overflow:hidden;border:1px solid oklch(.92 .008 165);border-radius:999px;background:#fffdf9}.qty-btn{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;color:#0a3d3a;font-size:20px;font-weight:900;line-height:1}.qty-input{width:48px;height:34px;border:0;border-left:1px solid oklch(.92 .008 165);border-right:1px solid oklch(.92 .008 165);text-align:center;color:#041f1e;font-weight:900;background:#fff;-webkit-appearance:textfield;appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.remove-line{color:#b42318;font-size:13px;font-weight:900;text-decoration:underline;text-underline-offset:3px}.cart-line-price{text-align:right;white-space:nowrap}.summary-note{color:#6e7a74;font-size:13px;font-weight:700;padding-top:2px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:767px){.cart-item{grid-template-columns:76px minmax(0,1fr)!important;gap:10px!important}.cart-line-price{grid-column:2;text-align:left;margin-top:-4px}.cart-actions{flex-direction:column}.cart-actions .primary-btn,.cart-actions .secondary-btn,.cart-actions .wa-btn{width:100%}}.qty-remove-at-one{color:#b42318!important}.qty-remove-at-one:hover{background:#fff1f0!important}.template-index .newsletter{display:none!important}body.age-gate-open{overflow:hidden!important}.age-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:22px;background:radial-gradient(circle at top right,rgba(91,191,181,.18),transparent 36%),radial-gradient(circle at bottom left,rgba(215,176,107,.13),transparent 34%),#041f1eeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.age-gate[hidden]{display:none!important}.age-gate-card{width:min(520px,100%);background:#fbfaf8;border:1px solid rgba(91,191,181,.32);border-radius:28px;box-shadow:0 24px 80px #00000052;padding:34px 28px 28px;text-align:center;color:#10171c}.age-gate-brand{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 16px;border-radius:999px;background:#041f1e;color:#5bbfb5;font-family:Playfair Display,Georgia,serif;font-weight:900;margin-bottom:16px}.age-gate-card h2{margin:0 0 10px;font-family:Playfair Display,Georgia,serif;font-size:34px;line-height:1.05;color:#041f1e}.age-gate-copy{margin:0 auto 22px;max-width:410px;color:#596965;font-weight:700;line-height:1.55}.age-gate-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.age-gate-btn{min-height:50px;border:0;border-radius:16px;font-weight:900;font-size:15px;cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.age-gate-btn:hover{transform:translateY(-1px)}.age-gate-yes{background:linear-gradient(180deg,#5bbfb5,#3a9e8f);color:#041f1e;box-shadow:0 12px 24px #3a9e8f38}.age-gate-yes:hover{background:#4aaea4}.age-gate-no{background:#fffdf9;color:#041f1e;border:1px solid oklch(.92 .008 165)}.age-gate-apology{margin-top:18px;background:#ffffffb8;border:1px solid oklch(.92 .008 165);border-radius:18px;padding:18px}.age-gate-apology h3{margin:0 0 8px;color:#041f1e;font-family:Playfair Display,Georgia,serif;font-size:22px}.age-gate-apology p{margin:0;color:#596965;font-weight:700;line-height:1.5}.age-gate.blocked .age-gate-actions{display:none}@media(max-width:767px){.age-gate{padding:16px}.age-gate-card{padding:28px 18px 22px;border-radius:22px}.age-gate-card h2{font-size:28px}.age-gate-actions{grid-template-columns:1fr}}.whatsapp-order-link{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#fff!important;font-weight:900!important;text-decoration:none!important}.whatsapp-order-text{font-size:14px!important;line-height:1!important;color:#fff!important;white-space:nowrap!important;text-shadow:0 1px 1px rgba(0,0,0,.16)}.whatsapp-order-link .whatsapp-top-btn{flex:0 0 auto!important}.predictive-search-form{position:relative!important}.predictive-search-item:hover{background:#e3efe9!important}.predictive-search-title{font-size:14px!important;font-weight:900!important;line-height:1.2!important;color:#041f1e!important}.predictive-search-meta{margin-top:3px!important;font-size:12px!important;color:#6e7a74!important;font-weight:700!important}.template-index .testimonials{display:none!important}@media(max-width:767px){.whatsapp-order-text{display:none!important}.predictive-search-results{max-height:360px!important}.predictive-search-item{grid-template-columns:44px minmax(0,1fr)!important}.predictive-search-price{display:none!important}.predictive-search-thumb{width:44px!important;height:44px!important}}.newsletter,.template-index .newsletter,section.newsletter{display:none!important}.search-form,.predictive-search-form{position:relative!important}.search-submit-btn{appearance:none!important;-webkit-appearance:none!important;background:transparent!important;border:0!important;outline:none!important;box-shadow:none!important;color:#041f1e!important;font-weight:900!important;cursor:pointer!important}.search-submit-btn:before,.search-submit-btn:after,.search-form button:before,.search-form button:after{content:none!important;display:none!important}.search-form input[type=search]{-webkit-appearance:none!important;appearance:none!important}.search-form input[type=search]::-webkit-search-decoration,.search-form input[type=search]::-webkit-search-cancel-button,.search-form input[type=search]::-webkit-search-results-button,.search-form input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none!important;display:none!important}.predictive-search-results{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:0!important;z-index:100000!important;background:#fffdf9!important;border:1px solid oklch(.92 .008 165)!important;border-radius:18px!important;box-shadow:0 18px 38px #041f1e2e!important;overflow:hidden!important;max-height:420px!important;overflow-y:auto!important}.predictive-search-results[hidden]{display:none!important}.predictive-search-item{display:grid!important;grid-template-columns:52px minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;padding:10px 12px!important;color:#041f1e!important;text-decoration:none!important;border-bottom:1px solid oklch(.92 .008 165)!important}.predictive-search-item:last-child{border-bottom:0!important}.predictive-search-item:hover,.predictive-search-item:focus{background:#e3efe9!important}.predictive-search-thumb{width:52px!important;height:52px!important;border-radius:12px!important;overflow:hidden!important;background:#f3f0ea!important}.predictive-search-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}.predictive-search-title{display:block!important;font-size:14px!important;font-weight:900!important;line-height:1.2!important;color:#041f1e!important}.predictive-search-meta{display:block!important;margin-top:3px!important;font-size:12px!important;color:#6e7a74!important;font-weight:700!important}.predictive-search-price{font-size:13px!important;font-weight:900!important;color:#0a3d3a!important;white-space:nowrap!important}.predictive-search-empty,.predictive-search-loading{padding:14px!important;color:#6e7a74!important;font-weight:800!important;text-align:center!important}@media(max-width:767px){.predictive-search-results{max-height:360px!important}.predictive-search-item{grid-template-columns:44px minmax(0,1fr)!important}.predictive-search-price{display:none!important}.predictive-search-thumb{width:44px!important;height:44px!important}}.brand-link{display:inline-block!important;text-decoration:none!important;cursor:pointer!important}.brand-link:hover{color:#fff!important}.mobile-nav-link .i{display:none!important}.mobile-nav-link .nav-svg{width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:currentColor!important;opacity:.95!important}.mobile-nav-link .nav-svg svg{width:24px!important;height:24px!important;display:block!important}.mobile-nav-link{gap:5px!important}.mobile-nav-link span:last-child{font-size:11px!important;line-height:1.15!important;font-weight:800!important}.customer-auth-section{min-height:calc(100vh - 220px);display:flex;align-items:center}.customer-auth-card{max-width:560px;margin:0 auto;background:#fffdf9;border:1px solid oklch(.92 .008 165);border-radius:24px;padding:28px;box-shadow:0 18px 40px #041f1e1a}.customer-home-link{display:inline-flex;margin-bottom:14px;color:#0a3d3a;font-weight:900;text-decoration:none}.customer-auth-title{margin:0 0 8px;font-family:Playfair Display,Georgia,serif;color:#041f1e;font-size:34px;line-height:1.08}.customer-auth-copy{margin:0 0 20px;color:#6e7a74;font-weight:700}.customer-form{display:grid;gap:10px}.customer-form label{font-size:13px;font-weight:900;color:#0a3d3a}.customer-form input{min-height:46px;border:1px solid oklch(.92 .008 165);border-radius:14px;padding:0 14px;background:#fff;color:#041f1e;font-weight:700}.customer-submit{margin-top:8px;min-height:50px}.customer-auth-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.customer-auth-links a{color:#0a3d3a;font-weight:900;text-decoration:underline;text-underline-offset:3px}@media(max-width:767px){.mobile-nav-link .nav-svg,.mobile-nav-link .nav-svg svg{width:21px!important;height:21px!important}.mobile-nav-link span:last-child{font-size:9px!important}.customer-auth-card{padding:22px 16px;border-radius:20px}}.cat-name,.category-card h1,.subtab,.category-grid .cat-name{font-family:Montserrat,Arial,sans-serif!important}.cat-name{font-weight:900!important;letter-spacing:-.01em!important}.category-card h1{font-weight:900!important;letter-spacing:-.02em!important}.subtab{font-weight:800!important}.cat-name{font-size:14px!important}.customer-home-button{display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:38px!important;padding:0 14px!important;border-radius:999px!important;background:#0a3d3a!important;color:#fff!important;font-weight:900!important;text-decoration:none!important;margin-bottom:16px!important}.customer-home-button:hover{background:#0d4a46!important}.customer-auth-brand{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:0 14px!important;border-radius:999px!important;background:#041f1e!important;color:#5bbfb5!important;font-family:Montserrat,Arial,sans-serif!important;font-weight:900!important;margin-bottom:14px!important}.brand-link{cursor:pointer!important;text-decoration:none!important}.site-header{background:linear-gradient(90deg,#0a3d3a,#0d4a46,#0a3d3a)!important}.header-top.page-width,.header-top{min-height:72px!important;padding-top:10px!important;padding-bottom:8px!important;gap:18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.brand-wrap{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;min-width:180px!important}.brand.brand-link{font-size:30px!important;line-height:.95!important;color:#f0cf8e!important;white-space:nowrap!important;text-decoration:none!important}.brand.brand-link:hover{color:#fff!important}.welcome{margin-top:6px!important;font-size:13px!important;color:#ffffffe0!important;font-weight:800!important}.header-actions{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;flex-shrink:0!important}.whatsapp-order-link{gap:8px!important}.whatsapp-order-text{font-size:13px!important;font-weight:900!important;white-space:nowrap!important}.icon-btn,.signin-btn{flex-shrink:0!important}.header-search.page-width,.header-search{padding-bottom:12px!important}.search-form input,.search-form button,.search-submit-btn{height:42px!important}.gold-line{background:linear-gradient(90deg,#5bbfb5,#3a9e8f,#5bbfb5)!important}@media(max-width:767px){:root{--header-h:126px !important}.header-top.page-width,.header-top{min-height:66px!important;padding:8px 10px 6px!important;gap:8px!important}.brand-wrap{min-width:0!important;max-width:calc(100vw - 168px)!important}.brand.brand-link{font-size:21px!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}.welcome{font-size:11px!important;margin-top:4px!important}.header-actions{gap:5px!important}.whatsapp-order-text{display:none!important}.icon-btn{width:38px!important;height:38px!important}.whatsapp-top-btn img,.icon-btn[href*="wa.me"] img{width:34px!important;height:34px!important}.cart-top-btn img{width:22px!important;height:22px!important}.profile-top-btn{width:38px!important;height:38px!important;min-width:38px!important;padding:0!important;border-radius:999px!important}.profile-top-btn span{display:none!important}.profile-top-btn img{width:21px!important;height:21px!important}.header-search.page-width,.header-search{padding:0 10px 10px!important}.search-form input{height:40px!important;font-size:13px!important;padding-right:74px!important}.search-form button,.search-submit-btn{height:40px!important;padding:0 12px!important;font-size:13px!important}}.footer-brand-link{display:inline-block!important;text-decoration:none!important}.footer-brand-link:hover{color:#fff!important}.footer-links a{display:inline-flex!important;width:max-content!important;transition:color .16s ease,transform .16s ease}.footer-links a:hover{color:#5bbfb5!important;transform:translate(2px)}.footer-legal{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.footer-legal a{color:#ffffffb8!important;font-size:13px!important;font-weight:800!important}.footer-legal a:hover{color:#5bbfb5!important}@media(max-width:767px){.footer-top{grid-template-columns:1fr!important}.footer-bottom{align-items:flex-start!important;flex-direction:column!important}}.page-section{padding:26px 0 34px}.page-card{background:#fffdf9;border:1px solid oklch(.92 .008 165);border-radius:28px;padding:28px;box-shadow:0 18px 42px #041f1e14}.page-eyebrow{display:inline-flex;align-items:center;min-height:32px;padding:0 13px;border-radius:999px;background:#e3efe9;color:#0a3d3a;font-weight:900;font-size:12px;margin-bottom:14px}.page-title{margin:0 0 12px;font-family:Playfair Display,Georgia,serif;color:#041f1e;font-size:clamp(30px,4vw,44px);line-height:1.06}.page-copy{max-width:760px;margin:0 0 22px;color:#5f6f6a;font-weight:700;line-height:1.65}.contact-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:18px;align-items:start}.contact-form-card,.contact-info-card{background:#fff;border:1px solid oklch(.92 .008 165);border-radius:22px;padding:20px}.contact-form{display:grid;gap:10px}.contact-form label{color:#0a3d3a;font-weight:900;font-size:13px}.contact-form input,.contact-form textarea{width:100%;border:1px solid oklch(.92 .008 165);border-radius:14px;background:#fffdf9;color:#041f1e;padding:12px 14px;font:inherit;font-weight:700}.contact-form textarea{resize:vertical}.contact-submit{margin-top:8px;min-height:50px}.form-success{background:#e3efe9;color:#0a3d3a;border-radius:14px;padding:12px;font-weight:900}.contact-info-card h2{margin:0 0 8px;color:#041f1e;font-family:Playfair Display,Georgia,serif;font-size:26px}.contact-info-card p{margin:0 0 16px;color:#5f6f6a;font-weight:700;line-height:1.55}.contact-whatsapp-btn{width:100%;min-height:52px;margin-bottom:16px}.contact-detail-list{display:grid;gap:10px}.contact-detail-list div,.about-values div{background:#fbfaf8;border:1px solid oklch(.92 .008 165);border-radius:16px;padding:14px}.contact-detail-list strong,.about-values strong{display:block;color:#0a3d3a;font-weight:900;margin-bottom:3px}.contact-detail-list span,.about-values span{display:block;color:#5f6f6a;font-weight:700;line-height:1.45}.about-copy{display:grid;gap:12px;max-width:900px}.about-copy p{margin:0;color:#4f625d;font-size:16px;font-weight:700;line-height:1.75}.about-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px}.about-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}@media(max-width:767px){.page-card{padding:20px 16px;border-radius:22px}.contact-grid,.about-values{grid-template-columns:1fr}.about-actions .primary-btn,.about-actions .wa-btn{width:100%}}.about-signature{margin-top:22px;padding:18px;border-radius:18px;background:linear-gradient(135deg,#0a3d3a,#0d4a46);color:#fff;display:flex;flex-direction:column;gap:4px}.about-signature strong{color:#f0cf8e;font-family:Playfair Display,Georgia,serif;font-size:24px;line-height:1}.about-signature span{color:#ffffffe0;font-weight:800}.page-back-btn,.cart-go-back-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:0 14px!important;border-radius:999px!important;background:#e3efe9!important;color:#0a3d3a!important;font-weight:900!important;text-decoration:none!important;margin-bottom:14px!important;border:1px solid oklch(.92 .008 165)!important}.page-back-btn:hover,.cart-go-back-btn:hover{background:#5bbfb5!important;color:#041f1e!important}.cart-header .cart-go-back-btn{margin-bottom:10px!important}.cart-bottom-back-btn{border-color:#e0e6e3!important}@media(max-width:767px){.cart-header{align-items:flex-start!important;flex-direction:column!important}.cart-header .secondary-btn{width:100%!important}}.product-card .sale-badge{display:inline-flex!important}.product-card.is-sold-out{opacity:.82}.product-card .product-media,.product-media{background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.product-card .product-media{height:245px!important;padding:12px!important}.product-card .product-media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important}.stock-badge{position:absolute!important;left:10px!important;top:10px!important;z-index:5!important;display:inline-flex!important;align-items:center!important;min-height:24px!important;padding:0 9px!important;border-radius:7px!important;background:#8b1e1e!important;color:#fff!important;font-size:11px!important;font-weight:900!important;letter-spacing:.04em!important}.quick-add-btn,.add-fab{width:40px!important;height:40px!important;border-radius:999px!important;background:linear-gradient(180deg,#5bbfb5,#3a9e8f)!important;color:#d4af37!important;border:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.quick-add-btn:not(:disabled):hover{background:#4aaea4!important;color:#f6cf5a!important}.quick-add-plus,.quick-add-state{font-size:28px!important;line-height:1!important;font-weight:900!important;color:inherit!important;transform:translateY(-2px)}.quick-add-soldout,.quick-add-btn:disabled{cursor:not-allowed!important;background:#d8ddd8!important;color:#7b837f!important;box-shadow:none!important}.quick-add-lock{font-size:18px!important;line-height:1!important;font-weight:900!important;color:#7b837f!important}.product-detail-back-row{display:flex;align-items:center;gap:10px;margin:0 0 14px}.product-back-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border-radius:999px;background:#e3efe9;color:#0a3d3a;border:1px solid oklch(.92 .008 165);text-decoration:none;font-weight:900}.product-back-btn:hover{background:#5bbfb5;color:#041f1e}.product-detail-media{position:relative!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:520px!important;padding:24px!important}.product-detail-media img{width:100%!important;height:auto!important;max-height:620px!important;object-fit:contain!important;object-position:center center!important}.product-detail-add-btn:disabled{background:#cfd8d4!important;color:#6f7c77!important;cursor:not-allowed!important;box-shadow:none!important}.variant-label{display:block;font-weight:900;color:#0a3d3a;margin:0 0 8px}.variant-select{width:100%;min-height:46px;border:1px solid oklch(.92 .008 165);border-radius:14px;padding:0 12px;margin:0 0 16px;font-weight:800;background:#fffdf9;color:#041f1e}@media(max-width:767px){.product-card .product-media{height:180px!important;padding:10px!important}.product-detail-media{min-height:340px!important;padding:16px!important}.product-detail-media img{max-height:420px!important}.product-detail-back-row{padding:0 10px}}.product-card{overflow:hidden!important}.product-card .product-media{height:230px!important;width:100%!important;padding:16px!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:hidden!important}.product-card .product-media img{width:100%!important;height:100%!important;max-width:150px!important;max-height:198px!important;object-fit:contain!important;object-position:center center!important;margin:auto!important;display:block!important}.product-card .product-media img[width],.product-card .product-media img[height]{aspect-ratio:auto!important}.product-card .product-body{min-height:128px!important;display:flex!important;flex-direction:column!important}.product-card .product-name{min-height:34px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-card .price-row{margin-top:auto!important}@media(max-width:767px){.product-card .product-media{height:178px!important;padding:14px!important}.product-card .product-media img{max-width:118px!important;max-height:152px!important}.product-card .product-body{min-height:118px!important}}@media(min-width:1200px){.product-card .product-media{height:245px!important}.product-card .product-media img{max-width:158px!important;max-height:210px!important}}
/*# sourceMappingURL=/cdn/shop/t/82/assets/theme.css.map */
