.collections-hero{position:relative;padding:6rem 0 4rem;background:#0f172a;overflow:hidden}.collections-hero-background{position:absolute;top:0;right:0;bottom:0;left:0}.collections-hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a)}.collections-hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(251,191,36,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>')}.collections-hero-content{position:relative;z-index:10;text-align:center;max-width:48rem;margin:0 auto}.collections-hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);background-clip:text;-webkit-background-clip:text;color:transparent}.collections-hero-description{font-size:1.25rem;color:#cbd5e1;margin-bottom:3rem;line-height:1.6}.collections-search-container{max-width:32rem;margin:0 auto}.collections-search-wrapper{position:relative;display:flex;align-items:center}.collections-search-input{width:100%;padding:1rem 1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:2rem;color:#fff;font-size:1rem;transition:all .3s ease}.collections-search-input::placeholder{color:#94a3b8}.collections-search-input:focus{outline:none;border-color:#fbbf24;box-shadow:0 0 0 2px #fbbf2433}.collections-search-button{position:absolute;right:.5rem;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease}.collections-search-button:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b);transform:scale(1.05)}.collections-filters-section{padding:3rem 0;background:linear-gradient(135deg,#f8fafc,#fff);border-bottom:1px solid #e2e8f0}.collections-filters-container{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #0000001a;border:1px solid #f1f5f9}.collections-filters-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.collections-filters-title{font-size:1.5rem;font-weight:700;color:#111827}.collections-clear-filters{background:transparent;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem 1rem;color:#6b7280;font-size:.875rem;cursor:pointer;transition:all .3s ease}.collections-clear-filters:hover{border-color:#fbbf24;color:#f59e0b}.collections-filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.filter-group{display:flex;flex-direction:column;gap:1rem}.filter-group-title{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.5rem}.filter-options{display:flex;flex-wrap:wrap;gap:.5rem}.filter-option{background:#f9fafb;border:1px solid #e5e7eb;border-radius:2rem;padding:.5rem 1rem;font-size:.875rem;color:#6b7280;cursor:pointer;transition:all .3s ease;white-space:nowrap}.filter-option:hover{border-color:#fbbf24;color:#f59e0b}.filter-option.active{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#f59e0b;color:#fff}.filter-select{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;color:#374151;cursor:pointer;transition:all .3s ease}.filter-select:focus{outline:none;border-color:#fbbf24;box-shadow:0 0 0 2px #fbbf2433}.active-filters{display:flex;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.active-filters-label{font-size:.875rem;font-weight:600;color:#6b7280;white-space:nowrap}.active-filters-list{display:flex;flex-wrap:wrap;gap:.5rem}.active-filter-tag{display:inline-flex;align-items:center;gap:.5rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:2rem;padding:.25rem .75rem;font-size:.875rem;color:#92400e}.remove-filter{background:none;border:none;color:#92400e;font-size:1rem;cursor:pointer;padding:0;margin-left:.25rem;transition:color .3s ease}.remove-filter:hover{color:#dc2626}.collections-products-section{padding:3rem 0;background:#f8fafc}.collections-results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.collections-results-count{font-size:1.125rem;font-weight:600;color:#374151}.collections-view-toggle{display:flex;gap:.5rem}.view-toggle-btn{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem;color:#6b7280;cursor:pointer;transition:all .3s ease}.view-toggle-btn:hover,.view-toggle-btn.active{border-color:#fbbf24;color:#f59e0b;background:#fef3c7}.collections-loading{text-align:center;padding:4rem 0;color:#6b7280}.loading-spinner{width:2rem;height:2rem;border:2px solid #e5e7eb;border-top:2px solid #fbbf24;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.collections-no-results{text-align:center;padding:4rem 0;color:#6b7280}.no-results-icon{margin:0 auto 1rem;color:#9ca3af}.collections-no-results h3{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:.5rem}.collections-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;transition:opacity .3s ease}.collections-products-grid.list-view{grid-template-columns:1fr}.collections-products-grid.list-view .collection-product-card{display:flex;align-items:center;gap:2rem}.collections-products-grid.list-view .product-card-image{width:200px;height:150px;flex-shrink:0}.collections-products-grid.list-view .product-card-info{flex:1}.collection-product-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #0000001a;border:1px solid #f1f5f9;transition:all .3s ease}.collection-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.product-card-image{position:relative;height:200px;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.collection-product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;color:#9ca3af}.product-card-badges{position:absolute;top:1rem;right:1rem;z-index:10}.badge-sale{background:#ef4444;color:#fff;padding:.25rem .5rem;border-radius:.5rem;font-size:.75rem;font-weight:700}.product-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172acc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.collection-product-card:hover .product-card-overlay{opacity:1}.product-card-info{padding:1.5rem}.product-card-meta{display:flex;gap:.5rem;margin-bottom:.75rem}.product-level,.product-exam-board{background:#f3f4f6;color:#6b7280;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600}.product-exam-board{background:#fef3c7;color:#92400e}.product-card-title{margin-bottom:.75rem}.product-card-title a{font-size:1.125rem;font-weight:700;color:#111827;text-decoration:none;transition:color .3s ease}.product-card-title a:hover{color:#f59e0b}.product-card-description{margin-bottom:1rem}.product-card-description p{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}.product-card-count{background:#e0f2fe;color:#0369a1;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600}.product-card-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.feature-tag{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.product-card-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;color:#6b7280}.star{color:#d1d5db}.star.filled{color:#fbbf24}.product-card-pricing{display:flex;align-items:center;justify-content:space-between}.product-price{display:flex;align-items:center;gap:.5rem}.current-price{font-size:1.25rem;font-weight:700;color:#fbbf24}.original-price{font-size:.875rem;color:#9ca3af;text-decoration:line-through}.btn-premium{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a;border:none;padding:.5rem 1rem;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease}.btn-premium:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b);transform:scale(1.05)}.btn-outline{background:transparent;color:#fbbf24;border:2px solid #fbbf24;padding:.75rem 1.5rem;border-radius:2rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-outline:hover{background:#fbbf24;color:#0f172a;transform:scale(1.05)}.collections-load-more{text-align:center;margin-top:3rem}@media (max-width: 768px){.collections-hero{padding:4rem 0 3rem}.collections-hero-title{font-size:2.5rem}.collections-filters-grid{grid-template-columns:1fr;gap:1.5rem}.collections-results-header{flex-direction:column;gap:1rem;align-items:flex-start}.collections-products-grid{grid-template-columns:1fr}.collections-products-grid.list-view .collection-product-card{flex-direction:column}.collections-products-grid.list-view .product-card-image{width:100%;height:200px}.active-filters{flex-direction:column;align-items:flex-start;gap:.75rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/collections-page.css.map */
