@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-card{background:#fffefc;flex-direction:column;min-width:0;height:100%;display:flex;position:relative;overflow:hidden}@media (hover:hover){.product-card:hover .product-card__image--hover{opacity:1;transform:scale(1.05)}}.product-card__image-container,.product-card__image-link{aspect-ratio:var(--aspect-ratio);overflow:hidden}.product-card__image-container{position:relative}.product-card__image-link{display:block;overflow:hidden}.product-card__image-link.product-card__image-link--hover{position:relative}.product-card__image-link.product-card__image-link--hover .image-snippet,.product-card__image-link.product-card__image-link--hover .product-card__image{object-fit:contain;width:100%;height:100%;display:block;position:absolute;inset:0}.product-card__image-link.product-card__image-link--carousel .swiper{z-index:1;padding:0}.product-card__image-link.product-card__image-link--carousel .swiper .swiper-pagination.swiper-pagination-progressbar{max-width:calc(100% - 200px);height:1.5px;transform:unset;background:#1b1b1933;bottom:24px;left:100px;right:100px}.product-card__image-link.product-card__image-link--carousel .swiper .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#1b1b19}.product-card__background{opacity:.7;position:absolute;inset:0}.product-card__image{transition:opacity .333s ease-in-out,transform .333s ease-in-out}.product-card__image.product-card__image--hover{opacity:0}.product-card__offer-msg{text-align:center;background:var(--bg,#fff);color:var(--color);padding:8px;font-size:12px;line-height:1.5;position:relative}@media screen and (width>=1024px){.product-card__offer-msg{z-index:99;order:999}}.product-card__info{flex-direction:column;flex:1;justify-content:space-between;gap:16px;padding:16px;display:flex}@media screen and (width>=1024px){.product-card__info{gap:24px;padding:24px}}.product-card__meta{text-align:center;flex-direction:column;gap:8px;display:flex}.product-card__title a{text-decoration:none}.product-card__title strong{font-weight:500}.product-card__subtitle{font-size:14px;line-height:1.5}