#product-table tr{background:var(--bluegray-100)}#product-table tbody td:nth-of-type(2),#product-table tbody td:nth-of-type(4){text-wrap:nowrap}@media (max-width:767px){#product-table tbody tr{display:grid}#product-table tbody tr:not(:last-of-type){margin-bottom:1.5rem}#product-table tbody td{border:var(--b1) solid #fff}#product-table tbody td:before{display:block;font-size:75%;font-weight:700}#product-table tbody td:first-of-type:before{content:"PRODUCT NAME"}#product-table tbody td:nth-of-type(2):before{content:"PRODUCT CODE"}#product-table tbody td:nth-of-type(3):before{content:"PACK SIZE"}#product-table tbody td:nth-of-type(4):before{content:"PRICE"}#product-table tbody #price-usd:before{content:"PRICE (USD)"}#product-table tbody #price-gbp:before{content:"PRICE (GBP)"}#product-table tbody #price-eur:before{content:"PRICE (EUR)"}}@media (min-width:512px){#product-table tbody tr{border-top:2px solid #fff}#product-table tbody tr:hover{background:var(--bluegray-200)}}.show-EUR,.show-GBP,.show-USD,.show-unselected{display:none}.eur .show-EUR,.gbp .show-GBP,.unselected .show-unselected,.usd .show-USD{display:table-cell!important}.eur .panel-show-EUR,.gbp .panel-show-GBP,.unselected .panel-show-unselected,.usd .panel-show-USD{display:block!important}.inquiry-modal h2,.inquiry-modal h3{display:none}.inputs-list{list-style-type:none;padding-left:0}