/** Shopify CDN: Minification failed

Line 47:19 Expected ":"

**/
@font-face {
    font-family: 'Whyte';
    src: url('//wonkaa-editions.com/cdn/shop/t/4/assets/ABCWhyte-Regular.woff2?v=144765122903347482421746199195') format('woff2'),
         url('//wonkaa-editions.com/cdn/shop/t/4/assets/ABCWhyte-Regular.woff?750') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Whyte';
    src: url('//wonkaa-editions.com/cdn/shop/t/4/assets/ABCWhyte-Bold.woff2?v=135618892165799279291746199195') format('woff2'),
         url('//wonkaa-editions.com/cdn/shop/t/4/assets/ABCWhyte-Bold.woff?750') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Apply globally */
body {
    font-family: 'Whyte', sans-serif !important;
}

/* Ensure all headings and UI elements use it */
h1, h2, h3, h4, h5, h6, p, a, button, input, textarea {
    font-family: 'Whyte', sans-serif !important;
}

.product-title-block,
.product-price-block,
.text-scheme-accent,
.shopify-payment-button__more-options,
#addToCartButton {
  text-align: center !important;
  color: #0037ff !important;
}

#addToCartButton {
  border-width: 2px;
  border-color: #0037ff !important;
}

.product-description {
  border-left-width, border-right-width: 5px;
  border-color: black;
}

.product-block-area {
  padding-bottom: 20px;
}

#responsiveImageFeatureTemplate-52147994132803 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .lg\:col-start-10 {
    grid-column-start: 4 !important;
  }
  .lg\:col-start-1 {
    grid-column-start: 3 !important;
  }   
  .lg\:col-end-13 {
    grid-column-end: 10 !important;
  }
  .lg\:col-end-10 {
    grid-column-end: 11 !important;
  }
  #addToCartButton {
    border-width: 2px;
    border-color: #0037ff !important;
  }
}

@media (max-width: 800px) {
  h2 {
    font-size: 22pt;
  }
  p {
    font-size: 12pt;
  }
    h5 {
    font-size: 12pt;
  }
}

.z-110 > .text-scheme-text {
  color: white;
}
.z-110 > .bg-scheme-background {
  background-color: #0037ff;
}