.promo-cards{flex-direction:row;gap:1em;height:20rem;margin:2em;display:flex}.promo-card{box-sizing:border-box;border-radius:25px;flex:1;width:100%;overflow:hidden}@supports (aspect-ratio:1){.promo-card--hero{aspect-ratio:20/13}}.promo-card--hero{background-position:50%;background-repeat:no-repeat;background-size:cover}.promo-card__inner{color:#fff;flex-direction:column;justify-content:flex-end;width:100%;height:100%;display:flex}.promo-card__overlay{background:var(--background-gradient-transparent);box-sizing:border-box;width:100%;height:100%;padding:1.6em;inset:0}.promo-card--stack.content-card{flex-grow:3}.promo-card--item{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100%;padding:15px;display:flex}.promo-card--item h2{color:var(--color-text-card-heading);margin:.5em 0;font-size:17pt}.promo-card--item small{font-size:10pt}product-promo-card{width:100%;height:100%}@media (width<=768px){.promo-cards{flex-direction:column;height:min-content}.promo-card--hero{flex:none;height:40vw}.promo-card--stack.content-card{flex-direction:column;height:max-content}.promo-card--item{text-align:center}.promo-card--stack.content-card hr{display:none}.promo-card--item{flex-direction:column;justify-content:center;align-items:center}}
