.teeinblue-enabled cart-drawer .cart-item[data-price] {
    display: flex !important;
}

@media(max-width: 767.99px) {
    motion-element.product__media-wrapper {
        transform: unset !important;
    }
    #teeinblue-wrapper {
        z-index: 99999;
        position: absolute;
    }
}
@media(max-width: 768px) {
    #CartDrawer {
        z-index: 999999 !important;
    }
}
.tee-btn--preview {
    --tee-button-preview-bg-color: #FFF4EC;
    --tee-primary-lighten-color: #000000;
}
.tee-btn--preview:hover {
    color: #ffffff !important;
}

.teeinblue-enabled:not(.teeinblue-platform-product-enabled) {
    .product__block--price,
    .product__block--variant_picker,
    .product-form__quantity {
        display: none !important;
    }
}