.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.product-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}@media(min-width: 768px){.product-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1024px){.product-grid{grid-template-columns:repeat(4, 1fr)}}.product-card{display:flex;flex-direction:column;background-color:#fff;border-radius:var(--border-radius, 8px);border:1px solid #eee;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.product-card--out-of-stock .product-card__image{filter:grayscale(50%);opacity:.7}.product-card--out-of-stock .product-card__price-final{color:#999}.product-card__image-link{display:block;position:relative;aspect-ratio:1/1;overflow:hidden;background-color:#f5f5f5}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:.75rem}.product-card__badge{position:absolute;top:.5rem;inset-inline-start:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;border-radius:var(--button-radius, 4px)}.product-card__badge--out-of-stock{background-color:#dc3545;color:#fff}.product-card__info{padding:.75rem;display:flex;flex-direction:column;gap:.5rem;flex:1}@media(min-width: 768px){.product-card__info{padding:1rem}}.product-card__name{font-size:.875rem;font-weight:500;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width: 768px){.product-card__name{font-size:.9375rem}}.product-card__name a{color:#333;text-decoration:none}.product-card__name a:hover{color:var(--primary-color, #007bff)}.product-card__price{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;margin-top:auto}.product-card__price-original{font-size:.75rem;color:#999;text-decoration:line-through;direction:ltr}@media(min-width: 768px){.product-card__price-original{font-size:.8125rem}}.product-card__price-final{font-size:.9375rem;font-weight:700;color:var(--primary-color, #333);direction:ltr}@media(min-width: 768px){.product-card__price-final{font-size:1rem}}.product-card__discount{background-color:#e53935;color:#fff;padding:.125rem .375rem;border-radius:var(--button-radius, 4px);font-size:.6875rem;font-weight:600;direction:ltr}@media(min-width: 768px){.product-card__discount{font-size:.75rem}}.hero-banner{position:relative;width:100%;max-width:1200px;margin:0 auto;min-height:280px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}@media(min-width: 768px){.hero-banner{min-height:330px}}@media(min-width: 1024px){.hero-banner{min-height:400px}}.hero-content{text-align:center;padding:20px}.hero-cta{display:inline-block;padding:12px 32px;background-color:var(--primary-color);color:#fff;text-decoration:none;font-weight:bold;font-size:1rem;border-radius:var(--button-radius);transition:background-color .2s ease}.hero-cta:hover{background-color:var(--primary-dark-color)}@media(min-width: 768px){.hero-cta{padding:14px 40px;font-size:1.1rem}}.featured-products{padding:2rem;background:#fff;border-radius:var(--border-radius);box-shadow:0 0 13px rgba(0,0,0,.1);width:100%;max-width:1200px;margin:8px auto 0;padding:1.2rem 1rem}@media(min-width: 768px){.featured-products{padding:1.5rem 1.5rem}}@media(min-width: 1024px){.featured-products{padding:2rem 2rem}}.featured-products__title{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem 0;text-align:center;background:linear-gradient(135deg, var(--primary-color, #007bff) 0%, var(--primary-dark-color, #0056b3) 50%, var(--primary-color, #007bff) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(min-width: 768px){.featured-products__title{font-size:1.75rem;margin-bottom:2rem}}@media(min-width: 1024px){.featured-products__title{font-size:2rem}}
