#product-table tr{background:var(--coolblue-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(--coolblue-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}:root{--fade-duration:500ms;--fade-easing:ease;--bar-height:56px}body.pop-open{overflow:hidden;touch-action:none}.pop-overlay{display:grid;inset:0;opacity:0;place-items:center;pointer-events:none;position:fixed;z-index:9999}.pop-overlay.is-open{opacity:1;pointer-events:auto}.pop-overlay.is-closing,.pop-overlay.is-open{transition:opacity var(--fade-duration) var(--fade-easing)}.pop-overlay.is-closing{opacity:0;pointer-events:none}.pop-panel{background:#fff;display:grid;grid-template-columns:1fr;grid-template-rows:var(--bar-height) 1fr;height:100vh;overflow:hidden;width:100vw}.pop-topbar{align-items:center;background:var(--gray-100);border-bottom:var(--line);display:flex;height:var(--bar-height);justify-content:flex-end;padding:0 12px}.pop-content{display:grid;min-height:0;overflow:auto;padding:12px;place-items:center}.pop-content>img{height:100%;max-height:90dvh;max-width:100vw;object-fit:contain;user-select:none;width:100%;-webkit-user-drag:none;display:block}@media (prefers-reduced-motion:reduce){.pop-overlay.is-closing,.pop-overlay.is-open{transition-duration:.3s}}body.modal-open{overflow:hidden;padding-right:var(--scrollbar-comp,0)}.modal{display:none;inset:0;position:fixed;z-index:1000}.modal.is-visible{display:block}.modal-backdrop{inset:0;opacity:0;position:absolute}.modal-layer{display:grid;inset:0;place-items:center;pointer-events:none;position:absolute}.modal-dialog{max-height:96dvh;opacity:0;outline:none;pointer-events:auto;transform-origin:center top;translate:0 12px}.modal-body{max-height:calc(96dvh - 57px);scrollbar-width:thin}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.tablist-wrap{position:relative;z-index:1}.tab{border-radius:.5rem .5rem 0 0}.tab-indicator{background:var(--blue-500);bottom:-1px;height:5px;left:0;position:absolute;transform:translateX(0);width:0;will-change:transform,width;z-index:4}.tablist-wrap.overflow-x::-webkit-scrollbar{display:none}.tabpanel[aria-hidden=false]{display:block}