.Navbar-module__a5snya__navbar{z-index:1000;background:linear-gradient(135deg,#f39c12,#e67e22);position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.Navbar-module__a5snya__demo{color:#000;font-size:large}.Navbar-module__a5snya__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.Navbar-module__a5snya__logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;transition:transform .3s}.Navbar-module__a5snya__logo:hover{transform:scale(1.05)}.Navbar-module__a5snya__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__a5snya__navLink{color:#fff;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.Navbar-module__a5snya__navLink:hover{transform:translateY(-2px)}.Navbar-module__a5snya__navLink:after{content:"";background:#fff;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Navbar-module__a5snya__navLink:hover:after{width:100%}.Navbar-module__a5snya__cartIconWrapper{justify-content:center;align-items:center;display:flex;position:relative}.Navbar-module__a5snya__cartBadge{color:#fff;background:#e74c3c;border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;padding:.15rem .4rem;font-size:.75rem;font-weight:700;animation:.3s Navbar-module__a5snya__pop;display:flex;position:absolute;top:-8px;right:-10px;box-shadow:0 2px 5px #0003}@keyframes Navbar-module__a5snya__pop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.Navbar-module__a5snya__btnAddToCart.Navbar-module__a5snya__added{animation:.5s Navbar-module__a5snya__successPulse;color:#fff!important;background:#27ae60!important;border-color:#27ae60!important}@keyframes Navbar-module__a5snya__successPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:768px){.Navbar-module__a5snya__container{padding:1rem}.Navbar-module__a5snya__navLinks{gap:1rem}.Navbar-module__a5snya__logo{font-size:1.25rem}.Navbar-module__a5snya__navLink{font-size:.9rem}}
.Hero-module__6Z4HNq__hero{justify-content:center;align-items:center;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.Hero-module__6Z4HNq__heroImageContainer{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__6Z4HNq__heroImage{object-fit:cover;object-position:center}.Hero-module__6Z4HNq__heroOverlay{z-index:2;background:linear-gradient(#0006,#000000b3);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__6Z4HNq__heroContent{z-index:3;text-align:center;color:#fff;max-width:1200px;padding:2rem;position:relative}.Hero-module__6Z4HNq__heroTitle{text-shadow:2px 2px 4px #00000080;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.2}.Hero-module__6Z4HNq__heroAccent{color:#ff6b35;margin-top:.5rem;display:block}.Hero-module__6Z4HNq__heroDescription{color:#e0e0e0;text-shadow:1px 1px 2px #000000b3;max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.Hero-module__6Z4HNq__heroActions{justify-content:center;display:flex}.Hero-module__6Z4HNq__btnPrimary{color:#fff;background-color:#ff6b35;border-radius:.5rem;align-items:center;gap:.5rem;padding:1.2rem 3rem;font-size:1.2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 6px #ff6b354d}.Hero-module__6Z4HNq__btnPrimary:hover{background-color:#e55a2b;transform:translateY(-2px);box-shadow:0 6px 12px #ff6b3566}@media (max-width:1024px){.Hero-module__6Z4HNq__heroTitle{font-size:3rem}.Hero-module__6Z4HNq__heroDescription{font-size:1.1rem}}@media (max-width:768px){.Hero-module__6Z4HNq__hero{height:100vh;min-height:500px}.Hero-module__6Z4HNq__heroContent{padding:1.5rem}.Hero-module__6Z4HNq__heroTitle{font-size:2.5rem}.Hero-module__6Z4HNq__heroDescription{margin-bottom:2rem;font-size:1rem}.Hero-module__6Z4HNq__heroActions{flex-direction:column}.Hero-module__6Z4HNq__btnPrimary{justify-content:center;width:100%;padding:1rem 2rem;font-size:1rem}}@media (max-width:480px){.Hero-module__6Z4HNq__heroTitle{font-size:2rem}.Hero-module__6Z4HNq__heroDescription{font-size:.95rem}}
.Cards-module__rMgWXq__card{background-color:#1a1a1a;border:1px solid #333;border-radius:.75rem;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.Cards-module__rMgWXq__card:hover{border-color:#ff6b35;transform:translateY(-5px);box-shadow:0 8px 16px #ff6b3533}.Cards-module__rMgWXq__imageLink{width:100%;text-decoration:none;display:block}.Cards-module__rMgWXq__imageContainer{background-color:#2a2a2a;width:100%;height:280px;position:relative;overflow:hidden}.Cards-module__rMgWXq__productImage{object-fit:cover;transition:transform .3s}.Cards-module__rMgWXq__card:hover .Cards-module__rMgWXq__productImage{transform:scale(1.05)}.Cards-module__rMgWXq__cardContent{flex-direction:column;flex-grow:1;gap:.875rem;padding:1.5rem;display:flex}.Cards-module__rMgWXq__varietyBadge{color:#ff6b35;text-transform:uppercase;letter-spacing:.5px;background-color:#2a2a2a;border-radius:.375rem;width:fit-content;padding:.35rem .85rem;font-size:.75rem;font-weight:600;display:inline-block}.Cards-module__rMgWXq__productName{color:#fff;margin:0;font-size:1.25rem;font-weight:600;line-height:1.3}.Cards-module__rMgWXq__price{color:#ff6b35;margin:.25rem 0;font-size:1.5rem;font-weight:700}.Cards-module__rMgWXq__cardActions{flex-direction:column;gap:.75rem;margin-top:auto;display:flex}.Cards-module__rMgWXq__btnBuyNow{color:#fff;text-align:center;cursor:pointer;background-color:#ff6b35;border:none;border-radius:.5rem;width:100%;padding:.875rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.Cards-module__rMgWXq__btnBuyNow:hover{background-color:#e55a2b;transform:translateY(-2px);box-shadow:0 4px 8px #ff6b354d}.Cards-module__rMgWXq__btnAddToCart{color:#fff;text-align:center;cursor:pointer;background-color:#0000;border:2px solid #ff6b35;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Cards-module__rMgWXq__btnAddToCart:hover{background-color:#ff6b35;transform:translateY(-2px)}@media (max-width:768px){.Cards-module__rMgWXq__card{border-radius:1rem}.Cards-module__rMgWXq__imageContainer{height:140px}.Cards-module__rMgWXq__cardContent{gap:.5rem;padding:1rem .875rem}.Cards-module__rMgWXq__varietyBadge{padding:.25rem .5rem;font-size:.65rem}.Cards-module__rMgWXq__productName{font-size:.95rem;line-height:1.2}.Cards-module__rMgWXq__price{margin:.125rem 0;font-size:1.15rem}.Cards-module__rMgWXq__btnBuyNow,.Cards-module__rMgWXq__btnAddToCart{border-radius:.5rem;padding:.625rem;font-size:.8rem}.Cards-module__rMgWXq__cardActions{gap:.5rem;margin-top:.25rem}}@media (max-width:480px){.Cards-module__rMgWXq__imageContainer{height:120px}.Cards-module__rMgWXq__cardContent{gap:.4rem;padding:.875rem .75rem}.Cards-module__rMgWXq__varietyBadge{padding:.2rem .45rem;font-size:.6rem}.Cards-module__rMgWXq__productName{font-size:.875rem;line-height:1.2}.Cards-module__rMgWXq__price{font-size:1.05rem}.Cards-module__rMgWXq__btnBuyNow,.Cards-module__rMgWXq__btnAddToCart{padding:.575rem;font-size:.75rem}.Cards-module__rMgWXq__cardActions{gap:.4rem;margin-top:.2rem}}
.Page-module__eT4WPq__productsPage{background-color:#000;min-height:100vh;padding:4rem 0}.Page-module__eT4WPq__container{max-width:1400px;margin:0 auto;padding:0 2rem}.Page-module__eT4WPq__header{text-align:center;margin-bottom:4rem}.Page-module__eT4WPq__pageTitle{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:800}.Page-module__eT4WPq__accent{color:#ff6b35}.Page-module__eT4WPq__pageDescription{color:#999;max-width:600px;margin:0 auto;font-size:1.25rem}.Page-module__eT4WPq__productsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}@media (max-width:1024px){.Page-module__eT4WPq__productsPage{padding:3rem 0}.Page-module__eT4WPq__pageTitle{font-size:2.5rem}.Page-module__eT4WPq__pageDescription{font-size:1.1rem}.Page-module__eT4WPq__productsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:768px){.Page-module__eT4WPq__productsPage{padding:2rem 0}.Page-module__eT4WPq__container{max-width:100%;padding:0 1rem}.Page-module__eT4WPq__header{margin-bottom:2rem}.Page-module__eT4WPq__pageTitle{font-size:2rem}.Page-module__eT4WPq__pageDescription{font-size:1rem}.Page-module__eT4WPq__productsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.Page-module__eT4WPq__container{padding:0 .75rem}.Page-module__eT4WPq__pageTitle{font-size:1.75rem}.Page-module__eT4WPq__productsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}}
