.catalog-page,.catalog-section{background:#fff;margin-top:40px;padding:40px 0}.catalog-page .container,.catalog-section .container{margin:0 auto;padding:0 20px}.catalog-page .page-title,.catalog-section .page-title{font-size:32px;font-weight:700;color:#333;margin:0}.catalog-page .filter-sort-section,.catalog-section .filter-sort-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding:20px 0;border-bottom:1px solid #e5e5e5}.catalog-page .filter-section,.catalog-section .filter-section,.catalog-page .sort-section,.catalog-section .sort-section{display:flex;align-items:center;gap:15px}.catalog-page .filter-label,.catalog-page .sort-label,.catalog-section .filter-label,.catalog-section .sort-label{font-size:14px;color:#666;font-weight:500}.catalog-page .filter-dropdown,.catalog-page .sort-dropdown,.catalog-section .filter-dropdown,.catalog-section .sort-dropdown{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:14px;color:#333;cursor:pointer;transition:border-color .2s ease}.catalog-page .filter-dropdown:hover,.catalog-page .sort-dropdown:hover,.catalog-section .filter-dropdown:hover,.catalog-section .sort-dropdown:hover{border-color:#999}.catalog-page .filter-dropdown:focus,.catalog-page .sort-dropdown:focus,.catalog-section .filter-dropdown:focus,.catalog-section .sort-dropdown:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 2px #2c5aa01a}.catalog-page .product-count,.catalog-section .product-count{font-size:14px;color:#666}.pagination{margin:32px 0 10px;display:flex;flex-direction:column;gap:14px;align-items:center}.pagination-list{list-style:none;padding:0;margin:0;display:flex;gap:10px}.pagination-list li a,.pagination-list li span{display:inline-block;padding:8px 14px;border:1px solid #e6e8ee;border-radius:10px;background:#fff;color:#2d2d2d;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.pagination-list li a:hover{background:#f5f7fb;border-color:#cfd7ee;color:#234a86}.pagination-list li.is-current span{background:#2c5aa0;color:#fff;border-color:#2c5aa0;box-shadow:0 2px 8px #2c5aa040}.pagination-list li.is-current span:hover{background:#2c5aa0;color:#fff}.pagination-list li.disabled span{opacity:.5;cursor:not-allowed}.pagination-list li.gap span{border:none;background:transparent}.pagination-jump{display:flex;align-items:center;gap:10px;color:#666}.pagination-jump input[type=number]{width:70px;padding:6px 10px;border:1px solid #e1e4ec;border-radius:8px}.pagination-jump button{padding:8px 14px;border:1px solid #2c5aa0;background:#2c5aa0;color:#fff;border-radius:8px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.pagination-jump button:hover{background:#234a86;border-color:#234a86;box-shadow:0 2px 8px #234a8640}.pagination-list a:focus-visible,.pagination-jump input[type=number]:focus-visible,.pagination-jump button:focus-visible{outline:none;box-shadow:0 0 0 3px #2c5aa033}@media (max-width: 480px){.pagination-list{flex-wrap:wrap;justify-content:center}}.catalog-page .products-grid,.catalog-section .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:28px}.catalog-page .product-card-link,.catalog-section .product-card-link{text-decoration:none;color:inherit;display:block;transition:transform .15s ease;pointer-events:auto;cursor:pointer;position:relative;z-index:10}.catalog-page .product-card-link,.catalog-section .product-card-link{pointer-events:auto}.catalog-page .product-card-link:active,.catalog-section .product-card-link:active{transform:scale(.98)}.catalog-page .product-card,.catalog-section .product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;position:relative;z-index:1}.catalog-page .product-card-link:hover .product-card,.catalog-section .product-card-link:hover .product-card{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.catalog-page .product-image-container,.catalog-section .product-image-container{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f6f7fb;display:flex;align-items:center;justify-content:center}.catalog-page .product-image,.catalog-section .product-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block;transition:transform .3s ease}.catalog-page .product-card:hover .product-image,.catalog-section .product-card:hover .product-image{transform:none}.catalog-page .sold-out-badge,.catalog-section .sold-out-badge{position:absolute;bottom:10px;left:10px;background:#666;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;z-index:2}.catalog-page .sale-badge,.catalog-section .sale-badge{position:absolute;top:10px;right:10px;background:#e31837;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;z-index:2}.catalog-page .product-info,.catalog-section .product-info{padding:20px}.catalog-page .product-title,.catalog-section .product-title{font-size:16px;font-weight:600;color:#333;margin:0 0 10px;line-height:1.3}.catalog-page .product-price,.catalog-section .product-price{display:flex;align-items:center;gap:8px}.catalog-page .regular-price,.catalog-page .sale-price,.catalog-section .regular-price,.catalog-section .sale-price{font-size:16px;font-weight:600;color:#333}.catalog-page .original-price,.catalog-section .original-price{font-size:14px;color:#999;text-decoration:line-through}.catalog-page .sale-price,.catalog-section .sale-price{color:#e31837}@media (max-width: 768px){.catalog-page .filter-sort-section,.catalog-section .filter-sort-section{flex-direction:column;align-items:stretch;gap:16px}.catalog-page .filter-section,.catalog-page .sort-section,.catalog-section .filter-section,.catalog-section .sort-section{width:100%;justify-content:flex-start;gap:12px}.catalog-page .filter-dropdown,.catalog-page .sort-dropdown,.catalog-section .filter-dropdown,.catalog-section .sort-dropdown{width:100%}.catalog-page .products-grid,.catalog-section .products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.catalog-page .page-title,.catalog-section .page-title{font-size:28px}.catalog-page .product-image-container,.catalog-section .product-image-container{aspect-ratio:1 / 1}}@media (max-width: 480px){.catalog-page .products-grid,.catalog-section .products-grid{grid-template-columns:1fr}.catalog-page .filter-section,.catalog-page .sort-section,.catalog-section .filter-section,.catalog-section .sort-section{flex-direction:column;align-items:flex-start;gap:10px}.catalog-page .product-image-container,.catalog-section .product-image-container{aspect-ratio:1 / 1}}@media (min-width: 1200px){.catalog-page .products-grid,.catalog-section .products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:28px}}@media (max-width: 1024px) and (min-width: 769px){.catalog-page .products-grid,.catalog-section .products-grid{grid-template-columns:repeat(3,1fr);gap:20px}.catalog-page .product-image-container,.catalog-section .product-image-container{aspect-ratio:1 / 1}}.catalog-page .product-image.loading,.catalog-section .product-image.loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.catalog-page .product-card:focus,.catalog-section .product-card:focus{outline:2px solid #2c5aa0;outline-offset:2px}.catalog-page .filter-dropdown:focus,.catalog-page .sort-dropdown:focus,.catalog-section .filter-dropdown:focus,.catalog-section .sort-dropdown:focus{outline:2px solid #2c5aa0;outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/9/assets/catalog.css.map */
