img {
    max-width: 100%;
    height: auto;
    display: block;
}

.image_banner {
    width: 100%;
    height: clamp(220px, 30vw, 520px);
    object-fit: cover;
    display: block;
}

.buttonBuyHome {
    width: 100%;
    border-radius: 0.5rem;
    background: #f6ce6b;
    font-weight: bold;
    color: #000;
    padding: 10px 15px;
}

.button-add-in-cart-home {
    width: 100%;
    border-radius: 0.5rem;
    background: #000000;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 15px;
}

.black-friday-badge {
    position: absolute;
    top: 5px;
    right: 1px;
    z-index: 15;
    width: 100px;
}

.black-friday-badge img {
    width: 85%;
    height: auto;
}


@media(max-width: 767px) {
    .image_banner {
        height: auto;
        aspect-ratio: 4 / 3;
        max-height: 455px;
    }
}

.h1-title {
    font-size: 30px;
    text-align: center;
}