.softsell-products-page{min-height:100vh;background:var(--softsell-bg-secondary)}.softsell-page-header{background:var(--softsell-gradient-primary);padding:var(--softsell-space-16) 0 var(--softsell-space-12);color:var(--softsell-text-light);position:relative;overflow:hidden}.softsell-page-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.page-header-content{position:relative;z-index:1;text-align:center}.page-title{font-size:var(--softsell-text-5xl);font-weight:var(--softsell-font-bold);margin-bottom:var(--softsell-space-4);text-shadow:0 2px 4px rgba(0,0,0,.1);color:#fff}.page-subtitle{font-size:var(--softsell-text-xl);margin-bottom:var(--softsell-space-8);opacity:.9;max-width:600px;margin-left:auto;margin-right:auto;color:#fff}.products-filter{display:flex;flex-direction:column;gap:var(--softsell-space-6);max-width:600px;margin:0 auto;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:var(--softsell-radius-xl);padding:var(--softsell-space-6);border:1px solid rgba(255,255,255,.2)}.search-box{display:flex;position:relative}.search-input{flex:1;padding:var(--softsell-space-4) var(--softsell-space-6);border:none;border-radius:var(--softsell-radius-lg);font-size:var(--softsell-text-base);background:rgba(255,255,255,.9);color:var(--softsell-text-primary);transition:all var(--softsell-transition-smooth)}.search-input:focus{outline:0;background:var(--softsell-bg-primary);box-shadow:0 0 0 3px rgba(255,255,255,.3)}.search-input::placeholder{color:var(--softsell-text-muted)}.search-btn{position:absolute;right:var(--softsell-space-2);top:50%;transform:translateY(-50%);background:var(--softsell-primary);color:var(--softsell-text-light);border:none;border-radius:var(--softsell-radius-md);padding:var(--softsell-space-3);cursor:pointer;transition:all var(--softsell-transition-smooth)}.search-btn:hover{background:var(--softsell-primary-dark);transform:translateY(-50%) scale(1.05)}.softsell-products-section{padding:var(--softsell-space-12) 0}.softsell-empty-state,.softsell-error-message{text-align:center;padding:var(--softsell-space-16) var(--softsell-space-6);background:var(--softsell-bg-primary);border-radius:var(--softsell-radius-xl);box-shadow:var(--softsell-shadow-md)}.empty-content,.error-content{max-width:400px;margin:0 auto}.empty-content i,.error-content i{font-size:var(--softsell-text-4xl);color:var(--softsell-danger);margin-bottom:var(--softsell-space-4)}.empty-content i{color:var(--softsell-text-muted)}.empty-content h3,.error-content h3{font-size:var(--softsell-text-2xl);margin-bottom:var(--softsell-space-4);color:var(--softsell-text-primary)}.empty-content p,.error-content p{color:var(--softsell-text-secondary);line-height:var(--softsell-leading-relaxed)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:var(--softsell-space-8);margin-bottom:var(--softsell-space-12)}.product-card{background:var(--softsell-bg-primary);border-radius:var(--softsell-radius-xl);box-shadow:var(--softsell-shadow-md);overflow:hidden;transition:all var(--softsell-transition-smooth);position:relative;border:1px solid var(--softsell-border-light)}.product-card:hover{transform:translateY(-8px);box-shadow:var(--softsell-shadow-xl);border-color:var(--softsell-primary-light)}.product-image{position:relative;height:200px;overflow:hidden;background:var(--softsell-gradient-card)}.product-img{width:100%;height:100%;object-fit:cover;transition:transform var(--softsell-transition-smooth)}.product-card:hover .product-img{transform:scale(1.05)}.product-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--softsell-text-muted);background:var(--softsell-bg-muted)}.product-placeholder i{font-size:var(--softsell-text-3xl);margin-bottom:var(--softsell-space-2)}.product-badges{position:absolute;top:var(--softsell-space-3);left:var(--softsell-space-3);display:flex;gap:var(--softsell-space-2);flex-wrap:wrap}.badge{padding:var(--softsell-space-1) var(--softsell-space-3);border-radius:var(--softsell-radius-full);font-size:var(--softsell-text-xs);font-weight:var(--softsell-font-semibold);text-transform:uppercase;letter-spacing:.5px}.badge-paid{background:var(--softsell-gradient-success);color:var(--softsell-text-light)}.badge-free{background:var(--softsell-gradient-accent);color:var(--softsell-text-light)}.badge-category{background:rgba(255,255,255,.9);color:var(--softsell-text-primary);backdrop-filter:blur(10px)}.product-info{padding:var(--softsell-space-6)}.product-title{font-size:var(--softsell-text-xl);font-weight:var(--softsell-font-bold);margin-bottom:var(--softsell-space-3);line-height:var(--softsell-leading-tight)}.product-title a{color:var(--softsell-text-primary);text-decoration:none;transition:color var(--softsell-transition-fast)}.product-title a:hover{color:var(--softsell-primary)}.product-description{color:var(--softsell-text-secondary);line-height:var(--softsell-leading-relaxed);margin-bottom:var(--softsell-space-4);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-features{display:flex;flex-direction:column;gap:var(--softsell-space-2);margin-bottom:var(--softsell-space-4)}.feature-item{display:flex;align-items:center;gap:var(--softsell-space-2);font-size:var(--softsell-text-sm);color:var(--softsell-text-secondary)}.feature-item i{color:var(--softsell-success);font-size:var(--softsell-text-xs)}.product-meta{display:flex;gap:var(--softsell-space-4);margin-bottom:var(--softsell-space-4);padding:var(--softsell-space-3) 0;border-top:1px solid var(--softsell-border-light);border-bottom:1px solid var(--softsell-border-light)}.product-category,.product-version{display:flex;align-items:center;gap:var(--softsell-space-2);font-size:var(--softsell-text-sm);color:var(--softsell-text-muted)}.product-category i,.product-version i{font-size:var(--softsell-text-xs)}.product-pricing{margin-bottom:var(--softsell-space-6)}.price-info{display:flex;align-items:center;gap:var(--softsell-space-3)}.current-price{font-size:var(--softsell-text-2xl);font-weight:var(--softsell-font-bold);color:var(--softsell-primary)}.original-price{font-size:var(--softsell-text-lg);color:var(--softsell-text-muted);text-decoration:line-through}.free-price{font-size:var(--softsell-text-2xl);font-weight:var(--softsell-font-bold);color:var(--softsell-success)}.product-actions{display:flex;gap:var(--softsell-space-3)}.product-actions .softsell-btn{flex:1;justify-content:center;font-size:var(--softsell-text-sm);padding:var(--softsell-space-3) var(--softsell-space-4)}.btn-details{background:var(--softsell-gradient-primary)}.btn-buy{border-color:var(--softsell-primary);color:var(--softsell-primary)}.btn-buy:hover{background:var(--softsell-primary);color:var(--softsell-text-light)}.btn-download{background:var(--softsell-gradient-success);color:var(--softsell-text-light)}.load-more-container{text-align:center;margin-top:var(--softsell-space-8)}.load-more-btn{padding:var(--softsell-space-4) var(--softsell-space-8);font-size:var(--softsell-text-lg);min-width:200px}@media (max-width:768px){.page-title{font-size:var(--softsell-text-4xl)}.page-subtitle{font-size:var(--softsell-text-lg)}.products-filter{flex-direction:column;gap:var(--softsell-space-4)}.products-grid{grid-template-columns:1fr;gap:var(--softsell-space-6)}.product-actions{flex-direction:column}}@media (max-width:480px){.softsell-page-header{padding:var(--softsell-space-12) 0 var(--softsell-space-8)}.page-title{font-size:var(--softsell-text-3xl)}.products-filter{padding:var(--softsell-space-4)}.product-info{padding:var(--softsell-space-4)}.product-meta{flex-direction:column;gap:var(--softsell-space-2)}.price-info{flex-direction:column;align-items:flex-start;gap:var(--softsell-space-1)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:fadeInUp .6s ease-out}.product-card:first-child{animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4){animation-delay:.4s}.product-card:nth-child(5){animation-delay:.5s}.product-card:nth-child(6){animation-delay:.6s}.loading{opacity:.6;pointer-events:none}.loading::after{content:'';position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid var(--softsell-primary);border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.product-card,.search-btn{transition:none}.product-card:hover{transform:none}}@media (prefers-contrast:high){.product-card{border:2px solid var(--softsell-text-primary)}.badge{border:1px solid currentColor}}