:root{--page: #f6f5f1;--ink: #121212;--muted: #6d6d6d;--line: #dedcd5;--card: #ffffff;--dark: #111111;--radius: 18px;--max: 1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select{font:inherit}.site-header{max-width:var(--max);margin:0 auto;padding:22px 28px;display:flex;justify-content:space-between;align-items:center;gap:20px}.site-brand{font-size:19px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.site-nav{display:flex;gap:18px;font-size:14px}.site-nav a:hover{text-decoration:underline}.welcome{min-height:100vh;display:grid;place-items:center;padding:28px;background:#0f0f0f;color:#fff}.welcome__inner{width:min(1180px,100%);text-align:center}.welcome__eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.22em;opacity:.72;margin-bottom:18px}.welcome__title{font-size:clamp(42px,8vw,104px);line-height:.92;margin:0 auto 20px;max-width:1000px;letter-spacing:-.055em}.welcome__text{max-width:660px;margin:0 auto 42px;opacity:.78;font-size:clamp(16px,2vw,20px);line-height:1.5}.gender-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:920px;margin:0 auto}.gender-card{min-height:320px;border:1px solid rgba(255,255,255,.18);border-radius:24px;display:flex;align-items:flex-end;justify-content:space-between;padding:28px;background:#ffffff0f;transition:.25s ease;text-align:left;overflow:hidden;position:relative}.gender-card:hover{transform:translateY(-4px);background:#ffffff1c}.gender-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.42}.gender-card__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000d,#000000bf)}.gender-card__label,.gender-card__arrow{position:relative;z-index:2}.gender-card__label{font-size:clamp(30px,5vw,52px);font-weight:800}.gender-card__arrow{font-size:32px}.page-shell{max-width:var(--max);margin:0 auto;padding:30px 28px 70px}.collection-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:24px 0 28px}.collection-head h1{font-size:clamp(36px,6vw,72px);margin:0;letter-spacing:-.045em}.collection-head p{margin:0;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{background:var(--card);border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}.product-card__image-wrap{aspect-ratio:4/5;background:#efeee9;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.025)}.product-card__placeholder{height:100%;display:grid;place-items:center;color:var(--muted)}.product-card__body{padding:15px 16px 18px}.product-card__title{font-size:16px;font-weight:700;margin:0 0 8px}.product-card__meta{display:flex;justify-content:space-between;gap:10px;align-items:center}.price{font-weight:800}.stock{font-size:12px;color:#2e6f42;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.empty-state{padding:70px 20px;text-align:center;border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted)}.pagination{display:flex;justify-content:center;gap:12px;margin-top:34px}.pagination a,.pagination span{padding:10px 13px;background:#fff;border:1px solid var(--line);border-radius:10px}.product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);gap:48px;align-items:start}.product-media{border-radius:22px;overflow:hidden;background:#ecebe6}.product-media img{width:100%;height:auto}.product-info{position:sticky;top:28px}.product-info h1{font-size:clamp(34px,5vw,60px);line-height:1;letter-spacing:-.045em;margin:0 0 18px}.product-price{font-size:25px;font-weight:800;margin:0 0 22px}.product-description{color:#444;line-height:1.65;margin-bottom:26px}.field{display:grid;gap:8px;margin-bottom:16px}.field label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.field select,.field input{width:100%;padding:14px;border-radius:12px;border:1px solid #ccc;background:#fff}.btn{width:100%;border:0;border-radius:12px;background:var(--dark);color:#fff;padding:16px 18px;font-weight:800;cursor:pointer}.btn[disabled]{opacity:.45;cursor:not-allowed}.product-note{color:var(--muted);font-size:13px;margin-top:12px}.cart-shell{max-width:900px;margin:0 auto;padding:40px 28px 80px}.cart-shell h1{font-size:clamp(38px,6vw,68px);letter-spacing:-.04em}.cart-row{display:grid;grid-template-columns:90px 1fr 100px 110px;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-row img{width:90px;aspect-ratio:1;object-fit:cover;border-radius:10px}.cart-row input{width:76px;padding:10px;border:1px solid #ccc;border-radius:9px}.cart-actions{margin-top:26px;display:grid;gap:12px;justify-content:end}.cart-total{font-size:24px;font-weight:800}.cart-actions .btn{min-width:260px}.link-button{border:0;background:none;text-decoration:underline;cursor:pointer;padding:0}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-layout{grid-template-columns:1fr}.product-info{position:static}}@media(max-width:650px){.gender-grid{grid-template-columns:1fr}.gender-card{min-height:230px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card__body{padding:12px}.site-header{padding:18px}.page-shell{padding-left:16px;padding-right:16px}.cart-row{grid-template-columns:72px 1fr}.cart-row img{width:72px}.cart-row__qty,.cart-row__price{grid-column:2}}.welcome__editor-note{max-width:760px;margin:22px auto 0;padding:12px 16px;border:1px dashed rgba(255,255,255,.28);border-radius:12px;font-size:13px;line-height:1.45;opacity:.8}.product-gallery{min-width:0}.product-gallery__main{position:relative}.product-gallery__main img{width:100%;aspect-ratio:1 / 1;object-fit:contain;background:#fff}.product-gallery__thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:thin}.product-gallery__thumb{flex:0 0 84px;width:84px;height:84px;padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:#fff;cursor:pointer;transition:border-color .18s ease,transform .18s ease}.product-gallery__thumb:hover{transform:translateY(-1px)}.product-gallery__thumb.is-active{border-color:var(--ink)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:999px;background:#ffffffeb;color:#111;box-shadow:0 3px 16px #00000024;font-size:30px;line-height:1;cursor:pointer;display:grid;place-items:center;z-index:2}.product-gallery__arrow--prev{left:14px}.product-gallery__arrow--next{right:14px}.product-gallery__arrow:hover{background:#fff}@media(max-width:650px){.product-gallery__thumb{flex-basis:70px;width:70px;height:70px}.product-gallery__arrow{width:38px;height:38px;font-size:26px}.product-gallery__arrow--prev{left:8px}.product-gallery__arrow--next{right:8px}}.home-video-hero{width:100%;background:#0b0b0b}.home-video-hero__media{position:relative;width:100%;min-height:360px;overflow:hidden;background:#111}.home-video-hero__video,.home-video-hero__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.home-video-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;pointer-events:none}.home-video-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#111,#2b2b2b);text-align:center;padding:24px}.home-video-hero__placeholder strong{display:block;font-size:28px;margin-bottom:8px}.home-video-hero__placeholder span{opacity:.7}.home-video-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;padding:clamp(24px,5vw,70px);color:#fff;pointer-events:none}.home-video-hero__content--center{align-items:center;justify-content:center;text-align:center}.home-video-hero__content--bottom-left{align-items:flex-end;justify-content:flex-start;text-align:left}.home-video-hero__content--bottom-center{align-items:flex-end;justify-content:center;text-align:center}.home-video-hero__content-inner{max-width:760px;pointer-events:auto}.home-video-hero__content h1{margin:0 0 14px;font-size:clamp(42px,7vw,96px);line-height:.9;letter-spacing:-.055em}.home-video-hero__content p{margin:0 0 24px;font-size:clamp(16px,2vw,21px);line-height:1.45}.home-video-hero__button{display:inline-block;padding:13px 20px;border-radius:999px;background:#fff;color:#111;font-weight:800}.home-video-hero__button:hover{transform:translateY(-1px)}.template-index .welcome{min-height:auto;padding-top:80px;padding-bottom:90px}@media(max-width:650px){.home-video-hero__content{padding:22px}.template-index .welcome{padding-top:54px;padding-bottom:60px}}.gender-grid--three{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1180px}.gender-grid--three .gender-card{min-height:300px}.gender-card--request{background:#ffffff1a}.us-request__intro{text-align:center;max-width:760px;margin:0 auto 34px}.us-request__intro .welcome__eyebrow{color:#555;opacity:1}.us-request__intro h2{margin:0 0 14px;font-size:clamp(30px,5vw,52px);letter-spacing:-.04em;line-height:1}.us-request__intro p{margin:0;color:#555;line-height:1.55;font-size:16px}.us-request__form{display:block}.request-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.request-field{display:grid;gap:8px}.request-field--full{grid-column:1 / -1}.request-field label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.request-field input,.request-field textarea{width:100%;border:1px solid #d3d0c8;border-radius:12px;padding:14px 15px;background:#fff;color:#111;font:inherit;outline:none}.request-field input:focus,.request-field textarea:focus{border-color:#111;box-shadow:0 0 0 1px #111}.request-field textarea{resize:vertical;min-height:130px}.request-field small{color:#737373;font-size:12px;line-height:1.4}.request-submit{width:100%;margin-top:22px;border:0;border-radius:12px;padding:16px 20px;background:#111;color:#fff;font-weight:800;font-size:16px;cursor:pointer}.request-submit:hover{background:#292929}.us-request__note{margin:14px auto 0;text-align:center;color:#666;font-size:12px;line-height:1.45;max-width:720px}.us-request__success{margin-bottom:22px;padding:14px 16px;border-radius:12px;background:#e6f4e8;color:#185c2a;font-weight:700;text-align:center}.us-request__errors{margin-bottom:22px;padding:14px 16px;border-radius:12px;background:#f9e7e7;color:#8a2020}@media(max-width:900px){.gender-grid--three{grid-template-columns:1fr 1fr}.gender-grid--three .gender-card--request{grid-column:1 / -1}}@media(max-width:650px){.gender-grid--three{grid-template-columns:1fr}.gender-grid--three .gender-card--request{grid-column:auto}.request-form-grid{grid-template-columns:1fr}.request-field--full{grid-column:auto}.us-request{margin-top:48px;padding:22px 18px;border-radius:18px}}.request-page{background:#111;min-height:70vh;padding:clamp(54px,8vw,110px) 18px}.request-page__inner{max-width:980px;margin:0 auto;padding:clamp(24px,4vw,48px);border-radius:24px;background:#f7f6f2;color:#121212}.request-page .welcome__eyebrow{color:#555;opacity:1}.request-page__inner h1{margin:0 0 14px;font-size:clamp(34px,5vw,56px);letter-spacing:-.04em;line-height:1}@media(max-width:650px){.request-page{padding:36px 12px}.request-page__inner{padding:22px 18px;border-radius:18px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
