.hero-section{position:relative;width:100%;overflow:hidden}.hero-slide .absolute.inset-0{position:absolute;top:0;left:0;right:0;bottom:0}.hero-slide .absolute.inset-0 img{display:block}@media (max-width:768px){.hero-image{object-fit:cover!important;object-position:center!important}.hero-overlay{background:linear-gradient(45deg,rgba(0,0,0,.35),rgba(0,0,0,.15))!important}.hero-content{width:90%;max-width:500px}.hero-dots{display:none!important}}@media (max-width:480px){.hero-image{object-fit:cover!important;object-position:center!important}.hero-subtitle,.hero-title{text-shadow:0 3px 6px rgba(0,0,0,.5)}.hero-content{width:95%}.hero-dots{display:none!important}}@media (max-width:768px) and (orientation:landscape){.hero-section{height:70vh;min-height:280px}.hero-image{object-fit:cover!important;object-position:center!important}.hero-title{font-size:22px;margin-bottom:8px}.hero-subtitle{font-size:13px;margin-bottom:14px}.hero-cta{padding:10px 20px;font-size:13px;min-height:38px}.hero-dots{display:none!important}}@media (max-width:375px){.hero-section{min-height:260px;height:35vh}.hero-image{object-fit:cover!important;object-position:center!important}.hero-title{font-size:18px}.hero-subtitle{font-size:12px;line-height:1.5}.hero-cta{padding:8px 18px;font-size:12px}.hero-dots{display:none!important}}@media (min-width:769px) and (max-width:1024px){.hero-image{object-fit:cover!important;object-position:center!important}}@media (min-width:1025px){.hero-image{object-fit:cover!important;object-position:center!important}}@media (hover:none) and (pointer:coarse){.hero-cta{min-height:48px;padding:14px 28px}.hero-dots{display:none!important}}.hero-slide .absolute.inset-0{background:#f8f9fa}.hero-image{max-width:100%;max-height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.hero-slide{backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.hero-slide.active .hero-image{animation:fadeInImage 1s ease-in-out}@keyframes fadeInImage{0%{opacity:.8}to{opacity:1}}.hero-dot:focus{outline:2px solid #10b981;outline-offset:4px}.hero-cta:focus{outline:2px solid #fff;outline-offset:4px}@media (prefers-reduced-motion:reduce){.hero-cta,.hero-dot,.hero-slide{transition:none}.hero-slide.active .hero-image{animation:none}}.product-card{display:block;text-decoration:none;border-radius:8px;overflow:hidden;transition:all .3s ease;background:#fff;border:1px solid #f0f0f0;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.08)}.product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.12);transform:translateY(-4px);border-color:#e5e7eb}.product-image{aspect-ratio:1;overflow:hidden;background:#f9fafb;position:relative;width:100%;height:320px;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image{transform:scale(1.08)}.product-info{padding:1.25rem;background:#fff}.product-title{font-weight:600;color:#1a1a1a!important;font-size:1.125rem;margin-bottom:.5rem;-webkit-line-clamp:1;line-height:1.5}.product-description,.product-title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.product-description{color:#6b7280!important;font-size:.875rem;line-height:1.6;margin-bottom:.875rem;-webkit-line-clamp:2;min-height:2.8em}.product-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid #f3f4f6;margin-top:.5rem}.product-price{font-weight:700;color:#059669!important;font-size:1.375rem;letter-spacing:-.025em}.btn{padding:.625rem 1.25rem;border-radius:6px;font-weight:600;cursor:pointer;border:none;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:all .2s ease;font-size:.875rem;white-space:nowrap;min-height:38px}.btn-primary{background:#10b981!important;color:#fff!important;border:none!important;box-shadow:0 1px 3px rgba(16,185,129,.3)}.btn-primary:hover{background:#059669!important;color:#fff!important;box-shadow:0 4px 8px rgba(16,185,129,.4);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width:768px){.product-card{border-radius:8px}.product-image{height:280px}.product-info{padding:1rem}.product-title{font-size:1rem;margin-bottom:.375rem}.product-description{font-size:.8125rem;margin-bottom:.625rem;-webkit-line-clamp:2}.product-footer{padding-top:.625rem;margin-top:.375rem}.product-price{font-size:1.25rem}.btn{padding:.5rem 1rem;font-size:.8125rem;min-height:36px}}@media (max-width:480px){.product-image{height:260px}.product-info{padding:.875rem}.product-title{font-size:.9375rem}.product-description{font-size:.75rem}.product-price{font-size:1.125rem}.btn{padding:.5rem .875rem;font-size:.75rem;min-height:34px}}.flex{display:flex;align-items:center;gap:.5rem}.space-x-2>*+*{margin-left:.5rem}.w-4{width:1rem}.h-4{height:1rem}.border-2{border-width:2px}.border-white{border-color:#fff}.border-t-transparent{border-top-color:transparent}.rounded-full{border-radius:9999px}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.opacity-50{opacity:.5}.cursor-not-allowed{cursor:not-allowed}