:root{--emerald-950: #052e16;--emerald-900: #064e3b;--emerald-800: #065f46;--emerald-700: #047857;--emerald-600: #059669;--emerald-100: #d1fae5;--emerald-50: #ecfdf5;--lime-400: #a3e635;--lime-300: #bef264;--lime-200: #d9f99d;--slate-900: #0f172a;--slate-700: #334155;--slate-600: #475569;--slate-500: #64748b;--slate-200: #e2e8f0;--slate-100: #f1f5f9;--slate-50: #f8fafc;--rose-500: #f43f5e;--radius-lg: 1.5rem;--radius-xl: 2rem;--max-w: 1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--slate-900);background:#fff;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:var(--max-w);margin:0 auto;padding:0 1rem}@media(min-width:640px){.wrap{padding:0 1.5rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;padding:.9rem 1.75rem;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.04em;border:none;cursor:pointer;transition:background .15s ease,color .15s ease}.btn-primary{background:var(--lime-400);color:var(--emerald-950)}.btn-primary:hover{background:var(--lime-300)}.btn-outline{background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff}.btn-outline:hover{background:#ffffff1a}.btn-dark{background:var(--slate-900);color:#fff}.btn-dark:hover{background:var(--emerald-700)}.announcement{background:linear-gradient(to right,var(--emerald-700),var(--emerald-600),var(--lime-400));color:#fff;text-align:center;font-size:.8rem;font-weight:500;padding:.5rem 1rem}.announcement code{background:#fff3;padding:.1rem .4rem;border-radius:.25rem;font-weight:700}.site-header{position:sticky;top:0;z-index:50;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(6,95,70,.1)}.header-row{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;max-width:var(--max-w);margin:0 auto}.logo{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.logo-badge{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:1rem;font-size:1.1rem;background:linear-gradient(to bottom right,var(--emerald-600),var(--lime-400));box-shadow:0 8px 20px -6px #05966966}.logo-text{font-weight:800;font-size:1.1rem;color:var(--slate-900);line-height:1.1}.logo-text span{color:var(--emerald-600)}.logo-sub{display:block;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--slate-500)}.search-form{flex:1;max-width:420px;display:none}@media(min-width:768px){.search-form{display:block}}.search-form input{width:100%;border-radius:999px;border:1px solid var(--slate-200);background:var(--slate-50);padding:.65rem 1rem .65rem 2.6rem;font-size:.875rem;outline:none}.search-form input:focus{border-color:var(--emerald-600);background:#fff}.header-actions{margin-left:auto;display:flex;align-items:center;gap:.5rem}.cart-link{display:flex;align-items:center;gap:.5rem;background:var(--slate-900);color:#fff;border-radius:999px;padding:.6rem 1rem;font-size:.875rem;font-weight:600;position:relative}.cart-link:hover{background:var(--emerald-700)}.cart-count{position:absolute;top:-6px;right:-6px;background:var(--lime-400);color:var(--emerald-950);font-size:.7rem;font-weight:700;min-width:1.25rem;height:1.25rem;border-radius:999px;display:grid;place-items:center;padding:0 .25rem}.header-link{padding:.6rem .75rem;border-radius:999px;font-size:.875rem;font-weight:500;color:var(--slate-600)}.header-link:hover{background:var(--slate-100);color:var(--slate-900)}.main-nav{display:none;gap:.25rem;max-width:var(--max-w);margin:0 auto;padding:0 1rem .5rem;overflow-x:auto}@media(min-width:768px){.main-nav{display:flex}}.main-nav a{white-space:nowrap;padding:.5rem .9rem;border-radius:999px;font-size:.875rem;font-weight:500;color:var(--slate-600)}.main-nav a:hover{background:var(--slate-100);color:var(--slate-900)}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--emerald-950),var(--emerald-800),var(--emerald-600));color:#fff}.hero-grid{position:relative;max-width:var(--max-w);margin:0 auto;display:grid;gap:2.5rem;align-items:center;padding:3.5rem 1rem}@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;padding:5rem 1.5rem}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(190,242,100,.4);background:#ffffff1a;border-radius:999px;padding:.4rem .9rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--lime-200)}.hero h1{margin:1.25rem 0 0;font-size:2.5rem;font-weight:900;line-height:1.05;letter-spacing:-.02em}@media(min-width:1024px){.hero h1{font-size:3.5rem}}.hero p{margin-top:1.25rem;max-width:32rem;color:#ecfdf5e6;line-height:1.6}.hero-ctas{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:.75rem}.hero-stats{margin-top:2.25rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;border-top:1px solid rgba(255,255,255,.15);padding-top:1.5rem;max-width:32rem}.hero-stats dt{font-size:.8rem;color:#ecfdf5b3}.hero-stats dd{margin:.15rem 0 0;font-size:1.25rem;font-weight:800}.hero-image{position:relative;min-height:320px;background:#ffffff0f;border-radius:2rem;border:1px solid rgba(255,255,255,.15)}.hero-image img{border-radius:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 25px 50px -12px #0006;width:100%;aspect-ratio:4/3;object-fit:cover}.hero-card{position:absolute;left:1rem;right:1rem;bottom:-1.5rem;background:#fffffff7;color:var(--slate-900);border-radius:1.25rem;padding:1rem;display:flex;align-items:center;gap:1rem;box-shadow:0 20px 40px -10px #0000004d}@media(min-width:640px){.hero-card{left:2rem;right:2rem}}.hero-card img{width:4rem;height:4rem;border-radius:.75rem;object-fit:cover;flex-shrink:0}.hero-card .name{font-size:.875rem;font-weight:700}.hero-card .off{font-size:.68rem;font-weight:700;text-transform:uppercase;color:var(--emerald-600)}.hero-card .view{background:var(--slate-900);color:#fff;font-size:.7rem;font-weight:700;border-radius:999px;padding:.5rem .9rem;flex-shrink:0}.trust-strip{max-width:var(--max-w);margin:-1.5rem auto 0;padding:0 1rem}.trust-card{background:#fff;border:1px solid var(--slate-200);border-radius:var(--radius-xl);box-shadow:0 10px 30px -15px #0f172a26;padding:1rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}@media(min-width:1024px){.trust-card{grid-template-columns:repeat(4,1fr)}}.trust-item{display:flex;gap:.75rem;padding:.75rem;border-radius:1rem}.trust-item:hover{background:var(--slate-50)}.trust-item .icon{font-size:1.4rem}.trust-item .t{font-weight:700;font-size:.875rem}.trust-item .b{font-size:.75rem;color:var(--slate-500);line-height:1.5;margin-top:.1rem}.section{max-width:var(--max-w);margin:3.5rem auto 0;padding:0 1rem}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.eyebrow{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--emerald-600)}.section-title{margin:.25rem 0 0;font-size:1.5rem;font-weight:800;letter-spacing:-.01em}.section-desc{margin-top:.25rem;font-size:.85rem;color:var(--slate-500);max-width:34rem}.section-link{font-size:.8rem;font-weight:700;color:var(--emerald-600);white-space:nowrap}.section-link:hover{text-decoration:underline}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.category-grid{grid-template-columns:repeat(4,1fr)}}.category-tile{position:relative;border-radius:1.5rem;overflow:hidden;aspect-ratio:1;background:var(--slate-100)}.category-tile img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-tile:hover img{transform:scale(1.05)}.category-tile .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(5,46,22,.85),transparent 60%);display:flex;align-items:flex-end;padding:1rem}.category-tile .name{color:#fff;font-weight:700;font-size:.9rem}.category-tile .count{color:#ffffffbf;font-size:.7rem}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid.cols-4{grid-template-columns:repeat(4,1fr)}}.product-card{border:1px solid var(--slate-200);border-radius:1.5rem;overflow:hidden;background:#fff;transition:box-shadow .15s ease,border-color .15s ease;display:flex;flex-direction:column}.product-card:hover{border-color:var(--emerald-600);box-shadow:0 15px 30px -15px #05966940}.product-card .thumb{aspect-ratio:1;overflow:hidden;background:var(--slate-50)}.product-card .thumb img{width:100%;height:100%;object-fit:cover}.product-card .body{padding:.85rem;flex:1;display:flex;flex-direction:column;gap:.3rem}.product-card .name{font-size:.85rem;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .price-row{display:flex;align-items:baseline;gap:.4rem;margin-top:auto}.product-card .price{font-weight:800;color:var(--emerald-700)}.product-card .compare{font-size:.75rem;color:var(--slate-500);text-decoration:line-through}.stars{color:var(--lime-400);font-size:.75rem;letter-spacing:.05em}.deal{border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--emerald-100);background:linear-gradient(to right,var(--emerald-50),#fefce8);display:grid}@media(min-width:1024px){.deal{grid-template-columns:1fr 1fr}}.deal-copy{padding:2rem}@media(min-width:640px){.deal-copy{padding:3rem}}.deal-tag{display:inline-block;background:var(--rose-500);color:#fff;border-radius:999px;padding:.3rem .8rem;font-size:.7rem;font-weight:700;text-transform:uppercase}.deal h2{font-size:1.75rem;font-weight:900;margin:1rem 0 .5rem}.deal-price{font-size:1.75rem;font-weight:900}.deal-compare{font-size:1.1rem;color:var(--slate-500);text-decoration:line-through;margin-left:.5rem}.deal-image{min-height:16rem;background:#fff}.deal-image img{width:100%;height:100%;object-fit:cover}.newsletter-band{border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--slate-900),var(--emerald-900),var(--emerald-700));color:#fff;text-align:center;padding:3rem 1.5rem}.newsletter-band h2{max-width:34rem;margin:.75rem auto 0;font-size:1.75rem;font-weight:900}.newsletter-form{max-width:30rem;margin:1.75rem auto 0;display:flex;gap:.5rem;background:#ffffff1a;padding:.4rem;border-radius:999px}.newsletter-form input{flex:1;border:none;border-radius:999px;padding:.75rem 1.1rem;font-size:.875rem;outline:none}.newsletter-form button{border:none;border-radius:999px;background:var(--lime-400);color:var(--emerald-950);font-weight:700;padding:.75rem 1.25rem;cursor:pointer}.site-footer{margin-top:4rem;background:var(--slate-900);color:#ffffffbf;padding:3rem 0 1.5rem}.footer-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-grid h4{color:#fff;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.footer-grid a{display:block;font-size:.85rem;padding:.25rem 0;color:#ffffffa6}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding-top:1.5rem;font-size:.75rem;text-align:center;color:#ffffff80}.page-content{max-width:48rem;margin:3rem auto;padding:0 1rem}.page-content h1{font-size:2rem;font-weight:800}.product-main{max-width:var(--max-w);margin:2rem auto;padding:0 1rem;display:grid;gap:2.5rem}@media(min-width:1024px){.product-main{grid-template-columns:1fr 1fr}}.product-gallery img{border-radius:1.5rem;aspect-ratio:1;object-fit:cover;width:100%}.product-info h1{font-size:1.75rem;font-weight:800;margin:0 0 .5rem}.product-price{font-size:1.5rem;font-weight:800;color:var(--emerald-700)}.product-form select{width:100%;padding:.75rem;border-radius:.75rem;border:1px solid var(--slate-200);margin-bottom:1rem}.qty-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.qty-row input{width:4.5rem;padding:.6rem;border-radius:.75rem;border:1px solid var(--slate-200)}.cart-wrap{max-width:var(--max-w);margin:2.5rem auto;padding:0 1rem}.cart-line{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--slate-200);align-items:center}.cart-line img{width:5rem;height:5rem;border-radius:1rem;object-fit:cover}.cart-summary{margin-top:1.5rem;text-align:right}.cart-summary .total{font-size:1.25rem;font-weight:800}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
