.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%/2,max(180px,100%/var(--products-per-row-desktop))),1fr));row-gap:32px;column-gap:var(--gap, 0px);transition:opacity .45s ease}.product-grid>product-card{min-width:180px;width:100%;margin:0 auto}@media (max-width: 767px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%/1,max(180px,100%/var(--products-per-row-mobile))),1fr))}}@media (max-width: 1024px){.product-grid{--columns: max(calc(var(--products-per-row-desktop) - var(--products-per-row-mobile) + 1), 1);grid-template-columns:repeat(auto-fit,minmax(min(100%/1,max(180px,100%/max(calc(var(--products-per-row-desktop) - var(--products-per-row-mobile) + 1),1))),1fr))}}@media (max-width: 916px){.product-grid product-card .product-card__scent-family:has(>:nth-child(3):last-child) .product-card__scent-family__item{font-size:.65rem}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/style/product_grid.css.map */
