:root{color-scheme:light;font-family:Inter,sans-serif;--bg: #ffffff;--surface: #ffffff;--text: #111111;--muted: #5f5f5f;--primary: #111111;--primary-soft: #f5f5f5;--border: #e8e8e8;--shadow: 0 24px 64px rgba(34, 34, 34, .08)}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{background:var(--bg);color:var(--text)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:min(1180px,100% - 32px);margin:0 auto}.announcement-bar{background:#111;color:#fff;font-size:.92rem}.announcement-bar__inner{display:flex;justify-content:center;align-items:center;padding:10px 0}.announcement-copy{margin:0}.announcement-copy a{color:#fff;text-decoration:underline;margin-left:14px}.site-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--border)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:start;justify-content:space-between;gap:24px;padding:18px 0}.header-left,.header-right{display:flex;align-items:center;gap:14px}.header-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text);cursor:pointer}.header-icon svg{display:block}.header-burger span{display:block;width:18px;height:2px;background:var(--text);border-radius:999px;margin:4px 0}.brand-logo{font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:var(--text);font-size:1.05rem}.site-nav{display:flex;flex-direction:column;gap:10px;padding:2px 0 0}.nav-inner{display:flex;gap:30px;justify-content:center;flex-wrap:wrap}.nav-inner--secondary{gap:40px}.nav-item{position:relative}.mega-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:420px;padding:18px;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:0 18px 44px #1111111a;display:none;gap:24px;z-index:40}.mega-menu__group{min-width:170px}.mega-menu__title{margin:0 0 10px;font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-weight:700}.mega-menu a{display:block;padding:6px 0;font-size:.95rem;color:var(--text)}.nav-item--mega:hover .mega-menu,.nav-item--mega:focus-within .mega-menu{display:flex}.site-nav.site-nav--open{display:block;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);padding:18px 0}.site-nav a{color:var(--muted);text-decoration:none;font-weight:600;letter-spacing:.02em;transition:color .2s ease}.site-nav a:hover{color:var(--text)}.nav-link--primary{padding:10px 18px;background:#f2f2f2;border-radius:999px;color:var(--text)}.account-link{font-weight:700;color:var(--muted);letter-spacing:.03em}.account-link:hover,.section-link:hover{color:var(--text)}.section-header--with-action{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;text-align:left}.section-header--spaced{margin-top:64px}.section-link{color:var(--text);font-weight:700;letter-spacing:.02em;text-decoration:none}.product-card__badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:.75rem;font-weight:700;margin-bottom:12px;text-transform:uppercase;letter-spacing:.18em}.product-card__meta{margin:0 0 12px;font-size:.82rem;color:var(--muted)}.header-actions{display:flex;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid transparent;padding:15px 24px;font-weight:700;transition:transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--primary);color:#fff}.button--ghost{background:transparent;color:var(--text);border-color:var(--border)}.button--secondary{background:#fff;color:var(--text);border-color:var(--border)}.hero-panel{padding:84px 0 64px}.hero-panel--lofree .hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,540px);gap:48px;align-items:center}.hero-copy h1,.section-header h2{font-size:clamp(3.2rem,5vw,4.8rem);line-height:.95;margin:0}.hero-copy p,.section-header p,.product-card__price,.product-card__title,.footer-grid p{color:var(--muted)}.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:32px}.hero-meta{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:var(--muted);font-size:.975rem}.hero-visual{display:flex;justify-content:center}.hero-image{width:100%;border-radius:38px;box-shadow:var(--shadow);object-fit:cover}.hero-carousel{position:relative;width:100%;overflow:hidden;border-radius:38px;box-shadow:var(--shadow)}.carousel-slides{display:flex;transition:transform .5s ease}.carousel-slide{min-width:100%;display:none}.carousel-slide.active{display:block}.carousel-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:background .3s}.dot.active{background:#fff}.section{padding:72px 0}.product-grid,.collection-grid{width:min(1180px,100% - 32px);margin:0 auto}.section-header{text-align:center;max-width:720px;margin:0 auto 48px}.eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.28em;color:var(--primary);font-size:.82rem;font-weight:700}.collection-page,.page-section,.cart-page{padding:72px 0}.page-content{max-width:760px;margin:0 auto;color:var(--muted);line-height:1.85}.page-content--wide{max-width:100%}.product-grid,.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.collection-card,.product-card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:32px;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.collection-card:hover,.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 52px #22222214;border-color:#1113}.collection-card img,.product-card img{width:100%;display:block}.collection-card div,.product-card__body{padding:24px}.product-card__link{display:block}.collection-label{margin:0 0 10px;font-size:.82rem;text-transform:uppercase;letter-spacing:.18em;color:var(--primary)}.collection-card strong,.product-card__title{display:block;margin:0;font-size:1.05rem;color:var(--text)}.product-card__body{padding:22px}.product-card__form{margin-top:14px}.product-card__add{width:100%}.product-card__price{margin:12px 0 0;font-weight:700;color:var(--primary)}.newsletter-panel{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center;background:linear-gradient(135deg,#f7f7f7,#fff);border-radius:36px;padding:46px 52px;border:1px solid var(--border)}.newsletter-form{display:flex;gap:14px;flex-wrap:wrap}.newsletter-form input,.newsletter-form textarea{flex:1 1 260px;min-height:56px;border-radius:999px;border:1px solid var(--border);padding:0 20px}.newsletter-form textarea{min-height:150px;border-radius:24px;padding:20px}.site-footer{padding:72px 0 52px;background:#fafafa;border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px}.footer-section h3,.footer-newsletter h3{font-size:1.1rem;font-weight:700;margin:0 0 20px;color:var(--text)}.footer-section p{margin:0 0 16px;color:var(--muted);line-height:1.6}.footer-section a,.footer-newsletter p{display:block;color:var(--muted);text-decoration:none;font-size:.95rem;margin-bottom:12px;transition:color .2s ease}.footer-section a:hover{color:var(--text)}.footer-newsletter{padding-right:24px}.footer-newsletter p{color:var(--muted);margin-bottom:20px;line-height:1.6}.footer-newsletter-form{display:flex;gap:8px}.footer-newsletter-form input{flex:1;min-height:48px;border:1px solid var(--border);border-radius:8px;padding:0 14px;font-size:.95rem}.footer-newsletter-btn{width:48px;height:48px;background:#000;color:#fff;border-radius:8px;border:none;cursor:pointer;font-weight:700;font-size:1.2rem;transition:background .2s ease}.footer-newsletter-btn:hover{background:#333}.product-page{padding:72px 0}.download-item{background:var(--surface);border:1px solid var(--border);border-radius:32px;padding:32px;margin-bottom:24px;transition:transform .22s ease,box-shadow .22s ease}.download-item:hover{transform:translateY(-2px);box-shadow:0 12px 32px #2222220f}.manuals{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;margin-top:32px}.manual-group{background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px}.manuals h3{font-size:1.1rem;font-weight:700;margin:0 0 18px;color:var(--text)}.manuals ul{list-style:none;padding:0;margin:0}.manuals li{margin-bottom:12px}.manuals a{color:var(--primary);text-decoration:none;font-weight:600;transition:color .2s ease}.manuals a:hover{color:var(--text)}.contact-panel{max-width:760px;margin:0 auto}.cart-summary{margin-top:32px;text-align:right}.product-page{padding:48px 0}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-page__images{position:sticky;top:100px}.product-image{width:100%;border-radius:32px;box-shadow:var(--shadow)}.product-page__content h1{font-size:2.4rem;line-height:1.2;margin:16px 0 24px;color:var(--text)}.eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted);margin-bottom:8px}.product-rating{display:flex;align-items:center;gap:8px;margin:16px 0 24px}.rating-stars{color:var(--primary);font-size:1rem}.rating-count{font-size:.92rem;color:var(--muted)}.product-page__price{font-size:1.8rem;font-weight:700;color:var(--primary);margin:16px 0 24px}.product-page__description{color:var(--muted);line-height:1.8;margin:24px 0}.product-form{display:flex;flex-direction:column;gap:16px;margin:32px 0}.product-variants{display:flex;flex-direction:column;gap:8px}.product-variants select{padding:12px 16px;border:1px solid var(--border);border-radius:8px;font-size:1rem}.product-info{margin-top:32px;padding-top:32px;border-top:1px solid var(--border)}.product-info p{margin:8px 0;font-size:.95rem;color:var(--muted)}.collection-hero{background:linear-gradient(135deg,#f7f7f7,#fff);padding:64px 0;margin-bottom:32px}.collection-hero h1{font-size:3.2rem;margin:0 0 16px;color:var(--text)}.collection-hero p{font-size:1.05rem;color:var(--muted);max-width:600px;margin:0}.collection-page{padding:0 0 72px}.page-hero{background:linear-gradient(135deg,#f7f7f7,#fff);padding:56px 0;margin-bottom:32px}.page-hero h1{font-size:3.2rem;margin:0;color:var(--text)}.page-content-section{padding:72px 0}.page-content h2{font-size:2rem;margin:32px 0 16px;color:var(--text)}.page-content h3{font-size:1.4rem;margin:24px 0 12px;color:var(--text)}.page-content p{color:var(--muted);line-height:1.8;margin-bottom:16px}.page-content a{color:var(--primary);text-decoration:none}.page-content a:hover{text-decoration:underline}.page-content ul,.page-content ol{color:var(--muted);line-height:1.8;margin:16px 0;padding-left:24px}.page-content li{margin-bottom:8px}@media(max-width:768px){.product-page__grid,.hero-panel--lofree .hero-grid{grid-template-columns:1fr;gap:32px}.product-page__images{position:static}.collection-hero h1,.page-hero h1,.hero-copy h1,.section-header h2{font-size:2rem}.newsletter-panel{grid-template-columns:1fr;padding:32px 24px}.footer-grid{grid-template-columns:repeat(2,1fr)}.community-panel{grid-template-columns:1fr}.product-grid,.collection-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}.footer-bottom{margin-top:32px;padding-top:32px;border-top:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.footer-contact p{margin:0 0 8px}.footer-contact a{color:var(--primary)}.payment-methods{display:flex;gap:12px;flex-wrap:wrap}.payment-methods img{height:24px;width:auto}.community-panel{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}.community-links{display:flex;gap:16px}.product-page__hero{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:start}.product-page__images img{border-radius:32px;box-shadow:var(--shadow)}.product-page__content h1{margin-top:0;font-size:clamp(2.4rem,3vw,3.4rem)}.product-page__price{font-size:1.5rem;margin:16px 0;color:var(--primary);font-weight:700}.product-form .button{width:100%}@media(max-width:860px){.header-inner{grid-template-columns:1fr auto;gap:14px}.header-left{grid-column:1}.header-right{grid-column:2}.site-nav{grid-column:1 / -1}.site-nav{display:none}.mega-menu{position:static;display:flex;min-width:100%;margin-top:10px;box-shadow:none}.site-nav.site-nav--open{display:block}.hero-panel--lofree .hero-grid,.newsletter-panel,.product-page__hero{grid-template-columns:1fr}.hero-panel{padding-top:70px}}@media(max-width:560px){.site-nav{gap:12px}.hero-copy h1,.section-header h2{font-size:2.8rem}.header-inner{flex-wrap:wrap;justify-content:space-between}.header-left,.header-right{gap:10px}.announcement-bar__inner{padding:8px 0}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
