@charset "UTF-8";.content.svelte-1ras155.svelte-1ras155{max-width:1400px;margin:0 auto;padding:2rem}.header-section.svelte-1ras155.svelte-1ras155{text-align:center;margin-bottom:3rem}.header-section.svelte-1ras155 .page-title.svelte-1ras155{font-size:2.5rem;margin-bottom:.5rem;background:var(--color-foam);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-section.svelte-1ras155 .subtitle.svelte-1ras155{color:var(--color-subtle);font-size:1.1rem;max-width:800px;margin:0 auto}.category-filter.svelte-1ras155.svelte-1ras155{display:flex;gap:1rem;justify-content:center;padding:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.category-filter.svelte-1ras155 .filter-btn.svelte-1ras155{padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:var(--color-text);border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:inherit;font-size:1rem}.category-filter.svelte-1ras155 .filter-btn.svelte-1ras155:hover{background:#ffffff1a;transform:translateY(-2px)}.category-filter.svelte-1ras155 .filter-btn.active.svelte-1ras155{background:#c4a7e74d;border-color:var(--color-foam)}.products-grid.svelte-1ras155.svelte-1ras155{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.product-card.svelte-1ras155.svelte-1ras155{cursor:pointer;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.product-card.svelte-1ras155.svelte-1ras155:hover{transform:translateY(-8px)}.product-card.svelte-1ras155 .product-image.svelte-1ras155{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:var(--color-overlay)}.product-card.svelte-1ras155 .product-image img.svelte-1ras155{width:100%;height:100%;object-fit:cover}.product-card.svelte-1ras155 .product-image .category-badge.svelte-1ras155{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;background:#000000b3;border-radius:6px;font-size:.85rem;text-transform:uppercase;font-weight:600;color:var(--color-foam)}.product-card.svelte-1ras155 .product-info.svelte-1ras155{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-card.svelte-1ras155 .product-info h3.svelte-1ras155{margin:0 0 .5rem;color:var(--color-text);font-size:1.3rem}.product-card.svelte-1ras155 .product-info .product-description.svelte-1ras155{color:var(--color-subtle);margin-bottom:1rem;flex:1}.product-card.svelte-1ras155 .product-info .product-footer.svelte-1ras155{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-card.svelte-1ras155 .product-info .product-footer .price.svelte-1ras155{font-size:1.3rem;font-weight:600;color:var(--color-foam)}.product-card.svelte-1ras155 .product-info .product-footer .details-btn.svelte-1ras155{padding:.5rem 1rem;background:#9ccfd833;border:1px solid var(--color-foam);border-radius:6px;color:var(--color-text);cursor:pointer;transition:all .3s ease;font-family:inherit}.product-card.svelte-1ras155 .product-info .product-footer .details-btn.svelte-1ras155:hover{background:#9ccfd84d}.info-section.svelte-1ras155.svelte-1ras155{padding:3rem;margin-bottom:2rem}.info-section.svelte-1ras155 h2.svelte-1ras155{text-align:center;margin-bottom:2rem;font-size:2rem}.info-section.svelte-1ras155 .info-grid.svelte-1ras155{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.info-section.svelte-1ras155 .info-grid .info-item h3.svelte-1ras155{margin-bottom:.5rem;color:var(--color-foam)}.info-section.svelte-1ras155 .info-grid .info-item p.svelte-1ras155{color:var(--color-subtle);line-height:1.6}.contact-section.svelte-1ras155.svelte-1ras155{padding:3rem;text-align:center}.contact-section.svelte-1ras155 h2.svelte-1ras155{margin-bottom:1rem;font-size:2rem}.contact-section.svelte-1ras155 p.svelte-1ras155{color:var(--color-subtle);margin-bottom:2rem;font-size:1.1rem}.contact-section.svelte-1ras155 .contact-buttons.svelte-1ras155{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-section.svelte-1ras155 .contact-buttons .contact-btn.svelte-1ras155{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;font-size:1.1rem}.contact-section.svelte-1ras155 .contact-buttons .contact-btn.primary.svelte-1ras155{background:var(--color-foam);color:var(--color-base);border:none}.contact-section.svelte-1ras155 .contact-buttons .contact-btn.primary.svelte-1ras155:hover{transform:translateY(-2px)}.contact-section.svelte-1ras155 .contact-buttons .contact-btn.secondary.svelte-1ras155{background:#ffffff1a;color:var(--color-text);border:1px solid rgba(255,255,255,.2)}.contact-section.svelte-1ras155 .contact-buttons .contact-btn.secondary.svelte-1ras155:hover{background:#ffffff26}.modal.svelte-1ras155.svelte-1ras155{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.modal.svelte-1ras155 .modal-content.svelte-1ras155{max-width:1000px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:2rem}.modal.svelte-1ras155 .modal-content .close-btn.svelte-1ras155{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--color-text);width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.5rem;transition:all .3s ease}.modal.svelte-1ras155 .modal-content .close-btn.svelte-1ras155:hover{background:#fff3}.modal.svelte-1ras155 .modal-content .modal-grid.svelte-1ras155{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.modal.svelte-1ras155 .modal-content .modal-grid .modal-image img.svelte-1ras155{width:100%;border-radius:8px}.modal.svelte-1ras155 .modal-content .modal-grid .modal-details h2.svelte-1ras155{margin-top:0;color:var(--color-text)}.modal.svelte-1ras155 .modal-content .modal-grid .modal-details .modal-price.svelte-1ras155{font-size:1.8rem;font-weight:600;color:var(--color-foam);margin-bottom:1rem}.modal.svelte-1ras155 .modal-content .modal-grid .modal-details .modal-description.svelte-1ras155{color:var(--color-subtle);line-height:1.6;margin-bottom:2rem}.modal.svelte-1ras155 .modal-content .modal-grid .modal-details h3.svelte-1ras155{margin-top:2rem;margin-bottom:1rem;color:var(--color-foam)}.modal.svelte-1ras155 .modal-content .modal-grid .modal-details .features-list.svelte-1ras155{list-style:none;padding:0}.modal.svelte-1ras155 .modal-content .modal-grid .modal-details .features-list li.svelte-1ras155{padding:.5rem 0;color:var(--color-text)}.modal.svelte-1ras155 .modal-content .modal-grid .modal-details .features-list li.svelte-1ras155:before{content:"→ ";color:var(--color-foam);font-weight:600}.modal.svelte-1ras155 .modal-content .modal-grid .modal-details .modal-actions.svelte-1ras155{margin-top:2rem}.modal.svelte-1ras155 .modal-content .modal-grid .modal-details .modal-actions .order-btn.svelte-1ras155{display:inline-block;padding:1rem 2rem;background:var(--color-foam);color:var(--color-base);text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.modal.svelte-1ras155 .modal-content .modal-grid .modal-details .modal-actions .order-btn.svelte-1ras155:hover{transform:translateY(-2px)}@media (max-width: 768px){.products-grid.svelte-1ras155.svelte-1ras155{grid-template-columns:1fr}.modal-content.svelte-1ras155 .modal-grid.svelte-1ras155{grid-template-columns:1fr!important}.info-section.svelte-1ras155 .info-grid.svelte-1ras155{grid-template-columns:1fr}.contact-section.svelte-1ras155 .contact-buttons.svelte-1ras155{flex-direction:column}}
