.pagination{display:flex;align-items:center;gap:6px;list-style:none;padding:0;margin:20px 0;justify-content:center;flex-wrap:wrap}.pagination .page-item{min-width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;font-size:14px;transition:all 0.2s ease;user-select:none}.pagination .page-item:hover{background:#f3f4f6;border-color:#d1d5db}.pagination .page-item.active{background:#111827;color:#fff;border-color:#111827;font-weight:600}.pagination .page-item.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.pagination .page-item svg{width:16px;height:16px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:30px;width:100%}.single-product-card>*{text-decoration:none!important}.single-product-wraper{width:100%;text-decoration:none!important;max-width:320px}.single-product-card{width:100%;background:#fff;border-radius:10px;border:1px solid #f0f0f0;transition:0.25s;position:relative;overflow:hidden;cursor:pointer;height:100%}.single-product-card:hover{box-shadow:0 4px 12px rgb(0 0 0 / .05);transform:translateY(-2px)}.single-product-card .product-flags{position:absolute;top:10px;left:10px;z-index:5;display:flex;flex-direction:column;gap:6px}.single-product-card .product-flags svg{width:40px;height:40px;padding:4px;border-radius:12px;background:rgb(255 255 255 / .95);backdrop-filter:blur(10px);border:1px solid rgb(0 0 0 / .06);box-shadow:0 4px 12px rgb(0 0 0 / .08);transition:0.25s}.single-product-card:hover .product-flags svg{transform:translateX(2px)}.single-product-card .product-image{width:100%;height:320px;overflow:hidden;background:#f5f5f5}.single-product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:0.3s}.single-product-card:hover .product-image img{transform:scale(1.05)}.single-product-card .product-details{padding:14px}.single-product-card .product-title{font-size:15px;font-weight:600;margin-bottom:4px;color:var(--text-color)}.single-product-card .product-colors{display:flex;align-items:center;gap:6px;margin-bottom:8px;flex-wrap:wrap}.single-product-card .product-colors .color{width:14px;height:14px;border-radius:50%;border:1px solid #ddd}.single-product-card .product-colors .color-count{font-size:12px;color:#777}.single-product-card .text-muted,.single-product-card .product-sizes{font-size:12px;color:#666;margin-bottom:8px;display:block}.single-product-card .price-info{display:flex;flex-direction:column;gap:4px}.single-product-card .price-info .text-muted{color:var(--bs-primary)!important}.single-product-card .product-price{font-size:16px;font-weight:600;color:var(--bs-success)!important}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.products-grid .single-product-card{max-width:100%;min-width:0}.single-product-card .product-image{height:240px}}@media(max-width:480px){.single-product-card .product-tag{padding:4px 6px;font-size:8px}.single-product-card .product-image{height:auto;object-fit:contain}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.products-grid .single-product-card{width:100%;max-width:100%;min-width:0}.single-product-card .product-image{height:180px}.single-product-card .product-details{padding:10px}.single-product-card .product-title{font-size:13px}}.products-filters-sidebar{width:100%;max-width:320px;background:#fff;padding:24px;border-radius:12px;border:1px solid rgb(33 37 41 / .1);height:fit-content;position:sticky;top:160px}.products-filters-sidebar .sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid var(--primary-color)}.products-filters-sidebar .filter-group{margin-bottom:12px;border-bottom:1px solid #f0f0f0}.products-filters-sidebar .filter-group:last-child{margin-bottom:0;border-bottom:none}.products-filters-sidebar .filter-group .filter-group-header{display:flex;justify-content:space-between;align-items:center;padding:15px 0;cursor:pointer}.products-filters-sidebar .filter-group .filter-title{color:var(--heading-color);font-size:.95rem;font-weight:700;margin:0}.products-filters-sidebar .filter-group .arrow{width:8px;height:8px;border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);transform:rotate(45deg);transition:0.2s ease}.products-filters-sidebar .filter-group.active .arrow{transform:rotate(-135deg);margin-top:5px}.products-filters-sidebar .filter-group .filter-content{max-height:0;overflow:hidden;transition:all 0.2s ease-out;opacity:0;overflow:auto}.products-filters-sidebar .filter-group:last-child .filter-content{padding-bottom:0px!important}.products-filters-sidebar .filter-group.active .filter-content{max-height:390px;padding-bottom:20px;opacity:1}.products-filters-sidebar .filter-content .price-input-container{display:flex;align-items:center;gap:8px}.products-filters-sidebar .filter-content .price-separator{color:var(--text-muted);font-size:.8rem}.products-filters-sidebar .filter-content .filter-options{display:flex;flex-direction:column;gap:8px}.products-filters-sidebar .filter-content .filter-item{display:flex;align-items:center;cursor:pointer;justify-content:space-between;padding:4px 0}.products-filters-sidebar .filter-content .item-name{flex-grow:1;font-size:.95rem}.products-filters-sidebar .filter-content .filter-qty{color:var(--text-muted);font-size:.8rem;font-weight:600}.sidebar-toggle-btn{display:none}@media(max-width:1024px){.sidebar-toggle-btn{display:block!important}.products-filters-sidebar{position:absolute;z-index:999;top:0;box-shadow:0 4px 12px rgb(0 0 0 / .05);display:none}.products-filters-sidebar.active{display:block}}@media(max-width:480px){.products-filters-sidebar{padding:14px;border-radius:8px}.products-filters-sidebar .filter-group .filter-title{font-size:.85rem}.products-filters-sidebar .filter-content .item-name{font-size:.85rem}}@media screen and (max-width:394px){.products-filters-sidebar{max-width:280px}}.all-products-wrapper{padding-inline:var(--global-padding);position:relative;display:flex;gap:30px}.all-products-wrapper .all-products-wraper{flex:1}@media(max-width:480px){.all-products-wrapper{padding-inline:12px}}