/* HENI */
@media (min-width: 1024px) {
  .product.js-product:has(.tee-gallery-content) {
    display: flex !important;
    height: 100% !important;
  }
  .tee-gallery-content{
    position: sticky !important;
    top: 120px !important;
  }
}
/* HENI */


.teeinblue-enabled:not(.teeinblue-platform-product-enabled) {
  .product-info__block.product-options {
    display: none !important;
  }
  .product.media-with-text.js-product
    .product-info__block.product-info__block--sm.product-price,
  .product.media-with-text.js-product .product-info__block.product-options {
    display: block !important;
  }
  .product.media-with-text.js-product .product-info {
    padding: 30px !important;
  }
}

#teeinblue-wrapper {
  position: absolute;
  z-index: 100;
}
cart-drawer {
  z-index: 101 !important;
}

body:has(cart-drawer[open]) .overlay {
  z-index: 100 !important;
  touch-action: none !important;
} 
.teeinblue-enabled main-menu {
  z-index: 99 !important;
}
section[id*="custom_liquid"]:has(valued-widget) {
    position: relative !important;
    z-index: 1 !important;
}