@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--primary:#1b4332;--primary-dark:#0f2d21;--primary-light:#d8eae1;--primary-mid:#2d6a4f;--accent:#c07d4d;--accent-dark:#a0622f;--accent-light:#f5eae0;--secondary:#c07d4d;--secondary-light:#f5eae0;--bg-color:#faf9f7;--bg-paper:#fff;--bg-subtle:#f2f0ec;--bg-dark:#0f1a15;--text-main:#18181b;--text-muted:#78716c;--text-light:#faf9f7;--border-color:#e5e1db;--border-light:#ede9e2;--font-display:"DM Serif Display", "Georgia", serif;--font-heading:"Plus Jakarta Sans", "Inter", system-ui, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--font-family:var(--font-body);--header-height:60px;--max-width:1400px;--shadow-sm:0 2px 4px #0f2d210d;--shadow-md:0 8px 24px #0f2d2117;--shadow-lg:0 12px 32px #0f2d211a, 0 4px 8px #0f2d210d;--shadow-xl:0 24px 48px #0f2d211f, 0 8px 16px #0f2d210f;--shadow-accent:0 8px 24px #c07d4d40;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:1.5rem;--radius-full:9999px;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-normal:.3s cubic-bezier(.4, 0, .2, 1);--transition-spring:.4s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}@media (hover:hover){a:hover{color:var(--primary)}}button{font-family:var(--font-family);cursor:pointer}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:3.5rem 1.5rem}@media (width<=768px){.section{padding:2.5rem 1rem}}.bg-white{background-color:var(--bg-paper)}.bg-subtle{background-color:var(--bg-subtle)}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-primary{color:var(--primary)}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-6{margin-bottom:3rem}.section-title{color:var(--text-main);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.25rem;font-weight:700}.section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.btn-primary{background-color:var(--primary);color:#fff;border:1px solid var(--primary);border-radius:var(--radius-full);font-family:var(--font-heading);transition:all var(--transition-fast);box-shadow:var(--shadow-sm);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;display:inline-flex}@media (hover:hover){.btn-primary:hover{background-color:var(--primary-dark);border-color:var(--primary-dark);box-shadow:var(--shadow-md);color:#fff;transform:translateY(-2px)}}.btn-accent{background-color:var(--accent);color:#fff;border:1px solid var(--accent-dark);border-radius:var(--radius-full);font-family:var(--font-heading);transition:all var(--transition-fast);box-shadow:var(--shadow-accent);cursor:pointer;letter-spacing:.01em;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.875rem 1.75rem;font-size:1rem;font-weight:700;display:inline-flex}@media (hover:hover){.btn-accent:hover{background-color:var(--accent-dark);border-color:var(--accent-dark);color:#fff;transform:translateY(-2px);box-shadow:0 12px 32px #c07d4d59}}.btn-secondary{color:var(--primary);border:1px solid var(--border-color);border-radius:var(--radius-full);font-family:var(--font-heading);transition:all var(--transition-fast);cursor:pointer;background-color:#fff;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;display:inline-flex}@media (hover:hover){.btn-secondary:hover{background-color:var(--bg-subtle);border-color:var(--primary-light);color:var(--primary-dark)}}.glass-panel{-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-md);background:#ffffffd9;border:1px solid #ffffff80}h1{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:1rem;font-size:3.5rem;font-weight:400;line-height:1.1}h2{font-family:var(--font-display);letter-spacing:-.005em;margin-bottom:1rem;font-size:2.25rem;font-weight:400;line-height:1.2}h3{font-family:var(--font-heading);margin-bottom:.75rem;font-size:1.25rem;font-weight:600;line-height:1.4}h4{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.1rem;font-weight:600;line-height:1.5}@media (width<=768px){h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.125rem}}.grid{gap:1.25rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}@media (width<=1024px){.grid-5,.grid-4{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.grid-5,.grid-4,.grid-3{grid-template-columns:repeat(2,1fr);gap:1rem}.grid-2{grid-template-columns:1fr}}@media (width<=480px){.grid-5,.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}}.fade-up{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.fade-up.visible{opacity:1;transform:translateY(0)}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}.spinner-md{border-width:3px;border-color:var(--primary-light);border-top-color:var(--primary);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}.spinner-lg{border-width:4px;border-color:var(--primary-light);border-top-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}.loading-state{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.header-wrapper.svelte-hv3zzy{z-index:100;width:100%;position:sticky;top:0}.header.svelte-hv3zzy{background:var(--bg-paper);box-shadow:var(--shadow-sm)}.header-main.svelte-hv3zzy{height:var(--header-height);justify-content:space-between;align-items:center;gap:2rem;display:flex}.logo-link.svelte-hv3zzy{text-decoration:none}.logo-text.svelte-hv3zzy{font-family:var(--font-heading);color:var(--primary-dark);letter-spacing:-.01em;font-size:1.5rem;font-weight:500}.desktop-only.svelte-hv3zzy{display:flex}.header-search.svelte-hv3zzy{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius-full);width:100%;max-width:460px;height:44px;transition:all var(--transition-fast);align-items:center;display:flex;overflow:hidden}.header-search.svelte-hv3zzy:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-light)}.search-input.svelte-hv3zzy{height:100%;color:var(--text-main);font-size:.95rem;font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1;padding:0 1rem}.search-btn.svelte-hv3zzy{color:var(--text-muted);cursor:pointer;height:100%;transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:0 1rem;display:flex}.search-btn.svelte-hv3zzy:hover{color:var(--primary)}.header-actions.svelte-hv3zzy{align-items:center;gap:1.5rem;display:flex}.cart-link.svelte-hv3zzy{color:var(--text-main);border-radius:var(--radius-full);border:1px solid var(--border-color);background:var(--bg-color);width:44px;height:44px;transition:all var(--transition-fast);justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.cart-link.svelte-hv3zzy:hover{color:var(--primary);border-color:var(--primary-light);background:var(--primary-light)}.cart-badge.svelte-hv3zzy{background:var(--accent);color:#fff;border-radius:var(--radius-full);border:2px solid var(--bg-paper);justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.mobile-toggle.svelte-hv3zzy{display:none}.header-nav-row.svelte-hv3zzy{background:var(--primary);border-top:none;border-bottom:none}.cat-nav.svelte-hv3zzy{scrollbar-width:none;align-items:center;gap:2.5rem;height:46px;display:flex;overflow-x:auto}.cat-nav.svelte-hv3zzy::-webkit-scrollbar{display:none}.nav-link.svelte-hv3zzy{font-family:var(--font-body);white-space:nowrap;transition:color var(--transition-fast);font-size:.95rem;font-weight:500;text-decoration:none}.cat-nav.svelte-hv3zzy .nav-link:where(.svelte-hv3zzy){color:var(--primary-light)}.cat-nav.svelte-hv3zzy .nav-link:where(.svelte-hv3zzy):hover{color:var(--secondary)}.mobile-sidebar.svelte-hv3zzy{display:none}.mobile-overlay.svelte-hv3zzy{z-index:90;opacity:0;transition:opacity var(--transition-normal);background:#1a1d1b80;display:none;position:fixed;inset:0}@media (width<=1024px){.header-main.svelte-hv3zzy{gap:1rem}.header-search.svelte-hv3zzy{max-width:300px}.cat-nav.svelte-hv3zzy{gap:1.5rem}}@media (width<=900px){.desktop-only.svelte-hv3zzy{display:none!important}.mobile-toggle.svelte-hv3zzy{color:var(--text-main);cursor:pointer;z-index:101;background:0 0;border:none;padding:.25rem;display:flex;position:relative}.mobile-sidebar.svelte-hv3zzy{background:var(--bg-paper);z-index:100;width:280px;height:100vh;transition:left var(--transition-normal);box-shadow:var(--shadow-xl);flex-direction:column;padding:5rem 1.5rem 2rem;display:flex;position:fixed;top:0;left:-300px;overflow-y:auto}.mobile-sidebar.mobile-open.svelte-hv3zzy{left:0}.mobile-overlay.active.svelte-hv3zzy{opacity:1;display:block}.sidebar-search.svelte-hv3zzy{margin-bottom:1.5rem}.mobile-search.svelte-hv3zzy{max-width:100%;height:48px;display:flex}.mobile-nav.svelte-hv3zzy{flex-direction:column;display:flex}.mobile-nav.svelte-hv3zzy .nav-link:where(.svelte-hv3zzy){border-bottom:1px solid var(--border-light);white-space:normal;width:100%;color:var(--text-main);padding:1rem 0;font-size:1.1rem}}@media (width<=480px){.logo-text.svelte-hv3zzy{font-size:1.25rem}}.payment-band.svelte-7lfk2o{background:var(--primary-dark);border-bottom:1px solid #ffffff14;padding:.85rem 0}.payment-band-inner.svelte-7lfk2o{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.payment-label.svelte-7lfk2o{color:#fff9;white-space:nowrap;font-size:.8rem;font-weight:500}.payment-logos.svelte-7lfk2o{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.pay-badge.svelte-7lfk2o{border-radius:var(--radius-sm);letter-spacing:.03em;white-space:nowrap;justify-content:center;align-items:center;padding:.25rem .65rem;font-size:.72rem;font-weight:800;display:inline-flex}.wompi.svelte-7lfk2o{color:#6c3ff4;background:#fff;border:1px solid #6c3ff4}.visa.svelte-7lfk2o{color:#fff;background:#1a1f71}.mc.svelte-7lfk2o{color:#fff;background:#eb001b}.pse.svelte-7lfk2o{color:#fff;background:#0e3d73}.nequi.svelte-7lfk2o{color:#fff;background:#6b0fa6}.ssl-badge.svelte-7lfk2o{color:#ffffff80;align-items:center;gap:.35rem;margin-left:auto;font-size:.75rem;display:inline-flex}@media (width<=640px){.ssl-badge.svelte-7lfk2o{display:none}.payment-band-inner.svelte-7lfk2o{justify-content:flex-start}}.footer.svelte-7lfk2o{background-color:var(--primary-dark);color:#fff;margin-top:4rem;padding-top:3rem}.footer-content.svelte-7lfk2o{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;margin-bottom:3rem;display:grid}.footer-brand.svelte-7lfk2o h3:where(.svelte-7lfk2o){color:#fff;margin-bottom:1rem;font-size:1.4rem}.footer-brand.svelte-7lfk2o .accent:where(.svelte-7lfk2o){color:var(--secondary);font-weight:300}.footer-brand.svelte-7lfk2o p:where(.svelte-7lfk2o){color:var(--primary-light);margin-top:.75rem;font-size:.9rem;line-height:1.6}.footer-disclaimer.svelte-7lfk2o{color:#ffffff59!important;margin-top:1rem!important;font-size:.78rem!important;line-height:1.5!important}.footer.svelte-7lfk2o h4:where(.svelte-7lfk2o){color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:.95rem;position:relative}.footer.svelte-7lfk2o h4:where(.svelte-7lfk2o):after{content:"";background-color:var(--secondary);width:32px;height:2px;position:absolute;bottom:0;left:0}.footer-links.svelte-7lfk2o ul:where(.svelte-7lfk2o){padding:0;list-style:none}.footer-links.svelte-7lfk2o li:where(.svelte-7lfk2o){margin-bottom:.65rem}.footer-links.svelte-7lfk2o a:where(.svelte-7lfk2o){color:#fff9;font-size:.875rem;transition:color .2s}.footer-links.svelte-7lfk2o a:where(.svelte-7lfk2o):hover{color:#fff}.footer-contact.svelte-7lfk2o p:where(.svelte-7lfk2o){color:#fff9;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.footer-contact.svelte-7lfk2o svg:where(.svelte-7lfk2o){opacity:.7;flex-shrink:0}.wa-footer-btn.svelte-7lfk2o{color:#fff;border-radius:var(--radius-full);background:#25d366;align-items:center;gap:.5rem;margin-top:.75rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.wa-footer-btn.svelte-7lfk2o:hover{color:#fff;background:#128c7e;transform:translateY(-1px)}.footer-bottom.svelte-7lfk2o{background-color:#00000040;padding:1.25rem 0}.footer-bottom-inner.svelte-7lfk2o{text-align:center;flex-direction:column;align-items:center;gap:.35rem;display:flex}.footer-bottom.svelte-7lfk2o p:where(.svelte-7lfk2o){color:#ffffff80;font-size:.8rem}.footer-tagline.svelte-7lfk2o{color:#ffffff4d!important;font-size:.72rem!important}.whatsapp-float.svelte-17epzut{color:#fff;text-align:center;z-index:200;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .25s,box-shadow .25s,background-color .2s;display:flex;position:fixed;bottom:40px;right:40px;box-shadow:0 4px 16px #25d36666}.whatsapp-float.svelte-17epzut:hover{color:#fff;background-color:#128c7e;transform:scale(1.08)translateY(-2px);box-shadow:0 8px 24px #25d36673}.wa-icon.svelte-17epzut{flex-shrink:0;width:32px;height:32px}.wa-tooltip.svelte-17epzut{color:#fff;white-space:nowrap;border-radius:var(--radius-md,8px);pointer-events:none;opacity:0;background:#075e54;padding:.4rem .75rem;font-size:.78rem;font-weight:600;transition:opacity .2s;position:absolute;top:50%;right:calc(100% + 12px);transform:translateY(-50%)}.wa-tooltip.svelte-17epzut:after{content:"";border:6px solid #0000;border-left-color:#075e54;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.whatsapp-float.svelte-17epzut:hover .wa-tooltip:where(.svelte-17epzut){opacity:1}@keyframes svelte-17epzut-pulse-wa{0%,to{box-shadow:0 4px 16px #25d36666}50%{box-shadow:0 4px 24px #25d366a6}}.whatsapp-float.svelte-17epzut{animation:3s ease-in-out infinite svelte-17epzut-pulse-wa}.whatsapp-float.svelte-17epzut:hover{animation:none}@media (width<=1023px){.whatsapp-float.svelte-17epzut{width:52px;height:52px;bottom:90px;right:16px}.wa-icon.svelte-17epzut{width:28px;height:28px}.wa-tooltip.svelte-17epzut{display:none}}.product-card.svelte-huycks{border-radius:var(--radius-md);transition:all var(--transition-normal);background:var(--bg-paper);border:1px solid var(--border-light);height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.product-card.svelte-huycks:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);color:inherit;transform:translateY(-8px)}.product-image.svelte-huycks{aspect-ratio:1;background-color:var(--bg-paper);justify-content:center;align-items:center;padding:5%;display:flex;position:relative;overflow:hidden}.product-image.svelte-huycks img:where(.svelte-huycks){object-fit:contain;width:100%;height:100%;transition:transform var(--transition-normal)}.product-card.svelte-huycks:hover .product-image:where(.svelte-huycks) img:where(.svelte-huycks){transform:scale(1.05)}.tag-discount.svelte-huycks{background:var(--secondary);color:#fff;border-radius:var(--radius-full);z-index:2;padding:.25rem .65rem;font-size:.78rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.placeholder-img.svelte-huycks{color:var(--text-muted);background:var(--bg-subtle);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-content.svelte-huycks{flex-direction:column;flex-grow:1;padding:1rem;display:flex}.product-meta.svelte-huycks{margin-bottom:.5rem}.marca.svelte-huycks{color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.product-title.svelte-huycks{color:var(--text-main);-webkit-line-clamp:2;transition:color var(--transition-fast);-webkit-box-orient:vertical;flex-grow:1;margin:0 0 1rem;font-size:1.05rem;font-weight:600;display:-webkit-box;overflow:hidden}.product-card.svelte-huycks:hover .product-title:where(.svelte-huycks){color:var(--primary)}.product-bottom.svelte-huycks{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.price-group.svelte-huycks{flex-direction:column;display:flex}.price-old.svelte-huycks{color:var(--text-muted);font-size:.8rem;line-height:1;text-decoration:line-through}.price.svelte-huycks{color:var(--primary-dark);font-size:1.25rem;font-weight:700}.view-detail.svelte-huycks{background:var(--bg-subtle);width:36px;height:36px;color:var(--text-muted);transition:all var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.product-card.svelte-huycks:hover .view-detail:where(.svelte-huycks){background:var(--primary);color:#fff}.skeleton-card.svelte-1i6tinu{border-radius:var(--radius-lg);background:var(--bg-paper);border:1px solid var(--border-light);overflow:hidden}.skeleton-image.svelte-1i6tinu{background:var(--bg-subtle);height:240px}.skeleton-content.svelte-1i6tinu{flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.skeleton-line.svelte-1i6tinu{background:var(--bg-subtle);border-radius:6px;height:14px}.skeleton-line.short.svelte-1i6tinu{width:40%}.skeleton-line.medium.svelte-1i6tinu{width:75%}.skeleton-footer.svelte-1i6tinu{margin-top:.5rem}.skeleton-price.svelte-1i6tinu{background:var(--bg-subtle);border-radius:6px;width:35%;height:20px}.shimmer.svelte-1i6tinu{position:relative;overflow:hidden}.shimmer.svelte-1i6tinu:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff80 50%,#0000 100%);animation:1.5s ease-in-out infinite svelte-1i6tinu-shimmer;position:absolute;inset:0}@keyframes svelte-1i6tinu-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.error-state.svelte-1psk9iw{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.error-icon.svelte-1psk9iw{color:#ef4444;background:#fef2f2;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:.5rem;display:flex}.error-icon.svelte-1psk9iw svg:where(.svelte-1psk9iw){width:28px;height:28px}.error-state.svelte-1psk9iw h3:where(.svelte-1psk9iw){color:var(--text-main);margin:0;font-size:1.25rem;font-weight:700}.error-state.svelte-1psk9iw p:where(.svelte-1psk9iw){max-width:400px;margin:0;line-height:1.5}.retry-btn.svelte-1psk9iw{margin-top:.5rem;padding:.625rem 1.5rem;font-size:.9rem}.trust-bar.svelte-1dtu848{background:var(--bg-paper);border-bottom:1px solid var(--border-light);border-top:1px solid var(--border-light)}.trust-items.svelte-1dtu848{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;padding-top:.875rem;padding-bottom:.875rem;display:flex}.trust-item.svelte-1dtu848{color:var(--text-main);align-items:center;gap:.5rem;padding:.35rem 1.5rem;font-size:.85rem;line-height:1.4;display:flex}.trust-item.svelte-1dtu848 svg:where(.svelte-1dtu848){color:var(--primary);flex-shrink:0}.trust-item.svelte-1dtu848 .wa-icon:where(.svelte-1dtu848){color:#25d366}.trust-item.svelte-1dtu848 strong:where(.svelte-1dtu848){font-weight:600;font-family:var(--font-heading)}.trust-divider.svelte-1dtu848{background:var(--border-color);flex-shrink:0;width:1px;height:28px}@media (width<=900px){.trust-items.svelte-1dtu848{gap:.25rem}.trust-divider.svelte-1dtu848{display:none}.trust-item.svelte-1dtu848{padding:.4rem .75rem;font-size:.8rem}}@media (width<=600px){.trust-items.svelte-1dtu848{flex-direction:column;align-items:flex-start;gap:.1rem;padding-top:.75rem;padding-bottom:.75rem}.trust-item.svelte-1dtu848{padding:.35rem 0}}.categories-section.svelte-46ls5y{background:var(--bg-color);padding:4rem 0}.section-header.svelte-46ls5y{text-align:center;margin-bottom:2.5rem}.section-header.svelte-46ls5y h2:where(.svelte-46ls5y){font-family:var(--font-display);color:var(--primary-dark);margin-bottom:.5rem;font-size:2.25rem;font-weight:400}.section-header.svelte-46ls5y p:where(.svelte-46ls5y){color:var(--text-muted);margin:0;font-size:1.1rem}.cats-grid.svelte-46ls5y{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.cats-grid.svelte-46ls5y{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.cat-card.svelte-46ls5y{background:var(--bg-paper);border:1px solid var(--border-light);border-radius:var(--radius-lg);color:inherit;transition:transform var(--transition-spring), box-shadow var(--transition-spring), border-color var(--transition-fast);opacity:0;flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden;transform:translateY(32px)}.cat-card.visible{opacity:1;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1),box-shadow .2s,border-color .2s;transform:translateY(0)}@media (hover:hover){.cat-card.svelte-46ls5y:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-6px)}}.cat-badge.svelte-46ls5y{background:var(--accent);color:#fff;font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius-full);z-index:2;box-shadow:var(--shadow-accent);padding:.25rem .65rem;font-size:.72rem;font-weight:700;position:absolute;top:1rem;right:1rem}.cat-label.svelte-46ls5y{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.08em;color:var(--primary);padding:.75rem 1.25rem 0;font-size:.72rem;font-weight:700}.cat-img-wrap.svelte-46ls5y{aspect-ratio:4/3;background:var(--bg-subtle);justify-content:center;align-items:center;width:100%;padding:2rem;display:flex}.cat-img-wrap.svelte-46ls5y img:where(.svelte-46ls5y){object-fit:contain;max-width:100%;max-height:180px;transition:transform .45s cubic-bezier(.16,1,.3,1)}@media (hover:hover){.cat-card.svelte-46ls5y:hover .cat-img-wrap:where(.svelte-46ls5y) img:where(.svelte-46ls5y){transform:scale(1.06)}}.cat-body.svelte-46ls5y{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem 1.25rem 1.5rem;display:flex}.cat-title.svelte-46ls5y{font-family:var(--font-heading);color:var(--text-main);margin:0;font-size:1.2rem;font-weight:700;line-height:1.3}.cat-desc.svelte-46ls5y{color:var(--text-muted);flex:1;margin:0;font-size:.9rem;line-height:1.55}.cat-cta.svelte-46ls5y{font-family:var(--font-heading);color:var(--accent-dark);transition:gap var(--transition-fast);align-items:center;gap:.4rem;margin-top:.5rem;font-size:.9rem;font-weight:700;display:inline-flex}@media (hover:hover){.cat-card.svelte-46ls5y:hover .cat-cta:where(.svelte-46ls5y){gap:.65rem}}.view-all-row.svelte-46ls5y{text-align:center;margin-top:2.5rem}.benefits-section.svelte-hrkp2i{background-color:var(--bg-subtle);padding:4.5rem 1rem;overflow:hidden}.badge.svelte-hrkp2i{background:var(--accent-light);color:var(--accent-dark);text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.split-layout.svelte-hrkp2i{flex-direction:column-reverse;align-items:center;gap:4rem;display:flex}@media (width>=1024px){.split-layout.svelte-hrkp2i{flex-direction:row;align-items:center}}.col-text.svelte-hrkp2i{width:100%}@media (width>=1024px){.col-text.svelte-hrkp2i{width:45%;padding-right:2rem}}.title.svelte-hrkp2i{font-family:var(--font-display);color:var(--text-main);letter-spacing:-.005em;margin-bottom:1.5rem;font-size:2.25rem;font-weight:400;line-height:1.2}@media (width>=768px){.title.svelte-hrkp2i{font-size:2.75rem}}.highlight.svelte-hrkp2i{color:var(--primary)}.description.svelte-hrkp2i{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.small-desc.svelte-hrkp2i{color:var(--text-muted);font-size:1rem}.benefits-list.svelte-hrkp2i{flex-direction:column;gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.benefits-list.svelte-hrkp2i li:where(.svelte-hrkp2i){color:var(--text-main);align-items:center;gap:1rem;font-size:1.125rem;font-weight:600;display:flex}.check-icon.svelte-hrkp2i{background-color:var(--primary-light);width:32px;height:32px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.check-icon.svelte-hrkp2i svg:where(.svelte-hrkp2i){width:18px;height:18px}.disclaimer.svelte-hrkp2i{color:var(--text-muted);background:var(--bg-subtle);border-left:3px solid var(--border-color);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.8rem;line-height:1.55}.col-image.svelte-hrkp2i{border-radius:30px;width:100%;overflow:hidden;box-shadow:0 25px 50px -12px #00000014}@media (width>=1024px){.col-image.svelte-hrkp2i{width:55%}}.col-image.svelte-hrkp2i img:where(.svelte-hrkp2i){object-fit:cover;aspect-ratio:4/3;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.col-image.svelte-hrkp2i:hover img:where(.svelte-hrkp2i){transform:scale(1.04)}.pill-btn.svelte-hrkp2i{background-color:var(--accent);color:#fff;font-family:var(--font-heading);cursor:pointer;box-shadow:var(--shadow-accent);border:none;border-radius:9999px;margin-top:.5rem;padding:1rem 2.25rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.pill-btn.svelte-hrkp2i:hover{background-color:var(--accent-dark);color:#fff;transform:translateY(-3px);box-shadow:0 10px 24px #c07d4d59}.testimonials-section.svelte-mx0krq{background:var(--bg-paper);border-top:1px solid var(--border-light);padding:4.5rem 0}.section-header.svelte-mx0krq{text-align:center;margin-bottom:2.5rem}.section-eyebrow.svelte-mx0krq{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.section-header.svelte-mx0krq h2:where(.svelte-mx0krq){font-family:var(--font-display);color:var(--primary-dark);margin:0;font-size:2rem;font-weight:400}.testimonials-grid.svelte-mx0krq{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.testimonials-grid.svelte-mx0krq{grid-template-columns:1fr;max-width:520px;margin:0 auto}}.testimonial-card.svelte-mx0krq{background:var(--bg-color);border:1px solid var(--border-light);border-radius:var(--radius-lg);opacity:0;flex-direction:column;gap:1rem;padding:1.75rem;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(24px)}.testimonial-card.visible{opacity:1;transform:translateY(0)}.stars.svelte-mx0krq{color:var(--accent);gap:.15rem;display:flex}.testi-text.svelte-mx0krq{color:var(--text-main);flex:1;margin:0;font-size:.95rem;font-style:italic;line-height:1.7}.testi-footer.svelte-mx0krq{border-top:1px solid var(--border-light);align-items:center;gap:.875rem;margin-top:auto;padding-top:1rem;display:flex}.testi-avatar.svelte-mx0krq{background:var(--primary-light);width:40px;height:40px;color:var(--primary-dark);font-family:var(--font-heading);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.testi-meta.svelte-mx0krq{flex-direction:column;gap:.1rem;display:flex}.testi-name.svelte-mx0krq{font-family:var(--font-heading);color:var(--text-main);font-size:.9rem;font-weight:700}.testi-location.svelte-mx0krq{color:var(--text-muted);font-size:.8rem}.testi-product.svelte-mx0krq{color:var(--accent-dark);font-size:.75rem;font-weight:500}.testi-disclaimer.svelte-mx0krq{text-align:center;color:var(--text-muted);max-width:600px;margin-top:2rem;margin-left:auto;margin-right:auto;font-size:.75rem;line-height:1.5}.hero.svelte-1nmp6pz{background:linear-gradient(135deg, var(--bg-color) 0%, #eef5f0 100%);position:relative;overflow:hidden}.hero.svelte-1nmp6pz:before{content:"";pointer-events:none;background:radial-gradient(circle,#1b43320f 0%,#0000 70%);border-radius:50%;width:60vw;max-width:700px;height:60vw;max-height:700px;position:absolute;top:-20%;right:-10%}.hero-inner.svelte-1nmp6pz{min-height:80vh;max-width:var(--max-width);grid-template-columns:1fr;align-items:center;gap:3rem;margin:0 auto;padding:5rem 1.5rem 4rem;display:grid}@media (width>=960px){.hero-inner.svelte-1nmp6pz{grid-template-columns:1fr 1fr;gap:4rem;min-height:72vh;padding:5rem 1.5rem}}.hero-content.svelte-1nmp6pz{z-index:1;max-width:none;margin:0;padding:0;position:relative}.hero-eyebrow.svelte-1nmp6pz{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:1.25rem;font-size:.75rem;font-weight:700;display:inline-block}.hero-headline.svelte-1nmp6pz{font-family:var(--font-display);color:var(--primary-dark);letter-spacing:-.01em;margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:400;line-height:1.08}.hero-headline.svelte-1nmp6pz em:where(.svelte-1nmp6pz){color:var(--accent-dark);font-style:italic}.hero-sub.svelte-1nmp6pz{color:var(--text-muted);max-width:480px;margin-bottom:2rem;font-size:1.1rem;line-height:1.65}.hero-ctas.svelte-1nmp6pz{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.75rem;display:flex}.hero-btn-primary.svelte-1nmp6pz{border-radius:var(--radius-full);font-size:1.05rem;font-family:var(--font-heading);letter-spacing:.01em;padding:1rem 2rem;font-weight:700;text-decoration:none}.hero-btn-wa.svelte-1nmp6pz{border-radius:var(--radius-full);color:#fff;font-family:var(--font-heading);transition:all var(--transition-fast);background:#25d366;align-items:center;gap:.5rem;padding:.9rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 16px #25d36647}@media (hover:hover){.hero-btn-wa.svelte-1nmp6pz:hover{color:#fff;background:#1da851;transform:translateY(-2px)}}.hero-social-proof.svelte-1nmp6pz{color:var(--text-muted);align-items:center;gap:.6rem;font-size:.82rem;display:flex}.proof-stars.svelte-1nmp6pz{color:var(--accent);gap:.1rem;display:flex}.hero-image-col.svelte-1nmp6pz{display:none}@media (width>=960px){.hero-image-col.svelte-1nmp6pz{justify-content:center;align-items:center;display:flex;position:relative}}.hero-img-wrap.svelte-1nmp6pz{width:100%;max-width:480px;position:relative}.hero-product-img.svelte-1nmp6pz{object-fit:contain;filter:drop-shadow(0 24px 48px #0f2d2126);width:100%;max-height:440px;animation:6s ease-in-out infinite svelte-1nmp6pz-float}@keyframes svelte-1nmp6pz-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-float-badge.svelte-1nmp6pz{border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);background:#fff;align-items:center;gap:.625rem;padding:.75rem 1rem;animation:6s ease-in-out .5s infinite svelte-1nmp6pz-float-badge;display:flex;position:absolute;bottom:1.5rem;left:-1rem}@keyframes svelte-1nmp6pz-float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero-float-badge.svelte-1nmp6pz svg:where(.svelte-1nmp6pz){color:var(--primary);flex-shrink:0}.hero-float-badge.svelte-1nmp6pz div:where(.svelte-1nmp6pz){flex-direction:column;gap:.1rem;display:flex}.hero-float-badge.svelte-1nmp6pz strong:where(.svelte-1nmp6pz){font-family:var(--font-heading);color:var(--text-main);font-size:.82rem;font-weight:700}.hero-float-badge.svelte-1nmp6pz span:where(.svelte-1nmp6pz){color:var(--text-muted);font-size:.72rem}.featured-section.svelte-1nmp6pz{background:var(--bg-subtle);padding:4rem 0}.section-header.svelte-1nmp6pz{text-align:center;margin-bottom:2.5rem}.section-eyebrow.svelte-1nmp6pz{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.6rem;font-size:.72rem;font-weight:700;display:inline-block}.section-header.svelte-1nmp6pz h2:where(.svelte-1nmp6pz){font-family:var(--font-display);color:var(--primary-dark);margin-bottom:.5rem;font-size:2rem;font-weight:400}.section-header.svelte-1nmp6pz p:where(.svelte-1nmp6pz){color:var(--text-muted);margin:0;font-size:1rem}.empty-msg.svelte-1nmp6pz{text-align:center;color:var(--text-muted);padding:2rem;font-size:1.125rem}.view-all-wrap.svelte-1nmp6pz{text-align:center;margin-top:2.5rem}.value-prop-section.svelte-1nmp6pz{background:var(--primary-dark);color:#fff;padding:5rem 0}.vp-header.svelte-1nmp6pz{text-align:center;margin-bottom:3.5rem}.vp-header.svelte-1nmp6pz .section-eyebrow:where(.svelte-1nmp6pz){color:var(--accent);opacity:.9}.vp-header.svelte-1nmp6pz h2:where(.svelte-1nmp6pz){font-family:var(--font-display);color:#fff;margin:0;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:400;line-height:1.2}.vp-header.svelte-1nmp6pz h2:where(.svelte-1nmp6pz) em:where(.svelte-1nmp6pz){color:var(--accent);font-style:italic}.vp-pillars.svelte-1nmp6pz{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}@media (width<=768px){.vp-pillars.svelte-1nmp6pz{grid-template-columns:1fr;gap:2rem}}.vp-pillar.svelte-1nmp6pz{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.vp-icon.svelte-1nmp6pz{width:56px;height:56px;color:var(--accent);background:#c07d4d26;border:1px solid #c07d4d4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.vp-pillar.svelte-1nmp6pz h3:where(.svelte-1nmp6pz){font-family:var(--font-heading);color:#fff;margin:0;font-size:1.15rem;font-weight:700}.vp-pillar.svelte-1nmp6pz p:where(.svelte-1nmp6pz){color:#ffffffb3;max-width:280px;margin:0;font-size:.95rem;line-height:1.65}.cta-final-section.svelte-1nmp6pz{background:var(--accent-light);border-top:1px solid #c07d4d33;padding:4rem 0}.cta-final-inner.svelte-1nmp6pz{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.cta-final-text.svelte-1nmp6pz h2:where(.svelte-1nmp6pz){font-family:var(--font-display);color:var(--primary-dark);margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:400}.cta-final-text.svelte-1nmp6pz p:where(.svelte-1nmp6pz){color:var(--text-muted);max-width:420px;margin:0;font-size:1rem}.cta-final-actions.svelte-1nmp6pz{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:1rem;display:flex}.btn-wa-final.svelte-1nmp6pz{border-radius:var(--radius-full);color:#fff;font-family:var(--font-heading);transition:all var(--transition-fast);background:#25d366;align-items:center;gap:.5rem;min-height:48px;padding:1rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 16px #25d3664d}@media (hover:hover){.btn-wa-final.svelte-1nmp6pz:hover{color:#fff;background:#1da851;transform:translateY(-2px)}}@media (width<=768px){.cta-final-inner.svelte-1nmp6pz{text-align:center;flex-direction:column}.cta-final-text.svelte-1nmp6pz p:where(.svelte-1nmp6pz){max-width:none}.cta-final-actions.svelte-1nmp6pz{justify-content:center;width:100%}.hero-sub.svelte-1nmp6pz{max-width:none}}.category-banner-header.svelte-1s7w5wn{background-color:var(--bg-paper,#fff);text-align:left;border-radius:var(--radius-md);box-shadow:var(--shadow-sm,0 1px 3px #0000001a);margin-bottom:2rem;padding:2.5rem 2rem}.category-banner-header.svelte-1s7w5wn h1:where(.svelte-1s7w5wn){color:var(--primary-dark);font-family:var(--font-heading);margin-bottom:.5rem;font-size:2.25rem;font-weight:600}.category-banner-header.svelte-1s7w5wn p:where(.svelte-1s7w5wn){color:var(--text-muted);margin:0;font-size:1.125rem}.catalog-container.svelte-1s7w5wn{gap:1.5rem;padding:1.5rem 1rem 3rem;display:flex}.sidebar.svelte-1s7w5wn{flex-direction:column;flex-shrink:0;gap:1.5rem;width:280px;display:flex}.filter-group.svelte-1s7w5wn{border-radius:var(--radius-md);padding:1.5rem}.filter-group.svelte-1s7w5wn h3:where(.svelte-1s7w5wn){font-family:var(--font-body);color:var(--primary-dark);border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600}.filter-list.svelte-1s7w5wn{list-style:none}.filter-list.svelte-1s7w5wn li:where(.svelte-1s7w5wn){margin-bottom:.5rem}.filter-list.svelte-1s7w5wn button:where(.svelte-1s7w5wn){color:var(--text-muted);text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.25rem 0;font-family:inherit;font-size:.875rem;transition:color .2s}.filter-list.svelte-1s7w5wn button:where(.svelte-1s7w5wn):hover{color:var(--secondary)}.filter-list.svelte-1s7w5wn button.active:where(.svelte-1s7w5wn){color:var(--primary);font-weight:600}.results.svelte-1s7w5wn{flex-grow:1}.results-header.svelte-1s7w5wn{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.results-count.svelte-1s7w5wn{color:var(--text-muted);font-size:.9rem}.sort-select-wrap.svelte-1s7w5wn{align-items:center;display:flex}.sort-select.svelte-1s7w5wn{font-family:var(--font-body);color:var(--text-main);background:var(--bg-paper);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;outline:none;padding:.4rem .75rem;font-size:.85rem;transition:border-color .2s}.sort-select.svelte-1s7w5wn:focus{border-color:var(--primary)}.sr-only.svelte-1s7w5wn{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.search-input-wrap.svelte-1s7w5wn{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-paper);align-items:center;gap:.5rem;padding:.4rem .75rem;transition:border-color .2s;display:flex}.search-input-wrap.svelte-1s7w5wn:focus-within{border-color:var(--primary)}.search-input-wrap.svelte-1s7w5wn svg:where(.svelte-1s7w5wn){color:var(--text-muted);flex-shrink:0}.search-input.svelte-1s7w5wn{font-size:.875rem;font-family:var(--font-body);color:var(--text-main);background:0 0;border:none;outline:none;width:100%}.search-input.svelte-1s7w5wn::placeholder{color:var(--text-muted)}.price-range-display.svelte-1s7w5wn{color:var(--primary-dark);justify-content:space-between;margin-bottom:.75rem;font-size:.82rem;font-weight:600;display:flex}.price-slider.svelte-1s7w5wn{width:100%;accent-color:var(--primary);margin-bottom:.5rem}.empty-state.svelte-1s7w5wn{text-align:center;color:var(--text-muted);border-radius:var(--radius-md);padding:4rem 2rem}.empty-state.svelte-1s7w5wn h3:where(.svelte-1s7w5wn){color:var(--text-main);margin-bottom:.5rem}.empty-state.svelte-1s7w5wn p:where(.svelte-1s7w5wn){margin-bottom:1.5rem}.mobile-filter-bar.svelte-1s7w5wn{margin-bottom:1.5rem;display:none}.filter-overlay.svelte-1s7w5wn{z-index:90;opacity:0;background:#00000080;transition:opacity .3s;display:none;position:fixed;inset:0}.sidebar-header-mobile.svelte-1s7w5wn{display:none}@media (width<=768px){.catalog-container.svelte-1s7w5wn{flex-direction:column;padding-top:1rem}.mobile-filter-bar.svelte-1s7w5wn{display:block}.filter-overlay.active.svelte-1s7w5wn{opacity:1;display:block}.sidebar.svelte-1s7w5wn{z-index:100;background:#fff;border-radius:20px 20px 0 0;gap:1rem;width:100%;height:80vh;padding:1.5rem;transition:bottom .3s cubic-bezier(.4,0,.2,1);position:fixed;bottom:-100%;left:0;overflow-y:auto;box-shadow:0 -4px 20px #00000026}.sidebar.mobile-open.svelte-1s7w5wn{bottom:0}.sidebar-header-mobile.svelte-1s7w5wn{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.sidebar-header-mobile.svelte-1s7w5wn h3:where(.svelte-1s7w5wn){color:var(--text-main);margin:0;font-size:1.25rem;font-weight:700}.sidebar-header-mobile.svelte-1s7w5wn .close-btn:where(.svelte-1s7w5wn){cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:1.5rem}.filter-group.svelte-1s7w5wn{padding:1rem}}.accordion-item.svelte-tz9mmd{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-paper);transition:all var(--transition-normal);margin-bottom:1rem;overflow:hidden}.accordion-item.svelte-tz9mmd:hover{border-color:var(--primary-light)}.accordion-item.open.svelte-tz9mmd{border-color:var(--primary);box-shadow:var(--shadow-md)}.accordion-header.svelte-tz9mmd{text-align:left;cursor:pointer;width:100%;color:var(--text-main);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.accordion-header.svelte-tz9mmd h3:where(.svelte-tz9mmd){margin:0;padding-right:1rem;font-size:1.125rem;font-weight:600}.icon-wrapper.svelte-tz9mmd{width:24px;height:24px;color:var(--primary);background:var(--bg-subtle);transition:all var(--transition-normal);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.icon.svelte-tz9mmd{width:16px;height:16px;transition:transform var(--transition-normal)}.accordion-item.open.svelte-tz9mmd .icon-wrapper:where(.svelte-tz9mmd){background:var(--primary-light)}.accordion-item.open.svelte-tz9mmd .icon:where(.svelte-tz9mmd){transform:rotate(180deg)}.accordion-content.svelte-tz9mmd{max-height:0;transition:max-height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.accordion-item.open.svelte-tz9mmd .accordion-content:where(.svelte-tz9mmd){max-height:600px}.content-inner.svelte-tz9mmd{color:var(--text-muted);padding:0 1.5rem 1.25rem;font-size:1rem;line-height:1.6}.sheet-overlay.svelte-1vvkb57{z-index:200;background:#0f1a1573;animation:.25s svelte-1vvkb57-fadeIn;position:fixed;inset:0}@keyframes svelte-1vvkb57-fadeIn{0%{opacity:0}to{opacity:1}}.cart-sheet.svelte-1vvkb57{background:var(--bg-paper);z-index:201;border-radius:20px 20px 0 0;width:100%;max-height:85vh;padding:0 1.5rem 2rem;animation:.35s cubic-bezier(.16,1,.3,1) svelte-1vvkb57-slideUp;position:fixed;bottom:0;left:0;overflow-y:auto;box-shadow:0 -8px 40px #0f2d212e}@keyframes svelte-1vvkb57-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-handle.svelte-1vvkb57{background:var(--border-color);border-radius:var(--radius-full);width:40px;height:4px;margin:12px auto 0}.sheet-header.svelte-1vvkb57{border-bottom:1px solid var(--border-light);font-family:var(--font-heading);color:var(--primary-dark);align-items:center;gap:.6rem;padding:1.25rem 0 1rem;font-size:1rem;font-weight:700;display:flex}.check-icon.svelte-1vvkb57{color:var(--primary);flex-shrink:0}.sheet-product.svelte-1vvkb57{border-bottom:1px solid var(--border-light);gap:1rem;padding:1.25rem 0;display:flex}.product-img.svelte-1vvkb57{border-radius:var(--radius-md);background:var(--bg-subtle);border:1px solid var(--border-light);flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;padding:6px;display:flex;overflow:hidden}.product-img.svelte-1vvkb57 img:where(.svelte-1vvkb57){object-fit:contain;width:100%;height:100%}.img-placeholder.svelte-1vvkb57{color:var(--text-muted);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-details.svelte-1vvkb57{flex-direction:column;flex:1;gap:.2rem;display:flex}.product-name.svelte-1vvkb57{font-family:var(--font-heading);color:var(--text-main);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-qty.svelte-1vvkb57{color:var(--text-muted);font-size:.82rem}.product-price.svelte-1vvkb57{font-family:var(--font-heading);color:var(--primary-dark);margin-top:.15rem;font-size:1.05rem;font-weight:700}.sheet-actions.svelte-1vvkb57{flex-direction:column;gap:.75rem;padding-top:1.25rem;display:flex}.btn-sheet-cart.svelte-1vvkb57{justify-content:center;width:100%;padding:1rem;font-size:1rem;text-decoration:none}.btn-sheet-continue.svelte-1vvkb57{border-color:var(--border-color);width:100%;color:var(--text-muted);justify-content:center;min-height:44px;font-size:.95rem}@media (width>=1024px){.sheet-overlay.svelte-1vvkb57,.cart-sheet.svelte-1vvkb57{display:none}}.breadcrumb-bar.svelte-124ofor{background:var(--bg-paper);border-bottom:1px solid var(--border-light);padding:.875rem 0}.breadcrumb.svelte-124ofor{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.82rem;display:flex}.breadcrumb.svelte-124ofor a:where(.svelte-124ofor){color:var(--text-muted)}.breadcrumb.svelte-124ofor a:where(.svelte-124ofor):hover{color:var(--primary)}.breadcrumb.svelte-124ofor .sep:where(.svelte-124ofor){color:var(--border-color)}.breadcrumb.svelte-124ofor .current:where(.svelte-124ofor){color:var(--text-main);font-weight:500}.product-section.svelte-124ofor{background:var(--bg-color);padding:1.5rem 0 3.5rem}@media (width<=1023px){.product-section.svelte-124ofor{padding-bottom:6rem}}.product-grid.svelte-124ofor{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=1024px){.product-grid.svelte-124ofor{grid-template-columns:80px 1fr 420px;align-items:start;gap:1.5rem}}.thumbs-col.svelte-124ofor{flex-direction:column;gap:.75rem;display:none}@media (width>=1024px){.thumbs-col.svelte-124ofor{display:flex}}.thumb.svelte-124ofor{border-radius:var(--radius-md);cursor:pointer;background:var(--bg-paper);width:80px;height:80px;transition:all var(--transition-fast);box-shadow:var(--shadow-sm);border:2px solid #0000;padding:0;overflow:hidden}.thumb.svelte-124ofor img:where(.svelte-124ofor){object-fit:contain;width:100%;height:100%}.thumb.active.svelte-124ofor{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.thumb.svelte-124ofor:hover:not(.active){border-color:var(--border-color);transform:scale(1.05)}.thumbs-row-mobile.svelte-124ofor{gap:.625rem;margin-top:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}@media (width>=1024px){.thumbs-row-mobile.svelte-124ofor{display:none}}.thumb-sm.svelte-124ofor{border-radius:var(--radius-sm);cursor:pointer;background:var(--bg-paper);border:2px solid #0000;flex-shrink:0;width:64px;height:64px;padding:0;overflow:hidden}.thumb-sm.svelte-124ofor img:where(.svelte-124ofor){object-fit:contain;width:100%;height:100%}.thumb-sm.active.svelte-124ofor{border-color:var(--primary)}.image-col.svelte-124ofor{position:relative}.main-img-wrap.svelte-124ofor{aspect-ratio:1;border-radius:var(--radius-lg);background:var(--bg-paper);border:1px solid var(--border-light);width:100%;box-shadow:var(--shadow-sm);padding:5%;position:relative;overflow:hidden}.hero-img.svelte-124ofor{object-fit:contain;width:100%;height:100%}.tag-offer.svelte-124ofor{background:var(--secondary);color:#fff;border-radius:var(--radius-full);z-index:5;padding:.35rem .85rem;font-size:.85rem;font-weight:700;position:absolute;top:1rem;left:1rem}.no-image.svelte-124ofor{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:1rem;display:flex}.info-col.svelte-124ofor{flex-direction:column;display:flex}.title.svelte-124ofor{font-family:var(--font-heading);color:var(--primary-dark);letter-spacing:-.01em;margin-bottom:.75rem;font-size:2rem;font-weight:500;line-height:1.25}@media (width>=1024px){.title.svelte-124ofor{font-size:2.25rem}}.meta-row.svelte-124ofor{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;display:flex}.divider-dot.svelte-124ofor{color:var(--border-color)}.brand-link.svelte-124ofor{color:var(--primary);font-weight:600}.brand-link.svelte-124ofor:hover{text-decoration:underline}.sep-line.svelte-124ofor{border:none;border-top:1px solid var(--border-light);margin:1.25rem 0}.price-block.svelte-124ofor{margin-bottom:1.25rem}.old-price.svelte-124ofor{color:var(--text-muted);margin-bottom:.15rem;font-size:.95rem;text-decoration:line-through;display:block}.price-row.svelte-124ofor{flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}.big-price.svelte-124ofor{font-family:var(--font-body);color:var(--text-main);letter-spacing:-.02em;font-size:2.25rem;font-weight:700}.currency.svelte-124ofor{color:var(--text-muted);font-size:1rem;font-weight:500}.save-badge.svelte-124ofor{background:var(--secondary-light);color:var(--secondary);border-radius:var(--radius-full);padding:.25rem .65rem;font-size:.78rem;font-weight:700}.info-chip.svelte-124ofor{border-radius:var(--radius-md);align-items:center;gap:.6rem;margin-bottom:.75rem;padding:.85rem 1rem;font-size:.9rem;display:flex}.info-chip.svelte-124ofor svg:where(.svelte-124ofor){flex-shrink:0;width:20px;height:20px}.stock-available.svelte-124ofor{background:var(--primary-light);color:var(--primary-dark)}.stock-available.svelte-124ofor svg:where(.svelte-124ofor){color:var(--primary)}.stock-warn.svelte-124ofor{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.stock-warn.svelte-124ofor svg:where(.svelte-124ofor){color:#ef4444}.cart-action-bar.svelte-124ofor{align-items:stretch;gap:1rem;margin-bottom:1rem;display:flex}.qty-selector.svelte-124ofor{border:1px solid var(--border-color);border-radius:var(--radius-md);align-items:center;height:3.5rem;display:flex;overflow:hidden}.btn-qty.svelte-124ofor{background:var(--bg-paper);cursor:pointer;width:2.75rem;min-width:2.75rem;height:100%;color:var(--text-main);transition:background var(--transition-fast);border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.btn-qty.svelte-124ofor:hover{background:var(--bg-subtle)}.qty-input.svelte-124ofor{text-align:center;-moz-appearance:textfield;border:none;width:3rem;font-size:1rem;font-weight:600}.qty-input.svelte-124ofor::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-input.svelte-124ofor::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.btn-add-cart.svelte-124ofor{border-radius:var(--radius-full);letter-spacing:.01em;flex:1;padding:1rem;font-size:1.1rem}.btn-add-cart.svelte-124ofor:disabled{background:var(--border-color);border-color:var(--border-color);color:var(--text-muted);box-shadow:none;cursor:not-allowed}@media (width<=1023px){.cart-action-bar.svelte-124ofor{z-index:50;border-top:1px solid var(--border-light);background:#fff;flex-wrap:nowrap;width:100%;margin-bottom:0;padding:1rem 1.5rem;position:fixed;bottom:0;left:0;box-shadow:0 -4px 15px #00000014}}.add-feedback.svelte-124ofor{background:var(--accent-light);color:var(--accent-dark);border-radius:var(--radius-md);font-size:.9rem;font-family:var(--font-heading);border:1px solid #c07d4d40;margin-bottom:1.5rem;padding:.85rem 1rem;font-weight:500;display:none}@media (width>=1024px){.add-feedback.svelte-124ofor{display:block}}.feedback-link.svelte-124ofor{color:var(--accent-dark);margin-left:.5rem;font-weight:700;text-decoration:underline}.stock-out.svelte-124ofor{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.stock-out.svelte-124ofor svg:where(.svelte-124ofor){color:#ef4444}.accordions.svelte-124ofor{margin-bottom:1.5rem}.acc-text.svelte-124ofor{color:var(--text-muted);font-size:.95rem;line-height:1.7}.trust-signals-block.svelte-124ofor{border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-subtle);margin-bottom:1.5rem;overflow:hidden}.trust-row.svelte-124ofor{flex-direction:column;gap:0;display:flex}@media (width>=600px){.trust-row.svelte-124ofor{flex-direction:row}}.trust-item.svelte-124ofor{border-bottom:1px solid var(--border-light);flex:1;align-items:flex-start;gap:.65rem;padding:.875rem 1rem;display:flex}@media (width>=600px){.trust-item.svelte-124ofor{border-bottom:none;border-right:1px solid var(--border-light)}.trust-item.svelte-124ofor:last-child{border-right:none}}.trust-item.svelte-124ofor svg:where(.svelte-124ofor){color:var(--primary);flex-shrink:0;margin-top:2px}.trust-item.svelte-124ofor div:where(.svelte-124ofor){flex-direction:column;gap:.1rem;display:flex}.trust-item.svelte-124ofor strong:where(.svelte-124ofor){color:var(--text-main);font-size:.82rem;font-weight:700}.trust-item.svelte-124ofor span:where(.svelte-124ofor){color:var(--text-muted);font-size:.76rem}.payment-methods-row.svelte-124ofor{border-bottom:1px solid var(--border-light);background:var(--bg-paper);flex-wrap:wrap;align-items:center;gap:.4rem;padding:.65rem 1rem;display:flex}.pm-label.svelte-124ofor{color:var(--text-muted);margin-right:.25rem;font-size:.75rem}.pm-chip.svelte-124ofor{letter-spacing:.03em;color:#fff;border-radius:3px;align-items:center;padding:.15rem .5rem;font-size:.68rem;font-weight:800;display:inline-flex}.pm-chip.wompi.svelte-124ofor{background:#6c3ff4}.pm-chip.visa.svelte-124ofor{background:#1a1f71}.pm-chip.mc.svelte-124ofor{background:#eb001b}.pm-chip.pse.svelte-124ofor{background:#0e3d73}.pm-chip.nequi.svelte-124ofor{background:#6b0fa6}.wa-product-link.svelte-124ofor{background:var(--bg-paper);color:var(--primary-dark);transition:background var(--transition-fast), color var(--transition-fast);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;display:flex}.wa-product-link.svelte-124ofor svg:where(.svelte-124ofor){color:#25d366;flex-shrink:0}.wa-product-link.svelte-124ofor:hover{color:#15803d;background:#f0fdf4}.back-link.svelte-124ofor{color:var(--text-muted);transition:color var(--transition-fast);align-items:center;gap:.5rem;padding:.75rem 0;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex}.back-link.svelte-124ofor:hover{color:var(--primary)}.related-section.svelte-124ofor{border-top:1px solid var(--border-light);margin-top:3rem;padding-top:2rem}.related-section.svelte-124ofor .section-title:where(.svelte-124ofor){font-family:var(--font-heading);color:var(--primary-dark);text-align:left;margin-bottom:2rem;font-size:1.75rem;font-weight:500}.products-grid.svelte-124ofor{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (width>=768px){.products-grid.svelte-124ofor{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (width>=1024px){.products-grid.svelte-124ofor{grid-template-columns:repeat(4,1fr);gap:2rem}}.page-container.svelte-eui9jz{background:var(--bg-subtle);min-height:50vh;padding:2rem 0}.cart-main-container.svelte-eui9jz{max-width:1200px}.page-title.svelte-eui9jz{font-family:var(--font-heading);color:var(--primary-dark);margin-bottom:2rem;font-size:2.25rem;font-weight:500}.loading-state.svelte-eui9jz{text-align:center;padding:4rem 1rem}.empty-state.svelte-eui9jz{background:var(--bg-paper);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:3rem 1rem}.feedback-banner.svelte-eui9jz{color:#92400e;border-radius:var(--radius-md);background:#fffbeb;border:1px solid #fde68a;margin-bottom:2rem;padding:1.5rem;position:relative}.feedback-banner.svelte-eui9jz ul:where(.svelte-eui9jz){margin-top:.5rem;padding-left:1.5rem}.feedback-banner.svelte-eui9jz li:where(.svelte-eui9jz){margin-bottom:.25rem}.btn-close.svelte-eui9jz{color:#92400e;border-radius:var(--radius-sm);cursor:pointer;background:#fcd34d;border:none;margin-top:1rem;padding:.5rem 1rem;font-weight:600}.cart-layout.svelte-eui9jz{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}@media (width>=1024px){.cart-layout.svelte-eui9jz{flex-direction:row}}.cart-items-column.svelte-eui9jz{background:var(--bg-paper);border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);flex:1}.cart-items-header.svelte-eui9jz{border-bottom:1px solid var(--border-color);text-align:right;padding:1rem 1.5rem}.header-price-label.svelte-eui9jz{color:var(--text-muted);font-size:.9rem}.cart-items-list.svelte-eui9jz{flex-direction:column;display:flex}.cart-item-row.svelte-eui9jz{border-bottom:1px solid var(--border-color);gap:1.5rem;padding:1.5rem;display:flex}.cart-item-row.svelte-eui9jz:last-child{border-bottom:none}.item-img-large.svelte-eui9jz{border-radius:var(--radius-sm);background:var(--bg-paper);flex-shrink:0;width:160px;height:160px;padding:12px;overflow:hidden}.item-img-large.svelte-eui9jz a:where(.svelte-eui9jz){width:100%;height:100%;display:block}.item-img-large.svelte-eui9jz img:where(.svelte-eui9jz){object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}.no-img.svelte-eui9jz{width:100%;height:100%;color:var(--border-color);border:1px dashed var(--border-color);border-radius:var(--radius-sm);justify-content:center;align-items:center;font-size:.8rem;display:flex}.item-info-col.svelte-eui9jz{flex-direction:column;flex:1;display:flex}.item-top-row.svelte-eui9jz{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.item-title.svelte-eui9jz{font-family:var(--font-body);margin:0;font-size:1.25rem;font-weight:500;line-height:1.3}.item-title.svelte-eui9jz a:where(.svelte-eui9jz){color:var(--text-main);text-decoration:none}.item-title.svelte-eui9jz a:where(.svelte-eui9jz):hover{color:var(--primary);text-decoration:underline}.item-subtotal.svelte-eui9jz{color:var(--text-main);text-align:right;white-space:nowrap;font-size:1.25rem}.item-price.svelte-eui9jz{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.price-current.svelte-eui9jz{color:var(--primary-dark);font-size:1.1rem;font-weight:700}.price-old.svelte-eui9jz{color:var(--text-muted);font-size:.9rem;text-decoration:line-through}.item-stock.svelte-eui9jz{margin-bottom:1rem;font-size:.9rem;font-weight:500}.stock-available.svelte-eui9jz{color:#007600}.stock-warn.svelte-eui9jz{color:#b12704}.stock-out.svelte-eui9jz{color:#ef4444}.item-actions-row.svelte-eui9jz{align-items:center;gap:1rem;margin-top:auto;display:flex}.qty-control.svelte-eui9jz{border:1px solid var(--border-color);border-radius:var(--radius-full);background:var(--bg-subtle);align-items:center;height:2.75rem;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000d}.btn-qty.svelte-eui9jz{cursor:pointer;width:2.75rem;min-width:2.75rem;height:100%;color:var(--text-main);background:0 0;border:none;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.btn-qty.svelte-eui9jz:hover:not(:disabled){background:var(--border-color)}.btn-qty.svelte-eui9jz:disabled{opacity:.3;cursor:not-allowed}.qty-input.svelte-eui9jz{text-align:center;background:0 0;border:none;width:2.5rem;font-weight:600}.action-separator.svelte-eui9jz{color:var(--border-color)}.btn-text-action.svelte-eui9jz{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:500}.btn-text-action.svelte-eui9jz:hover{color:var(--primary-dark);text-decoration:underline}.cart-items-footer.svelte-eui9jz{text-align:right;border-top:1px solid var(--border-color);background:var(--bg-subtle);padding:1.5rem}.footer-subtotal.svelte-eui9jz{color:var(--text-main);font-size:1.25rem}.footer-subtotal.svelte-eui9jz strong:where(.svelte-eui9jz){font-size:1.5rem}.cart-summary-column.svelte-eui9jz{width:100%}@media (width>=1024px){.cart-summary-column.svelte-eui9jz{flex-shrink:0;width:350px}}.cart-summary-card.svelte-eui9jz{background:var(--bg-paper);border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid var(--border-light);top:calc(var(--header-height) + 2rem);padding:1.5rem;position:sticky}.cart-summary-card.svelte-eui9jz h3:where(.svelte-eui9jz){font-family:var(--font-body);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.summary-details.svelte-eui9jz{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.summary-row.svelte-eui9jz{color:var(--text-main);justify-content:space-between;font-size:1rem;display:flex}.shipping-free.svelte-eui9jz{color:#007600;font-weight:700}.shipping-calc.svelte-eui9jz{color:var(--text-muted);font-size:.9rem}.total-row.svelte-eui9jz{border-top:1px solid var(--border-color);align-items:baseline;margin-top:.5rem;padding-top:.5rem;font-size:1.15rem;font-weight:500}.big-total.svelte-eui9jz{color:var(--primary-dark);font-size:1.5rem;font-weight:700}.btn-checkout.svelte-eui9jz{text-align:center;border-radius:var(--radius-full);justify-content:center;align-items:center;width:100%;margin-bottom:1rem;padding:1rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:flex}.btn-wa-checkout.svelte-eui9jz{border-radius:var(--radius-full);color:#fff;width:100%;font-family:var(--font-heading);transition:all var(--transition-fast);background:#25d366;justify-content:center;align-items:center;gap:.6rem;min-height:48px;margin-bottom:.5rem;padding:1rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:flex;box-shadow:0 4px 16px #25d3664d}.btn-wa-checkout.svelte-eui9jz:hover{color:#fff;background:#1da851;transform:translateY(-1px);box-shadow:0 6px 20px #25d36666}.wa-alternative-label.svelte-eui9jz{color:var(--text-muted);text-align:center;margin-bottom:1rem;font-size:.78rem;line-height:1.4}.divider-or.svelte-eui9jz{color:var(--text-muted);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.8rem;display:flex}.divider-or.svelte-eui9jz:before,.divider-or.svelte-eui9jz:after{content:"";background:var(--border-light);flex:1;height:1px}.summary-footer.svelte-eui9jz{color:#007600;border-radius:var(--radius-sm);background:#f0fdf4;border:1px solid #bbf7d0;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.6rem 1rem;font-size:.82rem;font-weight:500;display:flex}.link-continue.svelte-eui9jz{text-align:center;color:var(--primary);margin-top:.75rem;font-size:.95rem;display:block}.link-continue.svelte-eui9jz:hover{color:var(--primary-dark);text-decoration:underline}.free-shipping-bar.svelte-eui9jz{border-radius:var(--radius-sm);background:#fffbeb;border:1px solid #fde68a;margin-bottom:1.25rem;padding:.75rem 1rem}.free-shipping-msg.svelte-eui9jz{color:#92400e;margin-bottom:.5rem;font-size:.82rem}.progress-track.svelte-eui9jz{border-radius:var(--radius-full);background:#fef3c7;width:100%;height:6px;overflow:hidden}.progress-fill.svelte-eui9jz{border-radius:var(--radius-full);background:linear-gradient(90deg,#f59e0b,#d97706);height:100%;transition:width .4s}.free-shipping-achieved.svelte-eui9jz{color:#166534;border-radius:var(--radius-sm);background:#f0fdf4;border:1px solid #bbf7d0;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.65rem 1rem;font-size:.85rem;font-weight:500;display:flex}.cart-payment-methods.svelte-eui9jz{background:var(--bg-subtle);border-radius:var(--radius-sm);border:1px solid var(--border-light);flex-direction:column;gap:.4rem;margin-bottom:1rem;padding:.65rem;display:flex}.cpm-label.svelte-eui9jz{color:var(--text-muted);font-size:.72rem;font-weight:500}.cpm-badges.svelte-eui9jz{flex-wrap:wrap;gap:.35rem;display:flex}.cpm-badge.svelte-eui9jz{letter-spacing:.03em;color:#fff;border-radius:3px;align-items:center;padding:.15rem .5rem;font-size:.65rem;font-weight:800;display:inline-flex}.cpm-badge.wompi.svelte-eui9jz{background:#6c3ff4}.cpm-badge.visa.svelte-eui9jz{background:#1a1f71}.cpm-badge.mc.svelte-eui9jz{background:#eb001b}.cpm-badge.pse.svelte-eui9jz{background:#0e3d73}.cpm-badge.nequi.svelte-eui9jz{background:#6b0fa6}.cart-guarantee.svelte-eui9jz{color:var(--text-muted);border-top:1px solid var(--border-light);align-items:flex-start;gap:.5rem;margin-bottom:.75rem;padding:.65rem 0;font-size:.8rem;display:flex}.cart-guarantee.svelte-eui9jz svg:where(.svelte-eui9jz){color:var(--primary);flex-shrink:0;margin-top:2px}.guarantee-link.svelte-eui9jz{color:var(--primary);text-decoration:underline}@media (width<=767px){.cart-item-row.svelte-eui9jz{flex-direction:column;gap:1rem;padding:1rem}.item-img-large.svelte-eui9jz{width:120px;height:120px;margin:0 auto}.item-top-row.svelte-eui9jz{flex-direction:column;align-items:flex-start;gap:.25rem}.item-subtotal.svelte-eui9jz{text-align:left;margin-top:.5rem;font-size:1.15rem;font-weight:600}.desktop-only.svelte-eui9jz{display:none}}.page-container.svelte-1laq383{background:var(--bg-color);min-height:50vh;padding:2rem 0 3.5rem}.page-title.svelte-1laq383{font-family:var(--font-display);color:var(--primary-dark);margin-bottom:1.5rem;font-size:2.25rem;font-weight:400}.step-progress.svelte-1laq383{margin-bottom:2rem}.step-track.svelte-1laq383{justify-content:center;align-items:center;gap:0;display:flex}.step-node.svelte-1laq383{cursor:default;background:0 0;border:none;flex-direction:column;align-items:center;gap:.35rem;padding:0;display:flex;position:relative}.step-node.svelte-1laq383:before{content:attr(data-n);border:2px solid var(--border-color);background:var(--bg-paper);width:36px;height:36px;color:var(--text-muted);font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.step-node.svelte-1laq383{border:2px solid var(--border-color);background:var(--bg-paper);width:36px;height:36px;color:var(--text-muted);font-family:var(--font-heading);transition:all var(--transition-fast);cursor:pointer;border-radius:50%;flex-shrink:0;font-size:.9rem;font-weight:700;position:relative}.step-label.svelte-1laq383{font-size:.72rem;font-family:var(--font-heading);color:var(--text-muted);white-space:nowrap;font-weight:500;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%)}.step-node.active.svelte-1laq383{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:var(--shadow-accent)}.step-node.active.svelte-1laq383 .step-label:where(.svelte-1laq383){color:var(--accent-dark);font-weight:700}.step-node.done.svelte-1laq383{background:var(--primary);border-color:var(--primary);color:#fff;cursor:pointer}.step-connector.svelte-1laq383{background:var(--border-color);height:2px;transition:background var(--transition-normal);flex:1;margin:0 .5rem 1rem}.step-connector.done.svelte-1laq383{background:var(--primary)}.form-nav.svelte-1laq383{justify-content:flex-end;padding-top:.5rem;display:flex}.form-nav-two.svelte-1laq383{justify-content:space-between;gap:1rem}.btn-next.svelte-1laq383{border-radius:var(--radius-full);min-width:200px;padding:1rem 1.5rem;font-size:1rem}.btn-next.svelte-1laq383:disabled{background:var(--border-color);border-color:var(--border-color);color:var(--text-muted);box-shadow:none;cursor:not-allowed}.btn-back.svelte-1laq383{border-radius:var(--radius-full);min-width:120px;padding:1rem 1.25rem;font-size:.95rem}.btn-submit.svelte-1laq383{border-radius:var(--radius-full);flex:1;min-width:200px;padding:1.1rem 1.5rem;font-size:1.05rem}.btn-submit.svelte-1laq383:disabled{background:var(--border-color);border-color:var(--border-color);color:var(--text-muted);box-shadow:none;cursor:not-allowed}@media (width<=767px){.form-nav.svelte-1laq383{background:var(--bg-paper);border-top:1px solid var(--border-light);z-index:10;border-radius:0;margin:0 -1.5rem -1.5rem;padding:1rem;position:sticky;bottom:0;box-shadow:0 -4px 16px #0f2d2114}.btn-next.svelte-1laq383,.btn-submit.svelte-1laq383{flex:1}}.confirm-summary.svelte-1laq383{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=480px){.confirm-summary.svelte-1laq383{grid-template-columns:1fr}}.confirm-block.svelte-1laq383{background:var(--bg-subtle);border-radius:var(--radius-md);border:1px solid var(--border-light);padding:1rem;position:relative}.confirm-block.svelte-1laq383 h4:where(.svelte-1laq383){font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.6rem;font-size:.8rem;font-weight:700}.confirm-block.svelte-1laq383 p:where(.svelte-1laq383){color:var(--text-main);margin-bottom:.15rem;font-size:.9rem;line-height:1.5}.link-edit.svelte-1laq383{color:var(--primary);cursor:pointer;font-size:.8rem;font-weight:600;font-family:var(--font-body);background:0 0;border:none;margin-top:.5rem;padding:0;text-decoration:underline}.order-num-row.svelte-1laq383{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.copy-btn.svelte-1laq383{background:var(--bg-subtle);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--primary);cursor:pointer;font-size:.78rem;font-weight:600;font-family:var(--font-heading);transition:all var(--transition-fast);align-items:center;gap:.35rem;padding:.25rem .65rem;display:inline-flex}.copy-btn.svelte-1laq383:hover{background:var(--primary-light)}.wa-confirm-btn.svelte-1laq383{border-radius:var(--radius-full);color:#fff;font-family:var(--font-heading);transition:all var(--transition-fast);background:#25d366;justify-content:center;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 16px #25d3664d}.wa-confirm-btn.svelte-1laq383:hover{color:#fff;background:#1da851;transform:translateY(-1px)}.checkout-layout.svelte-1laq383{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (width>=1024px){.checkout-layout.svelte-1laq383{grid-template-columns:1fr 400px}}.checkout-form.svelte-1laq383{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);background:#fff;padding:1.5rem}.form-section.svelte-1laq383{margin-bottom:2.5rem}.section-title.svelte-1laq383{font-family:var(--font-heading);color:var(--primary-dark);border-bottom:1px solid var(--border-light);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:500}.input-grid.svelte-1laq383{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.input-grid.svelte-1laq383{grid-template-columns:1fr 1fr}.full.svelte-1laq383{grid-column:1/-1}}.form-group.svelte-1laq383 label:where(.svelte-1laq383){color:var(--text-main);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-group.svelte-1laq383 input:where(.svelte-1laq383),.form-group.svelte-1laq383 textarea:where(.svelte-1laq383){border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-color);width:100%;padding:.75rem 1rem;font-family:inherit;transition:all .2s}.form-group.svelte-1laq383 input:where(.svelte-1laq383):focus,.form-group.svelte-1laq383 textarea:where(.svelte-1laq383):focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.form-group.svelte-1laq383 input:where(.svelte-1laq383):disabled,.form-group.svelte-1laq383 textarea:where(.svelte-1laq383):disabled{opacity:.7;background:var(--bg-subtle)}.btn-submit.svelte-1laq383{border-radius:var(--radius-full);width:100%;padding:1.25rem;font-size:1.15rem}.checkout-summary.svelte-1laq383{background:var(--bg-paper);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);top:calc(var(--header-height) + 2rem);padding:1.5rem;position:sticky}.checkout-summary.svelte-1laq383 h3:where(.svelte-1laq383){font-family:var(--font-body);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.summary-items.svelte-1laq383{border-bottom:1px solid var(--border-light);margin-bottom:1.5rem;padding-bottom:1.5rem}.sum-item.svelte-1laq383{align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.95rem;display:flex}.sum-img.svelte-1laq383{border-radius:var(--radius-sm);background:var(--bg-paper);border:1px solid var(--border-light);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:4px;display:flex}.sum-img.svelte-1laq383 img:where(.svelte-1laq383){object-fit:contain;max-width:100%;max-height:100%}.sum-details.svelte-1laq383{flex-direction:column;flex:1;display:flex}.sum-name-qty.svelte-1laq383{color:var(--text-main);line-height:1.4}.sum-qty.svelte-1laq383{color:var(--text-muted);margin-right:4px;font-weight:700}.sum-price.svelte-1laq383{flex-shrink:0;font-weight:600}.sum-row.svelte-1laq383{color:var(--text-muted);justify-content:space-between;margin-bottom:.75rem;display:flex}.total-row.svelte-1laq383{border-top:1px dashed var(--border-color);color:var(--text-main);align-items:center;margin-top:1.5rem;padding-top:1.5rem;font-weight:700}.big-total.svelte-1laq383{color:var(--primary-dark);font-size:1.5rem}.back-link.svelte-1laq383{color:var(--text-muted);font-size:.9rem;text-decoration:underline}.error-banner.svelte-1laq383{color:#991b1b;border-radius:var(--radius-md);background:#fef2f2;border:1px solid #fecaca;margin-bottom:2rem;padding:1.5rem}.btn-outline-danger.svelte-1laq383{color:#ef4444;border-radius:var(--radius-sm);border:1px solid #ef4444;padding:.5rem 1rem;font-weight:600;text-decoration:none;display:inline-block}.btn-outline-danger.svelte-1laq383:hover{background:#fef2f2}.success-screen.svelte-1laq383{text-align:center;border-radius:var(--radius-lg);max-width:600px;box-shadow:var(--shadow-md);background:#fff;margin:0 auto;padding:4rem 2rem}.success-icon.svelte-1laq383{color:#166534;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;display:flex}.success-icon.svelte-1laq383 svg:where(.svelte-1laq383){width:40px;height:40px}.success-desc.svelte-1laq383{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem}.order-card.svelte-1laq383{background:var(--bg-subtle);border-radius:var(--radius-md);text-align:left;margin-bottom:2rem;padding:1.5rem}.order-row.svelte-1laq383{border-bottom:1px solid var(--border-color);justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;font-size:1.1rem;display:flex}.order-row.svelte-1laq383:last-child{border:none;margin-bottom:0;padding-bottom:0}.order-card.svelte-1laq383 .total-row:where(.svelte-1laq383){color:var(--primary-dark);font-size:1.25rem}.page-container.svelte-oxccnq{background:var(--bg-color);align-items:center;min-height:60vh;padding:4rem 0 5rem;display:flex}.container.svelte-oxccnq{justify-content:center;display:flex}.center-state.svelte-oxccnq{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem;display:flex}.state-msg.svelte-oxccnq{color:var(--text-muted);font-size:1.1rem}.result-card.svelte-oxccnq{background:var(--bg-paper);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:520px;padding:3rem 2.5rem;display:flex}.icon-wrap.svelte-oxccnq{border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.icon-wrap.svelte-oxccnq svg:where(.svelte-oxccnq){width:40px;height:40px}.success-icon.svelte-oxccnq{color:#059669;background:#d1fae5}.pending-icon.svelte-oxccnq{color:#d97706;background:#fef3c7}.error-icon.svelte-oxccnq{color:#dc2626;background:#fee2e2}.result-title.svelte-oxccnq{font-family:var(--font-display);color:var(--primary-dark);margin:0;font-size:2rem;font-weight:400}.result-desc.svelte-oxccnq{color:var(--text-muted);max-width:380px;margin:0;font-size:1rem;line-height:1.6}.order-info-card.svelte-oxccnq{background:var(--bg-subtle);border:1px solid var(--border-light);border-radius:var(--radius-md);flex-direction:column;gap:.75rem;width:100%;padding:1.25rem 1.5rem;display:flex}.order-row.svelte-oxccnq{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.label.svelte-oxccnq{color:var(--text-muted);font-size:.85rem;font-weight:500}.total-row.svelte-oxccnq{border-top:1px solid var(--border-light);padding-top:.75rem}.total-val.svelte-oxccnq{color:var(--primary);font-size:1.5rem}.order-num-wrap.svelte-oxccnq{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.order-num-wrap.svelte-oxccnq strong:where(.svelte-oxccnq){color:var(--primary-dark);letter-spacing:.03em;font-size:1.1rem}.copy-btn.svelte-oxccnq{background:var(--bg-paper);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--primary);cursor:pointer;font-size:.75rem;font-weight:600;font-family:var(--font-heading);transition:all var(--transition-fast);align-items:center;gap:.3rem;padding:.2rem .55rem;display:inline-flex}.copy-btn.svelte-oxccnq:hover{background:var(--primary-light)}.btn-wa.svelte-oxccnq{border-radius:var(--radius-full);color:#fff;width:100%;font-family:var(--font-heading);transition:all var(--transition-fast);background:#25d366;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.875rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-wa.svelte-oxccnq:hover{color:#fff;background:#1da851;transform:translateY(-1px)}.polling-indicator.svelte-oxccnq{color:var(--text-muted);background:var(--bg-subtle);border-radius:var(--radius-full);border:1px solid var(--border-light);align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.9rem;display:flex}.dot-pulse.svelte-oxccnq{background:var(--accent);border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:1.2s ease-in-out infinite svelte-oxccnq-pulse}@keyframes svelte-oxccnq-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.timeout-msg.svelte-oxccnq{color:var(--text-muted);border-radius:var(--radius-md);background:#fffbeb;border:1px solid #fde68a;margin:0;padding:1rem;font-size:.9rem;line-height:1.6}.support-note.svelte-oxccnq{color:var(--text-muted);margin:0;font-size:.85rem}.support-note.svelte-oxccnq a:where(.svelte-oxccnq){color:var(--primary);font-weight:600}.spinner-ring.svelte-oxccnq{border:4px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;width:56px;height:56px;animation:.9s linear infinite svelte-oxccnq-spin}@keyframes svelte-oxccnq-spin{to{transform:rotate(360deg)}}@media (width<=600px){.result-card.svelte-oxccnq{padding:2rem 1.25rem}.result-title.svelte-oxccnq{font-size:1.6rem}}.main-content.svelte-1n46o8q{min-height:calc(100vh - var(--header-height) - var(--topbar-height) - 300px)}
