.product-info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 auto}.product-info-card{position:relative;width:100%;overflow:hidden;border-radius:4px;aspect-ratio:16 / 9;box-sizing:border-box;background:#fff}.product-info-card img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.product-info-card h2{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;padding:3%;color:#fff;text-align:center;font-size:16px;font-weight:700;z-index:2;text-shadow:2px 2px 4px rgba(0,0,0,.7);white-space:normal;word-wrap:break-word;line-height:1.4;box-sizing:border-box;width:100%}.product-info-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;z-index:1}.product-info-card:hover{transform:scale(1.05);box-shadow:0 8px 16px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.product-info-card h2{transition:color .3s ease,text-shadow .3s ease}.product-info-card:hover h2{text-shadow:3px 3px 6px rgba(0,0,0,.8)}.product-info-card:hover:before{background-color:#0009;transition:background-color .3s ease}@media screen and (max-width: 767px){.product-info-cards{grid-template-columns:repeat(2,1fr);gap:8px}.product-info-card h2{font-size:14px}}@media screen and (min-width: 768px) and (max-width: 1023px){.product-info-cards{grid-template-columns:repeat(2,1fr);gap:10px}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/component-custom-product-info.css.map */
