/** Shopify CDN: Minification failed

Line 10:0 Unexpected "{"
Line 10:1 Expected identifier but found "%"
Line 11:0 Unexpected "<"
Line 48:0 Unexpected "<"
Line 49:1 Expected identifier but found "%"

**/
{% if template.suffix == 'custom-dose-price-test' %}
<style>
html,
body {
  background: #050505 !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background: url('/cdn/shop/files/ChatGPT_Image_Apr_29_2026_07_52_26_PM.png?v=1777506756')
  center top / cover repeat-y #050505 !important;
  pointer-events: none;
}

body > * {
  position: relative;
  z-index: 1;
}

#MainContent,
main,
.shopify-section,
.section,
.gradient,
.color-scheme-1,
.color-background-1,
.page-width,
.product,
.product__info-wrapper,
.product__media-wrapper,
.product__media-list,
.product__info-container {
  background: transparent !important;
  background-color: transparent !important;
}
</style>
{% endif %}