.ecommerce-product-notice {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    z-index: 2;
    max-height: calc(100% - 24px);
    overflow: auto;
    overflow-wrap: anywhere;
    contain: paint;
}
.ecommerce-product-notice > .itaubadge {
    position: relative;
    inset: auto;
    white-space: normal;
}
.ecommerce-product-notice img {
    max-width: 100%;
    object-fit: contain;
}
.ecommerce-notice-preview {
    position: relative;
    height: 150px;
    max-width: 320px;
    background: #f4f6f9;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

