.btn-white {
    border: 1px solid #FFF;
    margin: 0px !important;
}

.btn-white .text {
    color: #FFF;
}

.row-reverse {
    flex-direction: row-reverse;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px;
}

.pagination>* {
    padding: 8px 16px;
    border: 1px solid #AFAFAF;
    color: #0C1222;
    border-radius: 4px;
}

.pagination>a:hover,
.pagination span {
    background: #006bda;
    border-color: #006bda;
    color: #FFF;
}

.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}

.banner-pages {display: flex; align-items: center; height: 450px;}
.banner-pages .box-title {display: flex; align-items: center;}
.banner-pages h1 {color: #FFF; font-size: 120px; font-weight: 200; line-height: 120px; margin-bottom: 0; display: table;}
.banner-pages h1.title-2 {font-size: 60px; line-height: 70px;}
.banner-pages .subtitle {display: table; padding-left: 20px; color: #FFF; font-size: 12px; font-weight: 700; line-height: 24px; letter-spacing: 2.4px;}
.banner-pages .link-back {display: flex; align-items: center; margin-bottom: 30px; color: #FFF; color: #000; font-size: 12px; font-weight: 800; line-height: 30px; text-transform: uppercase;}
.banner-pages .link-back span {margin-left: 10px; color: #FFF; font-size: 18px;}
.banner-pages .link-back:hover {color: #FFF;}

@media only screen and (max-width: 991px){
    .banner-pages h1.title-2, .banner-pages h1 {font-size: 34px; line-height: 42px;}
    .banner-pages .box-title {flex-wrap: wrap;}
    .banner-pages .subtitle {width: 100%; padding-left: 0;}
}
.content-tab {
    display: none;
}
.content-tab.active {
    display: block;
}

/* ================================================
   Popup Promocional — Boas-vindas
   ================================================ */
.popup-promo {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
}
.popup-promo.active {
    display: flex;
}

.popup-promo__overlay {
    position: absolute;
    inset: 0;
    background: #222222;
    opacity: .9;
    cursor: pointer;
}

.popup-promo__box {
    position: relative;
    z-index: 1;
    background: #F5F5F5;
    border-radius: 8px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    max-width: 866px;
    width: calc(100vw - 40px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    animation: popupSlideUp 0.4s ease;
}
.popup-promo__box::-webkit-scrollbar {
    display: none;
}

@keyframes popupSlideUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

.popup-promo__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.4s;
}
.popup-promo__close:hover {
    color: #FFB114;
}

.popup-promo__image {
    width: 100%;
    line-height: 0;
}
.popup-promo__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.popup-promo__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #006BDA;
    color: #FFF;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: none;
    transition: 0.4s;
}
.popup-promo__cta:hover {
    background: #FFB114;
    color: #FFF;
}

@media only screen and (max-width: 991px) {
    .popup-promo__box {
        width: calc(100vw - 40px);
        border-radius: 8px;
    }
}
