.shop-page{padding-top:80px;min-height:100vh;background:#ffffff}.shop-hero{background:#ffffff;padding:80px 0 60px;text-align:center;margin-bottom:60px;border-bottom:1px solid #f0f0f0}.shop-hero-content{max-width:700px;margin:0 auto;padding:0 20px}.shop-hero-title{font-size:3rem;font-weight:600;margin-bottom:16px;color:#1a1a1a;letter-spacing:-0.5px}.shop-hero-subtitle{font-size:1.1rem;line-height:1.7;color:#666;font-weight:400}.shop-categories{margin-bottom:50px;background:#ffffff;border-bottom:1px solid #f0f0f0;padding:20px 0}.category-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;padding:0 20px;max-width:1200px;margin:0 auto}.category-tab{background:transparent;border:1px solid #e0e0e0;border-radius:6px;padding:10px 24px;font-size:0.95rem;font-weight:500;color:#666;cursor:pointer;transition:all 0.2s ease;font-family:inherit}.category-tab:hover{border-color:#1a1a1a;color:#1a1a1a;background:#fafafa}.category-tab.active{background:#1a1a1a;border-color:#1a1a1a;color:#ffffff}.shop-products{padding:0 20px 80px;max-width:1400px;margin:0 auto}.product-section{margin-bottom:80px}.section-header{text-align:center;margin-bottom:50px}.section-title{font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:12px;letter-spacing:-0.3px}.section-description{font-size:1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:24px}.product-card{background:#ffffff;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;transition:all 0.2s ease;position:relative;display:flex;flex-direction:column;animation:fadeIn 0.4s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-card:hover{border-color:#d0d0d0;box-shadow:0 4px 12px rgba(0,0,0,0.06);transform:translateY(-2px)}.product-badge{position:absolute;top:12px;right:12px;background:#1a1a1a;color:white;padding:4px 10px;border-radius:4px;font-size:0.7rem;font-weight:600;text-transform:uppercase;z-index:10;letter-spacing:0.5px}.product-image{height:200px;background:#f8f8f8;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f0f0f0}.product-image i{font-size:3.5rem;color:#999}.product-content{padding:24px;flex:1;display:flex;flex-direction:column}.product-title{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:10px;line-height:1.4}.product-description{font-size:0.9rem;color:#666;line-height:1.6;margin-bottom:16px;flex:1}.product-rating{display:flex;align-items:center;gap:6px;margin-bottom:16px;flex-wrap:wrap}.product-rating i{color:#fbbf24;font-size:0.85rem}.rating-text{font-size:0.85rem;color:#666;font-weight:400}.product-specs{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.spec-item{font-size:0.85rem;color:#666;display:flex;align-items:center;gap:6px}.spec-item i{color:#22c55e;font-size:0.75rem}.product-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #f0f0f0;margin-top:auto}.product-price{font-size:1.5rem;font-weight:600;color:#1a1a1a}.btn-buy{background:#1a1a1a;color:white;border:none;padding:10px 20px;border-radius:6px;font-weight:500;font-size:0.9rem;cursor:pointer;transition:all 0.2s ease;text-decoration:none;display:inline-block}.btn-buy:hover{background:#333;color:white;text-decoration:none}.shop-cta{background:#fafafa;padding:60px 20px;text-align:center;margin-top:80px;border-top:1px solid #f0f0f0}.cta-content{max-width:700px;margin:0 auto}.cta-content h2{font-size:1.8rem;font-weight:600;margin-bottom:12px;color:#1a1a1a;letter-spacing:-0.3px}.cta-content p{font-size:1rem;line-height:1.7;margin-bottom:8px;color:#666}.affiliate-note{margin-top:24px;padding:16px 20px;background:#ffffff;border:1px solid #e8e8e8;border-radius:6px;display:inline-block;font-size:0.9rem;color:#666;line-height:1.6}.affiliate-note strong{color:#1a1a1a;font-weight:600}@media (max-width: 768px){.shop-hero{padding:60px 0 40px}.shop-hero-title{font-size:2.2rem}.shop-hero-subtitle{font-size:1rem}.category-tabs{gap:6px}.category-tab{padding:8px 16px;font-size:0.9rem}.section-title{font-size:1.7rem}.products-grid{grid-template-columns:1fr;gap:20px}.product-footer{flex-direction:column;gap:12px;align-items:stretch}.btn-buy{width:100%;text-align:center}.cta-content h2{font-size:1.5rem}.shop-products{padding-bottom:60px}.product-section{margin-bottom:60px}}@media (max-width: 480px){.shop-hero-title{font-size:1.8rem}.product-image{height:160px}.product-image i{font-size:2.5rem}.product-content{padding:20px}}
