/* ==========================================
   PERSONAL SACOLAS - MOBILE HOME
========================================== */

@media (max-width: 768px) {

    body {
        overflow-x: hidden;
    }

    .container {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    /* TOPO */
    .topbar-shop {
        font-size: 11px !important;
        padding: 7px 8px !important;
        text-align: center !important;
        font-weight: 800 !important;
    }

    .header-main-shop {
        padding: 10px 0 12px !important;
        background: #000 !important;
    }

    .header-shop-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }

    /* REMOVE LOGO ACIMA DA PESQUISA NO MOBILE */
    .logo-shop,
    .logo-home-mobile,
    .header-shop-container .logo-shop,
    .header-shop-container .logo-shop img {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* BUSCA NO TOPO */
    .header-search-shop {
        width: 100% !important;
        order: 1 !important;
        margin-top: 0 !important;
    }

    .header-search-shop form {
        width: 100% !important;
        height: 54px !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    .header-search-shop input {
        font-size: 18px !important;
        padding-left: 18px !important;
        color: #333 !important;
    }

    .header-search-shop button {
        width: 58px !important;
        font-size: 24px !important;
        color: #111 !important;
        background: #fff !important;
        border-left: 1px solid #ddd !important;
    }

    .header-menu-container {
        display: none !important;
    }

    /* RASTREAR / SACOLA */
    .header-actions-shop {
        order: 2 !important;
        width: 100% !important;
        display: flex !important;
        align-items: stretch !important;
        justify-content: center !important;
        margin-top: 4px !important;
        padding: 14px 8px !important;
        background: #000 !important;
        border: 1px solid rgba(212,175,55,.18) !important;
        border-radius: 16px !important;
        overflow: hidden !important;
    }

    .rastreio-link,
    .header-cart-shop {
        width: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        color: #fff !important;
        text-decoration: none !important;
    }

    .rastreio-link {
        border-right: 1px solid #d4af37 !important;
        padding-right: 8px !important;
    }

    .header-cart-shop {
        padding-left: 8px !important;
    }

    .rastreio-link i,
    .header-cart-shop i {
        color: #d4af37 !important;
        font-size: 24px !important;
        width: 26px !important;
        min-width: 26px !important;
        text-align: center !important;
    }

    .header-action-text,
    .cart-mobile-text {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        line-height: 1.15 !important;
    }

    .header-action-text strong,
    .cart-mobile-text strong {
        display: block !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        color: #fff !important;
        white-space: nowrap !important;
    }

    .header-action-text span,
    .cart-mobile-text span {
        display: block !important;
        font-size: 11px !important;
        color: rgba(255,255,255,.75) !important;
        white-space: nowrap !important;
    }

    .cart-count {
        position: static !important;
        width: 22px !important;
        height: 22px !important;
        margin-left: 4px !important;
        border-radius: 50% !important;
        background: #d4af37 !important;
        color: #fff !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 11px !important;
        font-weight: 700 !important;
    }

    /* BANNER MOBILE */
    .hero-premium {
        background-image: url('/images/Mobile_2.jpg') !important;
        background-size: cover !important;
        background-position: center top !important;
        min-height: 900px !important;
        position: relative !important;
        overflow: hidden !important;
        padding: 0 !important;
    }

    .hero-premium-grid {
        min-height: 900px !important;
        position: relative !important;
    }

    .hero-premium-content {
        position: static !important;
        padding: 0 20px !important;
        max-width: 100% !important;
    }

    /* BOTÃO VER PRODUTOS NO TOPO DO BANNER */
    .hero-actions {
        position: absolute !important;
        top: 0px !important;
        left: 20px !important;
        right: 20px !important;
        z-index: 20 !important;
    }

    .btn-hero {
        width: 100% !important;
        height: 58px !important;
        border-radius: 16px !important;
        font-size: 18px !important;
        justify-content: space-between !important;
        padding: 0 28px !important;
    }

    .btn-glass-hero {
        display: none !important;
    }

    /* TEXTO ABAIXO DA IMAGEM */
.hero-title {
    position: absolute !important;
    top: 640px !important;
    left: 20px !important;
    right: 20px !important;
}
#home-banner-subtitulo {
    position: absolute !important;
    top: 730px !important;
    left: 20px !important;
    right: 20px !important;
}

    .hero-trust,
    .hero-benefits {
        display: none !important;
    }

    /* RESTANTE */
    .produtos-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .produto-card {
        width: 100%;
    }

    .btn,
    .btn-primary,
    .btn-add-cart {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
        text-align: center;
    }
}