.bf-limited-time-banner {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 32px;
    color: inherit;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(33, 36, 40, 0.15);
}

@media(max-width: 767px) {
    .bf-limited-time-banner {
        margin-top: 24px;
    }
}

.bf-limited-time-banner:after {
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -11px;
    font-family: Font Awesome\ 6 Pro;
    font-size: 24px;
    content: "\f061";
}

@media(max-width: 767px) {
    .bf-limited-time-banner:after {
        font-size: 18px;
    }
}

.bf-limited-time-banner__image {
    position: relative;
    overflow: hidden;
    flex: 0 0 100px;
    align-self: stretch;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bf-limited-time-banner__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bf-limited-time-banner__content {
    position: relative;
    padding: 16px;
    width: 70%;
}

@media(max-width: 767px) {
    .bf-limited-time-banner__content {
        width: 60%;
    }
}

.bf-limited-time-banner__content h6 {
    margin-bottom: 0;
    font-family: inherit;
    font-weight: 600;
}

.bf-limited-time-banner__content p {
    margin: 0;
}

@media(max-width: 767px) {
    .bf-limited-time-banner__content p {
        font-size: 16px;
    }    
}

.bf-limited-time-banner__label {
    position: absolute;
    right: 15px;
    bottom: 100%;
    width: 140px;
    margin-bottom: -12px;
}

@media(max-width: 767px) {
    .bf-limited-time-banner__label {
        right: 24px;
    }
}

.bf-limited-time-banner__label img {
    display: block;
    width: 100%;
    height: auto;
}