main[data-astro-cid-3swd3b6j]{background:#fff;padding:8rem 2rem 4rem;max-width:1400px;margin:0 auto}.breadcrumbs[data-astro-cid-3swd3b6j]{margin-bottom:2rem;font-size:.9rem;color:#666}.breadcrumbs[data-astro-cid-3swd3b6j] a[data-astro-cid-3swd3b6j]{color:#11bf45;text-decoration:none;transition:color .3s ease}.breadcrumbs[data-astro-cid-3swd3b6j] a[data-astro-cid-3swd3b6j]:hover{color:#0ea83a}.breadcrumbs[data-astro-cid-3swd3b6j] .separator[data-astro-cid-3swd3b6j]{margin:0 .5rem;color:#11bf45;font-weight:700}.breadcrumbs[data-astro-cid-3swd3b6j] .current[data-astro-cid-3swd3b6j]{color:#333;font-weight:500}.page-title[data-astro-cid-3swd3b6j]{margin-bottom:1.5rem}.page-title[data-astro-cid-3swd3b6j] h1[data-astro-cid-3swd3b6j]{font-size:3.5rem;font-weight:700;margin-bottom:0;line-height:1.1;color:#1a1a1a}.title-underline[data-astro-cid-3swd3b6j]{width:60px;height:10px;background:#11bf45;margin-bottom:1rem}.subtitle[data-astro-cid-3swd3b6j]{font-size:1.8rem;font-weight:600;color:#1a1a1a;margin-bottom:2rem;margin-top:.5rem}.description[data-astro-cid-3swd3b6j]{font-size:1.1rem;color:#333;line-height:1.7;margin-bottom:2rem;max-width:70%}.brand-filter[data-astro-cid-3swd3b6j]{margin-bottom:3rem}.brand-filter[data-astro-cid-3swd3b6j] h3[data-astro-cid-3swd3b6j]{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.filter-buttons[data-astro-cid-3swd3b6j]{display:flex;gap:1rem;flex-wrap:wrap}.filter-btn[data-astro-cid-3swd3b6j]{padding:.8rem 1.5rem;background:#f8f9fa;color:#666;border:2px solid #e5e5e5;border-radius:25px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.9rem}.filter-btn[data-astro-cid-3swd3b6j]:hover{background:#e9ecef;border-color:#11bf45;color:#11bf45}.filter-btn[data-astro-cid-3swd3b6j].active{background:#11bf45;color:#fff;border-color:#11bf45}.filter-btn[data-astro-cid-3swd3b6j].active:hover{background:#0ea83a;border-color:#0ea83a}.products-listing[data-astro-cid-3swd3b6j]{background:#fff;padding:6rem 2rem}.products-grid[data-astro-cid-3swd3b6j]{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1400px;margin:0 auto}.product-card[data-astro-cid-3swd3b6j]{background:#fff;border-radius:8px;overflow:hidden;display:block}.product-image[data-astro-cid-3swd3b6j]{position:relative;height:250px;overflow:hidden}.product-image[data-astro-cid-3swd3b6j] img[data-astro-cid-3swd3b6j]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-brand[data-astro-cid-3swd3b6j]{position:absolute;top:.75rem;right:.75rem;background:#11bf45f2;color:#fff!important;padding:.3rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;backdrop-filter:blur(4px)}.product-content[data-astro-cid-3swd3b6j]{padding:2rem}.product-title[data-astro-cid-3swd3b6j]{font-size:1.4rem;font-weight:600;line-height:1.4;margin-bottom:1rem;color:#1a1a1a}.product-description[data-astro-cid-3swd3b6j]{font-size:1rem;line-height:1.6;color:#666;margin-bottom:1.5rem}.product-features[data-astro-cid-3swd3b6j]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature-tag[data-astro-cid-3swd3b6j]{background:#f0f9f0;color:#11bf45;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.view-details-btn[data-astro-cid-3swd3b6j]{background:transparent;border:2px solid #11bf45;color:#11bf45;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease;display:flex;align-items:center;gap:.5rem;width:100%;justify-content:center;margin-top:auto}.view-details-btn[data-astro-cid-3swd3b6j]:hover{background:#11bf45;color:#fff}.view-icon[data-astro-cid-3swd3b6j]{width:18px;height:18px}@media (max-width: 1024px){.products-grid[data-astro-cid-3swd3b6j]{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width: 768px){.products-hero[data-astro-cid-3swd3b6j]{padding:6rem 2rem 4rem}.products-listing[data-astro-cid-3swd3b6j]{padding:4rem 2rem}.products-grid[data-astro-cid-3swd3b6j]{grid-template-columns:1fr;gap:2rem}.product-content[data-astro-cid-3swd3b6j]{padding:1.5rem}}.product-modal[data-astro-cid-3swd3b6j]{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;align-items:center;justify-content:center}.modal-overlay[data-astro-cid-3swd3b6j]{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;backdrop-filter:blur(5px)}.modal-content[data-astro-cid-3swd3b6j]{position:relative;background:#fff;border-radius:20px;max-width:800px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header[data-astro-cid-3swd3b6j]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #f0f0f0}.modal-brand[data-astro-cid-3swd3b6j]{font-size:.9rem;font-weight:600;color:#11bf45;text-transform:uppercase;letter-spacing:.5px}.close-modal[data-astro-cid-3swd3b6j]{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .2s ease}.close-modal[data-astro-cid-3swd3b6j]:hover{background-color:#f5f5f5}.close-modal[data-astro-cid-3swd3b6j] svg[data-astro-cid-3swd3b6j]{width:24px;height:24px;color:#666}.modal-body[data-astro-cid-3swd3b6j]{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem}.modal-image[data-astro-cid-3swd3b6j]{border-radius:12px;overflow:hidden}.modal-image[data-astro-cid-3swd3b6j] img[data-astro-cid-3swd3b6j]{width:100%;height:300px;object-fit:cover}.modal-info[data-astro-cid-3swd3b6j]{display:flex;flex-direction:column;gap:1rem}.modal-title[data-astro-cid-3swd3b6j]{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2}.product-meta[data-astro-cid-3swd3b6j]{display:flex;flex-wrap:wrap;gap:.5rem}.meta-tag[data-astro-cid-3swd3b6j]{background:#f8f9fa;color:#666;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.product-description[data-astro-cid-3swd3b6j]{color:#666;line-height:1.6;font-size:1rem}.modal-footer[data-astro-cid-3swd3b6j]{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid #f0f0f0}.product-brand[data-astro-cid-3swd3b6j]{font-size:.9rem;font-weight:600;color:#11bf45;text-transform:uppercase;letter-spacing:.5px}.contact-btn[data-astro-cid-3swd3b6j]{background:#11bf45;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.contact-btn[data-astro-cid-3swd3b6j]:hover{background:#0ea83a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.modal-content[data-astro-cid-3swd3b6j]{width:95%;margin:1rem}.modal-body[data-astro-cid-3swd3b6j]{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.modal-header[data-astro-cid-3swd3b6j]{padding:1rem 1.5rem}.modal-image[data-astro-cid-3swd3b6j] img[data-astro-cid-3swd3b6j]{height:200px}.modal-title[data-astro-cid-3swd3b6j]{font-size:1.5rem}}
