.shop-hero{position:relative;padding:calc(80px + var(--space-8)) 0 var(--space-12);text-align:center;background:var(--bg-card);overflow:hidden;border-bottom:1px solid var(--border)}.shop-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.shop-hero__glow{position:absolute;width:400px;height:400px;border-radius:50%;filter:blur(120px);opacity:.15}.shop-hero__glow--1{background:var(--cyan);top:-100px;left:20%}.shop-hero__glow--2{background:var(--purple);bottom:-100px;right:20%}.shop-hero__content{position:relative;z-index:1}.shop-hero__title{font-size:3rem;font-weight:var(--weight-extrabold);margin-bottom:var(--space-4);color:var(--text-primary)}.shop-hero__title-accent{background:linear-gradient(135deg,#7c3aed,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.shop-hero__subtitle{font-size:var(--text-base);color:var(--text-secondary);max-width:600px;margin:0 auto var(--space-6);line-height:var(--leading-relaxed)}.shop-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-6);margin-top:var(--space-8)}@media(max-width:1200px){.shop-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.shop-products-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.shop-product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-2xl);overflow:hidden;transition:all var(--transition-base);display:flex;flex-direction:column}.shop-product-card:hover{transform:translateY(-5px);border-color:#06b6d44d;box-shadow:0 10px 30px #0006}.shop-product-card--popular{border-color:#7c3aed66;box-shadow:0 0 20px #7c3aed1a}.shop-product-card--best-value{border-color:#06b6d466;box-shadow:0 0 20px #06b6d41a}.shop-product-card__image-wrap{position:relative;aspect-ratio:1/1;background:linear-gradient(135deg,#18113c,#0d0824);display:flex;align-items:center;justify-content:center}.shop-product-card__image{width:85%;height:85%;object-fit:contain}.shop-product-card__discount{position:absolute;top:12px;left:12px;background:#ef4444;color:#fff;font-size:11px;font-weight:var(--weight-bold);padding:3px 8px;border-radius:var(--radius-sm)}.shop-product-card__badge{position:absolute;top:12px;right:12px;background:var(--purple);color:#fff;font-size:10px;font-weight:var(--weight-bold);padding:3px 8px;border-radius:var(--radius-sm)}.shop-product-card__badge--green{background:var(--cyan)}.shop-product-card__body{padding:var(--space-5);display:flex;flex-direction:column;flex-grow:1}.shop-product-card__title{font-size:var(--text-sm);font-weight:var(--weight-semibold);margin-bottom:var(--space-4);line-height:1.4;min-height:40px}.shop-product-card__title a{color:var(--text-primary);text-decoration:none}.shop-product-card__title a:hover{color:var(--cyan)}.shop-product-card__price-row{display:flex;align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-5)}.shop-product-card__price{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--cyan)}.shop-product-card__old-price{font-size:var(--text-sm);color:var(--text-muted);text-decoration:line-through}.shop-product-card__secure{font-size:11px;color:var(--text-muted);text-align:center;margin-top:var(--space-3)}.shop-rating-header{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-6);max-width:600px;margin:0 auto}.shop-rating-badge{font-size:var(--text-lg);font-weight:var(--weight-bold);color:#fbbf24;display:flex;flex-direction:column;align-items:center;gap:4px;margin-bottom:var(--space-2)}
