.tee-photo:has(.tee-progress--loading) .tee-photo-head {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
}

.tee-photo:has(.tee-progress--loading) .tee-photo-head:after {
        content: "Generando... No cierres esta página.";
        width: 100%;
        margin: -10px 0 10px 0;
}

.teeinblue-enabled:not(.teeinblue-platform-product-enabled){
  product-price,
  variant-picker{
    display: none !important;
  }
}