.productsList{width:100%;flex:1}.productsList__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2.2rem}@media(max-width:1240px)and (min-width:1024px){.productsList__cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.productsList__cards{grid-template-columns:1fr 1fr;gap:32px 12px}}.product-card{width:100%}.product-card__image{height:32.5rem;width:100%;overflow:hidden;border-radius:22px;position:relative;background:linear-gradient(90deg,#f2f2f2,#e6e6e6 50%,#f2f2f2);background-size:200% 100%;animation:skeleton-smooth 1.4s linear infinite}@media(max-width:768px){.product-card__image{min-height:150px;height:auto;aspect-ratio:9/13;border-radius:16px}}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card__image--empty{display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.5);font-size:.875rem}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__title{margin-top:1.25rem;font-weight:700;font-size:1.25rem;line-height:1.5;letter-spacing:-.03em;color:#000;word-break:break-all}.product-card__meta{margin-top:.625rem;display:flex;flex-direction:column;gap:.5rem}.product-card__meta-item{font-weight:500;font-size:.875rem;line-height:1.3;letter-spacing:-.03em;color:var(--color-text-secondary);display:flex;gap:.5rem}.product-card__meta-label{font-weight:600}.product-card.skeleton .product-card__image,.product-card.skeleton .product-card__meta-item,.product-card.skeleton .product-card__title{color:rgba(0,0,0,0);background:linear-gradient(90deg,#f2f2f2,#e6e6e6 50%,#f2f2f2);background-size:200% 100%;animation:skeleton-smooth 1.4s linear infinite;border-radius:22px}@keyframes skeleton-smooth{0%{background-position:200% 0}to{background-position:-200% 0}}.products-pagination{margin:5.75rem 0 0;display:flex;align-items:center;justify-content:flex-start;gap:1rem}@media(max-width:768px){.products-pagination{justify-content:center}}