*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}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}.hero-title{font-size:clamp(2.5rem,8vw,5rem);font-weight:700;text-transform:uppercase;letter-spacing:-.02em}.section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.container{padding-left:2rem;padding-right:2rem}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .3s ease;border:none;background:none}.btn-primary{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.btn-primary:hover{opacity:.9}.btn-outline{border:1px solid currentColor;background:transparent}.btn-outline:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.btn-secondary{background-color:rgb(var(--color-secondary));color:rgb(var(--color-foreground))}.btn-secondary:hover{opacity:.8}.input{width:100%;padding:1rem;border:1px solid rgb(var(--color-border));background:transparent;font-size:.875rem;transition:border-color .3s ease}.input:focus{outline:none;border-color:rgb(var(--color-foreground))}.input::placeholder{color:rgb(var(--color-foreground) / .5)}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 768px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}.animate-fade-in{animation:fade-in .5s ease-out forwards}.animate-slide-up{animation:slide-up .6s ease-out forwards}.hero{position:relative;overflow:hidden}.hero--full{height:100vh}.hero--large{height:85vh}.hero--medium{height:60vh}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,.2),transparent)}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding-bottom:4rem}@media (min-width: 768px){.hero__content{padding-bottom:6rem}}.hero__text{max-width:42rem;animation:slide-up .6s ease-out forwards}.hero__subtitle{color:#fffc;margin-bottom:1rem}.hero__title{color:#fff;margin-bottom:1.5rem}.hero__cta{border-color:#fff;color:#fff}.hero__cta:hover{background-color:#fff;color:#000}.product-card{display:block}.product-card__image-container{position:relative;aspect-ratio:3 / 4;overflow:hidden;background-color:rgb(var(--color-secondary));margin-bottom:1rem}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .5rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product-card__info{display:flex;flex-direction:column;gap:.25rem}.product-card__brand{font-size:.625rem;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--color-foreground) / .6)}.product-card__title{font-size:.875rem;font-weight:500}.product-card__price{font-size:.875rem;font-weight:600}.product-card__price--compare{text-decoration:line-through;color:rgb(var(--color-foreground) / .5);margin-left:.5rem}.category-card{position:relative;aspect-ratio:3 / 4;overflow:hidden;background-color:rgb(var(--color-secondary))}.category-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.category-card:hover .category-card__image{transform:scale(1.05)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0000004d;transition:background-color .3s ease}.category-card:hover .category-card__overlay{background-color:#0006}.category-card__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.category-card__title{color:#fff;font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}@media (min-width: 768px){.category-card__title{font-size:1.5rem}}.section{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.section{padding-top:6rem;padding-bottom:6rem}}.section--large{padding-top:6rem;padding-bottom:6rem}@media (min-width: 768px){.section--large{padding-top:8rem;padding-bottom:8rem}}.editorial{display:grid;gap:2rem;align-items:center}@media (min-width: 768px){.editorial{grid-template-columns:repeat(2,1fr);gap:4rem}}.editorial--reverse .editorial__image{order:2}.editorial--reverse .editorial__content{order:1}.editorial__image-container{aspect-ratio:4 / 5;overflow:hidden;background-color:rgb(var(--color-secondary))}.editorial__image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.editorial__image-container:hover .editorial__image{transform:scale(1.05)}.editorial__title{font-size:1.875rem;font-weight:700;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1.5rem}@media (min-width: 768px){.editorial__title{font-size:3rem}}.editorial__description{color:rgb(var(--color-foreground) / .7);line-height:1.7;margin-bottom:2rem;max-width:28rem}.newsletter{background-color:rgb(var(--color-secondary));text-align:center}.newsletter__title{font-size:1.875rem;font-weight:700;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1rem}@media (min-width: 768px){.newsletter__title{font-size:2.25rem}}.newsletter__description{color:rgb(var(--color-foreground) / .7);margin-bottom:2rem}.newsletter__form{display:flex;flex-direction:column;gap:1rem;max-width:28rem;margin-left:auto;margin-right:auto}@media (min-width: 640px){.newsletter__form{flex-direction:row}}.newsletter__input{flex:1}.collection-header{padding-top:8rem;padding-bottom:3rem;text-align:center}.collection-header__title{font-size:2.5rem;font-weight:700;text-transform:uppercase;letter-spacing:-.02em}.collection-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;padding-bottom:2rem;border-bottom:1px solid rgb(var(--color-border));margin-bottom:2rem}.collection-filters__count{font-size:.875rem;color:rgb(var(--color-foreground) / .6)}.collection-filters__sort{display:flex;align-items:center;gap:.5rem}.collection-filters__select{padding:.5rem 1rem;border:1px solid rgb(var(--color-border));background:transparent;font-size:.875rem;cursor:pointer}.product{padding-top:8rem}.product__grid{display:grid;gap:2rem}@media (min-width: 1024px){.product__grid{grid-template-columns:1fr 1fr;gap:4rem}}.product__gallery{display:grid;gap:1rem}.product__main-image{aspect-ratio:3 / 4;overflow:hidden;background-color:rgb(var(--color-secondary))}.product__main-image img{width:100%;height:100%;object-fit:cover}.product__thumbnails{display:flex;gap:.5rem;overflow-x:auto}.product__thumbnail{width:80px;height:100px;flex-shrink:0;overflow:hidden;background-color:rgb(var(--color-secondary));cursor:pointer;border:2px solid transparent;transition:border-color .2s ease}.product__thumbnail.active,.product__thumbnail:hover{border-color:rgb(var(--color-foreground))}.product__thumbnail img{width:100%;height:100%;object-fit:cover}.product__info{position:sticky;top:8rem}.product__brand{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--color-foreground) / .6);margin-bottom:.5rem}.product__title{font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1rem}@media (min-width: 768px){.product__title{font-size:2rem}}.product__price{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.product__price--compare{text-decoration:line-through;color:rgb(var(--color-foreground) / .5);margin-left:.75rem}.product__variants{margin-bottom:1.5rem}.product__variant-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.product__variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.product__variant-option{min-width:3rem;padding:.75rem 1rem;border:1px solid rgb(var(--color-border));background:transparent;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.product__variant-option:hover,.product__variant-option.selected{border-color:rgb(var(--color-foreground));background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.product__variant-option:disabled{opacity:.3;cursor:not-allowed}.product__quantity{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product__quantity-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product__quantity-controls{display:flex;align-items:center;border:1px solid rgb(var(--color-border))}.product__quantity-btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;transition:background-color .2s ease}.product__quantity-btn:hover{background-color:rgb(var(--color-secondary))}.product__quantity-value{width:3rem;text-align:center;font-size:.875rem}.product__actions{display:flex;gap:1rem;margin-bottom:2rem}.product__add-to-cart{flex:1}.product__wishlist{width:3.5rem;display:flex;align-items:center;justify-content:center;border:1px solid rgb(var(--color-border));background:transparent;cursor:pointer;transition:all .2s ease}.product__wishlist:hover{border-color:rgb(var(--color-foreground))}.product__description{padding-top:2rem;border-top:1px solid rgb(var(--color-border))}.product__description-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.product__description-text{font-size:.875rem;color:rgb(var(--color-foreground) / .7);line-height:1.7}.page-header{padding-top:10rem;padding-bottom:4rem;text-align:center;background-color:rgb(var(--color-secondary))}.page-header__title{font-size:2.5rem;font-weight:700;text-transform:uppercase;letter-spacing:-.02em}@media (min-width: 768px){.page-header__title{font-size:3.5rem}}.page-header__subtitle{margin-top:1rem;color:rgb(var(--color-foreground) / .7);max-width:36rem;margin-left:auto;margin-right:auto}.rich-text{max-width:48rem;margin-left:auto;margin-right:auto}.rich-text h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;margin-top:2rem}.rich-text h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.rich-text p{color:rgb(var(--color-foreground) / .7);line-height:1.7;margin-bottom:1rem}.rich-text ul,.rich-text ol{padding-left:1.5rem;margin-bottom:1rem}.rich-text li{color:rgb(var(--color-foreground) / .7);margin-bottom:.5rem}.contact-form{max-width:36rem;margin-left:auto;margin-right:auto}.contact-form__group{margin-bottom:1.5rem}.contact-form__label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.contact-form__textarea{width:100%;min-height:150px;padding:1rem;border:1px solid rgb(var(--color-border));background:transparent;font-size:.875rem;resize:vertical;transition:border-color .3s ease}.contact-form__textarea:focus{outline:none;border-color:rgb(var(--color-foreground))}.faq-item{border-bottom:1px solid rgb(var(--color-border))}.faq-item__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:transparent;border:none;text-align:left;cursor:pointer;font-size:1rem;font-weight:500}.faq-item__icon{width:1.25rem;height:1.25rem;transition:transform .2s ease}.faq-item.active .faq-item__icon{transform:rotate(180deg)}.faq-item__answer{display:none;padding-bottom:1.5rem;color:rgb(var(--color-foreground) / .7);line-height:1.7}.faq-item.active .faq-item__answer{display:block}.location-card{padding:2rem;background-color:rgb(var(--color-secondary))}.location-card__name{font-size:1.25rem;font-weight:700;text-transform:uppercase;margin-bottom:.5rem}.location-card__type{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--color-foreground) / .6);margin-bottom:1rem}.location-card__address,.location-card__hours,.location-card__phone{font-size:.875rem;color:rgb(var(--color-foreground) / .7);margin-bottom:.25rem}.location-card__phone a{text-decoration:underline}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.collection-header{padding-top:4rem;padding-bottom:1rem}@media (min-width: 768px){.section{padding-top:0rem;padding-bottom:1rem}}.product-card__title{font-size:16px;font-weight:600}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
