@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Playfair+Display:ital,wght@0,400;0,500;1,400&display=swap";:root{--bg-color:#fafaf8;--text-color:#2d2d2a;--accent-color:#d4c3b3;--font-serif:"Playfair Display", serif;--font-sans:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:400}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.7}ul{list-style:none}button{font-family:var(--font-sans);cursor:pointer;background:0 0;border:none}.linen-texture{position:relative}.linen-texture:after{content:"";pointer-events:none;z-index:10;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.app-container{flex-direction:column;min-height:100vh;display:flex}.header{background-color:var(--bg-color);z-index:100;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 4rem;transition:background-color .4s,border-color .4s;display:flex;position:fixed;top:0;left:0}.header.transparent{background-color:#0000;border-bottom-color:#0000}.header .logo-container{transition:opacity .4s}.header.transparent .logo-container{opacity:0;pointer-events:none}.main-page{padding-top:90px}.header-left,.header-nav-right{letter-spacing:.05em;gap:2rem;font-size:.85rem;font-weight:400;display:flex}.header-center{justify-content:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.logo-container{flex-direction:column;align-items:center;gap:.5rem;display:flex}.logo-icon{object-fit:contain;width:auto;height:40px}.logo-text{font-family:var(--font-serif);letter-spacing:.1em;font-size:1.5rem}.header-right{align-items:center;gap:3rem;display:flex}.header-icons{color:var(--text-color);gap:1.25rem;display:flex}.header-icons button{color:inherit;justify-content:center;align-items:center;transition:opacity .2s;display:flex}.header-icons button:hover{opacity:.6}.hero{width:100%;height:100vh;position:relative;overflow:hidden}.hero-img,.hero-image{object-fit:cover;object-position:center;width:100%;height:100%}.hero-overlay{pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.hero-logo-large{width:28%;max-width:350px;height:auto}.hero-cta-btn{color:#fff;font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;pointer-events:auto;background-color:#111;border:1px solid #111;padding:1rem 3rem;font-size:.9rem;text-decoration:none;transition:all .3s}.hero-cta-btn:hover{color:#111;background-color:#0000}.product-split-section{border-bottom:1px solid #0000000d;min-height:80vh;display:flex}.product-split-section.reverse{flex-direction:row-reverse}.product-context-img-container{flex:2;overflow:hidden}.product-context-img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.product-split-section:hover .product-context-img{transform:scale(1.02)}.product-info-side{background-color:var(--bg-color);flex-direction:column;flex:1;justify-content:center;min-width:400px;padding:4rem;display:flex}.info-content{flex-direction:column;gap:1.5rem;display:flex}.product-title-large{font-family:var(--font-serif);letter-spacing:.05em;font-size:2rem;line-height:1.2}.product-material{font-family:var(--font-sans);color:#777;letter-spacing:.1em;text-transform:uppercase;font-size:.85rem}.product-price-large{font-size:1.5rem;font-weight:300}.color-swatches{gap:1rem;display:flex}.swatch{cursor:pointer;border:1px solid #0000001a;border-radius:50%;width:24px;height:24px;transition:transform .2s}.swatch:hover{transform:scale(1.1)}.swatch.selected{border:2px solid #111;transform:scale(1.1);box-shadow:0 0 0 2px #fff,0 0 0 3px #111}.size-selection{margin-top:1.5rem}.size-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.size-guide-link{color:#777;font-size:.8rem;text-decoration:underline}.size-buttons{flex-wrap:wrap;gap:.8rem;display:flex}.size-btn{font-family:var(--font-sans);cursor:pointer;background:0 0;border:1px solid #ddd;padding:.6rem 1.2rem;font-size:.85rem;transition:all .2s}.size-btn:hover:not(:disabled){border-color:#2d2d2a}.size-btn.selected{background-color:var(--text-color);color:var(--bg-color);border-color:var(--text-color)}.size-btn.disabled{opacity:.3;pointer-events:none;text-decoration:line-through}.error-msg{color:#b83c3c;margin-top:1rem;font-size:.85rem}.main-image-wrapper{cursor:crosshair;background-color:#f5f5f5;background-repeat:no-repeat;justify-content:center;align-items:center;width:100%;height:60vh;min-height:400px;display:flex;position:relative;overflow:hidden}.gallery-main-img{object-fit:contain;width:100%;height:100%;transition:opacity .1s}.size-guide-section{background-color:var(--bg-color);border-top:1px solid #0000000d;justify-content:center;padding:4rem;display:flex}.size-guide-content{text-align:center;max-width:800px}.size-guide-content h2{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:1.8rem}.size-guide-content p{color:#555;margin-bottom:2rem;line-height:1.6}.size-table{border-collapse:collapse;text-align:left;width:100%}.size-table th,.size-table td{border-bottom:1px solid #0000000d;padding:.8rem}.upsells-section{border-top:1px solid #0000000d;max-width:1400px;margin:0 auto;padding:4rem 2rem}.upsells-title{font-family:var(--font-serif);text-align:center;color:#111;margin-bottom:3rem;font-size:2rem}.upsells-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;display:grid}.upsell-card{color:inherit;flex-direction:column;text-decoration:none;transition:transform .3s;display:flex}.upsell-card:hover{transform:translateY(-5px)}.upsell-img-container{aspect-ratio:3/4;background:#f5f5f5;margin-bottom:1rem;overflow:hidden}.upsell-img-container img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.upsell-card:hover .upsell-img-container img{transform:scale(1.05)}.upsell-info h4{font-family:var(--font-sans);margin-bottom:.25rem;font-size:1rem;font-weight:500}.upsell-info p{color:#666;font-size:.9rem}.size-table th{text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500}.product-short-desc{color:#444;margin-top:1rem;font-size:.95rem;line-height:1.7}.scopri-btn{color:var(--text-color);letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--text-color);text-align:center;background-color:#0000;align-self:flex-start;margin-top:2rem;padding:.8rem 2.5rem;font-size:.85rem;font-weight:500;transition:all .3s;display:inline-block}.scopri-btn:hover{background-color:var(--text-color);color:var(--bg-color)}.add-to-cart-btn{background-color:var(--text-color);color:var(--bg-color);border:1px solid var(--text-color);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;font-weight:500;transition:all .3s}.add-to-cart-btn:hover{color:var(--text-color);background-color:#0000}.product-page-container{min-height:90vh;display:flex}.product-gallery-side{flex-direction:column;flex:1;display:flex}.main-image-wrapper{flex:1;width:100%;height:55vh}.gallery-main-img{object-fit:contain;width:100%;height:100%}.gallery-thumbnails{background-color:var(--bg-color);border-top:1px solid #0000000d;gap:1rem;padding:1.5rem 4rem;display:flex;overflow-x:auto}.thumbnail{object-fit:cover;cursor:pointer;opacity:.5;width:100px;height:100px;transition:opacity .3s}.thumbnail:hover,.thumbnail.active{opacity:1}.detail-page-info{border-left:1px solid #0000000d;flex:2;justify-content:flex-start;padding-top:6rem}.color-selection p{letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem;font-size:.9rem}.product-full-desc{color:#333;margin-top:1rem;font-size:1rem;line-height:1.8}.large-btn{width:100%;margin-top:2rem;padding:1.2rem}.footer{background-color:var(--bg-color);border-top:1px solid #0000000d;flex-direction:column;align-items:center;padding:4rem 4rem 2rem;display:flex}.footer-content{grid-template-columns:1fr 1fr 1fr;gap:4rem;width:100%;max-width:1200px;margin-bottom:4rem;display:grid}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-logo{align-items:center;gap:.5rem;display:flex}.footer-logo-icon{height:24px}.footer-logo-text{font-family:var(--font-serif);letter-spacing:.1em;font-size:1.2rem}.footer-mission{color:#555;font-size:.9rem;line-height:1.8}.footer-newsletter h3{font-family:var(--font-sans);letter-spacing:.1em;margin-bottom:1rem;font-size:.9rem;font-weight:500}.newsletter-form{border-bottom:1px solid var(--text-color);padding-bottom:.5rem;display:flex}.newsletter-form input{font-family:var(--font-sans);background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.newsletter-form button{letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;font-weight:500}.footer-social{justify-content:flex-end;align-items:flex-start;gap:1.5rem;display:flex}.footer-social a{color:var(--text-color);transition:opacity .2s}.footer-social a:hover{opacity:.6}.footer-bottom{text-align:center;color:#777;letter-spacing:.05em;border-top:1px solid #0000000d;width:100%;padding-top:2rem;font-size:.8rem}@media (width<=1024px){.product-split-section,.product-page-container{flex-direction:column}.product-info-side{min-width:100%;padding:3rem}.detail-page-info{border-left:none;padding-top:3rem}}.cart-icon-btn{position:relative}.cart-badge{color:#fff;background-color:#b83c3c;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.cart-overlay{z-index:999;opacity:0;pointer-events:none;background-color:#0006;width:100vw;height:100vh;transition:opacity .3s;position:fixed;top:0;left:0}.cart-overlay.open{opacity:1;pointer-events:all}.cart-sidebar{background-color:var(--bg-color);z-index:1000;flex-direction:column;width:400px;height:100vh;transition:right .3s;display:flex;position:fixed;top:0;right:-400px;box-shadow:-5px 0 15px #0000000d}.cart-sidebar.open{right:0}.cart-header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:2rem;display:flex}.cart-header h2{letter-spacing:.1em;font-size:1.2rem}.cart-body{flex:1;padding:2rem;overflow-y:auto}.empty-cart-msg{text-align:center;color:#777;margin-top:2rem}.cart-item{border-bottom:1px solid #0000000d;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.cart-item-img{object-fit:cover;width:80px;height:100px}.cart-item-info h4{font-family:var(--font-sans);margin-bottom:.25rem;font-size:.9rem}.cart-item-variant{color:#666;margin-bottom:.25rem;font-size:.8rem}.cart-item-price{margin-bottom:.25rem;font-size:.9rem}.cart-item-qty{color:#777;margin-bottom:.5rem;font-size:.8rem}.remove-item-btn{color:#777;font-size:.75rem;text-decoration:underline}.cart-footer{background-color:var(--bg-color);border-top:1px solid #0000000d;padding:2rem}.cart-total{justify-content:space-between;margin-bottom:.5rem;font-size:1.2rem;display:flex}.cart-tax-notice{color:#777;margin-bottom:1.5rem;font-size:.75rem}.checkout-btn{background-color:var(--text-color);width:100%;color:var(--bg-color);letter-spacing:.1em;text-transform:uppercase;padding:1rem;font-size:.9rem;transition:opacity .3s}.checkout-btn:hover{opacity:.8}.checkout-page{gap:4rem;max-width:1200px;margin:0 auto;padding:6rem 2rem;display:flex}.checkout-form-side{flex:1}.checkout-summary-side{background-color:#faf9f7;border:1px solid #eaeaea;flex:.8;padding:2.5rem}.form-row{gap:1rem;display:flex}.form-col{flex:1}.category-filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;padding:0 2rem;display:flex}.category-btn{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;color:#555;cursor:pointer;background:0 0;border:1px solid #eaeaea;border-radius:50px;padding:.6rem 1.5rem;font-size:.85rem;transition:all .2s}.category-btn:hover{color:#2d2d2a;border-color:#2d2d2a}.category-btn.active{color:#fff;background-color:#2d2d2a;border-color:#2d2d2a}.shop-grid{grid-template-columns:repeat(4,1fr);gap:3rem 2rem;max-width:1600px;margin:0 auto;padding:0 4rem 6rem;display:grid}.product-card{color:inherit;flex-direction:column;text-decoration:none;transition:transform .2s;display:flex}.product-card:hover{transform:translateY(-5px)}.product-card-img-wrapper{aspect-ratio:3/4;background-color:#f8f8f8;width:100%;margin-bottom:1.5rem;overflow:hidden}.product-card-img{object-fit:cover;width:100%;height:100%}.product-card-info{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.product-card-title{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.95rem;font-weight:500}.product-card-price{color:#555;margin:0;font-size:1rem}.product-card-colors{gap:.5rem;margin-top:.5rem;display:flex}.product-card-swatch{border:1px solid #0000001a;border-radius:50%;width:14px;height:14px}.search-overlay{z-index:2000;background-color:#fffffffa;justify-content:center;align-items:flex-start;width:100vw;height:100vh;padding-top:15vh;display:flex;position:fixed;top:0;left:0}.close-search-btn{cursor:pointer;color:#111;background:0 0;border:none;position:absolute;top:2rem;right:2rem}.search-content{flex-direction:column;gap:2rem;width:90%;max-width:800px;display:flex}.search-input-wrapper{width:100%;position:relative}.search-input-icon{color:#999;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-input{width:100%;font-size:1.5rem;font-family:var(--font-serif);background:0 0;border:none;border-bottom:2px solid #111;outline:none;padding:1.5rem 1.5rem 1.5rem 4rem}.search-results{flex-direction:column;gap:1rem;max-height:50vh;display:flex;overflow-y:auto}.search-result-item{color:#111;border:1px solid #0000;align-items:center;gap:1.5rem;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.search-result-item:hover{background-color:#faf9f7;border-color:#eaeaea}.search-result-item img{object-fit:cover;width:60px;height:80px}.search-result-item h4{font-family:var(--font-sans);text-transform:uppercase;margin:0 0 .5rem;font-size:1rem;font-weight:500}.search-result-item p{color:#666;margin:0;font-size:.9rem}.no-results-msg{text-align:center;color:#999;padding:2rem;font-style:italic}@media (width<=768px){.header{justify-content:flex-end;padding:1rem 1.5rem}.header-left{display:none}.header-center{flex:1;justify-content:flex-start;display:flex;position:static;transform:none}.logo-icon{height:30px}.header-right{gap:1rem}.hero-logo-large{width:60%}.product-split-section{min-height:auto;flex-direction:column!important}.product-context-img-container{width:100%;height:50vh}.product-info-side{min-width:100%;padding:2rem 1.5rem}.product-page-container{flex-direction:column;gap:2rem;padding:1rem}.product-gallery-side{width:100%;position:static}.main-image-wrapper{cursor:default;height:60vh}.swatch{width:36px;height:36px}.gallery-thumbnails{padding:1rem 1.5rem}.detail-page-info{width:100%;padding:2rem 1.5rem}.checkout-page{flex-direction:column;gap:2rem;padding:3rem 1.5rem}.checkout-summary-side{padding:1.5rem}.form-row{flex-direction:column;gap:1.5rem}.cart-sidebar{width:100vw;right:-100vw}.cart-sidebar.open{right:0}.category-filters{gap:.5rem;margin-bottom:2rem;padding:0 1rem}.category-btn{padding:.5rem 1rem;font-size:.75rem}.shop-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;padding:0 1rem 4rem}.product-card-img-wrapper{margin-bottom:1rem}.product-card-title{font-size:.8rem}.product-card-price{font-size:.85rem}.product-card-swatch{width:12px;height:12px}}
