.product-collection-wrapper{width:100%;background-color:#fff1d5;padding:2rem 0}.product-container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.product-toolbar{display:flex;align-items:stretch;border:1px solid #EAD7A4;height:52px;margin-bottom:2rem}.toolbar-section{display:flex;align-items:center;border-right:1px solid #EAD7A4}.toolbar-section:last-child{border-right:none}.toolbar-grid-buttons{padding:0 1.25rem;gap:1rem}.grid-col-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;color:#d1d5db;transition:color .2s ease;line-height:0}.grid-col-btn:hover{color:#6b7280}.grid-col-btn.active{color:#111827}.toolbar-count{flex:1;justify-content:center;border-right:1px solid #e5e7eb}.product-count{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#374151;font-weight:500;padding-left:140px}.toolbar-sort{padding:0 1.5rem}.toolbar-filter{padding:0;border-right:none}.filter-button{display:flex;align-items:center;gap:.5rem;padding:0 1.5rem;height:100%;background:none;border:none;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#374151;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease;white-space:nowrap}.filter-button:hover{background-color:#f9fafb;color:#111827}.custom-select{position:relative}.select-trigger{display:flex;align-items:center;gap:.4rem;background:none;border:none;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#374151;font-weight:500;cursor:pointer;padding:0;white-space:nowrap;transition:color .2s ease}.select-trigger:hover{color:#111827}.select-arrow{width:14px;height:14px;transition:transform .2s ease;flex-shrink:0}.custom-select.active .select-arrow{transform:rotate(180deg)}.select-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background-color:#fff;border:1px solid #e5e7eb;box-shadow:0 10px 15px -3px #00000014;padding:.25rem;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:50}.custom-select.active .select-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.select-option{padding:.6rem 1rem;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:#374151;cursor:pointer;transition:background-color .15s ease}.select-option:hover{background-color:#f9fafb;color:#111827}.select-option.selected{font-weight:600;color:#111827}.product-grid{display:grid;gap:1.5rem}.product-grid[data-cols="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid[data-cols="4"]{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid[data-cols="5"]{grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:1024px){.product-grid[data-cols="5"],.product-grid[data-cols="4"]{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid[data-cols="3"]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.product-count{padding-left:0}.product-grid[data-cols="3"],.product-grid[data-cols="4"],.product-grid[data-cols="5"]{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-card{cursor:pointer;opacity:0;transform:translateY(20px);animation:fadeInUp .4s ease forwards}.product-card:nth-child(1){animation-delay:.05s}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.15s}.product-card:nth-child(4){animation-delay:.2s}.product-card:nth-child(5){animation-delay:.25s}.product-card:nth-child(6){animation-delay:.3s}.product-card:nth-child(7){animation-delay:.35s}.product-card:nth-child(8){animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.product-image-wrapper{position:relative;background-color:#f3f4f6;border-radius:.5rem;overflow:visible;margin-bottom:1rem;aspect-ratio:1 / 1}.product-image-inner{position:relative;width:100%;height:100%;border-radius:.5rem;overflow:hidden}.product-image-link{display:block;width:100%;height:100%}.product-image-container{position:relative;width:100%;height:100%}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .4s ease;opacity:0}.product-image.active{opacity:1}.product-image-primary{position:relative;z-index:1}.product-image-secondary{z-index:2}.product-card:hover .product-image-primary{opacity:0}.product-card:hover .product-image-secondary{opacity:1}.zoom-preview{position:absolute;top:.5rem;right:.5rem;width:8rem;height:8rem;border-radius:.5rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:2px solid #ffffff;z-index:20;opacity:0;transform:scale(.8);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.zoom-preview.active{opacity:1;transform:scale(1)}.zoom-preview-image{width:100%;height:100%;background-size:250%;background-position:center;background-repeat:no-repeat;transition:background-position .1s ease-out}.product-badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;color:#fff;z-index:10}.badge-sale{background-color:#ef4444}.badge-new{background-color:#16a34a}.product-info{padding:0}.product-category{font-size:.75rem;color:#9ca3af;margin-bottom:.25rem;text-transform:capitalize}.product-title{font-size:.875rem;font-weight:500;color:#111827;margin-bottom:.5rem;line-height:1.4}.product-title a{color:inherit;text-decoration:none;transition:color .2s ease}.product-card:hover .product-title a{color:#6b7280}.product-price{display:flex;align-items:center;gap:.5rem}.price-regular{font-size:.875rem;font-weight:500;color:#111827}.price-sale{font-size:.875rem;font-weight:500;color:#dc2626}.price-original{font-size:.75rem;color:#9ca3af;text-decoration:line-through}.no-products{grid-column:1 / -1;text-align:center;padding:3rem 1rem}.no-products p{font-size:1rem;color:#6b7280}@media(max-width:640px){.product-toolbar{flex-wrap:wrap;height:auto}.toolbar-grid-buttons{order:1;flex:1;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;height:48px}.toolbar-count{order:2;flex:1;border-right:none;border-bottom:1px solid #e5e7eb;height:48px}.toolbar-sort{order:3;flex:1;justify-content:center;height:48px;border-right:1px solid #e5e7eb;border-bottom:none}.toolbar-filter{order:4;flex:1;height:48px}.filter-button{justify-content:center;width:100%}.zoom-preview{width:6rem;height:6rem}}.filter-panel{position:fixed;top:0;right:-380px;width:380px;height:100%;background:#f9f9f9;z-index:9999;display:flex;flex-direction:column;transition:right .35s ease}.filter-panel.active{right:0}.filter-header{padding:22px 26px;border-bottom:1px solid #e6e6e6;display:flex;justify-content:space-between;align-items:center}.filter-header h2{font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:#111}.close-btn{font-size:18px;background:none;border:none;cursor:pointer}.filter-content{flex:1;overflow-y:auto;padding:24px 26px}.filter-group{padding:18px 0;border-bottom:1px solid #eee}.filter-group-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.filter-group-header h4{font-size:12px;letter-spacing:2px;font-weight:600;margin:0;text-transform:uppercase}.chevron{transition:transform .3s ease}.filter-group.active .chevron{transform:rotate(180deg)}.filter-list{margin-top:12px}.filter-list label span{font-size:14px;color:#666}.filter-list label:hover span{color:#000}.filter-item{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:14px;color:#555;cursor:pointer}.filter-item input{width:16px;height:16px;cursor:pointer}.filter-item.active{color:#111;font-weight:500}.color-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.color-swatch{width:100%;aspect-ratio:1 / 1;cursor:pointer;border:1px solid transparent;transition:border .2s ease}.toggle-row{display:flex;align-items:center;justify-content:space-between}.toggle-label{font-size:14px;color:#4b4b4b}.toggle{width:38px;height:20px;background:#ddd;border-radius:20px;position:relative;cursor:pointer;transition:background .2s ease}.toggle:after{content:"";position:absolute;width:16px;height:16px;background:#fff;top:2px;left:2px;border-radius:50%;transition:transform .25s ease}.toggle.active{background:#111}.toggle.active:after{transform:translate(18px)}.price-range{width:100%;margin-top:12px}.price-inputs{display:flex;align-items:center;gap:12px;margin-top:14px}.price-inputs input{width:100%;padding:10px;border:1px solid #ddd;background:#fff;font-size:14px}.filter-footer{padding:22px 26px;border-top:1px solid #e6e6e6}#applyFilters{width:100%;padding:16px;background:linear-gradient(to right,#111,#222);color:#fff;border:none;font-size:12px;letter-spacing:.22em;text-transform:uppercase;cursor:pointer}.filter-header-actions{display:flex;align-items:center;gap:14px}.clear-btn{background:none;border:none;font-size:11px;letter-spacing:.08em;text-transform:uppercase;text-decoration:underline;text-underline-offset:2px;color:#999;cursor:pointer;padding:0}.clear-btn:hover{color:#111}.filter-group:not(.active) .filter-list{display:none}.filter-count{color:#999;margin-left:2px}.color-swatch{position:relative}.color-swatch.active:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:2px solid #111;pointer-events:none}.price-slider{position:relative;height:20px;margin-bottom:14px}.price-range-track{position:absolute;top:50%;left:0;right:0;height:3px;background:#ddd;transform:translateY(-50%)}.price-range-fill{position:absolute;top:0;height:100%;background:#111}.price-thumb{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);margin:0;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none}.price-thumb::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #111;cursor:pointer;box-shadow:0 1px 3px #0003}.price-thumb::-moz-range-thumb{pointer-events:auto;width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #111;cursor:pointer;box-shadow:0 1px 3px #0003}.price-thumb::-webkit-slider-runnable-track{background:transparent}.price-thumb::-moz-range-track{background:transparent}.product-card[data-filtered-out]{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/10/assets/02-product-grid.css.map */
