*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);font-size:calc(1rem * var(--font-body-scale));line-height:1.5;background-color:var(--color-bg-primary);color:var(--color-text-primary);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--color-text-primary);letter-spacing:-.02em}h1{font-size:calc(3rem * var(--font-heading-scale))}h2{font-size:calc(2.25rem * var(--font-heading-scale))}h3{font-size:calc(1.5rem * var(--font-heading-scale))}h4{font-size:calc(1.25rem * var(--font-heading-scale))}a{color:inherit;text-decoration:none;transition:var(--transition-smooth)}img,video{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background:transparent;border:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing-gutter)}.breadcrumbs-bar{background-color:#111118;border-bottom:1px solid rgba(255,255,255,.05);padding:.85rem 2rem}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-family:var(--font-body),sans-serif;font-size:.78rem;color:#8a8aa8}.breadcrumbs a{color:#8a8aa8;text-decoration:none;transition:var(--transition-smooth)}.breadcrumbs a:hover{color:#fff}.breadcrumbs__separator{color:#ffffff26;font-size:.9rem;line-height:1}.breadcrumbs__current{color:#fff;font-weight:500}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.grid{display:grid;gap:.9rem}.grid>*{min-width:0}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media screen and (max-width:992px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.grid-2,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr);gap:.75rem}}.flex{display:flex;gap:1rem}.flex-align-center{align-items:center}.flex-justify-between{justify-content:space-between}.flex-column{flex-direction:column}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-family:var(--font-heading);font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition-spring);position:relative;overflow:hidden}.btn-primary{background-color:var(--color-primary);color:#000}.btn-primary:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #e2ff0033}.btn-secondary{border:1px solid var(--color-border);color:var(--color-text-primary);background-color:#ffffff08}.btn-secondary:hover{border-color:var(--color-primary);background-color:#e2ff000d;color:var(--color-primary);transform:translateY(-2px)}.btn-b2b{background-color:transparent;color:var(--color-text-primary);border:1px dashed var(--color-primary)}.btn-b2b:hover{background-color:var(--color-primary);color:#000;border-style:solid}.glass-panel{background:#1a1a1aa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border);border-radius:var(--border-radius-md)}.header-wrapper{border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}.footer-wrapper{border-top:1px solid var(--color-border);margin-top:5rem;padding:4rem 0;background-color:var(--color-bg-secondary)}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;border-radius:50px;background-color:var(--color-bg-secondary);border:1px solid var(--color-border);letter-spacing:.05em}.badge-wholesale{background-color:#e2ff001a;border-color:var(--color-primary);color:var(--color-primary)}.badge-sale{background-color:#ef4444;border-color:#ef4444;color:#fff}.responsive-image-container{position:relative;overflow:hidden}.responsive-image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}.skip-to-content-link:focus{position:absolute;top:1rem;left:1rem;z-index:1000;background-color:var(--color-primary);color:#000;padding:1rem}:root{--card-gold: #F5C842;--card-bg: #1A1A2E;--card-img-bg: #12121F;--card-border-default: rgba(255, 255, 255, .07);--card-border-gold-opacity: rgba(245, 200, 66, .12)}.product-card{position:relative;padding:1.1rem;display:flex;flex-direction:column;height:100%;min-width:0;overflow:hidden;transition:var(--transition-smooth);border:1px solid var(--card-border-default);background-color:var(--card-bg);border-radius:12px}.product-card:hover{border-color:var(--card-gold);transform:translateY(-4px);box-shadow:0 12px 30px #0006,0 0 20px var(--card-border-gold-opacity)}.product-card-badges{position:absolute;top:2rem;left:2rem;z-index:10;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.product-card-badges .badge{font-family:var(--font-body);font-size:.65rem;font-weight:700;letter-spacing:.03em;padding:.35rem .75rem;border-radius:50px;text-transform:uppercase;border:none}.badge-bestseller{background-color:var(--card-gold)!important;color:var(--card-bg)!important}.badge-new{background-color:#00f576!important;color:var(--card-bg)!important}.badge-led{background-color:#a259ff!important;color:#fff!important}.badge-infrared{background-color:#ff5e5e!important;color:var(--card-bg)!important}.badge-sold-out{background-color:#2d2d2d!important;color:#888!important}.badge-sale{background-color:#ef4444!important;color:#fff!important}.badge-wholesale{background-color:#1a1a2e!important;color:#f5c842!important;border:1px solid #F5C842!important}.product-card-image-link{display:block;width:100%}.product-card-image-wrapper{width:100%;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;position:relative}.product-card-image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain!important;transition:transform .6s cubic-bezier(.25,.46,.45,.94);padding:1rem}.product-card-image-wrapper .secondary-image{display:none}.product-card-image-wrapper .placeholder-svg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;background-color:#12121f00}.product-card:hover .product-card-image-wrapper .primary-image{transform:scale(1.05)}.product-card-info{display:flex;flex-direction:column;flex-grow:1;padding-top:1.25rem}.product-card-title{font-family:Sora;font-size:1rem;font-weight:600;margin:0 0 .85rem;line-height:1.45;color:#fff}.product-card-title a{color:#8a8aa8;text-decoration:none;transition:var(--transition-smooth)}.product-card-title a:hover{color:var(--card-gold)!important}.product-card:hover .product-card-title a{color:#fff}.product-card-price-container{display:flex;align-items:baseline;gap:.5rem;font-family:var(--font-body);font-size:1.25rem;font-weight:700;margin-bottom:9px;color:#fff}.product-card-price-container .compare-price{font-size:.85rem;font-weight:400;color:#8a8aa8;text-decoration:line-through}.product-card-quick-add{margin-top:auto;width:100%}.btn-quick-add{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem 1rem;background-color:var(--card-gold);color:var(--card-bg)!important;border:none;border-radius:6px;font-family:var(--font-body);font-size:.85rem;font-weight:600;cursor:pointer;transition:var(--transition-smooth)}.btn-quick-add:hover{background-color:#fff;color:var(--card-bg)!important;transform:translateY(-1px)}.btn-configure{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.15);background-color:#ffffff05;color:#fff!important;text-decoration:none;border-radius:50px;font-family:var(--font-body);font-size:.85rem;font-weight:600;cursor:pointer;transition:var(--transition-smooth)}.btn-configure:hover{border-color:var(--card-gold);color:var(--card-gold)!important;background-color:#f5c8420d}.icon-cart-btn{width:15px;height:15px;stroke:currentColor}body.template-collection,.collection-section h1,.collection-section h2,.collection-section h3,.collection-section h4,.collection-section h5,.collection-section h6,.facets-container h1,.facets-container h2,.facets-container h3,.facets-container h4{color:#100f14!important}.collection-utility-bar-wrapper{background-color:#0b0a0f!important;border-bottom:1px solid rgba(255,255,255,.05);width:100%}.template-collection .collection-utility-bar{background-color:transparent!important;color:#fff!important;padding:1.25rem 0!important;border:none!important;border-radius:0!important;margin-bottom:0!important}.template-collection .collection-utility-bar__filter-label{color:#fff!important}.template-collection .active-filter-pill{border-color:#f5c842!important;color:#f5c842!important;background-color:transparent!important}.template-collection .active-filter-pill:hover{background-color:#f5c8420d!important}.template-collection .active-filter-pill__remove{color:#f5c842!important}.template-collection .active-filter-clear-all{color:#8a8aa8!important}.template-collection .active-filter-clear-all:hover{color:#fff!important}.template-collection .layout-btn{color:#8a8aa8!important;border-color:#ffffff14!important;background-color:transparent!important}.template-collection .layout-btn:hover{color:#fff!important;border-color:#fff3!important}.template-collection .layout-btn.active{color:#f5c842!important;border-color:#f5c842!important;background-color:#f5c84208!important}.template-collection .collection-sort__label{color:#8a8aa8!important}.template-collection .collection-sort__select{color:#fff!important;background-color:#0b0a0f!important;border-color:#ffffff14!important}.template-collection .collection-sort__select-wrapper:hover .collection-sort__icon{color:#fff!important}.template-collection .collection-sort__icon{color:#8a8aa8!important}.template-collection .facets-container{background-color:transparent!important;border-radius:0!important;padding:0!important;border:none!important}.template-collection .facets-title{color:#1c1b22;font-weight:700;letter-spacing:.05em;font-size:.75rem;text-transform:uppercase;margin:0}.template-collection .facets-clear-all{color:#556;font-size:.75rem;font-weight:600}.template-collection .facets-clear-all:hover{color:#1c1b22}.template-collection .facet-group{border-top:none!important;border-left:none!important;border-right:none!important;border-bottom:1px solid rgba(0,0,0,.12)!important;margin-bottom:.5rem;padding-bottom:.25rem;display:block}.template-collection .facet-group[open]{border-bottom:none!important}.template-collection .facet-group:not(details){border-bottom:none!important}.template-collection .facet-group-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:.5rem 0;-webkit-user-select:none;user-select:none;list-style:none}.template-collection .facet-group-header::-webkit-details-marker{display:none}.template-collection .facet-group-title{color:#1c1b22!important;font-weight:500!important;font-size:.87rem!important;text-transform:uppercase!important;letter-spacing:.05em!important;margin:0!important}.template-collection .facet-group-chevron{display:inline-flex;align-items:center;color:#1c1b22}.template-collection .facet-group-chevron svg{width:24px;height:24px;fill:currentColor;transition:transform .2s cubic-bezier(.4,0,.2,1)}.template-collection .facet-group[open] .facet-group-chevron svg{transform:rotate(180deg)}.template-collection .facet-group-content{background-color:#1616261a!important;border-radius:12px!important;padding:1.25rem!important;margin-top:.5rem!important}.template-collection .category-facet-group .facet-group-content,.template-collection .category-card-content{background-color:transparent!important;padding:0!important;margin-top:14px!important}.category-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:0;margin:0}.category-link{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem!important;background-color:#cec9bc!important;color:#1c1b22!important;border-radius:10px!important;font-weight:600!important;font-size:.85rem!important;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;cursor:pointer}.category-link:hover{background-color:#c0baa9!important}.category-link.active{background-color:#1c1b22!important;color:#fff!important}.category-title-wrap{display:flex;align-items:center;gap:.75rem}.cat-icon{width:18px;height:18px;fill:currentColor;color:#1c1b22}.category-link.active .cat-icon{color:#f1ca4f}.category-badge{display:inline-flex;align-items:center;justify-content:center;font-size:.75rem!important;font-weight:700!important;padding:.2rem .6rem!important;background-color:#e5e2d9!important;color:#1c1b22!important;border-radius:20px!important;min-width:32px!important}.category-badge.active{background-color:#f1ca4f!important;color:#1c1b22!important}.template-collection .custom-checkbox{border:1px solid rgba(0,0,0,.1)!important;background-color:#fff!important;border-radius:4px!important;height:18px;width:18px}.template-collection .facet-checkbox:hover input~.custom-checkbox{border-color:#1c1b22!important}.template-collection .facet-checkbox input:checked~.custom-checkbox{background-color:#f1ca4f!important;border-color:#f1ca4f!important}.template-collection .custom-checkbox:after{border-color:#1c1b22!important;left:6px;top:2px;width:4px;height:8px}.template-collection .facet-checkbox{color:#1c1b22!important;font-weight:500!important;display:flex;justify-content:space-between;align-items:center;width:100%}.template-collection .facet-checkbox input:checked~span{font-weight:700!important}.template-collection .facet-checkbox-list{list-style:none;display:flex;flex-direction:column;gap:.65rem;padding:0;margin:0}.template-collection .facet-checkbox-list li{display:block}.template-collection .facet-count{display:inline-flex;align-items:center;justify-content:center;font-size:.72rem!important;font-weight:700!important;padding:.15rem .5rem!important;background-color:#e5e2d9!important;color:#1c1b22!important;border-radius:20px!important;min-width:28px!important;margin-left:auto!important}.template-collection .facet-checkbox input:checked~.facet-count{background-color:#f1ca4f!important;color:#1c1b22!important}.facet-pills-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;list-style:none;padding:0;margin:0}@media screen and (max-width:1200px){.facet-pills-grid{grid-template-columns:repeat(3,1fr)}}.facet-pill-label{cursor:pointer;position:relative;display:block}.facet-pill-text{display:flex;align-items:center;justify-content:center;padding:.65rem .25rem;background-color:#e7e5ce!important;border:none!important;border-radius:6px!important;font-size:.8rem;font-weight:500!important;color:#4e4e76!important;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center}.facet-pill-label input:checked~.facet-pill-text{background-color:#f1ca4f!important;color:#16161f!important;font-weight:700!important}.swatch-circles-row{display:flex;flex-wrap:wrap;gap:.75rem;list-style:none;padding:0;margin:0;justify-content:space-between}.swatch-circle-label{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem}.swatch-circle-visual{width:32px;height:32px;border-radius:50%;border:1px solid rgba(0,0,0,.1);display:block;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.swatch-circle-label input:checked~.swatch-circle-visual{transform:scale(1.15);box-shadow:0 0 0 2px #cec9bc,0 0 0 4px #1c1b22!important}.swatch-circle-text{font-size:.72rem;color:#1c1b22!important;font-weight:600!important}.swatch-circle-label input:checked~.swatch-circle-text{color:#1c1b22!important;font-weight:700!important}.swatch-list{display:flex;flex-direction:column;gap:.5rem}.swatch-label{cursor:pointer;font-size:.85rem;display:flex;align-items:center;justify-content:space-between;width:100%}.swatch-visual{width:20px;height:20px;border-radius:50%;border:1px solid rgba(0,0,0,.1);display:inline-block;margin-right:.75rem}.swatch-text{color:#1c1b22;font-weight:500}.swatch-label input:checked~.swatch-text{font-weight:700}.template-collection .price-range-track-base{background-color:#00000014!important}.template-collection .price-range-track{background-color:#f1ca4f!important}.template-collection .slider-thumb::-webkit-slider-thumb{background:#1c1b22!important;border-color:#f1ca4f!important}.price-inputs-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.price-input-wrapper{display:flex;flex-direction:column;gap:.25rem}.price-input-label{font-size:.8rem;color:#1c1b22!important;font-weight:600!important}.price-input-field{display:flex;align-items:center;justify-content:space-between;background-color:#e5e2d9!important;border:none!important;border-radius:8px!important;padding:.5rem .75rem}.price-field-input{width:100%;border:none;background:transparent;outline:none;font-size:.85rem;color:#1c1b22;font-weight:700}.currency-label{font-size:.8rem;color:#1c1b22;font-weight:600;margin-left:.25rem}.facet-toggle-more-btn{display:flex;align-items:center;gap:.35rem;background:transparent;color:#1c1b22!important;font-size:.8rem;font-weight:700!important;cursor:pointer;padding:.5rem 0;text-transform:none;border:none;margin-top:.5rem}.facet-toggle-more-btn svg{width:16px;height:16px;fill:currentColor;transition:transform .2s ease}.template-collection .active-facet-pill{background-color:#cec9bc!important;border:1px solid rgba(0,0,0,.05)!important;color:#1c1b22!important;font-weight:600!important;border-radius:6px!important}.template-collection .product-card{border-color:#0000000d!important;box-shadow:0 4px 15px #00000005!important}.template-collection .product-card:hover{border-color:#f1ca4f!important;transform:translateY(-5px)!important;box-shadow:0 15px 35px #00000014,0 0 20px #f1ca4f26!important}body.template-collection{background-color:#dcdac3}.template-collection .product-card{background:#e7e5ce}.template-collection .product-card-title a{color:#100f14!important;font-weight:600!important}.template-collection .product-card-price-container{color:#100f14!important;font-weight:700!important}.product-card-specs{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.45rem}.product-card-specs li{display:flex;align-items:center;font-size:.85rem;color:#8a8aa8;gap:.5rem}.template-collection .product-card-specs li{color:#556}.spec-dot{width:8px;height:8px;border-radius:2px;display:inline-block;flex-shrink:0}.spec-label{font-weight:600;color:inherit}.product-card-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.rating-stars{display:flex;gap:.15rem}.icon-star{width:14px;height:14px;fill:#ffd800}.icon-star--empty{fill:#ffd800;opacity:.25}.template-collection .icon-star{fill:#f0b429}.rating-count{font-size:.78rem;color:#8a8aa8}.template-collection .rating-count{color:#556}.product-card-stock{display:flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:400;margin-bottom:15px}.stock-dot{width:8px;height:8px;border-radius:50%}.stock-available{background-color:#2ec1ac}.stock-unavailable{background-color:#ef4444}.template-collection .product-card-stock{color:#12121f}.template-collection .btn-quick-add{background-color:#f1ca4f!important;color:#100f14!important}.template-collection .btn-quick-add:hover{background-color:#100f14!important;color:#fff!important}.template-collection .btn-configure{border-color:#00000026!important;color:#100f14!important;background-color:transparent!important}.template-collection .btn-configure:hover{border-color:#f1ca4f!important;background-color:#f1ca4f14!important;color:#1e1d24!important}body.template-search{background-color:#dcdac3}.template-search .product-card{background:#e7e5ce;border-color:#0000000d!important;box-shadow:0 4px 15px #00000005!important}.template-search .product-card:hover{border-color:#f1ca4f!important;transform:translateY(-5px)!important;box-shadow:0 15px 35px #00000014,0 0 20px #f1ca4f26!important}.template-search .product-card-title a{color:#100f14!important;font-weight:600!important}.template-search .product-card-title a:hover{color:#f1ca4f!important}.template-search .product-card-price-container{color:#100f14!important;font-weight:700!important}.template-search .product-card-specs li{color:#556}.template-search .icon-star{fill:#100f14}.template-search .rating-count{color:#556}.template-search .product-card-stock{color:#2ec1ac}.template-search .btn-quick-add{background-color:#f1ca4f!important;color:#100f14!important}.template-search .btn-quick-add:hover{background-color:#100f14!important;color:#fff!important}.template-search .btn-configure{border-color:#00000026!important;color:#100f14!important;background-color:transparent!important}.template-search .btn-configure:hover{border-color:#f1ca4f!important;background-color:#f1ca4f14!important;color:#1e1d24!important}.template-search .product-card-wishlist-btn{background-color:#f6f5f0;color:#778}.product-card-wishlist-btn{position:absolute;top:15px;right:15px;width:36px;height:36px;border-radius:10%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:12;transition:all .3s cubic-bezier(.4,0,.2,1);color:#fff9;border:none}.template-collection .product-card-wishlist-btn{background-color:#0000001a;color:#778}.product-card-wishlist-btn:hover{background-color:#fff!important;color:#ef4444!important;transform:scale(1.1)}.product-card-wishlist-btn .icon-heart{width:18px;height:18px}.product-card-wishlist-btn.active,.product-wishlist-btn.active{color:#ef4444!important;background-color:#fff!important}.product-card-wishlist-btn.active svg,.product-wishlist-btn.active svg{fill:#ef4444;stroke:#ef4444}.collection-promo-card{grid-column:1 / -1!important;display:block;border-radius:20px!important;overflow:hidden;position:relative;border:none!important;margin:1rem 0;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.collection-promo-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #00000026}.collection-promo-card img{width:100%;height:auto;display:block}.collection-promo-card-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.collection-promo-card-bg img{width:100%;height:100%;object-fit:cover!important;opacity:.45!important}.collection-promo-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#100f148c!important;z-index:2}.collection-promo-card-content{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;width:100%;gap:3rem}.collection-promo-left{display:flex;flex-direction:column;align-items:flex-start;max-width:750px;gap:.75rem}.promo-badge{font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:.35rem .75rem;border-radius:50px;background-color:#f1ca4f26;border:1px solid #f1ca4f;color:#f1ca4f;text-transform:uppercase;margin-bottom:.25rem}.collection-promo-title{font-size:1.6rem!important;text-transform:none!important;font-weight:700!important;margin:0!important;color:#fff!important}.collection-promo-text{font-size:.9rem!important;color:#dbd8cd!important;margin:0!important;line-height:1.5!important}.collection-promo-right{flex-shrink:0}.btn-promo-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2rem;background-color:#f1ca4f;color:#100f14!important;border-radius:6px;font-weight:700;font-size:.9rem;text-transform:none;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none}.btn-promo-cta:hover{background-color:#fff;transform:translateY(-2px)}@media screen and (max-width:992px){.collection-promo-card{display:none}.collection-promo-card-content{flex-direction:column;align-items:flex-start;gap:1.5rem}.collection-promo-right{width:100%}.btn-promo-cta{width:100%;justify-content:center}}.placeholder-banner{display:flex!important;align-items:center;justify-content:center;background-color:#1c1b22!important}.placeholder-banner svg{width:100%;height:100%;max-height:250px;object-fit:cover;display:block;opacity:.15}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:3rem;flex-wrap:wrap}.pagination-arrows{display:contents}.pagination-prev{order:-1}.pagination-numbers{display:flex;align-items:center;gap:.35rem}.pagination-item{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 .5rem;background-color:#1e1d24;color:#fff;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid transparent}.pagination-item:hover{background-color:#2a2933;border-color:#ebd160;color:#ebd160}.pagination-item.active{background-color:#ebd160;color:#0b0a0f;cursor:default;font-weight:700}.pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;background-color:#1e1d24;color:#8a8aa8;border-radius:8px;font-size:1rem;font-weight:700;letter-spacing:2px}.pagination-nav{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0;background-color:#1e1d24;color:#fff;border-radius:10px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.pagination-nav:hover{background-color:#2a2933;border-color:#ebd160;color:#ebd160}.pagination-nav.disabled{opacity:.35;pointer-events:none;cursor:default}.pagination-arrow{font-size:1rem;line-height:1}.pagination-info{text-align:center;color:#8a8aa8;font-size:.85rem;margin-top:1rem}@media screen and (max-width:768px){.pagination{flex-direction:column;gap:.75rem}.pagination-arrows{display:flex;align-items:center;justify-content:center;gap:.5rem}.pagination-prev{order:0}.pagination-numbers{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.25rem 0;justify-content:flex-start}.pagination-numbers::-webkit-scrollbar{display:none}.pagination-item,.pagination-ellipsis{min-width:36px;height:36px;font-size:.8rem;flex-shrink:0}.pagination-nav{min-width:36px;height:36px}.pagination-label{display:none}.cart-item-details{padding-left:16px}.product-card{padding:.75rem;border-radius:14px}.product-card-image-wrapper{aspect-ratio:4 / 3}.product-card-title{font-size:.88rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-card-specs,.product-card-rating{display:none}.product-card-stock{font-size:.72rem;margin-bottom:.75rem}.product-card-price-container{font-size:1.25rem}.product-card-badges{top:1rem;left:1rem}.btn-quick-add,.btn-configure{font-size:.8rem;padding:.7rem .5rem}.icon-cart-btn{display:none}.product-card-wishlist-btn{width:32px;height:32px;top:.75rem;right:.75rem}.product-card-wishlist-btn .icon-heart{width:18px;height:18px}.product-card-badges .badge{font-size:.6rem;padding:.15rem .4rem}}.shopify-challenge__container,main .shopify-challenge__container{max-width:560px;margin:6rem auto;padding:3rem 2.5rem;text-align:center;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px}.shopify-challenge__container h1,.shopify-challenge__container .shopify-challenge__title{font-family:Sora,sans-serif;font-size:1.35rem;font-weight:600;color:#fff;margin-bottom:2rem;line-height:1.4}.shopify-challenge__container p{color:#fff9;font-size:.9rem;margin-bottom:1.5rem;line-height:1.6}.shopify-challenge__container .shopify-challenge__button,.shopify-challenge__container button[type=submit],.shopify-challenge__container input[type=submit]{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2.5rem;background-color:#f5c842;color:#08080e!important;border:none;border-radius:8px;font-family:var(--font-body);font-size:.9rem;font-weight:700;cursor:pointer;transition:background-color .2s ease,transform .2s ease;text-transform:none;letter-spacing:0;margin-top:1.5rem}.shopify-challenge__container .shopify-challenge__button:hover,.shopify-challenge__container button[type=submit]:hover,.shopify-challenge__container input[type=submit]:hover{background-color:#fff;transform:translateY(-2px)}.shopify-challenge__container .h-captcha,.shopify-challenge__container iframe{margin:1.5rem auto;display:block}.shopify-challenge__container form{display:flex;flex-direction:column;align-items:center;gap:1rem}@media screen and (max-width:576px){.shopify-challenge__container{margin:3rem 1rem;padding:2rem 1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
