@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;-webkit-tap-highlight-color:transparent;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}@media screen and (width<=768px){input,select,textarea{font-size:16px!important}}.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}.main-checkout{padding-top:0}.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,.header-icons a{color:inherit;justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.header-icons button:hover,.header-icons a:hover{opacity:.6}.hero{width:100%;max-height:100vh;position:relative;overflow:hidden}.hero a:hover{opacity:1}.hero-img{object-fit:contain;object-position:center;width:100%;height:100%}.hero-image{object-fit:cover;object-position:center;width:100%;height:100%}.hero-overlay{pointer-events:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffdab685;justify-content:flex-start;align-items:center;width:100%;height:100%;padding-left:8%;display:flex;position:absolute;top:0;left:0}.hero-content{pointer-events:auto;flex-direction:column;align-items:flex-start;gap:1.5rem;max-width:700px;display:flex}.hero-title{font-family:var(--font-serif);color:#111;margin:0;font-size:3.8rem;line-height:1.1}.hero-subtitle{font-family:var(--font-sans);color:#333;letter-spacing:1px;margin:0;font-size:1.2rem;font-weight:400}.hero-logo-large{width:100%;max-width:250px;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}.shop-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin-bottom:3rem;display:grid}.shop-grid-masonry{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:dense;gap:.5rem;margin-bottom:3rem;display:grid}.shop-grid-masonry .product-card.grid-large{grid-area:span 2/span 2}.shop-grid-masonry .product-card.grid-small{grid-area:span 1/span 1}.featured-products-grid{box-sizing:border-box;grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;padding:0 1rem;display:grid}.featured-products-grid .product-split-section{border-bottom:none;min-height:auto;flex-direction:column!important}.featured-products-grid .product-context-img-container{aspect-ratio:3/4}.featured-products-grid .product-info-side{text-align:left;padding:1.5rem 0 0}@media (width<=1024px){.shop-grid,.shop-grid-masonry{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.shop-grid-masonry .product-card.grid-large,.shop-grid-masonry .product-card.grid-small{grid-area:span 1/span 1}.featured-products-grid{grid-template-columns:1fr 1fr;padding:0 2rem}}@media (width<=768px){.shop-grid,.shop-grid-masonry{box-sizing:border-box;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;width:100%}.shop-title-container{text-align:left;margin-bottom:0;padding-left:0}.shop-container{padding-top:0}.shop-sidebar{padding:0}.sidebar-category-filters{gap:1rem;padding-bottom:0}.shop-pagination{margin-top:1rem!important;padding-bottom:1rem!important}.shop-page-layout{width:100%;max-width:100%;padding:0!important}.shop-grid-masonry .product-card:nth-child(6n+1){grid-area:span 1/span 2}.featured-products-grid{grid-template-columns:1fr;padding:0 1rem}}.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{margin-top:0;margin-bottom:0;font-size:1.5rem;font-weight:300}.color-swatches{flex-wrap:wrap;align-items:center;gap:.75rem .85rem;display:flex}.swatch{cursor:pointer;box-sizing:border-box;border:1px solid #00000026;border-radius:50%;flex-shrink:0;width:24px;height:24px;transition:transform .2s,box-shadow .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,.size-btn.out-of-stock{opacity:.65;color:#777;background:#fdfdfd;border:1px dashed #bbb;position:relative}.size-btn.out-of-stock:after{content:"";pointer-events:none;background:#999;height:1px;position:absolute;top:50%;left:10%;right:10%;transform:rotate(-15deg)}.size-btn.out-of-stock:hover{color:#333;opacity:.9;border-color:#666}.size-btn.out-of-stock.selected{background-color:var(--text-color,#111);color:var(--bg-color,#fff);opacity:1;border-style:solid;border-color:var(--text-color,#111)}.size-btn.out-of-stock.selected:after{display:none}.notify-stock-btn{background-color:var(--text-color,#111);color:var(--bg-color,#fff);border:1px solid var(--text-color,#111);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:1.2rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.notify-stock-btn:hover{color:var(--text-color,#111);background-color:#0000}.error-msg{color:#b83c3c;margin-top:1rem;font-size:.85rem}.main-image-wrapper{aspect-ratio:3/4;cursor:crosshair;background-color:#f5f5f5;background-repeat:no-repeat;position:relative;overflow:hidden}.gallery-arrow{cursor:pointer;z-index:10;color:#111;background:#ffffffb3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;transition:background .3s,transform .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow:hover{background:#fff;transform:translateY(-50%)scale(1.1)}.gallery-arrow.left{left:10px}.gallery-arrow.right{right:10px}.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:left;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}.upsell-price-row{flex-wrap:wrap;align-items:baseline;gap:.8rem;font-size:.95rem;display:flex}.upsell-regular-price,.upsell-price-row .regular-price{color:#999;font-size:.9rem;text-decoration:line-through}.upsell-sale-price,.upsell-price-row .sale-price{color:#000;font-size:.95rem;font-weight:500}.upsell-normal-price{color:#111;font-size:.95rem;font-weight:500}.contact-callback-section{text-align:center;background-color:#f9f9f9;border-top:1px solid #0000000d;padding:3rem 2rem}.contact-callback-content{max-width:600px;margin:0 auto}.contact-callback-content h2{font-family:var(--font-serif);color:#111;margin-bottom:1rem;font-size:1.8rem}.contact-callback-content p{color:#555;margin-bottom:1.5rem;line-height:1.5}.contact-input-group{flex-direction:column;align-items:center;gap:1rem;max-width:450px;margin:0 auto;display:flex}.contact-input-group input{text-align:center;border:1px solid #ccc;border-radius:0;width:100%;padding:1rem;font-size:1rem}.contact-input{box-sizing:border-box;border:1px solid #ccc;border-radius:4px;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.contact-input:focus{border-color:#333;outline:none}.contact-input-group .scopri-btn{justify-content:center;align-items:center;margin:auto;padding:1rem 1.5rem;display:flex}.success-msg{background:#e8f5e9;border-radius:4px;padding:1rem;font-weight:500;color:#2e7d32!important}.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;text-align:left;background-color:#0000;border:none;align-self:flex-start;margin-top:0;padding:0;font-size:.85rem;font-weight:500;transition:color .3s;display:inline-block;position:relative}.scopri-btn:after{content:"";background-color:var(--text-color);transform-origin:100% 100%;width:100%;height:1px;transition:transform .25s ease-out;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.scopri-btn:hover:after{transform-origin:0 100%;transform:scaleX(1)}.scopri-btn:hover{color:var(--text-color);background-color:#0000}.add-to-cart-btn{background-color:var(--text-color);color:var(--bg-color);border:1px solid var(--text-color);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s}.add-to-cart-btn:hover{color:var(--text-color);background-color:#0000}.product-page-container{gap:4rem;max-width:1600px;margin:0 auto;padding:0 4rem 4rem;display:flex}.product-gallery-grid-side{flex:2;gap:1rem;padding-left:0;display:flex}.gallery-col{flex-direction:column;flex:1;gap:1rem;display:flex}.gallery-grid-img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.product-gallery-grid-item{aspect-ratio:3/4;width:100%;position:relative;overflow:hidden}.product-gallery-grid-item.tall-img{aspect-ratio:3/4.5}.product-gallery-grid-item.short-img{aspect-ratio:3/3.5}.detail-page-info{flex:1;align-self:flex-start;padding:0;position:sticky;top:6rem;border-left:none!important}.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}.promo-text-cart{color:#b83c3c;text-align:left;margin-bottom:1rem;font-size:.75rem;font-weight:500}.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{flex-wrap:wrap;gap:4rem;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:flex}.checkout-back-link{width:100%;margin-bottom:-2.5rem}.checkout-delivery-banner{background:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid #111;border-radius:6px;align-items:center;width:100%;margin-bottom:2rem;padding:.85rem 1.2rem;display:flex;box-shadow:0 1px 2px #00000005}.checkout-delivery-banner .delivery-banner-content{color:#334155;flex-wrap:wrap;align-items:center;gap:.65rem;font-size:.92rem;display:flex}.checkout-delivery-banner .delivery-banner-icon{color:#111;flex-shrink:0}.checkout-delivery-banner strong{color:#0f172a;font-weight:600}.checkout-page-wrapper{background-color:#fafafa;flex-direction:column;min-height:100vh;display:flex}.checkout-app-sticky-header{z-index:120;-webkit-backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #e2e8f0d9;position:sticky;top:0;left:0;right:0;box-shadow:0 1px 4px #00000005}.checkout-app-header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:860px;margin:0 auto;padding:.85rem 1.5rem;display:flex}.checkout-container-multistep{width:100%;max-width:860px;margin:0 auto;padding:2rem 1.5rem 7rem}.checkout-back-btn{color:#475569;cursor:pointer;letter-spacing:.02em;background:0 0;border:none;border-radius:6px;align-items:center;gap:.45rem;padding:.4rem .65rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.checkout-back-btn:hover{color:#0f172a;background-color:#f1f5f9}.checkout-stepper-dots{align-items:center;gap:8px;display:flex}.checkout-dot{border:none;border-radius:4px;height:8px;padding:0;transition:all .35s cubic-bezier(.4,0,.2,1)}.checkout-dot.active{background-color:#111!important;width:32px!important}.checkout-dot.completed{cursor:pointer;background-color:#64748b;width:8px}.checkout-dot.completed:hover{background-color:#111}.checkout-dot.future{cursor:default;background-color:#e2e8f0;width:8px}.checkout-top-total{color:#0f172a;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:.35rem .85rem;font-size:.92rem;font-weight:600;box-shadow:0 1px 2px #00000008}.checkout-step-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:2.2rem 2.5rem;transition:all .3s;box-shadow:0 4px 25px -4px #0000000a}.checkout-select-input{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;padding:.8rem 1rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.checkout-select-input:focus{border-color:#111;box-shadow:0 0 0 2px #0000000d}.checkout-app-sticky-bottom{z-index:120;-webkit-backdrop-filter:blur(16px);background:#fffffff0;border-top:1px solid #e2e8f0d9;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000000a}.checkout-app-bottom-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:860px;margin:0 auto;padding:.85rem 1.5rem;display:flex}.checkout-step-indicator-text{color:#64748b;font-size:.85rem;font-weight:500}@media (width<=640px){.checkout-container-multistep{padding:1.25rem 1rem 6.5rem}.checkout-step-card{border-radius:10px;padding:1.5rem 1.2rem}.checkout-app-header-inner,.checkout-app-bottom-inner{padding:.75rem 1rem}.checkout-top-total{padding:.25rem .6rem;font-size:.85rem}.checkout-step-indicator-text{display:none}}.checkout-step-header-area{text-align:left;margin-bottom:1.8rem}.checkout-step-title{color:#0f172a;letter-spacing:-.01em;margin:0 0 .35rem;font-family:Inter,sans-serif;font-size:1.55rem;font-weight:500}.checkout-step-subtitle{color:#64748b;margin:0;font-size:.9rem;line-height:1.5}.checkout-primary-btn{color:#fff;letter-spacing:.03em;cursor:pointer;background-color:#111;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 2.2rem;font-size:.92rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 6px #0000001a}.checkout-primary-btn:hover:not(:disabled){background-color:#262626;transform:translateY(-1px)}.checkout-primary-btn:active:not(:disabled){transform:translateY(0)}.checkout-primary-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-secondary-btn{color:#334155;cursor:pointer;background-color:#0000;border:1px solid #cbd5e1;border-radius:6px;padding:.85rem 1.5rem;font-size:.88rem;font-weight:500;transition:all .2s}.checkout-secondary-btn:hover{color:#0f172a;background-color:#f8fafc;border-color:#94a3b8}.carousel-arrow{cursor:pointer;z-index:10;color:#333;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:60%;transform:translateY(-50%);box-shadow:0 4px 15px #0000001a}.carousel-arrow:hover{background:#f8f8f8;transform:translateY(-50%)scale(1.05)}.left-arrow{left:1rem}.right-arrow{right:1rem}.best-sellers-carousel{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;gap:1.5rem;padding:0 2rem 2rem;display:flex;overflow-x:auto}.best-sellers-carousel::-webkit-scrollbar{display:none}.bestseller-card{scroll-snap-align:start;color:inherit;flex-direction:column;flex:0 0 calc(25% - 1.125rem);text-decoration:none;display:flex}.bestseller-img-container{aspect-ratio:3/4;background:#f8f8f8;width:100%;overflow:hidden}.bestseller-img-container img{object-fit:cover;width:100%;height:100%}.bestseller-info{text-align:center}@media (width<=1024px){.bestseller-card{flex:0 0 calc(33.333% - 1rem)}}@media (width<=768px){.bestseller-card{flex:0 0 calc(33.333% - 1rem)}}.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;min-height:42px;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:0;width:100%;max-width:100%;margin:0;padding:0;display:grid}.product-card{color:inherit;flex-direction:column;text-decoration:none;transition:transform .2s;animation:.4s ease-out forwards fadeInProduct;display:flex}.product-card:hover{transform:translateY(-5px)}.sold-out-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10;background:#ffffffa6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.sold-out-overlay span{font-family:var(--font-serif);letter-spacing:4px;color:#333;text-transform:uppercase;font-size:1.5rem;font-weight:300}.product-card-img-wrapper{aspect-ratio:3/4;background-color:#f8f8f8;width:100%;position:relative;overflow:hidden}.product-card-img{object-fit:cover;width:100%;height:100%;transition:opacity .4s,transform .4s}.product-card-info{text-align:left;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem 1.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:.7rem}.product-card-colors{z-index:5;gap:.3rem;display:flex;position:absolute;bottom:8px;left:8px}.product-card-swatch{border:1px solid #00000026;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 3px #0003}.product-card-swatch-inline{box-sizing:border-box;aspect-ratio:1;border:1px solid #00000026;border-radius:50%;flex-shrink:0;width:14px;min-width:14px;height:14px;min-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:space-between;padding:1rem 1.5rem}.header-left{flex:1;align-items:center;display:flex}.header-center{justify-content:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.logo-icon{height:35px}.header-right{flex:1;justify-content:flex-end;gap:1rem}.hero-logo-large{width:60%}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:.95rem}.hero-overlay{justify-content:center;padding-left:0}.hero-content{text-align:center;align-items:center;gap:1rem;margin:0;padding:1rem}.hero-title,.hero-subtitle{text-align:center}.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 1.5rem}.product-gallery-grid-side{grid-template-columns:1fr;gap:1rem;padding-left:0}.swatch{flex-shrink:0;width:36px;height:36px}.gallery-thumbnails{padding:1rem 1.5rem}.detail-page-info{width:100%;padding:2rem 1.5rem}.checkout-page{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}.contact-input-group{flex-direction:column;align-items:center}.contact-input-group .scopri-btn{width:100%;margin:auto}}.size-guide-modal-overlay{z-index:10000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.size-guide-modal{background:#fff;border-radius:12px;width:100%;max-width:750px;max-height:90vh;padding:2.5rem;position:relative;overflow-y:auto;box-shadow:0 10px 40px #00000026}.size-guide-modal-close{cursor:pointer;color:#333;background:0 0;border:none;font-size:2rem;line-height:1;position:absolute;top:1rem;right:1rem}.size-guide-modal h2{font-family:var(--font-serif);text-align:center;margin-bottom:1rem}.size-guide-body-img{width:100%;max-width:260px;margin:0 auto;display:block}.size-guide-selected-table-container{background:#f9f9f9;border:1px solid #eee;border-radius:8px;flex:1;width:100%;padding:1.5rem}.size-guide-selected-title{font-family:var(--font-serif);text-align:center;color:#111;border-bottom:1px solid #e5e5e5;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem}.size-guide-selected-table{border-collapse:collapse;width:100%;font-size:.95rem}.size-guide-selected-table td{border-bottom:1px solid #eaeaea;padding:.8rem .5rem}.size-guide-selected-table tr:last-child td{border-bottom:none}.sg-selected-label{color:#666;text-transform:capitalize;font-weight:500}.sg-selected-val{color:#111;text-align:right;font-weight:700}.size-guide-link{color:#111;cursor:pointer;font-size:.9rem;text-decoration:underline}@media (width<=768px){.size-guide-modal{width:95%;padding:1.5rem 1rem 1rem}.size-guide-modal-close{top:.2rem;right:.5rem}}.size-guide-selectors{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.size-guide-pill{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:20px;padding:.5rem 1rem;font-weight:600;transition:all .2s}.size-guide-pill.active{color:#fff;background:#111;border-color:#111}.size-guide-content-wrapper{flex-direction:column;align-items:center;gap:2rem;display:flex}@media (width>=768px){.size-guide-content-wrapper{flex-direction:row;justify-content:center;align-items:flex-start;gap:3rem}}.size-guide-interactive{flex-shrink:0;width:100%;max-width:260px;position:relative}.sg-bubble{z-index:10;align-items:center;display:flex;position:absolute;transform:translate(-50%,-50%)}.sg-bubble-line{background-color:#e85d04;width:12px;height:2px;margin-right:4px}.sg-bubble-content{text-align:center;background:#fff;border:1px solid #e85d04;border-radius:8px;flex-direction:column;min-width:45px;padding:3px 6px;display:flex;box-shadow:0 2px 6px #00000014}.sg-bubble-label{color:#777;text-transform:uppercase;margin-bottom:1px;font-size:.55rem}.sg-bubble-val{color:#111;font-size:.85rem;font-weight:700}.sg-bubble-maglia.sg-bubble-busto,.sg-bubble-maglia.sg-bubble-ascella,.sg-bubble-maglia.sg-bubble-torace{top:35%;left:70%}.sg-bubble-maglia.sg-bubble-lunghezza{top:75%;left:30%}.sg-bubble-maglia.sg-bubble-manica,.sg-bubble-maglia.sg-bubble-lunghezza-manica{top:50%;left:15%}.sg-bubble-canotta.sg-bubble-busto,.sg-bubble-canotta.sg-bubble-ascella,.sg-bubble-canotta.sg-bubble-torace{top:35%;left:75%}.sg-bubble-canotta.sg-bubble-lunghezza{top:75%;left:30%}.sg-bubble-pantalone.sg-bubble-vita{top:10%;left:75%}.sg-bubble-pantalone.sg-bubble-fianchi{top:25%;left:25%}.sg-bubble-pantalone.sg-bubble-cavallo{top:35%;left:75%}.sg-bubble-pantalone.sg-bubble-coscia{top:50%;left:25%}.sg-bubble-pantalone.sg-bubble-ginocchio{top:70%;left:75%}.sg-bubble-pantalone.sg-bubble-caviglia{top:90%;left:25%}.sg-bubble-bermuda.sg-bubble-vita{top:15%;left:75%}.sg-bubble-bermuda.sg-bubble-fianchi{top:30%;left:25%}.sg-bubble-bermuda.sg-bubble-cavallo{top:45%;left:75%}.sg-bubble-bermuda.sg-bubble-coscia{top:60%;left:25%}.sg-bubble-bermuda.sg-bubble-ginocchio{top:85%;left:75%}.sg-bubble-default.sg-bubble-busto{top:25%;left:30%}.sg-bubble-default.sg-bubble-vita{top:48%;left:70%}.sg-bubble-default.sg-bubble-fianchi{top:70%;left:30%}.sg-bubble-default.sg-bubble-altezza{top:88%;left:85%}@media (width<=768px){.sg-bubble-default.sg-bubble-altezza{left:80%}.sg-bubble{min-width:60px;padding:2px 6px}.sg-bubble-val{font-size:.75rem}}.cart-toast-msg{color:#fff;text-align:center;background-color:#111;border-radius:8px;margin-top:1.5rem;padding:1rem;font-size:.95rem;font-weight:500;animation:.3s ease-out slideUpFade;box-shadow:0 4px 12px #00000026}@keyframes slideUpFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.orders-table-container{display:block}.orders-mobile-container{display:none}.mobile-order-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.mobile-order-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}@media (width<=768px){.orders-table-container{display:none!important}.orders-mobile-container{flex-direction:column;gap:1rem;display:flex!important}}@media (width<=768px),(hover:none){.product-card:hover{transform:none!important}.product-card-img-wrapper:hover,.product-card-img:hover,.product-card:hover .product-card-img{opacity:1!important;filter:none!important;transform:none!important}.product-split-section:hover .product-context-img{opacity:1!important;transform:none!important}.category-btn:hover:not(.active){color:#555!important;border-color:#eaeaea!important}.scopri-btn:hover,.checkout-btn:hover,.add-to-cart-btn:hover,.hero-cta-btn:hover{opacity:1!important;transform:none!important}.upsell-card:hover,.upsell-card:hover .upsell-img-container img{transform:none!important}.header-icons button:hover,.footer-social a:hover{opacity:1!important}}.shop-load-more{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:1200px;margin:1rem auto 2rem;padding:2rem;display:flex}.load-more-info{font-size:.85rem;font-family:var(--font-sans);color:#64748b;text-align:center;margin:0}.load-more-btn{border:1px solid var(--text-color,#2d2d2a);color:var(--text-color,#2d2d2a);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;padding:.8rem 2rem;font-size:.8rem;font-weight:500;transition:all .2s}.load-more-btn:hover{background-color:var(--text-color,#2d2d2a);color:#fff}@media (width<=768px){.shop-pagination{gap:1rem;padding:1rem}.pagination-btn{padding:.4rem .8rem;font-size:.75rem}.pagination-info{min-width:80px;font-size:.8rem}}@keyframes fadeInSimple{0%{opacity:0}to{opacity:1}}@keyframes fadeInProduct{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.category-btn-animate{animation:.4s forwards fadeInSimple}.profile-details-grid{color:#555;grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;display:grid}.profile-form-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem 1rem;display:grid}@media (width<=768px){.profile-details-grid,.profile-form-grid{grid-template-columns:1fr;gap:1rem}}.account-page-container{max-width:1040px;min-height:70vh;margin:0 auto;padding:3rem 1.25rem 5rem}.account-page-title{font-family:var(--font-serif);text-align:center;letter-spacing:.04em;color:#0f172a;margin-bottom:2.5rem;font-size:2.25rem;font-weight:500}.account-header-bar{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.account-greeting-label{text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 .25rem;font-size:.85rem;font-weight:500}.account-greeting-name{font-family:var(--font-serif);color:#0f172a;margin:0;font-size:1.5rem;font-weight:500}.account-nav-tabs{border-bottom:1px solid #e2e8f0;gap:2rem;margin-bottom:2.5rem;display:flex}.account-tab-btn{font-size:1rem;font-family:var(--font-sans);cursor:pointer;color:#64748b;letter-spacing:.02em;background:0 0;border:none;padding:.75rem .25rem 1rem;font-weight:400;transition:all .2s;position:relative}.account-tab-btn:hover{color:#0f172a}.account-tab-btn.active{color:#0f172a;border-bottom:2px solid #0f172a;font-weight:600}.account-badge-pill{color:#475569;background:#f1f5f9;border-radius:10px;margin-left:.5rem;padding:.15rem .55rem;font-size:.75rem;font-weight:500;display:inline-block}.account-tab-btn.active .account-badge-pill{color:#fff;background:#0f172a}.profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 20px -4px #00000008}.profile-card-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:1.75rem;padding-bottom:1rem;display:flex}.profile-card-title{font-family:var(--font-serif);color:#0f172a;letter-spacing:.02em;margin:0;font-size:1.25rem}.profile-section-block{margin-bottom:2rem}.profile-section-block:last-child{margin-bottom:0}.profile-block-heading{text-transform:uppercase;letter-spacing:.08em;color:#64748b;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:flex}.profile-info-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.profile-info-item{background:#f8fafc;border:1px solid #edf2f7;border-radius:8px;padding:1rem 1.25rem}.profile-info-item .info-label{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:.35rem;font-size:.75rem;font-weight:600}.profile-info-item .info-value{color:#0f172a;margin:0;font-size:.95rem;font-weight:500;line-height:1.4}.profile-edit-input-group{flex-direction:column;gap:.4rem;display:flex}.profile-edit-input-group label{text-transform:uppercase;letter-spacing:.05em;color:#334155;font-size:.8rem;font-weight:600}.profile-edit-input-group input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.profile-edit-input-group input:focus{border-color:#0f172a;box-shadow:0 0 0 3px #0f172a14}.delete-account-zone{border-top:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.delete-account-desc{color:#94a3b8;margin:0;font-size:.85rem}.delete-account-subtle-btn{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #fecaca;border-radius:6px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.delete-account-subtle-btn:hover{color:#b91c1c;background:#fef2f2;border-color:#fca5a5}.orders-table-row{cursor:pointer;transition:background-color .15s}.orders-table-row:hover{background-color:#f8fafc}.order-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;background-color:#0f172aa6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.order-modal-content{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:640px;max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.order-modal-header{z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.order-modal-header-info{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.order-modal-header-title-row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.order-modal-title{color:#0f172a;word-break:break-word;margin:0;font-size:1.3rem}.order-modal-date{color:#64748b;margin:0;font-size:.82rem}.order-modal-close-btn{cursor:pointer;color:#475569;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.order-modal-close-btn:hover{color:#0f172a;background:#e2e8f0}.order-modal-body{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.order-modal-section-title{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin:0 0 .85rem;font-size:.85rem;font-weight:600}.order-modal-items-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.order-modal-item-li{list-style:none}.order-modal-item-link,.order-modal-item-static{background:#f8fafc;border:1px solid #edf2f7;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;text-decoration:none;transition:all .2s;display:flex}.order-modal-item-link{cursor:pointer}.order-modal-item-link:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000d;background:#fff!important;border-color:#cbd5e1!important}.order-modal-item-link:hover .order-item-title-link{text-decoration:underline;color:#2563eb!important}.order-modal-item-link:hover .order-item-reorder-tag.available{box-shadow:0 2px 6px #2563eb40;color:#fff!important;background:#2563eb!important}.order-modal-item-main{flex:1;align-items:center;gap:.85rem;min-width:0;display:flex}.order-modal-item-img{object-fit:cover;background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;width:56px;height:56px}.order-modal-item-img-placeholder{color:#94a3b8;background:#e2e8f0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.order-modal-item-info{flex:1;min-width:0}.order-modal-item-title{color:#0f172a;flex-wrap:wrap;align-items:center;gap:.4rem;margin:0 0 .25rem;font-size:.92rem;font-weight:600;line-height:1.35;display:flex}.order-item-color-tag{color:#475569;background:#e2e8f0;border-radius:4px;padding:.1rem .45rem;font-size:.72rem;font-weight:500}.order-modal-item-meta{flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:.2rem;display:flex}.order-modal-item-qty{color:#64748b;font-size:.8rem}.order-modal-stock-badge{align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;display:inline-flex}.order-modal-stock-badge.available{color:#16a34a}.order-modal-stock-badge.out-of-stock{color:#dc2626}.order-stock-dot{background:currentColor;border-radius:50%;width:6px;height:6px;display:inline-block}.order-modal-item-side{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.4rem;display:flex}.order-modal-item-price{color:#0f172a;font-size:.95rem;font-weight:600}.order-item-reorder-tag{letter-spacing:.02em;text-transform:uppercase;border-radius:4px;align-items:center;gap:.25rem;padding:.35rem .65rem;font-size:.75rem;font-weight:600;transition:all .15s;display:inline-flex}.order-item-reorder-tag.available{color:#fff;background:#0f172a}.order-item-reorder-tag.unavailable{color:#64748b;background:#f1f5f9}.order-modal-info-box{color:#334155;background:#f8fafc;border:1px solid #edf2f7;border-radius:8px;padding:1.15rem;font-size:.9rem;line-height:1.5}.order-modal-shipping-method{color:#0f172a;flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.5rem;font-weight:600;display:flex}.order-modal-shipping-address{word-break:break-word;margin:0;line-height:1.45}.order-modal-tracking-link{word-break:break-all;box-sizing:border-box;background:#2563eb;border-radius:6px;flex-wrap:wrap;align-items:center;gap:.5rem;max-width:100%;padding:.6rem 1.15rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex;color:#fff!important}.order-modal-total-row{border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:1rem;display:flex}.order-modal-total-label{color:#475569;font-size:1rem;font-weight:600}.order-modal-total-amount{color:#0f172a;font-size:1.4rem;font-weight:700}.order-modal-actions-grid{flex-wrap:wrap;gap:.75rem;display:flex}.order-modal-action-btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.4rem;padding:.7rem 1.25rem;font-size:.85rem;font-weight:500;transition:opacity .15s;display:inline-flex}.order-modal-action-btn.primary{color:#fff;background:#0f172a}.order-modal-action-btn.support-sent{color:#166534;cursor:not-allowed;background:#dcfce7;border:1px solid #bbf7d0;font-weight:600}.order-modal-action-btn.warning{color:#fff;background:#f59e0b}.order-modal-action-btn.blue{color:#fff;background:#2563eb;font-weight:600}.order-modal-action-btn.danger{color:#dc2626;background:0 0;border:1px solid #fca5a5}.order-modal-footer{background:#fafafa;border-top:1px solid #f1f5f9;border-bottom-right-radius:16px;border-bottom-left-radius:16px;justify-content:flex-end;gap:1rem;padding:1rem 1.5rem;display:flex}.order-modal-close-footer-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:6px;padding:.75rem 2rem;font-size:.9rem;font-weight:500}.order-item-title-link{transition:color .15s}@media (width<=640px){.order-modal-backdrop{align-items:flex-end;padding:0}.order-modal-content{border-radius:18px 18px 0 0;max-height:90vh}.order-modal-header{padding:1rem 1.15rem}.order-modal-body{gap:1.25rem;padding:1.15rem 1rem}.order-modal-item-link,.order-modal-item-static{flex-direction:column;align-items:stretch;gap:.75rem;padding:.85rem}.order-modal-item-main{align-items:flex-start;width:100%}.order-modal-item-side{border-top:1px solid #edf2f7;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:.15rem;padding-top:.6rem}.order-modal-item-price{font-size:1.05rem}.order-item-reorder-tag{padding:.45rem .9rem;font-size:.78rem}.order-modal-actions-grid{flex-direction:column}.order-modal-action-btn{width:100%;padding:.85rem 1rem}.order-modal-footer{padding:.85rem 1rem}.order-modal-close-footer-btn{width:100%;padding:.85rem}}.shop-container{box-sizing:border-box;padding-top:2rem;padding-left:1rem;padding-right:1rem;overflow-x:hidden}.shop-title-container{text-align:center;margin-bottom:2rem}.shop-title{font-family:var(--font-serif);margin:0;font-size:2.5rem;font-weight:300}.shop-page-layout{box-sizing:border-box;flex-direction:column;gap:1rem;max-width:100%;padding:0;display:flex}.shop-sidebar{box-sizing:border-box;justify-content:center;width:100%;padding:1rem 2rem;display:flex}.sidebar-title{display:none}.sidebar-category-filters{flex-flow:wrap;justify-content:center;gap:2rem;width:100%;padding-bottom:.5rem;display:flex}.sidebar-category-btn{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;color:#777;cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #0000;width:fit-content;padding:.4rem 0;font-size:.85rem;transition:all .2s}.sidebar-category-btn:hover,.sidebar-category-btn.active{color:var(--text-color,#2d2d2a);border-bottom:1px solid var(--text-color,#2d2d2a)}.shop-main-content{flex-grow:1;width:100%;overflow:hidden}.product-card-img.primary-img{opacity:1}.product-card-img.secondary-img{opacity:0;z-index:1;position:absolute;top:0;left:0}@media (hover:hover) and (pointer:fine){.product-card.has-hover-image:hover .product-card-img.primary-img{opacity:0}.product-card.has-hover-image:hover .product-card-img.secondary-img{opacity:1}}.home-promo-banners{border-top:1px solid #0000000d;width:100%;margin-top:4rem;display:flex}.promo-banner-left{aspect-ratio:16/9;width:65%;display:block;position:relative;overflow:hidden}.promo-banner-right{aspect-ratio:16/9;width:35%;display:block;position:relative;overflow:hidden}.promo-banner-left img,.promo-banner-right img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.promo-banner-left:hover img,.promo-banner-right:hover img{transform:scale(1.03)}.promo-banner-overlay{background:#00000040;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.promo-banner-left:hover .promo-banner-overlay,.promo-banner-right:hover .promo-banner-overlay{background:#00000059}.promo-banner-text{text-align:center;color:#fff}.promo-banner-text h3{font-family:var(--font-serif);letter-spacing:.05em;margin-bottom:.5rem;font-size:2.2rem;font-weight:300}.promo-banner-text p{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;border-bottom:1px solid #fff;margin:0;padding-bottom:2px;font-size:.9rem;display:inline-block}@keyframes skeleton-loading{0%{background-color:#f0f0f0}50%{background-color:#e0e0e0}to{background-color:#f0f0f0}}.skeleton-box{border-radius:4px;width:100%;height:100%;animation:1.5s infinite skeleton-loading}.product-price,.bestseller-price{text-align:left;margin:.5rem 0 0;font-size:1rem}.bestseller-info{text-align:left;padding:0 1rem}@media (width<=768px){.home-promo-banners{flex-direction:column}.promo-banner-left,.promo-banner-right{aspect-ratio:4/3;width:100%}.promo-banner-text h3{font-size:1.8rem}.shop-sidebar{justify-content:flex-start;padding:1rem 1.5rem}.sidebar-category-filters{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;justify-content:flex-start;gap:1.5rem;overflow-x:auto}.sidebar-category-filters::-webkit-scrollbar{display:none}.sidebar-category-btn{white-space:nowrap}.bestseller-info{padding:0 .5rem}}.saldi-header-link{color:#dc2626!important;font-weight:600!important}.pezzi-unici-header-link{color:#9333ea!important;font-weight:600!important}.saldi-header-link:hover{color:#a03030!important}.sidebar-category-btn.saldi-btn{color:#dc2626;font-weight:600}.sidebar-category-btn.pezzi-unici-btn{color:#9333ea;font-weight:600}.sidebar-category-btn.saldi-btn:hover,.sidebar-category-btn.saldi-btn.active{color:#b83c3c;border-bottom-color:#b83c3c}.lightbox-overlay{-webkit-backdrop-filter:blur(10px);z-index:100000;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:none;background:#000000f0;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.lightbox-close{color:#fff;cursor:pointer;z-index:100005;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:20px;right:25px;box-shadow:0 2px 8px #0000004d}.lightbox-close:hover{background:#ffffff4d;transform:scale(1.08)}.lightbox-nav-btn{color:#fff;cursor:pointer;z-index:100005;-webkit-backdrop-filter:blur(4px);background:#ffffff24;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0006}.lightbox-nav-btn:hover{background:#ffffff52;transform:translateY(-50%)scale(1.12)}.lightbox-nav-btn.prev{left:24px}.lightbox-nav-btn.next{right:24px}@media (width<=768px){.lightbox-nav-btn{background:#fff3;width:42px;height:42px}.lightbox-nav-btn.prev{left:12px}.lightbox-nav-btn.next{right:12px}}.lightbox-content-wrapper{touch-action:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.lightbox-img{object-fit:contain;touch-action:none;-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;border-radius:4px;max-width:90vw;max-height:84vh;box-shadow:0 10px 35px #00000080}.lightbox-indicators{z-index:100005;pointer-events:auto;justify-content:center;align-items:center;gap:8px;width:100%;display:flex;position:absolute;bottom:24px;left:0}.lightbox-indicator{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #0006}.lightbox-indicator:hover{background:#ffffffd9}.lightbox-indicator.active{background:#fff;border-radius:4px;width:22px;height:7px;box-shadow:0 2px 6px #0009}.gallery-main-img{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.category-banners{flex-direction:row;gap:4px;height:60vh;display:flex}.cat-banner{flex:2;height:100%;text-decoration:none;display:block;position:relative;overflow:hidden}.cat-banner.accessori-banner{flex:1}.cat-banner-img{object-fit:cover;object-position:center 20%;width:100%;height:100%;transition:transform .8s}.cat-banner:hover .cat-banner-img{transform:scale(1.05)}.cat-banner-overlay{color:#fff;background:#00000040;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:background .3s;display:flex;position:absolute;top:0;left:0}.cat-banner:hover .cat-banner-overlay{background:#0000001a}.cat-banner-overlay h3{font-family:var(--font-serif);letter-spacing:2px;text-transform:uppercase;text-shadow:2px 2px 10px #00000080;text-align:center;word-break:break-word;margin:0 0 1rem;font-size:2.8rem;font-weight:300}.cat-banner.accessori-banner h3{font-size:1.5rem}.cat-banner-overlay span{font-family:var(--font-sans);letter-spacing:2px;text-transform:uppercase;opacity:.9;text-shadow:1px 1px 4px #00000080;border-bottom:1px solid #fff;padding-bottom:4px;font-size:.9rem}.reviews-grid{padding:0 1rem}.review-card{transition:transform .3s,box-shadow .3s}.review-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000000f!important}@media (width<=768px){.category-banners{flex-direction:column;height:auto}.cat-banner{width:100%;height:35vh}.cat-banner-overlay h3{font-size:2.5rem}.storia-hero h1{font-size:2.5rem!important}.storia-hero p{font-size:1rem!important}}.mobile-hamburger{display:none!important}.mobile-hamburger button{cursor:pointer;z-index:1000;background:0 0;border:none;padding:0;display:block;position:relative;color:#111!important}.header.transparent .mobile-hamburger button{color:#fff!important}.desktop-links{align-items:center;gap:2rem;display:flex}@media (width<=900px){.desktop-links{display:none!important}.mobile-hamburger{display:block!important}.header-left{gap:0}}.mobile-menu-overlay{background-color:var(--bg-color);z-index:1000;opacity:0;pointer-events:none;flex-direction:column;width:100vw;height:100vh;padding:2rem;transition:opacity .3s,transform .4s;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.mobile-menu-overlay.open{opacity:1;pointer-events:auto;transform:translate(0)}.mobile-menu-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.mobile-menu-header button{color:var(--text-color);cursor:pointer;background:0 0;border:none}.mobile-menu-links{letter-spacing:2px;font-size:1.2rem;font-family:var(--font-sans);flex-direction:column;gap:2rem;display:flex}.mobile-menu-links a{color:var(--text-color);border-bottom:1px solid #0000000d;padding-bottom:1rem;text-decoration:none}.sale-carousel-section{max-width:1400px;margin:0 auto;padding:6rem 2rem 2rem}.carousel-header{justify-content:space-between;align-items:flex-end;margin-bottom:2rem;display:flex}.carousel-title{font-family:var(--font-serif);text-transform:uppercase;margin:0;font-size:2.5rem;font-weight:300}.carousel-subtitle{font-family:var(--font-sans);color:#666;margin:.5rem 0 0;font-size:1rem}.carousel-controls{gap:1rem;display:flex}.carousel-controls button{cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.carousel-controls button:hover:not(:disabled){background:var(--text-color,#2d2d2a);color:#fff}.carousel-controls button:disabled{opacity:.3;cursor:default}.carousel-track{scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;gap:1rem;padding-bottom:1rem;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{display:none}.carousel-track .product-card{flex:0 0 calc(30% - 1rem)}.discount-badge{color:#fff;background-color:#000;border-radius:2px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.look-estate-section{gap:3rem;max-width:1400px;margin:4rem auto;padding:0 2rem;display:flex}.look-estate-img-col{aspect-ratio:3/4;flex:0 0 25%;overflow:hidden}.look-estate-img-col img{object-fit:cover;width:100%;height:100%}.look-estate-carousel-col{flex-direction:column;flex:1;min-width:0;display:flex}@media (width<=1024px){.carousel-track .product-card{flex:0 0 calc(40% - 1rem)}.look-estate-section{flex-direction:column}.look-estate-img-col{aspect-ratio:16/9;flex:none;width:100%}}@media (width<=768px){.sale-carousel-section{padding:3rem 1.5rem 1rem}.look-estate-section{gap:2rem;margin:2rem auto;padding:0 1.5rem}.carousel-track .product-card{flex:0 0 calc(65% - 1rem)}.carousel-header{flex-direction:column;align-items:flex-start;gap:1rem}.carousel-title{font-size:1.8rem}.look-estate-img-col{aspect-ratio:3/4}}.product-card{color:inherit;background:#fff;border-radius:4px;flex-direction:column;min-width:0;text-decoration:none;display:flex;position:relative}.product-card-img-wrapper{aspect-ratio:3/4;background-color:#f9f9f9;width:100%;margin-bottom:1rem;position:relative;overflow:hidden}.product-card-img{object-fit:cover;width:100%;height:100%}.card-carousel-arrow{cursor:pointer;opacity:0;z-index:2;background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .3s,background .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.card-carousel-arrow.left{left:10px}.card-carousel-arrow.right{right:10px}@media (hover:hover){.card-carousel-arrow:hover{background:#fff}.product-card:hover .card-carousel-arrow{opacity:1}}.card-carousel-indicators{z-index:2;justify-content:center;gap:6px;width:100%;display:flex;position:absolute;bottom:10px;left:0}.card-indicator{background:#fff9;border-radius:50%;width:6px;height:6px;transition:all .3s}.card-indicator.active{background:#fff;border-radius:4px;width:16px}.new-badge{color:#000;z-index:2;text-transform:uppercase;background:#fff;padding:.3rem .6rem;font-size:.75rem;font-weight:600;position:absolute;top:10px;left:10px}.wishlist-absolute{z-index:2;background:#fffc;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .3s;display:flex;position:absolute;top:10px;right:10px}.wishlist-absolute:hover{background:#fff}.product-card-info{flex-direction:column;display:flex}.product-card-title{font-family:var(--font-sans);text-transform:uppercase;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0 0 .5rem;font-size:.95rem;font-weight:500}.wishlist-btn{cursor:pointer;color:#000;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.product-card-price-row{flex-wrap:wrap;align-items:center;gap:.8rem;font-size:.95rem;display:flex}.product-card-price-row .regular-price{color:#999;text-decoration:line-through}.product-card-price-row .sale-price{color:#000;font-weight:500}.product-card-colors-inline{flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:.5rem;display:flex}.product-card-swatch-inline{cursor:pointer;box-sizing:border-box;aspect-ratio:1;border:1px solid #ddd;border-radius:50%;flex-shrink:0;width:14px;min-width:14px;max-width:14px;height:14px;min-height:14px;max-height:14px;display:inline-block}@media (width<=768px){.hide-on-mobile{display:none!important}}.care-instructions-container{font-family:var(--font-sans)}.care-symbols-row-container{flex-wrap:wrap!important;align-items:center!important;gap:.6rem!important;margin-top:.8rem!important;display:flex!important}.care-symbols-icons-row{flex-wrap:wrap!important;align-items:center!important;gap:.5rem!important;display:flex!important}.care-symbol-icon-box{color:#1e293b!important;box-sizing:border-box!important;cursor:pointer!important;background-color:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:6px!important;transition:all .2s!important;display:inline-flex!important}.care-symbol-icon-box .care-svg-wrap{flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;display:flex!important}.care-symbol-icon-box svg,.care-modal-content svg{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;display:block!important}.care-symbol-icon-box:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000014;color:#0f172a!important;background:#f1f5f9!important;border-color:#cbd5e1!important}.care-help-btn:hover{transform:scale(1.08);color:#fff!important;background:#0f172a!important;border-color:#0f172a!important}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.bestseller-badge{color:#fff;letter-spacing:.05em;z-index:2;text-transform:uppercase;background:#000;padding:.3rem .6rem;font-size:.7rem;font-weight:700;position:absolute;top:10px;left:10px}.limited-badge{color:#fff;letter-spacing:.05em;z-index:2;text-transform:uppercase;background:#7c2d12;padding:.3rem .6rem;font-size:.7rem;font-weight:700;position:absolute;top:10px;left:10px}
