:root{--product-image-hover-scale:1.05;--product-image-hover-in-duration:450ms;--product-image-hover-out-duration:900ms;--product-image-hover-easing:cubic-bezier(0.22,1,0.36,1)}.product-card-image-zoom{position:absolute;inset:0;overflow:hidden;transform:scale(1);transform-origin:center center;z-index:0}.product-card-image-zoom .masterpiece-card__image,.product-card-image-zoom .product-by-category-image{width:100%!important;height:100%!important}@media (hover:hover){.product-card-image-zoom{transition:transform var(--product-image-hover-out-duration) var(--product-image-hover-easing)}.masterpiece-card:focus-within .product-card-image-zoom,.masterpiece-card:hover .product-card-image-zoom,.product-listing-card:focus-within .product-card-image-zoom,.product-listing-card:hover .product-card-image-zoom{transform:scale(var(--product-image-hover-scale));transition-duration:var(--product-image-hover-in-duration)}.product-listing-card:focus-within,.product-listing-card:hover{transform:none;box-shadow:0 12px 32px hsla(33,46%,69%,.08);border-color:hsla(33,46%,69%,.55)}.masterpiece-card:focus-within .masterpiece-card__media,.masterpiece-card:hover .masterpiece-card__media{border-color:rgba(201,168,76,.5);box-shadow:0 10px 28px rgba(61,43,16,.1)}}@media (prefers-reduced-motion:reduce){.product-card-image-zoom{transition:none!important;transform:none!important}}