*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page-bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.45}.no-js .theme-toggle{display:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(calc(100% - 32px),var(--container));margin:0 auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:999;background:#fff;padding:10px 14px;border-radius:8px}.section{padding:34px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-heading h2{font-size:clamp(1.35rem,2vw,2rem);margin:0;letter-spacing:-.03em}.text-link{font-size:.9rem;color:var(--muted);display:inline-flex;align-items:center;gap:7px}.text-link svg{width:17px}.button{border:0;border-radius:999px;padding:12px 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-weight:700;transition:.2s ease}.button svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.8}.button--dark{background:#082e33;color:#fff}.button--dark:hover{transform:translateY(-1px);background:#0c3e44}.button--outline{background:transparent;border:1px solid var(--border);color:var(--text)}.button--full{width:100%;border-radius:9px}.announcement{background:#07383d;color:#fff;font-size:.78rem}.announcement__inner{min-height:31px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:20px}.announcement__item{display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.announcement__item:first-child{justify-content:flex-start}.announcement__item:last-child{justify-content:flex-end}.announcement svg{width:15px;fill:none;stroke:currentColor;stroke-width:1.8}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--page-bg) 94%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.header__inner{height:70px;display:grid;grid-template-columns:auto 1fr auto;gap:32px;align-items:center}.brand{font-size:1.9rem;font-weight:900;letter-spacing:-.07em}.nav{display:flex;gap:26px;align-items:center;font-size:.9rem}.nav a:hover{color:var(--accent)}.header__actions{display:flex;align-items:center;gap:10px}.search-form{width:min(380px,32vw);position:relative}.search-form input{width:100%;height:42px;border:1px solid var(--border);background:var(--surface-2);border-radius:999px;padding:0 16px 0 42px;color:var(--text);outline:none}.search-form svg{position:absolute;left:15px;top:12px;width:18px;fill:none;stroke:currentColor;stroke-width:1.8;color:var(--muted)}.icon-button{width:40px;height:40px;border-radius:50%;border:0;background:transparent;display:grid;place-items:center;position:relative;color:var(--text);cursor:pointer}.icon-button:hover{background:var(--surface-2)}.icon-button svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.8}.cart-count{position:absolute;top:0;right:0;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:.65rem;font-weight:800}.theme-toggle .sun-icon,html[data-theme=dark] .theme-toggle .moon-icon{display:none}html[data-theme=dark] .theme-toggle .sun-icon{display:block}.mobile-menu-toggle,.mobile-nav{display:none}.hero{padding:0}.hero__wrap{min-height:470px;position:relative;overflow:hidden;background:linear-gradient(105deg,#dfe8ea,#edf4f5 48%,#c5d6d9)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#ecf3f4fa,#ecf3f4e0 38%,#ecf3f426 72%,#ecf3f40d)}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__content{position:relative;z-index:2;min-height:470px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:min(52%,680px);padding:40px 0}.eyebrow{text-transform:uppercase;letter-spacing:.32em;font-size:.72rem;font-weight:700}.hero h1{font-size:clamp(3rem,5vw,5.2rem);line-height:.93;letter-spacing:-.07em;margin:12px 0 18px;max-width:760px}.hero h1 em{font-style:normal;color:var(--accent)}.hero__text{font-size:1.08rem;max-width:560px;margin:0 0 20px;color:#294247}.hero__trust{display:flex;gap:28px;margin-top:30px;flex-wrap:wrap}.trust-mini{display:flex;gap:10px;align-items:center}.trust-mini svg{width:28px;fill:none;stroke:#0a3a40;stroke-width:1.6}.trust-mini strong{display:block;font-size:.82rem}.trust-mini span{display:block;font-size:.72rem;color:#5b6a6d}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface);transition:.2s ease}.category-card:hover{transform:translateY(-3px);box-shadow:0 14px 38px #062a301a}.category-card__image{height:125px;background:var(--surface-2);overflow:hidden}.category-card__image img{width:100%;height:100%;object-fit:cover}.category-card__label{display:flex;justify-content:space-between;align-items:center;padding:12px;font-size:.87rem;font-weight:700}.category-card__label svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.8}.products-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(360px,.7fr);gap:24px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.product-card__media{height:220px;position:relative;background:var(--surface-2);display:block}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:10px;left:10px;border-radius:6px;background:var(--accent);color:#fff;padding:5px 8px;font-size:.68rem;font-weight:800}.badge--sale{background:#d93c3c}.product-card__content{padding:13px}.product-card__title{font-size:.92rem;font-weight:700;display:block;margin-bottom:7px}.rating-row{display:flex;gap:1px;align-items:center;margin-bottom:6px}.star{color:#f4a000;font-size:.88rem}.rating-count{font-size:.72rem;color:var(--muted);margin-left:4px}.price-row{display:flex;gap:8px;align-items:center;margin:6px 0 11px}.price-row strong{font-size:1rem}.price-row s{font-size:.78rem;color:var(--muted)}.promo-card{border-radius:var(--radius);overflow:hidden;min-height:100%;position:relative;background:linear-gradient(130deg,#d5e6f2,#95c4d2);display:flex;align-items:flex-end}.promo-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.promo-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#e3f1f7f2,#e3f1f733)}.promo-card__content{position:relative;z-index:2;padding:34px;width:70%;color:#0b3137}.promo-card__content h3{font-size:clamp(2rem,3vw,3.3rem);line-height:.95;letter-spacing:-.05em;margin:8px 0 12px}.promo-bubble{position:absolute;z-index:3;top:22px;right:22px;background:var(--accent);color:#fff;width:88px;height:88px;border-radius:50%;display:grid;place-items:center;text-align:center;font-weight:900;font-size:1.25rem;line-height:1}.testimonials{display:grid;grid-template-columns:260px 1fr;gap:22px;align-items:stretch}.testimonials__intro h2{margin:0 0 6px;font-size:1.45rem}.testimonials__intro p{margin:0;color:var(--muted)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px}.testimonial-card__stars{color:#f4a000;letter-spacing:.05em}.testimonial-card p{font-size:.9rem;margin:8px 0 14px}.testimonial-card strong{font-size:.85rem}.trust-strip{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.trust-block{border:1px solid var(--border);border-radius:var(--radius);padding:14px;display:flex;align-items:center;justify-content:center;gap:12px;background:var(--surface)}.trust-block svg{width:26px;fill:none;stroke:var(--text);stroke-width:1.6}.trust-block strong{display:block;font-size:.82rem}.trust-block span{display:block;font-size:.72rem;color:var(--muted)}.newsletter{background:#07383d;color:#fff;padding:30px 0}.newsletter__inner{display:grid;grid-template-columns:1fr 1.4fr;gap:40px;align-items:center}.newsletter h2{margin:0 0 5px}.newsletter p{margin:0;color:#d4e5e7}.newsletter form{display:flex;gap:0}.newsletter input{flex:1;height:48px;border-radius:999px 0 0 999px;border:0;padding:0 20px;outline:none}.newsletter button{border-radius:0 999px 999px 0;min-width:150px;background:#0b8b90;color:#fff;border:0;font-weight:800}.site-footer{padding:35px 0;border-top:1px solid var(--border);background:var(--surface)}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px}.footer-brand p{color:var(--muted);max-width:360px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.footer-links a{color:var(--muted);font-size:.9rem}.footer-meta{text-align:right;color:var(--muted);font-size:.8rem}.main-product{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;padding:48px 0}.product-gallery img{width:100%;border-radius:var(--radius);background:var(--surface-2)}.product-info h1{font-size:clamp(2rem,4vw,4rem);letter-spacing:-.05em;margin:0 0 10px}.product-info__price{font-size:1.4rem;font-weight:800;margin:10px 0}.product-info__description{color:var(--muted);margin:20px 0}.product-form-stack{display:grid;gap:12px}.field{display:grid;gap:6px}.field label{font-size:.82rem;font-weight:700}.field select,.field input{height:46px;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:9px;padding:0 12px}.collection-header{text-align:center;padding:42px 0 20px}.collection-header h1{font-size:clamp(2.3rem,4vw,4.2rem);letter-spacing:-.055em;margin:0}.collection-products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding-bottom:50px}.cart-table{width:100%;border-collapse:collapse;margin:30px 0}.cart-table td,.cart-table th{padding:14px;border-bottom:1px solid var(--border);text-align:left}.cart-product{display:flex;align-items:center;gap:14px}.cart-product img{width:80px;height:80px;object-fit:cover;border-radius:10px}.cart-summary{display:flex;justify-content:flex-end;padding-bottom:50px}.cart-summary__box{width:min(100%,380px);border:1px solid var(--border);border-radius:var(--radius);padding:20px;background:var(--surface)}.search-results{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:30px 0 50px}.empty-state{text-align:center;padding:70px 0;color:var(--muted)}html[data-theme=dark]{--page-bg:#071114;--surface:#0d1a1e;--surface-2:#122329;--text:#eef8f8;--muted:#9eb2b5;--border:#20353a}html[data-theme=dark] .site-header{background:#071114eb}html[data-theme=dark] .hero__media:after{background:linear-gradient(90deg,#071114f5,#071114d1 42%,#0711141f 76%)}html[data-theme=dark] .hero__text{color:#c3d8da}html[data-theme=dark] .trust-mini svg{stroke:#d7f3f4}@media(max-width:1100px){.category-grid{grid-template-columns:repeat(3,1fr)}.products-layout{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(4,1fr)}.search-form{display:none}.nav{gap:16px}.collection-products,.search-results{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.announcement__inner{grid-template-columns:1fr}.announcement__item{display:none}.announcement__item:first-child{display:flex;justify-content:center}.header__inner{grid-template-columns:auto 1fr auto;gap:8px}.nav{display:none}.mobile-menu-toggle{display:grid}.mobile-nav{display:none;position:fixed;z-index:49;top:101px;left:0;right:0;background:var(--surface);border-bottom:1px solid var(--border);padding:18px 20px;gap:15px;flex-direction:column}.menu-open .mobile-nav{display:flex}.hero__content{width:100%;min-height:430px}.hero__media:after{background:linear-gradient(90deg,#ecf3f4f5,#ecf3f4b8)}.hero h1{font-size:3.4rem}.hero__trust{gap:15px}.category-grid,.product-grid,.collection-products,.search-results{grid-template-columns:repeat(2,1fr)}.testimonials,.testimonial-grid,.newsletter__inner,.footer-grid{grid-template-columns:1fr}.footer-meta{text-align:left}.main-product{grid-template-columns:1fr}.promo-card{min-height:430px}.promo-card__content{width:85%}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{border-bottom:1px solid var(--border);padding:12px 0}.cart-table td{border:0;padding:7px 0}}@media(max-width:520px){.container{width:min(calc(100% - 22px),var(--container))}.header__actions .account-link{display:none}.brand{font-size:1.55rem}.hero h1{font-size:2.8rem}.hero__trust{display:grid;grid-template-columns:1fr}.category-grid,.product-grid,.collection-products,.search-results{grid-template-columns:1fr 1fr}.category-card__image{height:100px}.product-card__media{height:170px}.newsletter form{display:grid;gap:8px}.newsletter input,.newsletter button{border-radius:999px;width:100%}.trust-strip{grid-template-columns:1fr}.promo-card__content{padding:24px}.promo-bubble{width:72px;height:72px;font-size:1rem}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/base.css.map */
