.product-box-wrapper{display:flex;padding:0 5rem}@media screen and (max-width:768px){.product-box-wrapper{flex-direction:column;padding:0 1rem;gap:1.5rem}}.product-box-title{display:flex;justify-content:space-between;align-items:center;padding:0 0 1rem}.product-box-title-left p{font-size:.875rem}.product-box-title-left span{margin:0 .25rem;color:#fff;font-weight:700}.product-box-title-right{display:flex;align-items:center;gap:.75rem}@media screen and (max-width:768px){.product-box-title{flex-direction:column;align-items:flex-start;gap:1rem;padding:0 0 1rem}.product-box-title-right{width:100%;justify-content:space-between;gap:1rem}}.custom-select-wrapper{position:relative;display:inline-block;min-width:180px}.custom-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:.625rem 2.5rem .625rem 1rem;background-color:#1e293b;border:1px solid #475569;border-radius:.5rem;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.custom-select:hover{border-color:#64748b;background-color:#334155}.custom-select:focus{outline:none;border-color:#22d3ee;box-shadow:0 0 0 2px #22d3ee33}@media screen and (max-width:768px){.custom-select-wrapper{min-width:140px;flex:1}.custom-select{padding:.5rem 2rem .5rem .75rem;font-size:.85rem}}.custom-select-arrow{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);pointer-events:none;color:#94a3b8;transition:transform .2s ease}.custom-select:focus+.custom-select-arrow{transform:translateY(-50%) rotate(180deg);color:#22d3ee}.custom-select option{background-color:#1e293b;color:#fff;padding:.5rem}.custom-select option:hover,.custom-select option:focus,.custom-select option:checked{background-color:#22d3ee;color:#0f172a}.product-box-wrapper .product-filter{width:18rem;color:#fff;flex-shrink:0;margin:0 2rem 0 0;padding:1.5rem;background:linear-gradient(145deg,#0f172a,#1e293b);border-radius:.75rem;border:1px solid #334155;box-shadow:0 4px 20px #0000004d}@media screen and (max-width:768px){.product-box-wrapper .product-filter{width:100%;margin:0;padding:1.25rem}.product-filter-item{margin-bottom:1.5rem}.product-filter-item-title{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}.product-filter-item-title:after{content:"\25bc";font-size:.75rem;transition:transform .3s ease}.product-filter-item.collapsed .product-filter-item-title:after{transform:rotate(-90deg)}.product-filter-item.collapsed .filter-options,.product-filter-item.collapsed .price-slider-container{display:none}}.product-box-wrapper .product-filter .product-filter-title{display:flex;align-items:center;justify-content:space-between}.product-box-wrapper .product-filter .product-filter-title .reset{color:#22d3ee;text-decoration:underline;transition:all .2s ease}.product-box-wrapper .product-filter .product-filter-title .reset:hover{color:#67e8f9}@media screen and (max-width:768px){.product-box-wrapper .product-filter .product-filter-title{font-size:1.1rem;margin-bottom:1rem}}.product-box-wrapper .product-filter .product-filter-item:last-child{border-bottom:none}.product-box-wrapper .product-filter .product-filter-item-title{color:#94a3b8;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}@media screen and (max-width:768px){.product-box-wrapper .product-filter .product-filter-item-title{font-size:.9rem;padding:.5rem 0}}.price-slider-container{width:100%;position:relative}#priceSlider{width:100%}@media screen and (max-width:768px){#priceSlider{height:36px;-webkit-appearance:none;background:transparent}#priceSlider::-webkit-slider-thumb{-webkit-appearance:none;height:20px;width:20px;border-radius:50%;background:#06b6d4;cursor:pointer;margin-top:-8px}#priceSlider::-moz-range-thumb{height:20px;width:20px;border-radius:50%;background:#06b6d4;cursor:pointer;border:none}}.filter-checkbox{transition:all .2s ease;width:20px!important;height:20px!important}.filter-checkbox:checked{background-color:#06b6d4;border-color:#06b6d4}.filter-option:hover .option-text{color:#fff}.option-text{color:#cbd5e1;transition:all .6s}@media screen and (max-width:768px){.filter-option{padding:.75rem .5rem;margin-bottom:.5rem}.option-text{font-size:.9rem}}.product-wrapper{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}@media screen and (max-width:768px){.product-wrapper{grid-template-columns:1fr!important;gap:1rem}@media screen and (min-width:481px)and (max-width:768px){.product-wrapper{grid-template-columns:repeat(2,1fr)!important;gap:1rem}}}@media screen and (max-width:480px){.product-wrapper{grid-template-columns:1fr!important;gap:1rem}}.collection-tabs-heading{font-size:2.5rem;margin-bottom:2rem;text-align:center}.center{text-align:center}@media screen and (max-width:768px){.collection-tabs-heading{font-size:1.8rem;margin-bottom:1.5rem}}.collection-tabs-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem;padding-bottom:.5rem;border-bottom:1px solid rgb(30 41 59)}.collections-container{min-height:500px}.tab-button{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.75rem;color:#94a3b8;cursor:pointer;transition:all .3s ease;position:relative;border-radius:6px;white-space:nowrap}.tab-button:hover{background-color:#f5f5f5;color:#333}@media screen and (max-width:768px){.collection-tabs-nav{margin-bottom:2rem;padding-bottom:.75rem;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.5rem 0}.collection-tabs-nav::-webkit-scrollbar{display:none}.tab-button{padding:.5rem 1rem;font-size:.9rem;flex-shrink:0;white-space:nowrap}}.tab-button.active{color:#06b6d4;font-weight:600}.tab-button.active:after{content:"";position:absolute;bottom:-.3rem;left:50%;transform:translate(-50%);width:80%;height:2px;background-color:#06b6d4;border-radius:3px}@media screen and (max-width:768px){.tab-button.active:after{bottom:-.5rem;height:3px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-card{border-radius:12px;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;height:100%;display:flex;flex-direction:column}.product-card:hover{border-color:#06b6d480;--tw-shadow: 0 0 30px rgba(6, 182, 212, .15);--tw-shadow-colored: 0 0 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media screen and (max-width:768px){.product-card{border-radius:10px}.product-card:hover{transform:none;box-shadow:0 4px 12px #00000026}}.product-card-image{position:relative;overflow:hidden;aspect-ratio:4/5;flex-shrink:0}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-card-image img{transform:scale(1.08)}@media screen and (max-width:768px){.product-card-image{aspect-ratio:4/5}.product-card:hover .product-card-image img{transform:none}}.badge-level{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#000000d9,#320000e6);color:#fff;padding:6px 12px;border-radius:20px;font-size:.75rem;display:flex;align-items:center;gap:6px;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-weight:500}@media screen and (max-width:768px){.badge-level{top:8px;left:8px;padding:4px 8px;font-size:.7rem;gap:4px}}.button_nm{color:#fff}.product-card-info{padding:1.25rem;flex-grow:1;display:flex;flex-direction:column}@media screen and (max-width:768px){.product-card-info{padding:1rem}}.product-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.product-title{text-decoration:none;flex-grow:1;margin-right:1rem;font-size:1rem;line-height:1.1;font-family:Oswald,sans-serif;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff}@media screen and (max-width:768px){.product-title{font-size:.95rem;line-height:1.2;margin-right:.75rem}}.product-price{color:#06b6d4;font-weight:700;white-space:nowrap;font-size:1.1rem}@media screen and (max-width:768px){.product-price{font-size:1rem}}.product-description{font-size:.9rem;line-height:1.1;margin-bottom:1rem;margin-top:0;flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:2.2em}@media screen and (max-width:768px){.product-description{font-size:.85rem;line-height:1.3;margin-bottom:.75rem}}.product-card-content{display:flex;justify-content:space-between;background:#080e21;border-radius:4px;color:#94a3b8;padding:.5rem;margin:0 0 1rem}@media screen and (max-width:768px){.product-card-content{padding:.4rem;margin:0 0 .75rem;font-size:.85rem}}.product-card-content-item{display:flex;flex-direction:column;font-size:.8rem}.product-card-content-item span:nth-of-type(1){color:#475569}@media screen and (max-width:768px){.product-card-content-item{font-size:.75rem}}@media screen and (max-width:768px){.quick-add-btn{padding:.75rem;font-size:.9rem}.quick-add-btn .material-symbols-outlined{font-size:1rem}}@media screen and (max-width:768px){#loadMoreBtn{width:100%;padding:.875rem;font-size:1rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/component-product-grid.css.map */
