.site-sidebar{position:fixed;z-index:40;inset:0 auto 0 0;width:var(--sidebar-width);background:#fff;padding:76px 0 48px 47px;display:flex;flex-direction:column;justify-content:space-between}.site-sidebar__brand{color:var(--adf-red);font-size:20px;font-weight:700;line-height:1;letter-spacing:-.035em}.site-sidebar__brand-image{width:min(var(--brand-logo-width, 180px),100%);max-height:42px;object-fit:contain;object-position:left center}.mobile-bar__brand-image{width:auto;max-width:140px;max-height:24px;object-fit:contain}.site-sidebar__shop{margin-top:42px}.site-sidebar__label,.mobile-menu__label{font-size:11px;font-weight:700;letter-spacing:.02em;margin-bottom:8px}.site-sidebar__shopnav{border-left:1px solid #cfcfcf;padding-left:10px}.site-sidebar__shopnav,.site-sidebar__utility,.mobile-menu__shop,.mobile-menu__utility{display:flex;flex-direction:column;align-items:flex-start}.site-sidebar__shopnav a{font-size:9px;line-height:1;letter-spacing:.08em;padding:7px 0 6px;text-transform:uppercase;opacity:.88}.site-sidebar__shopnav a:hover,.site-sidebar__shopnav a.is-active,.site-sidebar__utility a:hover,.site-sidebar__utility a.is-active{color:var(--adf-red)}.site-sidebar__utility a{font-size:11px;line-height:1;letter-spacing:.08em;padding:5px 0;text-transform:uppercase}.site-sidebar__instagram{width:19px;height:19px;display:inline-flex;margin-top:27px}.site-sidebar__instagram svg{width:100%;height:100%}.site-sidebar__instagram.is-placeholder{opacity:.95}.mobile-bar,.mobile-menu{display:none}@media(max-width:899px){.site-sidebar{display:none}.mobile-bar{display:flex;position:fixed;z-index:60;top:0;left:0;right:0;height:52px;background:#fff;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #eee}.mobile-bar__brand{color:var(--adf-red);font-size:16px;font-weight:700;letter-spacing:-.035em}.mobile-bar__actions{display:flex;align-items:center;gap:16px}.mobile-bar button{padding:0;border:0;background:none;font-size:10px;letter-spacing:.08em}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#fff;padding:74px 22px 28px;overflow-y:auto}.mobile-menu:not([hidden]){display:block}.mobile-menu__close{position:absolute;top:17px;right:17px;width:22px;height:22px;border:0;background:none;padding:0}.mobile-menu__close svg{width:100%;height:100%}.mobile-menu__shop{border-left:1px solid #ccc;padding-left:12px}.mobile-menu__shop a,.mobile-menu__utility a{font-size:13px;letter-spacing:.07em;padding:7px 0}.mobile-menu__utility{margin-top:44px}}.adf-hero{position:relative;height:100svh;min-height:540px;overflow:hidden;background:#17191b;color:var(--adf-red)}.adf-hero__media,.adf-hero__wash,.adf-hero__fallback{position:absolute;top:0;right:0;bottom:0;left:0}.adf-hero__image,.adf-hero__video{width:100%;height:100%;object-fit:cover}.adf-hero__fallback{background:radial-gradient(ellipse at 63% 38%,rgba(97,105,112,.42),transparent 23%),radial-gradient(ellipse at 36% 53%,rgba(62,68,73,.58),transparent 30%),linear-gradient(145deg,#3b4145,#1b1e21 46%,#0f1113)}.adf-hero__wash{background:#0a0c0e2e;pointer-events:none}.adf-hero__center{position:absolute;z-index:2;left:50%;top:49%;transform:translate(-50%,-50%);text-align:center}.adf-hero__mark{margin:0;font-size:clamp(56px,5.25vw,82px);line-height:.95;font-weight:700;letter-spacing:-.06em}.adf-hero__mark-image-wrap{display:inline-block}.adf-hero__mark-image{width:var(--mark-image-width, 180px);max-width:min(70vw,420px);max-height:150px;object-fit:contain;margin:0 auto}.adf-hero__nav{margin-top:49px;display:flex;align-items:center;justify-content:center;gap:17px}.adf-hero__nav a{font-size:10px;font-weight:600;line-height:1;letter-spacing:-.02em}.adf-hero__nav a:hover{opacity:.62}.adf-hero__copyright{position:absolute;z-index:2;bottom:42px;left:50%;transform:translate(-50%);white-space:nowrap;font-size:7px;letter-spacing:.015em}@media(max-width:640px){.adf-hero__center{top:50%;width:100%}.adf-hero__mark{font-size:58px}.adf-hero__mark-image-wrap{display:inline-block}.adf-hero__mark-image{width:var(--mark-image-width, 180px);max-width:min(70vw,420px);max-height:150px;object-fit:contain;margin:0 auto}.adf-hero__nav{margin-top:35px;gap:18px}.adf-hero__nav a{font-size:9px}.adf-hero__copyright{bottom:22px;font-size:6px}}.collection-page{min-height:100vh;padding:72px 18px 100px 0}.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;column-gap:8px;row-gap:clamp(70px,8vw,135px)}.product-card{min-width:0;position:relative}.product-card__link{display:block;position:relative}.product-card__media{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:contain;transition:opacity .18s ease}.product-card__link:hover .product-card__image{opacity:.72}.product-card__placeholder{width:78%;height:78%;display:flex;align-items:center;justify-content:center;background:#f4f4f4;color:#999;font-size:10px;text-align:center;padding:20px}.product-card__soldout{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--adf-red);font-size:9px;font-weight:700;letter-spacing:.08em;opacity:0;transition:opacity .18s ease}.product-card__link:hover .product-card__soldout{opacity:1}.collection-loader{width:12px;height:28px;margin:70px auto 0;border-radius:6px;background:#111;opacity:.75}.collection-loader.is-loading{animation:adfPulse .8s ease infinite alternate}@keyframes adfPulse{to{opacity:.15}}.collection-empty{grid-column:1 / -1;text-align:center;margin:20vh 0;font-size:11px}@media(max-width:899px){.collection-page{padding:22px 8px 70px}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:6px;row-gap:54px}}.product-page{padding:70px 48px 50px 44px}.product-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:58px;align-items:start}.product-gallery{display:grid;grid-template-columns:1fr;gap:16px}.product-gallery__item{margin:0;min-height:0}.product-gallery__image,.product-gallery__video{width:100%;max-height:84vh;object-fit:contain;background:#fff}.product-info{position:sticky;top:70px;max-width:400px;text-transform:uppercase}.product-info__soldout{color:var(--adf-red);font-size:11px;font-weight:700;margin-bottom:12px}.product-info h1{margin:0 0 7px;font-size:20px;line-height:1.05;font-weight:700}.product-price{display:flex;gap:8px;font-size:13px;margin-bottom:28px}.product-description{font-size:10px;line-height:1.5;letter-spacing:.015em;margin-bottom:26px}.product-description p{margin:0 0 7px}.product-option{border:0;padding:0;margin:0 0 18px}.product-option legend{padding:0;margin-bottom:8px;font-size:10px;text-transform:none}.product-option__values{display:flex;flex-wrap:wrap;gap:7px}.product-option__value input{position:absolute;opacity:0;pointer-events:none}.product-option__value span{display:inline-flex;min-width:68px;height:31px;align-items:center;justify-content:center;border:1px solid #111;padding:0 10px;font-size:9px;letter-spacing:.03em;cursor:pointer}.product-option__value input:checked+span{background:#111;color:#fff}.product-option__value.is-unavailable span{opacity:.28;text-decoration:line-through}.product-quantity{display:flex;align-items:center;gap:12px;margin:13px 0}.product-quantity label{font-size:10px;text-transform:none}.product-quantity input{width:58px;height:31px;padding:0 8px;border:1px solid #aaa;background:#fff}.product-form__submit{width:100%;min-height:42px;border:1px solid #111;background:#111;color:#fff;font-size:10px;letter-spacing:.11em;transition:opacity .15s ease}.product-form__submit:hover{opacity:.78}.product-form__submit:disabled{opacity:.38;cursor:not-allowed}.product-additional{border-top:1px solid #bdbdbd;margin-top:30px;padding-top:13px}.product-additional summary{list-style:none;cursor:pointer;text-transform:none;font-size:12px;font-weight:700}.product-additional summary::-webkit-details-marker{display:none}.product-additional__content{margin-top:18px;font-size:10px;line-height:1.5}@media(max-width:899px){.product-page{padding:18px 14px 60px}.product-layout{display:block}.product-gallery{gap:7px}.product-gallery__image,.product-gallery__video{max-height:none}.product-info{position:static;max-width:none;padding:28px 4px 0}}.editorial-video-page{min-height:calc(100vh - 90px);padding:78px 0 60px 48px}.editorial-video-page h1{margin:0 0 44px;font-size:11px;font-weight:700;letter-spacing:-.015em}.editorial-video-page__frame{width:min(730px,calc(100vw - var(--sidebar-width) - 110px));aspect-ratio:16 / 9;background:#101214;display:flex;align-items:center;justify-content:center;overflow:hidden}.editorial-video-page__video,.editorial-video-page__frame img{width:100%;height:100%;object-fit:cover}.editorial-video-page__placeholder{color:#777;font-size:10px;letter-spacing:.1em}.lookbook{padding:70px 48px 70px 44px}.lookbook__heading{margin:0 0 38px;font-size:12px}.lookbook__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.lookbook__item{border:0;padding:0;background:none;overflow:hidden}.lookbook__item img{width:100%;height:auto;transition:opacity .17s ease}.lookbook__item:hover img{opacity:.78}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;display:flex;align-items:center;justify-content:center;padding:36px}.lightbox[hidden]{display:none}.lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#fffffff5}.lightbox__image{position:relative;z-index:1;max-width:92vw;max-height:92vh;object-fit:contain}.lightbox__close{position:fixed;z-index:2;top:18px;right:18px;border:0;width:24px;height:24px;padding:0;background:none}.lightbox__close svg{width:100%;height:100%}@media(max-width:899px){.editorial-video-page,.lookbook{padding:28px 14px 60px}.editorial-video-page h1{margin-bottom:20px}.editorial-video-page__frame{width:100%;aspect-ratio:16 / 9}.lookbook__grid{grid-template-columns:1fr;gap:8px}}.contact-page{max-width:840px;min-height:calc(100vh - 80px);padding:78px 24px 40px 48px}.contact-page h1{margin:0 0 47px;font-size:11px;font-weight:700}.contact-form{width:350px;max-width:100%;display:flex;flex-direction:column}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-form__last-name-label{padding-top:13px}.contact-form label{display:block;margin:0 0 6px;font-size:11px;line-height:1.15}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #9c9c9c;background:#fff;border-radius:0;padding:8px 11px;margin:0 0 18px;outline:none}.contact-form input,.contact-form select{height:36px}.contact-form select{-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#111 50%),linear-gradient(135deg,#111 50%,transparent 50%);background-position:calc(100% - 20px) 16px,calc(100% - 14px) 16px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.contact-form textarea{resize:vertical;min-height:110px}.contact-form button{width:186px;height:40px;border:2px solid #111;background:#fff;letter-spacing:.32em;font-size:10px;margin-bottom:42px}.contact-page__notice{width:700px;max-width:100%;font-size:10px;line-height:1.45;text-transform:uppercase}.contact-page__notice p{margin:0 0 17px}@media(max-width:899px){.contact-page{padding:30px 16px 60px}.contact-page h1{margin-bottom:32px}.contact-form{width:100%}.contact-form__row{grid-template-columns:1fr;gap:0}.contact-form__row>div:nth-child(2) label br{display:none}}.text-page{max-width:800px;padding:26px 30px 60px 48px;min-height:calc(100vh - 90px)}.text-page h1{font-size:12px;margin:40px 0 28px}.text-page__content{font-size:11px;line-height:1.85;text-transform:uppercase}.text-page__content h1,.text-page__content h2,.text-page__content h3,.text-page__content h4{font-size:11px;line-height:1.35;margin:32px 0 10px}.text-page__content p{margin:0 0 17px}.text-page__content a{color:#777;font-style:italic}.text-page--center{text-align:center;max-width:none;padding-top:30vh}@media(max-width:899px){.text-page{padding:28px 16px 60px}.text-page__content{font-size:10px;line-height:1.7}}.site-footer{margin-left:calc(var(--sidebar-width) + 48px);width:min(730px,calc(100vw - var(--sidebar-width) - 110px));text-align:center;padding:28px 0 45px;font-size:8px;line-height:1}@media(max-width:899px){.site-footer{margin-left:0;width:100%;padding:26px 15px 34px;font-size:7px}}.cart-drawer-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:105}.cart-drawer-layer[hidden]{display:none}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000052}.cart-drawer{position:absolute;top:0;right:0;width:min(430px,100vw);height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(0)}.cart-drawer__header{min-height:62px;padding:0 20px;border-bottom:1px solid #ddd;display:flex;align-items:center;justify-content:space-between;font-size:11px;letter-spacing:.08em}.cart-drawer__header button{width:20px;height:20px;border:0;padding:0;background:none}.cart-drawer__header svg{width:100%;height:100%}.cart-drawer__body{flex:1;overflow-y:auto;padding:18px}.cart-drawer__empty{margin:35vh 0 0;text-align:center;font-size:10px}.cart-item{display:grid;grid-template-columns:105px 1fr;gap:15px;padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid #e2e2e2}.cart-item__image img{width:105px;height:130px;object-fit:contain}.cart-item__info{display:flex;flex-direction:column;gap:6px;font-size:10px;text-transform:uppercase}.cart-item__info>a{font-weight:700}.cart-item__controls{display:flex;align-items:center;gap:10px;margin-top:auto}.cart-item__controls button{border:0;background:none;padding:3px;font-size:11px}.cart-item__controls [data-cart-remove]{margin-left:auto;font-size:8px;letter-spacing:.06em}.cart-drawer__footer{border-top:1px solid #ddd;padding:18px}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:10px;margin-bottom:15px}.cart-drawer__checkout{display:flex;height:44px;align-items:center;justify-content:center;background:#111;color:#fff;font-size:10px;letter-spacing:.12em}.cart-page,.account-page{min-height:calc(100vh - 90px);padding:70px 48px}.cart-page h1{font-size:13px}.cart-page__item{display:grid;grid-template-columns:150px 1fr;gap:20px;max-width:650px;padding:20px 0;border-bottom:1px solid #ddd}.account-card{max-width:460px;margin:40px auto 0}.account-card h1{font-size:24px;font-weight:500;text-align:center}.account-card label{display:block;margin:12px 0 6px}.account-card input{width:100%;height:44px;border:1px solid #aaa;padding:8px}.account-card button{width:100%;height:44px;margin-top:18px;border:0;background:#111;color:#fff}.enable-page-fade .site-main,.enable-page-fade .site-sidebar,.enable-page-fade .mobile-bar,.enable-page-fade .site-footer{transition:opacity .22s ease}.enable-page-fade.is-leaving .site-main,.enable-page-fade.is-leaving .site-sidebar,.enable-page-fade.is-leaving .mobile-bar,.enable-page-fade.is-leaving .site-footer{opacity:.08}.search-page{min-height:calc(100vh - 90px);padding:70px 28px 70px 44px}.search-form{width:360px;max-width:100%;display:flex;margin-bottom:56px}.search-form input{flex:1;min-width:0;height:38px;border:1px solid #111;padding:0 10px}.search-form button{width:92px;border:1px solid #111;border-left:0;background:#111;color:#fff;font-size:9px;letter-spacing:.08em}@media(max-width:899px){.search-page{padding:28px 10px 60px}}.adf-account{--shopify-account-color-accent: var(--adf-red);--shopify-account-color-background: var(--adf-bg);--shopify-account-radius-base: 0px;--shopify-account-signed-in-avatar-size: 20px;display:inline-flex;align-items:center;font:inherit}.adf-account__signed-out{color:inherit;font:inherit;text-transform:uppercase;cursor:pointer}body:has(.prelaunch){background:#0d0d0d}.prelaunch{position:relative;min-height:100svh;overflow:hidden;display:grid;place-items:center;background:#0d0d0d;color:#f3f1ec;padding:36px 22px}.prelaunch__media,.prelaunch__overlay,.prelaunch__fallback{position:absolute;top:0;right:0;bottom:0;left:0}.prelaunch__video,.prelaunch__image{width:100%;height:100%;object-fit:cover}.prelaunch__fallback{background:radial-gradient(circle at 70% 30%,rgba(92,92,92,.22),transparent 24%),linear-gradient(145deg,#202020,#101010 58%,#080808)}.prelaunch__overlay{background:rgba(0,0,0,var(--prelaunch-overlay,.35))}.prelaunch__content{position:relative;z-index:2;width:min(560px,100%);text-align:center}.prelaunch__brand{font-size:clamp(18px,2vw,28px);font-weight:700;letter-spacing:-.045em;line-height:1}.prelaunch__brand-image{width:min(var(--brand-logo-width,180px),60vw);max-height:70px;object-fit:contain;margin:0 auto}.prelaunch__collection{margin:58px 0 0;font-size:9px;font-weight:700;letter-spacing:.2em}.prelaunch h1{margin:14px auto 0;max-width:470px;font-size:clamp(18px,2.25vw,32px);line-height:1.05;letter-spacing:-.035em;font-weight:600}.prelaunch__body{margin:16px auto 0;max-width:420px;font-size:10px;line-height:1.5}.prelaunch__form{margin:44px auto 0;width:min(440px,100%)}.prelaunch__email-row{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid rgba(255,255,255,.75)}.prelaunch__email-row input{min-width:0;height:44px;border:0;border-radius:0;padding:0 10px 0 0;background:transparent;color:inherit;outline:none;font-size:10px;letter-spacing:.08em}.prelaunch__email-row input::placeholder{color:#ffffffb8}.prelaunch__email-row button{border:0;padding:0 0 0 18px;background:transparent;color:inherit;font-size:9px;font-weight:700;letter-spacing:.12em}.prelaunch__consent{margin:12px auto 0;max-width:420px;font-size:6.5px;line-height:1.45;letter-spacing:.03em;opacity:.62}.prelaunch__success{margin:0;font-size:10px;letter-spacing:.12em}.prelaunch__errors{margin:0 0 12px;font-size:9px}.prelaunch__access{position:absolute;z-index:3;right:28px;top:26px;width:min(250px,calc(100vw - 44px));text-align:right}.prelaunch__access summary{list-style:none;cursor:pointer;font-size:7px;letter-spacing:.11em;opacity:.68}.prelaunch__access summary::-webkit-details-marker{display:none}.prelaunch__access-panel{margin-top:12px;padding:12px;background:#0a0a0ad1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.prelaunch__access-panel form{display:grid;grid-template-columns:1fr auto;gap:6px}.prelaunch__access-panel input{min-width:0;height:34px;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;padding:0 8px;font-size:9px}.prelaunch__access-panel button{height:34px;border:1px solid rgba(255,255,255,.35);background:#f2f0eb;color:#111;padding:0 10px;font-size:8px;letter-spacing:.08em}.prelaunch__footer{position:absolute;z-index:2;left:50%;bottom:24px;transform:translate(-50%);white-space:nowrap;font-size:6px;letter-spacing:.08em;opacity:.58}@media(max-width:640px){.prelaunch{padding:28px 18px}.prelaunch__collection{margin-top:44px}.prelaunch h1{font-size:21px}.prelaunch__form{margin-top:36px}.prelaunch__access{top:20px;right:18px}.prelaunch__footer{bottom:18px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
