@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Lora:ital,wght@0,400..700;1,400..700&display=swap";:root{--primary:#2b4c3f;--primary-dark:#1a332a;--primary-light:#eaf0ec;--secondary:#c27a62;--secondary-light:#f3ebe3;--accent:#c27a62;--bg-color:#fbfbf9;--bg-paper:#fff;--bg-subtle:#f5f5f0;--text-main:#1a1d1b;--text-muted:#68706b;--text-light:#fbfbf9;--border-color:#e4e7e5;--border-light:#eaf0ec;--font-heading:"Lora", serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--font-family:var(--font-body);--header-height:80px;--max-width:1400px;--shadow-sm:0 2px 4px #2b4c3f0a;--shadow-md:0 8px 16px #2b4c3f14;--shadow-lg:0 10px 15px -3px #2b4c3f0d, 0 4px 6px -2px #2b4c3f08;--shadow-xl:0 20px 25px -5px #2b4c3f0d, 0 10px 10px -5px #2b4c3f05;--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)}*{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);transition:all var(--transition-fast);box-shadow:var(--shadow-sm);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-secondary{color:var(--primary);border:1px solid var(--border-color);border-radius:var(--radius-full);transition:all var(--transition-fast);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-heading);letter-spacing:-.02em;margin-bottom:1rem;font-size:3.5rem;font-weight:500;line-height:1.1}h2{font-family:var(--font-heading);letter-spacing:-.01em;margin-bottom:1rem;font-size:2.25rem;font-weight:500;line-height:1.2}h3{font-family:var(--font-body);margin-bottom:.75rem;font-size:1.25rem;font-weight:600;line-height:1.4}h4{font-family:var(--font-body);margin-bottom:.5rem;font-size:1.125rem;font-weight:600;line-height:1.5}@media (width<=768px){h1{font-size:2.5rem}h2{font-size:1.875rem}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(--bg-color);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-color)}.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);color:var(--text-muted);white-space:nowrap;transition:color var(--transition-fast);font-size:.95rem;font-weight:500;text-decoration:none}.nav-link.svelte-hv3zzy:hover{color:var(--primary)}.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}}.footer.svelte-7lfk2o{background-color:var(--primary-dark);color:#fff;margin-top:4rem;padding-top:4rem}.footer-content.svelte-7lfk2o{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-brand.svelte-7lfk2o h3:where(.svelte-7lfk2o){color:#fff;margin-bottom:1rem;font-size:1.5rem}.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:1rem}.footer.svelte-7lfk2o h4:where(.svelte-7lfk2o){color:#fff;margin-bottom:1.5rem;padding-bottom:.5rem;position:relative}.footer.svelte-7lfk2o h4:where(.svelte-7lfk2o):after{content:"";background-color:var(--secondary);width:40px;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:.75rem}.footer-links.svelte-7lfk2o a:where(.svelte-7lfk2o){color:var(--primary-light);transition:color .2s}.footer-links.svelte-7lfk2o a:where(.svelte-7lfk2o):hover{color:var(--accent)}.footer-contact.svelte-7lfk2o p:where(.svelte-7lfk2o){color:var(--primary-light);margin-bottom:.75rem}.footer-bottom.svelte-7lfk2o{text-align:center;color:#fff9;background-color:#0003;padding:1.5rem 0;font-size:.875rem}.whatsapp-float.svelte-17epzut{background-color:var(--bg-paper);width:60px;height:60px;color:var(--primary);text-align:center;box-shadow:var(--shadow-md);z-index:1000;border-radius:50px;justify-content:center;align-items:center;font-size:30px;transition:all .3s;display:flex;position:fixed;bottom:40px;right:40px}.whatsapp-float.svelte-17epzut:hover{background-color:var(--bg-color);color:var(--primary-dark);box-shadow:var(--shadow-lg);transform:scale(1.1)}.wa-icon.svelte-17epzut{width:35px;height:35px}@keyframes svelte-17epzut-pulse-wa{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.whatsapp-float.svelte-17epzut{animation:3s infinite svelte-17epzut-pulse-wa}.whatsapp-float.svelte-17epzut:hover{animation:none}@media (width<=768px){.whatsapp-float.svelte-17epzut{width:50px;height:50px;bottom:20px;right:20px}.wa-icon.svelte-17epzut{width:30px;height:30px}}.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-section.svelte-1lafm3m{background-color:#fff;padding:6rem 1rem;overflow:hidden}.split-layout.svelte-1lafm3m{flex-direction:column;align-items:center;gap:4rem;margin-bottom:5rem;display:flex}@media (width>=1024px){.split-layout.svelte-1lafm3m{flex-direction:row;align-items:center}}.col-image.svelte-1lafm3m{border-radius:30px;width:100%;overflow:hidden;box-shadow:0 25px 50px -12px #00000014}@media (width>=1024px){.col-image.svelte-1lafm3m{width:55%}}.col-image.svelte-1lafm3m img:where(.svelte-1lafm3m){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-1lafm3m:hover img:where(.svelte-1lafm3m){transform:scale(1.04)}.col-text.svelte-1lafm3m{width:100%}@media (width>=1024px){.col-text.svelte-1lafm3m{width:45%;padding-left:2rem}}.title.svelte-1lafm3m{color:var(--text-main);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.15}@media (width>=768px){.title.svelte-1lafm3m{font-size:3.25rem}}.highlight.svelte-1lafm3m{color:var(--primary)}.description.svelte-1lafm3m{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.pill-btn.svelte-1lafm3m{background-color:var(--primary-light);color:var(--primary-dark);cursor:pointer;border:none;border-radius:9999px;padding:1rem 2.25rem;font-size:1.05rem;font-weight:600;transition:all .3s;display:inline-block;box-shadow:0 4px 6px -1px #10b9811a}.pill-btn.svelte-1lafm3m:hover{background-color:#a7f3d0;transform:translateY(-3px);box-shadow:0 10px 15px -3px #10b98133}.metrics-row.svelte-1lafm3m{border-top:1px solid var(--border-light);grid-template-columns:1fr;gap:3rem;padding-top:2rem;display:grid}@media (width>=768px){.metrics-row.svelte-1lafm3m{grid-template-columns:repeat(3,1fr);gap:2rem}}.metric-block.svelte-1lafm3m{text-align:center;flex-direction:column;align-items:center;display:flex}.icon-wrap.svelte-1lafm3m{background-color:var(--bg-subtle);width:48px;height:48px;color:var(--text-main);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.icon-wrap.svelte-1lafm3m svg:where(.svelte-1lafm3m){width:24px;height:24px}.metric-number.svelte-1lafm3m{color:var(--text-main);letter-spacing:-.03em;margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.metric-label.svelte-1lafm3m{color:var(--text-muted);font-size:1rem;font-weight:500}.benefits-section.svelte-hrkp2i{background-color:var(--bg-subtle);padding:6rem 1rem;overflow:hidden}.badge.svelte-hrkp2i{background:var(--secondary-light);color:#0369a1;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{color:var(--text-main);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.15}@media (width>=768px){.title.svelte-hrkp2i{font-size:3rem}}.highlight.svelte-hrkp2i{color:var(--secondary)}.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(--secondary-light);width:32px;height:32px;color:var(--secondary);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}.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(--secondary);color:#fff;cursor:pointer;border:none;border-radius:9999px;margin-top:1rem;padding:1rem 2.25rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 6px -1px #0ea5e933}.pill-btn.svelte-hrkp2i:hover{color:#fff;background-color:#0284c7;transform:translateY(-3px);box-shadow:0 10px 15px -3px #0ea5e94d}.hero.svelte-1nmp6pz{background-color:var(--bg-color);text-align:center;padding:4.5rem 0;position:relative}.hero-content.svelte-1nmp6pz{z-index:1;max-width:680px;margin:0 auto;position:relative}.hero.svelte-1nmp6pz h1:where(.svelte-1nmp6pz){font-family:var(--font-heading);color:var(--primary-dark);margin-bottom:1.5rem;font-size:3.5rem;font-weight:500}.hero.svelte-1nmp6pz p:where(.svelte-1nmp6pz){font-family:var(--font-body);color:var(--text-muted);margin:0 auto 2rem;font-size:1.25rem}.hero-badge.svelte-1nmp6pz{background:var(--primary-light);color:var(--primary-dark);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-btn.svelte-1nmp6pz{font-family:var(--font-body);padding:1rem 2.5rem;font-size:1.125rem}.section.svelte-1nmp6pz{padding:5rem 1rem}.section-header.svelte-1nmp6pz{text-align:center;margin-bottom:2rem}.section-header.svelte-1nmp6pz h2:where(.svelte-1nmp6pz){color:var(--primary-dark)}.section-header.svelte-1nmp6pz p:where(.svelte-1nmp6pz){color:var(--text-muted);font-size:1.125rem}.category-card.svelte-1nmp6pz{border-radius:var(--radius-md);transition:all var(--transition-normal);flex-direction:column;padding:1.25rem;text-decoration:none;display:flex}.category-card.svelte-1nmp6pz:hover{border-color:var(--secondary);color:var(--text-main);transform:translateY(-5px)}.cat-icon.svelte-1nmp6pz{margin-bottom:1rem;font-size:2.5rem}.category-card.svelte-1nmp6pz h3:where(.svelte-1nmp6pz){color:var(--primary-dark)}.category-card.svelte-1nmp6pz p:where(.svelte-1nmp6pz){color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.view-more.svelte-1nmp6pz{color:var(--secondary);margin-top:auto;font-weight:600}.empty-msg.svelte-1nmp6pz{text-align:center;color:var(--text-muted);padding:2rem;font-size:1.125rem}.featured-section.svelte-1nmp6pz{background:var(--bg-subtle);padding:3.5rem 0}.view-all-wrap.svelte-1nmp6pz{text-align:center;margin-top:2rem}.category-card-skeleton.svelte-1nmp6pz{border-radius:var(--radius-md);background:var(--bg-subtle);height:180px;position:relative;overflow:hidden}.category-card-skeleton.svelte-1nmp6pz:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff80 50%,#0000 100%);animation:1.5s ease-in-out infinite svelte-1nmp6pz-shimmer;position:absolute;inset:0}@keyframes svelte-1nmp6pz-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (width<=768px){.hero.svelte-1nmp6pz h1:where(.svelte-1nmp6pz){font-size:2.5rem}.hero.svelte-1nmp6pz{padding:3.5rem 0}}.page-header.svelte-1s7w5wn{background-color:var(--bg-color);text-align:center;margin-bottom:1.5rem;padding:2rem 0}.page-header.svelte-1s7w5wn h1:where(.svelte-1s7w5wn){color:var(--primary-dark);font-family:var(--font-heading);margin-bottom:.5rem;font-weight:500}.page-header.svelte-1s7w5wn p:where(.svelte-1s7w5wn){color:var(--text-muted);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}.search-input.svelte-1s7w5wn{border:1px solid var(--border-color);border-radius:var(--radius-sm);outline:none;width:100%;padding:.75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.search-input.svelte-1s7w5wn:focus{border-color:var(--secondary)}.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{margin-bottom:1.5rem}.results-count.svelte-1s7w5wn{color:var(--text-muted);font-size:.9rem}.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}.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.5rem;height:100%;color:var(--text-main);transition:background var(--transition-fast);border:none;font-size:1.25rem}.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);flex:1;padding:1rem;font-size:1.125rem}@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{color:#166534;border-radius:var(--radius-md);background:#dcfce7;border:1px solid #bbf7d0;margin-bottom:1.5rem;padding:.85rem 1rem;font-size:.9rem}.feedback-link.svelte-124ofor{color:#15803d;margin-left:.5rem;font-weight:600;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}.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:#b12704;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:2rem;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000d}.btn-qty.svelte-eui9jz{cursor:pointer;width:2rem;height:100%;color:var(--text-main);background:0 0;border:none;font-weight:700}.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}.total-row.svelte-eui9jz{align-items:baseline;margin-top:.5rem;font-size:1.15rem;font-weight:500}.big-total.svelte-eui9jz{color:#b12704;font-size:1.5rem;font-weight:700}.btn-checkout.svelte-eui9jz{text-align:center;border-radius:var(--radius-full);color:#0f1111;background:#ffd814;border:1px solid #fcd200;width:100%;margin-bottom:1rem;padding:1rem;font-size:1.1rem;font-weight:600;display:block;box-shadow:0 1px 2px #0000001a}.btn-checkout.svelte-eui9jz:hover{color:#0f1111;background:#f7ca00;border-color:#f2c200;transform:none;box-shadow:0 2px 4px #0000001a}.summary-footer.svelte-eui9jz{color:#007600;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;font-weight:500;display:flex}.link-continue.svelte-eui9jz{text-align:center;color:var(--primary);font-size:.95rem;display:block}.link-continue.svelte-eui9jz:hover{color:var(--primary-dark);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-heading);color:var(--primary-dark);margin-bottom:2rem;font-size:2.25rem;font-weight:500}.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}.warning-box.svelte-1laq383{color:#92400e;border-radius:var(--radius-md);text-align:left;background:#fffbeb;border:1px solid #fde68a;padding:1.5rem}.main-content.svelte-1n46o8q{min-height:calc(100vh - var(--header-height) - var(--topbar-height) - 300px)}
