.collection-products{padding:30px 0 80px;background:var(--white)}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:15px 20px;background:var(--light);border-radius:8px;border:1px solid var(--border)}.product-count{font-size:14px;font-weight:600;color:var(--gray)}.collection-sort{display:flex;align-items:center;gap:10px}.collection-sort label{font-size:14px;font-weight:700;color:var(--text)}.collection-sort select{padding:8px 30px 8px 12px;font-size:14px;font-weight:600;border:1px solid var(--border);border-radius:4px;background:var(--white);color:var(--text);cursor:pointer;outline:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.collection-sort select:focus{border-color:var(--primary)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media(max-width:768px){.collection-products{padding:60px 0}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:480px){.collection-products{padding:40px 0}.products-grid{grid-template-columns:1fr;gap:15px}}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:60px}.pagination-btn,.pagination-num{padding:12px 20px;background:var(--white);border:2px solid var(--border);border-radius:4px;text-decoration:none;color:var(--text);font-weight:600;transition:all .3s;min-width:44px;text-align:center}.pagination-btn:hover,.pagination-num:hover,.pagination-num.active{background:var(--primary);color:#fff;border-color:var(--primary)}
/*# sourceMappingURL=/cdn/shop/t/12/assets/collection.css.map */
