.shop-hero{text-align:center;background:#e63946;padding:4rem 2rem}.shop-hero-content{max-width:1200px;margin:0 auto}.shop-hero-title{color:#fff;letter-spacing:2px;margin:0;font-size:3.5rem;font-weight:400}@media (max-width:768px){.shop-hero{padding:3rem 1rem}.shop-hero-title{font-size:2.5rem}}
.shop-content{background:#f5f5f5;min-height:60vh;padding:3rem 2rem}.shop-container{max-width:1200px;margin:0 auto}.shop-tabs{background:#fff;border-radius:8px;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;padding:1rem;display:flex}.shop-tab{color:#333;cursor:pointer;background:#e0e0e0;border:none;border-radius:4px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.shop-tab.active{color:#fff;background:#333}.shop-tab:hover{color:#fff;background:#555}.products-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.product-card{background:#fff;border-radius:8px;transition:transform .3s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.product-image-placeholder{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;width:100%;height:250px;font-weight:600;display:flex}.product-info{padding:1.5rem}.product-title{color:#333;margin-bottom:1rem;font-size:1.2rem;font-weight:600;line-height:1.4}.product-description{color:#666;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.product-footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.product-price{color:#e63946;margin:0;font-size:1.2rem;font-weight:700}.product-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#e63946;border:none;border-radius:4px;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;transition:opacity .3s}.product-btn:hover{opacity:.9}@media (max-width:768px){.shop-content{padding:2rem 1rem}.products-grid{grid-template-columns:1fr}.product-footer{flex-direction:column;align-items:stretch}.product-btn{width:100%}}
