.category-cards-wrapper,.cpg-category-cards{display:grid;grid-template-columns:repeat(var(--cc-columns,var(--cpg-columns,5)),1fr);gap:24px;padding:20px 0;box-sizing:border-box}.category-cards-wrapper .category-card,.cpg-category-cards .cpg-card{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .06);transition:transform 0.3s ease,box-shadow 0.3s ease}.category-cards-wrapper .category-card:hover,.cpg-category-cards .cpg-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px rgb(0 0 0 / .12)}.category-cards-wrapper .category-card__image,.cpg-category-cards .cpg-card .cpg-card__image{position:relative;aspect-ratio:3/2;overflow:hidden;background:#f5f5f5}.category-cards-wrapper .category-card__image img,.cpg-category-cards .cpg-card .cpg-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.category-cards-wrapper .category-card:hover .category-card__image img,.cpg-category-cards .cpg-card:hover .cpg-card__image img{transform:scale(1.05)}.category-cards-wrapper .category-card__count,.cpg-category-cards .cpg-card .cpg-card__count{position:absolute;top:12px;right:12px;min-width:28px;height:28px;padding:0 8px;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0 / .7);color:#fff;font-size:13px;font-weight:500;border-radius:14px;backdrop-filter:blur(4px);box-sizing:border-box}.category-cards-wrapper .category-card__title,.cpg-category-cards .cpg-card .cpg-card__title{margin:0;padding:16px;font-size:16px;font-weight:600;text-align:center;line-height:1.4;color:#333;background:#fff}.category-cards-wrapper .category-cards-error,.cpg-category-cards .cpg-cards-error{padding:20px;text-align:center;color:#999;grid-column:1 / -1}@media (max-width:1024px){.category-cards-wrapper,.cpg-category-cards{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:640px){.category-cards-wrapper,.cpg-category-cards{grid-template-columns:1fr;gap:16px}.category-cards-wrapper .category-card__title,.cpg-category-cards .cpg-card .cpg-card__title{font-size:15px;padding:14px}}