*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth;background:var(--color-background)}body{min-height:100%;margin:0;color:var(--color-text);background:radial-gradient(circle at 18% 8%,rgba(255,255,255,.045),transparent 28vw),linear-gradient(180deg,#08090a 0%,var(--color-background) 54%,#050606 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:16px;line-height:1.45;letter-spacing:.01em}body.template-index:not(.is-entered){overflow:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;background-image:var(--brand-pattern);background-repeat:repeat;background-size:var(--pattern-size) auto;background-position:center top;opacity:calc(var(--pattern-opacity) * .45);pointer-events:none}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(120deg,#ffffff05,#fff0),radial-gradient(circle at center,transparent 0,rgba(0,0,0,.1) 62%,rgba(0,0,0,.42) 100%);pointer-events:none}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip-link{position:fixed;top:12px;left:12px;z-index:200;padding:10px 14px;border:1px solid var(--color-text);background:var(--color-background);color:var(--color-text);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.page-width{width:min(100% - 34px,1180px);margin-inline:auto}.page-transition{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;pointer-events:none;background:#050607;opacity:0;transform:translate3d(0,100%,0);transition:none;will-change:transform;backface-visibility:hidden;contain:strict}body.is-page-exiting{cursor:progress}body.is-page-exiting .page-transition{opacity:1;transform:translateZ(0);transition:transform .28s cubic-bezier(.76,0,.24,1)}body.is-page-entering .page-transition{opacity:1;transform:translateZ(0);transition:none}body.is-page-entering.is-page-entered .page-transition{opacity:0;transform:translateZ(0);transition:opacity .22s ease}body.is-page-exiting .site-header,body.is-page-exiting .main-content,body.is-page-exiting .site-footer{opacity:.5;transform:translate3d(0,-18px,0);transition:opacity .22s ease,transform .28s cubic-bezier(.16,1,.3,1)}body.is-page-entering .site-header,body.is-page-entering .main-content,body.is-page-entering .site-footer{opacity:.01;transform:translate3d(0,18px,0)}body.is-page-entering.is-page-entered .site-header,body.is-page-entering.is-page-entered .main-content,body.is-page-entering.is-page-entered .site-footer{opacity:1;transform:translateZ(0);transition:opacity .24s ease,transform .32s cubic-bezier(.16,1,.3,1)}@media(prefers-reduced-motion:reduce){.page-transition,body.is-page-exiting .site-header,body.is-page-exiting .main-content,body.is-page-exiting .site-footer,body.is-page-entering .site-header,body.is-page-entering .main-content,body.is-page-entering .site-footer{transition:none}}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 22px;border:1px solid var(--color-text);background:var(--color-accent);color:var(--color-accent-contrast);cursor:pointer;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;transition:background .18s ease,color .18s ease,transform .18s ease}.button:hover,.button:focus-visible{background:var(--color-text);color:#040708;transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.45}.button--secondary{background:#ffffff0f;color:var(--color-text)}.rte{color:var(--color-text)}.rte a{text-decoration:underline}.site-header{position:absolute;top:0;right:0;left:0;z-index:80;color:#fff;transition:opacity .22s ease,transform .22s ease}.template-index:not(.is-entered) .site-header{opacity:0;pointer-events:none;transform:translateY(-20px)}.marquee{overflow:hidden;border-bottom:1px solid rgba(255,255,255,.1);background:#020303;white-space:nowrap}.marquee__track{display:inline-flex;gap:38px;min-width:100%;padding-block:5px;animation:marquee 22s linear infinite}.marquee__track span{flex:0 0 auto;color:var(--color-text);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.header-main{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(18px,4vw,48px);width:calc(100% - 40px);min-height:86px;padding-inline:clamp(18px,3vw,34px);border:1px solid rgba(255,255,255,.12);border-top:0;border-radius:0 0 16px 16px;background:#050607f0;box-shadow:0 16px 40px #00000038}.header-logo{width:clamp(108px,10vw,164px)}.header-logo img{width:100%}.header-logo__fallback{display:block;aspect-ratio:907 / 349;background-image:var(--brand-logo);background-position:center;background-repeat:no-repeat;background-size:contain}.site-nav{display:flex;align-items:center;gap:clamp(16px,2.8vw,34px);font-size:clamp(12px,1vw,15px);font-weight:800;letter-spacing:.12em;line-height:1;text-transform:uppercase}.site-nav a:hover,.utility-link:hover{color:var(--color-accent);opacity:.72}.header-actions{display:flex;align-items:center;gap:20px}.utility-link{position:relative;display:inline-grid;place-items:center;width:30px;height:30px}.utility-link svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.8;fill:none}.cart-bubble{position:absolute;top:-3px;right:-6px;display:inline-grid;place-items:center;min-width:17px;height:17px;padding-inline:4px;border-radius:999px;background:var(--color-accent);color:var(--color-accent-contrast);font:700 11px/1 Arial,sans-serif}.intro{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;min-height:100vh;place-items:center;padding:56px 20px;background:radial-gradient(circle at 24% 18%,rgba(255,255,255,.09),transparent 30vw),radial-gradient(circle at 78% 26%,rgba(255,255,255,.06),transparent 32vw),linear-gradient(135deg,#050607,#090b0d 52%,#101214);text-align:center;transform:translateZ(0);backface-visibility:hidden;contain:layout paint style;opacity:1;transition:transform .72s cubic-bezier(.76,0,.24,1);will-change:transform}.template-index.is-entered .intro{display:none}.template-index.is-entering .intro{transform:translate3d(0,-105vh,0);pointer-events:none}.template-index.is-entering .intro__logo{filter:drop-shadow(0 18px 28px rgba(0,0,0,.28))}.intro__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;width:min(100%,720px);margin-inline:auto;text-align:center;transform:translateZ(0);transition:opacity .34s ease,transform .34s ease}.intro__logo{position:relative;isolation:isolate;overflow:visible;width:clamp(320px,43vw,690px);aspect-ratio:907 / 349;background-image:var(--brand-logo);background-position:center;background-repeat:no-repeat;background-size:contain;filter:drop-shadow(0 18px 28px rgba(0,0,0,.28));transform:translateY(0) scale(1);transition:filter .28s ease,opacity .28s ease,transform .28s ease;margin-inline:auto;will-change:transform;backface-visibility:hidden;transform-style:preserve-3d}.intro__logo:before{content:"";position:absolute;top:-26%;right:-26%;bottom:-26%;left:-26%;z-index:-1;border-radius:999px;background:radial-gradient(circle at center,rgba(255,255,255,.28),rgba(255,255,255,.08) 32%,transparent 64%);filter:blur(18px);opacity:0;transform:scale(.86);transition:opacity .28s ease,transform .28s ease;pointer-events:none}.intro__logo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;opacity:0;transform:scale(1);-webkit-mask-image:var(--brand-logo);mask-image:var(--brand-logo);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;pointer-events:none}.intro__logo:hover{filter:drop-shadow(0 18px 28px rgba(0,0,0,.28));transform:translateY(-5px) scale(1.018)}.intro__logo:hover:before{opacity:1;transform:scale(1)}.intro__logo:hover:after{opacity:.12;transform:scale(1.045)}.intro__enter{display:inline-flex;justify-content:center;width:auto;border:0;background:transparent;color:#fff;font-size:clamp(18px,2vw,28px);font-weight:800;letter-spacing:.18em;text-transform:uppercase;transform:translateZ(0);transition:opacity .2s ease,transform .2s ease}.intro__enter:hover{color:var(--color-accent);opacity:.68}.storefront{min-height:100vh;padding-block:176px 80px}.storefront__top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;margin-bottom:clamp(52px,8vw,110px)}.storefront__title{margin:0;font-size:clamp(24px,3vw,42px);font-weight:800;letter-spacing:.02em}.storefront__link{justify-self:end;border-bottom:1px solid currentColor;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-filters{display:flex;flex-wrap:wrap;gap:10px;margin:-54px 0 58px}.product-filters button{min-height:38px;padding:8px 16px;border:1px solid rgba(255,255,255,.42);background:#ffffff09;color:var(--color-text);cursor:pointer;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-filters button:hover,.product-filters button.is-active{background:var(--color-text);color:#040708}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(28px,6vw,92px);row-gap:clamp(66px,8vw,118px)}.product-card{display:block;min-width:0;text-align:center}.product-card.is-filter-hidden{display:none}.product-card a{display:block;cursor:pointer}.product-card__media{position:relative;display:grid;place-items:end center;overflow:hidden;aspect-ratio:1122 / 1402;width:100%;margin-bottom:18px;border:1px solid rgba(255,255,255,.28);border-radius:10px;background:#050607;box-shadow:0 16px 36px #0000002e;transition:border-color .24s ease,box-shadow .24s ease,transform .24s ease}.product-card__badge{position:absolute;top:14px;left:14px;z-index:3;padding:6px 9px;border:1px solid rgba(255,255,255,.36);background:#0000008a;color:var(--color-text);font-size:10px;font-weight:800;letter-spacing:.12em;line-height:1;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:9px;transition:opacity .2s ease,transform .24s ease}.product-card__image--back{opacity:0}.product-card:hover .product-card__image--front{opacity:0;transform:scale(1.03)}.product-card:hover .product-card__image--back{opacity:1;transform:scale(1.03)}.product-card:hover .product-card__media{border-color:#ffffff85;box-shadow:0 20px 48px #0000004d;transform:translateY(-4px)}.product-card.is-transitioning .product-card__media{border-color:#ffffff94;transform:translate3d(0,-4px,0) scale(.995)}.product-card__placeholder{width:100%;aspect-ratio:1;opacity:.28}.product-card__title{margin:0 0 4px;font-size:clamp(15px,1.2vw,18px);font-weight:800;letter-spacing:.02em}.product-card__price{color:var(--color-muted);font-size:clamp(14px,1.1vw,17px);font-weight:700;text-transform:uppercase}.product-page,.cart-page,.collection-page,.plain-page,.search-page{padding-block:190px 90px}.product-page__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:clamp(36px,6vw,96px);align-items:start}.product-media{display:grid;gap:18px}.product-media__main{display:grid;min-height:min(70vh,720px);place-items:center}.product-media__main img,.product-media__main svg{width:100%;max-height:min(70vh,720px);object-fit:contain}.product-media__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.product-media__thumbs button{padding:0;border:0;background:transparent;cursor:pointer}.product-media__thumbs img{aspect-ratio:1;width:100%;object-fit:contain;border:1px solid rgba(255,255,255,.18);background:#ffffff0b}.product-info{position:sticky;top:170px}.product-info h1,.cart-page h1,.collection-page h1,.plain-page h1,.search-page h1{margin:0 0 20px;font-size:clamp(30px,4vw,54px);line-height:1.02;font-weight:800;letter-spacing:-.01em}.product-price{margin-bottom:8px;font-size:clamp(18px,1.8vw,25px);font-weight:800;text-transform:uppercase}.product-note{margin:0 0 10px;color:var(--color-muted);font-size:13px;font-weight:700}.product-comfort{margin:0 0 26px;color:var(--color-text);font-size:15px;font-weight:700}.product-form{display:grid;gap:20px}.option-group{display:grid;gap:12px;margin:0;padding:0;border:0}.option-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.option-group legend{padding:0;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.size-guide-trigger{padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--color-muted);cursor:pointer;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.size-guide-trigger:hover{color:var(--color-text)}.option-values{display:flex;flex-wrap:wrap;gap:12px}.option-value input{position:absolute;opacity:0;pointer-events:none}.option-value span{display:grid;min-width:54px;min-height:42px;place-items:center;border:1px solid rgba(255,255,255,.46);background:#ffffff0d;color:var(--color-text);font-weight:800;text-transform:uppercase;cursor:pointer}.option-value input:checked+span,.option-value span:hover{background:var(--color-accent);color:var(--color-accent-contrast)}.product-submit{width:100%;margin-top:6px}.shopify-payment-button__button{min-height:48px;border:1px solid var(--color-text)!important;border-radius:0!important;background:var(--color-text)!important;color:#040708!important;font-weight:800!important;letter-spacing:.12em!important;text-transform:uppercase}.shopify-payment-button__button:hover{background:transparent!important;color:var(--color-text)!important}.trust-strip{display:grid;gap:8px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18);color:var(--color-muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.trust-strip span:before{content:"+ ";color:var(--color-text)}.product-detail-panels{display:grid;gap:20px;margin-top:28px}.product-detail-panel{display:grid;gap:12px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18)}.product-detail-panel h2{margin:0;font-size:13px;line-height:1.1;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.product-detail-panel ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.product-detail-panel li,.product-detail-panel p{margin:0;color:var(--color-muted);font-size:14px;font-weight:700}.product-detail-panel li:before{content:"- ";color:var(--color-text)}.product-description{font-weight:700}.product-accordion{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18)}.product-accordion summary{cursor:pointer;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.product-accordion .product-description{margin-top:14px;color:var(--color-muted)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:170;opacity:0;pointer-events:none;transition:opacity .2s ease}body.is-cart-open{overflow:hidden}body.is-cart-open .cart-drawer{opacity:1;pointer-events:auto}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#000000ad}.cart-drawer__panel{position:absolute;top:0;right:0;display:grid;grid-template-rows:auto 1fr auto;width:min(100%,420px);height:100%;border-left:1px solid rgba(255,255,255,.18);background:#050607;box-shadow:-24px 0 70px #00000073;transform:translate3d(100%,0,0);transition:transform .28s cubic-bezier(.16,1,.3,1)}body.is-cart-open .cart-drawer__panel{transform:translateZ(0)}.cart-drawer__header,.cart-drawer__footer{padding:22px}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(255,255,255,.16)}.cart-drawer__header h2{margin:0;font-size:24px;line-height:1;font-weight:800;text-transform:uppercase}.cart-drawer__close{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(255,255,255,.4);background:transparent;color:var(--color-text);cursor:pointer;font-weight:800;text-transform:uppercase}.cart-drawer__items{display:grid;align-content:start;gap:18px;overflow-y:auto;padding:22px}.cart-drawer__item{display:grid;grid-template-columns:76px 1fr auto;gap:14px;align-items:center}.cart-drawer__item img{width:76px;aspect-ratio:1122 / 1402;object-fit:cover;border:1px solid rgba(255,255,255,.42);border-radius:12px;background:#050607}.cart-drawer__item-title,.cart-drawer__item-price,.cart-drawer__total{font-weight:800}.cart-drawer__item-title{line-height:1.15}.cart-drawer__item-meta,.cart-drawer__note,.cart-drawer__empty{color:var(--color-muted);font-size:14px;font-weight:700}.cart-drawer__quantity{display:inline-grid;grid-template-columns:28px 34px 28px;margin-top:9px;border:1px solid rgba(255,255,255,.36)}.cart-drawer__quantity button,.cart-drawer__quantity span{display:grid;min-height:28px;place-items:center;border:0;background:transparent;color:var(--color-text);font-weight:800}.cart-drawer__quantity button{cursor:pointer}.cart-drawer__footer{display:grid;gap:14px;border-top:1px solid rgba(255,255,255,.16)}.cart-drawer__total{display:flex;justify-content:space-between;gap:18px;text-transform:uppercase}.sticky-buy-bar{position:fixed;right:12px;bottom:12px;left:12px;z-index:90;display:none;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid rgba(255,255,255,.18);background:#030405eb;box-shadow:0 -14px 42px #00000057;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.sticky-buy-bar__title,.sticky-buy-bar__price{font-weight:800}.sticky-buy-bar__title{max-width:42vw;overflow:hidden;font-size:14px;line-height:1.15;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.sticky-buy-bar__price{color:var(--color-muted);font-size:13px}.sticky-buy-bar__button{min-height:44px;padding-inline:18px}.size-guide-modal[hidden]{display:none}.size-guide-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;display:grid;place-items:center;padding:20px}.size-guide-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#000000b8}.size-guide-modal__panel{position:relative;z-index:1;width:min(100%,520px);padding:26px;border:1px solid rgba(255,255,255,.2);background:#050607;box-shadow:0 24px 80px #00000080}.size-guide-modal__panel h2{margin:0 0 10px;font-size:24px;line-height:1;font-weight:800;text-transform:uppercase}.size-guide-modal__panel p{margin:0 0 20px;color:var(--color-muted);font-weight:700}.size-guide-modal__close{position:absolute;top:14px;right:14px;display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(255,255,255,.4);background:transparent;color:var(--color-text);cursor:pointer;font-weight:800;text-transform:uppercase}.size-chart{display:grid;grid-template-columns:.7fr 1fr 1fr;border:1px solid rgba(255,255,255,.2)}.size-chart div{padding:10px;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);font-weight:700}.collection-page__header,.search-page__header{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end;margin-bottom:62px}.collection-page__count,.search-page__count{color:var(--color-muted);font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.search-form{display:flex;gap:10px;margin-bottom:42px}.search-form input{flex:1;min-height:52px;padding:10px 14px;border:1px solid rgba(255,255,255,.46);background:#ffffff0e;color:var(--color-text)}.cart-header{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:end;margin-bottom:42px}.continue-link{border-bottom:1px solid currentColor;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cart-table-labels,.cart-item{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(180px,.55fr) minmax(140px,.35fr);gap:28px;align-items:center}.cart-table-labels{margin-bottom:34px;color:var(--color-muted);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.cart-item{padding-block:24px}.cart-item__product{display:grid;grid-template-columns:96px minmax(0,1fr);gap:24px;align-items:center;transition:color .2s ease}.cart-item__product img{width:96px;aspect-ratio:1122 / 1402;object-fit:cover;border:1px solid rgba(255,255,255,.34);border-radius:10px;background:#050607;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.cart-item:hover .cart-item__product,.cart-item__product:hover{color:var(--color-text)}.cart-item:hover .cart-item__product img,.cart-item__product:hover img{border-color:#ffffff85;box-shadow:0 16px 36px #0000003d;transform:translateY(-2px)}.cart-item__title,.cart-item__price,.cart-summary__total{font-weight:800}.cart-item__meta{margin-top:6px;color:var(--color-muted);font-weight:700}.quantity-control{display:inline-grid;grid-template-columns:42px 60px 42px;border:1px solid rgba(255,255,255,.46)}.quantity-control button,.quantity-control input{min-height:48px;border:0;background:#ffffff0e;color:var(--color-text);text-align:center;font-weight:800}.quantity-control button{cursor:pointer}.quantity-control button:hover{background:var(--color-accent);color:var(--color-accent-contrast)}.cart-item__quantity{display:flex;align-items:center;gap:18px}.remove-link{display:inline-grid;place-items:center;width:30px;height:30px}.remove-link svg{width:18px;stroke:currentColor}.cart-actions{display:grid;justify-content:end;gap:20px;margin-top:70px;text-align:center}.cart-summary__total{display:flex;justify-content:center;gap:22px;font-size:21px}.cart-summary__note{color:var(--color-muted);font-size:14px;font-weight:700}.cart-actions .button{min-width:min(100vw - 34px,350px)}.empty-state{display:grid;gap:22px;justify-items:start}.site-footer{padding:44px 0;color:var(--color-muted)}.footer-inner{display:flex;justify-content:space-between;gap:18px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}@media(max-width:980px){.header-main{grid-template-columns:auto auto;justify-content:space-between;min-height:96px}.site-nav{grid-column:1 / -1;overflow-x:auto;padding-bottom:12px}.storefront__top,.collection-page__header,.search-page__header{grid-template-columns:1fr}.storefront__link{justify-self:start}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page__grid,.cart-table-labels,.cart-item{grid-template-columns:1fr}.product-info{position:static}}@media(max-width:640px){.page-width{width:min(100% - 24px,1180px)}.site-header{position:relative}.marquee{display:none}.header-main{grid-template-columns:1fr auto;gap:12px;width:min(100% - 24px,1180px);min-height:auto;padding:14px 12px 12px;border-right:0;border-left:0;border-radius:0 0 18px 18px}.header-logo{width:min(36vw,116px);min-width:92px}.header-actions{align-self:center;gap:12px}.utility-link{width:28px;height:28px}.utility-link svg{width:21px;height:21px}.site-nav{width:100%;max-width:100%;gap:16px;padding:8px 0 2px;overflow-x:auto;white-space:nowrap;font-size:12px;line-height:1.2;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.intro{padding:32px 16px}.intro__inner{gap:28px;width:min(100%,360px)}.intro__logo{width:min(86vw,360px)}.intro__enter{font-size:clamp(16px,5vw,24px);line-height:1.1}.storefront,.product-page,.cart-page,.collection-page,.plain-page,.search-page{padding-block:34px 64px}.storefront__top{gap:10px;margin-bottom:38px;text-align:center}.storefront__title,.storefront__link{justify-self:center}.storefront__title{font-size:clamp(26px,10vw,38px)}.storefront__link{font-size:12px}.product-filters{justify-content:center;margin:-20px 0 36px}.product-filters button{min-height:34px;padding:7px 12px;font-size:12px}.product-grid{grid-template-columns:1fr;row-gap:48px}.product-card__media{aspect-ratio:1122 / 1402;border-radius:10px}.product-card__image{border-radius:9px}.product-card__title{font-size:16px;line-height:1.2}.product-card__price{font-size:15px;line-height:1.2}.product-page__grid{gap:30px}.product-media__main{min-height:auto}.product-media__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.product-info h1,.cart-page h1,.collection-page h1,.plain-page h1,.search-page h1{font-size:clamp(30px,10vw,42px);line-height:1.05}.product-price{font-size:24px}.option-values{gap:9px}.option-value span{min-width:48px;min-height:40px}.search-form{display:grid}.search-form .button,.product-submit,.cart-actions .button{width:100%}.sticky-buy-bar{display:flex}.product-page{padding-bottom:132px}.cart-header,.footer-inner{grid-template-columns:1fr;display:grid;gap:12px}.cart-table-labels{display:none}.cart-item{gap:16px;padding-block:22px;border-bottom:1px solid rgba(255,255,255,.14)}.cart-item__product{grid-template-columns:82px minmax(0,1fr);gap:14px}.cart-item__product img{width:82px}.cart-item__quantity{justify-content:space-between}.quantity-control{grid-template-columns:38px 54px 38px}.cart-actions{justify-content:stretch;margin-top:40px}.cart-summary__total{justify-content:space-between;gap:12px;font-size:18px}.site-footer{padding-block:28px;text-align:center}}@media(max-width:420px){.page-width{width:min(100% - 18px,1180px)}.header-main{width:min(100% - 18px,1180px);padding-inline:9px}.header-logo{width:min(34vw,104px);min-width:86px}.site-nav{gap:13px;font-size:13px}.intro__logo{width:min(90vw,330px)}.storefront,.product-page,.cart-page,.collection-page,.plain-page,.search-page{padding-block:28px 56px}.product-grid{row-gap:42px}.product-card__title{font-size:15px}.product-card__price{font-size:14px}.cart-item__product{grid-template-columns:72px minmax(0,1fr)}.cart-item__product img{width:72px}}.mr-trust-bar{background:#050505;color:#fff;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);margin-bottom:36px}.mr-trust-bar__item{text-align:center;padding:42px 28px;border-right:1px solid rgba(255,255,255,.14)}.mr-trust-bar__item:last-child{border-right:0}.mr-trust-bar__item svg{width:30px;height:30px;margin-bottom:20px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.mr-trust-bar__item h3{margin:0 0 10px;color:#fff;font-size:14px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.mr-trust-bar__item p{max-width:260px;margin:0 auto;color:#ffffffb8;font-size:13px;line-height:1.7}@media(max-width:850px){.mr-trust-bar{grid-template-columns:1fr 1fr}.mr-trust-bar__item{border-bottom:1px solid rgba(255,255,255,.14)}.mr-trust-bar__item:nth-child(2){border-right:0}}@media(max-width:560px){.mr-trust-bar{grid-template-columns:1fr}.mr-trust-bar__item{border-right:0;padding:34px 22px}}.mr-footer-info{background:#050505;color:#fff;display:grid;grid-template-columns:1.2fr 1.2fr 1fr .9fr;gap:0;border-top:1px solid rgba(255,255,255,.14);padding:56px 32px}.mr-footer-info__col{padding:0 32px;border-right:1px solid rgba(255,255,255,.14)}.mr-footer-info__col:last-child{border-right:0}.mr-footer-info h3{margin:0 0 16px;color:#fff;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mr-footer-info p,.mr-footer-info a{color:#ffffffb8;font-size:13px;line-height:1.8}.mr-footer-info a{display:block;text-decoration:none;margin-bottom:8px}.mr-footer-info a:hover{color:#fff}@media(max-width:900px){.mr-footer-info{grid-template-columns:1fr 1fr;gap:36px 0}.mr-footer-info__col:nth-child(2){border-right:0}}@media(max-width:560px){.mr-footer-info{grid-template-columns:1fr;padding:42px 24px}.mr-footer-info__col{border-right:0;border-bottom:1px solid rgba(255,255,255,.14);padding:0 0 28px}.mr-footer-info__col:last-child{border-bottom:0;padding-bottom:0}}body:has(.shopify-policy__container){background:#000!important}body:has(.shopify-policy__container):before,body:has(.shopify-policy__container):after,body:has(.shopify-policy__container) .main-content:before,body:has(.shopify-policy__container) .main-content:after{display:none!important;opacity:0!important}.shopify-policy__container{max-width:720px!important;margin:0 auto!important;padding:72px 24px 120px!important;background:#000!important;color:#fff!important}.shopify-policy__title h1,.shopify-policy__body,.shopify-policy__body *{color:#fff!important}.shopify-policy__title h1{font-size:clamp(32px,5vw,56px)!important;line-height:1!important;margin-bottom:32px!important;text-align:center!important}.shopify-policy__body{font-size:15px!important;line-height:1.75!important}.shopify-policy__body a{color:#fff!important;text-decoration:underline}.mr-policy-back{position:fixed;top:22px;left:24px;z-index:20;color:#fff;border:1px solid rgba(255,255,255,.22);background:#000;padding:12px 16px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;text-decoration:none}.mr-policy-back:hover{background:#fff;color:#000}@media(max-width:640px){.mr-policy-back{position:static;display:inline-block;margin:18px 0 0 18px}.shopify-policy__container{padding-top:40px!important}}html,body{height:auto!important;min-height:100%!important;overflow-y:auto!important}body.is-entrance-locked{overflow:auto!important;height:auto!important;position:static!important}.main-content{min-height:100vh}html,body{height:auto!important;overflow-y:auto!important}body.template-index,body.template-index:not(.is-entered),body.is-entrance-locked{overflow-y:auto!important;height:auto!important;position:static!important}.template-index .site-header,.template-index:not(.is-entered) .site-header{opacity:1!important;pointer-events:auto!important;transform:none!important;visibility:visible!important}@media(max-width:640px){.site-header{display:block!important;position:relative!important}.header-main{display:grid!important;grid-template-columns:1fr auto!important}.site-nav{grid-column:1 / -1;display:flex!important;justify-content:center;gap:18px;padding-top:10px}.header-logo{width:112px!important}}@media(hover:none),(pointer:coarse){.product-card:hover .product-card__image--front{opacity:1!important}.product-card:hover .product-card__image--back{opacity:0!important}.product-card:hover .product-card__media{transform:none!important}}@media(max-width:640px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 12px!important}.product-card__media{margin-bottom:10px!important;border-radius:8px!important}.product-card__image{border-radius:7px!important}.product-card__badge{top:8px!important;left:8px!important;padding:5px 7px!important;font-size:8px!important}.product-card__title{font-size:13px!important;line-height:1.2!important}.product-card__price{font-size:12px!important;line-height:1.2!important}}:root{--mr-hero-image: url(/cdn/shop/files/578526a7-0f8e-4aa5-8922-83495b3d3e30.png?v=1780836695);--mr-white: #f7f7f4;--mr-black: #050505;--mr-line: #d9d9d4}.intro,.marquee{display:none!important}html,body,body.template-index,body.template-index:not(.is-entered),body.is-entrance-locked{height:auto!important;min-height:100%!important;overflow-y:auto!important;position:static!important}body.template-index{background:var(--mr-white)!important;color:var(--mr-black)!important}body.template-index:before,body.template-index:after{display:none!important}.site-header,.template-index .site-header,.template-index:not(.is-entered) .site-header{position:sticky!important;top:0!important;z-index:999!important;height:62px!important;background:var(--mr-white)!important;color:var(--mr-black)!important;border-bottom:1px solid var(--mr-line)!important;opacity:1!important;pointer-events:auto!important;transform:none!important;visibility:visible!important}.header-main{width:100%!important;height:62px!important;min-height:62px!important;padding:0 58px!important;border:0!important;border-radius:0!important;background:var(--mr-white)!important;box-shadow:none!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;gap:0!important}.site-nav{grid-column:1!important;justify-self:start!important;display:flex!important;align-items:center!important;gap:30px!important;height:62px!important;padding:0!important;margin:0!important;color:var(--mr-black)!important;font-size:18px!important;font-weight:800!important;letter-spacing:0!important;text-transform:none!important;overflow:visible!important}.site-nav a:nth-child(n+4){display:none!important}.site-nav a:nth-child(1),.site-nav a:nth-child(2),.site-nav a:nth-child(3){font-size:0!important}.site-nav a:nth-child(1):after{content:"001";font-size:18px}.site-nav a:nth-child(2):after{content:"Shop";font-size:18px}.site-nav a:nth-child(3):after{content:"Contact Us";font-size:18px}.header-logo{grid-column:2!important;justify-self:center!important;align-self:center!important;width:78px!important;height:52px!important;margin:0!important;display:grid!important;place-items:center!important;filter:invert(1)}.header-actions{grid-column:3!important;justify-self:end!important;display:flex!important;align-items:center!important;gap:18px!important;color:var(--mr-black)!important}.utility-link svg{stroke:var(--mr-black)!important}.template-index .storefront{position:relative!important;width:100%!important;max-width:none!important;min-height:100vh!important;padding:calc(100vh - 14px) 40px 70px!important;background:var(--mr-white)!important;color:var(--mr-black)!important}.template-index .storefront:before{content:"";position:absolute;top:0;right:0;left:0;height:calc(100vh - 62px);background-image:linear-gradient(#00000038,#00000059),var(--mr-hero-image);background-size:cover;background-position:center;z-index:0}.template-index .storefront__top{position:absolute!important;top:0!important;right:0!important;left:0!important;z-index:2!important;height:calc(100vh - 62px)!important;margin:0!important;display:grid!important;place-items:center!important;text-align:center!important}.template-index .storefront__top>*:not(.storefront__link){display:none!important}.template-index .storefront__top:before{content:"001 LIVE NOW";color:#fff;font-size:clamp(54px,8vw,118px);font-weight:950;line-height:.9;letter-spacing:-.03em;text-transform:uppercase;transform:translateY(-34px)}.template-index .storefront__link{position:absolute!important;top:calc(50% + 58px)!important;left:50%!important;transform:translate(-50%)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:200px!important;min-height:56px!important;padding:17px 34px!important;border:0!important;border-radius:9px!important;background:#fff!important;color:#000!important;font-size:0!important;font-weight:900!important;letter-spacing:.18em!important;text-transform:uppercase!important}.template-index .storefront__link:after{content:"SHOP 001";font-size:12px}.template-index .storefront__link:hover{background:#000!important;color:#fff!important}.template-index .product-filters{position:relative!important;z-index:3!important;justify-content:center!important;margin:0 0 34px!important}.template-index .product-filters button{background:transparent!important;color:var(--mr-black)!important;border:1px solid var(--mr-black)!important}.template-index .product-filters button:hover,.template-index .product-filters button.is-active{background:var(--mr-black)!important;color:#fff!important}.template-index .product-grid{position:relative!important;z-index:3!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:26px 14px!important}.template-index .product-card{color:var(--mr-black)!important;text-align:left!important}.template-index .product-card__media{border:0!important;border-radius:0!important;background:#eee!important;box-shadow:none!important;margin-bottom:12px!important}.template-index .product-card__image{border-radius:0!important;object-fit:cover!important}.template-index .product-card__title,.template-index .product-card__price{color:var(--mr-black)!important;font-size:14px!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important}@media(max-width:760px){.site-header,.header-main{height:58px!important;min-height:58px!important}.header-main{padding:0 14px!important}.site-nav{gap:14px!important;height:58px!important}.site-nav a:nth-child(1):after,.site-nav a:nth-child(2):after,.site-nav a:nth-child(3):after{font-size:13px}.header-logo,.header-logo img,.header-logo__fallback{width:62px!important}.header-actions{gap:8px!important}.template-index .storefront{padding:calc(76vh + 34px) 10px 54px!important}.template-index .storefront:before,.template-index .storefront__top{height:76vh!important}.template-index .storefront__top:before{font-size:44px;transform:translateY(-28px)}.template-index .storefront__link{top:calc(50% + 42px)!important;min-width:160px!important;min-height:50px!important}.template-index .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px 8px!important}.template-index .product-card__title,.template-index .product-card__price{font-size:12px!important}}.template-index .storefront__top{gap:26px!important}.template-index .storefront__top:before{transform:none!important;display:block!important}.template-index .storefront__link{position:static!important;transform:none!important;margin-top:0!important}.template-index .storefront__top{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important}.template-index .storefront{overflow:hidden!important}.template-index .storefront:before{transform:scale(1.12);transform-origin:center center;animation:mrHeroSlowZoomOut 18s ease-out forwards;will-change:transform}@keyframes mrHeroSlowZoomOut{0%{transform:scale(1.12)}to{transform:scale(1.02)}}.template-index .storefront__top:before{opacity:0;transform:translateY(34px)!important;animation:mrTextFadeUp 2.2s ease-out .45s forwards}.template-index .storefront__link{opacity:0;transform:translateY(26px)!important;animation:mrTextFadeUp 2.2s ease-out .9s forwards}@keyframes mrTextFadeUp{0%{opacity:0;transform:translateY(34px)}to{opacity:1;transform:translateY(0)}}.template-index .storefront__link{font-size:0!important}.template-index .storefront__link:after{content:"SHOP 001"!important;color:#000!important;font-size:12px!important;font-weight:900!important;letter-spacing:.18em!important}@media(max-width:760px){.template-index .storefront{padding:calc(72vh + 30px) 10px 54px!important}.template-index .storefront:before,.template-index .storefront__top{height:72vh!important}.template-index .storefront:before{background-position:center center!important}.template-index .storefront__top{padding:0 18px!important;gap:18px!important}.template-index .storefront__top:before{font-size:clamp(38px,13vw,62px)!important;line-height:.95!important;text-align:center!important;max-width:100%!important}.template-index .storefront__link{min-width:150px!important;min-height:48px!important;padding:14px 26px!important;border-radius:8px!important}.template-index .storefront__link:after{font-size:11px!important}}:root{--mr-hero-mobile-image: url(/cdn/shop/files/246f63fb-1c70-4a66-b8f8-5b9c2f40edb5.png?v=1780847395)}@media(max-width:760px){.template-index .storefront:before{background-image:linear-gradient(#00000038,#00000059),var(--mr-hero-mobile-image)!important;background-position:center center!important;background-size:cover!important}}@media(max-width:760px){.template-index .storefront{padding:calc(58vh + 28px) 10px 54px!important}.template-index .storefront:before,.template-index .storefront__top{height:58vh!important;min-height:420px!important;max-height:560px!important}.template-index .storefront:before{background-size:cover!important;background-position:center center!important}.template-index .storefront__top:before{font-size:clamp(32px,11vw,52px)!important}}.product-filters{display:none!important}.template-index .product-grid:before{content:"001";grid-column:1 / -1;color:#000;font-size:24px;font-weight:500;letter-spacing:0;margin-bottom:-6px}.template-index .product-grid:after{content:"VIEW ALL";position:absolute;top:0;right:0;color:#000;font-size:11px;font-weight:900;letter-spacing:.08em}.template-index .product-grid{position:relative!important;padding-top:74px!important}.template-index .product-grid:before,.template-index .product-grid:after{transform:translateY(-52px)}.template-index .storefront{padding-top:calc(100vh + 24px)!important}@media(max-width:760px){.template-index .storefront{padding-top:calc(58vh + 70px)!important}.template-index .product-grid{padding-top:62px!important}.template-index .product-grid:before{font-size:22px;transform:translateY(-44px)}.template-index .product-grid:after{transform:translateY(-42px);font-size:10px}}.template-index .product-grid:before,.template-index .product-grid:after{display:none!important;content:none!important}.template-index .product-grid{padding-top:0!important}.mr-collection-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;margin:72px 0 18px;color:#000}.mr-collection-heading h2{margin:0;color:#000;font-size:24px;font-weight:500;line-height:1}.mr-collection-heading a{color:#000;font-size:11px;font-weight:900;letter-spacing:.08em;line-height:1;text-transform:uppercase}.mr-collection-heading a:hover{text-decoration:underline}@media(max-width:760px){.mr-collection-heading{margin:54px 0 16px}.mr-collection-heading h2{font-size:22px}.mr-collection-heading a{font-size:10px}}.template-index .site-nav a,.template-index .header-actions,.template-index .utility-link,.template-index .utility-link svg{color:#fff!important;stroke:#fff!important}.template-index .header-logo{filter:none!important}.site-nav a:after{content:none!important}.site-nav a{font-size:18px!important}.mr-mobile-menu{display:none}@media(max-width:760px){.template-index .site-nav{display:none!important}.mr-mobile-menu{display:block!important;grid-column:1!important;justify-self:start!important}.mr-mobile-menu summary{display:grid;gap:5px;width:34px;padding:6px;cursor:pointer;list-style:none}.mr-mobile-menu summary::-webkit-details-marker{display:none}.mr-mobile-menu summary span{display:block;width:24px;height:2px;background:#fff}.mr-mobile-menu__panel{position:fixed;top:58px;left:0;right:0;z-index:1000;display:grid;gap:22px;padding:28px 22px 34px;background:#000000eb;border-top:1px solid rgba(255,255,255,.18)}.mr-mobile-menu__panel a{color:#fff!important;font-size:18px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.template-index .header-actions,.template-index .utility-link svg{color:#fff!important;stroke:#fff!important}}.template-index .header-logo{filter:invert(1)!important}@media(max-width:760px){.template-index .header-main{display:grid!important;grid-template-columns:44px 1fr 44px!important;align-items:center!important;height:58px!important;padding:0 14px!important}.template-index .mr-mobile-menu{grid-column:1!important;justify-self:start!important;align-self:center!important}.template-index .header-logo{grid-column:2!important;justify-self:center!important;align-self:center!important;filter:invert(1)!important}.template-index .header-actions{grid-column:3!important;justify-self:end!important;align-self:center!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;margin:0!important;padding:0!important}.template-index .site-nav{display:none!important}.mr-mobile-menu summary{position:relative!important;display:grid!important;place-items:center!important;width:34px!important;height:34px!important;padding:0!important;cursor:pointer!important;list-style:none!important}.mr-mobile-menu summary::-webkit-details-marker{display:none!important}.mr-mobile-menu summary span{display:block!important;width:25px!important;height:2px!important;background:#fff!important;border-radius:999px!important;transition:transform .2s ease,opacity .2s ease!important}.mr-mobile-menu summary{gap:5px!important}.mr-mobile-menu[open] summary span:nth-child(1){transform:translateY(7px) rotate(45deg)!important}.mr-mobile-menu[open] summary span:nth-child(2){opacity:0!important}.mr-mobile-menu[open] summary span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important}.mr-mobile-menu__panel{position:fixed!important;top:58px!important;left:0!important;right:0!important;z-index:1000!important;display:grid!important;gap:0!important;padding:12px 18px!important;background:#fff!important;border-top:1px solid rgba(0,0,0,.12)!important;border-bottom:1px solid rgba(0,0,0,.12)!important;box-shadow:0 18px 40px #0000002e!important}.mr-mobile-menu__panel a{display:block!important;padding:18px 4px!important;color:#000!important;border-bottom:1px solid rgba(0,0,0,.1)!important;font-size:18px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}.mr-mobile-menu__panel a:last-child{border-bottom:0!important}.template-index .header-actions .utility-link{width:34px!important;height:34px!important;color:#fff!important}.template-index .header-actions .utility-link svg{width:24px!important;height:24px!important;stroke:#fff!important}}.template-index .header-main{grid-template-columns:1fr auto 1fr!important;height:62px!important;min-height:62px!important;padding:0 60px!important;align-items:center!important}.template-index .site-nav{grid-column:1!important;justify-self:start!important;display:flex!important;align-items:center!important;height:62px!important;gap:30px!important}.template-index .site-nav a{color:#000!important;font-size:18px!important;font-weight:800!important}.template-index .header-logo{grid-column:2!important;justify-self:center!important;align-self:center!important;width:78px!important;height:52px!important;filter:invert(1)!important}.template-index .header-logo img,.template-index .header-logo__fallback{width:78px!important;max-height:48px!important;object-fit:contain!important}.template-index .header-actions{grid-column:3!important;justify-self:end!important;align-self:center!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;height:62px!important;gap:18px!important}@media(max-width:760px){.template-index .site-header{height:58px!important}.template-index .header-main{grid-template-columns:44px 1fr 44px!important;height:58px!important;min-height:58px!important;padding:0 14px!important}.template-index .site-nav{display:none!important}.template-index .mr-mobile-menu{display:block!important;grid-column:1!important;justify-self:start!important;align-self:center!important}.template-index .header-logo{grid-column:2!important;justify-self:center!important;width:64px!important;height:46px!important;filter:invert(1)!important}.template-index .header-logo img,.template-index .header-logo__fallback{width:64px!important;max-height:42px!important}.template-index .header-actions{grid-column:3!important;justify-self:end!important;height:58px!important}.template-index .header-actions .utility-link,.template-index .header-actions .utility-link svg{color:#000!important;stroke:#000!important}.mr-mobile-menu summary{position:relative!important;display:grid!important;gap:5px!important;width:34px!important;height:34px!important;padding:6px 4px!important;cursor:pointer!important;list-style:none!important}.mr-mobile-menu summary::-webkit-details-marker{display:none!important}.mr-mobile-menu summary span{display:block!important;width:25px!important;height:2px!important;background:#000!important;border-radius:999px!important}.mr-mobile-menu[open] summary span{opacity:0!important}.mr-mobile-menu__panel{position:fixed!important;top:58px!important;left:0!important;right:0!important;z-index:1000!important;display:grid!important;gap:0!important;padding:14px 20px 20px!important;background:#fff!important;border-top:1px solid rgba(0,0,0,.12)!important;border-bottom:1px solid rgba(0,0,0,.12)!important;box-shadow:0 18px 40px #00000029!important}.mr-mobile-menu[open] .mr-mobile-menu__panel:before,.mr-mobile-menu[open] .mr-mobile-menu__panel:after{content:""!important;position:absolute!important;top:22px!important;right:20px!important;width:24px!important;height:2px!important;background:#000!important;border-radius:999px!important}.mr-mobile-menu[open] .mr-mobile-menu__panel:before{transform:rotate(45deg)!important}.mr-mobile-menu[open] .mr-mobile-menu__panel:after{transform:rotate(-45deg)!important}.mr-mobile-menu__panel a{display:block!important;padding:18px 46px 18px 0!important;color:#000!important;border-bottom:1px solid rgba(0,0,0,.1)!important;font-size:18px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}.mr-mobile-menu__panel a:last-child{border-bottom:0!important}}.template-index .site-header,.template-index .header-main{background:transparent!important;border:0!important;box-shadow:none!important}.template-index .site-nav{grid-column:1!important;justify-self:start!important;display:flex!important;align-items:center!important;gap:30px!important;height:62px!important}.template-index .site-nav a{color:#fff!important;font-size:18px!important;font-weight:800!important}.template-index .header-actions{grid-column:3!important;justify-self:end!important;display:flex!important;align-items:center!important;height:62px!important}.template-index .header-actions .utility-link,.template-index .header-actions .utility-link svg{color:#fff!important;stroke:#fff!important}@media(max-width:760px){.template-index .header-main{grid-template-columns:44px 1fr 44px!important;height:58px!important;min-height:58px!important;padding:0 14px!important}.template-index .site-nav{display:none!important}.template-index .header-logo{width:64px!important;height:46px!important}.template-index .mr-mobile-menu{display:block!important;grid-column:1!important;justify-self:start!important;align-self:center!important}.template-index .header-actions{grid-column:3!important;justify-self:end!important;height:58px!important}.mr-mobile-menu summary{display:grid!important;gap:5px!important;width:34px!important;height:34px!important;padding:6px 4px!important;cursor:pointer!important;list-style:none!important}.mr-mobile-menu summary::-webkit-details-marker{display:none!important}.mr-mobile-menu summary span{display:block!important;width:25px!important;height:2px!important;background:#fff!important}.mr-mobile-menu[open] summary span{opacity:0!important}.template-index .header-actions .utility-link,.template-index .header-actions .utility-link svg{color:#fff!important;stroke:#fff!important}.mr-mobile-menu__panel{position:fixed!important;top:58px!important;left:0!important;right:0!important;z-index:1000!important;display:grid!important;gap:0!important;padding:18px 20px 22px!important;background:#fff!important;border-bottom:1px solid rgba(0,0,0,.12)!important;box-shadow:0 18px 40px #00000029!important}.mr-mobile-menu__panel a{display:block!important;padding:18px 46px 18px 0!important;color:#000!important;border-bottom:1px solid rgba(0,0,0,.1)!important;font-size:18px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}.mr-mobile-menu__panel a:last-child{border-bottom:0!important}.mr-mobile-menu__close{position:absolute!important;top:12px!important;right:18px!important;width:38px!important;height:38px!important;border:0!important;background:transparent!important;color:#000!important;cursor:pointer!important;font-size:34px!important;line-height:1!important;font-weight:400!important}}.mr-mobile-menu__panel:before,.mr-mobile-menu__panel:after,.mr-mobile-menu[open] .mr-mobile-menu__panel:before,.mr-mobile-menu[open] .mr-mobile-menu__panel:after{display:none!important;content:none!important}.template-index .site-header,.template-index .header-main{background:#f7f7f4!important;border:0!important;box-shadow:none!important}.template-index .site-header{border-bottom:1px solid #d9d9d4!important}.template-index .header-main{position:relative!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;height:62px!important;min-height:62px!important;padding:0 60px!important}.template-index .header-logo{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:78px!important;height:52px!important;filter:invert(1)!important}@media(max-width:760px){.template-index .header-main{grid-template-columns:44px 1fr 44px!important;height:58px!important;min-height:58px!important;padding:0 14px!important}.template-index .header-logo{width:64px!important;height:46px!important}.mr-mobile-menu summary span{background:#000!important}.template-index .header-actions .utility-link,.template-index .header-actions .utility-link svg{color:#000!important;stroke:#000!important}.mr-mobile-menu__close{color:#000!important}}.template-index .header-main{position:relative!important}.template-index .header-logo{position:fixed!important;top:31px!important;left:50vw!important;transform:translate(-50%,-50%)!important;z-index:1001!important;margin:0!important}.template-index .site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:9999!important;width:100%!important;height:62px!important;background:#f7f7f4!important;border-bottom:1px solid #d9d9d4!important;transform:none!important;opacity:1!important;visibility:visible!important}.template-index .header-main{position:relative!important;width:100%!important;height:62px!important;min-height:62px!important;padding:0 60px!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;background:transparent!important}.template-index .header-logo{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:78px!important;height:52px!important;margin:0!important;z-index:2!important;filter:invert(1)!important}.template-index .site-nav{grid-column:1!important;justify-self:start!important}.template-index .site-nav a{color:#000!important}.template-index .header-actions{grid-column:3!important;justify-self:end!important}.template-index .header-actions .utility-link,.template-index .header-actions .utility-link svg{color:#000!important;stroke:#000!important}@media(max-width:760px){.template-index .site-header{height:58px!important}.template-index .header-main{height:58px!important;min-height:58px!important;grid-template-columns:44px 1fr 44px!important;padding:0 14px!important}.template-index .header-logo{width:64px!important;height:46px!important}.template-index .mr-mobile-menu{grid-column:1!important;justify-self:start!important}.template-index .header-actions{grid-column:3!important;justify-self:end!important}.mr-mobile-menu summary span{background:#000!important}.template-index .storefront{margin-top:58px!important}}.template-index .site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:99999!important;width:100%!important;height:62px!important;background:#f7f7f4!important;border-bottom:1px solid #d9d9d4!important;transform:none!important;opacity:1!important;visibility:visible!important}.template-index .header-main{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:100000!important;width:100%!important;height:62px!important;min-height:62px!important;padding:0 60px!important;margin:0!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;background:#f7f7f4!important;border-bottom:1px solid #d9d9d4!important;border-radius:0!important}.template-index .header-logo{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:78px!important;height:52px!important;margin:0!important;filter:invert(1)!important}.template-index .site-nav a,.template-index .header-actions .utility-link,.template-index .header-actions .utility-link svg{color:#000!important;stroke:#000!important}.template-index .storefront{margin-top:62px!important}@media(max-width:760px){.template-index .site-header,.template-index .header-main{height:58px!important;min-height:58px!important}.template-index .header-main{grid-template-columns:44px 1fr 44px!important;padding:0 14px!important}.template-index .header-logo{width:64px!important;height:46px!important}.template-index .mr-mobile-menu{grid-column:1!important;justify-self:start!important}.template-index .header-actions{grid-column:3!important;justify-self:end!important}.mr-mobile-menu summary span{background:#000!important}.template-index .storefront{margin-top:58px!important}}.template-index .header-main{position:fixed!important}.template-index .header-logo{position:fixed!important;top:31px!important;left:50vw!important;right:auto!important;transform:translate(-50%,-50%)!important;margin:0!important;z-index:100001!important}@media(max-width:760px){.template-index .header-logo{top:29px!important;left:50vw!important;transform:translate(-50%,-50%)!important}}.template-index .storefront{margin-top:0!important}@media(max-width:760px){.template-index .storefront{margin-top:0!important}}@media(max-width:760px){.template-index .site-header,.template-index .header-main{border-bottom:0!important}}.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:99999!important;width:100%!important;height:62px!important;background:#f7f7f4!important;border-bottom:1px solid #d9d9d4!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}.header-main{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:100000!important;width:100%!important;height:62px!important;min-height:62px!important;margin:0!important;padding:0 60px!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;background:#f7f7f4!important;border:0!important;border-bottom:1px solid #d9d9d4!important;border-radius:0!important;box-shadow:none!important}.header-logo{position:fixed!important;top:31px!important;left:50vw!important;right:auto!important;transform:translate(-50%,-50%)!important;width:78px!important;height:52px!important;margin:0!important;z-index:100001!important;filter:invert(1)!important}.header-logo img,.header-logo__fallback{width:78px!important;max-height:48px!important;object-fit:contain!important}.site-nav{grid-column:1!important;justify-self:start!important;display:flex!important;align-items:center!important;gap:30px!important;height:62px!important;padding:0!important;margin:0!important}.site-nav a{color:#000!important;font-size:18px!important;font-weight:800!important}.header-actions{grid-column:3!important;justify-self:end!important;display:flex!important;align-items:center!important;height:62px!important;gap:18px!important}.header-actions .utility-link[href*="/search"],.header-actions .utility-link[aria-label=Search]{display:none!important}body:not(.template-index) .main-content,body:not(.template-index) main{padding-top:62px!important}@media(max-width:760px){.site-header,.header-main{height:58px!important;min-height:58px!important}.header-main{grid-template-columns:44px 1fr 44px!important;padding:0 14px!important}.site-nav{display:none!important}.mr-mobile-menu{display:block!important;grid-column:1!important;justify-self:start!important;align-self:center!important}.header-logo{top:29px!important;left:50vw!important;width:64px!important;height:46px!important}.header-logo img,.header-logo__fallback{width:64px!important;max-height:42px!important}.header-actions{grid-column:3!important;justify-self:end!important;height:58px!important}.mr-mobile-menu summary span{background:#000!important}.header-actions .utility-link,.header-actions .utility-link svg{color:#000!important;stroke:#000!important}body:not(.template-index) .main-content,body:not(.template-index) main{padding-top:58px!important}body.template-index .storefront{margin-top:0!important}}@media(min-width:761px){.site-nav{display:flex!important;visibility:visible!important;opacity:1!important;grid-column:1!important;justify-self:start!important;align-items:center!important;gap:30px!important;height:62px!important;z-index:100002!important}.site-nav a{display:inline-flex!important;align-items:center!important;color:#000!important;font-size:0!important;font-weight:800!important;opacity:1!important;visibility:visible!important}.site-nav a:nth-child(1):after{content:"001"!important;font-size:18px!important}.site-nav a:nth-child(2):after{content:"Shop"!important;font-size:18px!important}.site-nav a:nth-child(3):after{content:"Contact Us"!important;font-size:18px!important}.site-nav a:nth-child(n+4){display:none!important}}@media(min-width:761px){.site-nav a{font-size:0!important;color:transparent!important}.site-nav a:after{color:#000!important}.site-nav a:nth-child(1):after{content:"001"!important;font-size:18px!important}.site-nav a:nth-child(2):after{content:"Shop"!important;font-size:18px!important}.site-nav a:nth-child(3):after{content:"Contact Us"!important;font-size:18px!important}}@media(min-width:761px){body.template-index .site-nav a:after,body.template-index .site-nav a:before{content:none!important;display:none!important}body.template-index .site-nav a{font-size:18px!important;color:#000!important;opacity:1!important;visibility:visible!important}}body:not(.template-index){background:#f7f7f4!important;color:#000!important}body:not(.template-index):before,body:not(.template-index):after{display:none!important}.collection-page{background:#f7f7f4!important;color:#000!important;padding:116px 40px 80px!important;max-width:none!important;width:100%!important}.collection-page__header{display:grid!important;justify-items:center!important;text-align:center!important;margin:0 0 48px!important;gap:10px!important}.collection-page__header h1,.collection-page h1{margin:0!important;color:#000!important;font-size:30px!important;font-weight:800!important;line-height:1!important;text-align:center!important}.collection-page__header h1{font-size:0!important}.collection-page__header h1:after{content:"001";font-size:30px!important}.collection-page__count{color:#000!important;font-size:12px!important;font-weight:400!important;letter-spacing:.04em!important;text-transform:uppercase!important}.collection-page .product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:26px 14px!important;width:100%!important;max-width:none!important;padding:0!important}.collection-page .product-card{color:#000!important;text-align:left!important}.collection-page .product-card__badge{display:none!important}.collection-page .product-card__title{margin:0 0 3px!important;color:#000!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important}.collection-page .product-card__price{color:#000!important;font-size:13px!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important}@media(max-width:760px){.collection-page{padding:92px 10px 56px!important}.collection-page__header{margin-bottom:34px!important}.collection-page__header h1:after{font-size:26px!important}.collection-page__count:after{font-size:10px!important}.collection-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px 8px!important}.collection-page .product-card__title,.collection-page .product-card__price{font-size:12px!important}}.collection-page{width:100%!important;max-width:none!important;padding:96px 40px 80px!important;background:#f7f7f4!important}.collection-page__header{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:12px!important;margin:0 0 54px!important}.collection-page__header h1,.collection-page h1{margin:0!important;color:#000!important;font-size:0!important;line-height:1!important}.collection-page__header h1:after,.collection-page h1:after{content:"001"!important;color:#000!important;font-size:30px!important;font-weight:800!important}.collection-page__count{display:block!important;width:auto!important;margin:0!important;color:#000!important;font-size:12px!important;font-weight:400!important;letter-spacing:.04em!important;text-align:center!important}.collection-page .product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:26px 14px!important;width:100%!important;max-width:none!important;padding:0!important;margin:0!important}.collection-page .product-card{text-align:left!important}.collection-page .product-card__media{border:0!important;border-radius:0!important;background:#eee!important;box-shadow:none!important;margin-bottom:10px!important}.collection-page .product-card__image{border-radius:0!important;object-fit:cover!important}.collection-page .product-card__title{color:#000!important;font-size:13px!important;font-weight:400!important;margin:0 0 2px!important}.collection-page .product-card__price{color:#000!important;font-size:13px!important;font-weight:400!important}@media(max-width:760px){.collection-page{padding:86px 10px 56px!important}.collection-page__header{margin-bottom:34px!important}.collection-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px 8px!important}.collection-page__header h1:after,.collection-page h1:after{font-size:26px!important}.collection-page__count:after{font-size:10px!important}}.collection-page,.collection-page *{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif!important}.collection-page__header h1:after,.collection-page h1:after{font-weight:600!important;letter-spacing:-.02em!important}.collection-page__count:after{font-weight:400!important;letter-spacing:.02em!important}.collection-page .product-card__title,.collection-page .product-card__price{font-weight:400!important;letter-spacing:0!important}.collection-page__header h1:after,.collection-page h1:after{font-size:29px!important;font-weight:550!important;line-height:.9!important;letter-spacing:-.04em!important}.collection-page__count:after{font-size:13px!important;font-weight:400!important;line-height:1!important;letter-spacing:-.01em!important}.collection-page__header{gap:12px!important}.collection-page__header h1:after,.collection-page h1:after,.collection-page__count:after{font-family:Arial,Helvetica,sans-serif!important;font-stretch:normal!important;transform:scaleX(1.2)!important;transform-origin:center!important;display:inline-block!important}.collection-page__header h1:after,.collection-page h1:after{font-size:28px!important;font-weight:600!important;line-height:.9!important;letter-spacing:-.03em!important}.collection-page__count:after{font-size:12px!important;font-weight:400!important;line-height:1!important;letter-spacing:.01em!important}.site-nav a,.site-nav a:after,.site-nav a:nth-child(1):after,.site-nav a:nth-child(2):after,.site-nav a:nth-child(3):after{font-family:Arial,Helvetica,sans-serif!important;font-weight:500!important;letter-spacing:-.01em!important}.header-logo{width:96px!important;height:58px!important}.header-logo img,.header-logo__fallback{width:96px!important;max-height:56px!important}.template-index .header-logo,.header-logo{width:96px!important;height:58px!important}@media(max-width:760px){.template-index .header-logo,.header-logo{width:78px!important;height:50px!important}.template-index .header-logo img,.header-logo img,.template-index .header-logo__fallback,.header-logo__fallback{width:78px!important;max-height:48px!important}}.header-logo,.template-index .header-logo{width:104px!important;height:60px!important}.header-logo img,.header-logo__fallback,.template-index .header-logo img,.template-index .header-logo__fallback{width:104px!important;max-height:58px!important;object-fit:contain!important}.site-nav a,.site-nav a:after,.site-nav a:nth-child(1):after,.site-nav a:nth-child(2):after,.site-nav a:nth-child(3):after,.template-index .site-nav a,.template-index .site-nav a:after{font-family:Arial,Helvetica,sans-serif!important;font-weight:549!important;font-size:18px!important;letter-spacing:-.01em!important;color:#000!important}@media(max-width:760px){.header-logo,.template-index .header-logo{width:82px!important;height:52px!important}.header-logo img,.header-logo__fallback,.template-index .header-logo img,.template-index .header-logo__fallback{width:82px!important;max-height:50px!important}}@media(max-width:760px){.mr-mobile-menu__panel a{font-family:Arial,Helvetica,sans-serif!important;font-weight:400!important;letter-spacing:0!important}}@media(max-width:760px){.mr-mobile-menu__panel{position:fixed!important;top:0!important;left:0!important;z-index:100002!important;width:min(88vw,430px)!important;height:100dvh!important;padding:92px 34px 0!important;background:#fff!important;color:#000!important;box-shadow:18px 0 42px #0000002e!important;border:0!important;animation:mrMenuSlideIn .22s ease-out both!important}@keyframes mrMenuSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.mr-mobile-menu__panel:before,.mr-mobile-menu__panel:after{display:none!important;content:none!important}.mr-mobile-menu__panel a{display:flex!important;align-items:center!important;min-height:86px!important;padding:0!important;border-top:1px solid rgba(0,0,0,.24)!important;border-bottom:0!important;color:#000!important;font-family:Arial,Helvetica,sans-serif!important;font-size:30px!important;font-weight:500!important;letter-spacing:-.03em!important;line-height:1!important;text-transform:none!important}.mr-mobile-menu__panel a:last-child{border-bottom:1px solid rgba(0,0,0,.24)!important;margin-top:28px!important;font-size:23px!important}.mr-mobile-menu__close{position:absolute!important;top:36px!important;right:28px!important;width:36px!important;height:36px!important;padding:0!important;border:0!important;background:transparent!important;color:#000!important;font-size:40px!important;font-weight:300!important;line-height:1!important;cursor:pointer!important}.mr-mobile-menu[open] summary span{opacity:0!important}}@media(max-width:760px){.mr-mobile-menu__panel{top:0!important;left:0!important;width:88vw!important;max-width:430px!important;height:100dvh!important;padding:92px 34px 0!important;background:#fff!important;box-shadow:18px 0 42px #00000029!important}.mr-mobile-menu__close{top:36px!important;right:28px!important;width:34px!important;height:34px!important;color:#000!important;font-size:38px!important;font-weight:300!important;line-height:1!important}.mr-mobile-menu__panel a{min-height:96px!important;padding:0!important;display:flex!important;align-items:center!important;border-top:1px solid rgba(0,0,0,.25)!important;border-bottom:0!important;color:#000!important;font-family:Arial,Helvetica,sans-serif!important;font-size:17px!important;font-weight:700!important;letter-spacing:-.04em!important;line-height:1!important;text-transform:none!important}.mr-mobile-menu__panel a:nth-child(5){margin-top:34px!important;min-height:78px!important;border-bottom:0!important;font-size:26px!important;font-weight:700!important;letter-spacing:-.03em!important}.mr-mobile-menu__panel a:last-child{border-bottom:0!important}}@media(max-width:760px){.mr-mobile-menu__panel{padding:30px 34px 0!important}.mr-mobile-menu__panel a{min-height:30px!important;padding:0!important;font-size:32px!important;font-weight:500!important;letter-spacing:-.03em!important;border-top:1px solid rgba(0,0,0,.24)!important}.mr-mobile-menu__panel a:nth-child(5){margin-top:20px!important;min-height:30px!important;font-size:22px!important;font-weight:500!important}.mr-mobile-menu__close{top:30px!important}}@media(max-width:760px){.mr-mobile-menu__panel{position:fixed!important;top:0!important;left:0!important;right:auto!important;bottom:auto!important;z-index:100002!important;width:88vw!important;max-width:430px!important;height:100dvh!important;display:block!important;padding:96px 34px 0!important;background:#fff!important;color:#000!important;border:0!important;box-shadow:18px 0 44px #00000029!important;transform:none!important;animation:mrMenuSlideIn .2s ease-out both!important}@keyframes mrMenuSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.mr-mobile-menu__panel:before,.mr-mobile-menu__panel:after{display:none!important;content:none!important}.mr-mobile-menu__close{position:absolute!important;top:34px!important;right:28px!important;z-index:2!important;width:34px!important;height:34px!important;padding:0!important;border:0!important;background:transparent!important;color:#000!important;font-family:Arial,Helvetica,sans-serif!important;font-size:36px!important;font-weight:300!important;line-height:1!important;cursor:pointer!important}.mr-mobile-menu__panel a{display:flex!important;align-items:center!important;width:100%!important;min-height:86px!important;padding:0!important;margin:0!important;border-top:1px solid rgba(0,0,0,.24)!important;border-bottom:0!important;color:#000!important;font-family:Arial,Helvetica,sans-serif!important;font-size:18px!important;font-weight:550!important;letter-spacing:-.03em!important;line-height:1!important;text-transform:none!important}.mr-mobile-menu__panel a:nth-of-type(3){border-bottom:1px solid rgba(0,0,0,.24)!important}.mr-mobile-menu__panel a:nth-of-type(4){margin-top:62px!important;min-height:60px!important;border-top:1px solid rgba(0,0,0,.18)!important;border-bottom:0!important;font-size:18px!important;font-weight:550!important;letter-spacing:-.02em!important}.mr-mobile-menu[open] summary span{opacity:0!important}}@media(max-width:760px){.mr-mobile-menu__panel a[href*="/account"],.mr-mobile-menu__panel a[href*="/account/login"],.mr-mobile-menu__panel a:nth-of-type(4){display:none!important}.mr-mobile-menu__panel a:nth-of-type(3){border-bottom:1px solid rgba(0,0,0,.24)!important}}.site-footer{background:#f7f7f4!important;color:#000!important;padding:0!important}.mr-trust-bar,.mr-footer-info,.footer-inner{display:none!important}.mr-faq{width:min(100% - 40px,980px);margin:90px auto 70px;color:#000}.mr-faq h2{margin:0 0 58px;font-family:Arial,Helvetica,sans-serif;font-size:clamp(42px,5vw,62px);font-weight:800;letter-spacing:-.04em}.mr-faq details{border-top:1px solid #000}.mr-faq details:last-child{border-bottom:1px solid #000}.mr-faq summary{display:flex;justify-content:space-between;align-items:center;min-height:92px;cursor:pointer;list-style:none;font-size:15px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.mr-faq summary::-webkit-details-marker{display:none}.mr-faq summary:after{content:"+";font-size:32px;font-weight:300;line-height:1}.mr-faq details[open] summary:after{content:"\2013"}.mr-faq p{max-width:620px;margin:-12px 0 28px;font-size:14px;line-height:1.7}.mr-footer-main{padding:34px 56px 30px;background:#f7f7f4;border-top:1px solid rgba(0,0,0,.12)}.mr-newsletter{display:grid;grid-template-columns:1fr 1.1fr;gap:44px;align-items:start;margin-bottom:70px}.mr-newsletter h2{margin:0;font-size:28px;font-weight:600;letter-spacing:-.03em}.mr-newsletter-incentive{margin:10px 0 0;font-size:13px;color:#555}.mr-newsletter-form{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid rgba(0,0,0,.35)}.mr-newsletter-form input{min-height:38px;border:0;background:transparent;color:#000;outline:none}.mr-newsletter-form button{border:0;background:transparent;color:#000;font-size:28px;cursor:pointer}.mr-footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:48px;margin-bottom:72px}.mr-footer-links h3{margin:0 0 14px;font-size:18px;font-weight:700}.mr-footer-links a{display:block;margin-bottom:8px;color:#000;font-size:15px;font-weight:400}.mr-footer-bottom{display:flex;justify-content:space-between;gap:24px;align-items:end}.mr-footer-bottom p{margin:0;font-size:12px}.mr-payment-icons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.mr-payment-icons svg{height:26px;width:auto}@media(max-width:760px){.mr-faq{width:min(100% - 28px,980px);margin:60px auto 52px}.mr-faq h2{margin-bottom:34px;font-size:38px}.mr-faq summary{min-height:72px;font-size:12px}.mr-footer-main{padding:30px 20px}.mr-newsletter,.mr-footer-links,.mr-footer-bottom{grid-template-columns:1fr;display:grid}.mr-footer-links{gap:30px}.mr-payment-icons{justify-content:flex-start}}body:has(.shopify-policy__container){background:#f7f7f4!important;color:#000!important}body:has(.shopify-policy__container):before,body:has(.shopify-policy__container):after{display:none!important}body:has(.shopify-policy__container) .site-header,body:has(.shopify-policy__container) .header-main{display:grid!important;position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:99999!important;background:#f7f7f4!important;color:#000!important;opacity:1!important;visibility:visible!important;transform:none!important}body:has(.shopify-policy__container) .mr-policy-back{display:none!important}.shopify-policy__container{max-width:620px!important;margin:0 auto!important;padding:150px 24px 90px!important;background:transparent!important;color:#000!important}.shopify-policy__title h1{margin:0 0 90px!important;color:#000!important;text-align:center!important;font-family:Arial,Helvetica,sans-serif!important;font-size:38px!important;font-weight:500!important;line-height:1.05!important;letter-spacing:-.03em!important}.shopify-policy__body,.shopify-policy__body *{color:#000!important;background:transparent!important;font-family:Arial,Helvetica,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.65!important}.shopify-policy__body p{margin:0 0 26px!important}.shopify-policy__body strong,.shopify-policy__body b{font-weight:700!important}.shopify-policy__body a{color:#000!important;text-decoration:underline!important}body:has(.shopify-policy__container) .site-footer{background:#f7f7f4!important;color:#000!important}body:has(.shopify-policy__container) .site-header{display:block!important;position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:999999!important;height:62px!important;background:#f7f7f4!important;border-bottom:1px solid #d9d9d4!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}body:has(.shopify-policy__container) .header-main{display:grid!important;position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000000!important;width:100%!important;height:62px!important;min-height:62px!important;padding:0 60px!important;margin:0!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;background:#f7f7f4!important;border-bottom:1px solid #d9d9d4!important;box-shadow:none!important}body:has(.shopify-policy__container) .site-nav{display:flex!important;grid-column:1!important;justify-self:start!important;align-items:center!important;gap:30px!important;height:62px!important;opacity:1!important;visibility:visible!important}body:has(.shopify-policy__container) .site-nav a{display:inline-flex!important;color:#000!important;font-size:18px!important;font-weight:500!important;opacity:1!important;visibility:visible!important}body:has(.shopify-policy__container) .header-logo{display:grid!important;position:fixed!important;top:31px!important;left:50vw!important;transform:translate(-50%,-50%)!important;width:104px!important;height:60px!important;z-index:1000001!important;filter:invert(1)!important}body:has(.shopify-policy__container) .header-actions{display:flex!important;grid-column:3!important;justify-self:end!important;align-items:center!important;height:62px!important}body:has(.shopify-policy__container) .header-actions .utility-link,body:has(.shopify-policy__container) .header-actions .utility-link svg{color:#000!important;stroke:#000!important}.site-nav a{font-size:18px!important;color:#000!important;font-weight:500!important;opacity:1!important;visibility:visible!important}@media(max-width:760px){.site-nav{display:none!important}body.template-index .storefront{margin-top:0!important}}.site-header{height:0!important;min-height:0!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important}.header-main{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:100000!important;width:100%!important;height:62px!important;min-height:62px!important;margin:0!important;padding:0 60px!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;background:#f7f7f4!important;border-bottom:1px solid #d9d9d4!important;border-radius:0!important;box-shadow:none!important}body.template-index .storefront{margin-top:0!important}@media(min-width:761px){.site-nav{display:flex!important;visibility:visible!important;opacity:1!important;grid-column:1!important;justify-self:start!important;align-items:center!important;gap:30px!important;height:62px!important;padding:0!important;margin:0!important;z-index:100002!important}.site-nav a{display:inline-flex!important;align-items:center!important;color:#000!important;font-size:18px!important;font-weight:500!important;opacity:1!important;visibility:visible!important}.site-nav a:before,.site-nav a:after{content:none!important;display:none!important}.site-nav a:nth-child(n+4){display:none!important}}.header-logo{position:fixed!important;top:31px!important;left:50vw!important;transform:translate(-50%,-50%)!important;width:104px!important;height:60px!important;z-index:100001!important;filter:invert(1)!important}.header-actions{grid-column:3!important;justify-self:end!important;display:flex!important;align-items:center!important;height:62px!important}.header-actions .utility-link,.header-actions .utility-link svg{color:#000!important;stroke:#000!important}@media(max-width:760px){.header-main{height:58px!important;min-height:58px!important;grid-template-columns:44px 1fr 44px!important;padding:0 14px!important}.header-logo{top:29px!important;width:82px!important;height:52px!important}.site-nav{display:none!important}.mr-mobile-menu{grid-column:1!important;justify-self:start!important}.header-actions{grid-column:3!important;justify-self:end!important;height:58px!important}body.template-index .storefront{margin-top:0!important}}.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:99999!important;width:100%!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}.header-main,.site-header__inner{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:100000!important;width:100%!important;height:62px!important;min-height:62px!important;margin:0!important;padding:0 60px!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;background:#f7f7f4!important;border:0!important;border-bottom:1px solid #d9d9d4!important;border-radius:0!important;box-shadow:none!important}.site-nav{display:flex!important;grid-column:1!important;justify-self:start!important;align-items:center!important;gap:30px!important;height:62px!important;padding:0!important;margin:0!important;opacity:1!important;visibility:visible!important}.site-nav a{display:inline-flex!important;align-items:center!important;color:#000!important;font-size:18px!important;font-weight:500!important;font-family:Arial,Helvetica,sans-serif!important;text-transform:none!important;opacity:1!important;visibility:visible!important}.site-nav a:before,.site-nav a:after{content:none!important;display:none!important}.header-logo,.site-header__brand{position:fixed!important;top:31px!important;left:50vw!important;right:auto!important;transform:translate(-50%,-50%)!important;width:104px!important;height:60px!important;margin:0!important;z-index:100001!important;display:grid!important;place-items:center!important;filter:invert(1)!important}.header-logo img,.header-logo__fallback,.site-header__brand img{width:104px!important;max-height:58px!important;object-fit:contain!important}.header-actions,.site-header__actions{display:flex!important;grid-column:3!important;justify-self:end!important;align-items:center!important;justify-content:flex-end!important;height:62px!important;gap:18px!important;margin:0!important;padding:0!important;color:#000!important}.header-actions .utility-link,.header-actions .utility-link svg,.site-header__actions a,.site-header__actions svg{color:#000!important;stroke:#000!important}.header-actions .utility-link[href*="/search"],.header-actions .utility-link[aria-label=Search],.site-header__actions a[href*="/search"]{display:none!important}body.template-index .main-content,body.template-index main,body.template-index .storefront{margin-top:0!important;padding-top:inherit}body:has(.shopify-policy__container) .mr-faq{display:none!important}body:has(.shopify-policy__container) main,body:has(.shopify-policy__container) .main-content{padding-top:0!important}body:has(.shopify-policy__container) .shopify-policy__container{padding-top:150px!important}@media(max-width:760px){.header-main,.site-header__inner{height:58px!important;min-height:58px!important;padding:0 14px!important;grid-template-columns:44px 1fr 44px!important}.site-nav,body:has(.shopify-policy__container) .site-nav{display:none!important}.mr-mobile-menu{display:block!important;grid-column:1!important;justify-self:start!important;align-self:center!important;z-index:100002!important}.mr-mobile-menu summary span{background:#000!important}.header-logo,.site-header__brand{top:29px!important;left:50vw!important;width:82px!important;height:52px!important}.header-logo img,.header-logo__fallback,.site-header__brand img{width:82px!important;max-height:50px!important}.header-actions,.site-header__actions{grid-column:3!important;justify-self:end!important;height:58px!important}.header-actions .utility-link,.header-actions .utility-link svg,.site-header__actions a,.site-header__actions svg{color:#000!important;stroke:#000!important}body:not(.template-index) main,body:not(.template-index) .main-content{padding-top:58px!important}body:has(.shopify-policy__container) main,body:has(.shopify-policy__container) .main-content{padding-top:0!important}body:has(.shopify-policy__container) .shopify-policy__container{padding-top:120px!important}}.site-header{height:0!important;min-height:0!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;overflow:visible!important}.header-main{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:999999!important;height:62px!important;min-height:62px!important;margin:0!important;background:#f7f7f4!important;border-bottom:1px solid #d9d9d4!important}body.template-index main,body.template-index .main-content{padding-top:0!important;margin-top:0!important}body:not(.template-index) main,body:not(.template-index) .main-content{padding-top:62px!important}@media(max-width:760px){.header-main{height:58px!important;min-height:58px!important}body:not(.template-index) main,body:not(.template-index) .main-content{padding-top:58px!important}}.site-header,.template-index .site-header,body .site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;height:0!important;min-height:0!important;max-height:0!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;overflow:visible!important}.header-main,.template-index .header-main,body .header-main{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:999999!important;height:62px!important;min-height:62px!important;margin:0!important;background:#f7f7f4!important;border-bottom:1px solid #d9d9d4!important}body.template-index .main-content,body.template-index main{padding-top:0!important;margin-top:0!important}body.template-index .storefront{margin-top:-62px!important}body.template-index .storefront__top,body.template-index .storefront:before{top:62px!important}@media(max-width:760px){.header-main,.template-index .header-main,body .header-main{height:58px!important;min-height:58px!important}body.template-index .storefront{margin-top:-58px!important}body.template-index .storefront__top,body.template-index .storefront:before{top:58px!important}}@media(max-width:760px){body.template-index .storefront{padding-top:calc(76svh + 28px)!important}body.template-index .storefront:before,body.template-index .storefront__top{height:76svh!important;min-height:620px!important;max-height:880px!important}body.template-index .storefront:before{background-size:cover!important;background-position:center top!important}}body.template-index .storefront:before{transform:none!important;animation:mrHeroZoomInsideOnly 10s ease-out forwards!important;background-repeat:no-repeat!important;background-position:center center!important;background-size:100% 100%,auto 108%!important}@keyframes mrHeroZoomInsideOnly{0%{background-size:100% 100%,auto 108%}to{background-size:100% 100%,auto 100%}}body.template-index .mr-collection-heading{margin-top:70px!important}@media(max-width:760px){body.template-index .mr-collection-heading{margin-top:58px!important}}body.template-index .storefront:before{transform:none!important;will-change:background-size!important;animation:mrHeroContainedZoom 14s ease-out forwards!important;background-repeat:no-repeat!important;background-position:center center!important;background-size:100% 100%,auto 112%!important}@keyframes mrHeroContainedZoom{0%{background-size:100% 100%,auto 112%}to{background-size:100% 100%,auto 100%}}@media(min-width:761px){body.template-index .storefront:before{background-size:100% 100%,112% auto!important;animation-name:mrHeroContainedZoomDesktop!important}@keyframes mrHeroContainedZoomDesktop{0%{background-size:100% 100%,112% auto}to{background-size:100% 100%,100% auto}}}body.template-index .storefront:before{transform:none!important;animation:mrHeroRealZoom 12s ease-out forwards!important;background-repeat:no-repeat!important;background-position:center center!important;background-size:100% 100%,112% 112%!important;will-change:background-size!important}@keyframes mrHeroRealZoom{0%{background-size:100% 100%,112% 112%}to{background-size:100% 100%,100% 100%}}@property --mrHeroZoom{syntax: "<percentage>"; inherits: false; initial-value: 112%;}body.template-index .storefront:before{--mrHeroZoom: 112%;transform:none!important;animation:mrHeroZoomVariable 12s ease-out forwards!important;background-repeat:no-repeat!important;background-position:center center!important;background-size:100% 100%,var(--mrHeroZoom) auto!important;will-change:background-size!important}@keyframes mrHeroZoomVariable{0%{--mrHeroZoom: 112%}to{--mrHeroZoom: 100%}}@media(max-width:760px){body.template-index .storefront:before{--mrHeroZoom: 112%;background-size:100% 100%,auto var(--mrHeroZoom)!important;animation:mrHeroZoomVariable 12s ease-out forwards!important}}body.template-index .mr-collection-heading,body.template-index .product-grid{position:relative!important;z-index:20!important;background:#f7f7f4!important}@media(max-width:760px){body.template-index .storefront:before{left:0!important;right:0!important;width:100vw!important;max-width:100vw!important;background-color:#000!important;background-position:center center!important;background-size:100% 100%,cover!important}body.template-index .storefront{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}}@property --mrHeroMobileZoom{syntax: "<percentage>"; inherits: false; initial-value: 112%;}@media(max-width:760px){body.template-index .storefront:before{--mrHeroMobileZoom: 112%;left:0!important;right:0!important;width:100vw!important;max-width:100vw!important;transform:none!important;background-repeat:no-repeat!important;background-position:center center!important;background-color:#000!important;background-size:100% 100%,var(--mrHeroMobileZoom) auto!important;animation:mrHeroMobileZoomFill 12s ease-out forwards!important}@keyframes mrHeroMobileZoomFill{0%{--mrHeroMobileZoom: 112%}to{--mrHeroMobileZoom: 100%}}}.page-transition,body.is-page-exiting .page-transition,body.is-page-entering .page-transition,body.is-page-entering.is-page-entered .page-transition{display:none!important;opacity:0!important;visibility:hidden!important;transform:none!important;transition:none!important;pointer-events:none!important}body.is-page-exiting .site-header,body.is-page-exiting .main-content,body.is-page-exiting .site-footer,body.is-page-entering .site-header,body.is-page-entering .main-content,body.is-page-entering .site-footer,body.is-page-entering.is-page-entered .site-header,body.is-page-entering.is-page-entered .main-content,body.is-page-entering.is-page-entered .site-footer{opacity:1!important;transform:none!important;transition:none!important}.product-card.is-transitioning .product-card__media{transform:none!important;transition:none!important}@media(min-width:761px){body:not(.template-index) .site-nav{display:flex!important;visibility:visible!important;opacity:1!important;grid-column:1!important;justify-self:start!important;align-items:center!important;gap:30px!important;height:62px!important}body:not(.template-index) .site-nav a{display:inline-flex!important;color:#000!important;font-size:18px!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important}body:not(.template-index) .site-nav a:before,body:not(.template-index) .site-nav a:after{display:none!important;content:none!important}}.product-page{background:#f7f7f4!important;color:#000!important;padding:118px 40px 70px!important}.product-page__grid{width:min(100%,1680px)!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr)!important;gap:clamp(42px,6vw,96px)!important;align-items:start!important}.product-media__main{min-height:0!important;background:#eef0ef!important}.product-media__main img,.product-media__main svg{width:100%!important;max-height:none!important;aspect-ratio:1 / 1.05!important;object-fit:cover!important;object-position:center top!important}.product-media__thumbs{margin-top:18px!important;grid-template-columns:repeat(4,92px)!important;gap:12px!important}.product-media__thumbs img{border:0!important;background:#eef0ef!important;object-fit:cover!important}.product-info{top:96px!important;color:#000!important;font-family:Arial,Helvetica,sans-serif!important}.product-info h1{margin:0 0 8px!important;color:#000!important;font-size:clamp(28px,2.4vw,42px)!important;font-weight:600!important;line-height:1.05!important;letter-spacing:-.03em!important}.product-price{margin:0 0 14px!important;color:#000!important;font-size:22px!important;font-weight:400!important;text-transform:none!important}.product-note,.product-comfort{color:#777!important;font-size:13px!important;font-weight:400!important}.option-heading legend,.option-group legend{color:#000!important;font-size:11px!important;font-weight:600!important;letter-spacing:.18em!important}.size-guide-trigger{color:#000!important;font-size:11px!important;font-weight:400!important}.option-value span{min-width:50px!important;min-height:48px!important;border:1px solid #d4d4d4!important;background:#f7f7f4!important;color:#000!important;font-weight:500!important}.option-value input:checked+span,.option-value span:hover{background:#000!important;color:#fff!important}.product-submit,.product-form .button{width:100%!important;min-height:58px!important;margin-top:10px!important;border:0!important;background:#000!important;color:#fff!important;font-size:12px!important;font-weight:700!important;letter-spacing:.18em!important}.product-page .shopify-payment-button{display:none!important}.trust-strip{margin-top:18px!important;color:#000!important;border-top:0!important;font-size:11px!important;font-weight:500!important}.product-detail-panels,.product-accordion{margin-top:34px!important;border-top:1px solid #ddd!important}.product-detail-panel,.product-accordion{border-color:#ddd!important}.product-detail-panel h2,.product-accordion summary{color:#000!important;font-size:11px!important;font-weight:600!important;letter-spacing:.18em!important}.product-detail-panel li,.product-detail-panel p,.product-description{color:#222!important;font-size:14px!important;font-weight:400!important}@media(max-width:760px){.product-page{padding:82px 14px 52px!important}.product-page__grid{grid-template-columns:1fr!important;gap:28px!important}.product-info{position:static!important}.product-info h1{font-size:30px!important}.product-media__main img,.product-media__main svg{aspect-ratio:1 / 1.08!important}.product-media__thumbs{grid-template-columns:repeat(4,1fr)!important}}.product-price{margin-bottom:10px!important}.stock-status{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:16px!important}.stock-status__dot{display:inline-block!important;width:9px!important;height:9px!important;border-radius:50%!important;background:#25b765!important}.stock-status__label{color:#000!important;font-size:11px!important;font-weight:500!important;letter-spacing:.16em!important;text-transform:uppercase!important}.stock-status[data-state=low-stock] .stock-status__dot{background:#e08a2a!important}.stock-status[data-state=low-stock] .stock-status__label{color:#b9621a!important}.stock-status[data-state=sold-out] .stock-status__dot{background:#b3b3b3!important}.stock-status[data-state=sold-out] .stock-status__label{color:#777!important}.product-rating-summary{display:inline-flex!important;align-items:center!important;gap:6px!important;margin:4px 0 10px!important;color:#000!important;text-decoration:none!important}.product-rating-summary__stars .star,.product-review__stars .star{color:#d4d4d4;font-size:13px}.product-rating-summary__stars .star--filled,.product-review__stars .star--filled{color:#000}.product-rating-summary__text{font-size:12px!important;color:#555!important;text-decoration:underline!important}.product-reviews{margin-top:34px!important;padding-top:22px!important;border-top:1px solid #ddd!important}.product-reviews__header{display:flex!important;align-items:baseline!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:8px!important}.product-reviews__header h2{font-size:11px!important;font-weight:600!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:#000!important}.product-reviews__average{font-size:12px!important;color:#555!important}.product-reviews__list{list-style:none!important;margin:18px 0 0!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:16px!important}.product-review{padding-bottom:16px!important;border-bottom:1px solid #eee!important}.product-review__text{margin:6px 0!important;font-size:14px!important;color:#222!important;line-height:1.5!important}.product-review__meta{font-size:12px!important;color:#777!important}.product-reviews__empty{margin-top:14px!important;font-size:13px!important;color:#777!important}.product-reviews__write{display:inline-block!important;margin-top:16px!important;font-size:11px!important;font-weight:600!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#000!important;text-decoration:underline!important}.also-like{background:#f7f7f4!important;color:#000!important;max-width:none!important;width:100%!important;padding:50px 40px 70px!important;margin:0!important}.also-like__heading{font-size:13px!important;font-weight:600!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:#000!important;margin:0 auto 20px!important;max-width:1680px!important}.also-like .product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:26px 14px!important;width:100%!important;max-width:1680px!important;margin:0 auto!important}.also-like .product-card{color:#000!important;text-align:left!important}.also-like .product-card__media{border:0!important;border-radius:0!important;background:#eee!important;box-shadow:none!important;margin-bottom:10px!important}.also-like .product-card__title{margin:0 0 3px!important;color:#000!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important}.also-like .product-card__price{color:#000!important;font-size:13px!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important}@media(max-width:760px){.also-like{padding:36px 14px 50px!important}.also-like .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px 12px!important}}.size-guide-modal__panel{background:#fff!important;color:#000!important;border:1px solid #d6d6d6!important;box-shadow:0 24px 80px #00000047!important}.size-guide-modal__panel,.size-guide-modal__panel *,.size-guide-modal__panel h2{color:#000!important}.size-guide-modal__panel p{color:#333!important}.size-guide-modal__close{background:#fff!important;color:#000!important;border:1px solid #000!important}.size-chart{border:1px solid #d4d4d4!important}.size-chart div{color:#000!important;border-color:#d4d4d4!important;background:#fff!important}.sticky-buy-bar{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.product-price{font-size:18px!important;font-weight:400!important;letter-spacing:0!important;line-height:1.2!important}.product-media__thumbs button[aria-current=true],.product-media__thumbs button.is-active,.product-media__thumbs button.active,.product-media__thumbs button:hover,.product-media__thumbs button:focus-visible{border:1px solid #000!important}.product-media__thumbs button img{display:block!important;width:100%!important;height:100%!important}.product-media__thumbs button img{display:block!important;width:100%!important;height:100%!important;border:0!important}.product-media__thumbs button{border:1px solid transparent!important;padding:0!important;background:transparent!important}.product-media__thumbs button[aria-current=true],.product-media__thumbs button[aria-selected=true],.product-media__thumbs button.is-active,.product-media__thumbs button.active{border:1px solid #000!important}.product-media__thumbs button img{border:0!important}.product-info h1{font-size:clamp(24px,2vw,34px)!important;line-height:1.05!important;font-weight:600!important;letter-spacing:-.02em!important}@media(max-width:760px){.product-info h1{font-size:22px!important}}.product-price{color:#111!important;font-family:Arial,Helvetica,sans-serif!important;font-size:16px!important;font-weight:400!important;letter-spacing:0!important;line-height:1.25!important;text-transform:none!important;opacity:.88!important}
/*# sourceMappingURL=/cdn/shop/t/55/assets/theme.css.map */
