.product-categories{padding:0;margin:0;background-color:#f3f3f3}.product-categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem}.product-category-item{display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease;text-decoration:none;color:inherit;cursor:pointer;position:relative;z-index:1}.product-category-item:hover{animation:wiggle .6s ease-in-out;text-decoration:none;color:inherit}.product-category-item:active{transform:scale(.98)}@keyframes wiggle{0%,to{transform:rotate(0)}20%{transform:rotate(-12deg)}40%{transform:rotate(12deg)}60%{transform:rotate(-4deg)}80%{transform:rotate(4deg)}}.product-category-image{width:100%;max-width:200px;height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:15px;overflow:hidden}.category-image{width:100%;height:100%;object-fit:contain;border-radius:15px;transition:transform .3s ease}.product-category-title{font-size:1.5rem;font-weight:600;color:#333;margin:0;padding:0;line-height:1.4}@media screen and (max-width: 989px){.product-categories-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.product-category-image{max-width:150px;height:150px}.product-category-title{font-size:1.3rem}}@media screen and (max-width: 749px){.product-categories-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.product-category-image{max-width:120px;height:120px;margin-bottom:.8rem}.product-category-title{font-size:1.2rem}}@media screen and (max-width: 480px){.product-categories-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.product-category-image{max-width:100px;height:100px;margin-bottom:.5rem}.product-category-title{font-size:1rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-product-categories.css.map */
