.product-tables{margin-bottom:var(--element-spacing)}.product-tables table{width:100%}@media screen and (max-width:767px){.product-tables table{table-layout:auto}}.product-tables table thead{background-color:var(--color-brand-tertiary-accent);color:var(--color-white);text-transform:uppercase}.product-tables table thead th{letter-spacing:.03rem}.product-tables table tbody td{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:100%;word-break:break-word}@media screen and (min-width:480px){.product-tables table tbody td{display:table-cell;width:auto}.product-tables table tbody td:first-child{width:37.2%}.product-tables table tbody td:last-child{width:35.7%}}@media screen and (max-width:479px){.product-tables table tbody td.visibility-max-sm--hidden{display:none}}.product-tables table tbody tr:nth-child(odd) td{background:var(--color-brand-secondary-accent)}