.cookie-banner.svelte-10b7zl7{position:fixed;bottom:1.5rem;left:1.5rem;right:1.5rem;max-width:520px;z-index:150;background:var(--color-bg-dark);color:var(--color-text-on-dark);padding:1.25rem 1.5rem;border-radius:var(--radius-md);box-shadow:0 8px 30px #2c231840;display:flex;align-items:center;gap:1.25rem;animation:svelte-10b7zl7-cookieSlideUp .4s cubic-bezier(.16,1,.3,1)}.cookie-text.svelte-10b7zl7{font-size:.85rem;line-height:1.6;color:#f5ede0cc;flex:1}.cookie-link.svelte-10b7zl7{color:var(--color-accent-light);text-decoration:underline;text-underline-offset:2px}.cookie-link.svelte-10b7zl7:hover{color:var(--color-accent)}.cookie-actions.svelte-10b7zl7{display:flex;gap:.5rem;flex-shrink:0}.cookie-btn.svelte-10b7zl7{padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.cookie-accept.svelte-10b7zl7{background:var(--color-accent);color:var(--color-white)}.cookie-accept.svelte-10b7zl7:hover{background:var(--color-primary)}.cookie-decline.svelte-10b7zl7{color:#f5ede080}.cookie-decline.svelte-10b7zl7:hover{color:#f5ede0e6}@keyframes svelte-10b7zl7-cookieSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.cookie-banner.svelte-10b7zl7{flex-direction:column;align-items:stretch;bottom:1rem;left:1rem;right:1rem;gap:1rem}.cookie-actions.svelte-10b7zl7{justify-content:flex-end}}.footer.svelte-9sff3o{background:var(--color-bg-dark);color:var(--color-text-on-dark);padding:var(--space-3xl) var(--space-lg) var(--space-lg)}.footer-grid.svelte-9sff3o{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:var(--space-xl);margin-bottom:var(--space-xl)}.footer-logo.svelte-9sff3o{font-family:var(--font-heading);font-size:1.5rem;font-weight:500;margin-bottom:var(--space-sm)}.footer-tagline.svelte-9sff3o{color:#f5ede099;font-size:.9rem;line-height:1.6;max-width:300px}.footer-links.svelte-9sff3o{display:flex;flex-direction:column;gap:.6rem}.footer-links.svelte-9sff3o h4:where(.svelte-9sff3o){font-family:var(--font-heading);font-size:1rem;font-weight:500;margin-bottom:.5rem}.footer-links.svelte-9sff3o a:where(.svelte-9sff3o){font-size:.85rem;color:#f5ede099;transition:color var(--transition)}.footer-links.svelte-9sff3o a:where(.svelte-9sff3o):hover{color:var(--color-accent)}.footer-bottom.svelte-9sff3o{padding-top:var(--space-lg);border-top:1px solid rgba(245,237,224,.1)}.footer-bottom.svelte-9sff3o p:where(.svelte-9sff3o){font-size:.8rem;color:#f5ede066}.footer-newsletter.svelte-9sff3o h4:where(.svelte-9sff3o){font-family:var(--font-heading);font-size:1rem;font-weight:500;margin-bottom:.5rem}.footer-newsletter-desc.svelte-9sff3o{font-size:.85rem;color:#f5ede099;line-height:1.6;margin-bottom:var(--space-sm)}.newsletter-form.svelte-9sff3o{display:flex;gap:.5rem}.newsletter-input.svelte-9sff3o{flex:1;padding:.6rem .875rem;border:1px solid rgba(245,237,224,.15);border-radius:var(--radius-sm);background:#f5ede00d;color:var(--color-text-on-dark);font-family:var(--font-body);font-size:.85rem;outline:none;transition:border-color var(--transition)}.newsletter-input.svelte-9sff3o::placeholder{color:#f5ede04d}.newsletter-input.svelte-9sff3o:focus{border-color:var(--color-accent)}.newsletter-btn.svelte-9sff3o{padding:.6rem 1.25rem;background:var(--color-accent);color:var(--color-white);border-radius:var(--radius-sm);font-size:.85rem;font-weight:500;transition:background var(--transition)}.newsletter-btn.svelte-9sff3o:hover{background:var(--color-primary)}.newsletter-feedback.svelte-9sff3o{font-size:.8rem;margin-top:.5rem}.newsletter-feedback.success.svelte-9sff3o{color:#2d8a4e}.newsletter-feedback.error.svelte-9sff3o{color:#c0392b}@media(max-width:768px){.footer.svelte-9sff3o{padding:var(--space-lg) var(--space-sm) var(--space-sm)}.footer-grid.svelte-9sff3o{grid-template-columns:1fr;gap:var(--space-lg)}.newsletter-form.svelte-9sff3o{flex-direction:column}}.chat-bubble.svelte-3vislt{position:fixed;bottom:1.5rem;right:1.5rem;z-index:300;width:56px;height:56px;border-radius:50%;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #c4903d66;transition:all .2s ease;cursor:pointer;border:none}.chat-bubble.svelte-3vislt:hover{transform:scale(1.05);box-shadow:0 6px 28px #c4903d80}.chat-unread.svelte-3vislt{position:absolute;top:-2px;right:-2px;background:#c0392b;color:#fff;font-size:.65rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.chat-window.svelte-3vislt{position:fixed;bottom:6rem;right:1.5rem;z-index:301;width:380px;max-width:calc(100vw - 2rem);height:520px;max-height:calc(100vh - 8rem);background:var(--color-bg);border-radius:16px;box-shadow:0 8px 40px #2c231826,0 0 0 1px #2c23180d;display:flex;flex-direction:column;overflow:hidden;animation:svelte-3vislt-chatSlideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes svelte-3vislt-chatSlideUp{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-header.svelte-3vislt{background:#2c2318;color:#f5ede0;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.chat-header-info.svelte-3vislt{display:flex;align-items:center;gap:.75rem}.chat-avatar.svelte-3vislt{width:36px;height:36px;border-radius:50%;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.55rem;font-weight:700;letter-spacing:.05em}.chat-header-title.svelte-3vislt{font-weight:600;font-size:.9rem}.chat-header-status.svelte-3vislt{font-size:.72rem;color:#81c784}.chat-close.svelte-3vislt{color:#f5ede099;padding:.25rem;cursor:pointer;background:none;border:none}.chat-close.svelte-3vislt:hover{color:#f5ede0}.chat-start.svelte-3vislt{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;gap:.75rem}.chat-start-icon.svelte-3vislt{color:var(--color-accent);margin-bottom:.25rem}.chat-start.svelte-3vislt h3:where(.svelte-3vislt){font-family:var(--font-heading);font-size:1.2rem;font-weight:500}.chat-start.svelte-3vislt p:where(.svelte-3vislt){font-size:.85rem;color:var(--color-text-light);line-height:1.5}.chat-start-form.svelte-3vislt{width:100%;display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.chat-input-field.svelte-3vislt{padding:.7rem .9rem;border:1px solid var(--color-border);border-radius:8px;font-family:var(--font-body);font-size:.85rem;color:var(--color-text);background:#fff;outline:none;transition:border-color .2s ease}.chat-input-field.svelte-3vislt:focus{border-color:var(--color-accent)}.chat-start-btn.svelte-3vislt{padding:.75rem;background:var(--color-accent);color:#fff;border:none;border-radius:8px;font-family:var(--font-body);font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease}.chat-start-btn.svelte-3vislt:hover:not(:disabled){background:var(--color-primary)}.chat-start-btn.svelte-3vislt:disabled{opacity:.5;cursor:not-allowed}.chat-resume-link.svelte-3vislt{background:none;border:none;color:var(--color-accent);font-family:var(--font-body);font-size:.8rem;cursor:pointer;text-decoration:underline;text-underline-offset:2px;padding:0;transition:color .2s ease}.chat-resume-link.svelte-3vislt:hover{color:var(--color-primary)}.chat-error.svelte-3vislt{font-size:.82rem;color:#c0392b;background:#c0392b0f;padding:.5rem .75rem;border-radius:6px;width:100%;text-align:center}.chat-body.svelte-3vislt{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.chat-empty.svelte-3vislt{flex:1;display:flex;align-items:center;justify-content:center;color:var(--color-text-light);font-size:.85rem}.chat-msg.svelte-3vislt{display:flex}.chat-msg.is-customer.svelte-3vislt{justify-content:flex-end}.chat-msg.is-admin.svelte-3vislt{justify-content:flex-start}.chat-msg-bubble.svelte-3vislt{max-width:80%;padding:.6rem .9rem;border-radius:12px;font-size:.85rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.chat-msg.is-customer.svelte-3vislt .chat-msg-bubble:where(.svelte-3vislt){background:var(--color-accent);color:#fff;border-bottom-right-radius:4px}.chat-msg.is-admin.svelte-3vislt .chat-msg-bubble:where(.svelte-3vislt){background:#fff;border:1px solid var(--color-border);border-bottom-left-radius:4px}.chat-msg-time.svelte-3vislt{display:block;font-size:.62rem;opacity:.6;margin-top:.25rem;text-align:right}.chat-footer.svelte-3vislt{padding:.75rem 1rem;border-top:1px solid var(--color-border);display:flex;gap:.5rem;align-items:flex-end;background:#fff}.chat-textarea.svelte-3vislt{flex:1;border:1px solid var(--color-border);border-radius:10px;padding:.6rem .8rem;font-family:var(--font-body);font-size:.85rem;color:var(--color-text);resize:none;outline:none;max-height:80px;transition:border-color .2s ease}.chat-textarea.svelte-3vislt:focus{border-color:var(--color-accent)}.chat-send.svelte-3vislt{width:36px;height:36px;border-radius:50%;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;border:none;transition:all .2s ease}.chat-send.svelte-3vislt:hover:not(:disabled){background:var(--color-primary)}.chat-send.svelte-3vislt:disabled{opacity:.4;cursor:not-allowed}@media(max-width:480px){.chat-window.svelte-3vislt{inset:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh;border-radius:0}.chat-bubble.svelte-3vislt{bottom:5rem;right:1rem;display:none}}*{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #fbf8f3;--color-bg-dark: #2c2318;--color-bg-warm: #f5ede0;--color-bg-cream: #f0e8d8;--color-primary: #8b6914;--color-accent: #c4903d;--color-accent-light: #d4a854;--color-text: #2c2318;--color-text-light: #8b7e6e;--color-text-on-dark: #f5ede0;--color-border: #e5ddd0;--color-white: #ffffff;--font-heading: "Playfair Display", serif;--font-body: "DM Sans", sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--space-3xl: 8rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--transition: .3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth;scrollbar-width:none}html::-webkit-scrollbar{display:none}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.section{padding:var(--space-3xl) var(--space-lg)}.section-label{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-sm)}.section-heading{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.5rem);font-weight:400;line-height:1.15;margin-bottom:var(--space-md)}.container{max-width:1200px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;letter-spacing:.02em;transition:all var(--transition)}.btn-primary{background:var(--color-accent);color:var(--color-white)}.btn-primary:hover{background:var(--color-primary);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--color-white);border:1px solid rgba(255,255,255,.4)}.btn-outline:hover{background:#ffffff1a;border-color:#ffffffb3}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.fade-in.visible{opacity:1;transform:translateY(0)}.anim-nav.svelte-12qhfyh{animation:svelte-12qhfyh-navSlideIn .8s cubic-bezier(.16,1,.3,1) .2s both}@keyframes svelte-12qhfyh-navSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.nav.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:100;transition:all var(--transition)}.nav.scrolled.svelte-12qhfyh{background:#fbf8f3f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-inner.svelte-12qhfyh{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1.25rem var(--space-lg);transition:padding var(--transition)}.nav.scrolled.svelte-12qhfyh .nav-inner:where(.svelte-12qhfyh){padding:.75rem var(--space-lg)}.nav-logo.svelte-12qhfyh{font-family:var(--font-heading);font-size:1.25rem;font-weight:500;letter-spacing:.02em;color:var(--color-white);transition:color var(--transition)}.nav.scrolled.svelte-12qhfyh .nav-logo:where(.svelte-12qhfyh){color:var(--color-text)}.nav-actions.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-md)}.lang-toggle.svelte-12qhfyh{font-size:.8rem;font-weight:500;letter-spacing:.05em;color:#fff9;display:flex;align-items:center;justify-content:center;gap:.25rem;min-height:44px;min-width:44px;transition:color var(--transition)}.lang-toggle.svelte-12qhfyh span.active:where(.svelte-12qhfyh){color:var(--color-white);font-weight:600}.nav.scrolled.svelte-12qhfyh .lang-toggle:where(.svelte-12qhfyh){color:var(--color-text-light)}.nav.scrolled.svelte-12qhfyh .lang-toggle:where(.svelte-12qhfyh) span.active:where(.svelte-12qhfyh){color:var(--color-text)}.lang-divider.svelte-12qhfyh{opacity:.3}.cart-btn.svelte-12qhfyh{position:relative;color:var(--color-white);padding:.25rem;min-width:44px;min-height:44px;transition:color var(--transition)}.cart-btn.svelte-12qhfyh:hover{color:var(--color-accent-light)}.nav.scrolled.svelte-12qhfyh .cart-btn:where(.svelte-12qhfyh){color:var(--color-text)}.nav.scrolled.svelte-12qhfyh .cart-btn:where(.svelte-12qhfyh):hover{color:var(--color-accent)}.cart-badge.svelte-12qhfyh{position:absolute;top:-4px;right:-6px;background:var(--color-accent);color:var(--color-white);font-size:.65rem;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.shipping-banner.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.35rem 0;font-size:.75rem;font-weight:500;letter-spacing:.04em;color:#fffc;background:#ffffff14}.shipping-banner.svelte-12qhfyh svg:where(.svelte-12qhfyh){opacity:.7}.nav.scrolled.svelte-12qhfyh .shipping-banner:where(.svelte-12qhfyh){color:var(--color-white);background:var(--color-accent)}.nav.scrolled.svelte-12qhfyh .shipping-banner:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){opacity:1}.cart-overlay.svelte-12qhfyh{position:fixed;inset:0;background:#2c231866;z-index:200;animation:svelte-12qhfyh-fadeIn .3s ease}.cart-drawer.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:90vw;background:var(--color-bg);z-index:201;display:flex;flex-direction:column;animation:svelte-12qhfyh-slideIn .35s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 30px #2c23181a}.cart-header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--color-border)}.cart-header.svelte-12qhfyh h3:where(.svelte-12qhfyh){font-family:var(--font-heading);font-size:1.25rem;font-weight:500}.cart-close.svelte-12qhfyh{color:var(--color-text-light);padding:.25rem;transition:color var(--transition)}.cart-close.svelte-12qhfyh:hover{color:var(--color-text)}.cart-empty.svelte-12qhfyh{flex:1;display:flex;align-items:center;justify-content:center;color:var(--color-text-light)}.cart-items.svelte-12qhfyh{flex:1;overflow-y:auto;padding:var(--space-md) var(--space-lg)}.cart-item.svelte-12qhfyh{display:flex;gap:var(--space-sm);padding:var(--space-sm) 0;border-bottom:1px solid var(--color-border);align-items:flex-start}.cart-item-img.svelte-12qhfyh{width:64px;height:64px;object-fit:cover;border-radius:var(--radius-sm)}.cart-item-info.svelte-12qhfyh{flex:1}.cart-item-name.svelte-12qhfyh{font-weight:500;font-size:.9rem;margin-bottom:.25rem}.cart-item-price.svelte-12qhfyh{color:var(--color-accent);font-weight:600;font-size:.9rem;margin-bottom:.5rem}.cart-item-qty.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem}.cart-item-qty.svelte-12qhfyh button:where(.svelte-12qhfyh){width:44px;height:44px;border:1px solid var(--color-border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--color-text);transition:all var(--transition)}.cart-item-qty.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{border-color:var(--color-accent);color:var(--color-accent)}.cart-item-qty.svelte-12qhfyh span:where(.svelte-12qhfyh){font-weight:500;min-width:1.5rem;text-align:center}.cart-item-remove.svelte-12qhfyh{color:var(--color-text-light);padding:.25rem;opacity:.5;transition:all var(--transition)}.cart-item-remove.svelte-12qhfyh:hover{opacity:1;color:#c0392b}.cart-footer.svelte-12qhfyh{padding:var(--space-md) var(--space-lg);border-top:1px solid var(--color-border)}.cart-shipping-progress.svelte-12qhfyh{margin-bottom:var(--space-sm)}.cart-shipping-hint.svelte-12qhfyh{font-size:.8rem;color:var(--color-accent);text-align:center;margin-bottom:.4rem}.cart-shipping-unlocked.svelte-12qhfyh{color:#2d8a4e}.progress-bar.svelte-12qhfyh{width:100%;height:4px;background:var(--color-border);border-radius:2px;overflow:hidden}.progress-fill.svelte-12qhfyh{height:100%;background:var(--color-accent);border-radius:2px;transition:width .4s cubic-bezier(.4,0,.2,1)}.cart-shipping-unlocked.svelte-12qhfyh+.progress-bar:where(.svelte-12qhfyh) .progress-fill:where(.svelte-12qhfyh){background:#2d8a4e}.cart-shipping-row.svelte-12qhfyh{display:flex;justify-content:space-between;font-size:.85rem;color:var(--color-text-light);margin-bottom:var(--space-xs)}.cart-free.svelte-12qhfyh{color:#2d8a4e;font-weight:500}.cart-total.svelte-12qhfyh{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:600;margin-bottom:var(--space-md)}.cart-checkout.svelte-12qhfyh{width:100%;margin-bottom:var(--space-xs)}.cart-continue.svelte-12qhfyh{width:100%;text-align:center;padding:.5rem;color:var(--color-text-light);font-size:.85rem;transition:color var(--transition)}.cart-continue.svelte-12qhfyh:hover{color:var(--color-text)}@keyframes svelte-12qhfyh-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-12qhfyh-slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media(max-width:768px){.nav-inner.svelte-12qhfyh{padding:1rem var(--space-sm)}.nav.scrolled.svelte-12qhfyh .nav-inner:where(.svelte-12qhfyh){padding:.6rem var(--space-sm)}.section{padding:var(--space-2xl) var(--space-sm)}}.cart-upsell.svelte-12qhfyh{padding:var(--space-sm);background:#c4903d0f;border-radius:var(--radius-sm);margin-bottom:var(--space-sm);text-align:center}.cart-upsell-text.svelte-12qhfyh{font-size:.8rem;color:var(--color-text-light);margin-bottom:.4rem}.cart-upsell-btn.svelte-12qhfyh{font-size:.8rem;font-weight:600;color:var(--color-accent);padding:.4rem .75rem;border:1px solid var(--color-accent);border-radius:var(--radius-sm);transition:all var(--transition)}.cart-upsell-btn.svelte-12qhfyh:hover{background:var(--color-accent);color:var(--color-white)}.skip-link.svelte-12qhfyh{position:absolute;top:-100%;left:1rem;z-index:999;padding:.75rem 1.5rem;background:var(--color-accent);color:var(--color-white);border-radius:var(--radius-sm);font-size:.85rem;font-weight:500;transition:top .2s}.skip-link.svelte-12qhfyh:focus{top:1rem}
