*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-black: #111111;--color-white: #ffffff;--color-grey-light: #f5f5f5;--color-grey-mid: #e8e8e8;--color-grey-muted: #999999;--color-grey-dark: #555555;--color-red: #c0392b;--font-sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;--container-max: 1320px;--header-height: 66px;--transition: .2s ease;--radius: 3px}html{font-size:62.5%;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:1.4rem;line-height:1.6;color:var(--color-black);background:var(--color-white);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit}ul,ol{list-style:none}.container{max-width:var(--container-max);margin:0 auto;padding:0 2.4rem}.announcement-bar{background:var(--color-black);color:var(--color-white);text-align:center;font-size:1.2rem;font-weight:500;letter-spacing:.06em;padding:.9rem 2rem}.site-header{position:sticky;top:0;z-index:200;background:var(--color-white);border-bottom:1px solid var(--color-grey-mid);height:var(--header-height)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:2rem}.site-header__logo{font-size:1.6rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;flex-shrink:0}.site-header__logo img{height:36px;width:auto}.site-nav{display:flex;gap:3.2rem;align-items:center}.site-nav__link{font-size:1.2rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--color-black);transition:opacity var(--transition);white-space:nowrap}.site-nav__link:hover{opacity:.55}.site-nav__link--highlight{color:var(--color-black);font-weight:700;position:relative}.site-nav__link--highlight:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1.5px;background:var(--color-black)}.site-nav__item{position:relative}.site-nav__dropdown{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);padding-top:1.2rem;z-index:500;background:transparent}.site-nav__dropdown-box{background:var(--color-white);border:1px solid var(--color-grey-mid);border-top:2px solid var(--color-black);padding:.8rem 0;box-shadow:0 8px 24px #00000014;min-width:19rem}.site-nav__item--has-dropdown:hover .site-nav__dropdown,.site-nav__item--has-dropdown.is-open .site-nav__dropdown{display:block}.site-nav__dropdown-link{display:block;padding:.9rem 1.8rem;font-size:1.2rem;font-weight:500;letter-spacing:.04em;color:var(--color-black);transition:background var(--transition);white-space:nowrap}.site-nav__dropdown-link--all{font-weight:700;letter-spacing:.07em;text-transform:uppercase;font-size:1.05rem;border-bottom:1px solid var(--color-grey-mid);margin-bottom:.4rem;padding-bottom:1rem}.site-nav__dropdown-link:hover{background:var(--color-grey-light)}.site-nav__dropdown-link--priced{display:flex;align-items:center;justify-content:space-between;gap:1.6rem}.site-nav__dropdown-link--priced span{font-size:1.1rem;font-weight:600;color:var(--color-grey-muted);flex-shrink:0}.site-header__actions{display:flex;align-items:center;gap:1.4rem;flex-shrink:0}.header-action-btn{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;color:var(--color-black);transition:opacity var(--transition);position:relative}.header-action-btn:hover{opacity:.55}.header-action-btn svg{width:2rem;height:2rem;stroke:currentColor;fill:none;stroke-width:1.8}.cart-count{position:absolute;top:-2px;right:-2px;width:1.8rem;height:1.8rem;border-radius:50%;background:var(--color-black);color:var(--color-white);font-size:.95rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.menu-toggle{display:none;flex-direction:column;gap:5px;padding:4px}.menu-toggle span{display:block;width:22px;height:1.5px;background:var(--color-black);transition:var(--transition)}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:300}.mobile-nav.is-open{display:block}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.mobile-nav__panel{position:absolute;top:0;left:0;bottom:0;width:32rem;background:var(--color-white);padding:2.4rem;overflow-y:auto;display:flex;flex-direction:column;gap:0}.mobile-nav__close{align-self:flex-end;margin-bottom:2.4rem}.mobile-nav__close svg{width:2.4rem;height:2.4rem;stroke:var(--color-black);fill:none;stroke-width:1.8}.mobile-nav__link{display:block;font-size:1.8rem;font-weight:600;letter-spacing:.03em;padding:1.4rem 0;border-bottom:1px solid var(--color-grey-mid);color:var(--color-black)}.mobile-nav__link--parent{border-bottom:none;padding-bottom:.8rem}.mobile-nav__group{border-bottom:1px solid var(--color-grey-mid);padding-bottom:.6rem;margin-bottom:0}.mobile-nav__sub{padding-left:1.4rem;padding-bottom:.8rem;display:flex;flex-direction:column;gap:0}.mobile-nav__sub-link{display:block;font-size:1.4rem;font-weight:400;color:var(--color-grey-dark);padding:.6rem 0;letter-spacing:.02em;transition:color var(--transition)}.mobile-nav__sub-link:hover{color:var(--color-black)}.search-drawer{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:300}.search-drawer.is-open{display:block}.search-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.search-drawer__panel{position:absolute;top:0;left:0;right:0;background:var(--color-white);padding:2rem 2.4rem;display:flex;align-items:center;gap:1.2rem;border-bottom:1px solid var(--color-grey-mid)}.search-drawer__input{flex:1;font-size:1.8rem;border:none;outline:none;color:var(--color-black);background:transparent}.search-drawer__close svg{width:2rem;height:2rem;stroke:var(--color-black);fill:none;stroke-width:1.8}.breadcrumb{padding:1.4rem 0;border-bottom:1px solid var(--color-grey-mid);margin-bottom:0}.breadcrumb__list{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.breadcrumb__item{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;color:var(--color-grey-muted)}.breadcrumb__item a{transition:color var(--transition)}.breadcrumb__item a:hover{color:var(--color-black)}.breadcrumb__sep{color:var(--color-grey-mid)}.breadcrumb__item:last-child{color:var(--color-black)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;font-size:1.2rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:1.4rem 2.4rem;border-radius:var(--radius);border:1.5px solid transparent;transition:background var(--transition),color var(--transition),border-color var(--transition);cursor:pointer;white-space:nowrap;min-height:4.8rem}.btn--primary{background:var(--color-black);color:var(--color-white);border-color:var(--color-black)}.btn--primary:hover{background:#333;border-color:#333}.btn--primary:disabled{background:#ccc;border-color:#ccc;cursor:not-allowed}.btn--outline{background:transparent;color:var(--color-black);border-color:var(--color-black)}.btn--outline:hover{background:var(--color-black);color:var(--color-white)}.btn--full{width:100%}.hero{position:relative;overflow:hidden;background:var(--color-black)}.hero__media{position:relative;width:100%}.hero__media img{width:100%;height:100%;object-fit:cover;display:block}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000001a,#00000080)}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--color-white);padding:2.4rem}.hero__eyebrow{font-size:1.1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.2rem;opacity:.85}.hero__title{font-size:clamp(3.6rem,6vw,8rem);font-weight:800;line-height:1;letter-spacing:-.02em;margin-bottom:1.6rem}.hero__desc{font-size:1.6rem;line-height:1.6;opacity:.88;max-width:48rem;margin-bottom:3.2rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.product-card{display:block}.product-card__media{position:relative;overflow:hidden;background:var(--color-grey-light);aspect-ratio:3 / 4;margin-bottom:1rem;border-radius:var(--radius)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__badge{position:absolute;top:1rem;left:1rem;font-size:1rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .7rem;border-radius:2px;background:var(--color-black);color:var(--color-white)}.product-card__vendor{font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-grey-muted);margin-bottom:.4rem}.product-card__title{font-size:1.4rem;font-weight:500;color:var(--color-black);line-height:1.35;margin-bottom:.5rem}.product-card__price{font-size:1.4rem;font-weight:600;color:var(--color-black)}.product-card__price s{color:var(--color-grey-muted);font-weight:400;margin-right:.4rem}.product-card__price .sale{color:var(--color-red)}.section{padding:6rem 0}.section--sm{padding:4rem 0}.section--lg{padding:9rem 0}.section__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3.2rem}.section__title{font-size:1.1rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-black)}.section__link{font-size:1.1rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-black);border-bottom:1px solid var(--color-black);transition:opacity var(--transition)}.section__link:hover{opacity:.55}.product-page{padding:3.2rem 0 6rem}.product-page__grid{display:grid;grid-template-columns:55fr 45fr;gap:5.6rem;align-items:start}.product-gallery{position:sticky;top:calc(var(--header-height) + 2rem)}.product-gallery__main{position:relative;overflow:hidden;background:var(--color-grey-light);border-radius:4px;aspect-ratio:1;margin-bottom:1rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem}.product-gallery__thumb{aspect-ratio:1;overflow:hidden;background:var(--color-grey-light);border-radius:3px;border:2px solid transparent;cursor:pointer;transition:border-color .15s}.product-gallery__thumb:hover{border-color:var(--color-grey-muted)}.product-gallery__thumb.is-active{border-color:var(--color-black)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-info{padding-top:.4rem}.product-info__vendor{font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-grey-muted);margin-bottom:.8rem}.product-info__title{font-size:2.8rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--color-black);margin-bottom:.8rem}.product-info__meta{font-size:1.3rem;color:var(--color-grey-muted);margin-bottom:1.6rem}.product-info__meta strong{color:var(--color-black)}.product-info__price{display:flex;align-items:baseline;gap:1rem;margin-bottom:.4rem}.price__current{font-size:2.2rem;font-weight:600;color:var(--color-black);letter-spacing:-.01em}.price__compare{font-size:1.6rem;color:var(--color-grey-muted);text-decoration:line-through}.price__tax-note{font-size:1.2rem;color:var(--color-grey-muted);margin-bottom:2rem}.product-info__divider{border:none;border-top:1px solid var(--color-grey-mid);margin:2rem 0}.variant-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.variant-label__name{font-size:1.15rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.variant-label__guide{font-size:1.15rem;color:var(--color-grey-dark);text-decoration:underline;cursor:pointer;background:none;border:none;font-family:inherit;transition:color var(--transition)}.variant-label__guide:hover{color:var(--color-black)}.swatch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin-bottom:2rem}.swatch-btn{padding:.8rem .4rem;border:1.5px solid var(--color-grey-mid);background:var(--color-white);font-size:1.15rem;font-weight:600;text-align:center;cursor:pointer;border-radius:var(--radius);transition:all .15s;color:var(--color-black);font-family:inherit}.swatch-btn:hover{border-color:var(--color-grey-dark)}.swatch-btn.is-active{background:var(--color-black);color:var(--color-white);border-color:var(--color-black)}.swatch-btn.is-sold-out{opacity:.35;text-decoration:line-through;cursor:not-allowed}.swatch-btn{position:relative;display:flex;flex-direction:column;align-items:center;gap:.2rem}.swatch-btn__stock{display:block;font-size:.85rem;font-weight:500;color:var(--color-red, #c0392b);line-height:1}.swatch-btn.is-active .swatch-btn__stock{color:#ffffffbf}.product-stock-bar{margin:1rem 0 1.4rem;min-height:2rem}.product-stock{display:inline-flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:600}.product-stock--urgent{color:#c0392b}.product-stock--low{color:#e67e22}.product-stock--available{color:#27ae60}.product-stock--out{color:var(--color-grey-muted)}.product-form__atc{width:100%;margin-bottom:1.2rem;font-size:1.3rem;font-weight:700;letter-spacing:.1em;min-height:5.2rem}.product-form__bnpl{display:flex;align-items:center;gap:.8rem;margin-bottom:1.6rem;flex-wrap:wrap}.bnpl-label{font-size:1.2rem;color:var(--color-grey-muted)}.bnpl-badge{font-size:1.1rem;font-weight:600;padding:.3rem .8rem;border:1.5px solid var(--color-grey-mid);border-radius:var(--radius);color:var(--color-grey-dark)}.shipping-banner{display:flex;align-items:center;gap:1rem;background:var(--color-grey-light);padding:1.2rem 1.4rem;border-radius:var(--radius);margin-bottom:2.4rem;font-size:1.25rem;color:var(--color-grey-dark)}.shipping-banner svg{flex-shrink:0;width:1.8rem;height:1.8rem;stroke:var(--color-black);fill:none;stroke-width:1.8}.shipping-banner strong{color:var(--color-black)}.accordion{border-top:1px solid var(--color-grey-mid)}.accordion__item{border-bottom:1px solid var(--color-grey-mid)}.accordion__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.6rem 0;background:none;border:none;cursor:pointer;font-size:1.15rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-black);font-family:inherit;text-align:left}.accordion__icon{font-size:2rem;font-weight:300;line-height:1;flex-shrink:0;color:var(--color-grey-muted);transition:transform var(--transition)}.accordion__trigger[aria-expanded=true] .accordion__icon{transform:rotate(45deg)}.accordion__body{overflow:hidden;max-height:0;transition:max-height .28s ease}.accordion__body.is-open{max-height:600px}.accordion__content{font-size:1.35rem;line-height:1.8;color:var(--color-grey-dark);padding-bottom:1.6rem}.accordion__content p{margin-bottom:1rem}.accordion__content p:last-child{margin-bottom:0}.size-guide-table{width:100%;border-collapse:collapse;font-size:1.2rem;margin-top:.4rem}.size-guide-table th{background:var(--color-grey-light);padding:.8rem 1rem;text-align:left;font-weight:700;font-size:1.05rem;letter-spacing:.06em;text-transform:uppercase;border-bottom:2px solid var(--color-grey-mid)}.size-guide-table td{padding:.8rem 1rem;border-bottom:1px solid var(--color-grey-mid);color:var(--color-grey-dark)}.size-guide-note{font-size:1.15rem;color:var(--color-grey-muted);margin-top:1rem;font-style:italic}.collection-header{padding:3.2rem 0 2.4rem}.collection-header__title{font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.8rem}.collection-header__desc{font-size:1.4rem;color:var(--color-grey-dark);max-width:60rem;line-height:1.65}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 0;border-top:1px solid var(--color-grey-mid);border-bottom:1px solid var(--color-grey-mid);margin-bottom:3.2rem}.collection-toolbar__count{font-size:1.25rem;color:var(--color-grey-muted)}.collection-toolbar__sort{display:flex;align-items:center;gap:.8rem;font-size:1.25rem}.sort-select{border:none;font-size:1.25rem;color:var(--color-black);font-family:inherit;cursor:pointer;outline:none;-webkit-appearance:none;appearance:none;background:transparent;font-weight:500}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;display:none}.cart-drawer.is-open{display:block}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:46rem;max-width:100%;background:var(--color-white);display:flex;flex-direction:column;box-shadow:-4px 0 40px #0000001f}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:2.4rem 2.8rem 2rem;border-bottom:1px solid var(--color-grey-mid)}.cart-drawer__title{font-size:1.6rem;font-weight:600;letter-spacing:.02em}.cart-drawer__close{background:none;border:none;cursor:pointer;color:var(--color-black);padding:.4rem;display:flex;align-items:center;justify-content:center}.cart-drawer__body{flex:1;overflow-y:auto;padding:0 2.8rem}.cart-drawer__empty{text-align:center;padding:6rem 0;color:var(--color-grey-muted);font-size:1.4rem}.cart-item{display:grid;grid-template-columns:8.4rem 1fr;gap:1.6rem;padding:2rem 0;border-bottom:1px solid var(--color-grey-mid)}.cart-item__image{display:block;background:var(--color-grey-light);overflow:hidden;aspect-ratio:1;border-radius:var(--radius)}.cart-item__image img{width:100%;height:100%;object-fit:cover;display:block}.cart-item__details{display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.cart-item__meta{display:flex;flex-direction:column;gap:.3rem}.cart-item__price{font-size:1.5rem;font-weight:700;color:var(--color-black);margin-bottom:.2rem}.cart-item__name{font-size:1.3rem;font-weight:500;color:var(--color-black)}.cart-item__variant{font-size:1.2rem;color:var(--color-grey-muted)}.cart-item__actions{display:flex;align-items:center;justify-content:space-between}.cart-item__qty-wrap{position:relative;display:inline-flex;align-items:center;border:1px solid var(--color-grey-mid);border-radius:var(--radius);padding:.5rem .8rem .5rem 1rem;gap:.6rem;cursor:pointer}.cart-item__qty-select{-webkit-appearance:none;appearance:none;background:none;border:none;font-size:1.2rem;font-family:inherit;color:var(--color-black);cursor:pointer;outline:none;padding-right:.4rem}.cart-item__qty-arrow{pointer-events:none;flex-shrink:0;color:var(--color-grey-dark)}.cart-item__remove{background:none;border:none;cursor:pointer;color:var(--color-grey-muted);padding:.4rem;display:flex;align-items:center;transition:color var(--transition)}.cart-item__remove:hover{color:var(--color-black)}.cart-drawer__footer{border-top:1px solid var(--color-grey-mid);padding:2rem 2.8rem 2.8rem}.cart-drawer__summary{margin-bottom:2rem}.cart-drawer__summary-label{font-size:1.5rem;font-weight:600;margin-bottom:1.2rem}.cart-drawer__total-row{display:flex;justify-content:space-between;font-size:1.4rem;color:var(--color-grey-dark)}.cart-drawer__total-row span:last-child{font-weight:600;color:var(--color-black)}.cart-drawer__checkout{display:block;width:100%;background:var(--color-black);color:var(--color-white);text-align:center;font-size:1.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:1.8rem;text-decoration:none;transition:background var(--transition)}.cart-drawer__checkout:hover{background:#1a1a1a}.checkout-page{padding:4rem 0 8rem;min-height:60vh}.checkout-page__grid{display:grid;grid-template-columns:1fr 42rem;gap:6.4rem;align-items:start}.checkout-page__heading{font-size:2.4rem;font-weight:700;letter-spacing:-.02em;margin-bottom:3.2rem}.checkout-page__count{font-weight:400;color:var(--color-grey-muted)}.checkout-page__continue{display:inline-block;margin-top:2.4rem;font-size:1.3rem;color:var(--color-grey-dark);text-decoration:none;transition:color var(--transition)}.checkout-page__continue:hover{color:var(--color-black)}.checkout-items{display:flex;flex-direction:column}.checkout-item{display:grid;grid-template-columns:10rem 1fr;gap:2rem;padding:2.4rem 0;border-bottom:1px solid var(--color-grey-mid)}.checkout-item:first-child{border-top:1px solid var(--color-grey-mid)}.checkout-item__image{display:block;background:var(--color-grey-light);border-radius:var(--radius);overflow:hidden;aspect-ratio:1}.checkout-item__image img{width:100%;height:100%;object-fit:cover;display:block}.checkout-item__body{display:flex;flex-direction:column;justify-content:space-between}.checkout-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:1.6rem;margin-bottom:1.6rem}.checkout-item__vendor{font-size:1.05rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-grey-muted);margin-bottom:.4rem}.checkout-item__name{font-size:1.4rem;font-weight:500;margin-bottom:.3rem}.checkout-item__variant{font-size:1.2rem;color:var(--color-grey-muted)}.checkout-item__price{font-size:1.5rem;font-weight:700;white-space:nowrap;flex-shrink:0}.checkout-item__bottom{display:flex;align-items:center;gap:2rem}.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--color-grey-mid);border-radius:var(--radius);overflow:hidden}.qty-stepper__btn{background:none;border:none;width:3.6rem;height:3.6rem;font-size:1.6rem;cursor:pointer;color:var(--color-black);display:flex;align-items:center;justify-content:center;transition:background var(--transition);font-family:inherit}.qty-stepper__btn:hover{background:var(--color-grey-light)}.qty-stepper__val{width:3.6rem;text-align:center;font-size:1.3rem;font-weight:500;border-left:1px solid var(--color-grey-mid);border-right:1px solid var(--color-grey-mid);line-height:3.6rem}.checkout-item__remove{font-size:1.2rem;color:var(--color-grey-muted);text-decoration:none;transition:color var(--transition)}.checkout-item__remove:hover{color:var(--color-black);text-decoration:underline}.order-summary{background:#f8f8f8;border:1px solid var(--color-grey-mid);border-radius:var(--radius);padding:2.8rem;position:sticky;top:calc(var(--header-height) + 2rem)}.order-summary__title{font-size:1.5rem;font-weight:700;margin-bottom:2.4rem;padding-bottom:1.6rem;border-bottom:1px solid var(--color-grey-mid)}.order-summary__items{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:0}.order-summary__line{display:flex;justify-content:space-between;align-items:baseline;gap:1.2rem;font-size:1.3rem}.order-summary__line-name{color:var(--color-grey-dark);flex:1;min-width:0}.order-summary__qty{color:var(--color-grey-muted);font-size:1.1rem;margin-left:.4rem}.order-summary__line-price{font-weight:600;flex-shrink:0;color:var(--color-black)}.order-summary__divider{height:1px;background:var(--color-grey-mid);margin:1.6rem 0}.discount-form__field{display:flex;border:1px solid var(--color-grey-mid);border-radius:var(--radius);overflow:hidden;background:var(--color-white)}.discount-form__input{flex:1;border:none;background:none;font-size:1.3rem;font-family:inherit;padding:1rem 1.2rem;outline:none;color:var(--color-black)}.discount-form__input::placeholder{color:var(--color-grey-muted)}.discount-form__btn{background:none;border:none;border-left:1px solid var(--color-grey-mid);font-size:1.2rem;font-weight:600;font-family:inherit;color:var(--color-black);padding:1rem 1.4rem;cursor:pointer;white-space:nowrap;transition:background var(--transition)}.discount-form__btn:hover{background:var(--color-grey-light)}.order-summary__row{display:flex;justify-content:space-between;font-size:1.3rem;margin-bottom:.8rem;color:var(--color-black)}.order-summary__row--muted{color:var(--color-grey-muted)}.order-summary__row--discount{color:#27ae60}.order-summary__total{display:flex;justify-content:space-between;align-items:baseline;font-size:1.6rem;font-weight:700;margin-bottom:2.4rem}.order-summary__currency{font-size:1.1rem;font-weight:400;color:var(--color-grey-muted);margin-right:.3rem}.checkout-page__btn{display:block;background:var(--color-black);color:var(--color-white);text-align:center;font-size:1.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:1.8rem;text-decoration:none;border-radius:var(--radius);transition:background var(--transition);margin-bottom:1.6rem}.checkout-page__btn:hover{background:#1a1a1a}.order-summary__trust{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:1.15rem;color:var(--color-grey-muted);margin-bottom:1.6rem}.order-summary__payments{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.pay-badge{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-grey-mid);border-radius:4px;padding:.3rem .8rem;font-size:.9rem;font-weight:700;letter-spacing:.04em;color:var(--color-grey-dark);background:var(--color-white)}.site-footer{background:var(--color-black);color:#ffffff73;padding:6rem 0 0}.site-footer__main{display:flex;align-items:flex-start;gap:5.6rem;margin-bottom:5.6rem}.site-footer__social{display:flex;gap:1rem;align-items:center;flex-shrink:0;padding-top:.2rem}.footer-social__link{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#ffffff8c;transition:border-color var(--transition),color var(--transition)}.footer-social__link:hover{border-color:#ffffffb3;color:var(--color-white)}.site-footer__col{flex:1;min-width:12rem}.site-footer__col-title{font-size:1.1rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-white);margin-bottom:2rem}.site-footer__links{display:flex;flex-direction:column;gap:1.1rem;list-style:none}.site-footer__links a{font-size:1.3rem;color:#ffffff73;transition:color var(--transition);text-decoration:none}.site-footer__links a:hover{color:var(--color-white)}.site-footer__legal-col{display:flex;flex-direction:column;gap:1.1rem;flex-shrink:0;align-items:flex-end}.site-footer__legal-link{font-size:1.3rem;color:#ffffff73;text-decoration:none;transition:color var(--transition);white-space:nowrap}.site-footer__legal-link:hover{color:var(--color-white)}.site-footer__bottom{padding:2.4rem 0;border-top:1px solid rgba(255,255,255,.08);font-size:1.2rem;color:#ffffff4d}.empty-state{text-align:center;padding:8rem 0}.empty-state__title{font-size:2.4rem;font-weight:700;margin-bottom:1.2rem}.empty-state__desc{font-size:1.4rem;color:var(--color-grey-muted);margin-bottom:2.4rem}.pagination{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:4.8rem 0 2.4rem}.pagination__btn{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--color-grey-mid);border-radius:var(--radius);font-size:1.3rem;font-weight:500;color:var(--color-black);transition:all .15s}.pagination__btn:hover,.pagination__btn.is-active{background:var(--color-black);color:var(--color-white);border-color:var(--color-black)}.promo-strip{position:relative;overflow:hidden;background:var(--color-black);padding:9rem 0;text-align:center}.promo-strip--has-image{padding:11rem 0}.promo-strip__bg{position:absolute;top:0;right:0;bottom:0;left:0}.promo-strip__bg img{width:100%;height:100%;object-fit:cover;display:block}.promo-strip__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-black)}.promo-strip__inner{position:relative;z-index:1;color:var(--color-white);max-width:64rem;margin:0 auto}.promo-strip__eyebrow{font-size:1.1rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;opacity:.7;margin-bottom:1.4rem}.promo-strip__title{font-size:clamp(3.6rem,5vw,6.4rem);font-weight:800;line-height:1;letter-spacing:-.02em;margin-bottom:1.6rem}.promo-strip__desc{font-size:1.6rem;line-height:1.65;opacity:.75;margin-bottom:3.2rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.product-page__grid{grid-template-columns:1fr;gap:3.2rem}.product-gallery{position:static}.checkout-page__grid{grid-template-columns:1fr}.order-summary{position:static}.site-nav{display:none}.menu-toggle{display:flex}.product-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.site-footer__main{flex-wrap:wrap;gap:3.2rem}.site-footer__legal-col{align-items:flex-start}}@media(max-width:600px){html{font-size:56.25%}.container{padding:0 1.6rem}.product-gallery__thumbs{grid-template-columns:repeat(4,1fr)}.cart-drawer__panel{width:100%}.product-page__grid{gap:2.4rem}.hero__title{font-size:3.6rem}.site-footer__main{flex-direction:column;gap:2.8rem}.site-footer__col{min-width:unset;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
