.products-grid{width:100%;display:grid;grid-template-columns:1fr;gap:var(--spacing-3, 16px)}.products-grid .column:nth-child(1) .img-wrapper{height:100%}.products-grid .column:nth-child(1) .img-wrapper .info-wrapper{width:100%}.products-grid .column{gap:var(--spacing-3, 16px)}.column{display:flex;flex-direction:column}.img-wrapper{display:flex;height:100%;position:relative;overflow:hidden;border-radius:var(--spacing-3, 16px)}.info-wrapper{width:100%;display:flex;padding:var(--spacing-4, 32px);position:absolute;bottom:0;background-color:#1b3240b2;border-radius:0 0 var(--spacing-3, 16px) var(--spacing-3, 16px)}.info-wrapper .info{width:100%;display:flex;flex-direction:column;gap:var(--spacing-3)}.img-wrapper__img,.img-wrapper__mobile-img{border-radius:var(--spacing-3, 16px);transition:2s cubic-bezier(.075,.82,.165,1)}.img-wrapper:hover .img-wrapper__img,.img-wrapper:hover .img-wrapper__mobile-img{transform:scale(1.1)}.img-wrapper__mobile-img{display:flex;width:100%}.img-wrapper__img{display:none;width:100%;height:auto}.column .img-wrapper{display:flex;height:100%;position:relative}@media screen and (min-width:990px){.products-grid{grid-template-columns:1fr 1fr}.img-wrapper__img{display:flex}.img-wrapper__mobile-img{display:none}.column .img-wrapper{height:100%;max-height:289px}.info-wrapper{max-width:50%;border-radius:0 0 0 var(--spacing-3, 16px)}.img-wrapper--big{min-height:100%;max-height:593px}.column:nth-child(1) .img-wrapper.img-wrapper--big .info-wrapper{max-width:512px}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/section-products-grid.css.map */
