*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:calc(var(--font-body-scale, 1) * 62.5%);scroll-behavior:smooth}body{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.5rem;line-height:1.7;color:var(--color-text);background-color:var(--color-background);min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1.1;letter-spacing:.08em;text-transform:uppercase}h1{font-size:clamp(3.2rem,6vw,7rem)}h2{font-size:clamp(2rem,3.5vw,3.6rem)}h3{font-size:clamp(1.6rem,2.5vw,2.4rem)}h4{font-size:1.6rem}h5{font-size:1.4rem}p{font-size:1.5rem;line-height:1.8}.eyebrow{font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-secondary);font-weight:400}.page-width{max-width:var(--page-width, 1200px);margin:0 auto;padding:0 3rem}.section{padding:8rem 0}.section--sm{padding:4rem 0}.section--lg{padding:12rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.4rem 3.2rem;font-family:var(--font-heading-family);font-size:1.1rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;border-radius:0;transition:background .2s ease,color .2s ease,border-color .2s ease;cursor:pointer;border:1px solid transparent}.btn--primary{background:var(--color-text);color:var(--color-background);border-color:var(--color-text)}.btn--primary:hover{background:transparent;color:var(--color-text)}.btn--outline{background:transparent;color:var(--color-text);border-color:var(--color-text)}.btn--outline:hover{background:var(--color-text);color:var(--color-background)}.btn--ghost{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn--ghost:hover{border-color:var(--color-text)}.btn--full{width:100%}.btn:disabled,.btn[aria-disabled=true]{opacity:.35;cursor:not-allowed;pointer-events:none}.gold-line{display:block;width:3rem;height:1px;background:var(--color-text);margin:2rem 0}.gold-line--center{margin-left:auto;margin-right:auto}.announcement-bar{background:var(--color-text);color:var(--color-background);text-align:center;padding:1.1rem 2rem;font-size:1.1rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:100;background:var(--color-background);border-bottom:1px solid var(--color-border);transition:border-color .2s ease}.site-header.scrolled{border-color:var(--color-text)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:6.4rem;gap:2rem}.header__logo{font-family:var(--font-heading-family);font-size:2rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-text);flex-shrink:0}.header__logo span{color:var(--color-text)}.header__nav{display:flex;align-items:center;gap:0}.header__nav-link{display:block;padding:.8rem 1.6rem;font-size:1.1rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-secondary);transition:color .15s ease;position:relative}.header__nav-link:after{content:"";position:absolute;bottom:2px;left:1.6rem;right:1.6rem;height:1px;background:var(--color-text);transform:scaleX(0);transition:transform .2s ease}.header__nav-link:hover,.header__nav-link.active{color:var(--color-text)}.header__nav-link:hover:after,.header__nav-link.active:after{transform:scaleX(1)}.header__actions{display:flex;align-items:center;gap:.8rem}.header__icon-btn{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;color:var(--color-text-secondary);transition:color .15s ease;position:relative}.header__icon-btn:hover{color:var(--color-text)}.header__cart-count{position:absolute;top:6px;right:6px;background:var(--color-text);color:var(--color-background);font-size:.9rem;font-weight:700;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.header__menu-toggle{display:none}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:var(--color-background);flex-direction:column;padding:2rem 3rem}.mobile-nav.is-open{display:flex}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:5rem}.mobile-nav__links{display:flex;flex-direction:column;gap:0}.mobile-nav__link{display:block;padding:2rem 0;font-size:2.8rem;font-family:var(--font-heading-family);font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid var(--color-border);color:var(--color-text);transition:opacity .15s ease}.mobile-nav__link:hover{opacity:.5}.hero{position:relative;min-height:90vh;display:flex;align-items:flex-end;overflow:hidden;background:var(--color-surface)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,.1) 50%,transparent 100%);z-index:1}.hero__content{position:relative;z-index:2;max-width:80rem;padding:6rem 0}.hero__eyebrow{font-size:1.1rem;letter-spacing:.22em;text-transform:uppercase;color:#ffffffb3;font-weight:400;margin-bottom:1.6rem}.hero__title{font-size:clamp(4rem,8vw,9rem);font-weight:700;line-height:1;letter-spacing:.06em;text-transform:uppercase;margin-bottom:2.4rem;color:#fff}.hero__title .accent{color:#fff}.hero__subtitle{font-size:1.6rem;line-height:1.7;color:#fffc;max-width:48rem;margin-bottom:3.2rem;font-weight:400;letter-spacing:.02em}.hero__actions{display:flex;gap:1.6rem;flex-wrap:wrap}.hero--no-image{background:var(--color-surface);align-items:center}.hero--no-image .hero__title,.hero--no-image .hero__title .accent{color:var(--color-text)}.hero--no-image .hero__subtitle,.hero--no-image .hero__eyebrow{color:var(--color-text-secondary)}.collections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(28rem,1fr));gap:1.2rem}.collection-card{position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--color-surface);cursor:pointer}.collection-card__img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.collection-card:hover .collection-card__img{transform:scale(1.04)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,transparent 50%);display:flex;flex-direction:column;justify-content:flex-end;padding:2.8rem}.collection-card__title{font-size:1.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:.6rem}.collection-card__cta{font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffffbf;font-weight:400;display:flex;align-items:center;gap:.6rem;transition:gap .2s ease,color .2s ease}.collection-card:hover .collection-card__cta{gap:1.2rem;color:#fff}.section-header{text-align:center;margin-bottom:5rem}.section-header--left{text-align:left}.section-header .eyebrow{margin-bottom:1.2rem}.section-header h2{margin-bottom:0}.section-header p{font-size:1.5rem;color:var(--color-text-secondary);max-width:50rem;margin:1.6rem auto 0;font-weight:400}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem var(--grid-desktop-horizontal-spacing, 16px)}@media(max-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:3rem 1.2rem}}@media(max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:2.4rem .8rem}}.product-card{background:transparent;display:flex;flex-direction:column}.product-card__media{display:block;position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--color-surface);margin-bottom:1.4rem}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-card__img{transform:scale(1.05)}.product-card__badge{position:absolute;top:1.2rem;left:1.2rem;background:var(--color-text);color:var(--color-background);font-size:1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.4rem .9rem}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;background:var(--color-text);color:var(--color-background);font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-align:center;padding:1.4rem;transform:translateY(100%);transition:transform .3s ease}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__info{flex:1;display:flex;flex-direction:column;gap:.4rem}.product-card__title{font-family:var(--font-heading-family);font-size:1.2rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text);line-height:1.4}.product-card__sizes{font-size:1.2rem;color:var(--color-text-secondary)}.product-card__price{font-size:1.4rem;font-weight:400;color:var(--color-text);margin-top:.4rem}.product-card__price del{font-size:1.3rem;color:var(--color-text-secondary);font-weight:400;margin-right:.4rem;text-decoration:line-through}.about-section{background:var(--color-surface)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:10rem;align-items:center}.about__media{position:relative}.about__image{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top}.about__image-frame{position:absolute;bottom:-2rem;right:-2rem;width:55%;height:55%;border:1px solid var(--color-border);z-index:-1}.about__content{max-width:52rem}.about__content .eyebrow{margin-bottom:1.6rem}.about__content h2{margin-bottom:2.4rem}.about__content p{color:var(--color-text-secondary);margin-bottom:1.6rem;font-size:1.5rem;line-height:1.9}.about__stats{display:flex;gap:4rem;margin-top:4rem;padding-top:4rem;border-top:1px solid var(--color-border)}.about__stat-number{font-family:var(--font-heading-family);font-size:3.6rem;font-weight:700;color:var(--color-text);line-height:1;display:block;letter-spacing:.04em}.about__stat-label{font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-secondary);margin-top:.6rem;display:block}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.review-card{padding:3.2rem 0;display:flex;flex-direction:column;gap:1.6rem;border-top:1px solid var(--color-border)}.review-card__stars{display:flex;gap:.2rem}.star{width:1.4rem;height:1.4rem;fill:var(--color-text)}.review-card__text{font-size:1.5rem;line-height:1.85;color:var(--color-text);flex:1}.review-card__author{display:flex;flex-direction:column;gap:.2rem}.review-card__name{font-weight:700;font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase}.review-card__meta{font-size:1.2rem;color:var(--color-text-secondary)}.size-guide-section{background:var(--color-background)}.size-guide-table{width:100%;border-collapse:collapse;font-size:1.4rem}.size-guide-table th,.size-guide-table td{padding:1.4rem 2rem;text-align:left;border-bottom:1px solid var(--color-border)}.size-guide-table thead th{background:transparent;color:var(--color-text);font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:1.1rem;border-bottom:2px solid var(--color-text)}.size-guide-table tbody tr:hover{background:var(--color-surface)}.size-guide-table tbody td{color:var(--color-text-secondary)}.size-guide-table tbody td:first-child{color:var(--color-text);font-weight:700;font-family:var(--font-heading-family);letter-spacing:.06em}.size-guide__howto{display:grid;grid-template-columns:1fr 1fr;gap:6rem;margin-top:6rem;padding-top:6rem;border-top:1px solid var(--color-border);align-items:center}.size-guide__steps{display:flex;flex-direction:column;gap:2.4rem}.size-guide__step{display:flex;gap:2rem;align-items:flex-start}.size-guide__step-num{flex-shrink:0;width:3.2rem;height:3.2rem;border:1px solid var(--color-text);color:var(--color-text);font-family:var(--font-heading-family);font-size:1.3rem;font-weight:700;letter-spacing:.06em;display:flex;align-items:center;justify-content:center}.size-guide__step-text h4{font-size:1.3rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.4rem}.size-guide__step-text p{font-size:1.4rem;color:var(--color-text-secondary)}.newsletter{background:var(--color-surface);color:var(--color-text);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.newsletter__inner{display:flex;align-items:center;justify-content:space-between;gap:4rem;flex-wrap:wrap}.newsletter__text h2{color:var(--color-text);font-size:clamp(2rem,3vw,3rem);letter-spacing:.1em}.newsletter__text p{color:var(--color-text-secondary);font-size:1.4rem;margin-top:.8rem;font-weight:400}.newsletter__form{display:flex;flex-shrink:0;min-width:38rem}.newsletter__input{flex:1;padding:1.4rem 2rem;background:var(--color-background);border:1px solid var(--color-text);border-right:none;color:var(--color-text);font-size:1.4rem;outline:none}.newsletter__input::placeholder{color:var(--color-text-secondary)}.newsletter__submit{padding:1.4rem 2.8rem;background:var(--color-text);color:var(--color-background);font-family:var(--font-heading-family);font-size:1.1rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;border:1px solid var(--color-text);cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease}.newsletter__submit:hover{background:transparent;color:var(--color-text)}.site-footer{background:var(--color-background);border-top:1px solid var(--color-border);padding:6rem 0 3rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:5rem;margin-bottom:5rem}.footer__brand .header__logo{font-size:1.8rem;display:inline-block;margin-bottom:1.6rem}.footer__brand p{font-size:1.4rem;color:var(--color-text-secondary);line-height:1.8;max-width:26rem}.footer__col h4{font-size:1rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-text);margin-bottom:2rem;font-weight:700}.footer__links{display:flex;flex-direction:column;gap:.8rem}.footer__link{font-size:1.3rem;color:var(--color-text-secondary);transition:color .15s ease}.footer__link:hover{color:var(--color-text)}.footer__bottom{border-top:1px solid var(--color-border);padding-top:2.4rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer__copyright{font-size:1.2rem;color:var(--color-text-secondary);letter-spacing:.05em}.footer__social{display:flex;gap:1.2rem}.footer__social-link{width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);transition:color .15s ease}.footer__social-link:hover{color:var(--color-text)}.collection-layout{display:grid;grid-template-columns:22rem 1fr;gap:5rem;align-items:start}.filters-panel h3{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;padding:1.6rem 0;border-bottom:1px solid var(--color-border);margin-bottom:2.4rem}.filter-group{margin-bottom:3.2rem}.filter-group__title{font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text);font-weight:700;margin-bottom:1.2rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.filter-option{display:flex;align-items:center;gap:1rem;padding:.7rem 0;cursor:pointer;font-size:1.3rem;color:var(--color-text-secondary);transition:color .15s ease}.filter-option:hover{color:var(--color-text)}.filter-option input[type=checkbox]{-webkit-appearance:none;appearance:none;width:1.4rem;height:1.4rem;border:1px solid var(--color-text);background:transparent;cursor:pointer;transition:background .15s ease;flex-shrink:0}.filter-option input[type=checkbox]:checked{background:var(--color-text);border-color:var(--color-text);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath fill='%23fff' d='M1 3.5l2.8 2.8L9 1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.sort-bar{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 0;margin-bottom:3.2rem;border-bottom:1px solid var(--color-border)}.sort-bar__count{font-size:1.3rem;color:var(--color-text-secondary);letter-spacing:.05em}.sort-select{background:transparent;border:1px solid var(--color-border);color:var(--color-text);padding:.7rem 1.2rem;font-size:1.2rem;letter-spacing:.06em;cursor:pointer;outline:none;transition:border-color .15s ease}.sort-select:hover{border-color:var(--color-text)}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:start}.product-gallery{position:sticky;top:8rem}.product-gallery__main{aspect-ratio:1/1;background:var(--color-surface);overflow:hidden;margin-bottom:1rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.8rem;flex-wrap:wrap}.product-gallery__thumb{width:7rem;height:7rem;background:var(--color-surface);border:1px solid transparent;cursor:pointer;overflow:hidden;transition:border-color .15s ease}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--color-text)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:1rem}.product-info__vendor{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-secondary);font-weight:400;margin-bottom:.8rem}.product-info__title{font-size:clamp(2rem,3vw,3rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.6rem;line-height:1.15}.product-info__price{font-size:2.2rem;font-weight:400;color:var(--color-text);margin-bottom:2.4rem;display:flex;align-items:baseline;gap:1.2rem;letter-spacing:.04em}.product-info__price del{font-size:1.8rem;color:var(--color-text-secondary);font-weight:400}.product-info__divider{width:100%;height:1px;background:var(--color-border);margin:2.4rem 0}.variant-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.variant-label span{font-size:1.1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text)}.variant-label a{font-size:1.2rem;color:var(--color-text-secondary);text-decoration:underline;letter-spacing:.04em;cursor:pointer}.variant-buttons{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2.4rem}.variant-btn{min-width:5.2rem;padding:.9rem 1.2rem;border:1px solid var(--color-border);background:transparent;color:var(--color-text-secondary);font-size:1.2rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:all .15s ease}.variant-btn:hover,.variant-btn.active{border-color:var(--color-text);color:var(--color-text)}.variant-btn.sold-out{opacity:.3;text-decoration:line-through;pointer-events:none}.qty-selector{display:flex;align-items:center;border:1px solid var(--color-border);margin-bottom:2.4rem;width:fit-content}.qty-btn{width:4.8rem;height:4.8rem;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:var(--color-text-secondary);cursor:pointer;transition:color .15s;background:transparent;border:none}.qty-btn:hover{color:var(--color-text)}.qty-input{width:5.6rem;height:4.8rem;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);background:transparent;color:var(--color-text);font-size:1.5rem;font-weight:400;outline:none}.product-info__actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:3.2rem}.product-info__description{font-size:1.5rem;line-height:1.85;color:var(--color-text-secondary)}.product-info__description h4{font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text);margin-bottom:.8rem;margin-top:2rem}.cart-layout{display:grid;grid-template-columns:1fr 36rem;gap:6rem;align-items:start}.cart-page__title{font-size:2.8rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:3.2rem}.cart-item{display:grid;grid-template-columns:9rem 1fr auto;gap:2rem;align-items:start;padding:2.4rem 0;border-bottom:1px solid var(--color-border)}.cart-item__image{width:9rem;height:9rem;object-fit:cover;background:var(--color-surface)}.cart-item__details{display:flex;flex-direction:column;gap:.6rem}.cart-item__name{font-family:var(--font-heading-family);font-size:1.3rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cart-item__variant{font-size:1.2rem;color:var(--color-text-secondary)}.cart-item__price{font-size:1.6rem;font-weight:400;color:var(--color-text);text-align:right}.cart-item__remove{font-size:1.1rem;color:var(--color-text-secondary);text-decoration:underline;cursor:pointer;background:none;border:none;margin-top:.4rem;transition:color .15s ease;letter-spacing:.05em}.cart-item__remove:hover{color:var(--color-text)}.cart-summary{background:var(--color-surface);padding:3.2rem;position:sticky;top:8rem}.cart-summary h3{font-size:1.3rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:2.4rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:1.4rem;border-bottom:1px solid var(--color-border)}.cart-summary__row:last-of-type{border-bottom:none}.cart-summary__total{font-family:var(--font-heading-family);font-size:1.8rem;font-weight:700;letter-spacing:.06em;color:var(--color-text);padding:2rem 0}.cart-summary__actions{margin-top:1.6rem;display:flex;flex-direction:column;gap:1rem}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:2rem}.modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.modal__content{position:relative;z-index:1;background:var(--color-background);border:1px solid var(--color-border);max-width:90rem;width:100%;max-height:90vh;overflow-y:auto;padding:4rem}.modal__close{position:absolute;top:1.6rem;right:1.6rem;width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);font-size:1.4rem;cursor:pointer;transition:color .15s ease;background:transparent;border:none}.modal__close:hover{color:var(--color-text)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.animate--page-in .section{opacity:0;transform:translateY(2rem);transition:opacity .6s ease,transform .6s ease}.animate--page-in .section.in-view{opacity:1;transform:none}.skip-to-content-link{position:absolute;top:-9999px;left:1rem;z-index:9999;padding:1rem 2rem;background:var(--color-text);color:var(--color-background);font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:1.1rem}.skip-to-content-link:focus{top:1rem}@media(max-width:1100px){.footer__grid{grid-template-columns:1fr 1fr}.about-grid{grid-template-columns:1fr;gap:5rem}.about__image-frame{display:none}.product-page{grid-template-columns:1fr;gap:4rem}.product-gallery{position:static}}@media(max-width:900px){.collection-layout{grid-template-columns:1fr}.filters-panel{display:block}.cart-layout{grid-template-columns:1fr}.newsletter__form{min-width:100%}.reviews-grid{grid-template-columns:1fr 1fr}.size-guide__howto{grid-template-columns:1fr}}@media(max-width:768px){.section{padding:5rem 0}.page-width{padding:0 2rem}.header__nav{display:none}.header__menu-toggle{display:flex}.hero{min-height:75vh}.about__stats{gap:2.4rem;flex-wrap:wrap}.newsletter__inner{flex-direction:column}.footer__grid{grid-template-columns:1fr;gap:3rem}.footer__brand p{max-width:100%}.hero__content{max-width:100%;padding:4rem 0}.product-info__price{font-size:2rem}.modal{padding:0;align-items:flex-end}.modal__content{max-height:92vh;padding:2.4rem}.reviews-grid{grid-template-columns:1fr}}@media(hover:none){.product-card__quick-add{transform:translateY(0);opacity:0;transition:opacity .3s ease}.product-card:active .product-card__quick-add{opacity:1}.product-card:hover .product-card__img,.collection-card:hover .collection-card__img{transform:none}}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}@media(max-width:768px){input[type=email],input[type=text],input[type=password],input[type=number],input[type=search],select,textarea{font-size:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
