:root{--text:var(--color-text,#111);--muted:var(--color-muted,#6f7379);--bg:var(--color-background,#fff);--soft:var(--color-soft,#f7f7f8);--line:var(--color-line,#e5e6e8);--button:var(--color-button,#111);--radius:18px;--shadow:0 12px 35px rgba(0,0,0,.06) }*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.page-width{max-width:1180px;margin:0 auto;padding-left:24px;padding-right:24px}.announcement{height:34px;overflow:hidden;background:#111;color:#fff;font-size:10px;font-weight:800;letter-spacing:.06em;white-space:nowrap}.marquee{display:flex;width:max-content;height:100%;align-items:center;animation:marquee 24s linear infinite}.marquee span{padding-right:42px}@keyframes marquee{to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:50;background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header-search{justify-self:start;display:flex;align-items:center;gap:8px}.search-field{width:210px;height:40px;border:1px solid var(--line);border-radius:12px;padding:0 12px}.brand{font-weight:950;letter-spacing:-.06em;font-size:22px;text-align:center}.brand small{display:block;font-size:7px;letter-spacing:.32em;margin-top:-3px}.header-cart{justify-self:end;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800}.cart-count{min-width:20px;height:20px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:9px}.mobile-search{display:none}.section{padding:58px 0}.section-head{text-align:center;margin-bottom:28px}.eyebrow{font-size:9px;letter-spacing:.18em;font-weight:900;color:#858990}.section-head h2{font-size:clamp(38px,5vw,58px);letter-spacing:-.065em;margin:7px 0}.section-head p{font-size:12px;color:var(--muted);margin:0}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;display:flex;flex-direction:column;height:100%}.product-media{aspect-ratio:1;background:#f4f4f5;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;padding:10px}.sale-badge{position:absolute;left:14px;top:14px;background:#111;color:#fff;border-radius:999px;padding:7px 11px;font-size:9px;font-weight:900}.product-placeholder{width:48%;height:42%;border-radius:28%;background:#fff;box-shadow:0 22px 45px #00000024}.product-placeholder.maxx{width:65%;height:34%;border-radius:50px;background:#111}.product-info{padding:18px;display:flex;flex:1;flex-direction:column}.product-title{font-size:17px;font-weight:850;margin:0 0 8px}.price{font-size:14px;font-weight:900}.compare{text-decoration:line-through;color:#999;font-weight:500;margin-left:7px}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;padding-top:18px}.button{min-height:43px;border:1px solid var(--line);border-radius:11px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;font-size:10px;font-weight:900;cursor:pointer}.button--primary{background:var(--button);border-color:var(--button);color:#fff}.trust{background:var(--soft);border-block:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-item{text-align:center;padding:24px 14px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-icon{width:48px;height:48px;border:1px solid #ddd;border-radius:14px;background:#fff;display:grid;place-items:center;margin:0 auto 10px;font-size:20px;box-shadow:0 7px 18px #0000000d}.trust-item b{font-size:11px;display:block}.trust-item span{font-size:9px;color:var(--muted);display:block;margin-top:5px;line-height:1.4}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.review{border:1px solid #dedfe2;border-radius:16px;padding:18px;min-height:175px}.stars{font-size:11px;letter-spacing:1px}.review p{font-size:11px;line-height:1.6;color:#666}.review small{font-size:9px;font-weight:850}.review-photo{margin-top:12px;border-radius:10px;background:var(--soft);height:70px;display:grid;place-items:center;color:#999;font-size:9px}.faq{max-width:780px;margin:0 auto;border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:17px 0}summary{cursor:pointer;font-size:12px;font-weight:850;list-style:none}summary::-webkit-details-marker{display:none}summary:after{content:"+";float:right;font-size:17px;font-weight:400}details[open] summary:after{content:"\2212"}details p{font-size:11px;line-height:1.65;color:var(--muted);max-width:700px}.contact-card{border:1px solid var(--line);border-radius:20px;padding:25px;display:flex;align-items:center;gap:18px}.contact-icon{width:46px;height:46px;border-radius:14px;background:var(--soft);display:grid;place-items:center;font-size:19px}.contact-card h2{margin:4px 0;font-size:23px;letter-spacing:-.04em}.contact-card p{font-size:11px;color:var(--muted);margin:0}.contact-card .button{margin-left:auto}.product-page{padding:45px 0}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:50px}.product-gallery{display:grid;gap:12px}.product-main-image{background:var(--soft);border-radius:20px;min-height:500px;display:grid;place-items:center;overflow:hidden}.product-main-image img{width:100%;height:100%;object-fit:contain}.product-details h1{font-size:clamp(34px,5vw,54px);letter-spacing:-.06em;margin:0 0 12px}.product-details .price{font-size:20px;margin-bottom:20px}.product-description{font-size:12px;line-height:1.7;color:var(--muted)}.product-form{margin-top:22px}.qty{width:100%;height:45px;border:1px solid var(--line);border-radius:11px;padding:0 12px}.product-form .button{width:100%;margin-top:10px}.product-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.mini-badge{border:1px solid var(--line);border-radius:13px;padding:12px 8px;text-align:center;font-size:9px;font-weight:850}.product-faq{margin-top:45px}.collection-header{text-align:center;padding:55px 0 25px}.collection-header h1{font-size:48px;letter-spacing:-.06em;margin:0 0 10px}.collection-header p{color:var(--muted);font-size:12px}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.sort{height:38px;border:1px solid var(--line);border-radius:10px;padding:0 10px}.cart-page{padding:50px 0}.cart-page h1{text-align:center;font-size:48px;letter-spacing:-.06em}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:16px;padding:16px 0;border-bottom:1px solid var(--line);align-items:center}.cart-item img{border-radius:12px;background:var(--soft)}.cart-summary{margin-left:auto;max-width:420px;padding-top:25px}.cart-summary .total{display:flex;justify-content:space-between;font-size:18px;font-weight:900;margin-bottom:15px}.empty{text-align:center;color:var(--muted);padding:40px}.site-footer{border-top:1px solid var(--line);padding:25px 0;font-size:9px;color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;gap:15px}.footer-links{display:flex;gap:15px}.search-page{padding:50px 0}.search-form{display:flex;max-width:600px;margin:0 auto 35px}.search-form input{flex:1;height:45px;border:1px solid var(--line);border-radius:11px 0 0 11px;padding:0 12px}.search-form button{width:110px;border:0;border-radius:0 11px 11px 0;background:#111;color:#fff;font-weight:800}@media(max-width:760px){.page-width{padding-left:16px;padding-right:16px}.header-inner{height:64px}.header-search{display:block}.search-field{display:none}.header-search:after{content:"\2315";font-size:27px}.brand{font-size:18px}.header-cart{font-size:0}.cart-count{font-size:9px}.section{padding:45px 0}.products-grid{grid-template-columns:1fr 1fr;gap:10px}.product-info{padding:14px}.product-title{font-size:15px}.card-actions{gap:6px}.button{font-size:9px;padding:0 5px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.trust-item:nth-child(odd){border-right:1px solid var(--line)}.trust-item:nth-last-child(-n+2){border-bottom:0}.reviews{grid-template-columns:1fr}.contact-card{display:block}.contact-card .button{width:100%;margin-top:16px}.product-layout{grid-template-columns:1fr;gap:25px}.product-main-image{min-height:350px}.product-badges{grid-template-columns:1fr 1fr 1fr}.collection-header h1,.cart-page h1{font-size:40px}.footer-inner{display:block;text-align:center}.footer-links{justify-content:center;margin-top:8px}}.volume-box{margin-top:24px;border:1px solid var(--line);border-radius:18px;padding:16px;background:#fff}.volume-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:12px}.volume-heading span{font-size:10px;font-weight:950;letter-spacing:.12em}.volume-heading small{font-size:10px;color:var(--muted)}.volume-options{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.volume-option{min-height:66px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:9px 7px;display:flex;flex-direction:column;justify-content:space-between;text-align:left;cursor:pointer;color:var(--text)}.volume-option span{font-size:9px;color:var(--muted)}.volume-option span b{color:var(--text);font-size:12px}.volume-option strong{font-size:11px}.volume-option.is-selected{border-color:#111;background:#111;color:#fff;box-shadow:0 7px 18px #0000001a}.volume-option.is-selected span{color:#d9d9d9}.volume-option.is-selected span b{color:#fff}.volume-summary{display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);margin-top:13px;padding-top:13px}.volume-summary-label{font-size:10px;color:var(--muted);margin-right:auto}.volume-summary strong{font-size:15px}.volume-save{font-size:9px;font-weight:800;color:#2d7a4b}.volume-note{font-size:9px;color:var(--muted);margin-top:9px;line-height:1.4}@media(max-width:760px){.volume-options{grid-template-columns:repeat(2,1fr)}.volume-option:last-child{grid-column:span 2}.volume-heading{display:block}.volume-heading small{display:block;margin-top:4px}}.volume-option-save{display:block;margin-top:3px;font-size:8px;font-weight:800;color:#2d7a4b}.volume-option em{display:block;margin-top:4px;font-size:7px;line-height:1.25;font-style:normal;color:#777}.volume-option.is-selected .volume-option-save{color:#c8f0d5}.volume-option{position:relative;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;background:#fff;box-shadow:0 2px 8px #0000000a}.volume-option:hover{transform:translateY(-2px);border-color:#bfc2c7;box-shadow:0 8px 20px #00000014}.volume-option.is-selected{box-shadow:0 9px 22px #00000024}.cart-item-info small{display:block;color:var(--muted);font-size:9px;margin:4px 0}.cart-item-info label{display:flex;align-items:center;gap:7px;margin-top:9px;font-size:9px;color:var(--muted)}.cart-item-info input{width:58px;height:34px;border:1px solid var(--line);border-radius:9px;padding:0 8px}.volume-option{position:relative;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.volume-option:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000012;border-color:#bfc2c7}.volume-option.is-selected{box-shadow:0 9px 22px #00000021}.volume-option-save{display:inline-flex!important;align-self:flex-start;margin-top:5px;padding:3px 7px;border-radius:999px;background:#eef8f1;color:#287548!important;font-size:8px!important;font-weight:850}.volume-option.is-selected .volume-option-save{background:#2a6b43;color:#fff!important}.volume-option em{display:block;margin-top:5px;font-size:7px;line-height:1.25;font-style:normal;color:#777}.volume-option.is-selected em{color:#ddd}@media(max-width:760px){.volume-options{grid-template-columns:repeat(2,1fr)}.volume-option:last-child{grid-column:span 2}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
