.cart-overlay[data-astro-cid-fwi5d3ie]{position:fixed;inset:0;background:#3a403d80;backdrop-filter:blur(2px);z-index:var(--z-modal);opacity:0;visibility:hidden;transition:var(--transition-base)}.cart-overlay[data-astro-cid-fwi5d3ie].open{opacity:1;visibility:visible}.cart-drawer[data-astro-cid-fwi5d3ie]{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;background:var(--color-bg-tertiary);z-index:calc(var(--z-modal) + 1);transform:translate(100%);transition:var(--transition-base);display:flex;flex-direction:column;box-shadow:var(--shadow-xl)}.cart-drawer[data-astro-cid-fwi5d3ie].open{transform:translate(0)}.cart-header[data-astro-cid-fwi5d3ie]{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--color-border-light)}.cart-header[data-astro-cid-fwi5d3ie] h3[data-astro-cid-fwi5d3ie]{font-family:var(--font-serif);font-size:1.5rem;font-weight:500}.cart-close[data-astro-cid-fwi5d3ie]{background:none;border:none;cursor:pointer;color:var(--color-text-primary);padding:.25rem;line-height:0;border-radius:var(--radius-sm);transition:var(--transition-fast)}.cart-close[data-astro-cid-fwi5d3ie]:hover{background:var(--color-bg-secondary)}.cart-body[data-astro-cid-fwi5d3ie]{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty[data-astro-cid-fwi5d3ie]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.cart-items[data-astro-cid-fwi5d3ie]{display:flex;flex-direction:column;gap:1rem}.cart-item[data-astro-cid-fwi5d3ie]{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border-light)}.cart-item-img[data-astro-cid-fwi5d3ie]{width:80px;height:80px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.cart-item-info[data-astro-cid-fwi5d3ie]{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-name[data-astro-cid-fwi5d3ie]{font-weight:500;font-size:.95rem;line-height:1.4}.cart-item-bottom[data-astro-cid-fwi5d3ie]{display:flex;align-items:center;justify-content:space-between}.cart-item-qty[data-astro-cid-fwi5d3ie]{display:flex;align-items:center;gap:.5rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.cart-item-qty[data-astro-cid-fwi5d3ie] button[data-astro-cid-fwi5d3ie]{background:none;border:none;width:28px;height:28px;cursor:pointer;font-size:1rem;color:var(--color-text-primary);transition:var(--transition-fast)}.cart-item-qty[data-astro-cid-fwi5d3ie] button[data-astro-cid-fwi5d3ie]:hover{background:var(--color-bg-secondary)}.cart-item-qty[data-astro-cid-fwi5d3ie] span[data-astro-cid-fwi5d3ie]{min-width:24px;text-align:center;font-size:.9rem}.cart-item-price[data-astro-cid-fwi5d3ie]{font-family:var(--font-serif);font-weight:500}.cart-item-remove[data-astro-cid-fwi5d3ie]{background:none;border:none;color:var(--color-text-tertiary);cursor:pointer;font-size:.85rem;padding:0;transition:var(--transition-fast)}.cart-item-remove[data-astro-cid-fwi5d3ie]:hover{color:var(--state-error)}.cart-footer[data-astro-cid-fwi5d3ie]{padding:1.5rem;border-top:1px solid var(--color-border-light);display:flex;flex-direction:column;gap:.75rem}.cart-subtotal[data-astro-cid-fwi5d3ie]{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem}.cart-total-price[data-astro-cid-fwi5d3ie]{font-family:var(--font-serif);font-size:1.5rem;font-weight:500}.cart-note[data-astro-cid-fwi5d3ie]{font-size:.85rem;color:var(--color-text-tertiary);text-align:center}.checkout-overlay[data-astro-cid-fwi5d3ie]{position:fixed;inset:0;background:#3a403d80;backdrop-filter:blur(2px);z-index:calc(var(--z-modal) + 2);opacity:0;visibility:hidden;transition:var(--transition-base)}.checkout-overlay[data-astro-cid-fwi5d3ie].open{opacity:1;visibility:visible}.checkout-modal[data-astro-cid-fwi5d3ie]{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);background:var(--color-bg-tertiary);border-radius:16px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;z-index:calc(var(--z-modal) + 3);opacity:0;visibility:hidden;transition:all .2s ease;box-shadow:var(--shadow-xl)}.checkout-modal[data-astro-cid-fwi5d3ie].open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.checkout-modal-header[data-astro-cid-fwi5d3ie]{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--color-border-light)}.checkout-modal-header[data-astro-cid-fwi5d3ie] h3[data-astro-cid-fwi5d3ie]{font-family:var(--font-serif);font-size:1.3rem;font-weight:500}.checkout-modal-close[data-astro-cid-fwi5d3ie]{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--color-text-secondary);padding:0;line-height:1}.checkout-modal-close[data-astro-cid-fwi5d3ie]:hover{color:var(--color-text-primary)}.checkout-modal-body[data-astro-cid-fwi5d3ie]{padding:1.5rem}.checkout-order-summary[data-astro-cid-fwi5d3ie]{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border-light)}.checkout-order-item[data-astro-cid-fwi5d3ie]{display:flex;justify-content:space-between;padding:.35rem 0;font-size:.9rem;color:var(--color-text-secondary)}.checkout-order-total[data-astro-cid-fwi5d3ie]{display:flex;justify-content:space-between;padding-top:.75rem;margin-top:.75rem;border-top:1px solid var(--color-border-light);font-weight:600;font-size:1.1rem}.checkout-payment-section[data-astro-cid-fwi5d3ie] h4[data-astro-cid-fwi5d3ie]{font-size:1rem;font-weight:500;margin-bottom:.75rem}.checkout-payment-info[data-astro-cid-fwi5d3ie]{background:var(--color-bg-secondary);border-radius:10px;padding:1rem;font-size:.9rem;line-height:1.6;white-space:pre-wrap;color:var(--color-text-secondary)}.checkout-payment-info[data-astro-cid-fwi5d3ie] a[data-astro-cid-fwi5d3ie]{color:var(--color-accent-dark);text-decoration:underline}.checkout-payment-info[data-astro-cid-fwi5d3ie] .no-payment[data-astro-cid-fwi5d3ie]{text-align:center;color:var(--color-text-tertiary);padding:1rem 0}.ov-ai-bubble[data-astro-cid-qkctmqxv]{position:fixed;width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#8b6b4f,#b08a68,#d4a76a);color:#fff;border:none;cursor:pointer;box-shadow:0 8px 24px #8b6b4f66,0 2px 8px #00000026;z-index:9999;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,opacity .3s ease;animation:ovAiBubblePulse 2.4s ease-in-out infinite}.ov-ai-bubble[data-astro-cid-qkctmqxv]:hover{transform:scale(1.06);box-shadow:0 12px 32px #8b6b4f80,0 4px 12px #0003}.ov-ai-bubble[data-astro-cid-qkctmqxv]:active{transform:scale(.96)}.ov-ai-bubble[data-astro-cid-qkctmqxv] svg[data-astro-cid-qkctmqxv]{width:28px;height:28px}.ov-ai-bubble[data-astro-cid-qkctmqxv].is-hidden{opacity:0;pointer-events:none;transform:scale(.8)}@keyframes ovAiBubblePulse{0%,to{box-shadow:0 8px 24px #8b6b4f66,0 0 #b08a6880}50%{box-shadow:0 8px 24px #8b6b4f66,0 0 0 14px #b08a6800}}.ov-ai-badge[data-astro-cid-qkctmqxv]{position:absolute;top:4px;right:2px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#e63946;color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #e6394666}.ov-ai-panel[data-astro-cid-qkctmqxv]{position:fixed;right:20px;bottom:90px;width:380px;max-width:calc(100vw - 40px);height:580px;max-height:calc(100vh - 120px);background:#fff;border-radius:18px;box-shadow:0 24px 64px #0003,0 8px 24px #0000001a;z-index:9999;display:flex;flex-direction:column;overflow:hidden;transform-origin:bottom right;border:1px solid rgba(139,107,79,.15);animation:ovAiPanelIn .28s cubic-bezier(.2,.8,.2,1) both}@keyframes ovAiPanelIn{0%{opacity:0;transform:scale(.9) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.ov-ai-panel[data-astro-cid-qkctmqxv][hidden]{display:none!important}.ov-ai-header[data-astro-cid-qkctmqxv]{background:linear-gradient(135deg,#8b6b4f,#b08a68);color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-shrink:0}.ov-ai-header-left[data-astro-cid-qkctmqxv]{display:flex;align-items:center;gap:12px;min-width:0}.ov-ai-avatar[data-astro-cid-qkctmqxv]{position:relative;width:40px;height:40px;border-radius:50%;background:#ffffff38;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;backdrop-filter:blur(4px)}.ov-ai-avatar[data-astro-cid-qkctmqxv] svg[data-astro-cid-qkctmqxv]{width:22px;height:22px}.ov-ai-online[data-astro-cid-qkctmqxv]{position:absolute;bottom:-1px;right:-1px;width:12px;height:12px;border-radius:50%;background:#27c26e;border:2px solid #8B6B4F}.ov-ai-title[data-astro-cid-qkctmqxv]{font-family:Playfair Display,serif;font-size:16px;font-weight:600;line-height:1.2;letter-spacing:.01em}.ov-ai-subtitle[data-astro-cid-qkctmqxv]{font-size:12px;opacity:.88;display:flex;align-items:center;gap:5px;margin-top:2px}.ov-ai-status-dot[data-astro-cid-qkctmqxv]{width:7px;height:7px;border-radius:50%;background:#8bffb5;box-shadow:0 0 8px #8bffb5cc;flex-shrink:0;animation:ovAiStatusBlink 1.6s ease-in-out infinite}@keyframes ovAiStatusBlink{50%{opacity:.5}}.ov-ai-close[data-astro-cid-qkctmqxv]{background:transparent;border:none;color:#fff;width:32px;height:32px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.ov-ai-close[data-astro-cid-qkctmqxv]:hover{background:#ffffff2e}.ov-ai-close[data-astro-cid-qkctmqxv] svg[data-astro-cid-qkctmqxv]{width:18px;height:18px}.ov-ai-messages[data-astro-cid-qkctmqxv]{flex:1;overflow-y:auto;padding:18px 16px 8px;display:flex;flex-direction:column;gap:14px;background:#fdf9f4;scroll-behavior:smooth}.ov-ai-messages[data-astro-cid-qkctmqxv]::-webkit-scrollbar{width:6px}.ov-ai-messages[data-astro-cid-qkctmqxv]::-webkit-scrollbar-thumb{background:#8b6b4f40;border-radius:3px}.ov-ai-messages[data-astro-cid-qkctmqxv]::-webkit-scrollbar-track{background:transparent}.ov-msg[data-astro-cid-qkctmqxv]{display:flex;gap:8px;max-width:100%}.ov-msg-user[data-astro-cid-qkctmqxv]{justify-content:flex-end}.ov-msg-avatar[data-astro-cid-qkctmqxv]{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;letter-spacing:-.02em}.ov-msg-avatar-bot[data-astro-cid-qkctmqxv]{background:linear-gradient(135deg,#8b6b4f,#b08a68);color:#fff}.ov-msg-avatar-user[data-astro-cid-qkctmqxv]{background:#e8d9c8;color:#5c4330}.ov-msg-user[data-astro-cid-qkctmqxv] .ov-msg-body[data-astro-cid-qkctmqxv]{order:-1}.ov-msg-body[data-astro-cid-qkctmqxv]{max-width:calc(100% - 40px);display:flex;flex-direction:column;gap:6px}.ov-msg-bubble[data-astro-cid-qkctmqxv]{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.55;word-wrap:break-word;white-space:pre-wrap;animation:ovAiMsgIn .25s ease-out both}@keyframes ovAiMsgIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ov-msg-bot[data-astro-cid-qkctmqxv] .ov-msg-bubble[data-astro-cid-qkctmqxv]{background:#fff;color:#2c241b;border:1px solid rgba(139,107,79,.12);border-top-left-radius:4px;box-shadow:0 2px 6px #0000000a}.ov-msg-user[data-astro-cid-qkctmqxv] .ov-msg-bubble[data-astro-cid-qkctmqxv]{background:linear-gradient(135deg,#8b6b4f,#b08a68);color:#fff;border-top-right-radius:4px;box-shadow:0 4px 12px #8b6b4f38}.ov-msg-bubble[data-astro-cid-qkctmqxv] strong[data-astro-cid-qkctmqxv]{font-weight:700}.ov-msg-bot[data-astro-cid-qkctmqxv] .ov-msg-bubble[data-astro-cid-qkctmqxv] strong[data-astro-cid-qkctmqxv]{color:#6e4e2e}.ov-msg-user[data-astro-cid-qkctmqxv] .ov-msg-bubble[data-astro-cid-qkctmqxv] strong[data-astro-cid-qkctmqxv]{color:#fff}.ov-msg-time[data-astro-cid-qkctmqxv]{font-size:10px;color:#2c241b66;padding:0 4px}.ov-msg-user[data-astro-cid-qkctmqxv] .ov-msg-time[data-astro-cid-qkctmqxv]{text-align:right}.ov-msg-cards[data-astro-cid-qkctmqxv]{display:flex;flex-direction:column;gap:8px;margin-top:2px}.ov-card[data-astro-cid-qkctmqxv]{display:flex;gap:10px;padding:10px;background:#fff;border:1px solid rgba(139,107,79,.15);border-radius:12px;text-decoration:none;color:inherit;transition:transform .15s,box-shadow .15s,border-color .15s;align-items:center}.ov-card[data-astro-cid-qkctmqxv]:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8b6b4f26;border-color:#8b6b4f59}.ov-card-img[data-astro-cid-qkctmqxv]{width:52px;height:52px;border-radius:8px;background:linear-gradient(135deg,#f3e8d8,#e7d3b8);flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:20px}.ov-card-img[data-astro-cid-qkctmqxv] img[data-astro-cid-qkctmqxv]{width:100%;height:100%;object-fit:cover}.ov-card-info[data-astro-cid-qkctmqxv]{flex:1;min-width:0}.ov-card-name[data-astro-cid-qkctmqxv]{font-size:13px;font-weight:600;color:#2c241b;line-height:1.3;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ov-card-meta[data-astro-cid-qkctmqxv]{font-size:12px;color:#8b6b4f;font-weight:600}.ov-msg-buttons[data-astro-cid-qkctmqxv]{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.ov-btn[data-astro-cid-qkctmqxv]{padding:7px 13px;border-radius:999px;border:1.5px solid #B08A68;background:#fff;color:#6e4e2e;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .15s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.ov-btn[data-astro-cid-qkctmqxv]:hover{background:#b08a68;color:#fff;transform:translateY(-1px);box-shadow:0 4px 10px #8b6b4f40}.ov-btn-primary[data-astro-cid-qkctmqxv]{background:linear-gradient(135deg,#8b6b4f,#b08a68);color:#fff;border-color:transparent}.ov-btn-primary[data-astro-cid-qkctmqxv]:hover{box-shadow:0 6px 16px #8b6b4f59}.ov-ai-typing[data-astro-cid-qkctmqxv]{display:flex;gap:8px;padding:0 16px 6px;background:#fdf9f4}.ov-ai-typing[data-astro-cid-qkctmqxv][hidden]{display:none!important}.ov-ai-typing-avatar[data-astro-cid-qkctmqxv]{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#8b6b4f,#b08a68);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ov-ai-typing-bubble[data-astro-cid-qkctmqxv]{background:#fff;border:1px solid rgba(139,107,79,.12);border-radius:14px;padding:12px 16px;display:flex;gap:5px;align-items:center}.ov-ai-typing-bubble[data-astro-cid-qkctmqxv] span[data-astro-cid-qkctmqxv]{width:6px;height:6px;border-radius:50%;background:#b08a68;animation:ovAiTyping 1.3s infinite}.ov-ai-typing-bubble[data-astro-cid-qkctmqxv] span[data-astro-cid-qkctmqxv]:nth-child(2){animation-delay:.18s}.ov-ai-typing-bubble[data-astro-cid-qkctmqxv] span[data-astro-cid-qkctmqxv]:nth-child(3){animation-delay:.36s}@keyframes ovAiTyping{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-5px);opacity:1}}.ov-ai-quick[data-astro-cid-qkctmqxv]{background:#fdf9f4;padding:4px 16px 8px;display:flex;flex-wrap:wrap;gap:6px;border-top:1px solid rgba(139,107,79,.08)}.ov-ai-quick[data-astro-cid-qkctmqxv][hidden]{display:none!important}.ov-quick-chip[data-astro-cid-qkctmqxv]{padding:6px 12px;border-radius:999px;background:#fff;border:1px solid rgba(139,107,79,.2);color:#5c4330;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.ov-quick-chip[data-astro-cid-qkctmqxv]:hover{background:#b08a68;border-color:#b08a68;color:#fff}.ov-ai-footer[data-astro-cid-qkctmqxv]{padding:10px 12px 12px;background:#fff;border-top:1px solid rgba(139,107,79,.08);flex-shrink:0}.ov-ai-form[data-astro-cid-qkctmqxv]{display:flex;align-items:center;gap:8px;background:#f7f1e8;border-radius:999px;padding:4px 4px 4px 16px;border:1.5px solid transparent;transition:border-color .15s,background .15s}.ov-ai-form[data-astro-cid-qkctmqxv]:focus-within{border-color:#b08a68;background:#fff}.ov-ai-input[data-astro-cid-qkctmqxv]{flex:1;border:none;background:transparent;outline:none;font-size:14px;padding:8px 0;color:#2c241b;min-width:0;font-family:inherit}.ov-ai-input[data-astro-cid-qkctmqxv]::placeholder{color:#2c241b66}.ov-ai-send[data-astro-cid-qkctmqxv]{width:38px;height:38px;border-radius:50%;border:none;background:linear-gradient(135deg,#8b6b4f,#b08a68);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s,box-shadow .15s}.ov-ai-send[data-astro-cid-qkctmqxv]:hover:not(:disabled){transform:scale(1.06);box-shadow:0 4px 12px #8b6b4f59}.ov-ai-send[data-astro-cid-qkctmqxv]:disabled{opacity:.45;cursor:not-allowed}.ov-ai-send[data-astro-cid-qkctmqxv] svg[data-astro-cid-qkctmqxv]{width:18px;height:18px}.ov-ai-powered[data-astro-cid-qkctmqxv]{text-align:center;margin-top:8px;font-size:10.5px;color:#2c241b59;letter-spacing:.02em}.ov-ai-powered[data-astro-cid-qkctmqxv] .ov-gpt-badge[data-astro-cid-qkctmqxv]{display:inline-flex;align-items:center;gap:3px;padding:1px 6px;margin-left:4px;border-radius:999px;background:linear-gradient(135deg,#10b9811f,#3b82f61f);color:#059669e0;font-weight:600;font-size:9.5px;letter-spacing:.02em;transition:all .3s}.ov-ai-powered[data-astro-cid-qkctmqxv] .ov-gpt-badge[data-astro-cid-qkctmqxv].ov-fallback{background:#8b6b4f1a;color:#8b6b4f}@media (max-width: 560px){.ov-ai-bubble[data-astro-cid-qkctmqxv]{left:1rem;right:auto;bottom:1rem;width:52px;height:52px}.ov-ai-bubble[data-astro-cid-qkctmqxv] svg[data-astro-cid-qkctmqxv]{width:24px;height:24px}.ov-ai-panel[data-astro-cid-qkctmqxv]{right:0;bottom:0;width:100%;max-width:100%;height:100vh;max-height:100vh;border-radius:0;animation:ovAiPanelUp .3s cubic-bezier(.2,.8,.2,1) both}@keyframes ovAiPanelUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ov-ai-header[data-astro-cid-qkctmqxv]{padding:16px}.ov-ai-title[data-astro-cid-qkctmqxv]{font-size:17px}.ov-ai-messages[data-astro-cid-qkctmqxv]{padding:16px}.ov-ai-footer[data-astro-cid-qkctmqxv]{padding:12px 14px 14px}}@media (max-width: 380px){.ov-card[data-astro-cid-qkctmqxv]{padding:8px;gap:8px}.ov-card-img[data-astro-cid-qkctmqxv]{width:44px;height:44px}}
