.shop-hero{background:linear-gradient(135deg,#00000005,#0000000f);padding:120px 0 40px;text-align:center;border-bottom:1px solid rgba(0,0,0,.06)}.shop-hero-content h1{font-family:Space Grotesk,Inter,sans-serif;font-size:48px;font-weight:700;background:linear-gradient(135deg,#000,#2d2d2d,#000,#1f1f1f,#000);background-size:250% 250%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px;letter-spacing:-2px;animation:liquidGlassFlow 8s ease-in-out infinite}.shop-hero-content p{font-size:16px;color:var(--text-medium);font-weight:500}.shop-hero-badges{font-size:14px!important;color:var(--trust-green)!important;font-weight:600!important;margin-top:12px}.shop-hero .trust-badge-icon{cursor:pointer}.shop-hero .trust-badge-icon svg{color:#94a3b8;stroke:#94a3b8;transition:all .3s ease}.shop-hero .trust-badge-icon:hover{transform:translateY(-4px)}.shop-hero .trust-badge-icon:nth-child(1):hover svg{color:#10b981;stroke:#10b981;filter:drop-shadow(0 4px 12px rgba(16,185,129,.4))}.shop-hero .trust-badge-icon:nth-child(2):hover svg{color:#f59e0b;stroke:#f59e0b;filter:drop-shadow(0 4px 12px rgba(245,158,11,.4))}.shop-hero .trust-badge-icon:nth-child(3):hover svg{color:#8b5cf6;stroke:#8b5cf6;filter:drop-shadow(0 4px 12px rgba(139,92,246,.4))}.shop-hero .trust-badge-icon:nth-child(4):hover svg{color:#0071e3;stroke:#0071e3;filter:drop-shadow(0 4px 12px rgba(0,113,227,.4))}.shop-section{padding:40px 0 80px;background:var(--white)}.shop-container{max-width:1400px;margin:0 auto;padding:0 32px;display:flex;gap:32px;align-items:flex-start}.shop-filters{position:sticky;top:100px;width:280px;flex-shrink:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(0,0,0,.06);border-radius:16px;padding:24px;box-shadow:0 4px 16px #0000000a}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--light-gray)}.filter-header h3{font-size:18px;font-weight:700;margin:0;background:linear-gradient(135deg,#000,#252525 35%,#000 65%,#1a1a1a);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:liquidShine 5s ease-in-out infinite}.filter-clear{background:none;border:none;color:var(--accent-blue);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;padding:4px 8px;border-radius:6px}.filter-clear:hover{background:#0071e31a}.filter-group{margin-bottom:20px;border-bottom:1px solid var(--light-gray)}.filter-group:last-of-type{border-bottom:none}.filter-group-header{display:flex;justify-content:space-between;align-items:center;padding:12px 0;cursor:pointer;-webkit-user-select:none;user-select:none}.filter-group-header h4{font-size:14px;font-weight:700;margin:0;color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px}.filter-toggle{font-size:18px;color:var(--text-medium);transition:transform .3s ease}.filter-group.expanded .filter-toggle{transform:rotate(180deg)}.filter-group-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.filter-group.expanded .filter-group-content{max-height:500px;padding-bottom:16px}.filter-checkbox{display:flex;align-items:center;gap:10px;padding:8px 0;cursor:pointer;transition:all .2s ease}.filter-checkbox:hover{padding-left:4px}.filter-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--accent-blue);flex-shrink:0}.filter-checkbox span{font-size:14px;color:var(--text-medium);transition:color .2s ease}.filter-checkbox:hover span{color:var(--text-dark)}.price-inputs{display:flex;align-items:center;gap:8px;width:100%;flex-wrap:nowrap}.price-inputs input{width:0;flex:1;min-width:0;padding:8px 10px;border:2px solid var(--light-gray);border-radius:8px;font-size:13px;transition:all .2s ease}.price-inputs input:focus{outline:none;border-color:var(--accent-blue);box-shadow:0 0 0 3px #0071e31a}.price-inputs span{color:var(--text-light);flex-shrink:0;font-size:14px}.shop-main{flex:1;min-width:0;min-height:500px}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding:16px 20px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:0 2px 8px #00000008}.results-count{font-size:15px;font-weight:600;color:var(--text-dark)}.shop-controls{display:flex;align-items:center;gap:16px}.sort-dropdown{padding:10px 16px;border:2px solid var(--light-gray);border-radius:8px;font-size:14px;font-weight:500;background:#fff;cursor:pointer;transition:all .2s ease;min-width:180px}.sort-dropdown:focus{outline:none;border-color:var(--accent-blue);box-shadow:0 0 0 3px #0071e31a}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-card-modern{background:#fff;border:2px solid rgba(0,0,0,.06);border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column;height:100%}.product-card-modern:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001f;border-color:#0071e34d}.product-image-modern{position:relative;width:100%;height:260px;background:linear-gradient(135deg,#f5f7fa,#f0f2f5);overflow:hidden}.product-image-modern img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card-modern:hover .product-image-modern img{transform:scale(1.1)}.product-badge{position:absolute;top:12px;left:12px;padding:6px 12px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;font-size:12px;font-weight:700;box-shadow:0 4px 12px #00000026;z-index:2}.product-badge.in-stock{color:var(--trust-green)}.product-badge.out-of-stock{color:#ff8c00}.product-details{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.product-title{font-size:17px;font-weight:700;color:var(--text-dark);margin-bottom:4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-description-modern{font-size:13px;color:var(--text-medium);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px}.product-rating{display:flex;align-items:center;gap:6px;margin-bottom:8px}.stars{color:#ffc107;font-size:14px}.rating-count{font-size:12px;color:var(--text-light)}.product-features{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.feature-tag{padding:4px 10px;background:#0071e314;color:var(--accent-blue);border-radius:12px;font-size:11px;font-weight:600}.product-footer{padding:0 20px 20px;display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto}.product-price-modern{display:flex;flex-direction:column;gap:2px}.current-price{font-size:26px;font-weight:800;background:linear-gradient(135deg,#000,#2d2d2d,#000 60%,#1a1a1a);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;animation:liquidShine 6s ease-in-out infinite}.price-note{font-size:11px;color:var(--trust-green);font-weight:600}.product-actions-modern{display:flex;gap:8px;flex:1}.add-cart-btn{flex:1;padding:12px 20px;background:#000000d9;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;overflow:hidden}.add-cart-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.add-cart-btn:hover:before{left:100%}.add-cart-btn:hover{background:#000;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.add-cart-btn.pre-order{background:linear-gradient(135deg,#0071e3,#00a8ff)}.add-cart-btn.pre-order:hover{box-shadow:0 6px 20px #0071e366}.loading-state{text-align:center;padding:80px 20px}.spinner{width:50px;height:50px;margin:0 auto 20px;border:4px solid var(--light-gray);border-top:4px solid var(--accent-blue);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-state p{font-size:16px;color:var(--text-medium)}.error-state,.empty-state{text-align:center;padding:80px 20px}.error-icon,.empty-icon{font-size:64px;margin-bottom:20px;opacity:.5}.error-state h3,.empty-state h3{font-size:24px;font-weight:700;margin-bottom:12px;color:var(--text-dark)}.error-state p,.empty-state p{font-size:16px;color:var(--text-medium);margin-bottom:24px}@media (max-width: 1200px){.shop-filters{width:240px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width: 968px){.shop-container{flex-direction:column}.shop-filters{position:relative;top:0;width:100%;margin-bottom:24px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width: 768px){.shop-hero{padding:100px 24px 32px}.shop-hero-content h1{font-size:36px}.shop-hero-content p{font-size:14px}.shop-hero-badges{font-size:12px!important;margin-top:8px}.shop-hero .trust-badge-icon{font-size:13px!important}.shop-hero .trust-badge-icon svg{width:24px!important;height:24px!important}.shop-hero>div>div[style*="display: flex"]{gap:16px!important}.shop-container{padding:0 16px}.shop-toolbar{flex-direction:column;gap:12px;padding:16px}.shop-controls{width:100%;justify-content:space-between}.sort-dropdown{flex:1;min-width:0}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.product-image-modern{height:180px}.product-details{padding:16px}.product-footer{flex-direction:column;align-items:stretch;padding:0 16px 16px}.product-actions-modern{width:100%}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/products-modern.css.map */
