.btn-white {
    border: 1px solid #FFF;
    margin: 0px !important;
}

.btn-white .text {
    color: #FFF;
}

.row-reverse {
    flex-direction: row-reverse;
}

.card-product.produto img {
    aspect-ratio: 255/175;
}

.card-product .image img {
    height: auto;
}

.card-best-seller .installments {
    display: block;
    color: #FFF;
    margin-top: 6px;
}

.content-single-product .price {
    margin-bottom: 0px !important;
}

.content-single-product .installments {
    display: block;
    margin-bottom: 24px !important;
}

.content-single-product .price span {
    font-size: 16px;

}

.content-receita-1 .carousel-gallery-product {
    margin-bottom: 16px;
}

.wrap-contact .bottom {
    padding-top: 0px;
    border-top: none;
}

.item-accordion .content-accordion p {
    word-break: keep-all;
}

.btn-login-form {
    justify-content: center;
    height: 50px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 4px;
    width: fit-content;
    background: #DE5B11;
    color: #FFF;
    font-family: Gotham Medium;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase
}

.btn-login-form:hover {
    background: #911D14
}

.wrap-social {
    & .video-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0.9);
        justify-content: center;
        align-items: center;
    }

    & .modal-content {
        position: relative;
        width: 80%;
        max-width: 900px;
    }

    & .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

    & .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    & .close-modal {
        position: absolute;
        top: -40px;
        right: 0;
        font-size: 30px;
        color: white;
        cursor: pointer;
        background: none;
        border: none;
        outline: none;
    }
}

.form_optin_newsletter {
    & a {
        font-weight: bold;
        color: inherit;
    }
}

/* Submenu */

nav ul li {
    position: relative;
}

nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    min-width: 300px;
    width: 100%;
    z-index: 1000;
    display: block;
    overflow: hidden;
    word-break: break-word;
}

nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

nav ul li ul li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    white-space: normal;
    transition: background 0.3s, color 0.3s;
    border-radius: 4px;
    line-height: 30px;
}

nav ul li ul li a:hover {
    background: #f6f6f6;
    color: #f1552d;
}
/* Fim Submenu */