.menu__mobile {
    height: 100px;
    z-index: 999;
    position: relative;
}

.logo__menu_mobile {
    width: 134px;
}

.item__menu {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.kart__number {
    position: absolute;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 100px;
    background: #F0162B;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 20px;
}

.wrapper__itens_menu {
    display: flex;
    height: 100%;
}

.item__menu_kart {
    background-color: #E7E7E7;
}

.item__menu_open {
    background-color: #F0162B;
}

/* -----  */

.menu__mobile {}

.modal__menu_mobile {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
    background-color: #F0162B;
    padding: 24px;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 200px;
}

.c-menu-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    background-color: #fff;
    height: 100px;
}

.menu__mobile.active .c-menu-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
}

.modal__lista ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
}

.modal__lista ul li {
    list-style-type: none;
}

.modal__lista ul li a {
    text-decoration: none;
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
}

.item__modal_search {
    border-radius: 66px;
    background: #FFF;
    width: 100%;
    height: 64px;
    position: relative;
}

.item__modal_search input {
    height: 100%;
    width: 100%;
    border-radius: 66px;
    border: none;
    outline: none;
    padding: 20px;
    color: #838383;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    padding-left: 76px;
}

.item__modal_search svg {
    position: absolute;
    left: 24px;
    top: 14px;
}

.item__modal_search button {
    background-color: transparent;
    border: none;
    outline: none;
}


/* -----  */

.modal__produtos {}

.box__action {
    display: flex;
    justify-content: space-between;
}

.btn__voltar_modal {
    background-color: #A70010;
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.btn__all_modal {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    text-decoration: none;
}

.wrapper__modal_produtos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.produto__modal {
    display: flex;
    flex: 1 0 calc(50% - 10px);
    height: 202px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-radius: 5px;
    text-decoration: none;
}

.produto__modal p {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    /* 125% */
}


/* ---  */

.produto__modal_resultados {
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 18px;
    align-items: center;
    text-decoration: none;
}

.img__resultados {
    background-color: #fff;
    border-radius: 10px;
    width: 124px;
    height: 124px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.img__resultados img {
    width: 60px;
    position: absolute;
    top: 20px;
}

.info__resultados span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 8px;
    background-color: #E30613;
    border-radius: 5px;
}

.info__resultados {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.qtd__produto {
    color: #838383;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info__resultados h5 {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.preco__resultados {
    color: #F0162B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper__modal_resultados {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.modal__resultados {
    overflow-y: auto;
    height: 100%;
}

.modal__produtos,
.modal__resultados,
.modal__menu_mobile {
    display: none;
}

.open__produtos {
    display: flex;
    align-items: center;
    gap: 8px;
}

.open__produtos span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #A70010;
    width: 36px;
    height: 36px;
}

.fecha-modal {
    display: none;
}

/* CARROUSEL PRODUTOS MOBILE  */

.carrousel__produtos_mobile {
    padding-bottom: 64px;
}

.carr__prod_mobile {
    padding-top: 200px;
}

.carr__prod_mobile a {
    text-decoration: none;
}

.no__results_search p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
}

.item__prod_mobile {
    height: 306px;
    border-radius: 20px;
    background-color: #792B67;
    padding: 30px;
    position: relative;
}

.img__prod_carr {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
}

.info__prod_mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.info__prod_mobile img {
    width: 80px;
}

.item__prod_mobile p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.box__pagination_prods {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.pag-carr_prods {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: auto !important;
    padding: 8px;
    border-radius: 40px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}

.pag-carr_prods .swiper-pagination-bullet {
    background-color: #F0162B !important;
    opacity: 1 !important;
}

.pag-carr_prods .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 50px;
}




/* ESTILOS BASE - MOBILE FIRST */
.mobile-only {
    display: block;
}

.desktop-only {
    display: none;
}

/* TABLETS PEQUENOS (acima de 480px) */
@media screen and (min-width: 480px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
}

/* TABLETS GRANDES (acima de 768px) */
@media screen and (min-width: 768px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }
}

/* DESKTOPS (acima de 1024px) */
@media screen and (min-width: 1024px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }
}

/* DESKTOPS LARGE (acima de 1200px) */
@media screen and (min-width: 1200px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }
}