@media only screen and (min-width: 768px) {
  .product-box-text {
    max-width: calc(var(--max-col-width) * 4 + var(--gutter) * 3);
  }
}
