/**
 * ONEMUNDO - CORREÇÕES COMPLETAS
 * Atualizado: 2025-12-21 00:31:02
 */

/* RESET */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* FIX PÁGINA PUXADA PARA CIMA */
#content { padding-top: 25px !important; margin-top: 0 !important; }
.breadcrumb { margin-top: 20px !important; margin-bottom: 15px !important; padding: 10px 15px !important; }
#page, .page-wrapper, main { margin-top: 0 !important; padding-top: 0 !important; }
.row:first-child { margin-top: 0 !important; }

/* HOME */
#om-membership-banner { margin-top: 20px !important; margin-bottom: 15px !important; position: relative !important; }
.route-common-home .breadcrumb { display: none; }

/* CHECKOUT */
.route-checkout-checkout #content, #checkout-checkout { padding-top: 30px !important; margin-top: 0 !important; }
.route-checkout-checkout .breadcrumb { margin-top: 25px !important; }
#checkout-checkout .panel { margin-bottom: 15px; }
#checkout-checkout .panel-heading { padding: 15px 20px; }
#checkout-checkout .panel-body { padding: 20px; }

/* CARRINHO */
.route-checkout-cart #content, .om-cart-page { padding-top: 25px !important; margin-top: 0 !important; }

/* PRODUTO */
.route-product-product #content { padding-top: 25px !important; }

/* CATEGORIA E BUSCA */
.route-product-category #content, .route-product-search #content { padding-top: 20px !important; }

/* CONTA */
.route-account-account #content, .route-account-login #content { padding-top: 25px !important; }

/* IMAGENS RESPONSIVAS */
img { max-width: 100% !important; height: auto !important; }

/* BOTÕES TOUCH (44px mínimo) */
button, .btn, [type="submit"], a.btn { min-height: 44px !important; padding: 12px 16px !important; }

/* INPUTS (previne zoom iOS) */
input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"], select, textarea {
    min-height: 44px !important; padding: 12px !important; font-size: 16px !important;
}

/* TIPOGRAFIA MÍNIMA */
p, span, a, li, td, th, label { font-size: max(14px, 1em); }

/* JOURNAL3 */
.page-title { margin-top: 15px !important; margin-bottom: 15px !important; }
.j-slideshow, .module-master_slider { margin-top: 0 !important; }

/* ESCONDER FRETE GRÁTIS PARA BRONZE */
body.membership-bronze #om-freeshipping-bar { display: none !important; }

/* MOBILE */
@media (max-width: 991px) {
    #content { padding-top: 20px !important; }
    .breadcrumb { margin-top: 15px !important; }
}

@media (max-width: 768px) {
    .product-grid, .product-layout { width: 50% !important; float: left; }
    #column-left, #column-right { width: 100% !important; }
    footer .col-sm-3, footer .col-sm-4 { width: 50% !important; }
}

@media (max-width: 480px) {
    .product-grid, .product-layout { width: 100% !important; }
    footer .col-sm-3, footer .col-sm-4 { width: 100% !important; }
    #content { padding-top: 15px !important; }
}
