.products-page-section{padding-top:20px}.products-filters-container{justify-content:space-between;gap:.75rem;margin-bottom:2.4rem;padding:.85rem 1.15rem;background:linear-gradient(180deg,rgba(28,24,40,.55),rgba(15,15,22,.72));backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(var(--accent-primary-rgb),.16);border-radius:16px;box-shadow:0 18px 44px -26px rgba(0,0,0,.85);overflow:visible}.filter-group,.products-filters-container{display:flex;align-items:center;flex-wrap:nowrap}.filter-group{gap:.5rem}.filter-label{font-weight:700;color:var(--text-primary);font-size:.85rem;white-space:nowrap}.category-filters,.items-per-page-options,.sort-options{display:flex;flex-wrap:nowrap;gap:.25rem}.filter-btn{background:rgba(255,255,255,.035);border:1px solid var(--glass-border-color-subtle);border-radius:999px;padding:7px 14px;color:var(--text-secondary);cursor:pointer;transition:all .25s ease;white-space:nowrap;font-size:.76rem;font-weight:600}.category-filters .filter-btn{text-transform:capitalize}.filter-btn:hover{background:color-mix(in srgb,var(--accent-primary) 16%,transparent);color:var(--text-primary);border-color:color-mix(in srgb,var(--accent-primary) 45%,var(--glass-border-color-subtle))}.filter-btn.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);box-shadow:0 6px 18px -6px rgba(var(--accent-primary-rgb),.7)}.ea-filter-group{flex-shrink:0}.ea-filter-btn{display:inline-flex;align-items:center;gap:7px;background:rgba(0,188,212,.1);border:1px solid rgba(0,188,212,.45);border-radius:999px;padding:7px 15px;color:#4dd7e6;cursor:pointer;transition:all .25s ease;white-space:nowrap;font-size:.76rem;font-weight:700;letter-spacing:.02em}.ea-filter-btn i{font-size:.8rem}.ea-filter-btn:hover{background:rgba(0,188,212,.18);border-color:rgba(0,188,212,.7);color:#7fe6f0}.ea-filter-btn.active{background:linear-gradient(135deg,#00897B,#00BCD4);border-color:#00BCD4;color:#04181b;box-shadow:0 6px 20px -6px rgba(0,188,212,.75)}.search-filter-group{flex-grow:0;max-width:280px;min-width:200px}.search-input-wrapper{position:relative;width:100%}.search-icon{position:absolute;top:50%;left:15px;transform:translateY(-50%);color:var(--text-secondary);z-index:1}.search-input{width:100%;background:rgba(0,0,0,.25);border:1px solid var(--glass-border-color-subtle);border-radius:999px;padding:8px 14px 8px 38px;color:var(--text-primary);font-size:.85rem;transition:all .3s ease;outline:none;height:38px;box-sizing:border-box}.search-input:focus{border-color:var(--accent-primary);box-shadow:0 0 10px var(--accent-primary-dark);background:rgba(0,0,0,.3)}.search-input::placeholder{color:var(--text-secondary)}.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.7rem,2.4vw,2.25rem);align-items:stretch}@media (min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1400px){.products-grid{grid-template-columns:repeat(4,1fr)}}.products-grid>div{height:100%}.products-grid .product-card{height:100%;display:flex;flex-direction:column;text-decoration:none;color:var(--text-primary);background:linear-gradient(180deg,color-mix(in srgb,var(--accent-primary) 5%,rgba(18,16,26,.78)),rgba(13,13,20,.82));backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(var(--accent-primary-rgb),.14);border-radius:18px;overflow:hidden;box-shadow:0 12px 36px -20px rgba(0,0,0,.8);transition:transform .42s cubic-bezier(.22,1,.36,1),border-color .3s ease,box-shadow .3s ease}.products-grid .product-card:hover{transform:translateY(-9px);border-color:color-mix(in srgb,var(--accent-primary) 55%,transparent);box-shadow:0 32px 60px -26px rgba(0,0,0,.85),0 18px 50px -28px rgba(var(--accent-primary-rgb),.55)}.products-grid .product-card .product-img{width:100%;aspect-ratio:16/9;object-fit:cover;flex-shrink:0;height:auto;display:block;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-img{transform:scale(1.1)}.products-grid .product-info{padding:1.35rem 1.4rem 1.5rem;display:flex;flex-direction:column;flex-grow:1}.products-grid .product-info h4{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;line-height:1.22;letter-spacing:-.01em;margin-top:0;margin-bottom:.55rem;color:var(--text-primary);transition:color .25s ease}.products-grid .product-description{font-size:.9rem;line-height:1.55;color:var(--text-secondary);opacity:.85;flex-grow:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products-grid .product-info{position:relative;gap:.55rem}.products-grid .product-info:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--accent-primary),transparent 55%);opacity:0;transition:opacity .3s ease}.products-grid .product-card:hover .product-info:before{opacity:.7}.products-grid .product-image-wrapper:after{content:"";position:absolute;left:0;right:0;bottom:0;height:42%;background:linear-gradient(180deg,transparent,rgba(8,7,12,.5));pointer-events:none;z-index:1}.product-action-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:1rem;border-top:1px solid color-mix(in srgb,var(--accent-primary) 14%,var(--glass-border-color-subtle))}.product-action-row .price-tag{font-family:var(--font-heading);font-weight:800;font-size:1.35rem;line-height:1;color:var(--text-primary)}.product-action-row .price-tag.free-tag{color:#2ecc71}.product-action-row .price-tag.sale-price{display:flex;align-items:baseline;gap:8px}.product-action-row .price-tag.sale-price .original-price-strikethrough{font-size:.95rem;font-weight:500;color:var(--text-secondary);text-decoration:line-through}.product-action-row .price-tag.sale-price .sale-new-price{font-size:1.35rem;font-weight:800;color:var(--text-primary)}.price-tag.sale-price .original-price-strikethrough{color:var(--text-secondary);opacity:.55;text-decoration:line-through;text-decoration-thickness:1.5px;font-weight:500}.price-tag.sale-price .sale-new-price{color:var(--accent-primary);font-weight:800}.product-view{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;font-family:var(--font-heading);font-size:.8rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--accent-primary);white-space:nowrap}.product-view svg{width:15px;height:15px;transition:transform .3s cubic-bezier(.22,1,.36,1)}.products-grid .product-card:hover .product-view svg{transform:translateX(4px)}.products-grid .product-footer{display:flex;justify-content:flex-end;align-items:center;margin-top:auto;padding-top:1rem}.products-grid .product-version{font-size:.85rem;color:var(--text-secondary);opacity:.7}.products-grid .no-results-message{text-align:center;font-size:1.2rem;color:var(--text-secondary);grid-column:1/-1;padding:4rem 0}.product-card-price-banner{background:var(--accent-primary);width:100%;padding:.75rem 1.5rem;min-height:auto;height:auto;display:flex;justify-content:flex-end;align-items:center;box-sizing:border-box;transition:all .3s ease}.product-card-price-banner.free-banner{background:rgb(46,204,113)}.product-card-price-banner .price-tag{font-family:var(--font-heading);font-weight:800;font-size:1.5rem;color:var(--text-primary);text-shadow:none;line-height:1;display:flex;align-items:center}.product-card-price-banner .price-tag.sale-price{color:var(--text-primary);font-size:1.1rem}.product-card-price-banner .price-tag.sale-price .original-price-strikethrough{color:var(--text-primary);opacity:.7;font-size:1.1rem;font-weight:500}.product-card-price-banner .price-tag.sale-price .sale-new-price{font-size:1.5rem;color:var(--text-primary);text-shadow:none;margin-left:8px}.product-card-price-banner .price-tag.free-tag{font-size:1.5rem;text-align:right;color:var(--text-primary)}.product-card-price-banner .price-tag:not(.sale-price):not(.free-tag){font-size:1.5rem;color:var(--text-primary)}.pagination-controls{display:flex;gap:.75rem;margin-top:3.5rem;padding:.75rem 1rem;background:var(--glass-bg,rgba(15,15,22,.75));backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(var(--accent-primary-rgb),.12);border-radius:14px;box-shadow:var(--glass-shadow-vibrant);width:fit-content;margin-left:auto;margin-right:auto}.pagination-btn,.pagination-controls{justify-content:center;align-items:center}.pagination-btn{display:inline-flex;gap:.4rem;background:rgba(0,0,0,.25);border:1px solid var(--glass-border-color-subtle);border-radius:10px;padding:8px 18px;color:var(--text-secondary);cursor:pointer;transition:all .25s ease;font-family:inherit;font-weight:600;font-size:.85rem;letter-spacing:.02em;min-width:96px}.pagination-btn:hover:not(:disabled){background:var(--accent-primary);color:var(--text-primary);border-color:var(--accent-primary);box-shadow:0 6px 18px rgba(var(--accent-primary-rgb),.35);transform:translateY(-1px)}.pagination-btn:active:not(:disabled){transform:translateY(0)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed;background:rgba(0,0,0,.15)}.page-info{color:var(--text-primary);font-weight:600;font-size:.9rem;padding:0 .75rem;letter-spacing:.03em;text-transform:capitalize;white-space:nowrap}@media (max-width:992px){.products-filters-container{flex-direction:column;align-items:stretch;gap:.5rem;padding:.75rem;overflow:hidden}.filter-group{flex-direction:row;align-items:center;flex-wrap:wrap;width:100%;gap:.4rem}.search-filter-group{max-width:100%;min-width:unset}.search-input{width:100%;height:34px;font-size:.85rem}.filter-label{font-size:.8rem;margin-bottom:0;flex-shrink:0}.category-filters,.sort-options{display:flex;flex-wrap:wrap;gap:.3rem}.filter-btn{flex-grow:0;font-size:.75rem;padding:5px 10px;white-space:nowrap}.pagination-controls{gap:.5rem;margin-top:2.5rem;padding:.6rem .75rem}.pagination-btn{padding:7px 14px;font-size:.8rem;min-width:80px}.page-info{font-size:.8rem;padding:0 .4rem}.products-grid .product-info{padding:1rem 1.1rem 1.1rem;gap:.45rem}.products-grid .product-info h4{font-size:1.02rem;line-height:1.2;margin-bottom:.4rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.products-grid .product-description{font-size:.84rem;line-height:1.4}.product-action-row{gap:8px;padding-top:.8rem}.product-action-row .price-tag.sale-price .sale-new-price,.product-action-row .price-tag:not(.sale-price):not(.free-tag){font-size:1.1rem}.product-action-row .price-tag.sale-price .original-price-strikethrough{font-size:.85rem}.product-view{font-size:.72rem;gap:4px}.product-view svg{width:13px;height:13px}}@media (max-width:540px){.products-filters-container{padding:.6rem;gap:.35rem}.filter-group{gap:.25rem}.filter-label{font-size:.72rem;font-weight:700}.filter-btn{font-size:.7rem;padding:4px 9px;border-radius:8px}.products-grid{gap:clamp(.5rem,1.6vw,1.6rem)}.products-grid .product-info{padding:.85rem .9rem .95rem}.products-grid .product-info h4{font-size:.95rem}.products-grid .product-description{font-size:.78rem}.product-action-row{gap:6px;padding-top:.7rem}.product-action-row .price-tag.sale-price .sale-new-price,.product-action-row .price-tag:not(.sale-price):not(.free-tag){font-size:1.05rem}.product-view{font-size:.68rem;letter-spacing:.01em;gap:3px}.product-view svg{width:12px;height:12px}}@media (max-width:420px){.product-action-row{flex-direction:column;align-items:stretch;gap:8px}.product-action-row .product-price{order:1}.product-action-row .price-tag:not(.sale-price):not(.free-tag){font-size:1.05rem}.product-view{order:2;justify-content:center;width:100%;font-size:.7rem;padding:7px 10px;border-radius:8px;background:rgba(var(--accent-primary-rgb),.14);border:1px solid rgba(var(--accent-primary-rgb),.3)}}.bundle-image-collage{display:grid;width:100%;aspect-ratio:16/9;background-color:var(--bg-light);overflow:hidden;gap:2px}.bundle-image-collage.collage-1{grid-template-columns:1fr}.bundle-image-collage.collage-2{grid-template-columns:1fr 1fr}.bundle-image-collage.collage-3{grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr}.bundle-image-collage.collage-3 .collage-image-wrapper:first-child{grid-row:1/3}.bundle-image-collage.collage-4{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.collage-image-wrapper{position:relative;overflow:hidden;min-height:0}.collage-img{transition:transform .5s ease}.product-card:hover .collage-img{transform:scale(1.05)}.bundle-image-collage.placeholder{display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--text-secondary);opacity:.5}