/*
Generated time: January 21, 2026 17:32
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.product-card-grid{display:flex;gap:15px;align-items:center;padding:20px;height:100%;color:var(--base-color)}.product-card-grid__image-holder{flex:0 0 auto;display:block;width:100%;max-width:128px;height:max-content}.product-card-grid .badge__container:not(:empty)+*{margin-top:8px}@media (max-width:992px){.product-card-grid__image-holder{width:96px}}.product-card__image>:not(:only-child){transition:opacity var(--duration-large) var(--animation-bezier)}.product-card__image:>:not(:only-child):first-child{opacity:1}.product-card__image>:not(:only-child):last-child{opacity:0}@media (min-width:993px){.product-card-grid:hover .product-card__image>:not(:only-child):first-child{opacity:0}.product-card-grid:hover .product-card__image>:not(:only-child):last-child{opacity:1}}