/* =====================================================
   MOBILE PREMIUM — BASE ANTI-ESTOURO
===================================================== */

@media (max-width: 768px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
        min-width: 0;
    }

    img,
    video,
    iframe {
        max-width: 100%;
        height: auto;
    }

    main,
    section,
    .header-v2,
    .catalog-main-v2,
    .category-showcase,
    .home-collection,
    .catalog-products-area,
    .product-grid-v2 {
        max-width: 100%;
        overflow-x: hidden;
    }
}
/* =====================================================
   MOBILE PREMIUM — HEADER PÚBLICO
===================================================== */

@media (max-width: 768px) {
    .header-v2 {
        width: 100%;
        max-width: 100vw;
        overflow: hidden;
    }

    .header-top {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 10px;
        padding: 10px 12px !important;
    }

    .header-left {
        display: none !important;
    }

    .header-center {
        flex: 0 0 70px !important;
        min-width: 70px;
        text-align: left;
    }

    .logo-v2 {
        justify-content: flex-start;
    }

    .logo-img {
        max-height: 60px !important;
        max-width: 70px !important;
    }

    .header-right {
        flex: 1 1 auto !important;
        gap: 10px;
        min-width: 0;
    }

    .search-bar-v2 {
        flex: 1 1 auto;
        width: auto !important;
        max-width: none;
        min-width: 0;
        padding: 8px 10px;
    }

    .search-bar-v2 input {
        min-width: 0;
        font-size: 0.82rem;
    }

    .search-bar-v2 input::placeholder {
        font-size: 0.82rem;
    }

    .user-actions-v2 {
        flex: 0 0 auto;
        gap: 11px;
        font-size: 1.22rem;
    }
}
/* =====================================================
   MOBILE PREMIUM — CEP + CATEGORIAS
===================================================== */

@media (max-width: 768px) {
    #gems-cep-global-strip {
        padding: 9px 12px !important;
        gap: 7px !important;
        font-size: 0.78rem !important;
        line-height: 1.35 !important;
        flex-wrap: wrap !important;
    }

    #btn-abrir-cep-global {
        font-size: 0.78rem !important;
    }

    .nav-v2 {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }

    .nav-v2::-webkit-scrollbar {
        display: none;
    }

    .nav-links-v2 {
        width: max-content;
        min-width: 100%;
        justify-content: flex-start;
        align-items: center;
        gap: 24px;
        padding: 14px 16px;
        white-space: nowrap;
    }

    .nav-links-v2 li {
        flex: 0 0 auto;
    }

    .nav-links-v2 a {
        font-size: 0.78rem;
        letter-spacing: 0.16em;
    }

    .mega-menu {
        display: none !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — HOME E VITRINE
===================================================== */

@media (max-width: 768px) {
    .hero-carousel-wrapper {
        height: 64vh;
        min-height: 420px;
        max-height: 620px;
    }


    .carousel-btn {
        width: 42px;
        height: 42px;
        font-size: 1rem;
    }

    .carousel-btn.prev {
        left: 12px;
    }

    .carousel-btn.next {
        right: 12px;
    }

    .category-showcase,
    .home-collection {
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-title {
        margin: 42px 0 24px;
    }

    .section-title h2 {
        font-size: 2rem;
        line-height: 1.05;
    }

    .section-title p {
        font-size: 0.92rem;
    }

    .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .cat-img-box {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .product-grid-v2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .product-card {
        min-width: 0;
    }

    .product-image {
        height: auto;
        aspect-ratio: 1 / 1;
        padding: 10px;
    }

    .product-info {
        padding: 14px 8px 16px;
    }

    .product-title {
        font-size: 0.76rem;
        line-height: 1.35;
    }

    .product-price {
        font-size: 1.12rem;
    }

    .quick-buy {
        display: none;
    }
}
/* =====================================================
   MOBILE PREMIUM — CATÁLOGO E FILTROS
===================================================== */

@media (max-width: 768px) {
    .catalog-main-v2 {
        padding: 24px 16px 50px;
    }

    .catalog-header-v2 {
        margin-bottom: 24px;
    }

    .breadcrumb-v2 {
        display: none;
    }

    .catalog-title-row {
        display: block;
        padding-bottom: 18px;
    }

    .catalog-title-row h1 {
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 16px;
    }

    .catalog-controls {
        justify-content: space-between;
        gap: 10px;
    }

    .product-count {
        font-size: 0.78rem;
        color: #777;
    }

    .sort-select-v2 {
        max-width: 170px;
        font-size: 0.78rem;
        padding: 8px 10px;
    }

    .catalog-layout-v2 {
        display: block !important;
        width: 100%;
    }

    .sidebar-filters {
        width: 100% !important;
        max-height: 230px !important;
        overflow-y: auto !important;
        position: relative !important;
        top: auto !important;
        padding: 16px !important;
        margin-bottom: 24px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 16px;
        background: #ffffff;
    }

    .filter-group {
        margin-bottom: 18px;
        padding-bottom: 16px;
    }

    .filter-group h3,
    .filter-group h4 {
        font-size: 0.88rem;
        margin-bottom: 12px;
    }

    .filter-group label {
        font-size: 0.84rem;
        margin-bottom: 9px;
    }

    .filter-subtit {
        font-size: 0.72rem;
        margin: 12px 0 8px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }
}
/* =====================================================
   MOBILE PREMIUM — CELULAR PEQUENO
===================================================== */

@media (max-width: 480px) {
    .header-top {
        gap: 8px;
        padding: 9px 10px !important;
    }

    .header-center {
        flex-basis: 62px !important;
        min-width: 62px;
    }

    .logo-img {
        max-height: 54px !important;
        max-width: 62px !important;
    }

    .search-bar-v2 {
        padding: 7px 9px;
    }

    .search-bar-v2 input,
    .search-bar-v2 input::placeholder {
        font-size: 0.76rem;
    }

    .user-actions-v2 {
        gap: 8px;
        font-size: 1.12rem;
    }

    .nav-links-v2 {
        gap: 22px;
        padding: 13px 14px;
    }

    .nav-links-v2 a {
        font-size: 0.74rem;
    }

    .hero-carousel-wrapper {
        min-height: 390px;
        height: 58vh;
    }

    .section-title h2,
    .catalog-title-row h1 {
        font-size: 1.75rem;
    }
}
/* =====================================================
   MOBILE PREMIUM — FILTRO GAVETA / BASE
===================================================== */

.btn-mobile-filter,
.catalog-filter-backdrop,
.mobile-filter-drawer-head,
.mobile-filter-actions {
    display: none;
}
@media (max-width: 768px) {
    .catalog-controls {
        display: grid !important;
        grid-template-columns: auto 1fr auto;
        gap: 10px;
        width: 100%;
    }

    .btn-mobile-filter {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: 40px;
        padding: 0 14px;
        border: 1px solid rgba(197, 160, 89, 0.38);
        border-radius: 999px;
        background: #050505;
        color: var(--gold-primary, #C5A059);
        font-size: 0.78rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        cursor: pointer;
        white-space: nowrap;
    }

    .btn-mobile-filter i {
        font-size: 0.9rem;
    }

    #contador-filtros-mobile {
        display: none;
        align-items: center;
        justify-content: center;
        min-width: 18px;
        height: 18px;
        padding: 0 5px;
        border-radius: 999px;
        background: var(--gold-primary, #C5A059);
        color: #000;
        font-size: 0.68rem;
        font-weight: 900;
    }
}
@media (max-width: 768px) {
    .catalog-filter-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 8998;
        background: rgba(0, 0, 0, 0.48);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    body.catalog-filter-open .catalog-filter-backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    body.catalog-filter-open {
        overflow: hidden;
    }
}
@media (max-width: 768px) {
    .sidebar-filters {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 8999;
        width: min(88vw, 380px) !important;
        max-width: 380px !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 22px 22px 0 !important;
        border: none !important;
        background: #ffffff !important;
        box-shadow: 28px 0 70px rgba(0, 0, 0, 0.24);
        overflow-y: auto !important;
        transform: translateX(-105%);
        transition: transform 0.32s ease;
        -webkit-overflow-scrolling: touch;
    }

    .sidebar-filters.is-open {
        transform: translateX(0);
    }
}
@media (max-width: 768px) {
    .mobile-filter-drawer-head {
        position: sticky;
        top: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 22px 18px 18px;
        background:
            linear-gradient(135deg, #050505, #171717);
        border-bottom: 1px solid rgba(197, 160, 89, 0.28);
    }

    .mobile-filter-drawer-head span {
        display: block;
        margin-bottom: 4px;
        color: var(--gold-primary, #C5A059);
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0.16em;
        text-transform: uppercase;
    }

    .mobile-filter-drawer-head strong {
        display: block;
        color: #ffffff;
        font-family: var(--font-heading);
        font-size: 1.35rem;
        font-weight: 500;
    }

    .btn-close-mobile-filter {
        width: 38px;
        height: 38px;
        border: 1px solid rgba(197, 160, 89, 0.32);
        border-radius: 999px;
        background: rgba(197, 160, 89, 0.08);
        color: var(--gold-primary, #C5A059);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}
@media (max-width: 768px) {
    .sidebar-filters .filter-group {
        margin: 0 !important;
        padding: 20px 18px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .sidebar-filters .filter-group h3,
    .sidebar-filters .filter-group h4 {
        margin-bottom: 14px !important;
        color: #111;
        font-size: 0.9rem;
        font-weight: 900;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .sidebar-filters label {
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 34px;
        margin-bottom: 9px !important;
        color: #333;
        font-size: 0.88rem !important;
        line-height: 1.35;
    }

    .sidebar-filters input[type="checkbox"] {
        width: 17px;
        height: 17px;
        accent-color: var(--gold-primary, #C5A059);
        flex: 0 0 auto;
    }

    .filter-subtit {
        margin: 16px 0 10px !important;
        color: var(--gold-primary, #C5A059);
        font-size: 0.7rem !important;
        font-weight: 900;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }
}
@media (max-width: 768px) {
    .mobile-filter-actions {
        position: sticky;
        bottom: 0;
        z-index: 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 14px 16px 18px;
        background: rgba(255, 255, 255, 0.96);
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.08);
        backdrop-filter: blur(10px);
    }

    .btn-clear-mobile-filter,
    .btn-apply-mobile-filter {
        height: 44px;
        border-radius: 999px;
        font-size: 0.76rem;
        font-weight: 900;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        cursor: pointer;
    }

    .btn-clear-mobile-filter {
        border: 1px solid #ddd;
        background: #fff;
        color: #333;
    }

    .btn-apply-mobile-filter {
        border: 1px solid #050505;
        background: #050505;
        color: var(--gold-primary, #C5A059);
    }
}
@media (max-width: 480px) {
    .catalog-controls {
        grid-template-columns: auto 1fr;
        row-gap: 10px;
    }

    .catalog-controls .product-count {
        text-align: right;
        font-size: 0.74rem;
    }

    .catalog-controls .sort-select-v2 {
        grid-column: 1 / -1;
        width: 100%;
        max-width: 100%;
    }

    .sidebar-filters {
        width: 92vw !important;
        border-radius: 0 18px 18px 0 !important;
    }

    .mobile-filter-drawer-head {
        padding: 20px 16px 16px;
    }

    .mobile-filter-drawer-head strong {
        font-size: 1.22rem;
    }
}
/* =====================================================
   MOBILE PREMIUM — CORREÇÃO DEFINITIVA CATÁLOGO/GAVETA
   Colar no FINAL ABSOLUTO do mobile.css
===================================================== */

@media (max-width: 768px) {
    .catalog-main-v2 {
        padding: 18px 16px 44px !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    .catalog-header-v2 {
        margin: 0 0 16px 0 !important;
        padding: 0 !important;
    }

    .catalog-title-row {
        margin: 0 !important;
        padding: 0 0 14px 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    }

    .catalog-layout-v2 {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        min-height: 0 !important;
        height: auto !important;
        gap: 0 !important;
    }

    .catalog-products-area {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        min-height: 0 !important;
        height: auto !important;
        flex: none !important;
    }

    #catalog-products-container.product-grid-v2,
    .catalog-products-area .product-grid-v2 {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        min-height: 0 !important;
        align-items: start !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — GAVETA FIXA SEM VAZAMENTO
===================================================== */

@media (max-width: 768px) {
    .catalog-layout-v2 > .sidebar-filters,
    body .sidebar-filters {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: auto !important;

        width: min(90vw, 390px) !important;
        max-width: min(90vw, 390px) !important;

        height: auto !important;
        min-height: 100vh !important;
        min-height: 100dvh !important;
        max-height: none !important;

        margin: 0 !important;
        padding: 0 !important;

        z-index: 99999 !important;
        background: #ffffff !important;
        border: none !important;
        border-radius: 0 22px 22px 0 !important;
        box-shadow: 28px 0 70px rgba(0, 0, 0, 0.28) !important;

        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior: contain !important;
        -webkit-overflow-scrolling: touch !important;

        transform: translateX(-110%) !important;
        transition: transform 0.32s ease !important;
        pointer-events: auto !important;
    }

    .catalog-layout-v2 > .sidebar-filters.is-open,
    body .sidebar-filters.is-open {
        transform: translateX(0) !important;
    }

    body:not(.catalog-filter-open) .sidebar-filters {
        visibility: hidden !important;
    }

    body.catalog-filter-open .sidebar-filters {
        visibility: visible !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — FUNDO ESCURO DA GAVETA
===================================================== */

@media (max-width: 768px) {
    .catalog-filter-backdrop {
        position: fixed !important;
        inset: 0 !important;
        z-index: 99998 !important;

        display: block !important;
        background: rgba(0, 0, 0, 0.52) !important;

        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;

        transition: opacity 0.25s ease, visibility 0.25s ease !important;
    }

    body.catalog-filter-open .catalog-filter-backdrop {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    body.catalog-filter-open {
        overflow: hidden !important;
        touch-action: none;
    }
}
/* =====================================================
   MOBILE PREMIUM — CONTEÚDO INTERNO DA GAVETA
===================================================== */

@media (max-width: 768px) {
    .sidebar-filters .mobile-filter-drawer-head {
        position: sticky !important;
        top: 0 !important;
        z-index: 3 !important;
    }

    .sidebar-filters .filter-group {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 20px 18px !important;
        background: #ffffff !important;
        overflow: visible !important;
    }

    .sidebar-filters label {
        width: 100% !important;
        max-width: 100% !important;
    }

    .mobile-filter-actions {
        position: sticky !important;
        bottom: 0 !important;
        z-index: 4 !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — ÁREA DO CLIENTE / ESTRUTURA GERAL
===================================================== */

@media (max-width: 768px) {
    body.account-fixed-shell {
        background: #fafafa !important;
        overflow-x: hidden !important;
    }

    body.account-fixed-shell .return-store-bar {
        position: sticky !important;
        top: 0 !important;
        z-index: 50 !important;
        background: #ffffff !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
        padding: 10px 16px !important;
    }

    body.account-fixed-shell .return-link {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        font-size: 0.82rem !important;
        letter-spacing: 0.06em !important;
    }

    .account-premium-dashboard {
        width: 100% !important;
        max-width: 100% !important;
        padding: 18px 14px 50px !important;
        margin: 0 !important;
        overflow-x: hidden !important;
    }

    .dashboard-wrapper {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .dashboard-sidebar {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

    .dashboard-content {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — CARD DO CLIENTE + MENU DA CONTA
===================================================== */

@media (max-width: 768px) {
    .profile-header-premium {
        display: flex !important;
        align-items: center !important;
        gap: 14px !important;
        width: 100% !important;
        padding: 16px !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        border-radius: 22px !important;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.045) !important;
    }

    .avatar-circle {
        width: 58px !important;
        height: 58px !important;
        min-width: 58px !important;
        font-size: 1.2rem !important;
    }

    .user-meta {
        min-width: 0 !important;
        flex: 1 1 auto !important;
    }

    .user-meta .greeting {
        margin: 0 0 3px 0 !important;
        font-size: 0.68rem !important;
        letter-spacing: 0.18em !important;
    }

    .user-meta .user-name {
        margin: 0 0 6px 0 !important;
        font-size: 1.18rem !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .vip-tag {
        display: inline-flex !important;
        width: fit-content !important;
        padding: 5px 9px !important;
        font-size: 0.62rem !important;
        letter-spacing: 0.1em !important;
        border-radius: 999px !important;
    }

    .dashboard-nav {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 12px 0 0 0 !important;
        border: none !important;
    }

    .dashboard-nav .nav-divider {
        display: none !important;
    }

    .dashboard-nav .nav-item {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        min-height: 54px !important;
        width: 100% !important;
        padding: 12px !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        border-radius: 16px !important;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.035) !important;
        color: #555 !important;
        font-size: 0.82rem !important;
        line-height: 1.2 !important;
    }

    .dashboard-nav .nav-item i {
        width: 20px !important;
        min-width: 20px !important;
        font-size: 1.05rem !important;
        color: inherit !important;
    }

    .dashboard-nav .nav-item span {
        min-width: 0 !important;
        line-height: 1.2 !important;
    }

    .dashboard-nav .nav-item.active {
        background: #050505 !important;
        border-color: rgba(197, 160, 89, 0.55) !important;
        color: var(--gold-primary, #C5A059) !important;
    }

    .dashboard-nav .logout-premium {
        grid-column: 1 / -1 !important;
        justify-content: center !important;
        color: #b91c1c !important;
        background: #fff7f7 !important;
        border-color: rgba(185, 28, 28, 0.14) !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — CONTEÚDO, TÍTULOS E FORMULÁRIOS
===================================================== */

@media (max-width: 768px) {
    .content-header {
        width: 100% !important;
        margin: 0 0 18px 0 !important;
        padding: 0 2px !important;
    }

    .content-header h2 {
        margin: 0 0 10px 0 !important;
        font-size: 2.15rem !important;
        line-height: 1 !important;
        letter-spacing: -0.045em !important;
    }

    .content-header .subtitle,
    .subtitle {
        max-width: 100% !important;
        margin: 0 !important;
        font-size: 0.92rem !important;
        line-height: 1.55 !important;
        color: #777 !important;
    }

    .content-card-fade,
    .premium-card {
        width: 100% !important;
        max-width: 100% !important;
    }

    .premium-card {
        padding: 22px 16px !important;
        border-radius: 20px !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.045) !important;
    }

    .luxury-form .form-section {
        margin: 0 0 28px 0 !important;
    }

    .section-label {
        display: block !important;
        margin-bottom: 18px !important;
        font-size: 0.76rem !important;
        letter-spacing: 0.18em !important;
    }

    .luxury-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        width: 100% !important;
    }

    .luxury-grid .span-2 {
        grid-column: auto !important;
    }

    .field-box {
        width: 100% !important;
        margin: 0 !important;
    }

    .field-box label {
        display: block !important;
        margin-bottom: 8px !important;
        font-size: 0.72rem !important;
        letter-spacing: 0.12em !important;
    }

    .field-box input,
    .field-box select,
    .field-box textarea {
        width: 100% !important;
        min-height: 46px !important;
        font-size: 1rem !important;
        line-height: 1.3 !important;
    }

    .form-footer-premium {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        width: 100% !important;
        margin-top: 24px !important;
        text-align: center !important;
    }

    .encryption-badge {
        justify-content: center !important;
        width: 100% !important;
        font-size: 0.78rem !important;
    }

    .btn-gold-action {
        width: 100% !important;
        min-height: 48px !important;
        text-align: center !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — ENDEREÇOS / PEDIDOS / WISHLIST
===================================================== */

@media (max-width: 768px) {
    .address-view-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px !important;
        width: 100% !important;
        margin-bottom: 18px !important;
    }

    .address-view-header .header-text h3,
    .luxury-subtitle {
        font-size: 1.35rem !important;
        line-height: 1.15 !important;
        margin-bottom: 8px !important;
    }

    .address-view-header .header-text p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }

    .luxury-address-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        width: 100% !important;
    }

    #form-endereco-box {
        width: 100% !important;
        margin-top: 18px !important;
        padding: 20px 16px !important;
        border-radius: 20px !important;
    }

    #step-1-cep .field-box {
        max-width: 100% !important;
    }

    #step-1-cep .field-box > div {
        display: grid !important;
        grid-template-columns: 1fr 48px !important;
        gap: 10px !important;
    }

    .locked-address-data {
        padding: 16px !important;
        border-radius: 16px !important;
    }

    .address-type-selector {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }

    .type-card {
        padding: 16px 10px !important;
        border-radius: 16px !important;
    }

    .type-card i {
        font-size: 1.4rem !important;
    }

    .type-card span {
        font-size: 0.82rem !important;
    }

    .pedidos-filtros-vip {
        display: flex !important;
        gap: 10px !important;
        width: 100% !important;
        margin: 0 0 18px 0 !important;
        padding: 0 0 12px 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
    }

    .pedidos-filtros-vip::-webkit-scrollbar {
        display: none !important;
    }

    .pedido-filtro-btn {
        flex: 0 0 auto !important;
        min-height: 42px !important;
        padding: 0 14px !important;
        border-radius: 999px !important;
        font-size: 0.76rem !important;
        white-space: nowrap !important;
        scroll-snap-align: start !important;
    }

    #pedidos-lista-direta,
    #wishlist-grid-direta {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }

    #pedidos-lista-direta > div[style],
    #wishlist-grid-direta > div[style] {
        padding: 28px 16px !important;
        border-radius: 18px !important;
    }

    #wishlist-grid-direta .product-grid-v2,
    #wishlist-grid-direta .wishlist-grid,
    #wishlist-grid-direta {
        max-width: 100% !important;
    }

    .gems-modal .modal-content-premium {
        width: calc(100vw - 28px) !important;
        max-width: calc(100vw - 28px) !important;
        max-height: 86dvh !important;
        overflow-y: auto !important;
        padding: 22px 16px !important;
        border-radius: 20px !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — ÁREA DO CLIENTE / CELULAR PEQUENO
===================================================== */

@media (max-width: 480px) {
    .account-premium-dashboard {
        padding: 16px 12px 44px !important;
    }

    .profile-header-premium {
        padding: 14px !important;
        border-radius: 18px !important;
    }

    .avatar-circle {
        width: 52px !important;
        height: 52px !important;
        min-width: 52px !important;
    }

    .user-meta .user-name {
        font-size: 1.08rem !important;
    }

    .dashboard-nav {
        gap: 8px !important;
    }

    .dashboard-nav .nav-item {
        min-height: 52px !important;
        padding: 11px 10px !important;
        font-size: 0.78rem !important;
        border-radius: 14px !important;
    }

    .dashboard-nav .nav-item i {
        font-size: 1rem !important;
    }

    .content-header h2 {
        font-size: 1.92rem !important;
    }

    .premium-card {
        padding: 20px 14px !important;
        border-radius: 18px !important;
    }

    .address-type-selector {
        grid-template-columns: 1fr !important;
    }

    .pedido-filtro-btn {
        min-height: 40px !important;
        font-size: 0.72rem !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — PÁGINA DE PRODUTO / ESTRUTURA
===================================================== */

@media (max-width: 768px) {
    .product-page-prime {
        padding: 0 !important;
        background: #f7f5f0;
    }

    .pdp-container-v2 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 18px 14px 44px !important;
        margin: 0 auto !important;
        overflow-x: hidden;
    }

    .product-page-prime .breadcrumb-v2,
    #pdp-breadcrumb {
        display: none !important;
    }

    .pdp-top-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
        width: 100% !important;
    }

    .pdp-gallery-v2,
    .pdp-buy-box,
    .pdp-info-grid,
    .related-products-section {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — PÁGINA DE PRODUTO / GALERIA
===================================================== */

@media (max-width: 768px) {
    body.theme-light .product-page-prime .pdp-main-img-box {
        height: clamp(300px, 78vw, 360px) !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.06) !important;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06) !important;
    }

    body.theme-light .product-page-prime .pdp-main-img-box img,
    body.theme-light .product-page-prime .pdp-main-img-box video {
        padding: 10px !important;
        object-fit: contain !important;
    }

    .pdp-zoom-in-place:hover img {
        transform: none !important;
    }

    .pdp-thumbnails-wrapper {
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        padding: 2px 2px 8px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .pdp-thumbnails-wrapper::-webkit-scrollbar {
        display: none;
    }

    body.theme-light .product-page-prime .pdp-thumb-item {
        width: 64px !important;
        height: 64px !important;
        border-radius: 14px !important;
        opacity: 0.55 !important;
        scroll-snap-align: start;
    }

    body.theme-light .product-page-prime .pdp-thumb-item.active,
    body.theme-light .product-page-prime .pdp-thumb-item:hover {
        opacity: 1 !important;
        transform: translateY(-2px) !important;
    }

    .pdp-wishlist-btn {
        top: 12px !important;
        right: 12px !important;
        width: 42px !important;
        height: 42px !important;
        z-index: 4 !important;
        background: rgba(255, 255, 255, 0.92) !important;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12) !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — PÁGINA DE PRODUTO / COMPRA
===================================================== */

@media (max-width: 768px) {
    .pdp-buy-box {
        padding: 22px 18px !important;
        border-radius: 22px !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.06) !important;
        box-shadow: 0 16px 42px rgba(0, 0, 0, 0.07) !important;
    }

    .pdp-buy-box h1 {
        font-size: 1.55rem !important;
        line-height: 1.18 !important;
        margin-bottom: 8px !important;
        text-align: left !important;
    }

    .pdp-ref {
        display: block !important;
        margin-bottom: 18px !important;
        font-size: 0.72rem !important;
        color: #888 !important;
        letter-spacing: 0.08em !important;
    }

    .pdp-pricing {
        padding: 18px 0 !important;
        margin: 0 !important;
        border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    }

    .pdp-price-main {
        font-size: 2rem !important;
        line-height: 1 !important;
        color: #111 !important;
    }

    .pdp-pix-discount,
    .pdp-installments {
        display: block !important;
        margin-top: 7px !important;
        font-size: 0.84rem !important;
        line-height: 1.35 !important;
    }

    .pdp-size-guide-trigger {
        margin: 18px 0 !important;
        padding: 12px 14px !important;
        border-radius: 14px !important;
        background: #faf7ef !important;
    }

    .pdp-size-guide-trigger a {
        display: flex !important;
        align-items: center !important;
        gap: 9px !important;
        font-size: 0.84rem !important;
        line-height: 1.35 !important;
    }

    .pdp-actions-row {
        display: grid !important;
        grid-template-columns: 74px 1fr !important;
        gap: 10px !important;
        width: 100% !important;
        margin-top: 18px !important;
    }

    .pdp-qty {
        width: 74px !important;
        height: 48px !important;
        border-radius: 999px !important;
        text-align: center !important;
    }

    .btn-buy-v2 {
        width: 100% !important;
        min-height: 48px !important;
        padding: 13px 12px !important;
        border-radius: 999px !important;
        font-size: 0.78rem !important;
        letter-spacing: 0.07em !important;
        white-space: normal !important;
        line-height: 1.2 !important;
    }

    #btn-comprar-agora {
        grid-column: 1 / -1 !important;
        min-height: 52px !important;
    }

    .pdp-shipping-calc {
        margin-top: 20px !important;
        padding: 16px !important;
        border-radius: 18px !important;
        background: #f7f7f7 !important;
    }

    .shipping-input-group {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        gap: 8px !important;
        width: 100% !important;
    }

    .shipping-input-group input {
        min-width: 0 !important;
        height: 44px !important;
        border-radius: 999px !important;
    }

    .shipping-input-group .btn-black {
        height: 44px !important;
        border-radius: 999px !important;
        padding: 0 16px !important;
        font-size: 0.74rem !important;
    }

    .pdp-info-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        margin-top: 22px !important;
    }

    .pdp-description-section,
    .pdp-specs-section {
        padding: 20px 18px !important;
        border-radius: 20px !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.06) !important;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05) !important;
    }

    .pdp-description-section h2,
    .pdp-specs-section h2 {
        font-size: 1.18rem !important;
        margin-bottom: 14px !important;
    }

    .specs-table {
        width: 100% !important;
        font-size: 0.84rem !important;
    }

    .specs-table td {
        padding: 11px 4px !important;
        vertical-align: top !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — SACOLA / COFRE — BASE
===================================================== */

@media (max-width: 768px) {
    .gems-cart-wrapper {
        padding: 22px 0 44px !important;
        background: #f7f5f0 !important;
        overflow-x: hidden !important;
    }

    .gems-cart-wrapper .gems-container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 14px !important;
        margin: 0 auto !important;
    }

    .cofre-header-section,
    .cart-header-section {
        text-align: center !important;
        padding: 18px 8px 22px !important;
        margin: 0 !important;
    }

    .cofre-eyebrow {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        padding: 8px 13px !important;
        border-radius: 999px !important;
        background: #fff !important;
        color: var(--gold-primary, #C5A059) !important;
        font-size: 0.7rem !important;
        font-weight: 800 !important;
        letter-spacing: 0.12em !important;
        text-transform: uppercase !important;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05) !important;
    }

    .cofre-cart-title,
    .cart-title {
        margin: 16px 0 10px !important;
        font-size: clamp(1.85rem, 8vw, 2.45rem) !important;
        line-height: 0.98 !important;
        letter-spacing: 0.02em !important;
        text-align: center !important;
    }

    .cofre-cart-subtitle,
    .cart-subtitle {
        max-width: 310px !important;
        margin: 0 auto !important;
        font-size: 0.88rem !important;
        line-height: 1.55 !important;
        color: #6d665c !important;
    }

    .cart-grid-obsidian {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .cart-items-column,
    .cart-summary-obsidian {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — SACOLA / COFRE — ITENS
===================================================== */

@media (max-width: 768px) {
    #cart-items-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        width: 100% !important;
    }

    .cart-item-visual-card {
        display: grid !important;
        grid-template-columns: 26px 92px 1fr !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
        padding: 14px !important;
        border-radius: 22px !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.06) !important;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06) !important;
        overflow: hidden !important;
    }

    .cart-item-visual-card > div:first-child {
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .cart-item-visual-card input[type="checkbox"] {
        width: 18px !important;
        height: 18px !important;
        transform: none !important;
        accent-color: var(--gold-primary, #C5A059) !important;
    }

    .cart-item-img-box {
        width: 92px !important;
        height: 92px !important;
        border-radius: 18px !important;
        background: #f8f6f1 !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
    }

    .cart-item-img-box img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        padding: 8px !important;
    }

    .cart-item-details-box {
        min-width: 0 !important;
        padding: 0 !important;
    }

    .cart-item-ref {
        display: block !important;
        margin-bottom: 5px !important;
        color: var(--gold-primary, #C5A059) !important;
        font-size: 0.62rem !important;
        font-weight: 900 !important;
        letter-spacing: 0.13em !important;
        text-transform: uppercase !important;
    }

    .cart-item-title {
        margin: 0 0 6px !important;
        font-size: 0.96rem !important;
        line-height: 1.22 !important;
        color: #111 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .cart-item-meta {
        margin: 0 !important;
        font-size: 0.72rem !important;
        line-height: 1.35 !important;
        color: #6f6a62 !important;
    }

    .cart-item-pricing-box {
        grid-column: 2 / -1 !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-end !important;
        gap: 10px !important;
        padding-top: 12px !important;
        border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
    }

    .cart-item-total-price {
        font-size: 1.08rem !important;
        font-weight: 900 !important;
        color: #111 !important;
        line-height: 1 !important;
    }

    .cart-item-unit-price {
        font-size: 0.72rem !important;
        color: #8a8378 !important;
        text-align: right !important;
    }

    .cart-item-actions-box {
        grid-column: 1 / -1 !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 12px !important;
        padding-top: 10px !important;
    }

    .gems-qty-control-v2 {
        display: inline-flex !important;
        align-items: center !important;
        height: 42px !important;
        border-radius: 999px !important;
        background: #f6f3ec !important;
        border: 1px solid rgba(0, 0, 0, 0.06) !important;
        overflow: hidden !important;
    }

    .gems-qty-control-v2 button {
        width: 42px !important;
        height: 42px !important;
        border: none !important;
        background: transparent !important;
        font-size: 1.05rem !important;
        color: #111 !important;
    }

    .gems-qty-control-v2 span {
        min-width: 34px !important;
        text-align: center !important;
        font-size: 0.88rem !important;
        font-weight: 800 !important;
    }

    .btn-remove-item-v2 {
        width: 42px !important;
        height: 42px !important;
        border-radius: 999px !important;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        background: #fff !important;
        color: #8a1f1f !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — SACOLA / COFRE — RESUMO
===================================================== */

@media (max-width: 768px) {
    .cart-extra-options {
        display: block !important;
        margin-top: 16px !important;
    }

    .gift-card-option {
        display: flex !important;
        align-items: flex-start !important;
        gap: 14px !important;
        width: 100% !important;
        padding: 18px !important;
        border-radius: 20px !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.06) !important;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05) !important;
    }

    .gift-card-option > i {
        flex: 0 0 auto !important;
        width: 42px !important;
        height: 42px !important;
        border-radius: 999px !important;
        background: #faf6ec !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 1.15rem !important;
    }

    .gift-card-option h4 {
        margin: 0 0 6px !important;
        font-size: 0.92rem !important;
        line-height: 1.25 !important;
        color: #111 !important;
    }

    .gift-card-option p {
        margin: 0 0 12px !important;
        font-size: 0.78rem !important;
        line-height: 1.45 !important;
        color: #6f6a62 !important;
    }

    .cofre-gift-switch,
    .gems-switch {
        display: flex !important;
        align-items: flex-start !important;
        gap: 8px !important;
        font-size: 0.78rem !important;
        line-height: 1.35 !important;
        color: #111 !important;
    }

    .cart-summary-obsidian {
        position: static !important;
        top: auto !important;
        padding: 22px 18px !important;
        border-radius: 24px !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.06) !important;
        box-shadow: 0 16px 42px rgba(0, 0, 0, 0.08) !important;
    }

    .cart-summary-obsidian h3 {
        margin-bottom: 18px !important;
        padding-bottom: 14px !important;
        font-size: 1.08rem !important;
        line-height: 1.25 !important;
        text-align: left !important;
    }

    .summary-totals {
        margin-bottom: 20px !important;
    }

    .summary-totals .total-row {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        gap: 12px !important;
        margin-bottom: 12px !important;
        font-size: 0.9rem !important;
        line-height: 1.35 !important;
    }

    .summary-totals .final-total {
        margin-top: 18px !important;
        padding-top: 18px !important;
        font-size: 1.22rem !important;
        align-items: center !important;
    }

    #cart-total {
        font-size: 1.35rem !important;
        font-weight: 900 !important;
        white-space: nowrap !important;
    }

    #cart-parcelamento {
        text-align: left !important;
        margin-top: 6px !important;
        font-size: 0.78rem !important;
        line-height: 1.35 !important;
    }

    .shipping-progress-container {
        margin: 16px 0 18px !important;
        padding: 15px !important;
        border-radius: 18px !important;
        background: #f8f3e8 !important;
        border: 1px solid rgba(197, 160, 89, 0.22) !important;
    }

    #frete-status-texto {
        margin-bottom: 10px !important;
        font-size: 0.78rem !important;
        line-height: 1.4 !important;
        color: #4e473d !important;
    }

    .progress-bar-v2 {
        height: 8px !important;
        border-radius: 999px !important;
        background: #e7ddca !important;
    }

    .progress-bar-fill {
        height: 100% !important;
        border-radius: 999px !important;
    }

    .summary-actions {
        gap: 12px !important;
    }

    .btn-checkout-obsidian {
        min-height: 54px !important;
        padding: 15px 16px !important;
        border-radius: 999px !important;
        font-size: 0.82rem !important;
        letter-spacing: 0.08em !important;
        line-height: 1.2 !important;
    }

    .security-badge {
        margin-top: 22px !important;
        padding-top: 16px !important;
        font-size: 0.78rem !important;
        line-height: 1.35 !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — SACOLA / COFRE — VAZIO E LOADING
===================================================== */

@media (max-width: 768px) {
    .cofre-loading-state,
    .cofre-empty-state {
        width: 100% !important;
        padding: 42px 22px !important;
        border-radius: 24px !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.06) !important;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06) !important;
        text-align: center !important;
    }

    .cofre-loading-state i,
    .cofre-empty-state > i {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 58px !important;
        height: 58px !important;
        margin-bottom: 16px !important;
        border-radius: 999px !important;
        background: #faf6ec !important;
        color: var(--gold-primary, #C5A059) !important;
        font-size: 1.45rem !important;
    }

    .cofre-loading-state span,
    .cofre-empty-eyebrow {
        display: block !important;
        margin-bottom: 10px !important;
        color: var(--gold-primary, #C5A059) !important;
        font-size: 0.7rem !important;
        font-weight: 900 !important;
        letter-spacing: 0.14em !important;
        text-transform: uppercase !important;
    }

    .cofre-empty-state h2 {
        margin: 0 0 10px !important;
        font-size: 1.45rem !important;
        line-height: 1.12 !important;
        color: #111 !important;
    }

    .cofre-empty-state p {
        margin: 0 auto 22px !important;
        max-width: 285px !important;
        font-size: 0.86rem !important;
        line-height: 1.55 !important;
        color: #6f6a62 !important;
    }

    .cofre-empty-state a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 46px !important;
        padding: 0 22px !important;
        border-radius: 999px !important;
        background: #050505 !important;
        color: var(--gold-primary, #C5A059) !important;
        text-decoration: none !important;
        font-size: 0.76rem !important;
        font-weight: 900 !important;
        letter-spacing: 0.1em !important;
        text-transform: uppercase !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — SACOLA / RODAPÉ SEGURO
===================================================== */

@media (max-width: 768px) {
    .checkout-footer {
        width: 100% !important;
        padding: 24px 14px 28px !important;
        background: #050505 !important;
        overflow: hidden !important;
    }

    .checkout-footer-content {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 14px !important;
        text-align: center !important;
    }

    .checkout-footer .footer-security {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        width: fit-content !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 9px 14px !important;
        border-radius: 999px !important;
        background: rgba(197, 160, 89, 0.12) !important;
        color: var(--gold-primary, #C5A059) !important;
        font-size: 0.78rem !important;
        font-weight: 900 !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    .checkout-footer .footer-security i {
        flex: 0 0 auto !important;
        font-size: 0.9rem !important;
    }

    .checkout-footer .footer-copyright {
        width: 100% !important;
        max-width: 340px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .checkout-footer .footer-copyright p {
        width: 100% !important;
        margin: 0 !important;
        color: rgba(255, 255, 255, 0.72) !important;
        font-size: 0.72rem !important;
        line-height: 1.55 !important;
        font-weight: 400 !important;
        word-break: normal !important;
        overflow-wrap: anywhere !important;
    }

    .checkout-footer .footer-copyright strong {
        display: block !important;
        margin-bottom: 4px !important;
        color: #ffffff !important;
        font-size: 0.78rem !important;
        letter-spacing: 0.04em !important;
    }
}
/* Segurança dentro do resumo da sacola */

@media (max-width: 768px) {
    .cart-summary-obsidian .security-badge {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        width: 100% !important;
        line-height: 1.35 !important;
        text-align: center !important;
    }

    .cart-summary-obsidian .security-badge i {
        flex: 0 0 auto !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — CHECKOUT / BASE E ESTRUTURA
===================================================== */

@media (max-width: 768px) {
    body.theme-light {
        overflow-x: hidden !important;
    }

    body.theme-light .header-v2 {
        position: sticky !important;
        top: 0 !important;
        z-index: 40 !important;
        background: #ffffff !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    }

    body.theme-light .header-v2 .header-top {
        padding: 14px 16px !important;
        justify-content: center !important;
    }

    body.theme-light .header-v2 .logo-v2 {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
    }

    body.theme-light .header-v2 .logo-text-v2 {
        font-size: 1.25rem !important;
        letter-spacing: 0.04em !important;
    }

    .checkout-page {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 20px 14px 46px !important;
        background: #f7f5f0 !important;
        overflow-x: hidden !important;
    }

    .checkout-page > h1 {
        margin: 8px 0 22px !important;
        font-size: clamp(1.75rem, 8vw, 2.35rem) !important;
        line-height: 1 !important;
        letter-spacing: 0.02em !important;
        text-align: center !important;
    }

    .checkout-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .checkout-forms,
    .checkout-summary {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .checkout-summary {
        order: -1 !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — CHECKOUT / ETAPAS
===================================================== */

@media (max-width: 768px) {
    .step-container {
        margin: 0 0 14px 0 !important;
        border-radius: 22px !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.07) !important;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.055) !important;
        overflow: hidden !important;
    }

    .step-container.active {
        border-color: rgba(197, 160, 89, 0.5) !important;
        box-shadow: 0 18px 44px rgba(197, 160, 89, 0.13) !important;
    }

    .step-header {
        padding: 18px 16px !important;
        gap: 12px !important;
    }

    .step-title {
        min-width: 0 !important;
        gap: 10px !important;
        font-size: 0.95rem !important;
        line-height: 1.25 !important;
        color: #777 !important;
    }

    .step-number {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        font-size: 0.82rem !important;
    }

    .step-container.active .step-title {
        color: #111 !important;
    }

    .step-summary {
        padding: 0 16px 16px !important;
        font-size: 0.78rem !important;
        line-height: 1.45 !important;
        color: #6b6258 !important;
    }

    .step-content {
        padding: 18px 16px 20px !important;
    }

    .step-content h3 {
        font-size: 0.78rem !important;
        line-height: 1.25 !important;
        letter-spacing: 0.12em !important;
        color: #6a6258 !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — CHECKOUT / FORMULÁRIOS
===================================================== */

@media (max-width: 768px) {
    #step-box-1 .step-content > div[style*="grid-template-columns"],
    #form-novo-endereco-checkout > div[style*="grid-template-columns"] {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin-bottom: 20px !important;
    }

    #step-box-1 input,
    #container-cartao input,
    #container-cartao select,
    .checkout-input {
        width: 100% !important;
        min-height: 48px !important;
        padding: 13px 14px !important;
        border-radius: 14px !important;
        border: 1px solid rgba(0, 0, 0, 0.1) !important;
        background: #ffffff !important;
        font-size: 0.95rem !important;
        line-height: 1.3 !important;
        box-shadow: none !important;
    }

    #chk-rua,
    #chk-bairro,
    #chk-cidade {
        background: #f4f2ed !important;
        color: #6c655c !important;
    }

    #btn-toggle-novo-endereco {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 7px !important;
        min-height: 38px !important;
        padding: 0 12px !important;
        border-radius: 999px !important;
        background: #f8f3e8 !important;
        border: 1px solid rgba(197, 160, 89, 0.2) !important;
        font-size: 0.72rem !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
    }

    #lista-enderecos-checkout {
        width: 100% !important;
        margin-bottom: 18px !important;
    }

    #lista-enderecos-checkout .shipping-option {
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .step-content > div[style*="text-align: right"],
    #step-box-2 .step-content > div[style*="text-align: right"] {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        text-align: stretch !important;
        margin-top: 18px !important;
    }

    .btn-primary,
    .btn-outline,
    #btn-avancar-pagamento,
    #btn-processar-pagamento {
        width: 100% !important;
        min-height: 50px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 999px !important;
        padding: 14px 16px !important;
        font-size: 0.78rem !important;
        font-weight: 900 !important;
        letter-spacing: 0.08em !important;
        line-height: 1.2 !important;
        text-align: center !important;
        margin: 0 !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — CHECKOUT / FRETE E PAGAMENTO
===================================================== */

@media (max-width: 768px) {
    #loading-frete {
        padding: 28px 16px !important;
        border-radius: 18px !important;
        background: #faf7ef !important;
    }

    #container-opcoes-frete {
        width: 100% !important;
    }

    .shipping-option {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 14px !important;
        width: 100% !important;
        padding: 16px !important;
        margin-bottom: 12px !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.045) !important;
    }

    .shipping-option.selected {
        background: #fffaf0 !important;
        border-color: rgba(197, 160, 89, 0.6) !important;
        box-shadow: 0 12px 30px rgba(197, 160, 89, 0.12) !important;
    }

    .shipping-option i {
        flex: 0 0 auto !important;
    }

    .shipping-option span,
    .shipping-option strong {
        line-height: 1.25 !important;
    }

    .payment-methods {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        width: 100% !important;
        margin-bottom: 18px !important;
    }

    .payment-methods label {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 14px !important;
        width: 100% !important;
        min-height: 70px !important;
        padding: 16px !important;
        border-radius: 18px !important;
        text-align: left !important;
        background: #ffffff !important;
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.045) !important;
    }

    .payment-methods label i {
        margin: 0 !important;
        width: 34px !important;
        min-width: 34px !important;
        text-align: center !important;
    }

    #container-pix,
    #container-cartao {
        width: 100% !important;
        padding: 18px 16px !important;
        border-radius: 20px !important;
    }

    .credit-card-form {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        width: 100% !important;
    }

    .form-group-split {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
    }

    .form-group-full,
    .form-group-half {
        width: 100% !important;
        min-width: 0 !important;
    }

    .credit-card-form label {
        display: block !important;
        margin-bottom: 7px !important;
        font-size: 0.72rem !important;
        letter-spacing: 0.08em !important;
        color: #6a6258 !important;
        text-transform: uppercase !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — CHECKOUT / RESUMO DO PEDIDO
===================================================== */

@media (max-width: 768px) {
    .checkout-summary {
        top: auto !important;
        padding: 22px 18px !important;
        border-radius: 24px !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.06) !important;
        box-shadow: 0 16px 42px rgba(0, 0, 0, 0.075) !important;
    }

    .checkout-summary h3 {
        margin: 0 0 16px !important;
        padding-bottom: 14px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
        font-size: 1.08rem !important;
        line-height: 1.25 !important;
        color: #111 !important;
    }

    #checkout-items-list {
        max-height: 210px !important;
        margin-bottom: 18px !important;
        padding-right: 4px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    #checkout-items-list > div {
        gap: 10px !important;
        align-items: flex-start !important;
        margin-bottom: 12px !important;
        font-size: 0.82rem !important;
        line-height: 1.35 !important;
    }

    #checkout-items-list img {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        border-radius: 12px !important;
        object-fit: contain !important;
        background: #f7f5f0 !important;
    }

    .checkout-coupon-v2 {
        margin-top: 18px !important;
        padding-top: 18px !important;
        border-top: 1px dashed rgba(0, 0, 0, 0.12) !important;
    }

    .checkout-coupon-v2 label {
        margin-bottom: 10px !important;
        font-size: 0.7rem !important;
        letter-spacing: 0.13em !important;
    }

    .checkout-coupon-v2 > div[style*="display: flex"] {
        display: grid !important;
        grid-template-columns: 1fr 92px !important;
        gap: 8px !important;
    }

    #chk-input-cupom {
        width: 100% !important;
        min-width: 0 !important;
        height: 44px !important;
        padding: 0 13px !important;
        border-radius: 999px !important;
        font-size: 0.78rem !important;
    }

    #btn-aplicar-cupom-chk {
        height: 44px !important;
        padding: 0 12px !important;
        border-radius: 999px !important;
        font-size: 0.68rem !important;
        letter-spacing: 0.06em !important;
    }

    #chk-linha-desconto {
        gap: 10px !important;
        align-items: flex-start !important;
        font-size: 0.82rem !important;
        line-height: 1.35 !important;
    }

    #chk-valor-desconto {
        text-align: right !important;
        word-break: keep-all !important;
    }

    #checkout-frete-gratis-box {
        margin: 14px 0 16px !important;
        padding: 14px !important;
        border-radius: 18px !important;
        background: #f8f3e8 !important;
        border: 1px solid rgba(197, 160, 89, 0.22) !important;
    }

    #checkout-frete-gratis-texto {
        margin-bottom: 10px !important;
        font-size: 0.78rem !important;
        line-height: 1.4 !important;
        color: #4e473d !important;
    }

    #checkout-frete-gratis-box > div {
        height: 8px !important;
        border-radius: 999px !important;
        background: #e7ddca !important;
    }

    #checkout-frete-gratis-bar {
        border-radius: 999px !important;
    }

    #chk-subtotal,
    #chk-frete-valor,
    #chk-total {
        white-space: nowrap !important;
        text-align: right !important;
    }

    #chk-total {
        font-size: 1.35rem !important;
        font-weight: 900 !important;
    }

    .checkout-summary > div:last-child {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        padding-top: 14px !important;
        border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
        font-size: 0.76rem !important;
        line-height: 1.35 !important;
        color: #777 !important;
        text-align: center !important;
    }
}
/* =====================================================
   MOBILE PREMIUM — CHECKOUT / CELULAR PEQUENO
===================================================== */

@media (max-width: 480px) {
    .checkout-page {
        padding: 18px 12px 42px !important;
    }

    .checkout-page > h1 {
        font-size: 1.85rem !important;
    }

    .checkout-summary,
    .step-container {
        border-radius: 20px !important;
    }

    .checkout-summary {
        padding: 20px 15px !important;
    }

    .step-header {
        padding: 16px 14px !important;
    }

    .step-content {
        padding: 16px 14px 18px !important;
    }

    .step-title {
        font-size: 0.88rem !important;
    }

    .step-number {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
    }

    .form-group-split {
        grid-template-columns: 1fr !important;
    }

    .checkout-coupon-v2 > div[style*="display: flex"] {
        grid-template-columns: 1fr !important;
    }

    #btn-aplicar-cupom-chk {
        width: 100% !important;
    }

    #checkout-items-list {
        max-height: 185px !important;
    }
}