.m-product-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.m-product-highlights__item{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:82px;padding:22px 24px 18px;border:1px solid rgb(var(--color-border));border-radius:var(--btn-border-radius,0);background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.m-product-highlights__label{position:absolute;top:-1px;right:14px;padding:5px 10px;background:rgb(var(--color-background-secondary));color:rgb(var(--color-foreground-secondary));font-size:11px;font-weight:600;line-height:1;text-transform:uppercase}.m-product-highlights__value{font-weight:600;font-size:16px;line-height:1.4}@media screen and (max-width:767px){.m-product-highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.m-product-highlights__item{align-items:center;min-width:0;min-height:112px;padding:28px 6px 12px;text-align:center}.m-product-highlights__label{right:50%;padding:4px 5px;font-size:9px;white-space:nowrap;transform:translateX(50%)}.m-product-highlights__value{max-width:100%;font-size:13px;line-height:1.25;white-space:normal;overflow-wrap:anywhere}}
