.garage-categories-block .header h2 .italic{font-style:italic;font-weight:600}.garage-categories-block .desktop-products-grid .product-card.fade-out{animation:fadeOutDown .4s cubic-bezier(.4,0,.6,1) forwards}.garage-categories-block .category-card.active{box-shadow:0 0 0 3px #35474f;transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.garage-categories-block .desktop-category-link-button-container{display:flex;justify-content:center;padding:30px 0 0;min-height:80px;opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.garage-categories-block .desktop-category-link-button-container.show{opacity:1;transform:translateY(0);text-align:center}@media (min-width:769px){.garage-categories-block .desktop-products-grid{display:grid!important;grid-template-columns:repeat(4,1fr);gap:25px}.garage-categories-block .desktop-products-grid .product-card{display:none;opacity:0;transform:translateY(30px) scale(.95)}.garage-categories-block .desktop-products-grid .product-card.visible{display:grid;animation:fadeInUpScale .6s cubic-bezier(.4,0,.2,1) forwards}}@media (min-width:769px) and (max-width:992px){.garage-categories-block .desktop-products-grid{grid-template-columns:repeat(2,1fr)!important}}@media (min-width:993px) and (max-width:1200px){.garage-categories-block .desktop-products-grid{grid-template-columns:repeat(3,1fr)!important}}