.product-card{display:flex;flex-direction:row;--product-card-image-width:calc(var(--grid-column-outer)*2 - var(--grid-gutter)*0.5)}@media only screen and (min-width:768px){.product-card{--product-card-image-width:calc(var(--grid-column-outer)*2 - var(--grid-gutter))}}@media only screen and (min-width:1280px){.product-card{--product-card-image-width:var(--grid-column-outer)}}.product-card__content{display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:16px}.product-card__image{flex-grow:0;flex-shrink:0;margin-right:0;width:var(--product-card-image-width)}.product-card__intro{font-size:.875rem;font-weight:700;line-height:140%;margin-bottom:4px}.product-card__packaging,.product-card__title{font-size:.875rem;font-weight:400;line-height:140%}.product-card__packaging{margin-top:16px}