@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes anim-fade-in{0%{opacity:0}to{opacity:1}}@keyframes anim-fade-out{0%{opacity:1}to{opacity:0}}@keyframes anim-fade-up{0%{opacity:0;transform:translate3d(0,var(--anim-translate-y,1.5rem),0)}to{opacity:1;transform:translateZ(0)}}.product-category-card{height:25rem}@media(max-width:767.98px){.product-category-card{max-width:20.5625rem;width:100%}}@media(max-width:991.98px){.product-category-card .product-category-card__img{opacity:.2}.product-category-card .product-category-card__description{opacity:1}}.product-category-card__overlay{background:linear-gradient(180deg,color-mix(in srgb,var(--color-blue),transparent 75%) 0,var(--color-blue) 100%);opacity:1}.product-category-card__arrow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none'%3E%3Cpath fill='%23fff' d='M.808 8.777a1 1 0 0 0 1.414 1.415l-.707-.708zM11 1a1 1 0 0 0-1-1H1a1 1 0 1 0 0 2h8v8a1 1 0 1 0 2 0zM1.515 9.484l.707.707 8.485-8.485L10 1 9.293.292.808 8.777z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:.6875rem;transition:transform .2s ease-in-out;width:.6875rem}.product-category-card__img{bottom:0;mix-blend-mode:luminosity;position:absolute;right:0;transition:opacity .2s ease-in-out;width:100%;z-index:1}.product-category-card__description{opacity:0;transition:opacity .2s ease-in-out}.product-category-card__description p:last-child{margin-bottom:0}.product-category-card:focus-visible .product-category-card__overlay,.product-category-card:hover .product-category-card__overlay{opacity:1}.product-category-card:focus-visible .product-category-card__img,.product-category-card:hover .product-category-card__img{opacity:.1}.product-category-card:focus-visible .product-category-card__arrow,.product-category-card:hover .product-category-card__arrow{transform:rotate(45deg)}.product-category-card:focus-visible .product-category-card__description,.product-category-card:hover .product-category-card__description{opacity:1}