.category-carousel{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.category-carousel .slick-slider{position:relative}.category-carousel .slick-slider .arrow-left,.category-carousel .slick-slider .arrow-right{position:absolute;top:50%;cursor:pointer;z-index:1}.category-carousel .slick-slider .arrow-left{left:-16px}.category-carousel .slick-slider .arrow-right{right:-16px}.category-carousel .slick-slide>div{display:flex;justify-content:center}.category-carousel .ProductCard{width:370px;min-height:515px;border-radius:10px;text-align:center;display:flex;flex-direction:column;align-items:center;padding:24px 36px;position:relative}.category-carousel .ProductCard img{min-height:50%;max-width:100%;-o-object-fit:cover;object-fit:cover}.category-carousel .ProductCard .product-name{font-size:28px;font-weight:700;margin-bottom:10px}.category-carousel .ProductCard .dietary-tag{padding:.2rem .5rem;border-radius:20px;font-size:11px;color:initial}.category-carousel .ProductCard .dietary-tag--vegan{background-color:#bdd169}.category-carousel .ProductCard .dietary-tag--gluten-free{background-color:#ffe96e}.category-carousel .ProductCard .dietary-tag--dairy-free{background-color:#f0f0f0}.category-carousel .ProductCard .product-description{font-size:16px}.category-carousel .ProductCard .button-backdrop{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;display:grid;place-items:center;border-radius:10px;transition:opacity .3s ease-in-out;background:rgba(0,0,0,.3)}.category-carousel .ProductCard .button-backdrop button{pointer-events:none;width:70%}@media(min-width:768px){.category-carousel .ProductCard:hover .button-backdrop{opacity:1}.category-carousel .ProductCard:hover .button-backdrop button{pointer-events:unset}}@media(max-width:768px){.category-carousel .ProductCard.active .button-backdrop{opacity:1}.category-carousel .ProductCard.active .button-backdrop button{pointer-events:unset}.category-carousel .ProductCard img{min-height:unset}}