.collection-grid-section{background-color:var(--grid-bg-color, #ffffff);padding:3rem 0 5rem}.collection-grid-container{max-width:1400px;margin:0 auto;padding:0 2rem}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:1rem}.filter-toggle-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-family:DM Sans,sans-serif;font-size:.9375rem;font-weight:500;color:var(--grid-text-color, #0a2540);cursor:pointer;transition:all .3s ease}.filter-toggle-btn:hover{border-color:var(--grid-accent-color, #0891b2);color:var(--grid-accent-color, #0891b2)}.filter-toggle-btn svg{transition:transform .3s ease}.sort-dropdown{display:flex;align-items:center;gap:.5rem;font-family:DM Sans,sans-serif}.sort-dropdown label{font-size:.9375rem;color:#64748b}.sort-dropdown select{padding:.75rem 2.5rem .75rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-family:DM Sans,sans-serif;font-size:.9375rem;color:var(--grid-text-color, #0a2540);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;transition:all .3s ease}.sort-dropdown select:hover{border-color:var(--grid-accent-color, #0891b2)}.sort-dropdown select:focus{outline:none;border-color:var(--grid-accent-color, #0891b2);box-shadow:0 0 0 3px #0891b21a}.view-toggle{display:flex;gap:.5rem;padding:.25rem;background:#f1f5f9;border-radius:8px}.view-btn{padding:.5rem;background:transparent;border:none;border-radius:6px;color:#64748b;cursor:pointer;transition:all .3s ease}.view-btn:hover{background:#fff;color:var(--grid-accent-color, #0891b2)}.view-btn.active{background:#fff;color:var(--grid-accent-color, #0891b2);box-shadow:0 2px 4px #0000000d}.collection-content-wrapper{display:grid;grid-template-columns:280px 1fr;gap:2rem}.collection-filters{position:sticky;top:2rem;height:fit-content;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.filters-header h3{font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:600;color:var(--grid-text-color, #0a2540);margin:0}.filters-close{display:none;width:32px;height:32px;background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;transition:color .3s ease}.filters-close:hover{color:var(--grid-text-color, #0a2540)}.filter-group{margin-bottom:1.5rem}.filter-title{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;color:var(--grid-text-color, #0a2540);margin:0 0 .75rem}.filter-options{display:flex;flex-direction:column;gap:.5rem}.filter-option{display:flex;align-items:center;gap:.5rem;font-family:DM Sans,sans-serif;font-size:.9375rem;color:#475569;cursor:pointer;transition:color .3s ease}.filter-option:hover{color:var(--grid-text-color, #0a2540)}.filter-option input[type=checkbox]{width:18px;height:18px;border:2px solid #cbd5e1;border-radius:4px;cursor:pointer;accent-color:var(--grid-accent-color, #0891b2)}.filter-apply-btn{width:100%;padding:.875rem;background:var(--grid-accent-color, #0891b2);color:#fff;border:none;border-radius:8px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.5rem}.filter-apply-btn:hover{background:#0e7490;transform:translateY(-2px);box-shadow:0 8px 16px #0891b233}.collection-products{min-width:0}.products-grid{display:grid;gap:2rem;margin-bottom:3rem}.products-grid.grid-2{grid-template-columns:repeat(2,1fr)}.products-grid.grid-3{grid-template-columns:repeat(3,1fr)}.products-grid.grid-4{grid-template-columns:repeat(4,1fr)}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease;animation:fadeInUp .6s ease-out backwards}.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:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001a;border-color:var(--grid-accent-color, #0891b2)}.product-link{text-decoration:none;color:inherit;display:block}.product-image-wrapper{position:relative;width:100%;padding-bottom:100%;background:#f8fafc;overflow:hidden}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#cbd5e1}.product-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;border-radius:6px;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;z-index:2}.sale-badge{background:#ef4444;color:#fff}.new-badge{background:#10b981;color:#fff}.product-info{padding:1.5rem}.product-vendor{font-family:DM Sans,sans-serif;font-size:.8125rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.product-title{font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.4;color:var(--grid-text-color, #0a2540);margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-description{font-family:DM Sans,sans-serif;font-size:.9375rem;line-height:1.6;color:#64748b;margin:0 0 1rem}.product-price{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.price-regular,.price-sale{font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;color:var(--grid-text-color, #0a2540)}.price-sale{color:#ef4444}.price-compare{font-family:DM Sans,sans-serif;font-size:1rem;color:#94a3b8;text-decoration:line-through}.quick-add-btn{width:100%;padding:.875rem;background:var(--grid-accent-color, #0891b2);color:#fff;border:none;border-radius:8px;font-family:DM Sans,sans-serif;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease}.quick-add-btn:hover{background:#0e7490;transform:translateY(-2px)}.empty-collection{grid-column:1 / -1;text-align:center;padding:4rem 2rem}.empty-collection svg{color:#cbd5e1;margin-bottom:1.5rem}.empty-collection h3{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:600;color:var(--grid-text-color, #0a2540);margin:0 0 .5rem}.empty-collection p{font-family:DM Sans,sans-serif;font-size:1rem;color:#64748b;margin:0 0 1.5rem}.return-btn{display:inline-flex;padding:.875rem 1.5rem;background:var(--grid-accent-color, #0891b2);color:#fff;text-decoration:none;border-radius:8px;font-family:DM Sans,sans-serif;font-weight:600;transition:all .3s ease}.return-btn:hover{background:#0e7490;transform:translateY(-2px)}.collection-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem}.pagination-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#fff;color:var(--grid-text-color, #0a2540);border:1px solid #e2e8f0;border-radius:8px;text-decoration:none;font-family:DM Sans,sans-serif;font-weight:500;transition:all .3s ease}.pagination-btn:hover{border-color:var(--grid-accent-color, #0891b2);color:var(--grid-accent-color, #0891b2)}.pagination-info{font-family:DM Sans,sans-serif;color:#64748b}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.collection-content-wrapper{grid-template-columns:1fr}.collection-filters{position:fixed;top:0;left:-100%;width:320px;height:100vh;z-index:1000;overflow-y:auto;box-shadow:2px 0 8px #0000001a}.collection-filters.active{left:0}.filters-close{display:block}.products-grid.grid-4{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.collection-grid-section{padding:2rem 0 3rem}.collection-toolbar,.toolbar-right{flex-wrap:wrap}.products-grid.grid-3,.products-grid.grid-4{grid-template-columns:repeat(2,1fr);gap:1.5rem}.view-toggle{display:none}}@media(max-width:480px){.products-grid{grid-template-columns:1fr;gap:1.5rem}.collection-pagination{flex-direction:column}.sort-dropdown{flex-direction:column;align-items:flex-start;width:100%}.sort-dropdown select{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-collection-grid.css.map */
