*{box-sizing:border-box}button,input,textarea,select{font-family:inherit}:root{--bg:#fdfbf7;--bg-elev:#f7f1e6;--bg-elev-2:#efe8d8;--bg-cream:#faf5ec;--text:#2b2620;--text-dim:#6E6E6E;--accent:#b8923a;--accent-hover:#a37d2a;--accent-light:#d4b574;--border:#e6dcc6;--user-bubble:#2b2620;--user-bubble-text:#fdfbf7;--green:#5a8a4f}html,body{margin:0;padding:0;height:100%;font-family:"futura-pt","Futura PT",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;font-weight:400;background:#ffffff;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;overflow:hidden}body{display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;position:relative}body::before{content:"voenso.com — preview";color:rgba(43,38,32,0.25);font-size:14px;letter-spacing:3px;text-transform:uppercase;position:absolute;top:30px;left:50%;transform:translateX(-50%);font-weight:400}.chat-launcher{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;gap:8px;padding:11px 18px 11px 16px;background:#ffffff;color:var(--text);border:1px solid var(--accent-light);border-radius:999px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;letter-spacing:0.01em;box-shadow:0 4px 20px rgba(184,146,58,0.12),0 1px 3px rgba(43,38,32,0.05);opacity:1;visibility:visible;transition:transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease,opacity 0.28s ease,visibility 0s linear 0s;z-index:100;white-space:nowrap}.chat-launcher-icon{color:var(--accent);flex-shrink:0}.chat-launcher-text{line-height:1}.chat-launcher:hover{box-shadow:0 8px 28px rgba(184,146,58,0.2),0 2px 6px rgba(43,38,32,0.08);border-color:var(--accent)}body:has(.chat-overlay:not(.hidden)) .chat-launcher{opacity:0;visibility:hidden;pointer-events:none;transition:transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease,opacity 0.28s ease,visibility 0s linear 0.28s}.chat-overlay{position:fixed;inset:0;background:var(--bg);display:flex;flex-direction:column;z-index:1000;opacity:1;visibility:visible;transition:opacity 0.25s ease,visibility 0s linear 0s;touch-action:none}@media (min-width:601px){.chat-overlay{inset:auto;bottom:24px;right:24px;width:440px;height:min(740px,calc(100vh - 48px));height:min(740px,calc(100dvh - 48px));border-radius:24px;box-shadow:0 24px 60px rgba(43,38,32,0.18),0 2px 8px rgba(43,38,32,0.08);overflow:hidden;border:1px solid var(--border)}}.messages{touch-action:pan-y}.products-carousel{touch-action:pan-x pan-y}.product-preview-overlay{touch-action:pan-y}.chat-overlay.hidden{opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.25s ease,visibility 0s linear 0.25s}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.chat-header{position:absolute;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:12px max(8px,calc((100% - 820px) / 2)) 12px max(20px,calc((100% - 820px) / 2));background:linear-gradient(to bottom,var(--bg) 0%,var(--bg) 50%,transparent 100%);pointer-events:none}.chat-header>*{pointer-events:auto}.chat-brand{display:flex;align-items:center;min-width:0;color:#000}.chat-brand-svg{height:16px;width:auto;display:block;flex-shrink:0}.chat-brand-text{display:none;font-family:"futura-pt","Futura PT",-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:20px;line-height:1.4;letter-spacing:0.4px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-brand.is-text-fallback .chat-brand-svg{display:none}.chat-brand.is-text-fallback .chat-brand-text{display:block}.chat-header-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.chat-title{font-size:13px;letter-spacing:4px;text-transform:uppercase;color:var(--accent);font-weight:400}.icon-btn{width:48px;height:48px;border-radius:50%;background:transparent;border:1px solid transparent;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.15s,border-color 0.15s}@media (hover:hover){.icon-btn:hover{background:var(--bg-elev)}}.messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:70px max(20px,calc((100% - 820px) / 2)) 160px;display:flex;flex-direction:column;gap:32px;scroll-behavior:smooth}.messages>*{min-width:0;max-width:100%}.welcome{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding-top:70px}.welcome-emoji{font-size:60px;line-height:1}.welcome h1{margin:0;font-size:32px;font-weight:400;color:var(--text);letter-spacing:-0.5px}.welcome p{margin:0;color:var(--text-dim);font-size:16px;max-width:600px}.suggestions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.suggestion{padding:10px 18px;border-radius:24px;background:var(--bg-elev);border:1px solid var(--border);color:var(--text);cursor:pointer;font-size:14px;transition:all 0.15s}.suggestion:hover{background:var(--bg-elev-2);border-color:var(--accent);color:var(--accent-hover)}.msg-user{align-self:flex-end;background:var(--user-bubble);color:var(--user-bubble-text);padding:12px 18px;border-radius:24px 24px 4px 24px;max-width:70%;font-size:15px;white-space:pre-wrap;word-break:break-word;animation:card-in 0.4s ease-out backwards}.msg-bot{align-self:stretch;padding:0;font-size:16px;line-height:1.55;width:100%;max-width:100%;min-width:0;color:var(--text)}.msg-bot strong{font-weight:400}.stream-spacer{flex-shrink:0;width:100%;pointer-events:none}.msg-section{display:flex;flex-direction:column;gap:32px;flex-shrink:0}.msg-actions{display:flex;gap:2px;margin-top:10px;margin-left:-6px}.msg-action-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:transparent;border:none;border-radius:6px;color:var(--text-dim);cursor:pointer;padding:0;transition:background 0.15s,color 0.15s;font-family:inherit;animation:card-in 0.4s ease-out backwards}.msg-action-btn:nth-child(1){animation-delay:0.05s}.msg-action-btn:nth-child(2){animation-delay:0.12s}.msg-action-btn:nth-child(3){animation-delay:0.19s}@media (hover:hover){.msg-action-btn:hover{background:var(--bg-elev);color:var(--text)}}.msg-action-btn.active{color:var(--text)}.followups{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.followup-chip{padding:10px 18px;background:var(--bg-elev);border:1px solid var(--border);border-radius:24px;color:var(--text);font-size:14px;font-family:inherit;cursor:pointer;transition:all 0.15s;text-align:left;line-height:1.3;animation:card-in 0.4s ease-out backwards}.followup-chip:nth-child(1){animation-delay:0.05s}.followup-chip:nth-child(2){animation-delay:0.12s}.followup-chip:nth-child(3){animation-delay:0.19s}.followup-chip:hover{background:var(--bg-elev-2);border-color:var(--accent);color:var(--accent-hover)}.followup-chip.is-link::after{content:' ↗';color:var(--text-dim);font-size:12px}.thinking-indicator{display:flex;align-items:center;gap:12px;padding:4px 0;color:var(--text-dim);font-size:16px}.thinking-dot{width:10px;height:10px;border-radius:50%;background:var(--text-dim);flex-shrink:0;animation:thinking-pulse 1.2s ease-in-out infinite}@keyframes thinking-pulse{0%,100%{opacity:0.35;transform:scale(0.85)}50%{opacity:1;transform:scale(1)}}.thinking-text{line-height:1.4}.products-list{display:flex;flex-direction:column;gap:24px;margin:14px 0 4px;max-width:392px;background:#ffffff;border:1px solid var(--border);border-radius:16px;box-shadow:0 1px 3px rgba(43,38,32,0.04);padding:18px}.product-row{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 0}.product-row-num{width:24px;height:24px;flex-shrink:0;border-radius:50%;color:var(--text);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:400;padding-bottom:1px}.product-row-img{width:72px;height:72px;flex-shrink:0;object-fit:contain;border-radius:8px;margin-right:4px}.product-row-info{flex:1;min-width:0;display:flex;flex-direction:column}.product-row-brand{color:var(--text-dim);font-size:14px;font-weight:400;line-height:140%;letter-spacing:0.4px;text-decoration:none}a.product-row-brand{align-self:flex-start}a.product-row-brand:hover{color:#000}.product-row-subtitle{color:var(--text-dim);font-size:14px;font-weight:400;line-height:140%;letter-spacing:0.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.product-row-title{color:#000;font-size:14px;font-weight:400;line-height:140%;letter-spacing:0.4px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-row-price{font-size:14px;color:var(--text);font-weight:400;margin-top:2px;letter-spacing:0.4px}.product-row-price .old{text-decoration:line-through;color:var(--text-dim);font-weight:400;margin-left:6px;font-size:12px;letter-spacing:0.4px}.product-row-action{width:40px;height:40px;flex-shrink:0;border-radius:50%;background:transparent;border:1px solid var(--border);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.15s,border-color 0.15s}.product-row-action:hover{background:var(--bg-elev);border-color:var(--accent)}.product-row-action.is-link-mode{display:none}.products-section{margin:14px 1px 4px;position:relative;animation:products-section-in 0.45s ease-out}@keyframes products-section-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.products-carousel .product-card{animation:card-in 0.4s ease-out backwards}.products-carousel .product-card:nth-child(1){animation-delay:0.05s}.products-carousel .product-card:nth-child(2){animation-delay:0.12s}.products-carousel .product-card:nth-child(3){animation-delay:0.19s}.products-carousel .product-card:nth-child(4){animation-delay:0.26s}.products-carousel .product-card:nth-child(5){animation-delay:0.33s}.products-carousel .product-card:nth-child(6){animation-delay:0.40s}.products-carousel .product-card:nth-child(7){animation-delay:0.47s}.products-carousel .product-card:nth-child(8){animation-delay:0.54s}@keyframes card-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.products-section h3{margin:0 0 14px;font-size:16px;font-weight:400;color:var(--text)}.carousel-wrap{position:relative}.carousel-wrap::before,.carousel-wrap::after{content:'';position:absolute;top:0;bottom:12px;width:40px;pointer-events:none;opacity:0;transition:opacity 0.2s ease;z-index:5}.carousel-wrap::before{left:0;background:linear-gradient(to right,var(--bg) 0%,transparent 100%)}.carousel-wrap::after{right:0;background:linear-gradient(to left,var(--bg) 0%,transparent 100%)}.carousel-wrap.can-scroll-left::before{opacity:1}.carousel-wrap.can-scroll-right::after{opacity:1}.products-carousel{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 4px 12px;-webkit-overflow-scrolling:touch}.products-carousel::-webkit-scrollbar{display:none}.products-carousel .product-card{flex:0 0 228px;scroll-snap-align:start}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(253,251,247,0.95);border:1px solid var(--border);color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 4px 16px rgba(43,38,32,0.12);transition:all 0.15s;backdrop-filter:blur(8px)}.carousel-arrow:hover{background:var(--accent);color:#fdfbf7;border-color:var(--accent);transform:translateY(-50%) scale(1.08)}.carousel-arrow.prev{left:-20px}.carousel-arrow.next{right:-20px}.carousel-arrow.hidden{display:none}.carousel-arrow svg{width:18px;height:18px}.product-card{background:#ffffff;border:1px solid var(--border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:border-color 0.15s,transform 0.15s,box-shadow 0.15s;box-shadow:0 1px 3px rgba(43,38,32,0.04);position:relative}.product-marks{position:absolute;top:14px;left:14px;display:flex;flex-direction:column;gap:2px;z-index:2;pointer-events:none}.product-mark{font-size:12px;font-weight:400;letter-spacing:0.4px;line-height:1.3;color:var(--text)}@media (hover:hover){.product-card:hover{border-color:var(--accent)}}.product-img{aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:24px;margin:10px 10px 0;border-radius:12px}.product-img img{width:100%;height:100%;object-fit:contain}.product-info{padding:4px 14px 14px 14px;display:flex;flex-direction:column;flex:1}.product-brand{color:var(--text-dim);font-size:14px;font-weight:400;line-height:140%;letter-spacing:0.4px;text-decoration:none}a.product-brand{align-self:flex-start}a.product-brand:hover{color:#000}.product-title{color:#000;font-size:14px;font-weight:400;line-height:140%;letter-spacing:0.4px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-subtitle{color:var(--text-dim);font-size:14px;font-weight:400;line-height:140%;letter-spacing:0.4px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-size:14px;font-weight:400;margin-top:auto;color:var(--text);letter-spacing:0.4px;padding-top:10px}.product-price .old{color:var(--text-dim);text-decoration:line-through;font-size:14px;font-weight:400;margin-left:6px;letter-spacing:0.4px}.product-variants-hint{font-size:14px;font-weight:400;color:var(--text-dim);letter-spacing:0.4px;display:inline-flex;align-items:center;gap:4px}.product-variants-hint{display:none}.product-shades-preview{display:flex;align-items:center;gap:4px;padding-top:4px}.product-shade-dot{width:20px;height:20px;padding:2px;border-radius:50%;display:inline-flex;border:1px solid transparent;box-sizing:border-box;background:transparent;cursor:pointer;transition:border-color 0.15s}.product-shade-dot.active,.product-shade-dot:hover{border-color:#000}.product-shade-dot-fill{width:100%;height:100%;border-radius:50%;border:1px solid #eee;box-sizing:border-box}.product-shades-more{font-size:14px;letter-spacing:0.4px;color:#000;margin-left:4px}.variant-chips{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 4px}.variant-chip{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:54px;min-height:40px;padding:10px 12px;background:#f8f8f8;border:1px solid #e1e1e1;border-radius:4px;letter-spacing:0.4px;font-family:inherit;cursor:pointer;transition:border-color 0.15s}.variant-chip:hover{border-color:#aaa}.variant-chip.active{border-color:#000}.variant-chip-volume{font-size:14px;line-height:17px;color:#000;white-space:nowrap}.variant-chip-price{font-size:12px;line-height:17px;color:var(--text-dim);white-space:nowrap}.add-to-cart{margin:0 14px 14px;height:34px;padding:0 16px;border-radius:50px;background:#000000;color:#fff;border:1px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px;transition:all 0.15s;font-weight:400;touch-action:manipulation}.add-to-cart:hover{background:#1a1a1a}.add-to-cart.in-cart{color:var(--green);border-color:var(--green);background:rgba(90,138,79,0.06);pointer-events:none}.typing{display:flex;gap:4px;padding:8px 0}.typing span{width:8px;height:8px;border-radius:50%;background:var(--text-dim);animation:blink 1.2s infinite}.typing span:nth-child(2){animation-delay:0.2s}.typing span:nth-child(3){animation-delay:0.4s}@keyframes blink{0%,60%,100%{opacity:0.3}30%{opacity:1}}.scroll-down-btn{position:absolute;bottom:90px;left:50%;transform:translateX(-50%) scale(0.9);width:40px;height:40px;border-radius:50%;background:var(--bg-elev);border:1px solid var(--border);color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(43,38,32,0.1);opacity:0;pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease,background 0.15s,border-color 0.15s;z-index:25}.scroll-down-btn.visible{opacity:1;pointer-events:auto;transform:translateX(-50%) scale(1)}.scroll-down-btn:hover{background:var(--bg);border-color:var(--accent-light)}.chat-input-bar{position:absolute;left:0;right:0;bottom:0;z-index:20;display:flex;align-items:flex-end;justify-content:center;gap:14px;padding:0 max(20px,calc((100% - 820px) / 2)) 18px;background:linear-gradient(to bottom,transparent 0%,var(--bg) 50%);pointer-events:none}.chat-input-bar>*{pointer-events:auto}.input-wrap{width:100%;max-width:600px;min-height:56px;display:flex;align-items:flex-end;background:var(--bg-elev);border:1px solid var(--border);border-radius:28px;padding:6px 6px 6px 22px;box-shadow:0 6px 20px rgba(43,38,32,0.08);transition:border-color 0.15s,background 0.15s,box-shadow 0.15s}.input-wrap:focus-within{border-color:var(--accent);background:#ffffff}#chat-input{flex:1;min-width:0;background:transparent;border:none;outline:none;color:var(--text);font-size:16px;font-family:inherit;padding:10px 4px;resize:none;line-height:1.5;height:44px;min-height:44px;max-height:200px;overflow-y:hidden;display:block}#chat-input::placeholder{color:var(--text-dim)}.send-btn{width:44px;height:44px;border-radius:50%;background:var(--accent);color:#fdfbf7;border:none;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background 0.15s}.send-btn:hover{background:var(--accent-hover)}.send-btn:disabled{opacity:0.4;cursor:not-allowed}.cart-btn{position:relative;width:56px;height:56px;border-radius:50%;background:var(--bg-elev);border:1px solid var(--border);color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all 0.15s}.cart-btn:hover{background:var(--bg-elev-2);border-color:var(--accent-light)}.cart-badge{position:absolute;top:-4px;right:-4px;background:var(--accent);color:#fdfbf7;border-radius:12px;padding:2px 7px;font-size:11px;font-weight:400;min-width:20px;text-align:center}.cart-badge.hidden{display:none}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:380px;max-width:100vw;background:var(--bg);border-left:1px solid var(--border);z-index:1100;display:flex;flex-direction:column;animation:slideIn 0.25s ease;box-shadow:-8px 0 30px rgba(43,38,32,0.08)}.cart-drawer.hidden{display:none}@keyframes slideIn{from{transform:translateX(100%)}to{transform:translateX(0)}}.cart-drawer header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--border)}.cart-drawer h2{margin:0;font-size:18px}.cart-items{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.cart-item{display:flex;gap:12px;padding:10px;background:var(--bg-elev);border-radius:12px}.cart-item img{width:60px;height:60px;object-fit:cover;border-radius:8px}.cart-item-info{flex:1;display:flex;flex-direction:column;gap:4px}.cart-item-title{font-size:13px;line-height:1.3}.cart-item-price{font-size:13px;color:var(--text-dim)}.cart-empty{padding:40px 20px;text-align:center;color:var(--text-dim)}.cart-total{padding:16px 20px;border-top:1px solid var(--border);display:flex;justify-content:space-between;font-size:16px;font-weight:400}.send-btn.is-stop{background:var(--text);color:var(--bg)}.send-btn.is-stop:hover{background:#1c1814}.send-btn:active{transform:scale(0.92)}.hidden{display:none!important}body.cart-disabled .cart-btn{display:none}.product-preview-overlay{position:fixed;inset:0;z-index:1200;background:rgba(43,38,32,0.45);display:flex;justify-content:flex-end;animation:pp-fade 0.2s ease}.product-preview-overlay.closing{animation:pp-fade-out 0.25s ease forwards}@keyframes pp-fade{from{opacity:0}to{opacity:1}}@keyframes pp-fade-out{from{opacity:1}to{opacity:0}}.product-preview-drawer{width:100%;max-width:460px;height:100%;background:var(--bg);display:flex;flex-direction:column;overflow:hidden;animation:pp-slide 0.28s cubic-bezier(0.2,0.8,0.2,1);box-shadow:-8px 0 24px rgba(43,38,32,0.12);position:relative}.product-preview-overlay.closing .product-preview-drawer{animation:pp-slide-out 0.25s cubic-bezier(0.4,0,0.6,1) forwards}@keyframes pp-slide{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes pp-slide-out{from{transform:translateX(0)}to{transform:translateX(100%)}}.product-preview-drawer>header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;flex-shrink:0;position:sticky;top:0;background:var(--bg);z-index:5}.product-preview-drawer h2{margin:0;font-size:14px;font-weight:400;color:var(--text);letter-spacing:0.4px;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:12px}.pp-close{width:34px;height:34px;background:transparent;border:none;color:var(--text-dim);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:background 0.15s,color 0.15s}.pp-close:hover{background:var(--bg-elev);color:var(--text)}.pp-image-wrap{padding:0px 24px 12px 24px;background:var(--bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pp-image-wrap img{max-width:200px;max-height:200px;object-fit:contain}.pp-current-row{padding:0 24px 0px;display:flex;gap:8px;align-items:flex-end;width:100%;background:var(--bg);flex-shrink:0;position:relative;min-height:32px}.pp-current-row::after{content:'';position:absolute;left:0;right:0;top:100%;height:32px;background:linear-gradient(to bottom,var(--bg) 0%,transparent 100%);pointer-events:none;z-index:1;opacity:0;transition:opacity 0.15s ease}.product-preview-drawer.scrolled-top .pp-current-row::after{opacity:1}.pp-current-variant{flex:1 1 0;min-width:0;display:flex;align-items:center;gap:6px;overflow:hidden}.pp-current-color{width:16px;height:16px;border-radius:50%;border:0.5px solid #e1e1e1;flex-shrink:0}.pp-current-label{font-size:14px;font-weight:400;color:#000;letter-spacing:0.4px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1 0;min-width:0}.pp-current-price{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;flex-shrink:0;letter-spacing:0.4px;line-height:1.2;font-size:14px}.pp-current-price-row{display:flex;align-items:center;gap:8px}.pp-discount-pct{color:#dc0e0e}.pp-price-now{color:#000}.pp-price-old{font-size:12px;color:var(--text-dim);text-decoration:line-through}.pp-variants{padding:16px 22px 90px;display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:min-content;align-content:start;gap:8px;flex:1 1 0;min-height:0;overflow-y:auto}.pp-variant{display:flex;flex-direction:row;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid var(--border);border-radius:8px;font-family:inherit;cursor:pointer;transition:border-color 0.15s,background 0.15s;text-align:left}.pp-variant:hover{border-color:#aaa}.pp-variant.active{border-color:var(--text);background:#faf7f4}.pp-variant-color{width:18px;height:18px;border-radius:50%;flex-shrink:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.08)}.pp-variant-text{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.pp-variant-label{font-size:14px;font-weight:400;color:var(--text);letter-spacing:0.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pp-variant-price{font-size:12px;font-weight:400;color:var(--text-dim)}.pp-actions{position:absolute;left:0;right:0;bottom:0;z-index:5;padding:16px 22px 22px;display:flex;flex-direction:column;gap:10px;background:linear-gradient(to bottom,transparent 0%,var(--bg) 180%);pointer-events:none}.pp-actions>*{pointer-events:auto}.pp-btn-primary,.pp-btn-secondary{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border-radius:30px;font-size:15px;font-weight:400;cursor:pointer;text-decoration:none;transition:all 0.15s;font-family:inherit}.pp-btn-primary{background:var(--text);color:var(--bg);border:none}.pp-btn-primary:hover{background:#1c1814}.pp-btn-primary.in-cart{background:var(--green);cursor:default}.pp-btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border);font-weight:400}.pp-btn-secondary:hover{background:var(--bg-elev);border-color:var(--accent-light)}.product-card{cursor:pointer}@media (max-width:600px){.product-preview-drawer{max-width:100%}}@media (max-width:600px){.chat-header{padding:12px 8px 12px 20px}.chat-input-bar{padding:0px 20px calc(20px + env(safe-area-inset-bottom)) 20px;gap:10px}.messages{padding:70px 0 116px 0}.messages>*{padding-left:20px;padding-right:20px}.messages>.msg-user{padding:12px 18px;margin-right:20px}.msg-bot .products-section{margin-left:-20px;margin-right:-20px}.products-carousel{padding-left:20px;padding-right:20px;scroll-padding-left:20px;scroll-padding-right:20px}.welcome h1{font-size:26px}.welcome p{font-size:14px}.carousel-arrow{display:none}.carousel-wrap::before,.carousel-wrap::after{display:none}}