:root{--bg: #161616;--bg-elevated: #1c1c1c;--bg-card: #222222;--bg-card-hover: #2a2a2a;--text: #f4f4f0;--text-muted: #cbcbc7;--text-dim: #959591;--border: rgba(255,255,255,.1);--border-hover: rgba(255,255,255,.2);--radius: 3px;--transition: .4s cubic-bezier(.16, 1, .3, 1);--ease-out: cubic-bezier(.16, 1, .3, 1);--header-height: 56px;--marquee-height: 30px;--font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-display: "Helvetica Neue", Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden;padding-top:0}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}ul{list-style:none}.skip-link{position:absolute;left:-999px;top:0;z-index:9999;background:var(--text);color:var(--bg);padding:.75rem 1rem}.skip-link:focus{left:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.75rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius);border:1px solid transparent;transition:all var(--transition);font-family:var(--font-body);cursor:pointer;text-decoration:none}.btn--primary{background:var(--text);color:var(--bg)}.btn--primary:hover{opacity:.88}.btn--outline{background:transparent;color:var(--text);border-color:var(--border-hover)}.btn--outline:hover{border-color:var(--text)}.btn--full{width:100%}.hero__cta .btn--primary{background:none;color:#fff;border:none;padding:0rem;font-size:1.2rem;letter-spacing:.16em;text-transform:uppercase;font-weight:500;border-radius:2px}.site-header.is-hidden{transform:translateY(-100%);pointer-events:none}.site-header{height:64px;padding-top:0;padding-bottom:0;box-sizing:border-box;position:fixed;top:0;left:0;right:0;z-index:1000;padding-left:2.5rem;padding-right:2.5rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:linear-gradient(to bottom,rgba(0,0,0,.55) 0%,rgba(0,0,0,.35) 30%,rgba(0,0,0,.15) 60%,rgba(0,0,0,.05) 80%,transparent 100%);border-bottom:none;transition:transform .28s ease,background .25s ease,border-color .25s ease,color .25s ease;color:#f0f0ec;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.site-header .header__link,.site-header .header__icon,.site-header .header__logo-text,.site-header .header__locale-trigger{color:#f0f0ec;transition:color .25s ease}.site-header .header__link:hover,.site-header .header__icon:hover{color:#f7f7f3}.site-header:hover,.site-header:has(.is-mega-open){background:#fff;border-bottom-color:transparent;color:#161616}.site-header:hover .header__link,.site-header:hover .header__icon,.site-header:hover .header__logo-text,.site-header:has(.is-mega-open) .header__link,.site-header:has(.is-mega-open) .header__icon,.site-header:has(.is-mega-open) .header__logo-text{color:#161616!important;line-height:1}.site-header:hover .header__link:hover,.site-header:hover .header__icon:hover,.site-header:has(.is-mega-open) .header__link:hover,.site-header:has(.is-mega-open) .header__icon:hover{color:#161616!important}.site-header:hover .header__locale-trigger,.site-header:has(.is-mega-open) .header__locale-trigger{color:#161616!important}.site-header:hover .header__locale-trigger:hover,.site-header:has(.is-mega-open) .header__locale-trigger:hover{color:#161616!important}.site-header:hover .header__logo-text,.site-header:has(.is-mega-open) .header__logo-text{color:#161616!important;opacity:1}.site-header .header__logo img{transition:filter .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}.site-header:hover .header__logo img,.site-header:has(.is-mega-open) .header__logo img,.site-header.is-search-open .header__logo img,html.search-open .site-header .header__logo img,body.search-open .site-header .header__logo img{filter:brightness(0) saturate(100%)}.site-header:hover .header__logo img,.site-header:has(.is-mega-open) .header__logo img,.site-header.is-search-open .header__logo img,html.search-open .site-header .header__logo img,body.search-open .site-header .header__logo img{filter:brightness(0) saturate(100%);opacity:1}.site-header.is-scrolled{height:56px;padding-top:0;padding-bottom:0}.site-header .header__logo img{max-height:40px;width:auto;object-fit:contain}.header__left{display:flex;align-items:center;gap:2rem;justify-self:start}.header__nav{display:flex;gap:1.75rem}.header__link{font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);transition:color var(--transition);position:relative}.header__link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:currentColor;transition:width .35s cubic-bezier(.16,1,.3,1)}.header__link:hover{color:var(--text)}.header__link:hover:after{width:100%}.header__logo{justify-self:center;display:flex;align-items:center;position:relative;z-index:1002}.header__logo img{height:40px;max-height:40px;width:auto;display:block;object-fit:contain}.header__logo-text{font-family:var(--font-display);font-size:1.5rem;font-weight:700;letter-spacing:.14em}.header__actions{display:flex;align-items:center;gap:1.15rem;justify-self:end}.header__icon{width:20px;height:20px;color:var(--text-muted);background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;transition:color var(--transition);position:relative}.header__icon:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:1px;background:currentColor;transition:width .35s cubic-bezier(.16,1,.3,1)}.header__icon:hover{color:var(--text)}.header__icon:hover:after{width:100%}.header__cart-count{position:absolute;top:-6px;right:-8px;background:#f2f2f0;color:#161616;font-size:.65rem;font-weight:600;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px}.header__cart-count:empty,.header__cart-count[data-count="0"]{display:none}.site-header:hover .header__cart-count,.site-header.is-scrolled .header__cart-count{background:#161616;color:#f2f2f0}.header__menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px;width:28px}.header__menu-toggle span{display:block;height:1px;background:var(--text);width:100%;transition:transform .3s ease,opacity .3s ease}.header__left--mobile{display:none;align-items:center;gap:.85rem}.header__left--desktop{display:block}.site-header.is-search-open,html.search-open .site-header,body.search-open .site-header{z-index:2100!important;background:#fff!important;background-color:#fff!important;border-bottom:none!important}.site-header.is-search-open .header__link,.site-header.is-search-open .header__icon,.site-header.is-search-open .header__logo-text,.site-header.is-search-open .header__locale-trigger,html.search-open .site-header .header__link,html.search-open .site-header .header__icon,html.search-open .site-header .header__logo-text,body.search-open .site-header .header__link,body.search-open .site-header .header__icon,body.search-open .site-header .header__logo-text{color:#161616!important}.site-header.is-search-open .header__logo img,html.search-open .site-header .header__logo img,body.search-open .site-header .header__logo img{filter:brightness(0) saturate(100%)!important}@media(hover:none){.site-header:not(.is-scrolled){background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#00000073;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.drawer.is-open{opacity:1;visibility:visible}.drawer[hidden]{display:none}.drawer.is-open[hidden]{display:block}.drawer__panel{position:absolute;top:0;left:0;bottom:0;width:min(100%,420px);background:#161616;color:#f2f2f0;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .35s cubic-bezier(.16,1,.3,1);overflow-y:auto;-webkit-overflow-scrolling:touch}.drawer.is-open .drawer__panel{transform:translate(0)}.drawer--search{background:#00000040}.drawer--search .drawer__panel{left:0;right:0;top:64px;bottom:auto;width:100%;max-height:min(calc(92vh - 64px),720px);transform:translateY(-8px);opacity:0;overflow:hidden}.drawer--search.is-open .drawer__panel{transform:translateY(0);opacity:1}.drawer--search .drawer__panel--search{width:100%;max-width:100%;background:#fff;color:#161616}.drawer__top{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.drawer__top--search{gap:.75rem;background:#fff;color:#161616;border-bottom:1px solid #e6e6e2}.drawer--search .drawer__close{color:#161616}.drawer__title{font-family:var(--font-display);font-size:1.15rem;font-weight:600}.drawer__close{background:none;border:none;color:#f2f2f0;padding:.35rem;cursor:pointer;display:flex}.drawer__nav{display:flex;flex-direction:column;padding:1.5rem 1.5rem 1rem;gap:.15rem}.drawer__link{font-family:var(--font-display);font-size:1.75rem;font-weight:500;color:#f2f2f0;text-decoration:none;padding:.45rem 0;letter-spacing:-.02em;line-height:1.2}.drawer__link--child{font-size:1.1rem;color:#a8a8a4;padding-left:.25rem}.drawer__locale{padding:.75rem 1.5rem 1.5rem;margin-top:auto;max-width:calc(100% - 1rem)}.drawer__locale-form{display:flex;flex-direction:column;gap:.35rem}.drawer__locale-details{border:none}.drawer__locale-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem 0;cursor:pointer;color:#f2f2f0;font-size:.95rem}.drawer__locale-summary::-webkit-details-marker{display:none}.drawer__locale-summary-left{display:flex;align-items:center;gap:.55rem;min-width:0}.drawer__locale-flag-img{width:20px;height:14px;object-fit:cover;border-radius:2px;flex-shrink:0}.drawer__locale-currency{color:#8a8a86;font-size:.85rem}.drawer__locale-chevron{flex-shrink:0;color:#8a8a86;transition:transform .2s ease}.drawer__locale-details[open] .drawer__locale-chevron{transform:rotate(90deg)}.drawer__locale-list{display:flex;flex-direction:column;max-height:220px;overflow-y:auto;margin:.25rem 0 .5rem;padding-right:.25rem;-webkit-overflow-scrolling:touch}.drawer__locale-option{display:flex;align-items:center;gap:.55rem;width:100%;text-align:left;background:none;border:none;border-radius:6px;color:#c8c8c4;font-family:var(--font-body);font-size:.9rem;padding:.65rem .5rem;cursor:pointer;transition:background .15s,color .15s}.drawer__locale-option:hover,.drawer__locale-option.is-active{background:#ffffff0f;color:#f2f2f0}.drawer__locale-option-name{flex:1;min-width:0}.drawer__locale-option-cur{color:#8a8a86;font-size:.8rem;flex-shrink:0}.drawer--menu .drawer__panel{width:min(88vw,400px)}.drawer__products{display:flex;gap:.75rem;padding:0 1.25rem 1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.drawer__product{flex:0 0 110px;text-decoration:none;color:#f2f2f0}.drawer__product img{width:110px;height:140px;object-fit:cover;border-radius:4px;background:#161616;margin-bottom:.4rem}.drawer__product-title{display:block;font-size:.72rem;line-height:1.3;color:#c8c8c4;margin-bottom:.15rem}.drawer__product-price{display:block;font-size:.75rem;color:#f2f2f0}.search-overlay__form{flex:1;display:flex;align-items:center;gap:.65rem}.search-overlay__icon{color:#161616;flex-shrink:0}.search-overlay__input{flex:1;background:none;border:none;outline:none;color:#161616;font-size:.95rem;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;padding:.5rem 0}.search-overlay__input::placeholder{color:#8a8a86}.search-overlay__input::-webkit-search-cancel-button,.search-overlay__input::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}.search-overlay__results{padding:.5rem 2rem 2rem;overflow:hidden}.search-overlay__results:empty{display:none}.search-overlay__hint{color:#8a8a86;font-size:.85rem;padding:1rem 0}.search-overlay__label{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#161616;margin:0 0 1.1rem;padding-bottom:.6rem;border-bottom:1px solid #d8d8d4}.search-overlay__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem 1rem}.search-overlay__item{text-decoration:none;color:#161616;text-align:center}.search-overlay__item img{width:100%;max-height:280px;aspect-ratio:3/4;object-fit:cover;background:#e8e8e4;margin-bottom:.7rem}.search-overlay__item-title{display:block;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;line-height:1.3;color:#161616;margin-bottom:.25rem}.search-overlay__item-price{display:block;font-size:.75rem;color:#161616}.search-overlay__all{display:block;width:max-content;margin:1.75rem auto 0;padding:.75rem 1.5rem;background:#161616;color:#f4f4f0;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;font-weight:600}@media(max-width:900px){.search-overlay__grid{grid-template-columns:repeat(3,1fr)}.search-overlay__results{padding:.5rem 1.1rem 1.5rem;overflow-y:auto}}@media(max-width:600px){.search-overlay__grid{grid-template-columns:repeat(2,1fr)}}.drawer--account{background:#00000073}.drawer--account .drawer__panel--account{position:absolute;top:0;right:0;left:auto;bottom:0;width:min(400px,100%);max-height:none;transform:translate(100%);opacity:1;border-radius:0;border:none;border-left:1px solid rgba(255,255,255,.08);background:#161616;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease}.drawer--account.is-open .drawer__panel--account{transform:translate(0);opacity:1}.drawer--account .drawer__top{padding:1.25rem 1.35rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.drawer--account .drawer__title{font-size:.85rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin:0}.account-drawer__body{padding:1.35rem 1.35rem 2rem;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;flex:1}.account-drawer__hello{font-size:.9rem;color:#c8c8c4;margin:0 0 .5rem}.account-drawer__btn{display:flex;align-items:center;justify-content:center;width:100%;padding:.95rem 1rem;border-radius:0;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:opacity .2s}.account-drawer__btn:hover{opacity:.9}.account-drawer__btn--primary{background:#f0f0ec;color:#161616;border:none}.account-drawer__btn--ghost{background:transparent;border:1px solid rgba(255,255,255,.2);color:#f0f0ec}.account-drawer__links{display:flex;flex-direction:column;gap:0;margin-top:.75rem;border-top:1px solid rgba(255,255,255,.08);padding-top:.5rem}.account-drawer__links a{display:flex;flex-direction:row;align-items:center;gap:.75rem;padding:.9rem .15rem;border:none;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0;color:#f0f0ec;text-decoration:none;font-size:.85rem}.account-drawer__links a:hover{color:#fff;border-color:#ffffff29}.account-drawer__links a svg{flex-shrink:0;opacity:.7}@media(max-width:700px){.drawer--account .drawer__panel--account{top:0;right:0;left:auto;bottom:0;width:min(400px,100%);max-width:100%;border-radius:0;transform:translate(100%);opacity:1}.drawer--account.is-open .drawer__panel--account{transform:translate(0)}}body.drawer-open{overflow:hidden}.hero{min-height:85vh;display:flex;flex-direction:column;justify-content:flex-end;padding:0 2rem 1rem;position:relative;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 90% 55% at 50% -15%,rgba(90,90,88,.18),transparent),linear-gradient(180deg,#222,#161616 45% 100%);z-index:0}.hero__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0;pointer-events:none}.hero__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#161616;z-index:1;pointer-events:none}.hero--has-image .hero__grid{opacity:.35;z-index:2;pointer-events:none}.hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:radial-gradient(ellipse 70% 55% at 50% 40%,black,transparent);mask-image:radial-gradient(ellipse 70% 55% at 50% 40%,black,transparent);opacity:.7;z-index:0}.hero__content{position:relative;z-index:5;max-width:720px}.hero--has-image .hero__text{color:#ecece8;max-width:32rem}.hero--has-image .hero__label{color:#ecece6}.hero__label{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#d6d6d0;margin-bottom:1.25rem;font-family:var(--font-display);font-weight:500}.hero__title{font-family:var(--font-display);font-size:clamp(2.8rem,7vw,5rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;margin-bottom:1.5rem}.hero__title span{display:block;color:#d0d0cc;font-weight:500}.hero__text{font-size:1.1rem;color:#bdbdb8;max-width:480px;margin-bottom:2.25rem;font-weight:300;line-height:1.7}.hero__cta{display:flex;gap:1rem;flex-wrap:wrap}.section{padding:7rem 2.5rem}.section__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;max-width:1400px;margin-left:auto;margin-right:auto}.section__label{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-dim);font-family:var(--font-display);margin-bottom:.5rem}.section__title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em}.section__link{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);padding-bottom:2px;transition:color var(--transition),border-color var(--transition)}.section__link:hover{color:var(--text);border-color:var(--text)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}.section-featured-collection{padding:0!important;margin:0!important;max-width:none!important;background:#161616;color:#f0f0ec;border:none!important}.section-featured-collection.section{padding:0!important;margin:0!important}.section-featured-collection .section__header{display:none!important}.products-grid--five{grid-template-columns:repeat(5,1fr);gap:5px!important;max-width:none;width:100%;margin:0;padding:0!important;background:#161616!important;border-top:5px solid #161616!important;border-bottom:none!important}.products-grid--five .product-card{padding:0 0 1.1rem;display:block;border:none!important;margin:0!important;background:#161616!important;color:#fff;text-decoration:none}.products-grid--five .product-card__image{aspect-ratio:1 / 1.15;border-radius:0;border:none!important;outline:none!important;margin:0;background:#161616;box-sizing:border-box}.products-grid--five .product-card:hover .product-card__image{border-color:transparent;transform:none}.products-grid--five .product-card__image img{width:100%;height:100%;object-fit:cover;display:block}.products-grid--five .product-card__title{font-family:var(--font-body);font-size:.9rem;letter-spacing:.02em;text-transform:uppercase;font-weight:600;color:#f0f0ec;margin:0;padding:.9rem .9rem .2rem}.products-grid--five .product-card__price{font-size:.9rem;color:#fff;padding:0 .9rem 1rem;margin:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem}.products-grid--five .product-card__price .price-tax{display:none!important}.products-grid--five .product-badge{background:#f0f0ec;color:#161616;top:10px;left:10px}.products-grid--five .product-card__info{display:block;text-decoration:none;color:inherit}.section-featured-collection .product-card:hover .product-card__image,.section-featured-collection .product-card:hover .product-card__image img{transform:none!important}.section-featured-collection .price-tax{display:none!important}@media(max-width:1100px){.products-grid--five{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.products-grid--five{grid-template-columns:repeat(2,1fr)}.section-featured-collection .products-grid--five{display:flex!important;grid-template-columns:none!important;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:0!important}.section-featured-collection .products-grid--five .product-card{flex:0 0 46vw;max-width:46vw;scroll-snap-align:start;border-right:1px solid rgba(255,255,255,.12)!important}}.product-card{position:relative;display:block;text-decoration:none;color:inherit;cursor:pointer}.product-card__image{position:relative;overflow:hidden;aspect-ratio:3 / 4;background:#161616;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.9rem;cursor:pointer;transition:border-color var(--transition),transform var(--transition)}.product-card:hover .product-card__image{border-color:var(--border-hover);transform:translateY(-3px)}.product-card__image>img.product-card__slide,.product-card__image>img.is-active,.product-card__image>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:2;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;background:var(--text);color:var(--bg);padding:.3rem .55rem;font-weight:600;border-radius:var(--radius)}.product-card__title{font-size:.9rem;font-weight:600;margin-bottom:.15rem;font-family:var(--font-display)}.product-card__price{font-size:.85rem;color:var(--text-muted)}.product-card__info{display:block;text-decoration:none;color:inherit}.product-card__hit{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.product-card__arrow{z-index:4}.product-badge{position:absolute;top:12px;left:12px;z-index:5;padding:.35rem .55rem;background:#f5f5f3;color:#161616;font-size:.68rem;font-weight:500;letter-spacing:.06em;text-transform:none;line-height:1.2;pointer-events:none;border-radius:2px}.product-card .product-badge{top:10px;left:10px}.product-card--gallery .product-card__image{overflow:hidden!important;transform:none!important}.product-card--gallery .product-card__image>img.product-card__slide{position:absolute!important;inset:auto!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:50% 50%!important;opacity:0!important;transition:transform .4s ease!important;transform:scale(1)!important;transform-origin:50% 50%!important;z-index:0!important;margin:0!important}.product-card--gallery .product-card__image>img.product-card__slide.is-active{opacity:1!important;z-index:1!important}.product-card--gallery:hover .product-card__image>img.product-card__slide{transform:scale(1.015)!important;transform-origin:50% 50%!important}.product-card--gallery .product-card__arrow{position:absolute;top:0;bottom:0;z-index:20;width:44px;border:none;border-radius:0;background:transparent;color:#f0f0ec;font-size:32px;font-weight:300;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:auto;transition:opacity .2s ease,color .15s ease;padding:0;text-shadow:0 1px 4px rgba(0,0,0,.55)}.product-card--gallery:hover .product-card__arrow{opacity:1}.product-card--gallery .product-card__arrow--prev{left:0}.product-card--gallery .product-card__arrow--next{right:0}.product-card--gallery .product-card__arrow:hover{background:transparent;color:#fff}@media(max-width:900px){.product-card--gallery .product-card__arrow{display:none!important}.product-card--gallery:hover .product-card__image>img.product-card__slide{transform:scale(1)!important}}.section-about--banner{padding:0!important;max-width:none;background:#161616}.about-banner{width:100%;line-height:0}.about-banner__img{width:100%;height:auto;max-height:70vh;object-fit:cover;display:block}.about-banner__placeholder{width:100%;aspect-ratio:21 / 9;background:#161616}.about-banner__placeholder svg{width:100%;height:100%;object-fit:cover;opacity:.35}.about-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:5rem;align-items:center;max-width:1400px;margin:0 auto}.about__content{max-width:480px}.about__content h2{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.15;margin-bottom:1.5rem}.about__content p{font-size:.95rem;color:var(--text-muted);line-height:1.75;font-weight:300;margin-bottom:1rem}.about__content p strong{color:var(--text);font-weight:500}.about__visual{position:relative;aspect-ratio:1;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.about__visual img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}.about__visual-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(transparent,#000000bf);text-align:center}.about__visual-text{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffffb3;font-family:var(--font-display)}.product-page{display:grid;grid-template-columns:1fr .85fr;gap:2.5rem;max-width:1200px;margin:0 auto;padding:6rem 2.5rem 5rem;align-items:start}.product-gallery{position:relative;display:grid;grid-template-columns:56px minmax(0,1fr);gap:.85rem .85rem;align-items:start;max-width:560px}.product-gallery__thumbs{display:flex;flex-direction:column;gap:.4rem;grid-column:1;grid-row:1;position:sticky;top:5.5rem;align-self:start;max-height:calc(100vh - 6.5rem);overflow-y:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{width:56px;height:70px;padding:0;border:1px solid transparent;background:#161616;cursor:pointer;overflow:hidden}.product-gallery__thumb.is-active{border-color:#f0f0ecb3}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__stack{display:flex;flex-direction:column;gap:.75rem;grid-column:2;grid-row:1}.product-gallery__img{width:100%;aspect-ratio:3/4;background:#161616;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:block;scroll-margin-top:5.5rem}.product-gallery__img img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__swipe{display:none;position:relative;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:#161616;aspect-ratio:3/4;touch-action:pan-y}.product-gallery__track{display:flex;height:100%;transition:transform .35s var(--ease-out);will-change:transform}.product-gallery__slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-gallery__slide img{width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.product-gallery__dots{display:none;justify-content:center;gap:.45rem;padding:.85rem 0 0}.product-gallery__dot{width:6px;height:6px;border-radius:50%;background:#fff3;border:none;padding:0;cursor:pointer;transition:background .25s ease}.product-gallery__dot.is-active{background:#ffffffd9}.product-info{position:sticky;top:100px;align-self:start;max-height:calc(100vh - 120px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.product-info::-webkit-scrollbar{display:none}.product-info__label{display:none}.product-info h1{font-family:var(--font-body);font-size:1.15rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .65rem;line-height:1.3}.product-info__price{font-size:.95rem;font-weight:500;margin-bottom:1.25rem;color:#fff}.product-info__desc{font-size:.875rem;color:var(--text-muted);line-height:1.7;font-weight:300;margin-bottom:1.75rem;max-width:420px}.product-form__option{margin-bottom:1.5rem;overflow:visible}.product-form__option-label{display:flex;justify-content:space-between;align-items:center;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.75rem;font-family:var(--font-display)}.product-form__option-label a{color:var(--text-muted);text-transform:none;letter-spacing:.04em;border-bottom:1px solid var(--border)}.product-form__option-label a:hover{color:var(--text)}.product-form__swatches,.product-form__sizes{display:flex;gap:.85rem;flex-wrap:wrap;align-items:center;overflow:visible;padding:10px 8px 8px;margin:-10px -8px -8px}.product-form__swatch--lynx,.product-form__size--lynx{position:relative;width:52px;height:56px;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,opacity .2s ease,border-color .2s ease;box-sizing:border-box}.product-form__swatch--lynx:hover .lynx-shape,.product-form__size--lynx:hover .lynx-shape{transform:scale(1.05)}.product-form__swatch--lynx .lynx-shape,.product-form__size--lynx .lynx-shape{transition:transform .2s ease}.product-form__swatch--lynx .lynx-shape{position:absolute;top:5px;right:5px;bottom:5px;left:5px;background-color:var(--swatch, #888);-webkit-mask-image:url(lynx-mask.png);mask-image:url(lynx-mask.png);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;z-index:1}.product-form__swatch--lynx{border-color:transparent!important}.product-form__swatch--lynx:before{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;z-index:0;background:#f2f2f066;-webkit-mask-image:url(lynx-mask.png);mask-image:url(lynx-mask.png);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;transform:scale(1.08);pointer-events:none}.product-form__swatch--lynx.is-active{border-color:#f2f2f0a6;outline:none}.product-form__swatch--lynx.is-active:after{display:none}.product-form__swatch--lynx.is-active .lynx-shape{filter:none}.product-form__swatch--lynx.is-active:before{background:#f2f2f0b3;transform:scale(1.1)}.product-form__size--lynx .lynx-shape{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;background-image:url(lynx-outline.png);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:none;mask-image:none}.product-form__size--lynx .lynx-label{position:relative;z-index:1;font-size:.65rem;font-weight:600;letter-spacing:.02em;color:#9a9a96;line-height:1;margin-top:.15rem;pointer-events:none}.product-form__size--lynx.is-active .lynx-shape{background-image:url(lynx-fill.png);background-color:transparent}.product-form__size--lynx.is-active .lynx-label{color:#161616;font-weight:700}.product-form__submit{margin-top:.5rem;margin-bottom:1.5rem}.product-meta{border-top:1px solid var(--border);padding-top:1.25rem;margin-top:.5rem}.product-meta__item{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem}.product-accordion{border-top:1px solid var(--border);margin-top:1.5rem}.product-accordion__item{border-bottom:1px solid var(--border)}.product-accordion__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.1rem 0;background:none;border:none;color:var(--text);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-family:var(--font-display);font-weight:500;text-align:left}.product-accordion__content{display:none;padding:0 0 1.1rem;font-size:.875rem;color:var(--text-muted);line-height:1.7;font-weight:300}.product-accordion__item.is-open .product-accordion__content{display:block}.mobile-atc{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;background:#161616;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);padding:.85rem 1.15rem;align-items:center;gap:1rem}.mobile-atc__price{font-size:1rem;font-weight:500;white-space:nowrap}.mobile-atc .btn{flex:1;padding:.95rem 1rem}.related{padding:4rem 2.5rem 5rem;max-width:1400px;margin:0 auto}.related__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.related__header h2{font-family:var(--font-display);font-size:1.35rem;font-weight:700}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;pointer-events:none}.cart-drawer[aria-hidden=false]{pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;opacity:0;transition:opacity .35s ease}.cart-drawer[aria-hidden=false] .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(400px,100%);background:var(--bg-elevated);border-left:1px solid var(--border);display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s var(--ease-out)}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.cart-drawer__header h2{font-family:var(--font-display);font-size:1rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.cart-drawer__close{background:none;border:none;color:var(--text-muted);padding:.25rem}.cart-drawer__close:hover{color:var(--text)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.cart-drawer__empty{color:var(--text-dim);font-size:.9rem;text-align:center;padding:3rem 0}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.cart-item__image{aspect-ratio:3/4;background:#161616;border-radius:var(--radius);overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:contain}.cart-item__title{font-size:.9rem;font-weight:600;display:block;margin-bottom:.2rem}.cart-item__variant{font-size:.75rem;color:var(--text-dim);margin-bottom:.35rem}.cart-item__price{font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem}.cart-item__qty{display:flex;align-items:center;gap:.65rem}.cart-item__qty button{width:28px;height:28px;border:1px solid var(--border);background:none;color:var(--text);border-radius:var(--radius);font-size:1rem}.cart-item__remove{background:none;border:none;color:var(--text-dim);font-size:1.25rem;align-self:start;line-height:1}.cart-item__remove:hover{color:var(--text)}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:.95rem;margin-bottom:.5rem}.site-footer{border-top:1px solid var(--border);padding:4rem 2.5rem 2rem}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:3rem;max-width:1400px;margin:0 auto 3rem}.footer__brand p{font-size:.875rem;color:var(--text-muted);margin-top:1rem;max-width:280px;line-height:1.65;font-weight:300}.footer__col h4{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;font-family:var(--font-display);margin-bottom:1.25rem;font-weight:600}.footer__col a{display:block;font-size:.875rem;color:var(--text-muted);margin-bottom:.65rem;transition:color .25s}.footer__col a:hover{color:var(--text)}.footer__bottom{max-width:1400px;margin:0 auto;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem;font-size:.8rem;color:var(--text-dim)}.footer__social{display:flex;gap:.85rem;margin-top:.5rem}.footer__social a{color:var(--text-muted);transition:color .25s}.footer__social a:hover{color:var(--text)}.footer__withdrawal-btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.15rem;border:1px solid rgba(255,255,255,.22);border-radius:4px;color:#e8e8e4;font-size:.75rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:border-color .2s ease,background .2s ease,color .2s ease;white-space:nowrap}.footer__withdrawal-btn:hover{border-color:#ffffff73;background:#ffffff0f;color:#f2f2f0}.footer__bottom-note{color:inherit}@media(max-width:700px){.footer__bottom{flex-direction:column;align-items:flex-start}.footer__withdrawal-btn{order:2}}.marquee{overflow:hidden;background:#161616;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04);padding:.65rem 0}.marquee--bar{position:relative;top:auto;z-index:1;height:auto;display:block}.marquee__track{display:flex;width:max-content;animation:marquee 55s linear infinite}.marquee__track span,.marquee__item{font-family:var(--font-body);font-size:.78rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#9a9a96;white-space:nowrap;padding-right:2.5rem;line-height:1.2}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1000px){.product-page{grid-template-columns:1fr;gap:1.75rem;padding:5.5rem 1.25rem 5rem}.product-gallery{display:block;max-width:none}.product-gallery__thumbs,.product-gallery__stack{display:none}.product-gallery__swipe{display:block}.product-gallery__dots{display:flex}.product-info{position:relative;top:0;max-height:none;overflow:visible}.mobile-atc{display:flex}.product-form__submit{display:none}}@media(max-width:900px){.site-header{height:60px;grid-template-columns:1fr auto 1fr;padding:0 1rem}.header__left{display:none}.header__logo{justify-self:start}.header__logo img{height:32px}.header__menu-toggle,.header__left--desktop{display:none}.header__left--mobile{display:flex}.header__localization--desktop,.header__icon--desktop-search{display:none}.header__actions{gap:.85rem}.header__localization{display:none}.hero{padding:0 1.25rem 3rem;min-height:78vh}.section{padding:4.5rem 1.25rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.about-grid{grid-template-columns:1fr;gap:2.5rem}.about__visual{max-width:400px;margin:0 auto}.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.footer__bottom{flex-direction:column;gap:.6rem;text-align:center}}@media(max-width:560px){.hero__title{font-size:2.6rem}.hero__cta{flex-direction:column}.hero__cta .btn{width:100%}.products-grid{gap:.85rem}.product-card__title{font-size:.85rem}.footer__grid{grid-template-columns:1fr}}.section-about{background:#161616}.section-philosophy{background:#161616;border-top:1px solid rgba(255,255,255,.04)}.philosophy{max-width:1100px;margin:0 auto;text-align:center}.philosophy__label{font-size:.95rem;letter-spacing:.24em;text-transform:uppercase;color:#a8a8a8;font-family:var(--font-display);margin-bottom:1.25rem}.philosophy__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1.25rem;letter-spacing:-.02em}.philosophy__text{font-size:1.05rem;color:var(--text-muted);font-weight:300;max-width:640px;margin:0 auto 3.25rem;line-height:1.75}.philosophy__values{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;text-align:left}.philosophy__card{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.6rem 1.75rem;text-align:left;transition:border-color var(--transition),transform var(--transition)}.philosophy__card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.philosophy__card-num{display:block;font-family:var(--font-display);font-size:.85rem;letter-spacing:.2em;color:#a8a8a8;font-weight:500;margin-bottom:1.15rem}.philosophy__card h3{font-family:var(--font-display);font-size:1.15rem;font-weight:600;margin-bottom:.6rem;letter-spacing:-.01em;color:var(--text)}.philosophy__card p{font-size:.9rem;color:var(--text-muted);line-height:1.65;font-weight:300;margin:0}@media(max-width:700px){.philosophy__values{grid-template-columns:1fr}.philosophy__card{padding:1.35rem 1.25rem 1.5rem}}.header__localization{position:relative}.header__locale-trigger{display:flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:500;letter-spacing:.06em;color:inherit;background:none;border:none;cursor:pointer;padding:.25rem 0;font-family:var(--font-body);transition:color var(--transition);position:relative}.header__locale-trigger:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:currentColor;transition:width .35s cubic-bezier(.16,1,.3,1)}.header__locale-trigger:hover{opacity:1}.header__locale-trigger:hover:after{width:100%}.header__locale-flag-img{display:block;width:16px;height:12px;object-fit:cover;border-radius:1px;flex-shrink:0}.header__locale-dropdown{display:none!important}.size-chart-table{width:100%;border-collapse:collapse;font-size:.8125rem;color:var(--text-muted);margin-bottom:.5rem}.size-chart-table th{text-align:center;padding:.5rem .35rem;border-bottom:1px solid var(--border);color:var(--text);font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:.7rem}.size-chart-table th:first-child,.size-chart-table td:first-child{text-align:left;color:var(--text-dim);font-weight:500;padding-left:0}.size-chart-table td{text-align:center;padding:.5rem .35rem;border-bottom:1px solid rgba(255,255,255,.04)}.size-chart-table tr:last-child td{border-bottom:none}.size-chart-note{margin-top:.75rem;font-size:.75rem;color:var(--text-dim)}.size-chart-fit{margin-top:.85rem;font-size:.8125rem;line-height:1.45;color:#a8a8a4}.header__nav-item{position:static}.header__mega{position:absolute;top:100%;left:0;right:0;width:100%;margin-top:0;background:#fff;border:none;border-top:1px solid rgba(0,0,0,.06);padding:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .1s ease,visibility .1s ease;z-index:1001;border-radius:0;transform:none;line-height:1.15}.header__nav-item:after{content:"";position:absolute;left:0;right:0;top:100%;height:24px;display:none}.header__nav-item:hover:after,.header__nav-item.is-mega-open:after{display:block}.header__nav-item:hover .header__mega,.header__nav-item:focus-within .header__mega,.header__nav-item.is-mega-open .header__mega{opacity:1;visibility:visible;pointer-events:auto}.header__mega-inner{margin:0;padding:1.25rem 2.5rem 1.5rem;display:flex;flex-wrap:nowrap;gap:3rem;align-items:flex-start;justify-content:flex-start}.header__mega-inner:has(.header__mega-col:only-child){display:block;padding:.85rem 2.5rem 1rem}.header__mega-inner:has(.header__mega-col:only-child) .header__mega-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:.15rem 1.75rem;align-items:center}.header__mega-col{min-width:140px;flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start}.header__mega-heading{display:block;margin:0 0 .75rem;font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#161616;text-decoration:none}.header__mega-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem;width:100%}.header__mega-list a{display:block;padding:.15rem 0;font-size:.8125rem;font-weight:400;letter-spacing:.02em;text-transform:none;color:#161616;text-decoration:none;white-space:nowrap}.header__mega-list a:hover{color:#161616}.header__mega a:after{display:none}.page-section{padding:9rem 2.5rem 5rem;max-width:820px;margin:0 auto}.page-section--policy{padding-top:10rem}.policy-body>h1:first-child,.policy-body>h2:first-child{margin-top:0}.shopify-policy__title{display:none}.shopify-policy__container,.shopify-policy__body{max-width:820px;margin:0 auto;padding:9rem 2.5rem 5rem;color:var(--text-muted);font-size:.95rem;line-height:1.75;font-weight:300}.shopify-policy__container h1,.shopify-policy__container h2,.shopify-policy__container h3,.shopify-policy__body h1,.shopify-policy__body h2,.shopify-policy__body h3,.policy-body h1,.policy-body h2,.policy-body h3{font-family:var(--font-display);color:var(--text);font-weight:600;margin:2rem 0 .75rem;line-height:1.25}.shopify-policy__container h1,.shopify-policy__body h1,.policy-body h1{font-size:1.75rem}.shopify-policy__container h2,.shopify-policy__body h2,.policy-body h2{font-size:1.25rem}.shopify-policy__container p,.shopify-policy__body p,.policy-body p{margin-bottom:1rem}.page-section__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:2rem;line-height:1.15}.page-section__content{font-size:.95rem;color:var(--text-muted);line-height:1.75;font-weight:300}.page-section__content h1,.page-section__content h2,.page-section__content h3{font-family:var(--font-display);color:var(--text);font-weight:600;margin:2rem 0 .85rem;line-height:1.25}.page-section__content h1{font-size:1.75rem}.page-section__content h2{font-size:1.35rem}.page-section__content h3{font-size:1.1rem}.page-section__content p{margin-bottom:1rem}.page-section__content ul,.page-section__content ol{margin:0 0 1rem 1.25rem;padding:0}.page-section__content li{margin-bottom:.4rem}.page-section__content a{color:var(--text);text-decoration:underline;text-underline-offset:2px}.page-section__content strong{color:var(--text);font-weight:500}.page-section__content hr{border:none;border-top:1px solid var(--border);margin:1.75rem 0}@media(max-width:700px){.page-section{padding:7.5rem 1.25rem 3.5rem}.page-section--policy{padding-top:8rem}.shopify-policy__container,.shopify-policy__body{padding:7.5rem 1.25rem 3.5rem}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.contact-section__inner{max-width:560px;margin:0 auto}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.contact-form__field{margin-bottom:.75rem}.contact-form__field input,.contact-form__field textarea{width:100%;background:#161616;border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:var(--font-body);font-size:.9rem;padding:.9rem 1rem;outline:none;transition:border-color .25s}.contact-form__field input::placeholder,.contact-form__field textarea::placeholder{color:var(--text-dim)}.contact-form__field input:focus,.contact-form__field textarea:focus{border-color:var(--border-hover)}.contact-form__field textarea{resize:vertical;min-height:140px}.contact-form__submit{margin-top:.5rem}.contact-form__submit .btn{min-width:140px}.contact-form__success{background:#ffffff0f;border:1px solid var(--border);padding:1rem;margin-bottom:1.25rem;border-radius:var(--radius);color:var(--text);font-size:.9rem}.contact-form__errors{color:#ff8a8a;font-size:.85rem;margin-bottom:1rem}@media(max-width:600px){.contact-form__row{grid-template-columns:1fr}}.search-page{min-height:70vh;padding:9rem 2.5rem 5rem}.search-page__inner{max-width:1200px;margin:0 auto}.search-page__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;text-align:center;letter-spacing:-.02em;margin-bottom:2.25rem}.search-form{max-width:560px;margin:0 auto 3rem}.search-form__wrap{display:flex;align-items:center;background:#161616;border:1px solid var(--border);border-radius:999px;padding:.35rem .35rem .35rem 1.15rem;transition:border-color .25s}.search-form__wrap:focus-within{border-color:var(--border-hover)}.search-form__icon{flex-shrink:0;color:var(--text-dim);margin-right:.65rem}.search-form__input{flex:1;background:transparent;border:none;color:var(--text);font-family:var(--font-body);font-size:.95rem;padding:.75rem .5rem;outline:none;min-width:0}.search-form__input::placeholder{color:var(--text-dim)}.search-form__btn{flex-shrink:0;background:var(--text);color:var(--bg);border:none;border-radius:999px;font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.85rem 1.35rem;cursor:pointer;transition:opacity .25s}.search-form__btn:hover{opacity:.88}.search-count{font-size:.8rem;color:var(--text-dim);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.75rem;text-align:center}.search-empty{text-align:center;color:var(--text-muted);font-size:.95rem;font-weight:300}@media(max-width:560px){.search-page{padding:7.5rem 1.25rem 3.5rem}.search-form__btn{padding:.85rem 1rem}.search-form{flex-direction:column}}.collection-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem;max-width:1400px;margin:0 auto 1.5rem;padding:0 0 1rem;border-bottom:1px solid var(--border)}.collection-toolbar__left,.collection-toolbar__right{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.collection-toolbar__count{font-size:.8rem;color:#e8e8e4;letter-spacing:.04em}.collection-filter,.collection-sort{display:flex;align-items:center;gap:.5rem}.collection-filter__label,.collection-sort__label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#e8e8e4}.collection-filter__select,.collection-sort__select{-webkit-appearance:none;appearance:none;background:#161616 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23e8e8e4' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right .65rem center;border:1px solid var(--border);border-radius:var(--radius);color:#f2f2f0;font-family:var(--font-body);font-size:.8125rem;padding:.55rem 2rem .55rem .85rem;cursor:pointer;outline:none;min-width:9rem}.collection-filter__select:hover,.collection-sort__select:hover,.collection-filter__select:focus,.collection-sort__select:focus{border-color:var(--border-hover)}.pagination{grid-column:1 / -1;display:flex;justify-content:center;gap:.5rem;margin-top:2.5rem}.pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .5rem;border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);font-size:.8125rem;text-decoration:none;transition:border-color .2s,color .2s}.pagination__link:hover{border-color:var(--border-hover);color:var(--text)}.pagination__link--current{border-color:var(--text);color:var(--text)}@media(max-width:700px){.collection-toolbar{flex-direction:column;align-items:flex-start}}.password-page{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem 2rem;overflow:hidden}.password-page__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(90,90,88,.2),transparent),linear-gradient(180deg,#222,#161616,#0c0c0c);z-index:0}.password-page__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:radial-gradient(ellipse 60% 50% at 50% 45%,black,transparent);mask-image:radial-gradient(ellipse 60% 50% at 50% 45%,black,transparent);opacity:.6;z-index:0}.password-page__inner{position:relative;z-index:1;width:100%;max-width:420px;text-align:center}.password-page__brand-block{display:flex!important;flex-direction:column!important;align-items:flex-start!important;width:max-content!important;max-width:100%;margin:0 auto 2.5rem!important;text-align:left!important}.password-page__logo{display:block!important;text-decoration:none;color:inherit;text-align:left!important}.password-page__logo img{margin:0!important;max-height:48px;width:auto;display:block}.password-page__brand{font-family:var(--font-display);font-size:1.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;display:block;text-align:left!important}.password-page__heading{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2rem);font-weight:600;letter-spacing:-.02em;margin-bottom:.85rem;color:#f2f2f0}.password-page__text,.password-page__shop-message{font-size:.95rem;color:#a8a8a4;font-weight:300;line-height:1.6;margin-bottom:2rem}.password-page__form{margin-bottom:1.75rem}.password-page__field{display:flex;gap:.5rem;background:#161616;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:.35rem .35rem .35rem .85rem;transition:border-color .25s ease}.password-page__field:focus-within{border-color:#ffffff47}.password-page__input{flex:1;min-width:0;background:transparent;border:none;color:#f2f2f0;font-family:var(--font-body);font-size:.9rem;outline:none;padding:.65rem 0}.password-page__input::placeholder{color:#6a6a66}.password-page__submit{flex-shrink:0;padding:.75rem 1.35rem!important;border-radius:3px!important}.password-page__error{margin-top:.75rem;font-size:.8rem;color:#e07070}.password-page__tagline{font-family:var(--font-body)!important;font-size:.5rem!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:#6f6f6c!important;margin:.55rem 0 0!important;text-align:left!important;line-height:1.4!important;width:100%!important;align-self:flex-start!important}.password-page__footer{position:relative;z-index:1;margin-top:auto;padding-top:3rem;width:100%;max-width:420px;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.7rem;color:#6a6a66;letter-spacing:.04em}.password-page__social{display:flex;gap:1rem}.password-page__social a{color:#9a9a96;text-decoration:none;transition:color .2s}.password-page__social a:hover{color:#f2f2f0}@media(max-width:480px){.password-page__field{flex-direction:column;padding:.5rem}.password-page__submit{width:100%}.password-page__footer{flex-direction:column;text-align:center}}.newsletter-section{padding:3.25rem 1.5rem;background:#161616;color:#f0f0ec;text-align:center}.newsletter-section__inner{max-width:520px;margin:0 auto}.newsletter-section__heading{font-family:var(--font-body);font-size:.85rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#f0f0ec;margin:0 0 1.1rem;white-space:normal}.newsletter-section__text{display:none}.newsletter-section__form{margin-bottom:1rem}.newsletter-section__field{display:flex;align-items:stretch;max-width:420px;margin:0 auto;border:1px solid rgba(255,255,255,.18);background:#161616}.newsletter-section__field:focus-within{border-color:#ffffff59}.newsletter-section__input{flex:1;min-width:0;background:transparent;border:none;color:#f0f0ec;font-family:var(--font-body);font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;outline:none;padding:.85rem 1rem}.newsletter-section__input::placeholder{color:#6a6a66}.newsletter-section__btn{flex-shrink:0;padding:.85rem 1.35rem!important;border-radius:0!important;background:#303030!important;color:#c4c3c3!important;border:none!important;font-size:.75rem!important;letter-spacing:.1em;text-transform:uppercase}.newsletter-section__success{margin-top:1rem;font-size:.9rem;color:#b8d4b8}.newsletter-section__error{margin-top:.75rem;font-size:.85rem;color:#e07070}.newsletter-section__note{font-size:.68rem;color:#6a6a66;letter-spacing:.02em;margin-top:.85rem;line-height:1.45;max-width:420px;margin-left:auto;margin-right:auto}@media(max-width:560px){.newsletter-section{padding:4.5rem 1.25rem}.newsletter-section__heading{white-space:normal}.newsletter-section__field{flex-direction:column;padding:.5rem}.newsletter-section__btn{width:100%}}.price-tax{display:block;margin-top:.2rem;font-size:.7rem;font-weight:400;letter-spacing:.04em;color:#8a8a86;text-transform:none}.product-info__price .price-tax{display:inline;margin-top:0;margin-left:.45rem;font-size:.75rem;vertical-align:middle}.product-card__price .price-tax{display:block}.section-collection--dense{padding-left:0!important;padding-right:0!important;padding-top:7.5rem!important;padding-bottom:3rem!important;max-width:none!important}.section-collection--dense .section__header{max-width:none;padding:0 1.25rem;margin-bottom:1.5rem}.section-collection--dense .section__title{font-size:clamp(1.75rem,3vw,2.5rem)}.section-collection--dense .collection-toolbar{max-width:none;margin:0 0 1rem;padding:0 1.25rem}.products-grid--collection{grid-template-columns:repeat(4,1fr);gap:8px;max-width:none;width:100%;margin:0;padding:0 8px}.products-grid--collection .product-card{margin:0;padding:0 0 .5rem;background:#161616;border:none}.products-grid--collection .product-card__image{aspect-ratio:3 / 4;border-radius:0;border:none;margin:0;background:#161616}.products-grid--collection .product-card__info{display:block;padding:.65rem .5rem .25rem}.products-grid--collection .product-card__title{font-size:.9rem;font-weight:600;margin:0 0 .25rem;letter-spacing:.02em;text-transform:uppercase;color:#f0f0ec}.products-grid--collection .product-card__price{font-size:.9rem;color:#fff;margin:0;display:flex;align-items:baseline;gap:.35rem;flex-direction:row;flex-wrap:wrap}.products-grid--collection .product-card__price .price-tax{display:none}.products-grid--collection .pagination{grid-column:1 / -1;padding:2rem 1.25rem}@media(max-width:1100px){.products-grid--collection{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.products-grid--collection{grid-template-columns:repeat(2,1fr);gap:6px;padding:0 6px}.products-grid--collection .product-card__info{padding:.5rem .35rem .15rem}}.size-in{display:block;font-size:.72em;color:#161616;font-weight:400;margin-top:.15rem}.size-find-btn{display:inline-flex;align-items:center;gap:.35rem;margin-top:.65rem;background:none;border:none;padding:0;color:#d2d2d2;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.size-find-btn:hover{color:#f0f0ec}.size-chart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#0000}.size-chart-drawer[hidden]{display:none}.size-chart-drawer.is-open[hidden]{display:block}.size-chart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(420px,100%);background:#161616;color:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.size-chart-drawer.is-open .size-chart-drawer__panel{transform:translate(0)}.size-chart-drawer__top{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.35rem;border-bottom:1px solid rgba(255,255,255,.08)}.size-chart-drawer__top h2{font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;margin:0}.size-chart-drawer__close{background:none;border:none;color:#f0f0ec;font-size:1.6rem;line-height:1;cursor:pointer}.size-chart-drawer__body{padding:1.35rem;overflow-y:auto}.size-unit-toggle{display:flex;gap:.4rem;margin-bottom:1.25rem}.size-unit-toggle button{min-width:4.2rem;padding:.45rem .7rem;border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.size-unit-toggle button.is-active{background:#cbcbcb;color:#161616;border-color:#f0f0ec}.locale-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#00000073}.locale-drawer[hidden]{display:none}.locale-drawer.is-open[hidden]{display:block}.locale-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(400px,100%);background:#161616;color:#f0f0ec;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.locale-drawer.is-open .locale-drawer__panel{transform:translate(0)}.locale-drawer__top{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.35rem;border-bottom:1px solid rgba(255,255,255,.1)}.locale-drawer__top h2{margin:0;font-size:.95rem;font-weight:600}.locale-drawer__close{background:none;border:none;color:#f0f0ec;font-size:1.5rem;line-height:1;cursor:pointer}.locale-drawer__body{padding:1.25rem 1.35rem 2rem;overflow-y:auto;flex:1}.locale-drawer__hint{font-size:.85rem;color:#9a9a96;margin:0 0 1.5rem;line-height:1.45}.locale-drawer__label{font-size:.8rem;font-weight:600;margin:0 0 .55rem;color:#f0f0ec!important}.locale-drawer__group{margin-bottom:1.5rem}.locale-drawer__row{display:flex;align-items:center;gap:.65rem;width:100%;padding:.85rem .9rem;margin-bottom:0;border:none;border-bottom:1px solid rgba(255,255,255,.08);background:transparent;color:#f0f0ec;font-size:.85rem;text-align:left;cursor:pointer}.locale-drawer__row.is-active{background:#ffffff14}.locale-drawer__row-name{flex:1}.locale-drawer__row-meta{color:#9a9a96;font-size:.8rem}.locale-drawer__submit{display:block;width:100%;margin-top:.5rem;padding:.95rem 1rem;background:#f0f0ec;color:#161616;border:none;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;cursor:pointer}.locale-drawer__country-current{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;background:#161616!important;border:1px solid rgba(255,255,255,.12)!important;color:#f0f0ec!important;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.locale-drawer__change{background:none;border:none;color:#f0f0ec!important;font-size:.8rem;text-decoration:underline;cursor:pointer;padding:0}.locale-drawer__country-list{margin-top:.35rem;max-height:220px;overflow-y:auto;border:1px solid rgba(255,255,255,.12)!important;background:#161616!important}.locale-drawer__country-list[hidden]{display:none}.locale-drawer__lang{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.9rem 1rem;margin-bottom:.4rem;border:1px solid rgba(255,255,255,.12)!important;background:#161616!important;color:#f0f0ec!important;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.locale-drawer__lang.is-active{background:#161616!important}.locale-drawer__radio{width:16px;height:16px;border-radius:50%;border:1px solid #f0f0ec!important;position:relative}.locale-drawer__lang.is-active .locale-drawer__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:#f0f0ec!important}.header__logo-lynx{display:none!important;height:45px!important;max-height:45px!important;width:auto!important;object-fit:contain}body.template-index .site-header.is-scrolled .header__logo-main{display:none!important}body.template-index .site-header.is-scrolled .header__logo-lynx{display:block!important}body.template-index .site-header.is-scrolled:hover .header__logo-lynx,body.template-index .site-header.is-scrolled:has(.is-mega-open) .header__logo-lynx,body.template-index .site-header.is-scrolled.is-search-open .header__logo-lynx{filter:brightness(0) saturate(100%)}
/*# sourceMappingURL=/cdn/shop/t/15/assets/theme.css.map */
