/* Add custom CSS styles below */ 
.product-card__promotion {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    max-width: calc(100% - 60px);
    padding: 5px;
    padding-bottom: 0.375rem;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity));
}