.shop-products{width:100%}.shop-products-header{margin-bottom:20px}.shop-products-header h2{font-size:24px;font-weight:600;color:#333}.shop-products-header h2 span{font-size:16px;color:#666;font-weight:400}.shop-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.shop-products-grid .product-name,.shop-products-grid .product-title,.shop-products-grid a,.shop-products-grid h2,.shop-products-grid p{text-decoration:none!important}.shop-products-loading{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.shop-products-empty{display:flex;justify-content:center;align-items:center;min-height:300px}.shop-products-pagination{margin-top:40px;display:flex;justify-content:center}.shop-products-pagination .ant-pagination{margin:0}.shop-products-pagination .ant-pagination .ant-pagination-item-active{font-weight:500}@media(max-width:768px){.shop-products-grid,.shop-products-loading{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.shop-products-pagination{margin-top:30px}}.shop-page{padding:20px 0}.shop-page-title{margin-bottom:20px;font-size:28px;font-weight:700;color:#333}.shop-page-content{display:grid;grid-template-columns:280px 1fr;gap:30px}.shop-product-skeleton .ant-skeleton{width:100%!important}.shop-page .product-title,.shop-page a,.shop-page h2,.shop-products-grid .product-title,.shop-products-grid a,.shop-products-grid h2{text-decoration:none!important}@media(max-width:768px){.shop-page-content{grid-template-columns:1fr}}