.catalog-product-view .category-section{text-align:center;margin-bottom:3rem;margin-top:-1.5rem}.catalog-product-view .category-section .product-categories{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.catalog-product-view .category-section .product-categories .category-item{display:inline-block;padding:1.2rem 2.2rem;background:#262626;color:#fff;text-transform:uppercase;font-size:1.5rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease-in-out;box-shadow:0 2px 4px rgba(0,0,0,.2)}.catalog-product-view .category-section .product-categories .category-item:hover{background:#000;transform:scale(1.05);box-shadow:0 4px 8px rgba(0,0,0,.3)}