@font-face {
  font-family: 'Plain';
  src: url('fonts/Plain-Regular.woff2') format('woff2'),
    url('fonts/Plain-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Plain';
  src: url('fonts/Plain-Light.woff2') format('woff2'),
    url('fonts/Plain-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Plain';
  src: url('fonts/Plain-Medium.woff2') format('woff2'),
    url('fonts/Plain-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pitch';
  src: url('fonts/Pitch-Regular.woff2') format('woff2'),
    url('fonts/Pitch-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#launcher.higher {
  bottom: 92px !important;
}

/* cart gadget colour customisations */
:root {
  --colour-request: #d6824b;
  --colour-instant: #162d1b;
  --colour-unavail: #e0e3df;
}

/* other styling specific to this website */
body.be-cart-responsive
  div.shopping-cart.BE.auto-collapse
  div.cartItems
  div.totalDisplay {
  margin: 0 10px 0 6px;
  width: 30px;
}
body.be-cart-responsive
  div.shopping-cart.BE.auto-collapse
  div.cartItems
  div.totalDisplay
  a {
  height: 32px;
  line-height: 32px;
  color: var(--colour-instant);
}
body.be-cart-responsive
  div.shopping-cart.BE.auto-collapse
  div.cartItems
  div.totalDisplay
  a::before {
  font-weight: 300;
  font-family: 'TH Font Awesome 6 Pro';
  font-size: 20px;
}
body.be-cart-responsive
  div.shopping-cart.BE.auto-collapse
  div.cartItems
  div.totalDisplay
  a
  span {
  background: #fe646a !important;
  top: -8px;
  left: 16px;
  right: unset;
  width: 24px;
  height: 24px;
  line-height: 20px;
}
