*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f2f2f2;color:#1a1a1a;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Neue Haas Grotesk Display Pro,Inter,sans-serif;font-weight:400;line-height:1.2}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.site-header{background-color:#f2f2f2;padding:1.5rem 2rem}.header-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header-logo a{font-size:1.5rem;color:#000;font-weight:400;letter-spacing:-.02em}.header-nav{display:flex;align-items:center;gap:3rem}.nav-link{font-size:1rem;color:#1a1a1a;transition:opacity .2s ease}.nav-link:hover{opacity:.7}.nav-icon{color:#1a1a1a;transition:opacity .2s ease;display:flex;align-items:center}.nav-icon:hover{opacity:.7}.hero-section{background-color:#f2f2f2;padding:5rem 2rem;text-align:center}.hero-container{max-width:1200px;margin:0 auto}.hero-title{font-size:clamp(3rem,8vw,6rem);color:#000;margin-bottom:1rem;letter-spacing:-.02em}.hero-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);color:#1a1a1a;font-weight:300;margin-bottom:3rem;letter-spacing:-.01em}.performance-section{background-color:#f2f2f2;padding:4rem 2rem;text-align:center}.performance-container{max-width:900px;margin:0 auto}.performance-title{font-size:clamp(2rem,4vw,3.5rem);color:#000;margin-bottom:1.5rem;letter-spacing:-.02em}.performance-description{font-size:clamp(1rem,2vw,1.25rem);color:#9a9a9a;font-weight:300;line-height:1.8}.featured-product-section{background-color:#fff;padding:4rem 2rem}.featured-product-container{max-width:1400px;margin:0 auto}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.product-info{padding:2rem 0}.product-title{font-size:clamp(2rem,4vw,3.5rem);color:#000;margin-bottom:1rem;letter-spacing:-.02em}.product-price{font-size:clamp(1.5rem,3vw,2rem);color:#7a7a7a;font-weight:300;margin-bottom:2rem}.product-image{display:flex;justify-content:center;align-items:center}.product-image img{max-width:100%;height:auto;object-fit:contain}.placeholder-image{background-color:#f2f2f2;padding:4rem 2rem;text-align:center;color:#9a9a9a;border-radius:8px}.btn-primary{display:inline-block;background-color:#000;color:#fff;padding:1rem 3rem;border-radius:50px;font-size:1rem;font-weight:400;border:none;cursor:pointer;transition:background-color .2s ease}.btn-primary:hover{background-color:#1a1a1a}.btn-primary:disabled{background-color:#9a9a9a;cursor:not-allowed}.btn-secondary{display:inline-block;background-color:#f2f2f2;color:#000;padding:.75rem 2rem;border-radius:50px;font-size:.9rem;font-weight:400;border:1px solid #E0E0E0;cursor:pointer;transition:background-color .2s ease}.btn-secondary:hover{background-color:#e8e8e8}.site-footer{background-color:#f2f2f2;padding:3rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-nav{display:flex;justify-content:center;align-items:center;gap:3rem;margin-bottom:1.5rem;flex-wrap:wrap}.footer-link{font-size:1rem;color:#1a1a1a;transition:opacity .2s ease}.footer-link:hover{opacity:.7}.footer-contact{text-align:center}.footer-email{font-size:.9rem;color:#7a7a7a;font-weight:300;transition:opacity .2s ease}.footer-email:hover{opacity:.7}.product-page{background-color:#fff;padding:4rem 2rem}.product-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.product-images{display:flex;flex-direction:column;gap:1rem}.product-thumbnails{display:flex;gap:.5rem;flex-wrap:wrap}.thumbnail{width:100px;height:100px;object-fit:cover;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease}.thumbnail:hover{border-color:#000}.product-details{padding:2rem 0}.product-description{margin:2rem 0;color:#5a5a5a;line-height:1.8}.product-form{margin-top:2rem}.product-variants,.product-quantity{margin-bottom:1.5rem}.product-variants label,.product-quantity label{display:block;margin-bottom:.5rem;font-weight:500;color:#1a1a1a}.product-select,.quantity-input{width:100%;padding:.75rem;border:1px solid #E0E0E0;border-radius:8px;font-size:1rem;font-family:inherit;background-color:#fff}.quantity-input{width:100px}.collection-page{background-color:#f2f2f2;padding:4rem 2rem;min-height:60vh}.collection-container{max-width:1400px;margin:0 auto}.collection-title{font-size:clamp(2.5rem,5vw,4rem);color:#000;text-align:center;margin-bottom:2rem;letter-spacing:-.02em}.collection-description{text-align:center;color:#5a5a5a;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:3rem}.product-card{background-color:#fff;border-radius:8px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.product-card-link{display:block;margin-bottom:1rem}.product-card-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px;margin-bottom:1rem}.product-card-title{font-size:1.25rem;color:#000;margin-bottom:.5rem}.product-card-price{font-size:1.1rem;color:#7a7a7a;font-weight:300;margin-bottom:1rem}.empty-collection{text-align:center;padding:4rem 2rem;color:#9a9a9a;font-size:1.25rem}.cart-page{background-color:#f2f2f2;padding:4rem 2rem;min-height:60vh}.cart-container{max-width:1000px;margin:0 auto}.cart-title{font-size:clamp(2.5rem,5vw,4rem);color:#000;margin-bottom:2rem;letter-spacing:-.02em}.cart-items{background-color:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:2rem;padding:2rem 0;border-bottom:1px solid #F2F2F2}.cart-item:last-child{border-bottom:none}.cart-item-image img{width:120px;height:120px;object-fit:cover;border-radius:4px}.cart-item-title{font-size:1.25rem;color:#000;margin-bottom:.5rem}.cart-item-variant{color:#7a7a7a;font-size:.9rem;margin-bottom:1rem}.cart-item-quantity{margin-top:1rem}.cart-item-quantity label{display:block;margin-bottom:.5rem;font-size:.9rem;color:#5a5a5a}.cart-item-price{text-align:right}.cart-item-total{font-size:1.5rem;color:#000;font-weight:500;margin-bottom:.25rem}.cart-item-unit-price{font-size:.9rem;color:#7a7a7a}.cart-footer{background-color:#fff;border-radius:8px;padding:2rem;display:flex;flex-direction:column;gap:1rem}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;color:#000;padding-bottom:1rem;border-bottom:1px solid #F2F2F2}.cart-subtotal-price{font-weight:500}.empty-cart{text-align:center;padding:4rem 2rem;background-color:#fff;border-radius:8px}.empty-cart p{font-size:1.25rem;color:#9a9a9a;margin-bottom:2rem}.featured-collection-section{background-color:#fff;padding:4rem 2rem}.featured-collection-container{max-width:1400px;margin:0 auto}.section-heading{font-size:clamp(2rem,4vw,3rem);color:#000;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.products-grid-auto{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.product-card-auto{background-color:#f8f8f8;border-radius:8px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.product-card-auto:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.product-card-auto .product-card-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px;margin-bottom:1rem}.product-placeholder{width:100%;aspect-ratio:1;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;color:#9a9a9a;border-radius:4px;margin-bottom:1rem}.product-card-auto .product-card-title{font-size:1.1rem;color:#000;margin-bottom:.5rem;min-height:2.5rem}.product-card-auto .product-card-price{font-size:1rem;color:#7a7a7a;font-weight:300;margin-bottom:1rem}.btn-add-to-cart{width:100%;background-color:#000;color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:400;border:none;cursor:pointer;transition:background-color .2s ease}.btn-add-to-cart:hover{background-color:#1a1a1a}.btn-add-to-cart:disabled{background-color:#9a9a9a;cursor:not-allowed}.view-all-container{text-align:center;margin-top:2rem}.empty-collection-message{text-align:center;padding:4rem 2rem;color:#7a7a7a}.empty-collection-message p{font-size:1.1rem;margin-bottom:.5rem}.empty-collection-message small{color:#9a9a9a}@media (max-width: 768px){.header-nav{gap:1.5rem;font-size:.9rem}.product-grid,.product-container{grid-template-columns:1fr;gap:2rem}.product-info{order:2}.product-image{order:1}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item-price{grid-column:2;text-align:left;margin-top:1rem}}@media (max-width: 480px){.header-container{flex-direction:column;gap:1rem}.header-nav{flex-wrap:wrap;justify-content:center;gap:1rem}.footer-nav{flex-direction:column;gap:1rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
