*{box-sizing:border-box}body{color:#171717;background:#f8f7f4;margin:0;font-family:Arial,Helvetica,sans-serif}.route-loading{-webkit-backdrop-filter:blur(18px)saturate(130%);backdrop-filter:blur(18px)saturate(130%);color:#f8fffa;letter-spacing:.025em;text-align:center;text-shadow:0 2px 8px #00000047;z-index:100;background:linear-gradient(135deg,#0d271b5c,#18362647);flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:100dvh;font-size:14px;font-weight:800;display:flex;position:fixed;inset:0}.route-loading-logo{color:#174d36;letter-spacing:-.09em;text-shadow:0 8px 22px #175d402e;font-size:clamp(2.3rem,9vw,3.6rem);font-weight:900;line-height:1;animation:1.3s ease-in-out infinite route-loading-logo}.route-loading-logo span{color:#27935a}.route-loading-logo-image{filter:drop-shadow(0 10px 20px #00000040);object-fit:contain;max-width:min(74vw,520px);max-height:min(22vw,130px);animation:1.3s ease-in-out infinite route-loading-logo}.route-loading-mark{align-items:center;gap:8px;height:28px;display:flex}.route-loading-mark i{background:#27935a;border-radius:50%;width:9px;height:9px;animation:.75s ease-in-out infinite route-loading-bounce;display:block}.route-loading-mark i:nth-child(2){background:#d3a852;animation-delay:.12s}.route-loading-mark i:nth-child(3){background:#175d40;animation-delay:.24s}@keyframes route-loading-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-11px)}}@keyframes route-loading-logo{0%,to{opacity:.72;transform:scale(.96)}50%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.route-loading-logo,.route-loading-mark i{animation:none}}header{border-bottom:1px solid #e7e2d8;justify-content:space-between;align-items:center;padding:20px max(24px,50% - 550px);animation:.55s ease-out both header-in;display:flex}.brand{color:#111;letter-spacing:-1px;font-size:24px;font-weight:900;text-decoration:none}.brand span{color:#b18b48}nav{gap:22px;display:flex}nav a{color:#444;font-size:14px;font-weight:700;text-decoration:none;transition:color .2s,transform .2s}nav a:hover{color:#b18b48;transform:translateY(-2px)}main{max-width:1100px;margin:0 auto;padding:72px 24px}.hero{padding-block:14vh;animation:.7s ease-out both content-in}.eyebrow{color:#8b6a2b;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:800}h1{letter-spacing:-.07em;margin:16px 0;font-size:clamp(2.5rem,7vw,5rem);line-height:.95}h1 em{color:#b18b48;font-family:inherit;font-weight:500}main>p:last-child{color:#555;max-width:620px;font-size:18px;line-height:1.6}.button,button{color:#fff;cursor:pointer;background:#111;border:0;border-radius:9px;margin-top:20px;padding:13px 17px;font-weight:800;text-decoration:none;transition:background .2s,box-shadow .2s,transform .2s;display:inline-block}.button:hover,button:hover{transform:translateY(-2px);box-shadow:0 8px 18px #00000029}.button:active,button:active{transform:translateY(0)scale(.97)}.products{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px;display:grid}.products article{background:#fff;border:1px solid #e7e2d8;border-radius:16px;padding:15px;transition:border-color .25s,box-shadow .25s,transform .25s;animation:.55s ease-out both product-in}.products article:hover{border-color:#d1bea0;transform:translateY(-7px);box-shadow:0 14px 34px #352a181f}.product-art{background:#fff;border-radius:11px;justify-content:center;align-items:center;height:165px;font-size:64px;transition:transform .3s;display:flex}.products article:hover .product-art{transform:scale(1.035)}.products article>p{color:#84755e;margin:14px 0 4px;font-size:12px;font-weight:700}.products h2{margin:0 0 10px;font-size:18px}.products article>span{color:#666;font-size:13px;line-height:1.45}.products footer{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.products button{min-width:0;margin:0;padding:8px 10px;font-size:11px}.products button.added{background:#198754;animation:.45s cart-confirm}.checkout{grid-template-columns:1.4fr .8fr;align-items:start;gap:32px;margin-top:32px;display:grid}.checkout section,.checkout aside{background:#fff;border:1px solid #e7e2d8;border-radius:16px;padding:22px}.checkout h2{font-size:19px}.checkout input,.checkout select{font:inherit;border:1px solid #cfc7b9;border-radius:8px;width:100%;margin:10px 0;padding:12px;display:block}.checkout aside p{justify-content:space-between;font-size:14px;display:flex}.checkout aside label{margin:20px 0;font-size:14px;display:block}.checkout aside label input{width:auto;display:inline}.checkout aside button{width:100%}.notice{color:#216737;background:#e9f6ed;border-radius:10px;margin-top:25px;padding:14px}.feedback-positive,.feedback-negative{border-radius:9px;margin:0;padding:11px 13px;font-size:12px}.feedback-positive{color:#17633a;background:#e6f6ec;border:1px solid #b7dfc5}.feedback-negative{color:#9d2733;background:#fff0f1;border:1px solid #efb5bb}@keyframes header-in{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes content-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes product-in{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes cart-confirm{0%{transform:scale(.9)}55%{transform:scale(1.12)}to{transform:scale(1)}}@media (max-width:760px){main{padding:46px 20px}.products{grid-template-columns:repeat(2,1fr)}.checkout{grid-template-columns:1fr}.checkout aside{order:-1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.product-art{overflow:hidden}.product-art img{object-fit:contain;width:100%;height:100%;display:block}.store-gallery{gap:6px;margin:9px 0;display:flex}.store-gallery button{background:#fff;border:2px solid #0000;border-radius:7px;width:42px;height:42px;margin:0;padding:0;overflow:hidden}.store-gallery button.selected{border-color:#16864e}.store-gallery img{object-fit:cover;width:100%;height:100%;display:block}.maintenance-page{background:radial-gradient(circle at top,#eef8f2,#f7f8f6 58%);justify-content:center;align-items:center;max-width:none;min-height:100dvh;padding:28px;display:flex}.maintenance-page section{text-align:center;background:#fffffff0;border:1px solid #dbe6df;border-radius:22px;max-width:650px;padding:54px;box-shadow:0 24px 70px #12412a1f}.maintenance-logo{color:#163d2c;letter-spacing:-1px;margin-bottom:30px;font-size:27px;font-weight:900}.maintenance-logo span{color:#2b9a60}.maintenance-page h1{color:#173326;margin:12px 0 20px;font-size:clamp(2.6rem,7vw,4.8rem)}.maintenance-page section>p:not(.eyebrow){color:#647269;max-width:510px;margin:0 auto;font-size:17px;line-height:1.65}.maintenance-status{color:#1b6840;background:#e9f6ee;border:1px solid #c4e5d1;border-radius:999px;align-items:center;gap:8px;margin-top:28px;padding:9px 13px;font-size:12px;font-weight:800;display:inline-flex}.maintenance-status i{background:#27a862;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite maintenance-pulse}.maintenance-admin{color:#637069;margin-top:25px;font-size:11px;text-decoration:none;display:block}.maintenance-admin:hover{color:#1e6f45}@keyframes maintenance-pulse{50%{opacity:.35;transform:scale(.75)}}@media (max-width:600px){.maintenance-page{padding:16px}.maintenance-page section{padding:38px 22px}.maintenance-page section>p:not(.eyebrow){font-size:15px}}.panel-locked-page{background:#0c2118;justify-content:center;align-items:center;max-width:none;min-height:100dvh;padding:28px;display:flex}.panel-locked-page section{color:#fff;text-align:center;background:#122f22;border:1px solid #ffffff1f;border-radius:22px;max-width:590px;padding:52px;box-shadow:0 24px 70px #00000040}.panel-locked-page .maintenance-logo{color:#fff}.panel-locked-page .eyebrow{color:#69d99a}.panel-locked-page h1{letter-spacing:-.05em;margin:13px 0;font-size:clamp(2.3rem,6vw,4rem)}.panel-locked-page section>p:not(.eyebrow){color:#b8cec3;font-size:16px}.panel-locked-page .maintenance-status{color:#8fe3b4;background:#2daf681f;border-color:#62d7934d}@media (max-width:600px){.panel-locked-page{padding:16px}.panel-locked-page section{padding:38px 22px}}
.phone-input{align-items:stretch;margin-top:7px;display:flex}.phone-input>span{background:#f0eee8;border:1px solid #cfc5b4;border-right:0;border-radius:7px 0 0 7px;align-items:center;padding:0 11px;font-size:14px;display:flex}.phone-input>input{border-radius:0 7px 7px 0;flex:1;min-width:0;margin:0!important}
.store-header{z-index:30;grid-template-columns:auto max-content minmax(0,1fr) auto;align-items:center;display:grid;position:relative}.header-brand-block{border-radius:10px;grid-area:1/2;justify-self:start;align-items:center;min-width:0;padding:1px 5px;display:flex;position:relative}.header-cart{color:#175d40;background:0 0;border:1px solid #0000;border-radius:999px;justify-self:end;align-items:center;gap:7px;min-height:36px;margin-left:15px;padding:6px 10px;font-size:12px;font-weight:900;text-decoration:none;transition:background .2s,transform .2s;display:flex;position:relative}.header-cart:hover{background:#175d4014;transform:translateY(-2px)}.header-cart svg{transform-origin:50% 70%;width:20px;height:20px;animation:3.4s ease-in-out infinite cart-idle}.header-cart:hover svg{animation:.55s both cart-tilt}.header-cart.cart-updated svg{animation:.62s cubic-bezier(.2,.8,.3,1.3) both cart-bounce}.header-cart.cart-updated b{animation:.62s cubic-bezier(.2,.8,.3,1.3) both cart-badge-pop}.header-cart b{color:#fff;background:#27935a;border:2px solid #e4f1e9;border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 3px;font-size:9px;display:flex;position:absolute;top:-7px;right:-7px}@keyframes cart-idle{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-2px)rotate(-2deg)}}@keyframes cart-tilt{0%,to{transform:rotate(0)scale(1)}40%{transform:rotate(-10deg)scale(1.1)}70%{transform:rotate(7deg)scale(1.08)}}@keyframes cart-bounce{0%{transform:translateY(0)scale(1)}35%{transform:translateY(-7px)scale(1.18)rotate(-8deg)}65%{transform:translateY(1px)scale(.96)rotate(4deg)}to{transform:translateY(0)scale(1)}}@keyframes cart-badge-pop{0%{transform:scale(.55)}55%{transform:scale(1.3)}to{transform:scale(1)}}.flying-brand-cart{filter:drop-shadow(0 5px 7px #124c3047);pointer-events:none;z-index:90;font-size:22px;line-height:1;position:fixed}.menu-trigger{background:0 0;border:1px solid #0000;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:40px;margin:0 14px 0 0;padding:10px;transition:background .2s;display:flex}.menu-trigger:hover{background:#175d4014}.menu-trigger span{background:#175d40;border-radius:2px;width:18px;height:2px;display:block}.store-header .store-nav{align-items:center;gap:22px;display:flex}.store-header .image-brand{align-items:center;line-height:0;display:flex}.store-header .text-brand{color:#174d36;white-space:nowrap;z-index:2;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;min-height:38px;padding:3px 5px;font-size:clamp(24px,2.8vw,38px);display:flex;position:relative}.store-header .text-brand span{color:#0000;-webkit-background-clip:text;background-clip:text}.store-header .text-brand .brand-primary{background-image:linear-gradient(105deg,#174d36 20%,#5db682 42%,#174d36 64%)}.store-header .text-brand .brand-accent{background-image:linear-gradient(105deg,#27935a 20%,#8ed7ad 42%,#27935a 64%)}.store-header .menu-trigger{grid-area:1/1}.store-header .category-nav{grid-area:2/1/auto/-1;justify-content:center;width:100%;max-width:100%;margin-top:2px}.store-header .header-cart{grid-area:1/4}.header-search{z-index:3;background:#fff;border:1px solid #d2dfd5;border-radius:999px;grid-area:1/3;justify-self:end;align-items:center;width:min(230px,24vw);margin-right:16px;display:flex;position:relative}.header-search input{font:inherit;background:0 0;border:0;outline:0;width:100%;min-width:0;padding:8px 11px;font-size:12px}.header-search button{color:#174d36;background:0 0;margin:0;padding:4px 10px;font-size:19px}.search-suggestions{z-index:40;background:#fff;border:1px solid #d2dfd5;border-radius:12px;display:grid;position:absolute;top:calc(100% + 7px);left:0;right:0;overflow:hidden;box-shadow:0 12px 28px #1f352829}.search-suggestions a{color:#302b25;border-bottom:1px solid #eee9e1;gap:2px;padding:10px 12px;text-decoration:none;display:grid}.search-suggestions a:last-child{border:0}.search-suggestions a:hover{background:#f3f8f4}.search-suggestions strong{font-size:12px}.search-suggestions small{color:#746b5e;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.store-header .image-brand img{object-fit:contain;width:auto;max-width:190px;height:42px;display:block}.account-menu{position:relative}.store-header .account-trigger{color:inherit;font:inherit;background:0 0;min-width:0;margin:0;padding:0}.account-popover{background:#fff;border:1px solid #e3dacb;border-radius:13px;flex-direction:column;gap:9px;min-width:245px;padding:17px;display:flex;position:absolute;top:calc(100% + 16px);right:0;box-shadow:0 18px 45px #2b21122e}.account-popover p{color:#6d6251;margin:0;font-size:13px}.account-popover strong{overflow-wrap:anywhere;font-size:14px}.account-popover a,.account-popover button{color:#fff;text-align:center;background:#1f6f4a;border-radius:8px;margin:3px 0 0;padding:10px 12px;font-size:13px}.menu-backdrop{z-index:80;background:#16120d66;border-radius:0;width:100%;max-width:none;height:100%;margin:0;position:fixed;inset:0}.store-drawer{z-index:90;background:#fffdf9;width:min(340px,88vw);height:100dvh;padding:25px;transition:transform .25s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-105%);box-shadow:16px 0 50px #20190f33}.store-drawer.open{transform:translate(0)}.drawer-heading{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.drawer-heading>div{flex-direction:column;display:flex}.drawer-heading strong{color:#174d36;letter-spacing:-.04em;font-size:23px}.drawer-heading strong span{color:#27935a}.drawer-heading small{color:#817768;letter-spacing:.1em;text-transform:uppercase;margin-top:2px;font-size:9px;font-weight:800}.drawer-heading button{color:#225e43;background:#edf4ef;border-radius:50%;width:36px;min-width:36px;height:36px;margin:0;padding:0 0 3px;font-size:24px}.drawer-heading button:hover{box-shadow:none;background:#dcece2;transform:rotate(8deg)}.store-drawer nav{display:grid}.drawer-main-nav{gap:5px}.drawer-nav-entry{gap:5px;display:grid}.store-drawer .drawer-main-nav a,.drawer-category-trigger{text-align:left;border:0;border-radius:11px;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;width:100%;margin:0;padding:10px;font-size:14px;transition:background .2s,color .2s,transform .2s;display:grid}.drawer-main-nav a i,.drawer-category-trigger i{color:#5d665f;background:#f0eee8;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-style:normal;display:flex}.drawer-main-nav a b,.drawer-category-trigger b{color:#9a9287;font-size:14px;transition:transform .2s}.drawer-category-trigger{color:#444;background:0 0;font-weight:700}.drawer-main-nav a:hover,.drawer-main-nav a.active,.drawer-category-trigger:hover,.drawer-category-trigger.active{box-shadow:none;color:#165e3d;background:#e7f1eb;transform:translate(3px)}.drawer-main-nav a:hover i,.drawer-main-nav a.active i,.drawer-category-trigger:hover i,.drawer-category-trigger.active i{color:#fff;background:#26744e}.drawer-main-nav a:hover b{transform:translate(3px)}.drawer-category-list{opacity:0;gap:2px;max-height:0;padding-left:40px;transition:max-height .3s,opacity .2s;display:grid;overflow:hidden}.drawer-category-list.open{opacity:1;max-height:2000px}.store-drawer .drawer-category-list a{color:#675f54;border-radius:8px;justify-content:space-between;padding:8px 10px;font-size:12px;display:flex}.drawer-category-list>a:hover{background:#f2f5f1;transform:translate(2px)}.drawer-category-list>span{color:#807565;padding:8px 10px;font-size:12px}.drawer-categories{border-top:1px solid #ded5c7;gap:3px;margin-top:25px;padding-top:18px;display:grid}.drawer-categories p{color:#766851;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:800}.drawer-categories a{padding:8px 2px}.drawer-categories span{color:#807565;font-size:13px}.drawer-socials{border-top:1px solid #ded5c7;margin-top:22px;padding-top:17px}.drawer-socials>p{color:#766851;letter-spacing:.12em;text-transform:uppercase;margin:0 0 11px;font-size:12px;font-weight:800}.drawer-socials>div{flex-wrap:wrap;gap:8px;display:flex}.drawer-socials a{color:#443b30;background:#f3eee5;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:11px;font-weight:800;text-decoration:none;transition:background .2s,transform .2s;display:flex}.drawer-socials a:hover{background:#e4f0e9;transform:translateY(-2px)}.drawer-socials a b{color:#fff;background:#26744e;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;display:flex}.drawer-socials svg{width:13px;height:13px}.shop-categories{flex-wrap:wrap;gap:9px;margin-top:22px;display:flex}.shop-categories a{border:1px solid #d8cebe;border-radius:999px;padding:8px 14px;font-size:13px}.shop-categories a.active{color:#fff;background:#1f6f4a;border-color:#1f6f4a}.collection-caption{color:#786e61;margin:18px 0 -4px;font-size:13px}.shop-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;margin:35px 0 10px;display:flex}.shop-pagination button{color:#443c32;background:#fff;border:1px solid #d8cebe;margin:0;padding:8px 11px;font-size:12px}.shop-pagination button.active{color:#fff;background:#1f6f4a;border-color:#1f6f4a}.shop-pagination button:disabled{opacity:.4}.shop-pagination label{color:#746b5e;align-items:center;gap:5px;margin-left:5px;font-size:11px;display:flex}.shop-pagination input{font:inherit;border:1px solid #d8cebe;border-radius:6px;width:48px;padding:7px}.more-products{border-top:1px solid #e5ddd1;margin-top:54px;padding-top:42px}.more-products>div:first-child{margin-bottom:20px}.more-products h3{letter-spacing:-.04em;margin:6px 0;font-family:inherit;font-size:clamp(1.7rem,3vw,2.5rem)}.more-products span{color:#786e61;font-size:13px}.collection-breadcrumbs{color:#786e61;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:13px;font-size:12px;display:flex}.collection-breadcrumbs a{color:#1f6f4a;font-weight:800;text-decoration:none}.collection-breadcrumbs a:hover{text-decoration:underline}.collection-breadcrumbs a[aria-current=page]{color:#4e473e}.category-empty-state{text-align:center;background:linear-gradient(135deg,#f6faf7,#eef7f1);border:1px dashed #b7d4c1;border-radius:15px;place-items:center;margin-top:22px;padding:38px 20px;display:grid}.category-empty-state i{color:#1f6f4a;background:#dff2e5;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:22px;font-style:normal;display:flex}.category-empty-state strong{color:#214b35;margin-top:12px;font-size:16px}.category-empty-state p{color:#617267;max-width:360px;margin:6px 0 0;font-size:13px}.drawer-category-group{border-bottom:1px solid #50443517;padding-bottom:5px}.drawer-category-group:last-child{border-bottom:0}.drawer-category-parent{align-items:center;display:flex}.drawer-category-parent>a{flex:1}.drawer-category-parent>button{color:#5d665f;background:#f0eee8;border-radius:7px;margin:0 5px 0 0;padding:4px 8px;font-size:16px;line-height:1}.drawer-category-parent>button:hover{box-shadow:none;background:#e0eee4;transform:none}.drawer-subcategory-list{opacity:0;max-height:0;transition:max-height .22s,opacity .18s;display:grid;overflow:hidden}.drawer-subcategory-list.open{opacity:1;max-height:700px}.drawer-category-list .drawer-subcategory{color:#84796b;padding-left:31px;font-size:11px}.products{align-items:stretch}.products article{grid-template-rows:165px auto auto minmax(57px,1fr) auto;height:100%;display:grid}.product-art{overflow:hidden}.product-art img{object-fit:contain;width:100%;height:100%}.product-card-gallery{position:relative}.product-card-image-link{color:inherit;justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;display:flex}.product-card-slide{animation:.55s both gallery-fade}.product-photo-count{color:#fff;background:#141f19a8;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:800;position:absolute;bottom:7px;right:7px}.products article>p{margin-top:9px}.products h2{overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:39px;font-size:15px;line-height:1.3;display:-webkit-box;overflow:hidden}.products article>span{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.products footer{align-self:end}.product-card-link,.products h2 a{color:inherit;text-decoration:none}.products h2 a:hover{color:#8b6a2b}@media (min-width:761px){.products footer button{white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;height:32px;padding:0 10px;line-height:1;display:inline-flex}.products footer button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;flex:0 0 16px;width:16px;height:16px}}.help-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:30px;display:grid}.help-grid article{background:#fff;border:1px solid #e7e2d8;border-radius:15px;padding:20px}.help-grid h2{margin-top:0;font-size:18px}.help-grid p{color:#675e51;line-height:1.6}@media (max-width:760px){.store-header{grid-template-columns:auto max-content minmax(0,1fr) auto}.store-header .brand{justify-self:start}.store-header .store-nav{grid-column:1/-1;justify-content:space-between;width:100%;margin-top:15px}.help-grid{grid-template-columns:1fr}}@media (max-width:500px){.products{grid-template-columns:1fr}}.hero-carousel{border-radius:26px;width:calc(100% - 48px);max-width:1240px;margin:14px auto 0;position:relative;overflow:hidden;box-shadow:0 24px 70px #1c181221}.hero-track{transition:transform .75s cubic-bezier(.22,.8,.25,1);display:flex}.hero-slide{color:#fff;flex:0 0 100%;grid-template-columns:1.25fr .75fr;align-items:center;min-height:460px;padding:clamp(38px,6vw,76px);display:grid;position:relative;overflow:hidden}.hero-slide.emerald{background:linear-gradient(120deg,#092f27,#116046 60%,#d3a852)}.hero-slide.midnight{background:linear-gradient(120deg,#10131b,#292238 62%,#986d98)}.hero-slide.saffron{background:linear-gradient(120deg,#633013,#b76520 62%,#e7b54c)}.hero-copy{z-index:2;max-width:680px;position:relative}.sr-only{clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero-photo{z-index:0;position:absolute;inset:0}.hero-photo img{width:100%;height:100%}.hero-photo-gallery{background:#183e2e;overflow:hidden}.hero-photo-gallery img{opacity:0;animation:4s ease-in-out infinite hero-gallery-crossfade;position:absolute;inset:0;transform:scale(1.05)}@keyframes hero-gallery-crossfade{0%,to{opacity:0;transform:scale(1.05)}12%,72%{opacity:1;transform:scale(1)}84%{opacity:0;transform:scale(1.04)}}.hero-slide.has-image:after{content:"";z-index:1;background:linear-gradient(90deg,#08110de0 0%,#08110da6 48%,#08110d14 100%);position:absolute;inset:0}.hero-slide.has-image .hero-copy>p{color:#f6d89c}.hero-slide.has-image .hero-copy>span{color:#ffffffdb}.hero-copy>p{color:#f6d89c;letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:12px;font-weight:900}.hero-copy h2{letter-spacing:-.065em;margin:15px 0 20px;font-size:clamp(2.55rem,5.8vw,5rem);line-height:.97}.hero-copy>span{color:#ffffffd1;max-width:590px;font-size:clamp(15px,1.7vw,19px);line-height:1.55;display:block}.hero-copy>a{color:#1d241f;background:#fff;border-radius:999px;gap:16px;margin-top:28px;padding:14px 20px;font-size:14px;font-weight:900;text-decoration:none;transition:gap .25s,transform .25s;display:inline-flex}.hero-copy>a:hover{gap:24px;transform:translateY(-3px)}.hero-art{aspect-ratio:1;justify-self:end;width:100%;max-width:310px;position:relative}.hero-art i{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff29;border:1px solid #ffffff59;border-radius:35%;justify-content:center;align-items:center;width:78%;height:78%;font-size:100px;font-style:normal;display:flex;position:absolute;top:11%;left:11%;transform:rotate(8deg);box-shadow:0 24px 60px #0003}.hero-art span{background:#f6d89c;border-radius:50%;width:24px;height:24px;animation:4s ease-in-out infinite hero-float;position:absolute;top:10%;right:2%}.hero-art span:nth-of-type(2){width:46px;height:46px;animation-delay:-1.2s;inset:auto auto 13% -1%}.hero-art span:nth-of-type(3){background:#ffffffa6;width:16px;height:16px;animation-delay:-2.4s;top:auto;bottom:4%;right:16%}.hero-arrow{z-index:4;background:#ffffff2e;border:1px solid #ffffff73;border-radius:50%;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;margin:0;padding:0 0 4px;font-size:30px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{color:#171717;background:#fff;transform:translateY(-50%)scale(1.06)}.hero-arrow.previous{left:15px}.hero-arrow.next{right:15px}.hero-dots{z-index:4;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.hero-dots button{background:#ffffff7a;border-radius:99px;width:7px;min-width:7px;height:7px;margin:0;padding:0;transition:width .25s,background .25s}.hero-dots button.active{background:#fff;width:28px}.trust-bar{max-width:1240px;margin:18px auto 0;padding:0 24px}.trust-bar-track{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.trust-card{color:#28372f;background:linear-gradient(135deg,#fff,#f5faf6);border:1px solid #dbe8df;border-radius:16px;align-items:center;gap:10px;min-height:72px;padding:12px 14px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #1f563709}.trust-card:before{content:"";opacity:.75;background:linear-gradient(#2c8a5d,#8fc5a2);border-radius:999px;width:3px;height:28px;position:absolute;left:0}.trust-card:hover{border-color:#afd0ba;transform:translateY(-3px);box-shadow:0 11px 24px #1f56371c}.trust-card-icon{color:#1f6f4a;background:linear-gradient(135deg,#e0f1e5,#f4fbf6);border:1px solid #d1e8d8;border-radius:11px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.trust-card-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:19px;height:19px}.trust-card strong{letter-spacing:-.012em;font-size:12px;line-height:1.32}.promo-banners{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:1240px;margin:22px auto 0;padding:0 24px;display:grid}.promo-card{color:#211d17;background:#fff;border:1px solid #e4ded3;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:150px;padding:20px;text-decoration:none;transition:border-color .3s,box-shadow .3s,transform .3s;display:grid}.promo-card:hover{border-color:#c7b48c;transform:translateY(-5px);box-shadow:0 16px 35px #3429171a}.promo-card>span{color:#86662e;background:#f0eadf;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:11px;font-weight:900;display:flex}.promo-card small{color:#8c6b31;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:900;display:block}.promo-card strong{font-size:15px;line-height:1.3;display:block}.promo-card p{color:#776e62;margin:7px 0 0;font-size:12px;line-height:1.4}.promo-card>b{transition:transform .25s}.promo-card:hover>b{transform:translate(5px)}.shop-main{padding-top:46px;scroll-margin-top:20px}.collection-heading{justify-content:space-between;align-items:end;gap:30px;display:flex}.collection-heading h2{letter-spacing:-.055em;margin:10px 0 0;font-size:clamp(2rem,5vw,3.7rem);line-height:1}.collection-heading>p{color:#696158;text-align:right;max-width:390px;margin:0;font-size:14px;line-height:1.5}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-13px)}}@media (max-width:800px){.hero-carousel{border-radius:18px;width:calc(100% - 28px);margin-top:9px}.hero-slide{grid-template-columns:1fr;min-height:540px;padding:44px 34px 135px}.hero-art{opacity:.45;max-width:220px;position:absolute;bottom:-75px;right:15px}.hero-copy h2{font-size:clamp(2.5rem,11vw,4.3rem)}.hero-slide.has-image:after{background:linear-gradient(#08110dd1,#08110dab)}.trust-bar{padding:0 14px;overflow:hidden}.trust-bar-track{overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;margin-right:-14px;padding:2px 14px 7px 0;display:flex;overflow-x:auto}.trust-bar-track::-webkit-scrollbar{display:none}.trust-card{scroll-snap-align:start;flex:0 0 min(250px,76vw);min-height:62px}.promo-banners{grid-template-columns:1fr;padding:0 14px}.promo-card{min-height:125px}.collection-heading{flex-direction:column;align-items:start;gap:12px}.collection-heading>p{text-align:left}}@media (prefers-reduced-motion:reduce){.hero-track,.hero-art span,.promo-card,.hero-copy>a{transition-duration:.01ms;animation:none}}.announcement-bar{color:#fff;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;background:#17231d;font-size:11px;font-weight:800;overflow:hidden}.mobile-bottom-nav{display:none}.announcement-bar>div{align-items:center;gap:54px;min-width:max-content;padding:9px 24px;animation:24s linear infinite announcement-scroll;display:inline-flex}.announcement-bar span:not(:first-child):before{color:#d9ad59;content:"◆";margin-right:54px;font-size:7px}.store-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#e4f1e9f5;min-height:0;padding-block:5px;position:sticky;top:0;box-shadow:0 8px 24px #143e291a}.category-nav{scrollbar-width:none;white-space:nowrap;justify-content:flex-end;max-width:min(68vw,760px);overflow-x:auto}.category-nav::-webkit-scrollbar{display:none}.category-nav .new-arrivals-link{color:#9a6f20}.drawer-account,.drawer-promotions{border-top:1px solid #ded5c7;gap:9px;margin-top:24px;padding-top:18px;display:grid}.drawer-account p,.drawer-promotions p{color:#766851;letter-spacing:.12em;text-transform:uppercase;margin:0 0 3px;font-size:12px;font-weight:800}.drawer-account span{color:#756b5d;overflow-wrap:anywhere;font-size:13px;line-height:1.5}.drawer-account a,.drawer-account button{color:#fff;text-align:center;background:#1f6f4a;border-radius:8px;margin:0;padding:10px 12px;font-size:13px}.drawer-promotions a{background:#f5f0e7;border:1px solid #e8dfd1;border-radius:11px;gap:4px;padding:12px;display:grid}.drawer-promotions a small{color:#8c6b31;letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:900}.drawer-promotions a strong{color:#2a251e;font-size:13px;line-height:1.35}.drawer-promotions a span{color:#776e62;font-size:11px;line-height:1.4}.drawer-promotions a img{object-fit:cover;border-radius:7px;width:100%;height:72px;margin-bottom:5px}.category-banners{max-width:1240px;margin:30px auto 0;padding:0 24px}.category-banner-heading{justify-content:space-between;align-items:end;margin-bottom:15px;display:flex}.category-banner-heading p{color:#906d2f;letter-spacing:.14em;text-transform:uppercase;margin:0 0 7px;font-size:10px;font-weight:900}.category-banner-heading h2{letter-spacing:-.045em;margin:0;font-size:clamp(1.65rem,3vw,2.35rem)}.category-banner-heading>a{color:#635949;font-size:13px;font-weight:800;text-decoration:none}.category-banner-viewport{cursor:grab;overscroll-behavior-inline:contain;scrollbar-width:none;padding:7px 0 18px;overflow-x:auto}.category-banner-viewport::-webkit-scrollbar{display:none}.category-banner-grid{--category-gap:12px;gap:var(--category-gap);width:max-content;display:flex}.category-banner-card{color:#fff;scroll-snap-align:start;background:#1f5d44 50%/cover;border-radius:17px;flex-direction:column;flex:0 0 clamp(190px,18vw,224px);min-height:190px;padding:18px;text-decoration:none;transition:box-shadow .3s,transform .3s;display:flex;position:relative;overflow:hidden}.category-results-anchor{scroll-margin-top:16px}.category-banner-card:hover{transform:translateY(-6px);box-shadow:0 18px 38px #2c22152b}.category-banner-card>i{background:#ffffff21;border-radius:50%;width:125px;height:125px;transition:transform .5s;position:absolute;top:-35px;right:-38px}.category-banner-card:hover>i{transform:scale(1.35)rotate(18deg)}.category-banner-card>span{color:#ffffffc7;margin-bottom:auto;font-size:39px;transition:transform .35s;position:relative}.category-banner-card:hover>span{transform:scale(1.16)rotate(-7deg)}.category-banner-card strong{z-index:2;font-size:16px;line-height:1.2;position:relative}.category-banner-card small{color:#ffffffb3;margin-top:5px;font-size:10px}.category-banner-card b{font-size:20px;transition:transform .25s;position:absolute;top:16px;right:17px}.category-banner-card:hover b{transform:translate(5px)}.category-banner-card.fashion{background:linear-gradient(145deg,#7e294f,#3f1730)}.category-banner-card.beauty{background:linear-gradient(145deg,#d07170,#804141)}.category-banner-card.home{background:linear-gradient(145deg,#ba873d,#674414)}.category-banner-card.electronics{background:linear-gradient(145deg,#416d91,#1d354d)}.category-banner-card.gifts{background:linear-gradient(145deg,#36775d,#183e2e)}.category-banner-card.has-image{background-position:50%;background-size:cover}@keyframes category-pop{0%{opacity:0;transform:translateY(22px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes gallery-fade{0%{opacity:.35;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}.hero-slide.occasion.tricolour{color:#13241b;background:linear-gradient(122deg,#c95a16 0%,#ef8b36 28%,#f8f4e8 49%,#1d7545 70%,#07472d 100%)}.hero-slide.occasion.tricolour .hero-copy>p{color:#7f3a0d}.hero-slide.occasion.tricolour .hero-copy>span{color:#0e2619c7}.hero-slide.occasion.festival{background:linear-gradient(120deg,#5d1a61,#a83c70 58%,#f2b84b)}.hero-slide.occasion.celebration{background:linear-gradient(120deg,#3a145e,#843794 55%,#ec9b3e)}.hero-slide.occasion.peace{background:linear-gradient(120deg,#102f43,#176b6d 58%,#80b99c)}.hero-slide.occasion:before,.hero-slide.occasion:after{content:none}.hero-slide.occasion:after{animation-delay:-1.6s;inset:auto auto 8% 42%;transform:rotate(10deg)scale(.65)}.hero-slide.occasion .hero-art i{font-size:clamp(54px,8vw,100px);animation:3.5s ease-in-out infinite occasion-main}@keyframes announcement-scroll{0%{transform:translate(100vw)}to{transform:translate(-100%)}}@keyframes occasion-sparkle{0%,to{opacity:.25;transform:rotate(-12deg)scale(.9)}50%{opacity:.9;transform:rotate(-8deg)scale(1.08)}}@keyframes occasion-main{0%,to{transform:rotate(6deg)scale(1)}50%{transform:rotate(-3deg)scale(1.06)}}@media (max-width:900px){.store-header{grid-template-columns:auto max-content minmax(0,1fr) auto;padding-block:8px}.category-nav{grid-column:1/-1;justify-content:flex-start;width:100%;max-width:100%;margin-top:6px}}@media (max-width:560px){html,body{max-width:100%;overflow-x:clip}:root{--mobile-bottom-nav-height:calc(55px + env(safe-area-inset-bottom))}body:has(.mobile-bottom-nav){padding-bottom:var(--mobile-bottom-nav-height)}.mobile-bottom-nav{padding:4px 8px calc(4px + env(safe-area-inset-bottom));z-index:60;background:#fffffff7;border-top:1px solid #d6e4da;grid-template-columns:repeat(4,1fr);align-items:center;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 18px #174d361a}.mobile-bottom-nav a,.mobile-bottom-nav button{color:#6a7d70;font:inherit;background:0 0;border:0;border-radius:8px;place-items:center;gap:2px;min-height:39px;margin:0;padding:3px 5px;font-size:9px;font-weight:800;text-decoration:none;display:grid;position:relative}.mobile-bottom-nav svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px}.mobile-bottom-nav b{color:#fff;background:#27935a;border:1px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:15px;height:15px;padding:0 3px;font-size:8px;display:flex;position:absolute;top:1px;right:calc(50% - 17px)}.mobile-bottom-nav a.active,.mobile-bottom-nav button.active{color:#17633a;background:#e7f4eb}.mobile-bottom-nav a.active svg,.mobile-bottom-nav button.active svg{stroke-width:2.3px}.announcement-bar>div{gap:34px}.announcement-bar span:not(:first-child):before{margin-right:34px}.store-header{grid-template-columns:auto max-content minmax(0,1fr) auto}.category-nav{gap:16px}.category-nav a{font-size:12px}.hero-slide.occasion:before,.hero-slide.occasion:after{font-size:20px}.category-banners{padding:0 14px}.category-banner-heading{flex-direction:column;align-items:start;gap:9px}.category-banner-viewport{margin-right:-14px}.category-banner-card{flex-basis:50vw;min-height:165px}}@media (prefers-reduced-motion:reduce){.announcement-bar>div,.category-banner-grid,.store-header .text-brand,.store-header .text-brand span,.header-cart svg,.header-cart b,.hero-slide.occasion:before,.hero-slide.occasion:after,.hero-slide.occasion .hero-art i,.hero-photo-gallery img{animation:none}.hero-photo-gallery img:not(:first-child){display:none}}@media (max-width:560px){.announcement-bar{letter-spacing:.045em;font-size:9px}.announcement-bar>div{padding-block:6px}.store-header{grid-template-columns:34px minmax(82px,max-content) minmax(70px,1fr) 34px;width:100%;min-height:0;padding:5px 9px}.header-cart{min-width:34px;min-height:34px;margin-left:0;padding:7px}.header-cart span{display:none}.header-cart svg{width:18px;height:18px}.header-cart b{top:-6px;right:-5px}.store-header .brand{font-size:clamp(21px,6.5vw,28px)}.header-brand-block{min-width:0;padding-inline:2px}.store-header .text-brand{min-width:0;min-height:34px;padding:5px 3px}.store-header .image-brand img{max-width:112px;height:32px}.header-search{justify-self:end;width:min(100%,clamp(88px,32vw,130px));margin-right:7px}.header-search input{padding:7px 8px;font-size:11px}.header-search button{padding:3px 7px;font-size:17px}.menu-trigger{min-width:34px;margin-right:0;padding:8px}.menu-trigger span{width:16px}.store-header .category-nav{gap:14px;margin-top:4px}.category-nav a{font-size:11px}.hero-carousel{border-radius:14px;width:calc(100% - 16px);margin-top:6px}.hero-slide{min-height:330px;padding:23px 20px 58px}.hero-copy>p{font-size:10px}.hero-copy h2{letter-spacing:-.05em;margin:9px 0 11px;font-size:clamp(1.75rem,8.2vw,2.35rem);line-height:1}.hero-copy>span{font-size:12px;line-height:1.4}.hero-copy>a{margin-top:14px;padding:9px 13px;font-size:11px}.hero-art{max-width:135px;bottom:-62px;right:5px}.hero-art i{font-size:52px}.hero-arrow{width:32px;min-width:32px;height:32px;font-size:24px;top:auto;bottom:8px;transform:none}.hero-arrow:hover{transform:scale(1.06)}.hero-arrow.previous{left:9px}.hero-arrow.next{right:9px}.hero-dots{bottom:13px}.category-banners{margin-top:20px}.category-banner-heading{margin-bottom:10px}.category-banner-heading p{margin-bottom:4px;font-size:9px}.category-banner-heading h2{font-size:1.45rem}.category-banner-heading>a{font-size:11px}.category-banner-grid{--category-gap:9px;animation-duration:22s}.category-banner-card{border-radius:13px;flex-basis:50vw;min-height:132px;padding:13px}.category-banner-card>span{font-size:25px}.category-banner-card strong{font-size:14px}.category-banner-card small{font-size:11px;line-height:1.25}.category-banner-card b{font-size:16px;top:11px;right:12px}.shop-main{max-width:100%;padding:25px 12px 34px;overflow:hidden}.collection-heading{gap:8px}.collection-heading h2{margin-top:6px;font-size:1.9rem}.collection-heading>p{font-size:11px}.shop-categories{gap:6px;margin-top:14px}.shop-categories a{padding:6px 9px;font-size:10px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;width:100%;min-width:0;margin-top:18px}.products article{border-radius:11px;grid-template-rows:102px auto auto minmax(42px,1fr) auto;min-width:0;padding:7px;overflow:hidden}.product-art{height:102px;font-size:38px}.products article>p{margin:6px 0 3px;font-size:10px}.products h2{overflow-wrap:anywhere;min-height:31px;margin-bottom:5px;font-size:13px;line-height:1.2}.products article>span{-webkit-line-clamp:2;overflow-wrap:anywhere;font-size:11px;line-height:1.35}.products footer{flex-direction:column;align-items:stretch;gap:7px;margin-top:9px}.products footer strong{font-size:13px}.products footer button{justify-content:center;align-self:flex-start;align-items:center;gap:6px;width:auto;min-width:0;padding:8px 9px;font-size:11px;display:inline-flex}.products footer button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px}.footer-callout,.footer-grid,.footer-bottom{width:100%;min-width:0}.footer-callout h2,.footer-callout span,.footer-about>p,.store-footer a{overflow-wrap:anywhere}.store-drawer{width:min(310px,88vw);padding:18px}.drawer-heading{margin-bottom:12px}.store-drawer nav a{padding:10px 2px;font-size:14px}.drawer-account,.drawer-promotions{margin-top:17px;padding-top:13px}}@media (min-width:561px) and (max-width:760px){.hero-carousel{margin-top:8px}.hero-slide{min-height:350px;padding:30px 46px 62px}.hero-copy h2{margin-block:10px 13px;font-size:clamp(2rem,6vw,2.7rem)}.hero-copy>span{font-size:14px}.hero-copy>a{margin-top:16px;padding:10px 14px}.products{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.products article{grid-template-rows:112px auto auto minmax(40px,1fr) auto;padding:8px}.product-art{height:112px}.products h2{min-height:32px;font-size:13px}.products article>span{-webkit-line-clamp:2;font-size:9px}.products footer{flex-direction:column;align-items:stretch;gap:7px}.products footer button{align-self:flex-start;width:auto;min-width:0}}@media (max-width:340px){.products{grid-template-columns:1fr}.category-banner-card{flex-basis:62vw}}.store-footer{color:#fff;background:#0d231a;margin-top:35px;padding:0 max(24px,50% - 590px);position:relative;overflow:hidden}.footer-glow{filter:blur(100px);opacity:.24;background:#257d53;border-radius:50%;width:260px;height:260px;position:absolute;top:80px;right:-70px}.footer-callout{background:linear-gradient(115deg,#226746,#319763);border:1px solid #ffffff21;border-radius:22px;justify-content:space-between;align-items:center;margin-top:50px;padding:30px 34px;animation:.7s both footer-rise;display:flex;position:relative;overflow:hidden}.footer-callout:after{content:"";border:1px solid #ffffff2e;border-radius:50%;width:180px;height:180px;position:absolute;top:-95px;right:12%}.footer-callout p{color:#aee8c8;letter-spacing:.13em;text-transform:uppercase;margin:0 0 7px;font-size:10px;font-weight:900}.footer-callout h2{letter-spacing:-.045em;margin:0 0 7px;font-size:clamp(1.5rem,3vw,2.35rem)}.footer-callout span{color:#c9e1d4;font-size:13px}.footer-callout>a{color:#153c2b;z-index:2;background:#fff;border-radius:999px;align-items:center;gap:15px;padding:13px 18px;font-size:12px;font-weight:900;text-decoration:none;transition:gap .25s,transform .25s;display:flex;position:relative}.footer-callout>a:hover{gap:22px;transform:translateY(-3px)}.footer-grid{grid-template-columns:1.45fr .62fr .75fr .72fr 1fr;gap:34px;padding:58px 0 45px;display:grid;position:relative}.footer-grid.no-contact{grid-template-columns:1.45fr .7fr .85fr .8fr}.footer-brand{color:#fff;letter-spacing:-1px;font-size:27px;font-weight:900;text-decoration:none;transition:transform .25s;display:inline-block}.footer-brand:hover{transform:translateY(-3px)}.footer-brand span{color:#61d391}.image-footer-brand{line-height:0}.image-footer-brand img{object-fit:contain;width:auto;max-width:210px;height:48px;display:block}.footer-about>h2{color:#e9f5ed;letter-spacing:-.025em;margin:17px 0 8px;font-size:16px;line-height:1.25}.footer-about>p{color:#9eb9ac;max-width:310px;margin:0;font-size:13px;line-height:1.7}.store-footer h3{color:#dce9e2;letter-spacing:.1em;text-transform:uppercase;margin:5px 0 17px;font-size:12px}.store-footer nav{flex-direction:column;align-items:flex-start;gap:11px;display:flex}.store-footer nav a,.footer-contact>a{color:#94afa2;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s,transform .2s}.store-footer nav a:hover,.footer-contact>a:hover{color:#fff;transform:translate(4px)}.footer-contact{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.footer-contact address{color:#94afa2;font-size:12px;font-style:normal;line-height:1.55}.whatsapp-link{color:#fff;background:#3abe6c1c;border:1px solid #4bd47f40;border-radius:13px;align-items:center;gap:11px;max-width:245px;margin-top:17px;padding:10px 12px;text-decoration:none;transition:background .25s,transform .25s;display:flex}.whatsapp-link:hover{background:#3abe6c33;transform:translateY(-3px)}.whatsapp-link>i{background:#29a85d;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-style:normal;display:flex}.whatsapp-link>span{margin-right:auto;display:grid}.whatsapp-link small{color:#91bba5;text-transform:uppercase;font-size:9px}.whatsapp-link strong{font-size:13px}.footer-socials{gap:8px;margin-top:9px;display:flex}.footer-socials a{color:#fff;border:1px solid #ffffff24;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;text-decoration:none;transition:background .25s,transform .25s;display:flex}.footer-socials a:hover{background:#26744e;transform:translateY(-4px)rotate(4deg)}.footer-socials svg,.whatsapp-link svg,.floating-whatsapp svg{width:18px;height:18px}.floating-whatsapp{color:#fff;z-index:45;background:#1fa855;border:2px solid #fff;border-radius:999px;align-items:center;gap:8px;padding:8px 13px 8px 8px;text-decoration:none;transition:box-shadow .25s,transform .25s;animation:.55s both whatsapp-arrive;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 10px 30px #114b2b4d}.floating-whatsapp:hover{transform:translateY(-4px);box-shadow:0 14px 34px #114b2b6b}.floating-whatsapp span{background:#ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:flex}.floating-whatsapp b{font-size:12px}@keyframes whatsapp-arrive{0%{opacity:0;transform:translateY(16px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.footer-payments{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px 28px;width:100%;min-width:0;padding:20px 0;display:flex}.footer-payments-label{gap:3px;display:grid}.footer-payments-label b{color:#e9f2ed;letter-spacing:.06em;text-transform:uppercase;font-size:11px}.footer-payments-label small{color:#769286;font-size:9px}.payment-marks{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.payment-mark{color:#182c49;letter-spacing:-.03em;background:#fff;border:1px solid #ffffff4d;border-radius:7px;justify-content:center;align-items:center;min-width:56px;height:34px;padding:0 12px;font-size:10px;font-style:normal;font-weight:900;display:flex;box-shadow:0 3px 10px #00000021}.payment-mark.visa{color:#17357f;letter-spacing:-.08em;font-size:12px;font-style:italic}.payment-mark.mastercard{min-width:48px;position:relative}.payment-mark.mastercard i{background:#e84632;border-radius:50%;width:15px;height:15px;margin-right:-4px}.payment-mark.mastercard i+i{opacity:.9;background:#f5a623;margin:0 0 0 -4px}.payment-mark.rupay{color:#174781}.payment-mark.upi{color:#23733d}.payment-mark.cod{color:#275b42;letter-spacing:0;gap:3px}.footer-bottom{color:#769286;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px 24px;min-width:0;padding:17px 0 22px;font-size:10px;display:flex}.footer-bottom>span{overflow-wrap:anywhere;flex:0 auto}.footer-cookie-preferences{color:#9bb3a7;font:inherit;text-underline-offset:2px;background:0 0;border:0;margin:0 0 0 7px;padding:0;text-decoration:underline}.footer-cookie-preferences:hover{box-shadow:none;color:#fff;transform:none}.footer-assurances{flex-wrap:wrap;flex:0 auto;justify-content:flex-end;gap:10px 22px;min-width:0;display:flex}.footer-assurances span{white-space:nowrap;flex:none;align-items:center;gap:5px;display:flex}.footer-assurances svg{fill:none;stroke:#70d49b;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;background:#55c7851f;border-radius:50%;width:22px;height:22px;padding:4px}.simple-content-card{color:#625a4e;background:#fff;border:1px solid #e7e2d8;border-radius:16px;max-width:760px;margin-top:28px;padding:25px;font-size:16px;line-height:1.7}.product-page{width:100%;min-width:0;max-width:1240px;padding:38px 30px 75px;overflow-x:clip}.product-breadcrumb{color:#9a9184;flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:26px;font-size:11px;display:flex}.product-breadcrumb a{color:#52705f;background:#f3f6f3;border-radius:999px;padding:6px 10px;text-decoration:none;transition:background .2s,color .2s}.product-breadcrumb a:hover{color:#17633a;background:#e1eee5}.product-breadcrumb b{color:#3c362e;font-weight:700}.product-detail-grid{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);align-items:start;gap:clamp(34px,5vw,68px);min-width:0;display:grid}.product-detail-gallery,.product-detail-copy{min-width:0;animation:.65s both product-detail-in}.product-detail-gallery{position:sticky;top:18px}.product-detail-copy{background:#ffffffd1;border:1px solid #e4ded3;border-radius:24px;padding:clamp(24px,3vw,38px);animation-delay:.12s;position:relative;box-shadow:0 20px 55px #2d251b14}.product-detail-main{aspect-ratio:1.08;background:#fff;border:1px solid #e0d7c9;border-radius:26px;justify-content:center;align-items:center;font-size:90px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 55px #352a1c1a}.product-detail-main img{object-fit:contain;width:100%;max-width:100%;height:100%;transition:transform .55s cubic-bezier(.2,.8,.2,1);display:block}.product-detail-main:hover img{transform:scale(1.035)}.product-detail-thumbs{scrollbar-width:thin;gap:10px;margin-top:14px;padding:3px 2px 8px;display:flex;overflow-x:auto}.product-detail-thumbs button{background:#fff;border:2px solid #0000;border-radius:11px;width:74px;min-width:74px;height:74px;margin:0;padding:4px;transition:border-color .2s,transform .2s;overflow:hidden;box-shadow:0 5px 14px #2c23180f}.product-detail-thumbs button:hover{transform:translateY(-2px)}.product-detail-thumbs button.selected{border-color:#26744e;box-shadow:0 6px 16px #20694326}.product-detail-thumbs img{object-fit:cover;border-radius:5px;width:100%;height:100%}.product-detail-copy>.eyebrow{color:#277149;background:#edf6f0;border:1px solid #d5e9db;border-radius:999px;align-items:center;padding:6px 10px;display:inline-flex}.product-detail-copy h1{color:#28231d;letter-spacing:-.035em;overflow-wrap:anywhere;margin:13px 0 20px;font-size:clamp(1.85rem,3vw,2.8rem);font-weight:800;line-height:1.08}.product-detail-price{color:#174d36;font-family:inherit;font-size:clamp(1.55rem,2.2vw,1.9rem);display:block}.product-detail-price.discount{flex-wrap:wrap;align-items:center;gap:9px;font-family:inherit;display:flex}.product-detail-price.discount del{color:#958b7d;font-size:16px;font-weight:500}.product-detail-price.discount strong{color:#174d36;font-family:inherit;font-size:clamp(1.55rem,2.2vw,1.9rem)}.product-detail-price.discount em,.product-card-discount em{color:#14713f;background:#dff5e7;border:1px solid #c3e8d0;border-radius:999px;padding:5px 8px;font-size:10px;font-style:normal;font-weight:800}.product-card-discount{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.product-card-discount del{color:#958b7d;font-size:11px}.product-card-discount strong{color:#17613d}.product-detail-description{color:#665e53;border-bottom:1px solid #eee9e1;margin:19px 0 16px;padding-bottom:18px;font-size:14px;line-height:1.65}.rich-product-description h3,.rich-product-description h4{color:#40392f;margin:15px 0 7px;line-height:1.3}.rich-product-description ul,.rich-product-description ol{padding-left:22px}.stock-indicator{background:#f2f8f4;border-radius:999px;align-items:center;gap:8px;padding:7px 10px;font-size:11px;font-weight:800;display:inline-flex}.stock-indicator i{background:#ca414f;border-radius:50%;width:8px;height:8px}.stock-indicator.available{color:#227148}.stock-indicator.available i{background:#2aaa68;animation:1.8s infinite stock-pulse}.product-detail-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px;display:grid}.mobile-product-actions{display:none}.product-detail-actions button{background:linear-gradient(115deg,#174d36,#26744e);justify-content:center;align-items:center;gap:12px;min-height:46px;margin:0;font-size:13px;display:flex;box-shadow:0 12px 25px #174d3633}.product-action-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;flex:0 0 18px;width:18px;height:18px}.product-detail-actions button .product-action-icon{transition:transform .2s}.product-detail-actions button:hover .product-action-icon{transform:scale(1.1)}.product-detail-actions button.added{background:#218653}.product-detail-actions button.buy-now{background:linear-gradient(115deg,#b76b19,#df922d);box-shadow:0 12px 25px #aa601233}.stock-alert-action{gap:8px;margin-top:20px;display:grid}.stock-alert-action button{background:linear-gradient(115deg,#174d36,#26744e);min-height:48px;margin:0}.stock-alert-action p{color:#526b5e;margin:0;font-size:11px}.product-detail-actions button:disabled{cursor:not-allowed;opacity:.5}.product-detail-actions a{color:#433d34;background:#fff;border:1px solid #cec5b7;border-radius:10px;align-items:center;gap:7px;padding:12px 17px;font-size:12px;font-weight:800;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.product-detail-actions a:hover{background:#f5f8f6;border-color:#9eb9a8}.product-purchase-assurance{background:linear-gradient(135deg,#f8fcf9,#edf7f0);border:1px solid #d5e8db;border-radius:15px;margin:20px 0 0;padding:13px}.product-purchase-assurance>p{color:#277149;letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:9px;font-weight:900}.product-purchase-assurance ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 15px;margin:0;padding:0;list-style:none;display:grid}.product-purchase-assurance li{color:#42574a;align-items:center;gap:8px;font-size:11px;font-weight:700;line-height:1.3;display:flex}.product-purchase-assurance li:last-child{grid-column:1/-1}.product-purchase-assurance b{background:#fff;border:1px solid #d7eadc;border-radius:7px;flex:0 0 24px;justify-content:center;align-items:center;height:24px;font-size:13px;display:flex;box-shadow:0 2px 4px #1f56370d}.product-benefits{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-top:24px;display:grid}.product-benefits>a{color:inherit;background:linear-gradient(135deg,#fff,#f4f8f5);border:1px solid #dce7df;border-radius:14px;align-items:center;gap:10px;min-height:76px;padding:13px;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.product-benefits>a:hover{border-color:#b8d2c1;transform:translateY(-3px);box-shadow:0 10px 24px #1d4b3417}.product-benefits>a>b{color:#1d6d45;background:#e6f2eb;border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.product-benefits span{gap:2px;display:grid}.product-benefits strong{font-size:12px}.product-benefits small{color:#81776a;font-size:10px}.delivery-checker{background:linear-gradient(135deg,#f4f9f5,#edf6f0);border:1px solid #cfe1d5;border-radius:15px;gap:12px;margin-top:22px;padding:16px;display:grid}.delivery-checker>div:first-child{align-items:center;gap:10px;display:flex}.delivery-checker>div:first-child>b{color:#17633a;background:#dceee3;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.delivery-checker>div:first-child span{gap:2px;display:grid}.delivery-checker>div:first-child strong{font-size:12px}.delivery-checker>div:first-child small{color:#78847d;font-size:10px}.delivery-checker-form{grid-template-columns:1fr auto;gap:7px;display:grid}.delivery-checker-form input{font:inherit;background:#fff;border:1px solid #b9cfc0;border-radius:9px;outline:none;width:100%;padding:11px}.delivery-checker-form input:focus{border-color:#2a7952;box-shadow:0 0 0 3px #2a79521a}.delivery-checker-form button{margin:0;padding:10px 16px;font-size:11px}.delivery-checker>p{color:#8b3a42;margin:0;font-size:11px}.delivery-checker>p.available{color:#197144}.product-variants{background:#f6faf7;border:1px solid #c7decf;border-radius:13px;overflow:hidden;box-shadow:0 8px 22px #18533714}.product-variants-toggle{text-align:left;background:linear-gradient(115deg,#174d36,#26744e);border:0;border-radius:0;align-items:center;width:100%;margin:0;padding:10px 12px;display:flex}.product-variants-toggle>span{gap:2px;display:grid}.product-variants-toggle strong{color:#fff;font-size:12px}.product-variants-toggle small{color:#d8eddf;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:700;overflow:hidden}.product-variants-toggle>b{color:#fff;text-transform:uppercase;background:#ffffff29;border:1px solid #ffffff42;border-radius:999px;margin-left:auto;padding:4px 7px;font-size:9px}.product-variants-toggle>i{color:#fff;margin-left:8px;font-size:17px;font-style:normal;line-height:1;transition:transform .2s}.product-variants-toggle[aria-expanded=true]>i{transform:rotate(180deg)}.product-variant-panel{gap:8px;padding:10px 11px 11px;display:grid}.product-variant-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.product-variant-options button{color:#28503a;text-align:left;background:#fff;border:1px solid #c9dfd0;border-radius:9px;grid-template-columns:1fr auto;align-items:center;gap:1px;margin:0;padding:8px 9px;font-size:10px;display:grid}.product-variant-options button span{font-weight:800}.product-variant-options button strong{color:#277149;grid-column:1;font-size:9px}.product-variant-options button i{color:#fff;opacity:0;background:#236b48;border-radius:50%;grid-area:1/2/3;justify-content:center;align-items:center;width:17px;height:17px;font-size:8px;font-style:normal;transition:all .18s;display:flex;transform:scale(.6)}.product-variant-options button:hover{border-color:#5b9a72;transform:none;box-shadow:0 4px 10px #1f69431a}.product-variant-options button.selected{color:#174c34;background:#e8f5ec;border-color:#236b48;box-shadow:0 0 0 1px #236b48}.product-variant-options button.selected i{opacity:1;transform:scale(1)}.product-variant-panel>p{color:#a33c42;margin:0;font-size:10px;font-weight:700}.product-specifications{border-top:1px solid #dfd8cc;margin-top:55px;padding-top:34px;display:block}.product-specifications h2{letter-spacing:-.035em;margin:7px 0;font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.1}.product-info-content{gap:22px;min-width:0;display:grid}.product-info-content h3{color:#746b5e;letter-spacing:.12em;text-transform:uppercase;margin:0 0 9px;font-size:11px}.product-description-tabs{min-width:0}.description-tab-layout{background:#fff;border:1px solid #e1dbd0;border-radius:15px;grid-template-columns:minmax(150px,.65fr) minmax(0,1.35fr);min-height:210px;display:grid;overflow:hidden}.description-tab-list{background:#f5f3ef;border-right:1px solid #e5dfd6;flex-direction:column;padding:7px;display:flex}.description-tab-list button{color:#655e54;text-align:left;background:0 0;border-radius:9px;width:100%;margin:0;padding:11px 12px;font-size:12px;line-height:1.35}.description-tab-list button:hover{box-shadow:none;background:#e9f1eb;transform:none}.description-tab-list button.active{color:#1e6c47;background:#fff;box-shadow:0 4px 14px #1f432f14}.description-tab-panel{color:#554d43;overflow-wrap:anywhere;min-width:0;padding:18px;font-size:12.5px;line-height:1.65}.description-tab-panel>p{white-space:pre-wrap;margin:0}.description-tab-panel .rich-product-description>:first-child{margin-top:0}.description-tab-panel .rich-product-description>:last-child{margin-bottom:0}.description-tab-panel .tab-specification-list{border:0;border-radius:0}.description-tab-panel .tab-specification-list>div{border-bottom:1px solid #eee8df;padding:10px 0}.description-tab-panel .tab-specification-list>div:first-child{padding-top:0}.description-tab-panel .tab-specification-list>div:last-child{border-bottom:0;padding-bottom:0}.product-description-accordion{gap:8px;display:grid}.product-description-accordion details{background:#fff;border:1px solid #e1dbd0;border-radius:14px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.product-description-accordion details[open]{border-color:#bfd4c5;box-shadow:0 8px 22px #1c4b3512}.product-description-accordion summary{color:#302b25;cursor:pointer;justify-content:space-between;align-items:center;gap:14px;padding:15px 17px;font-size:13px;font-weight:800;line-height:1.35;list-style:none;display:flex}.product-description-accordion summary::-webkit-details-marker{display:none}.product-description-accordion summary b{color:#1d6d45;background:#edf4ef;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:19px;font-weight:400;line-height:1;transition:transform .2s;display:flex}.product-description-accordion details[open] summary b{transform:rotate(45deg)}.accordion-content{color:#554d43;overflow-wrap:anywhere;white-space:pre-wrap;border-top:1px solid #eee8df;padding:4px 17px 17px;font-size:12.5px;line-height:1.65}.accordion-content.rich-product-description{white-space:normal}.product-specifications dl{background:#fff;border:1px solid #e1dbd0;border-radius:16px;margin:0;overflow:hidden}.specification-list details>dl{border:0;border-top:1px solid #eee8df;border-radius:0}.product-specifications dl>div{grid-template-columns:minmax(120px,.65fr) 1.35fr;padding:13px 16px;display:grid}.product-specifications dl>div:nth-child(2n){background:#f7f4ef}.product-specifications dt{color:#746b5e;font-size:12px;font-weight:700}.product-specifications dd{color:#302b25;white-space:pre-wrap;margin:0;font-size:12px}.product-specifications dd.rich-product-description{white-space:normal;font-size:13px;line-height:1.65}.product-specifications .rich-product-description>:first-child{margin-top:0}.product-specifications .rich-product-description>:last-child{margin-bottom:0}.product-specifications .rich-product-description p{margin:0 0 10px}.product-specifications .rich-product-description h3,.product-specifications .rich-product-description h4{color:#40392f;margin:14px 0 7px;line-height:1.3}.product-specifications .rich-product-description ul,.product-specifications .rich-product-description ol{margin:8px 0;padding-left:20px}.related-products{max-width:1180px;margin:0 auto;padding:25px 24px 75px}.product-reviews{border-top:1px solid #dfd8cc;margin-top:70px;padding-top:48px}.review-heading,.review-heading>div{justify-content:space-between;align-items:end;display:flex}.review-heading h2{letter-spacing:-.035em;margin:7px 0;font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.1}.review-summary{flex-direction:column;align-items:end;gap:2px}.review-summary strong{font-size:26px}.review-summary strong span,.review-list span{color:#d88c26}.review-summary small,.review-list small{color:#746b5e;font-size:11px}.review-layout{grid-template-columns:1.2fr .8fr;gap:25px;margin-top:26px;display:grid}.review-list{gap:10px;display:grid}.review-list>article,.review-form{background:#fff;border:1px solid #e1dbd0;border-radius:14px;padding:17px}.review-list>article>div{justify-content:space-between;display:flex}.review-list h3,.review-form h3{margin:12px 0 5px;font-size:15px}.review-list p{color:#554d43;margin:0 0 10px;font-size:13px;line-height:1.6}.review-empty{gap:12px;display:grid}.review-reward{background:linear-gradient(135deg,#edf7f0,#fff8e8);border:1px solid #cfe3d5;border-radius:16px;grid-template-columns:64px 1fr;align-items:center;gap:14px;padding:18px;display:grid}.review-reward>span{color:#fff;background:#1f7049;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:17px;font-weight:900;display:flex}.review-reward strong{color:#204b35;font-size:15px;line-height:1.35}.review-reward p{color:#68766e;margin:5px 0 0;font-size:11px}.review-placeholder-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.review-placeholder-grid article{background:#f4f4f2;border:1px dashed #d5d5d0;border-radius:13px;gap:5px;min-height:118px;padding:14px;display:grid}.review-placeholder-grid span{color:#b0ada5;letter-spacing:1px;font-size:14px}.review-placeholder-grid strong{color:#5e625e;font-size:12px}.review-placeholder-grid small{color:#8b8d89;font-size:10px;line-height:1.45}.review-form{gap:11px;height:fit-content;display:grid}.review-form label{color:#554d43;gap:5px;font-size:12px;display:grid}.review-form input,.review-form select,.review-form textarea{font:inherit;border:1px solid #d8d1c6;border-radius:8px;padding:9px}.review-form textarea{resize:vertical;min-height:100px}.review-form button{margin:2px 0 0}.review-message{margin:0;font-size:12px}.review-star-picker{border:0;margin:0;padding:0}.review-star-picker legend{color:#554d43;margin-bottom:3px;font-size:12px}.review-star-picker>div{gap:4px;display:flex}.review-star-picker button{color:#b9b1a5;background:0 0;margin:0;padding:2px;font-size:35px;line-height:1;transition:color .18s,filter .18s,transform .18s}.review-star-picker button:hover,.review-star-picker button:focus,.review-star-picker button.preview,.review-star-picker button.active{box-shadow:none;color:#f0a51f;filter:drop-shadow(0 0 4px #f0a51fe6)drop-shadow(0 0 10px #ffd14980);background:0 0;transform:scale(1.12)}.review-star-picker button.active{color:#ffb400;text-shadow:0 1px #d18400;animation:1.8s ease-in-out infinite alternate review-star-glitter}.review-star-picker small{color:#81786d;font-size:10px}@keyframes review-star-glitter{0%{filter:drop-shadow(0 0 2px #f0a51f8c);transform:scale(1.04)rotate(-1deg)}to{filter:drop-shadow(0 0 6px #f0a51f)drop-shadow(0 0 12px #ffd54fa6);transform:scale(1.12)rotate(1deg)}}@media (prefers-reduced-motion:reduce){.review-star-picker button.active{animation:none}}.related-products>h2{letter-spacing:-.035em;margin:7px 0;font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.1}@keyframes product-detail-in{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes stock-pulse{50%{box-shadow:0 0 0 5px #2aaa6826}}@keyframes footer-rise{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (max-width:800px){.store-footer{margin-top:18px;padding-inline:16px}.footer-callout{flex-direction:column;align-items:flex-start;gap:18px;margin-top:28px;padding:23px}.footer-callout>a{padding:10px 14px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 18px;padding:38px 0 30px}.footer-grid.no-contact{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-about{grid-column:1/-1}.footer-about>p{max-width:500px}.footer-payments{flex-direction:column;align-items:flex-start;gap:14px}.payment-marks{justify-content:flex-start;width:100%}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}.footer-assurances{justify-content:flex-start;gap:8px 15px;width:100%}.floating-whatsapp{bottom:13px;right:13px}.product-page{max-width:100%;padding:18px 14px 42px}.product-detail-grid{grid-template-columns:1fr;gap:25px}.product-detail-gallery{position:static}.product-detail-main{aspect-ratio:1;border-radius:19px;width:100%;max-height:min(86vw,430px);box-shadow:0 14px 34px #352a1c17}.product-detail-main img{object-fit:contain}.product-detail-copy{border-radius:19px;padding:24px}.product-detail-copy h1{font-size:clamp(1.7rem,6.8vw,2.25rem)}.product-purchase-assurance ul{gap:8px 12px}.product-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.product-benefits>a,.product-benefits span{min-width:0}.product-benefits strong,.product-benefits small{overflow-wrap:anywhere}.product-specifications{grid-template-columns:minmax(0,1fr);gap:18px;min-width:0;margin-top:45px;padding-top:32px}.product-specifications dl,.product-description-accordion details{min-width:0}.product-specifications dl>div{grid-template-columns:minmax(0,1fr);gap:5px}.product-specifications dd{overflow-wrap:anywhere}.product-reviews{margin-top:45px;padding-top:32px}.review-heading,.review-heading>div{flex-direction:column;align-items:flex-start}.review-layout{grid-template-columns:1fr}.related-products{padding-inline:16px}}@media (max-width:420px){.footer-callout h2{font-size:1.4rem}.footer-grid{grid-template-columns:1fr 1fr}.footer-contact{grid-column:1/-1}.product-detail-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-copy{border-left:0;border-right:0;border-radius:16px;margin-inline:-4px;padding:21px 16px}.product-benefits{grid-template-columns:1fr}.product-detail-thumbs button{width:58px;min-width:58px;height:58px}}@media (max-width:560px){.product-breadcrumb{overflow-wrap:anywhere;margin-bottom:16px}.product-detail-copy{padding:20px 17px}.product-detail-copy>.eyebrow{padding:5px 8px;font-size:9px}.product-detail-copy h1{letter-spacing:-.025em;overflow-wrap:anywhere;margin:11px 0 16px;font-size:clamp(1.55rem,6.5vw,1.95rem);line-height:1.12}.product-detail-description{margin:16px 0 14px;padding-bottom:15px;font-size:13px;line-height:1.6}.product-detail-price,.product-detail-price.discount strong{font-size:1.55rem}.product-detail-price.discount del{font-size:13px}.product-purchase-assurance{padding:12px}.product-purchase-assurance ul{gap:8px 10px}.product-specifications h2,.review-heading h2,.related-products>h2{font-size:1.65rem}.product-benefits strong{font-size:11px}.product-benefits small{font-size:9px}.review-placeholder-grid{grid-template-columns:1fr}.review-placeholder-grid article{min-height:0}.review-reward{grid-template-columns:50px 1fr;padding:14px}.review-reward>span{width:46px;height:46px;font-size:14px}.description-tab-layout{grid-template-columns:1fr;min-height:0}.description-tab-list{scrollbar-width:thin;border-bottom:1px solid #e5dfd6;border-right:0;flex-direction:row;gap:6px;padding:7px;display:flex;overflow-x:auto}.description-tab-list button{white-space:normal;flex:none;width:auto;max-width:190px;padding:9px 11px}.description-tab-panel{padding:15px}.product-page{padding-bottom:calc(118px + var(--mobile-bottom-nav-height))}.desktop-product-actions{display:none}.mobile-product-actions{bottom:var(--mobile-bottom-nav-height);z-index:46;background:#fffffffa;border-top:1px solid #ddd7cd;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:9px 12px;display:grid;position:fixed;left:0;right:0;transform:none;box-shadow:0 -8px 24px #1e2b2321}.mobile-product-actions button{min-height:44px;padding:9px 8px;font-size:12px}body:has(.product-page) .floating-whatsapp{bottom:calc(78px + var(--mobile-bottom-nav-height))}.product-detail-main{max-height:calc(100vw - 28px)}.product-detail-thumbs{max-width:100%}}
.visitor-offer-backdrop{z-index:100;background:#0c201694;justify-content:center;align-items:center;padding:18px;animation:.25s both visitor-backdrop-in;display:flex;position:fixed;inset:0}.visitor-offer-popup{text-align:center;background:linear-gradient(145deg,#fff 0%,#f2fbf5 58%,#fff8e5 100%);border:1px solid #fffc;border-radius:24px;width:100%;max-width:480px;max-height:calc(100dvh - 36px);padding:30px;animation:.42s cubic-bezier(.2,.85,.3,1.15) both visitor-popup-in;position:relative;overflow:auto;box-shadow:0 28px 80px #0625154d}.visitor-offer-close{color:#315f45;background:#1e5b3914;border:0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin:0;padding:0;font-size:22px;display:flex;position:absolute;top:14px;right:14px}.visitor-offer-spark{color:#fff;background:linear-gradient(135deg,#1c7546,#45a66c);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 12px;font-size:20px;display:flex;box-shadow:0 8px 22px #227e493d}.visitor-offer-popup>p{color:#26734a;letter-spacing:.16em;margin:0;font-size:9px;font-weight:900}.visitor-offer-popup h2{color:#183e2a;letter-spacing:-.045em;max-width:390px;margin:8px auto 10px;font-size:clamp(23px,5vw,31px);line-height:1.05}.visitor-offer-popup>span{color:#69746d;max-width:350px;margin:auto;font-size:12px;line-height:1.55;display:block}.visitor-offer-grid{gap:8px;margin:18px 0;display:grid}.visitor-offer-grid article{text-align:left;background:#ffffffe0;border:1px solid #dce9df;border-radius:12px;grid-template-columns:82px 1fr;align-items:center;gap:11px;padding:10px;display:grid}.visitor-offer-grid article>b{color:#1c6940;text-align:center;background:linear-gradient(135deg,#def2e4,#f8edc8);border-radius:8px;padding:10px 7px;font-size:10px}.visitor-offer-grid article div{gap:3px;display:grid}.visitor-offer-grid strong{color:#253b2e;font-size:12px}.visitor-offer-grid small{color:#737a75;font-size:9px}.visitor-offer-grid code{color:#745718;background:#fff1bd;border-radius:4px;padding:2px 4px;font-weight:900}.visitor-offer-popup>a{color:#fff;background:linear-gradient(120deg,#17663c,#2d9157);border-radius:12px;justify-content:center;align-items:center;padding:13px;font-size:12px;font-weight:900;text-decoration:none;display:flex;box-shadow:0 10px 24px #20774638}.visitor-offer-popup>a span{margin-left:8px;font-size:18px}.visitor-offer-later{color:#718077;background:0 0;width:auto;margin:9px 0 0;padding:5px;font-size:10px}.visitor-offer-later:hover,.visitor-offer-close:hover{box-shadow:none;background:#1e5b391a;transform:none}@keyframes visitor-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes visitor-popup-in{0%{opacity:0;transform:translateY(24px)scale(.96)}to{opacity:1;transform:none}}@media (max-width:520px){.visitor-offer-popup{border-radius:19px;padding:25px 16px 18px}.visitor-offer-grid article{grid-template-columns:73px 1fr}.visitor-offer-popup h2{font-size:25px}}@media (prefers-reduced-motion:reduce){.visitor-offer-backdrop,.visitor-offer-popup{animation:none}}
.visitor-offer-brand{justify-content:center;align-items:center;min-height:38px;margin:0 auto 11px;display:flex}.visitor-offer-brand img{object-fit:contain;width:auto;max-width:180px;height:44px;display:block}.visitor-offer-brand.text-logo strong{color:#174d36;letter-spacing:-.05em;font-size:27px}.visitor-offer-brand.text-logo span{color:#27935a}@media (max-width:520px){.visitor-offer-brand img{max-width:150px;height:38px}}
.clarity-consent{z-index:10000;position:fixed;bottom:16px;left:16px;right:16px}.clarity-consent-panel{background:#fff;border:1px solid #d9d2c6;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;max-width:920px;margin:0 auto;padding:18px 20px;display:flex;box-shadow:0 18px 55px #17251d2b}.clarity-consent-panel strong{color:#183d2d;font-size:15px;display:block}.clarity-consent-panel p{color:#625d55;max-width:620px;margin:6px 0 0;font-size:12px;line-height:1.55}.clarity-consent-panel a{color:#1f7049;font-weight:800}.clarity-consent-actions{flex-shrink:0;gap:8px;display:flex}.clarity-consent-actions button,.clarity-preferences{margin:0;padding:11px 14px;font-size:11px}.clarity-consent-actions .clarity-decline{color:#38342e;background:#eeeae3}.clarity-consent-actions .clarity-accept{background:#1f7049}.clarity-preferences{color:#3f3a33;background:#fff;border:1px solid #d9d2c6;padding:9px 12px;box-shadow:0 8px 25px #17251d1f}.clarity-consent-actions button:focus-visible,.clarity-preferences:focus-visible{outline-offset:2px;outline:3px solid #83bd9c}@media (max-width:700px){.clarity-consent{bottom:10px;left:10px;right:10px}.clarity-consent-panel{flex-direction:column;align-items:stretch;gap:14px;padding:17px}.clarity-consent-actions{grid-template-columns:1fr 1fr;display:grid}.clarity-consent-actions button{width:100%}}@media (prefers-reduced-motion:reduce){.clarity-consent button{transition:none}}
