.collection-header{text-align:center;padding:4rem 2rem;margin-bottom:2rem;background:linear-gradient(135deg,#1e293bcc,#0f172ae6);border-bottom:1px solid rgba(148,163,184,.15)}.collection-header__title{font-size:3.2rem;font-weight:700;color:#fef3c7;margin-bottom:1rem;line-height:1.2}.collection-header__description{font-size:1.6rem;color:#94a3b8;max-width:70rem;margin:0 auto;line-height:1.6}.collection-header__count{display:inline-block;margin-top:1.5rem;padding:.5rem 1.5rem;background:#fbbf241a;border:1px solid rgba(251,191,36,.3);border-radius:20px;color:#fbbf24;font-size:1.4rem}.collection-breadcrumbs{padding:1.5rem 0;margin-bottom:1rem}.collection-breadcrumbs__list{display:flex;align-items:center;gap:.8rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}.collection-breadcrumbs__item{display:flex;align-items:center;gap:.8rem;font-size:1.4rem}.collection-breadcrumbs__link{color:#94a3b8;text-decoration:none;transition:color .2s ease}.collection-breadcrumbs__link:hover{color:#fbbf24}.collection-breadcrumbs__separator{color:#94a3b880}.collection-breadcrumbs__current{color:#fef3c7;font-weight:500}.facets-wrapper{margin-bottom:2rem}.facets{background:#1e293b80;border:1px solid rgba(148,163,184,.15);border-radius:12px;padding:1.5rem}.facets__heading{color:#fef3c7;font-size:1.6rem;font-weight:600;margin-bottom:1rem}.facets__disclosure{border-bottom:1px solid rgba(148,163,184,.1);padding:1rem 0}.facets__disclosure:last-child{border-bottom:none}.facets__summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:#e2e8f0;font-size:1.5rem;font-weight:500;transition:color .2s ease}.facets__summary:hover{color:#fbbf24}.facets__summary .icon-caret{transition:transform .3s ease}.facets__disclosure[open] .facets__summary .icon-caret{transform:rotate(180deg)}.facets__label{display:flex;align-items:center;gap:.8rem;padding:.6rem 0;cursor:pointer;color:#cbd5e1;font-size:1.4rem;transition:color .2s ease}.facets__label:hover{color:#fbbf24}.facets__checkbox{width:18px;height:18px;border:2px solid rgba(148,163,184,.4);border-radius:4px;background:transparent;cursor:pointer;transition:all .2s ease}.facets__checkbox:checked{background:#f59e0b;border-color:#f59e0b}.facet-filters__sort{background:#1e293bcc;border:1px solid rgba(148,163,184,.3);border-radius:8px;color:#f1f5f9;padding:1rem 3rem 1rem 1.2rem;font-size:1.4rem;cursor:pointer;transition:all .2s ease}.facet-filters__sort:focus{border-color:#fbbf24;outline:none;box-shadow:0 0 0 3px #fbbf2426}.facet-filters__sort option{background:#1e293b;color:#f1f5f9}.active-facets{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem}.active-facets__button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fbbf2426;border:1px solid rgba(251,191,36,.4);border-radius:20px;color:#fbbf24;font-size:1.3rem;cursor:pointer;transition:all .2s ease}.active-facets__button:hover{background:#fbbf2440;border-color:#fbbf24}.active-facets__button-remove{font-size:1.5rem;line-height:1}.product-count{color:#94a3b8;font-size:1.4rem;margin-bottom:1.5rem}.product-count strong{color:#fbbf24}.collection--empty{text-align:center;padding:6rem 2rem}.collection-empty__icon{font-size:6rem;margin-bottom:2rem;opacity:.5}.collection-empty__title{font-size:2.4rem;font-weight:700;color:#fef3c7;margin-bottom:1rem}.collection-empty__message{font-size:1.6rem;color:#94a3b8;margin-bottom:2rem;max-width:50rem;margin-left:auto;margin-right:auto}.collection-empty__cta{display:inline-block;padding:1.2rem 2.5rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a;font-weight:600;font-size:1.5rem;border-radius:8px;text-decoration:none;transition:all .3s ease}.collection-empty__cta:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b);transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b4d}.product-grid{gap:2rem}@media screen and (min-width: 750px){.product-grid{gap:2.5rem}}.product-grid .grid__item{opacity:0;transform:translateY(20px);animation:fadeInUp .4s ease forwards}@media (prefers-reduced-motion: reduce){.product-grid .grid__item{animation:none;opacity:1;transform:none}}.product-grid .grid__item:nth-child(1){animation-delay:.05s}.product-grid .grid__item:nth-child(2){animation-delay:.1s}.product-grid .grid__item:nth-child(3){animation-delay:.15s}.product-grid .grid__item:nth-child(4){animation-delay:.2s}.product-grid .grid__item:nth-child(5){animation-delay:.25s}.product-grid .grid__item:nth-child(6){animation-delay:.3s}.product-grid .grid__item:nth-child(7){animation-delay:.35s}.product-grid .grid__item:nth-child(8){animation-delay:.4s}.product-grid .grid__item:nth-child(n+9){animation-delay:.45s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.pagination{margin-top:4rem;display:flex;justify-content:center;align-items:center;gap:.5rem}.pagination__item{display:flex;align-items:center;justify-content:center;min-width:4rem;height:4rem;padding:0 1rem;background:#1e293b99;border:1px solid rgba(148,163,184,.2);border-radius:8px;color:#e2e8f0;font-size:1.5rem;text-decoration:none;transition:all .2s ease}.pagination__item:hover:not(.pagination__item--current){border-color:#fbbf24;color:#fbbf24;background:#fbbf241a}.pagination__item--current{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:transparent;color:#0f172a;font-weight:600}.pagination__item--arrow{padding:0}.pagination__item--arrow .icon{width:1.8rem;height:1.8rem}.pagination__item--disabled{opacity:.4;cursor:not-allowed}@media screen and (max-width: 989px){.facets-drawer{background:linear-gradient(180deg,#1e293b,#0f172a);border-left:1px solid rgba(148,163,184,.15)}.facets-drawer__header{background:#1e293bf2;border-bottom:1px solid rgba(148,163,184,.1);padding:1.5rem}.facets-drawer__title{color:#fef3c7;font-size:1.8rem;font-weight:600}.facets-drawer__close{color:#94a3b8;transition:color .2s ease}.facets-drawer__close:hover{color:#fbbf24}}.mobile-facets__open{display:inline-flex;align-items:center;gap:.8rem;padding:1rem 1.5rem;background:#1e293bcc;border:1px solid rgba(148,163,184,.3);border-radius:8px;color:#e2e8f0;font-size:1.4rem;cursor:pointer;transition:all .2s ease}.mobile-facets__open:hover{border-color:#fbbf24;color:#fbbf24}.mobile-facets__open .icon{width:1.6rem;height:1.6rem}@media screen and (max-width: 749px){.collection-header{padding:3rem 1.5rem}.collection-header__title{font-size:2.4rem}.collection-header__description{font-size:1.4rem}.product-grid{gap:1.5rem}.collection-empty__title{font-size:2rem}}.facets-vertical{display:grid;gap:3rem}@media screen and (min-width: 990px){.facets-vertical{grid-template-columns:25rem 1fr}.facets-vertical .facets-wrapper{position:sticky;top:10rem;height:fit-content}}.loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172acc;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;z-index:10}.loading-overlay.loading{opacity:1;visibility:visible}.loading-overlay__spinner{width:4rem;height:4rem;border:3px solid rgba(251,191,36,.2);border-top-color:#fbbf24;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/collection-techauraz.css.map */
