@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Lato:wght@300;400;700&display=swap";:root{--primary: #3d2817;--secondary: #5d3d2a;--accent: #c65d3b;--gold: #d4a574;--cream: #f5f0e8;--ivory: #faf8f5;--warm-gray: #8b7355;--dark: #2d2418;--text-primary: #3d2817;--text-secondary: #5d4a3a;--text-muted: #a09080;--border-subtle: #e8e0d5;--font-display: "Playfair Display", Georgia, serif;--font-body: "Lato", -apple-system, sans-serif;--font-logo: "Playfair Display", serif;--transition-base: .3s ease;--transition-slow: .5s ease;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 30px rgba(0,0,0,.12)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--text-primary);background:var(--ivory);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.header{display:none}.header-inner{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.header-logo a{font-family:var(--font-logo);font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:.1em;text-transform:uppercase}.header-nav{display:flex;align-items:center;gap:2.5rem}.header-nav a{font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--text-secondary);position:relative;padding:.5rem 0;text-transform:uppercase;letter-spacing:.05em}.header-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--primary);transition:width var(--transition-base)}.header-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:1.5rem}.icon-btn{background:none;border:none;cursor:pointer;padding:.5rem;font-size:1.25rem;color:var(--text-primary);position:relative}.cart-badge{position:absolute;top:-2px;right:-2px;width:18px;height:18px;background:var(--primary);color:#fff;font-size:.6875rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center}main{min-height:100vh;padding-top:0}.hero{position:relative;height:calc(100vh - 72px);min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#f5f0e8eb,#faf8f5e0),url(/img/1786513701526-qvjm7c.jpg);background-size:cover;background-position:center}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:2rem}.hero-subtitle{font-family:var(--font-display);font-size:1.125rem;font-style:italic;color:var(--secondary);margin-bottom:1rem;letter-spacing:.1em}.hero-title{font-family:var(--font-display);font-size:clamp(3rem,8vw,5.5rem);font-weight:400;line-height:1.1;color:var(--primary);margin-bottom:1.5rem}.hero-desc{font-size:1.125rem;color:var(--text-secondary);max-width:500px;margin:0 auto 2.5rem;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;font-family:var(--font-body);font-size:.9375rem;font-weight:500;letter-spacing:.02em;border:none;cursor:pointer;transition:all var(--transition-base)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--secondary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background:transparent;color:var(--primary);border:1px solid var(--primary)}.btn-secondary:hover{background:var(--primary);color:#fff}.section{padding:6rem 2rem}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-label{font-family:var(--font-display);font-size:1rem;font-style:italic;color:var(--secondary);margin-bottom:.75rem}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--primary);margin-bottom:1rem;letter-spacing:-.02em}.section-desc{color:var(--text-secondary);line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.product-card{background:#fff;border-radius:4px;overflow:hidden;transition:transform var(--transition-base),box-shadow var(--transition-base)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background:var(--cream)}.product-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.product-card:hover .product-image-wrapper img{transform:scale(1.05)}.product-info{padding:1.5rem}.product-category{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--secondary);margin-bottom:.5rem}.product-name{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--primary);line-height:1.4;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.01em}.product-price{font-size:1.125rem;font-weight:600;color:var(--primary)}.featured-section{background:#fff}.collection-section{background:var(--ivory)}.story-section{background:var(--cream);padding:6rem 2rem}.story-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-content{padding-right:2rem}.story-content .section-label{color:var(--secondary);font-size:.875rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem}.story-content .section-title{font-family:var(--font-display);font-size:2.75rem;font-weight:500;color:var(--primary);margin-bottom:1.5rem;line-height:1.2}.story-text{color:var(--text-secondary);font-size:1.05rem;line-height:1.8;margin-bottom:1.25rem}.story-content .btn-outline{margin-top:1rem;border:1px solid var(--primary);background:transparent;color:var(--primary);padding:.875rem 2rem}.story-content .btn-outline:hover{background:var(--primary);color:var(--ivory)}.story-image{position:relative;overflow:hidden;border-radius:4px}.story-image img{width:100%;height:500px;object-fit:cover;transition:transform .6s ease}.story-image:hover img{transform:scale(1.03)}@media (max-width: 900px){.story-container{grid-template-columns:1fr;gap:2rem}.story-content{padding-right:0;text-align:center}.story-image img{height:350px}}.features-section{background:var(--primary);padding:5rem 2rem}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.feature-item{text-align:center;color:var(--ivory);padding:2rem}.feature-icon{width:64px;height:64px;margin:0 auto 1.5rem;color:var(--gold)}.feature-icon svg{width:100%;height:100%}.feature-item h3{font-family:var(--font-display);font-size:1.5rem;font-weight:500;margin-bottom:.75rem;color:var(--ivory)}.feature-item p{color:#faf8f5b3;font-size:.95rem;line-height:1.6}@media (max-width: 768px){.features-grid{grid-template-columns:1fr;gap:2rem}}.footer{display:none}.footer-inner{max-width:1000px;margin:0 auto;text-align:center}.footer-brand-section{margin-bottom:2.5rem}.footer-brand-name{font-family:var(--font-logo);font-size:2.5rem;font-weight:700;color:var(--gold);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem}.footer-tagline{font-family:var(--font-body);font-size:1rem;color:#faf8f5b3;font-weight:300;letter-spacing:.05em;margin-bottom:2rem}.footer-divider{width:60px;height:1px;background:var(--gold);margin:0 auto}.footer-links-bar{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:3rem;padding:1.5rem 0;border-top:1px solid rgba(250,248,245,.1);border-bottom:1px solid rgba(250,248,245,.1)}.footer-link{color:#faf8f5b3;font-size:.9rem;transition:var(--transition-base);padding:.25rem .5rem}.footer-link:hover{color:var(--gold)}.footer-dot{color:#faf8f54d;font-size:.6rem}.footer-contact-section{margin-bottom:3rem}.footer-contact-inner{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem 3rem}.footer-contact-item{text-align:center}.contact-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-bottom:.35rem}.contact-value{font-size:.95rem;color:#faf8f5cc;transition:var(--transition-base)}a.contact-value:hover{color:var(--gold)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(250,248,245,.1)}.footer-copyright{color:#faf8f566;font-size:.8rem;letter-spacing:.05em}.page-header{text-align:center;padding:4rem 2rem;background:var(--cream)}.page-header h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);color:var(--primary);margin-bottom:.5rem}.page-header p{color:var(--text-secondary)}.product-list-page{padding:2rem;max-width:1400px;margin:0 auto}.product-list-container{display:grid;grid-template-columns:250px 1fr;gap:3rem}.filters-sidebar{position:sticky;top:100px;height:fit-content}.filter-section h3{font-family:var(--font-display);font-size:1.25rem;margin-bottom:1rem;color:var(--primary)}.category-list{list-style:none}.category-list li{margin-bottom:.5rem}.category-list button{background:none;border:none;padding:.5rem 0;color:var(--text-secondary);cursor:pointer;font-size:.9375rem;transition:color var(--transition-base)}.category-list button:hover,.category-list button.active{color:var(--primary);font-weight:500}.products-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle)}.products-toolbar select{padding:.5rem 1rem;border:1px solid var(--border-subtle);background:#fff;font-family:var(--font-body)}.product-detail-page{padding:2rem;max-width:1400px;margin:0 auto}.product-detail-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.product-gallery{position:sticky;top:100px}.main-image{background:var(--cream);border-radius:4px;overflow:hidden;margin-bottom:1rem}.main-image img{width:100%;height:auto;display:block}.gallery-thumbs{display:flex;gap:.75rem}.gallery-thumbs img{width:80px;height:80px;object-fit:cover;border-radius:4px;cursor:pointer;opacity:.7;transition:all var(--transition-base);border:2px solid transparent}.gallery-thumbs img:hover{opacity:1}.gallery-thumbs img.active{opacity:1;border-color:var(--primary)}.product-info-detail{padding-top:1rem}.product-title{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--primary);margin-bottom:1rem;line-height:1.3;letter-spacing:-.02em}.product-price-large{font-size:1.5rem;font-weight:600;color:var(--primary);margin-bottom:1.5rem}.product-description{color:var(--text-secondary);line-height:1.7;margin-bottom:2rem}.product-actions{display:flex;gap:1rem;margin-bottom:2rem}.quantity-selector{display:flex;align-items:center;border:1px solid var(--border-subtle);border-radius:4px}.quantity-selector button{width:40px;height:40px;background:none;border:none;cursor:pointer;font-size:1.25rem;color:var(--text-primary)}.quantity-selector span{width:50px;text-align:center;font-weight:500}.add-to-cart{flex:1}.add-to-cart.added{background:var(--secondary)}.product-meta{padding-top:2rem;border-top:1px solid var(--border-subtle)}.product-meta p{margin-bottom:.5rem;color:var(--text-secondary)}.related-products{padding-top:4rem;border-top:1px solid var(--border-subtle)}.related-products h2{font-family:var(--font-display);font-size:1.75rem;color:var(--primary);margin-bottom:2rem;text-align:center}.not-found{text-align:center;padding:4rem 2rem}.cart-page{padding:2rem;max-width:1200px;margin:0 auto}.cart-page h1{font-family:var(--font-display);font-size:2rem;color:var(--primary);margin-bottom:2rem}.cart-empty{text-align:center;padding:4rem 2rem}.cart-empty p{color:var(--text-secondary);margin-bottom:2rem}.cart-container{display:grid;grid-template-columns:1fr 350px;gap:3rem}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto;gap:1.5rem;align-items:center;padding:1.5rem;background:#fff;border-radius:4px}.cart-item-image img{width:100px;height:100px;object-fit:cover;border-radius:4px}.cart-item-details h3{font-family:var(--font-display);font-size:1.125rem;color:var(--primary);margin-bottom:.5rem}.cart-item-price{color:var(--text-secondary)}.cart-item-actions{display:flex;flex-direction:column;gap:.75rem;align-items:center}.remove-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.875rem;text-decoration:underline}.cart-item-total{font-weight:600;font-size:1.125rem;color:var(--primary)}.cart-summary{background:#fff;padding:2rem;border-radius:4px;height:fit-content;position:sticky;top:100px}.cart-summary h2{font-family:var(--font-display);font-size:1.25rem;color:var(--primary);margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;color:var(--text-secondary)}.summary-row.total{font-size:1.25rem;font-weight:600;color:var(--primary);padding-top:1rem;border-top:1px solid var(--border-subtle);margin-top:1rem}.checkout-btn{width:100%;margin-top:1.5rem}.continue-shopping{display:block;text-align:center;margin-top:1rem;color:var(--text-secondary);text-decoration:underline}.checkout-page{padding:2rem;max-width:1200px;margin:0 auto}.checkout-page h1{font-family:var(--font-display);font-size:2rem;color:var(--primary);margin-bottom:2rem}.checkout-empty{text-align:center;padding:4rem 2rem}.checkout-container{display:grid;grid-template-columns:1fr 400px;gap:3rem}.checkout-form-section{background:#fff;padding:2rem;border-radius:4px}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:4px;margin-bottom:1.5rem}.form-section{margin-bottom:2rem}.form-section h2{font-family:var(--font-display);font-size:1.25rem;color:var(--primary);margin-bottom:1rem}.checkout-form input{width:100%;padding:.875rem 1rem;border:1px solid var(--border-subtle);border-radius:4px;font-family:var(--font-body);font-size:1rem;margin-bottom:1rem}.checkout-form input:focus{outline:none;border-color:var(--secondary)}.payment-icons{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap;align-items:center}.payment-icons img{height:40px;width:40px;object-fit:contain}.payment-form{background:var(--cream);padding:1.5rem;border-radius:4px;margin-top:1rem}.payment-form .form-group{margin-bottom:1rem}.payment-form label{display:block;font-size:.875rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.payment-form input{background:#fff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.payment-note{color:var(--text-secondary);font-size:.9375rem}.checkout-submit{width:100%;margin-top:1rem}.checkout-submit:disabled{opacity:.7;cursor:not-allowed}.checkout-summary{background:var(--cream);padding:2rem;border-radius:4px;height:fit-content;position:sticky;top:100px}.checkout-summary h2{font-family:var(--font-display);font-size:1.25rem;color:var(--primary);margin-bottom:1.5rem}.summary-items{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-subtle)}.summary-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.summary-item-image{position:relative;width:60px;height:60px}.summary-item-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.item-quantity{position:absolute;top:-8px;right:-8px;width:20px;height:20px;background:var(--primary);color:#fff;font-size:.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.summary-item-name{flex:1;font-size:.9375rem;color:var(--text-primary)}.summary-item-price{font-weight:500;color:var(--primary)}.summary-totals .summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;color:var(--text-secondary)}.summary-totals .summary-row.total{font-size:1.25rem;font-weight:600;color:var(--primary);padding-top:.75rem;border-top:1px solid var(--border-subtle);margin-top:.75rem}.currency-selector{position:relative}.currency-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);padding:.375rem .75rem;font-size:.8125rem;font-weight:500;color:#fff;cursor:pointer;border-radius:4px;transition:all .3s}.currency-btn:hover{background:#fff3;border-color:#ffffff80}.currency-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.currency-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid var(--border-subtle);border-radius:4px;box-shadow:var(--shadow-lg);min-width:200px;z-index:1600}.currency-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;cursor:pointer;text-align:left;transition:background var(--transition-base)}.currency-option:hover,.currency-option.active{background:var(--cream)}.currency-code{font-weight:600;color:var(--primary);min-width:40px}.currency-symbol{color:var(--secondary);min-width:20px}.currency-name{font-size:.875rem;color:var(--text-secondary)}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2000;display:flex;align-items:flex-start;justify-content:center;padding-top:100px}.search-container{background:#fff;width:100%;max-width:600px;border-radius:8px;box-shadow:var(--shadow-lg);overflow:hidden}.search-header{display:flex;align-items:center;padding:1rem;border-bottom:1px solid var(--border-subtle)}.search-header input{flex:1;border:none;font-size:1.125rem;padding:.5rem;outline:none}.search-header .close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:var(--text-muted)}.search-results{max-height:400px;overflow-y:auto}.search-result-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid var(--border-subtle);transition:background var(--transition-base)}.search-result-item:hover{background:var(--cream)}.search-result-item img{width:60px;height:60px;object-fit:cover;border-radius:4px}.result-info h4{font-family:var(--font-display);font-size:1rem;color:var(--primary);margin-bottom:.25rem}.result-info p{color:var(--secondary);font-weight:500}.search-no-results{padding:2rem;text-align:center;color:var(--text-secondary)}.page-content{max-width:800px;margin:0 auto;padding:2rem}.content-section{padding:2rem 0}.content-block{margin-bottom:3rem}.content-block h2{font-family:var(--font-display);font-size:1.5rem;color:var(--primary);margin-bottom:1rem}.content-block p{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.content-block ul{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}.content-block li{margin-bottom:.5rem;line-height:1.7}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2{font-family:var(--font-display);font-size:1.75rem;color:var(--primary);margin-bottom:1rem}.contact-info p{color:var(--text-secondary);line-height:1.7;margin-bottom:2rem}.contact-details p{margin-bottom:.75rem}.contact-form-wrapper{background:#fff;padding:2rem;border-radius:4px}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}.contact-form input,.contact-form textarea{width:100%;padding:.875rem 1rem;border:1px solid var(--border-subtle);border-radius:4px;font-family:var(--font-body);font-size:1rem}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--secondary)}.success-message{text-align:center;padding:3rem 2rem}.success-message h3{font-family:var(--font-display);font-size:1.5rem;color:var(--primary);margin-bottom:1rem}.country-select{position:relative;width:100%}.country-select-trigger{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border:1px solid var(--border-subtle);border-radius:4px;background:#fff;cursor:pointer;transition:all var(--transition-base)}.country-select-trigger:hover{border-color:var(--secondary)}.country-select-trigger.open{border-color:var(--secondary);box-shadow:0 0 0 3px #8b5a2b1a}.country-select-value{display:flex;align-items:center;gap:.75rem}.country-flag{font-size:1.25rem;line-height:1}.country-name{font-size:1rem;color:var(--text-primary)}.country-placeholder{color:var(--text-muted);font-size:1rem}.country-select-arrow{color:var(--text-muted);transition:transform var(--transition-base)}.country-select-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:#fff;border:1px solid var(--border-subtle);border-radius:4px;box-shadow:var(--shadow-lg);z-index:100;max-height:320px;overflow:hidden;animation:dropdownSlide .2s ease}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.country-search{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--border-subtle)}.country-search .search-icon{color:var(--text-muted);flex-shrink:0}.country-search input{flex:1;border:none;padding:.25rem 0;font-size:.9375rem;color:var(--text-primary);background:transparent;outline:none}.country-search input::placeholder{color:var(--text-muted)}.country-list{max-height:240px;overflow-y:auto}.country-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background var(--transition-base)}.country-option:hover,.country-option.selected{background:var(--cream)}.country-option .country-flag{flex-shrink:0}.country-option .country-name{flex:1;font-size:.9375rem}.country-option .check-icon{color:var(--secondary);flex-shrink:0}.country-no-results{padding:1.5rem;text-align:center;color:var(--text-muted);font-size:.9375rem}.form-section-header{margin-bottom:1.25rem}.form-section-header h2{margin-bottom:.25rem}.form-section-subtitle{font-size:.875rem;color:var(--text-muted)}.form-group{margin-bottom:1rem}.form-row.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row.three-col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.field-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.field-hint{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:.5rem;background:var(--border-subtle);color:var(--text-muted);font-size:.75rem;border-radius:50%;cursor:help}.checkout-form input:not([type=checkbox]){width:100%;padding:.875rem 1rem;border:1px solid var(--border-subtle);border-radius:4px;font-family:var(--font-body);font-size:1rem;color:var(--text-primary);background:#fff;transition:all var(--transition-base)}.checkout-form input:not([type=checkbox]):focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #8b5a2b1a}.checkout-form input:not([type=checkbox])::placeholder{color:var(--text-muted)}.spinner{display:inline-block;width:18px;height:18px;margin-right:.5rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.lazy-image-wrapper{position:relative}.lazy-image{display:block}.payment-error{display:flex;align-items:flex-start;gap:.75rem;margin-top:1rem}.payment-error svg{flex-shrink:0;margin-top:.125rem}.payment-error p{margin:0;line-height:1.5}.summary-item-details{flex:1}.summary-item-variant{font-size:.875rem;color:var(--text-muted);margin-top:.25rem}.shipping-note{font-size:.875rem;color:var(--text-muted);font-style:italic}.total-amount{display:flex;align-items:baseline;gap:.125rem}.total-currency{font-size:1rem;font-weight:500}.total-value{font-size:1.5rem;font-weight:600}@media (max-width: 1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.checkout-container{grid-template-columns:1fr}.checkout-summary{position:static;order:-1}.cart-container{grid-template-columns:1fr}.cart-summary{position:static}.product-detail-container{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}.contact-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.header-nav{display:none}.hero-title{font-size:2.5rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.form-row.two-col,.form-row.three-col{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto;gap:1rem}.cart-item-image{grid-row:span 2}.cart-item-actions{flex-direction:row;justify-content:space-between;grid-column:2}.cart-item-total{grid-column:2;text-align:right}.country-select-dropdown{position:fixed;top:auto;bottom:0;left:0;right:0;margin:0;border-radius:12px 12px 0 0;max-height:70vh;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.country-list{max-height:calc(70vh - 60px)}}@media (max-width: 480px){.product-grid{grid-template-columns:1fr}}.hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 72px);background:var(--ivory)}.hero-left{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:var(--cream)}.hero-content-left{max-width:500px}.hero-tagline{font-family:var(--font-body);font-size:.875rem;text-transform:uppercase;letter-spacing:.15em;color:var(--secondary);margin-bottom:1rem}.hero-title-large{font-family:var(--font-display);font-size:clamp(3rem,6vw,5rem);font-weight:700;line-height:1.1;color:var(--primary);margin-bottom:1.5rem}.hero-description{font-size:1.125rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-right{position:relative;overflow:hidden}.hero-image-container{width:100%;height:100%}.hero-image-container img{width:100%;height:100%;object-fit:cover}.stats-bar{background:var(--primary);padding:3rem 2rem}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{text-align:center;color:var(--ivory)}.stat-number{font-family:var(--font-display);font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:var(--gold)}.stat-label{font-size:.9375rem;color:#fffc}.featured-horizontal{padding:6rem 2rem;background:var(--ivory)}.section-header-left{max-width:1200px;margin:0 auto 3rem}.horizontal-scroll-container{display:flex;gap:2rem;overflow-x:auto;padding-bottom:1rem;max-width:1200px;margin:0 auto}.horizontal-scroll-container::-webkit-scrollbar{height:8px}.horizontal-scroll-container::-webkit-scrollbar-track{background:var(--cream)}.horizontal-scroll-container::-webkit-scrollbar-thumb{background:var(--secondary);border-radius:4px}.product-card-horizontal{min-width:300px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform var(--transition-base)}.product-card-horizontal:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-image-horizontal{width:100%;height:300px;overflow:hidden;background:var(--cream)}.product-image-horizontal img{width:100%;height:100%;object-fit:cover}.product-info-horizontal{padding:1.5rem}.philosophy-section{background:var(--primary);padding:6rem 2rem;text-align:center}.philosophy-content{max-width:800px;margin:0 auto}.philosophy-title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--ivory);margin-bottom:1.5rem}.philosophy-text{font-size:1.25rem;color:#ffffffe6;line-height:1.8;margin-bottom:2rem}.btn-text{background:none;border:none;color:var(--gold);font-size:1.125rem;font-weight:600;cursor:pointer;transition:var(--transition-base)}.btn-text:hover{color:var(--ivory)}.products-masonry{padding:6rem 2rem;background:var(--cream)}.section-header-center{text-align:center;max-width:600px;margin:0 auto 4rem}.masonry-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.masonry-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform var(--transition-base)}.masonry-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.masonry-item-0{grid-row:span 2}.masonry-item-1,.masonry-item-2{grid-row:span 1}.masonry-image{width:100%;height:100%;min-height:300px;overflow:hidden}.masonry-image img{width:100%;height:100%;object-fit:cover}.masonry-info{padding:1.5rem}.masonry-name{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--primary);margin-bottom:.5rem}.masonry-price{font-size:1.25rem;font-weight:700;color:var(--secondary)}.benefits-section{padding:6rem 2rem;background:var(--ivory)}.benefits-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.benefit-card{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:var(--shadow-sm);transition:transform var(--transition-base)}.benefit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-card h3{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--primary);margin-bottom:.75rem}.benefit-card p{color:var(--text-secondary);line-height:1.6}@media (max-width: 1024px){.hero-split{grid-template-columns:1fr}.hero-right{height:400px}.stats-container,.masonry-grid,.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.stats-container,.masonry-grid,.benefits-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column}}.top-bar{background:var(--primary);padding:.5rem 2rem;font-size:.8125rem}.top-bar-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.top-bar-text{color:#ffffffe6;margin:0}.top-bar-actions{display:flex;align-items:center;gap:1rem}.header-main{background:var(--ivory);border-bottom:1px solid var(--border-subtle);position:sticky;top:0;z-index:1000}.header-main-inner{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:24px;height:2px;background:var(--primary);transition:.3s}.header-nav-left{display:flex;gap:2rem;justify-content:flex-end}.header-nav-left a{font-size:.875rem;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;transition:color .3s}.header-nav-left a:hover{color:var(--primary)}.header-logo-center{text-align:center}.header-logo-center a{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.logo-icon{font-size:1.5rem;color:var(--gold)}.logo-text{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:.1em}.header-nav-right{display:flex;gap:1.5rem;align-items:center}.header-nav-right>a{font-size:.875rem;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.nav-icon-btn{background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text-primary);position:relative;display:flex;align-items:center}.cart-count{position:absolute;top:0;right:0;width:18px;height:18px;background:var(--primary);color:#fff;font-size:.6875rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu{display:none;background:var(--ivory);border-top:1px solid var(--border-subtle);padding:1rem 2rem}.mobile-menu.open{display:block}.mobile-nav{display:flex;flex-direction:column;gap:1rem}.mobile-nav a{font-size:1rem;color:var(--text-primary);padding:.5rem 0;border-bottom:1px solid var(--border-subtle)}.footer-new{background:var(--dark);color:var(--ivory)}.footer-newsletter{background:var(--primary);padding:4rem 2rem;text-align:center}.footer-newsletter-inner{max-width:500px;margin:0 auto}.footer-newsletter h3{font-family:var(--font-display);font-size:1.75rem;font-weight:600;margin-bottom:.5rem;color:var(--ivory)}.footer-newsletter p{color:#fffc;margin-bottom:1.5rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{flex:1;padding:.875rem 1rem;border:none;border-radius:4px;font-size:.9375rem}.newsletter-form button{padding:.875rem 1.5rem;background:var(--gold);color:var(--dark);border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background .3s}.newsletter-form button:hover{background:var(--accent)}.footer-main{padding:4rem 2rem}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}.footer-col h4{font-family:var(--font-display);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;color:var(--gold)}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:.75rem}.footer-col a{color:#ffffffb3;font-size:.9375rem;transition:color .3s}.footer-col a:hover{color:var(--gold)}.footer-brand-col .footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-brand-col .logo-icon{font-size:1.75rem;color:var(--gold)}.footer-brand-col .logo-text{font-family:var(--font-display);font-size:1.5rem;font-weight:700;letter-spacing:.1em}.footer-desc{color:#fff9;font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:.75rem}.social-links a{width:36px;height:36px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:var(--ivory);transition:background .3s}.social-links a:hover{background:var(--gold);color:var(--dark)}.contact-list li{color:#ffffffb3;font-size:.9375rem;margin-bottom:.5rem}.footer-bottom-bar{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem}.footer-bottom-inner p{color:#ffffff80;font-size:.875rem;margin:0}.payment-icons{display:flex;gap:1rem}.payment-icons span{font-size:.75rem;color:#ffffff80;padding:.25rem .5rem;border:1px solid rgba(255,255,255,.2);border-radius:4px}@media (max-width: 1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.top-bar{display:none}.header-main-inner{grid-template-columns:auto 1fr auto}.mobile-menu-toggle{display:flex}.header-nav-left,.header-nav-right>a:not(.cart-link){display:none}.header-logo-center{text-align:left}.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column;gap:1rem;text-align:center}.newsletter-form{flex-direction:column}}.footer{background:var(--primary);color:var(--ivory)}.footer-brand{padding:4rem 2rem 2rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand-inner{max-width:1200px;margin:0 auto}.footer-logo-large{font-family:var(--font-logo);font-size:3rem;font-weight:400;letter-spacing:.3em;color:var(--ivory);margin-bottom:.75rem}.footer-tagline{font-family:var(--font-body);font-size:1rem;color:var(--gold);font-style:italic;letter-spacing:.05em}.footer-grid-section{padding:3rem 2rem}.footer-grid-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.footer-column-title{font-family:var(--font-display);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-bottom:1.5rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.875rem}.footer-links a{color:#ffffffbf;font-size:.9375rem;transition:color .3s ease}.footer-links a:hover{color:var(--gold)}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{margin-bottom:1.25rem}.contact-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:.25rem}.contact-value{color:#ffffffd9;font-size:.9375rem}.footer-newsletter-text{color:#ffffffb3;font-size:.9375rem;line-height:1.6;margin-bottom:1.25rem}.footer-form{display:flex;flex-direction:column;gap:.75rem}.footer-form input{padding:.875rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;background:#ffffff0d;color:var(--ivory);font-size:.9375rem}.footer-form input::placeholder{color:#fff6}.footer-form button{padding:.875rem 1.5rem;background:var(--accent);color:var(--ivory);border:none;border-radius:4px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:background .3s ease}.footer-form button:hover{background:var(--gold);color:var(--primary)}.footer-success{color:var(--gold);font-size:.9375rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem}.footer-bottom-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-copyright{color:#ffffff80;font-size:.875rem;margin:0}.footer-payment{display:flex;gap:.75rem}.payment-icon{width:40px;height:26px;background:#ffffff1a;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.625rem;color:#fff9;border:1px solid rgba(255,255,255,.15)}@media (max-width: 1024px){.footer-grid-inner{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width: 640px){.footer-logo-large{font-size:2rem;letter-spacing:.2em}.footer-grid-inner{grid-template-columns:1fr;gap:2rem}.footer-bottom-inner{flex-direction:column;gap:1rem;text-align:center}}
