/* ============================================
   MOBILE FIXES - Farcol.space
   Mejoras específicas para versión móvil
   Fecha: 2025-11-24
   ============================================ */

/* ============================================
   LOGO FIXES - TODAS LAS RESOLUCIONES
   ============================================ */

/* Logo del Header - Desktop y Mobile */
.header .logo img,
.header_logo img,
.mobile-header .logo img {
    max-height: 45px !important;
    width: auto;
    height: auto;
}

/* Logo del Footer - Desktop y Mobile */
.footer .logo img,
.footer_logo img {
    max-height: 60px !important;
    max-width: 200px !important;
    width: auto;
    height: auto;
}

/* ============================================
   BANNER PRINCIPAL - MÓVIL
   ============================================ */
@media (max-width: 767px) {

    /* Banner más alto y visible */
    .banner_slick_thumb {
        height: 300px !important;
        min-height: 280px;
    }

    /* Mostrar título principal */
    .banner_slick_main_txt h1 {
        display: block !important;
        font-size: 28px !important;
        line-height: 36px !important;
        padding: 0 15px;
        text-align: center;
        margin-bottom: 15px;
    }

    /* Mejorar caja de búsqueda */
    .banner_slick_main_item_box_main {
        margin-top: 20px;
        padding: 0 15px;
    }

    .banner_slick_main_item_box {
        width: 100%;
        margin-top: 20px;
    }

    /* Mostrar botón de búsqueda */
    .banner_slick_main_item_box .thm-btn {
        display: block !important;
        width: 100%;
        margin-top: 10px;
        padding: 12px 20px;
        font-size: 14px;
    }

    .banner_slick_main_item_box .form-control_main {
        width: 100%;
        flex-direction: row;
        margin-bottom: 10px;
    }

    .banner_slick_main_item_box .form-control {
        font-size: 14px;
        padding: 10px 15px;
    }
}

/* ============================================
   CARDS DE PRODUCTOS - MÓVIL
   ============================================ */
@media (max-width: 767px) {
    .food_card_item {
        margin-bottom: 20px;
    }

    .food_card_item .food_card_item_thumb {
        height: 220px !important;
        min-height: 200px;
    }

    .food_card_item_thumb img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .food_card_item_inner {
        padding: 15px;
    }

    .food_card_item_inner_top h5 {
        font-size: 18px;
        font-weight: 600;
    }

    .food_card_btn .thm-btn_four,
    .food_card_btn .thm-btn_three {
        padding: 10px 15px;
        font-size: 13px;
        width: 100% !important;
        text-align: center;
    }
}

/* ============================================
   CATEGORÍAS - MÓVIL
   ============================================ */
@media (max-width: 767px) {
    .categories_item {
        padding: 15px 10px !important;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .categories_item .icon {
        width: 50px;
        height: 50px;
        margin-bottom: 8px;
    }

    .categories_item .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .categories_item .text {
        font-size: 14px !important;
        text-align: center;
        line-height: 1.3;
    }
}

/* ============================================
   RESTAURANTES - MÓVIL
   ============================================ */
@media (max-width: 767px) {
    .restaurant {
        padding: 40px 0 !important;
    }

    .restaurant_ads {
        height: 180px !important;
        margin-bottom: 20px;
    }

    .restaurant_ads img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .food_card_restaurant_logo_main {
        margin-top: -30px;
    }

    .food_card_restaurant_logo {
        width: 60px;
        height: 60px;
        border: 3px solid #fff;
    }

    .food_card_restaurant_name h5 {
        font-size: 16px;
        margin-top: 10px;
    }
}

/* ============================================
   MODAL DE PRODUCTO - MÓVIL
   ============================================ */
@media (max-width: 767px) {
    .food_card_modal .modal-dialog {
        margin: 10px;
        max-width: calc(100% - 20px);
    }

    .food_card_modal .modal-content {
        border-radius: 12px;
    }

    .food_modal_quantity_main {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 15px;
    }

    .food_modal_quantity {
        width: 100%;
    }

    .food_modal_quantity_main .thm-btn {
        width: 100% !important;
        padding: 14px 20px;
        font-size: 15px;
    }

    .modal_body_top_txt_df h4 {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .modal_body_top_txt_df h5 {
        font-size: 20px;
        font-weight: 700;
    }
}

/* ============================================
   CARRITO - MÓVIL
   ============================================ */
@media (max-width: 767px) {
    .add_to_cart {
        padding: 30px 0 50px 0 !important;
    }

    .add_to_cart_tabel {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .add_to_cart_tabel table {
        min-width: 600px;
    }

    .add_to_cart_tabel .table tbody tr td {
        padding: 12px 8px;
        font-size: 13px;
    }

    .add_to_cart_tabel .table tbody tr td img {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }
}

/* ============================================
   FOOTER - MÓVIL
   ============================================ */
@media (max-width: 767px) {
    .footer {
        padding: 40px 0 0 0 !important;
    }

    /* Logo del footer - más pequeño */
    .footer_logo img,
    .footer .logo img {
        max-height: 50px !important;
        max-width: 180px !important;
        width: auto;
        height: auto;
    }

    .footer_txt {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.6;
    }

    .footer_link li a {
        font-size: 14px;
        padding: 6px 0;
    }

    .footer_newsletter_form_item {
        flex-direction: column;
    }

    .footer_newsletter_form_item .form-control {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer_newsletter_form_item .thm-btn {
        width: 100%;
        padding: 12px 20px;
    }

    .footer_payment_thumb {
        width: 100%;
        margin-top: 20px;
    }

    .copyright {
        margin-top: 40px !important;
        padding: 20px 0;
    }

    .copyright_rigth_txt {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

/* ============================================
   NAVEGACIÓN MÓVIL
   ============================================ */
@media (max-width: 767px) {
    .mobile-header {
        padding: 15px 0;
        position: sticky;
        top: 0;
        z-index: 999;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    /* Logo del header - más pequeño en móvil */
    .mobile-header .logo img,
    .header .logo img {
        max-height: 35px !important;
        width: auto;
    }

    /* Logo en desktop header también */
    .header_logo img {
        max-height: 40px !important;
        width: auto;
    }

    .cart_header_qty {
        font-size: 12px;
        min-width: 18px;
        height: 18px;
        line-height: 18px;
    }
}

/* ============================================
   ESPACIADO GENERAL - MÓVIL
   ============================================ */
@media (max-width: 767px) {
    section {
        padding: 40px 0 !important;
    }

    .titel {
        font-size: 22px !important;
        line-height: 30px !important;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    h4 {
        font-size: 18px;
        line-height: 26px;
    }

    p {
        font-size: 14px;
        line-height: 1.6;
    }

    .thm-btn,
    .thm-btn_two,
    .thm-btn_three,
    .thm-btn_four {
        padding: 12px 20px;
        font-size: 14px;
        border-radius: 6px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .g-4,
    .gx-4 {
        --bs-gutter-x: 15px !important;
    }

    .g-4,
    .gy-4 {
        --bs-gutter-y: 15px !important;
    }
}

/* ============================================
   TOUCH TARGETS - MÓVIL
   ============================================ */
@media (max-width: 767px) {

    /* Asegurar áreas táctiles mínimas de 44x44px */
    a:not(.no-touch-target),
    button:not(.no-touch-target) {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .icon svg {
        width: 24px;
        height: 24px;
    }
}

/* ============================================
   OPTIMIZACIÓN DE IMÁGENES - MÓVIL
   ============================================ */
@media (max-width: 767px) {
    img {
        max-width: 100%;
        height: auto;
    }

    .food_card_item_thumb img,
    .restaurant_ads img,
    .blog_item_thumb img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

/* ============================================
   PERFORMANCE - MÓVIL
   ============================================ */
@media (max-width: 767px) {
    * {
        animation-duration: 0.3s !important;
        transition-duration: 0.3s !important;
    }

    html {
        scroll-behavior: smooth;
    }

    .add_to_cart_tabel,
    .dashboard_tabel_main {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
}

/* ============================================
   PANTALLAS MUY PEQUEÑAS (<575px)
   ============================================ */
@media (max-width: 575px) {
    .banner_slick_thumb {
        height: 250px !important;
    }

    .banner_slick_main_txt h1 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    /* Logos aún más pequeños en pantallas muy pequeñas */
    .mobile-header .logo img,
    .header .logo img {
        max-height: 30px !important;
    }

    .footer_logo img,
    .footer .logo img {
        max-height: 45px !important;
        max-width: 160px !important;
    }

    .cuisine_item {
        width: 48% !important;
    }

    .food_card_item {
        width: 100%;
    }

    .form-control {
        font-size: 14px;
        padding: 10px 12px;
    }

    .modal-dialog {
        margin: 5px;
        max-width: calc(100% - 10px);
    }

    .titel {
        font-size: 20px !important;
        line-height: 28px !important;
    }
}

/* ============================================
   CHECKOUT Y PAYMENT - MÓVIL
   ============================================ */
@media (max-width: 767px) {
    .checkout {
        padding: 40px 0 !important;
    }

    .order_summery_box {
        margin-top: 30px;
        padding: 20px;
    }

    .order_summery_box.two {
        margin-right: 0 !important;
    }

    .delivery {
        margin-top: 30px !important;
    }

    .payment_sec .order_summery_box {
        padding: 14px !important;
    }
}

/* ============================================
   DASHBOARD DE USUARIO - MÓVIL
   ============================================ */
@media (max-width: 767px) {
    .dashboard_sideber {
        margin-bottom: 25px;
    }

    .dashboard_ads_thumb {
        height: 150px;
    }

    .dashboard_tabel_main {
        overflow-x: auto;
    }

    .dashboard_profile_btn {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
    }
}

/* ============================================
   FIX: ELEMENTOS ESPECÍFICOS
   ============================================ */
@media (max-width: 767px) {

    /* Fix para wishlist */
    .wishlist .food_card_item .food_card_item_inner {
        padding: 0 15px 15px 15px !important;
    }

    /* Fix para profile */
    .profile_informetion_sarch_main {
        margin-left: 0px !important;
        padding-top: 20px;
    }

    /* Fix para tags y compartir */
    .taga_share_main .tag_item {
        gap: 10px;
        flex-wrap: wrap;
    }

    /* Fix para maintenance */
    .maintenance-thumb {
        width: 100%;
        height: 100%;
    }

    .maintenance-item-txt h2 {
        font-size: 30px;
    }

    /* Fix para contact info */
    .contuct_info_item {
        flex-direction: column;
    }
}