.EcommercePlus__grid{display:grid;grid-template-columns:auto;grid-gap:1rem;gap:1rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(min-width:768px){.EcommercePlus__grid{grid-template-columns:repeat(2,auto)}}@media(min-width:1024px){.EcommercePlus__grid{grid-template-columns:repeat(3,auto)}}@media(min-width:1920px){.EcommercePlus__grid{grid-template-columns:repeat(4,auto)}}.EcommercePlus__item{background:#f8f8f8;background:var(--bg-light,#f8f8f8);display:grid;grid-template-columns:2rem 1fr;grid-gap:.5rem .75rem;gap:.5rem .75rem;line-height:1em;padding:.75rem;width:100%}@media (min-width:640px){.EcommercePlus__item{max-width:250px}}.EcommercePlus__icon{color:#333;display:-webkit-box;display:-ms-flexbox;display:flex;height:2rem;width:2rem;-ms-flex-item-align:center;align-self:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.EcommercePlus .EcommercePlus__title{color:var(--clr-text-primary);font-size:var(--fs-body);font-weight:var(--fw-700);line-height:1.2em;margin:0;-ms-flex-line-pack:center;align-content:center}.EcommercePlus .EcommercePlus__description{grid-column:span 2}.EcommercePlus .EcommercePlus__description p{color:var(--clr-text-primary);font-size:var(--fs-body-small);line-height:1.5;margin:0}