.products-with-image .pwi_wrapper{display:grid;grid-gap:16px}.products-with-image .pwi_wrapper .pwi_image-block{position:relative;display:flex;align-items:stretch;justify-content:center;border-radius:var(--border-radius)}@media screen and (min-width: 990px){.products-with-image .pwi_wrapper .pwi_image-block{grid-column:1/2;padding-bottom:unset}}.products-with-image .pwi_wrapper .pwi_image-block::after{content:"";padding-bottom:125%}@media screen and (min-width: 576px){.products-with-image .pwi_wrapper .pwi_image-block::after{padding-bottom:56.25%}}@media screen and (min-width: 990px){.products-with-image .pwi_wrapper .pwi_image-block::after{padding-bottom:unset}}.products-with-image .pwi_wrapper .pwi_image-item{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity var(--duration-default) ease;width:100%;height:100%;border-radius:var(--border-radius)}.products-with-image .pwi_wrapper .pwi_image-item img,.products-with-image .pwi_wrapper .pwi_image-item svg,.products-with-image .pwi_wrapper .pwi_image-item video{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:var(--border-radius);position:relative;z-index:-2}.products-with-image .pwi_wrapper .pwi_image-item.pwi_image-default{opacity:1}.products-with-image .pwi_wrapper .pwi_image-item.show{opacity:1;z-index:3}.products-with-image .pwi_wrapper .pwi_image-content{position:relative;z-index:5;width:100%;padding:3.2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;word-break:break-word}.products-with-image .pwi_wrapper .pwi_image-heading{margin-top:auto}.products-with-image .pwi_wrapper .pwi_image-description{margin-top:auto}.products-with-image .pwi_wrapper .pwi_image-description p{margin:0}.products-with-image .pwi_wrapper .pwi_products-block{display:grid;grid-auto-rows:auto;grid-gap:32px 16px}@media screen and (min-width: 990px){.products-with-image .pwi_wrapper .pwi_products-block{grid-column:2/3}}.products-with-image .pwi_wrapper .pwi_products-block .pwi_product-item{width:100%}.products-with-image .pwi_wrapper.two-per-row{grid-template-columns:1fr}@media screen and (min-width: 990px){.products-with-image .pwi_wrapper.two-per-row{grid-template-columns:repeat(2, 1fr)}}.products-with-image .pwi_wrapper.two-per-row .pwi_products-block{grid-template-columns:1fr}@media screen and (min-width: 576px){.products-with-image .pwi_wrapper.two-per-row .pwi_products-block{grid-template-columns:repeat(2, 1fr)}}.products-with-image .pwi_wrapper.three-per-row{grid-template-columns:1fr}@media screen and (min-width: 990px){.products-with-image .pwi_wrapper.three-per-row{grid-template-columns:.25fr .75fr}}.products-with-image .pwi_wrapper.three-per-row .pwi_products-block{grid-template-columns:1fr}@media screen and (min-width: 576px){.products-with-image .pwi_wrapper.three-per-row .pwi_products-block{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 990px){.products-with-image .pwi_wrapper.three-per-row .pwi_products-block{grid-template-columns:repeat(3, 1fr)}}