:root{--bg: #ffffff;--text: #0a0a0a;--text-muted: #6b6b6b;--border: #e8e8e8;--max-width: 1120px}*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased}body{margin:0;background:var(--bg);color:var(--text);font-family:IBM Plex Mono,ui-monospace,Menlo,monospace;font-size:16px;line-height:1.5}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.skip-to-content{position:absolute;left:-9999px;top:0}.skip-to-content:focus{left:1rem;top:1rem;background:var(--bg);padding:.5rem 1rem;z-index:100}.wrap{max-width:var(--max-width);margin:0 auto;padding:0 24px}.site-header{border-bottom:1px solid var(--border)}.site-header__row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:22px;padding-bottom:22px}.logo__img{height:32px;width:auto}.site-nav{display:flex;gap:28px;flex:1;justify-content:center}.site-nav__link{font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);transition:color .15s ease}.site-nav__link:hover{color:var(--text)}.cart-link{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.cart-link__count{color:var(--text-muted);font-weight:400;margin-left:2px}.hero{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center;padding:96px 0;text-align:center}.page-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(900px,85vw);z-index:0;opacity:.05;pointer-events:none;-webkit-user-select:none;user-select:none}.page-watermark img{width:100%;height:auto}.hero__content{position:relative;z-index:1;width:100%}.hero__subhead{margin:0 auto 32px;max-width:440px;color:var(--text-muted);font-size:16px}.btn{display:inline-block;padding:14px 32px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:999px;border:1px solid var(--text);transition:background .15s ease,color .15s ease;cursor:pointer}.btn--primary{background:var(--text);color:var(--bg)}.btn--primary:hover{background:#333}.btn--primary:disabled{opacity:.4;cursor:not-allowed}.btn--outline{background:transparent;color:var(--text)}.btn--outline:hover{background:var(--text);color:var(--bg)}.section{position:relative;z-index:1;padding:64px 24px}.section__heading{font-size:28px;font-weight:800;margin:0 0 8px;text-align:center}.section__subheading{font-size:18px;font-weight:700;margin:40px 0 16px}.section__subtext{color:var(--text-muted);text-align:center;margin:0 0 40px}.section__cta{display:block;width:fit-content;margin:40px auto 0}.collection{overflow:hidden;padding-left:0;padding-right:0}.collection__content{position:relative;z-index:1}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 24px}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}.product-card{display:block}.product-card__media{position:relative;aspect-ratio:1 / 1;background:#f5f5f5;overflow:hidden;border-radius:4px}.product-card__img{width:100%;height:100%;object-fit:cover}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--text);color:var(--bg);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:4px 10px;border-radius:999px}.product-card__info{display:flex;flex-direction:column;gap:2px;margin-top:14px}.product-card__title{font-size:14px;font-weight:600}.product-card__price{font-size:13px;color:var(--text-muted)}.product-card__compare{margin-left:6px;opacity:.6}.section--newsletter{border-top:1px solid var(--border);text-align:center}.newsletter-form{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.newsletter-form__input,.search-form__input{padding:14px 18px;font-size:14px;border:1px solid var(--border);border-radius:999px;min-width:260px}.newsletter-form__message{width:100%;margin-top:12px;color:var(--text-muted);font-size:13px}.product{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;padding:64px 24px;align-items:start}@media(max-width:800px){.product{grid-template-columns:1fr;gap:32px}}.product__media{background:#f5f5f5;border-radius:4px;overflow:hidden}.product__img{width:100%;height:auto}.product__title{font-size:28px;font-weight:800;margin:0 0 8px}.product__price{font-size:18px;color:var(--text-muted);margin:0 0 24px}.product__description{color:var(--text-muted);margin-bottom:32px}.product__option{display:flex;flex-direction:column;gap:6px;margin-bottom:20px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product__option select{padding:12px 14px;border:1px solid var(--border);border-radius:4px;font-size:14px;text-transform:none;font-weight:400}.product__add{width:100%;border-radius:4px;padding:16px}.cart-line{display:grid;grid-template-columns:80px 1fr 80px;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid var(--border)}.cart-line__media img{border-radius:4px}.cart-line__info{display:flex;flex-direction:column;gap:4px}.cart-line__variant{font-size:13px;color:var(--text-muted)}.cart-line__qty{width:64px;padding:8px;border:1px solid var(--border);border-radius:4px;text-align:center}.cart__footer{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:32px;flex-wrap:wrap}.cart__total{margin-right:auto;font-weight:700}.site-footer{border-top:1px solid var(--border)}.site-footer__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:32px 24px;flex-wrap:wrap;font-size:13px;color:var(--text-muted)}.site-footer__wordmark{font-weight:800;color:var(--text);letter-spacing:.04em}.site-footer__nav{display:flex;gap:20px}.site-footer__socials{display:flex;justify-content:center;gap:20px;padding:0 24px 28px}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid var(--border);color:var(--text);transition:background .15s ease,color .15s ease}.social-icon:hover{background:var(--text);color:var(--bg)}.empty-state{text-align:center;color:var(--text-muted);padding:40px 0}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.collection-card{text-align:center;font-weight:700}.blog-list,.order-list{display:flex;flex-direction:column;gap:4px;max-width:640px;margin:0 auto}.blog-list__item,.order-list__item{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--border)}.account-form{max-width:400px;margin:0 auto;text-align:left}.account-form label{display:block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:16px 0 6px}.account-form .search-form__input{width:100%;min-width:0}.account-form .btn{margin-top:24px;width:100%}.account-form__link{display:block;margin-top:16px;text-align:center;font-size:13px;text-decoration:underline}.section--password{text-align:center;padding:120px 24px}.section--password form{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}:root{--text-muted: #8a8a8a;--border: transparent;--max-width: 100%}body{font-size:15px;text-transform:uppercase;letter-spacing:.02em}.site-header{border-bottom:0;border-top:2px solid var(--text)}.site-header__row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:26px 24px 0;max-width:none}.menu{position:relative;justify-self:start}.menu__toggle{display:block;list-style:none;cursor:pointer;line-height:0}.menu__toggle::-webkit-details-marker{display:none}.menu__panel{position:absolute;top:44px;left:0;z-index:20;display:flex;flex-direction:column;gap:10px;padding:16px 20px;background:var(--bg);border:1px solid var(--text);min-width:160px}.site-nav{gap:32px;flex:none}.site-nav__link{font-size:22px;font-weight:400;letter-spacing:.04em;color:#d4d4d4}.site-nav__link.is-active,.site-nav__link:hover{color:var(--text)}.cart-link{justify-self:end;display:flex;align-items:center;gap:6px;line-height:0}.cart-link__count{font-size:13px;line-height:1;color:var(--text)}.catalog{position:relative;overflow:hidden;background:var(--bg);min-height:70vh;padding:96px 24px 120px}.catalog__content{position:static}.page-watermark{opacity:.8}.product-grid{grid-template-columns:repeat(3,1fr);gap:56px 48px;max-width:1100px;margin:0 auto}@media(max-width:700px){.product-grid{grid-template-columns:1fr;gap:48px}.site-nav__link{font-size:16px}.site-nav{gap:18px}}.product-card{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.product-card__media{width:100%;aspect-ratio:1 / 1;background:transparent;border-radius:0;display:flex;align-items:flex-end;justify-content:center}.product-card__img{width:100%;height:100%;object-fit:contain;object-position:center bottom}.product-card__title{font-size:22px;font-weight:400;letter-spacing:.04em}.product-card__price{font-size:13px;color:var(--text-muted);margin-top:0}.btn{border-radius:0;font-weight:500}.product__media{background:transparent;border-radius:0}.product__title{font-weight:500}.newsletter-form__input,.search-form__input{border-radius:0}.site-footer{border-top:0;padding:24px 24px 56px}.site-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:18px 40px}.site-footer__links a{font-size:20px;color:var(--text-muted);letter-spacing:.03em;transition:color .15s ease}.site-footer__links a:hover{color:var(--text)}@media(max-width:800px){.site-footer__links a{font-size:15px}}.product{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:48px;padding:48px 24px 96px;align-items:start}.gallery{display:grid;grid-template-columns:84px minmax(0,1fr);gap:20px;align-items:start}.gallery__thumbs{display:flex;flex-direction:column;gap:10px;max-height:78vh;overflow-y:auto;scrollbar-width:thin}.gallery__thumb{flex:none;padding:0;border:1px solid transparent;background:transparent;cursor:pointer;opacity:.45;transition:opacity .15s ease,border-color .15s ease}.gallery__thumb img{width:100%;height:auto}.gallery__thumb:hover,.gallery__thumb.is-active{opacity:1;border-color:var(--text)}.gallery__main{display:flex;justify-content:center}.product__img{width:100%;max-height:78vh;object-fit:contain}.gallery:not(:has(.gallery__thumbs)){grid-template-columns:1fr}.product__info{animation:detailsPop .55s cubic-bezier(.2,.8,.2,1) .35s both}@keyframes detailsPop{0%{opacity:0;transform:translate(28px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:900px){.product{grid-template-columns:1fr;gap:28px}.gallery{grid-template-columns:1fr}.gallery__main{order:1}.gallery__thumbs{order:2;flex-direction:row;max-height:none;overflow-x:auto;overflow-y:hidden}.gallery__thumb{width:72px}}@view-transition{navigation:auto}::view-transition-group(*){animation-duration:.6s;animation-timing-function:cubic-bezier(.2,.8,.2,1)}::view-transition-old(root),::view-transition-new(root){animation-duration:.25s}@media(prefers-reduced-motion:reduce){.product__info{animation:none}@view-transition{navigation:none}}.product-card__media{position:relative;z-index:1}.catalog .product-card__title,.catalog .product-card__price,.catalog .empty-state{position:relative;z-index:1;color:#fff;mix-blend-mode:difference}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
