/* /Public/CSS/Templates/ProductCategories.css */
.products-categories{display:grid;grid-gap:var(--items-gutter);contain:style layout}@media(max-width:411px){.products-categories{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media(min-width:412px) and (max-width:959px){.products-categories{grid-template-columns:repeat(auto-fill,minmax(175px,1fr))}}@media(min-width:960px){.products-categories{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.products-categories__item{container:products-category/inline-size}.products-categories__item>.products-category{min-height:100%}.products-category{border-radius:var(--border-radius);display:flex;justify-content:center;align-items:flex-end;padding:7cqw;overflow:hidden}a.products-category:hover{box-shadow:2px 4px 12px rgba(0,0,0,.14)}.products-category__bg{position:absolute;inset:0;background:#fff 50%/cover no-repeat}.products-category:not(:hover) .products-category__bg{filter:saturate(.5)}.products-category__title{font-weight:600;font-size:clamp(.75rem,9.87cqw,1.125rem);letter-spacing:1px;line-height:1;text-align:center;padding:.5em 1em;border-radius:50px;background:var(--theme-orange);color:#fff;transition:transform .25s linear}a.products-category:hover .products-category__title{transform:scale(1.2,1.2)}
