/* =========================================================
   MSDEV - Farmácia Belladona | CARRINHO - BASE
   Cabeçalho + rodapé consolidados a partir da PDP final.
   A área específica do carrinho será adicionada no próximo passo.
   ========================================================= */

/* =========================================================
   MSDEV - Farmácia Belladona | Máscara GERAL do Cabeçalho
   Arquivo: bella-dona-geral.css
   Contém SOMENTE as regras do cabeçalho (barra de avisos,
   barra social, logo, busca, conta, carrinho e menu de
   categorias, versões desktop e mobile).

   Todas as regras abaixo estão condicionadas à classe
   "msbd-cabecalho-geral", que o bella-dona-geral.js adiciona
   automaticamente ao <body> em QUALQUER página da loja (home,
   PDP, checkout etc.) - por isso este arquivo funciona como
   máscara geral do cabeçalho, e não apenas na home.
   ========================================================= */

/* ---------------------------------------------------------
   Variáveis base (necessárias para as cores do cabeçalho)
   --------------------------------------------------------- */
body.msbd-cabecalho-geral{--p950:#26102e;--p900:#3b1747;--p800:#5f1b72;--p700:#78288e;--p600:#9a4cad;--p100:#f6eef7;--gold:#c8a45d;--gold2:#ead8aa;--ink:#24112b;--muted:#6d5c72;--line:rgba(95,27,114,.13);--shadow:0 28px 90px rgba(52,18,63,.14)}
body.msbd-cabecalho-geral *{box-sizing:border-box}
body.msbd-cabecalho-geral a{text-decoration:none}

/* =========================================================
   V06 - Correção do texto cortado no carrinho do cabeçalho
   ========================================================= */
body.msbd-cabecalho-geral #cabecalho .carrinho .vazio-text,
body.msbd-cabecalho-geral #cabecalho .carrinho > a > span > span{
  display:none!important;
}

/* =========================================================
   V06 - Barra de newsletter (topo)
   ========================================================= */
body.msbd-cabecalho-geral #barraNewsletter{background:linear-gradient(90deg,#2b1034,#5f1b72 55%,#2b1034)!important;border-bottom:1px solid rgba(234,216,170,.2)!important}
body.msbd-cabecalho-geral #barraNewsletter .componente.newsletter{border:0!important;background:transparent!important;box-shadow:none!important}
body.msbd-cabecalho-geral #barraNewsletter .titulo,
body.msbd-cabecalho-geral #barraNewsletter .texto-newsletter{color:#fff!important}
body.msbd-cabecalho-geral #barraNewsletter input{border-radius:999px!important;border:1px solid rgba(234,216,170,.32)!important;background:#fffdf9!important;color:var(--ink)!important;min-height:38px!important;padding:0 14px!important}
body.msbd-cabecalho-geral #barraNewsletter .newsletter-assinar{border-radius:999px!important;background:linear-gradient(135deg,#fffaf0,#ead8aa)!important;color:#26102e!important;border:1px solid rgba(234,216,170,.36)!important}

/* =========================================================
   V06 - Barra social (redes sociais e contato)
   ========================================================= */
body.msbd-cabecalho-geral .barra-inicial{background:#2b1034!important;border-bottom:1px solid rgba(234,216,170,.18)!important}
body.msbd-cabecalho-geral .barra-inicial,
body.msbd-cabecalho-geral .barra-inicial a,
body.msbd-cabecalho-geral .barra-inicial span,
body.msbd-cabecalho-geral .barra-inicial i{color:rgba(255,255,255,.94)!important}
body.msbd-cabecalho-geral .barra-inicial .lista-redes a{width:28px!important;height:28px!important;display:inline-grid!important;place-items:center!important;border-radius:999px!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(234,216,170,.18)!important}

/* =========================================================
   V06 - Cabeçalho (logo, conta, carrinho, busca)
   ========================================================= */
body.msbd-cabecalho-geral #cabecalho{background:rgba(255,253,249,.96)!important;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-bottom:1px solid rgba(95,27,114,.1)!important;box-shadow:0 1px 0 rgba(95,27,114,.08),0 18px 48px rgba(52,18,63,.05)!important}
body.msbd-cabecalho-geral #cabecalho .conteiner{padding-top:14px!important;padding-bottom:12px!important}
body.msbd-cabecalho-geral #cabecalho .logo img{max-height:82px!important;object-fit:contain!important}
body.msbd-cabecalho-geral #cabecalho .bem-vindo,
body.msbd-cabecalho-geral #cabecalho .acoes-conta a,
body.msbd-cabecalho-geral #cabecalho .carrinho a,
body.msbd-cabecalho-geral #cabecalho .carrinho .vazio-text{color:var(--p800)!important}
body.msbd-cabecalho-geral #cabecalho .acoes-conta li i,
body.msbd-cabecalho-geral #cabecalho .carrinho i,
body.msbd-cabecalho-geral .fundo-principal{background:linear-gradient(135deg,var(--p800),var(--p600))!important;color:#fff!important}
body.msbd-cabecalho-geral #cabecalho .busca{border:1px solid rgba(200,164,93,.26)!important;border-radius:999px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 16px 42px rgba(52,18,63,.07)!important}
body.msbd-cabecalho-geral #cabecalho .busca input{border:0!important;background:transparent!important;min-height:46px!important;padding:0 18px!important;color:var(--ink)!important}
body.msbd-cabecalho-geral #cabecalho .busca input::placeholder{color:rgba(36,17,43,.58)!important}
body.msbd-cabecalho-geral #cabecalho .busca .botao-busca{min-width:54px!important;min-height:42px!important;margin:2px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--p800),var(--p600))!important;color:#fff!important}

/* =========================================================
   V06 - Menu de categorias (desktop, base)
   ========================================================= */
body.msbd-cabecalho-geral #cabecalho .menu.superior{background:#fffdf9!important;border-top:1px solid rgba(95,27,114,.08)!important;border-bottom:1px solid rgba(95,27,114,.08)!important}
body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um{display:flex!important;justify-content:center!important;gap:4px!important;max-width:1240px!important;margin:0 auto!important;padding:8px 12px!important}
body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um>li{border:0!important;background:transparent!important}
body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um>li>a{min-height:42px!important;display:flex!important;align-items:center!important;gap:7px!important;border-radius:999px!important;padding:0 12px!important;color:var(--p800)!important;transition:.2s ease!important}
body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um>li>a strong{color:var(--p800)!important;font-weight:900!important;font-size:.92rem!important}
body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um>li:hover>a{background:#fbf4e6!important}
.menu.superior .nivel-dois,
.menu.superior .nivel-tres{border:1px solid rgba(200,164,93,.18)!important;border-radius:18px!important;box-shadow:0 24px 70px rgba(52,18,63,.14)!important;background:#fffdf9!important;overflow:hidden!important}

/* =========================================================
   V06 - Drawer/menu mobile (estrutura base)
   ========================================================= */
.msbd-mobile-overlay{position:fixed;inset:0;z-index:9998;background:rgba(36,17,43,.46);opacity:0;pointer-events:none;transition:.25s ease}
body.msbd-mobile-menu-open .msbd-mobile-overlay{opacity:1;pointer-events:auto}
.msbd-mobile-drawer{position:fixed;top:0;right:0;bottom:0;z-index:9999;width:min(88vw,380px);transform:translateX(105%);transition:transform .25s ease;overflow-y:auto;background:#fffdf9;box-shadow:-20px 0 60px rgba(0,0,0,.22);padding:18px}
body.msbd-mobile-menu-open .msbd-mobile-drawer{transform:translateX(0)}
.msbd-mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}
.msbd-mobile-drawer__head strong{color:var(--p800);font-size:1.25rem;font-weight:950}
.msbd-mobile-drawer__close{width:42px;height:42px;min-width:42px;display:inline-grid;place-items:center;border:1px solid rgba(95,27,114,.14);border-radius:999px;background:#f6eef7;color:var(--p800);font-size:26px;line-height:1;cursor:pointer}
.msbd-mobile-menu-list,
.msbd-mobile-menu-list ul{list-style:none;padding:0;margin:0}
.msbd-mobile-menu-list>li{margin-bottom:7px}
.msbd-mobile-menu-list a{min-height:44px;display:flex!important;align-items:center;justify-content:space-between;padding:12px 14px!important;border-radius:14px;background:#fbf4e6;color:var(--ink)!important;font-size:14px;font-weight:850;line-height:1.25;border:1px solid rgba(95,27,114,.08)}
.msbd-mobile-menu-list .nivel-dois,
.msbd-mobile-menu-list .nivel-tres{display:none;padding:6px 0 0 10px}
.msbd-mobile-menu-list li.msbd-open>.nivel-dois,
.msbd-mobile-menu-list li.msbd-open>.nivel-tres{display:block}
.msbd-mobile-menu-list li.com-filho>a:after{content:"﹢";color:var(--p800);font-weight:900;margin-left:10px}
.msbd-mobile-menu-list li.com-filho.msbd-open>a:after{content:"−"}

/* =========================================================
   V06 - Cabeçalho no mobile (base)
   ========================================================= */
@media(max-width:767px){
  body.msbd-cabecalho-geral{overflow-x:hidden!important}
  body.msbd-cabecalho-geral #barraNewsletter{display:none!important}
  body.msbd-cabecalho-geral .barra-inicial{margin-top:0!important;min-height:36px!important;display:block!important}
  body.msbd-cabecalho-geral .barra-inicial .conteiner{width:100%!important;padding:6px 16px!important}
  body.msbd-cabecalho-geral .barra-inicial .lista-redes,
  body.msbd-cabecalho-geral .barra-inicial .canais-contato li.hidden-phone,
  body.msbd-cabecalho-geral .barra-inicial .canais-contato li:not(.tel-whatsapp){display:none!important}
  body.msbd-cabecalho-geral .barra-inicial .canais-contato{width:100%!important;margin:0!important}
  body.msbd-cabecalho-geral .barra-inicial .canais-contato ul{display:flex!important;justify-content:center!important;align-items:center!important;margin:0!important}
  body.msbd-cabecalho-geral .barra-inicial .tel-whatsapp{display:inline-flex!important;color:#fff!important;font-size:12px!important;font-weight:800!important}
  body.msbd-cabecalho-geral #cabecalho{position:sticky!important;top:0!important;z-index:990!important;background:rgba(255,253,249,.98)!important;border-bottom:1px solid rgba(95,27,114,.12)!important;box-shadow:0 10px 28px rgba(52,18,63,.08)!important}
  body.msbd-cabecalho-geral #cabecalho .atalhos-mobile{display:flex!important;background:transparent!important;border:0!important;padding:10px 12px 0!important}
  body.msbd-cabecalho-geral #cabecalho .atalhos-mobile ul{width:100%!important;display:grid!important;grid-template-columns:44px 44px 1fr 44px 44px!important;gap:8px!important;align-items:center!important;margin:0!important;padding:0!important}
  body.msbd-cabecalho-geral #cabecalho .atalhos-mobile li{list-style:none!important;margin:0!important;padding:0!important}
  body.msbd-cabecalho-geral #cabecalho .atalhos-mobile li.vazia{display:block!important}
  body.msbd-cabecalho-geral #cabecalho .atalhos-mobile a,
  body.msbd-cabecalho-geral #cabecalho .atalhos-mobile span{width:42px!important;height:42px!important;min-width:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:14px!important;border:1px solid rgba(95,27,114,.14)!important;background:#fffaf4!important;color:var(--p800)!important;box-shadow:0 8px 18px rgba(52,18,63,.06)!important;font-size:18px!important}
  body.msbd-cabecalho-geral #cabecalho .atalhos-mobile li.fundo-principal a,
  body.msbd-cabecalho-geral #cabecalho .atalhos-mobile .icon-shopping-cart{background:linear-gradient(135deg,var(--p800),var(--p600))!important;color:#fff!important}
  body.msbd-cabecalho-geral #cabecalho>.conteiner{width:100%!important;padding:8px 12px 12px!important}
  body.msbd-cabecalho-geral #cabecalho>.conteiner>.row-fluid{display:flex!important;flex-direction:column!important;gap:10px!important;margin:0!important}
  body.msbd-cabecalho-geral #cabecalho .span3,
  body.msbd-cabecalho-geral #cabecalho .span9,
  body.msbd-cabecalho-geral #cabecalho .conteudo-topo,
  body.msbd-cabecalho-geral #cabecalho .inferior,
  body.msbd-cabecalho-geral #cabecalho .busca-mobile{width:100%!important;margin:0!important}
  body.msbd-cabecalho-geral #cabecalho .logo{margin:-46px auto 0!important;padding:0 96px!important;min-height:46px!important;display:flex!important;justify-content:center!important;align-items:center!important}
  body.msbd-cabecalho-geral #cabecalho .logo a{display:flex!important;justify-content:center!important}
  body.msbd-cabecalho-geral #cabecalho .logo img{max-width:180px!important;max-height:50px!important}
  body.msbd-cabecalho-geral #cabecalho .superior,
  body.msbd-cabecalho-geral #cabecalho .carrinho.hidden-phone,
  body.msbd-cabecalho-geral #cabecalho .menu.superior,
  body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um{display:none!important}
  body.msbd-cabecalho-geral #cabecalho .busca{height:46px!important;display:flex!important;align-items:center!important;border-radius:999px!important;background:#fff!important;overflow:hidden!important}
  body.msbd-cabecalho-geral #cabecalho .busca form{display:flex!important;align-items:center!important;width:100%!important}
  body.msbd-cabecalho-geral #cabecalho .busca input{height:44px!important;min-width:0!important;flex:1!important;font-size:14px!important;line-height:44px!important;padding:0 14px!important}
  body.msbd-cabecalho-geral #cabecalho .busca .botao-busca{width:42px!important;min-width:42px!important;height:40px!important;min-height:40px!important;padding:0!important;margin:3px!important;border-radius:999px!important}
}
@media(max-width:390px){
  body.msbd-cabecalho-geral #cabecalho .atalhos-mobile ul{grid-template-columns:40px 40px 1fr 40px 40px!important;gap:6px!important}
  body.msbd-cabecalho-geral #cabecalho .atalhos-mobile a,
  body.msbd-cabecalho-geral #cabecalho .atalhos-mobile span{width:40px!important;height:40px!important;min-width:40px!important}
  body.msbd-cabecalho-geral #cabecalho .logo{padding:0 88px!important}
  body.msbd-cabecalho-geral #cabecalho .logo img{max-width:155px!important;max-height:46px!important}
  body.msbd-cabecalho-geral #cabecalho .busca input{font-size:13px!important}
}

/* =========================================================
   V06 - Menu Desktop (correção sem quebrar o cabeçalho)
   ========================================================= */
body.msbd-cabecalho-geral {
  width: 100% !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

@media (min-width: 768px) {
  body.msbd-cabecalho-geral #cabecalho {
    position: relative !important;
    z-index: 50000 !important;
    overflow: visible !important;
  }

  body.msbd-cabecalho-geral #cabecalho .conteiner,
  body.msbd-cabecalho-geral #cabecalho .row-fluid,
  body.msbd-cabecalho-geral #cabecalho .conteudo-topo,
  body.msbd-cabecalho-geral #cabecalho .inferior,
  body.msbd-cabecalho-geral #cabecalho .menu.superior {
    overflow: visible !important;
  }

  body.msbd-cabecalho-geral #cabecalho > .conteiner {
    width: min(1240px, calc(100vw - 42px)) !important;
    max-width: min(1240px, calc(100vw - 42px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  body.msbd-cabecalho-geral #cabecalho > .conteiner > .row-fluid {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .logo {
    margin: 0 !important;
    padding: 0 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .logo img {
    max-width: 240px !important;
    max-height: 82px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body.msbd-cabecalho-geral #cabecalho .busca {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.msbd-cabecalho-geral #cabecalho .busca form {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
  }

  body.msbd-cabecalho-geral #cabecalho .busca input {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior {
    width: 100% !important;
    background: #fffdf9 !important;
    border-top: 1px solid rgba(95, 27, 114, .08) !important;
    border-bottom: 1px solid rgba(95, 27, 114, .08) !important;
    overflow: visible !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um {
    width: min(1240px, calc(100vw - 42px)) !important;
    max-width: min(1240px, calc(100vw - 42px)) !important;
    min-height: 88px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 12px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: clamp(10px, 1.15vw, 20px) !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-paginas,
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-marcas,
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-force-hidden {
    display: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li {
    position: relative !important;
    flex: 0 1 auto !important;
    max-width: 132px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a {
    min-height: 44px !important;
    height: auto !important;
    max-width: 132px !important;
    padding: 8px 9px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    border-radius: 18px !important;
    background: transparent !important;
    color: #5f1b72 !important;
    text-align: center !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    transition: .2s ease !important;
    box-sizing: border-box !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a strong {
    color: #5f1b72 !important;
    font-size: 13.5px !important;
    line-height: 1.08 !important;
    font-weight: 950 !important;
    letter-spacing: -.03em !important;
    text-align: center !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a i {
    display: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li:hover > a,
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more.msbd-open > a {
    background: #fbf4e6 !important;
    color: #3b1747 !important;
    box-shadow: 0 10px 28px rgba(52, 18, 63, .07) !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li:hover > a strong,
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more.msbd-open > a strong {
    color: #3b1747 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more {
    display: block !important;
    position: relative !important;
    z-index: 60000 !important;
    flex: 0 0 auto !important;
    max-width: none !important;
    margin-left: 4px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more > a {
    min-width: 150px !important;
    max-width: 164px !important;
    min-height: 52px !important;
    padding: 8px 18px !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #5f1b72, #8b2fa0) !important;
    box-shadow: 0 12px 30px rgba(95, 27, 114, .15) !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more > a strong {
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    -webkit-line-clamp: initial !important;
    overflow: visible !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more > a strong::before {
    content: "☰";
    font-size: 17px !important;
    line-height: 1 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more > a::after {
    content: "⌄";
    display: inline-block !important;
    margin-left: 4px !important;
    color: #ead8aa !important;
    font-size: 14px !important;
    line-height: 1 !important;
    transform: translateY(-1px);
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more > ul.nivel-dois {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    right: 0 !important;
    left: auto !important;
    width: min(340px, calc(100vw - 34px)) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 34px) !important;
    max-height: min(520px, calc(100vh - 250px)) !important;
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(10px) !important;
    padding: 12px !important;
    margin: 0 !important;
    border-radius: 22px !important;
    border: 1px solid rgba(200, 164, 93, .22) !important;
    background: #fffdf9 !important;
    box-shadow: 0 28px 80px rgba(52, 18, 63, .20) !important;
    z-index: 70000 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more:hover > ul.nivel-dois,
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more.msbd-open > ul.nivel-dois {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more > ul.nivel-dois::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 34px;
    width: 18px;
    height: 18px;
    background: #fffdf9;
    border-left: 1px solid rgba(200, 164, 93, .18);
    border-top: 1px solid rgba(200, 164, 93, .18);
    transform: rotate(45deg);
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more > ul.nivel-dois > li {
    width: 100% !important;
    display: block !important;
    position: relative !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-sizing: border-box !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more > ul.nivel-dois > li:last-child {
    margin-bottom: 0 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more > ul.nivel-dois > li > a {
    width: 100% !important;
    min-height: 46px !important;
    height: auto !important;
    max-width: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 12px 14px !important;
    border-radius: 15px !important;
    background: #fbf4e6 !important;
    color: #24112b !important;
    text-align: left !important;
    white-space: normal !important;
    border: 1px solid rgba(95, 27, 114, .08) !important;
    transition: .2s ease !important;
    box-sizing: border-box !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more > ul.nivel-dois > li > a:hover {
    background: #f6eef7 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more > ul.nivel-dois > li > a strong {
    color: #5f1b72 !important;
    font-size: 14px !important;
    line-height: 1.18 !important;
    font-weight: 950 !important;
    text-align: left !important;
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: initial !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more > ul.nivel-dois > li.com-filho > a::after {
    content: "›";
    color: #8b6b2f;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    transform: rotate(90deg);
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more > ul.nivel-dois > li.msbd-open-sub > a::after {
    transform: rotate(-90deg);
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more ul.nivel-dois,
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more ul.nivel-tres,
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more > ul.nivel-dois > li > ul {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: none !important;
    padding: 6px 0 0 10px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more li.msbd-open-sub > ul,
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more li:hover > ul {
    display: block !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more ul.nivel-dois li,
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more ul.nivel-tres li {
    width: 100% !important;
    display: block !important;
    margin: 0 0 5px !important;
    box-sizing: border-box !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more ul.nivel-dois li a,
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more ul.nivel-tres li a {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    align-items: center !important;
    min-height: 40px !important;
    padding: 10px 12px !important;
    border-radius: 13px !important;
    color: #24112b !important;
    background: rgba(255,255,255,.74) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more ul.nivel-dois li a:hover,
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more ul.nivel-tres li a:hover {
    background: #fbf4e6 !important;
    color: #5f1b72 !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um {
    gap: 7px !important;
    min-height: 82px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li,
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a {
    max-width: 116px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a strong {
    font-size: 12.5px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more > a {
    min-width: 138px !important;
    max-width: 150px !important;
  }
}

@media (max-width: 767px) {
  body.msbd-cabecalho-geral #cabecalho .menu.superior {
    display: none !important;
  }
}

/* =========================================================
   V17 - Cabeçalho desktop compacto (logo / busca / ações)
   ========================================================= */
@media (min-width: 768px) {
  body.msbd-cabecalho-geral #cabecalho {
    position: relative !important;
    z-index: 50000 !important;
    background: #fffdf9 !important;
    border-bottom: 1px solid rgba(95,27,114,.10) !important;
    box-shadow: 0 1px 0 rgba(95,27,114,.06), 0 14px 42px rgba(52,18,63,.045) !important;
    overflow: visible !important;
  }

  body.msbd-cabecalho-geral #cabecalho > .conteiner {
    width: min(1240px, calc(100vw - 42px)) !important;
    max-width: min(1240px, calc(100vw - 42px)) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 14px !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
  }

  body.msbd-cabecalho-geral #cabecalho > .conteiner > *:not(.msbd-header-main-v17):not(.menu.superior):not(.barra-inicial),
  body.msbd-cabecalho-geral #cabecalho .msbd-header-empty-v17,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-hidden-original-v17,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-main-v15,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-main-v16 {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-main-v17 {
    width: 100% !important;
    min-height: 96px !important;
    display: grid !important;
    grid-template-columns: 245px minmax(460px, 1fr) 300px !important;
    gap: 28px !important;
    align-items: center !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-logo-v17,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 {
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-logo-v17 {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-logo-v17 .logo,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-logo-v17 .logo a {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-logo-v17 .logo img {
    max-width: 225px !important;
    max-height: 68px !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .bem-vindo {
    display: block !important;
    width: 100% !important;
    margin: 0 0 9px !important;
    padding: 0 !important;
    color: #5f1b72 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: .96rem !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    text-align: left !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(200,164,93,.28) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    box-shadow: 0 14px 38px rgba(52,18,63,.07) !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca form {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca input,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca input[type="text"],
  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca input[type="search"] {
    height: 48px !important;
    min-height: 48px !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 18px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #24112b !important;
    font-size: 1rem !important;
    line-height: 48px !important;
    box-shadow: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca .botao-busca,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca button,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca input[type="submit"] {
    width: 92px !important;
    min-width: 92px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 2px !important;
    padding: 0 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #5f1b72, #8b2fa0) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    overflow: hidden !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca .botao-busca::after,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca button::after,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca input[type="submit"]::after {
    content: "Buscar" !important;
    display: inline-block !important;
    color: #ffffff !important;
    font-size: .95rem !important;
    line-height: 1 !important;
    font-weight: 950 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca i,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca svg {
    display: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 9px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .acoes-conta {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .acoes-conta ul {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .acoes-conta li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .acoes-conta li a {
    width: 100% !important;
    min-height: 43px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 12px !important;
    border: 1px solid rgba(95,27,114,.12) !important;
    border-radius: 16px !important;
    background: #fffdf9 !important;
    color: #5f1b72 !important;
    font-size: .98rem !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .acoes-conta li a i,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .acoes-conta li a svg,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .acoes-conta li i {
    display: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho > a,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho .carrinho-interno {
    width: 100% !important;
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #5f1b72, #8b2fa0) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    overflow: hidden !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho *{
    color: #ffffff !important;
    text-shadow: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho i,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho svg {
    display: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho .vazio-text,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho .titulo,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho strong,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho span {
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
    text-align: center !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior {
    width: 100% !important;
    margin: 0 !important;
    background: #fffdf9 !important;
    border-top: 1px solid rgba(95,27,114,.08) !important;
    border-bottom: 1px solid rgba(95,27,114,.08) !important;
    overflow: hidden !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um {
    width: min(1240px, calc(100vw - 42px)) !important;
    max-width: min(1240px, calc(100vw - 42px)) !important;
    min-height: 64px !important;
    margin: 0 auto !important;
    padding: 8px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more {
    display: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-paginas,
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-marcas,
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-force-hidden {
    display: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li {
    position: relative !important;
    flex: 0 1 auto !important;
    max-width: 132px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a {
    min-height: 40px !important;
    max-width: 132px !important;
    padding: 6px 3px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    color: #5f1b72 !important;
    border-radius: 14px !important;
    text-align: center !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    box-shadow: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a strong {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    color: #5f1b72 !important;
    font-size: .91rem !important;
    font-weight: 950 !important;
    line-height: 1.08 !important;
    letter-spacing: -.025em !important;
    text-align: center !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a i {
    display: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li:hover > a {
    background: #fbf4e6 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > ul {
    z-index: 70000 !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  body.msbd-cabecalho-geral #cabecalho .msbd-header-main-v17 {
    grid-template-columns: 215px minmax(380px, 1fr) 255px !important;
    gap: 16px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-logo-v17 .logo img {
    max-width: 200px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um {
    gap: 7px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li,
  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a {
    max-width: 106px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a strong {
    font-size: .80rem !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca .botao-busca,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca button,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca input[type="submit"] {
    width: 78px !important;
    min-width: 78px !important;
  }
}

@media (max-width: 767px) {
  body.msbd-cabecalho-geral #cabecalho .menu.superior {
    display: none !important;
  }
}

/* =========================================================
   V22 - Cabeçalho mobile estável (grid próprio)
   ========================================================= */
@media (max-width: 767px) {
  html,
  body.msbd-cabecalho-geral {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body.msbd-cabecalho-geral * {
    box-sizing: border-box !important;
  }

  body.msbd-cabecalho-geral .barra-inicial {
    min-height: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #2b1034 !important;
    border-bottom: 1px solid rgba(234,216,170,.14) !important;
    overflow: hidden !important;
  }

  body.msbd-cabecalho-geral .barra-inicial .conteiner {
    width: 100% !important;
    max-width: 100vw !important;
    min-height: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    margin: 0 !important;
  }

  body.msbd-cabecalho-geral .barra-inicial .lista-redes,
  body.msbd-cabecalho-geral .barra-inicial .fale-conosco,
  body.msbd-cabecalho-geral .barra-inicial .telefone {
    display: none !important;
  }

  body.msbd-cabecalho-geral .barra-inicial,
  body.msbd-cabecalho-geral .barra-inicial a,
  body.msbd-cabecalho-geral .barra-inicial span,
  body.msbd-cabecalho-geral .barra-inicial i {
    color: #ffffff !important;
    font-size: .78rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-shadow: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .atalhos-mobile,
  body.msbd-cabecalho-geral #cabecalho .atalhos-menu,
  body.msbd-cabecalho-geral #cabecalho .atalho-menu,
  body.msbd-cabecalho-geral #cabecalho .atalho-conta,
  body.msbd-cabecalho-geral #cabecalho .atalho-carrinho,
  body.msbd-cabecalho-geral #cabecalho .atalho-home,
  body.msbd-cabecalho-geral #cabecalho [class*="atalho"],
  body.msbd-cabecalho-geral #cabecalho .menu-mobile,
  body.msbd-cabecalho-geral #cabecalho .botao-menu,
  body.msbd-cabecalho-geral #cabecalho .icon-home,
  body.msbd-cabecalho-geral #cabecalho .icon-user,
  body.msbd-cabecalho-geral #cabecalho .icon-shopping-cart,
  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-header-v20,
  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-header-v21,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-main-v17,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-main-v16,
  body.msbd-cabecalho-geral #cabecalho .msbd-header-main-v15,
  body.msbd-cabecalho-geral #cabecalho .menu.superior,
  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-hidden-v22,
  body.msbd-cabecalho-geral #cabecalho > .conteiner > *:not(.msbd-mobile-header-v22) {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho {
    position: relative !important;
    z-index: 50000 !important;
    min-height: 104px !important;
    background: #fffdf9 !important;
    border-bottom: 1px solid rgba(95,27,114,.08) !important;
    box-shadow: 0 10px 26px rgba(52,18,63,.05) !important;
    overflow: visible !important;
  }

  body.msbd-cabecalho-geral #cabecalho > .conteiner {
    width: 100% !important;
    max-width: 100vw !important;
    display: block !important;
    padding: 8px 10px 12px !important;
    margin: 0 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-header-v22 {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) 88px !important;
    grid-template-areas:
      "menu logo actions"
      "search search search"
      "drawer drawer drawer" !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-menu-trigger-v22 {
    grid-area: menu !important;
    width: 39px !important;
    height: 39px !important;
    min-width: 39px !important;
    display: inline-grid !important;
    place-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 14px !important;
    border: 1px solid rgba(95,27,114,.14) !important;
    background: #fffdf9 !important;
    color: #5f1b72 !important;
    box-shadow: 0 8px 24px rgba(52,18,63,.07) !important;
    font-size: 1.32rem !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    cursor: pointer !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-logo-v22 {
    grid-area: logo !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-logo-v22 a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 100% !important;
    text-decoration: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-logo-v22 img {
    max-width: 150px !important;
    max-height: 38px !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-actions-v22 {
    grid-area: actions !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    min-width: 88px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-account-v22,
  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-cart-v22 {
    position: relative !important;
    width: 39px !important;
    height: 39px !important;
    min-width: 39px !important;
    display: inline-grid !important;
    place-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 14px !important;
    text-decoration: none !important;
    font-size: 0 !important;
    line-height: 1 !important;
    overflow: hidden !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-account-v22 {
    border: 1px solid rgba(95,27,114,.14) !important;
    background: #fffdf9 !important;
    color: #5f1b72 !important;
    box-shadow: 0 8px 24px rgba(52,18,63,.07) !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-account-v22::before {
    content: "●" !important;
    width: 16px !important;
    height: 16px !important;
    display: block !important;
    border-radius: 999px !important;
    color: #5f1b72 !important;
    font-size: .86rem !important;
    line-height: 16px !important;
    text-align: center !important;
    transform: translateY(-2px) !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-account-v22::after {
    content: "" !important;
    width: 18px !important;
    height: 9px !important;
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 9px !important;
    transform: translateX(-50%) !important;
    border-radius: 12px 12px 5px 5px !important;
    background: #5f1b72 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-cart-v22 {
    border: 0 !important;
    background: linear-gradient(135deg, #5f1b72, #8b2fa0) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(52,18,63,.09) !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-cart-v22::before {
    content: "🛒" !important;
    display: block !important;
    color: #ffffff !important;
    font-size: 1.12rem !important;
    line-height: 1 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-search-v22 {
    grid-area: search !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-search-v22 form {
    width: 100% !important;
    height: 41px !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(95,27,114,.12) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(52,18,63,.06) !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-search-v22 input {
    height: 39px !important;
    min-height: 39px !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 13px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #24112b !important;
    font-size: .86rem !important;
    line-height: 39px !important;
    box-shadow: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-search-v22 button {
    width: 76px !important;
    min-width: 76px !important;
    height: 37px !important;
    min-height: 37px !important;
    margin: 2px !important;
    padding: 0 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #5f1b72, #8b2fa0) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: .78rem !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    overflow: hidden !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-drawer-v22 {
    grid-area: drawer !important;
    display: none !important;
    width: 100% !important;
    margin: 2px 0 0 !important;
    padding: 10px !important;
    background: #fffdf9 !important;
    border: 1px solid rgba(95,27,114,.10) !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 38px rgba(52,18,63,.10) !important;
  }

  body.msbd-mobile-menu-open-v22.msbd-cabecalho-geral #cabecalho .msbd-mobile-drawer-v22 {
    display: block !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-drawer-v22 ul {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-drawer-v22 a {
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    background: rgba(95,27,114,.045) !important;
    color: #5f1b72 !important;
    font-size: .92rem !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-drawer-v22 a::after {
    content: "›" !important;
    color: #8b2fa0 !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}

/* =========================================================
   V23 - Ajuste fino do cabeçalho mobile (WhatsApp centralizado)
   ========================================================= */
@media (max-width: 767px) {
  body.msbd-cabecalho-geral .barra-inicial {
    position: relative !important;
    min-height: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background: #2b1034 !important;
    overflow: hidden !important;
  }

  body.msbd-cabecalho-geral .barra-inicial .conteiner {
    width: 100% !important;
    max-width: 100vw !important;
    min-height: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 10px !important;
    margin: 0 auto !important;
  }

  body.msbd-cabecalho-geral .barra-inicial .conteiner > * {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body.msbd-cabecalho-geral .barra-inicial .canais-contato,
  body.msbd-cabecalho-geral .barra-inicial .canais-contato ul,
  body.msbd-cabecalho-geral .barra-inicial .canais-contato li,
  body.msbd-cabecalho-geral .barra-inicial .canais-contato a,
  body.msbd-cabecalho-geral .barra-inicial .canais-contato span,
  body.msbd-cabecalho-geral .barra-inicial .whatsapp,
  body.msbd-cabecalho-geral .barra-inicial [class*="whatsapp"] {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
    color: #ffffff !important;
    font-size: .78rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.msbd-cabecalho-geral #cabecalho {
    min-height: 96px !important;
  }

  body.msbd-cabecalho-geral #cabecalho > .conteiner {
    padding-top: 5px !important;
    padding-bottom: 9px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-header-v22 {
    grid-template-columns: 39px minmax(0, 1fr) 86px !important;
    gap: 6px 7px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-menu-trigger-v22,
  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-account-v22,
  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-cart-v22 {
    width: 37px !important;
    height: 37px !important;
    min-width: 37px !important;
    border-radius: 13px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-logo-v22 img {
    max-width: 146px !important;
    max-height: 36px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-actions-v22 {
    min-width: 86px !important;
    gap: 7px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-search-v22 form {
    height: 39px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-search-v22 input {
    height: 37px !important;
    min-height: 37px !important;
    line-height: 37px !important;
  }

  body.msbd-cabecalho-geral #cabecalho .msbd-mobile-search-v22 button {
    width: 74px !important;
    min-width: 74px !important;
    height: 35px !important;
    min-height: 35px !important;
  }
}

/* =========================================================
   V25 - Mobile: remove espaço branco e corrige ícone de conta
   ========================================================= */
@media (max-width: 767px) {
  html body.msbd-cabecalho-geral #cabecalho > .atalhos-mobile,
  html body.msbd-cabecalho-geral #cabecalho > .atalhos-mobile.visible-phone,
  html body.msbd-cabecalho-geral #cabecalho > .atalhos-mobile.fundo-secundario,
  html body.msbd-cabecalho-geral #cabecalho > .atalhos-mobile.borda-principal,
  html body.msbd-cabecalho-geral #cabecalho > .atalhos-mobile.visible-phone.fundo-secundario.borda-principal {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html body.msbd-cabecalho-geral #cabecalho {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fffdf9 !important;
  }

  html body.msbd-cabecalho-geral #cabecalho > .conteiner {
    padding-top: 3px !important;
    padding-bottom: 8px !important;
    margin-top: 0 !important;
    min-height: 0 !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-header-v22 {
    gap: 5px 7px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    align-items: center !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-menu-trigger-v22,
  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-account-v22,
  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-cart-v22 {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    border-radius: 13px !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-logo-v22 img {
    max-width: 144px !important;
    max-height: 34px !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-actions-v22 {
    min-width: 84px !important;
    gap: 7px !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-account-v22::before {
    content: "👤" !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    color: #5f1b72 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    text-align: center !important;
    transform: none !important;
    background: transparent !important;
    border-radius: 0 !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-account-v22::after {
    content: none !important;
    display: none !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-search-v22 form {
    height: 38px !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-search-v22 input {
    height: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-search-v22 button {
    width: 72px !important;
    min-width: 72px !important;
    height: 34px !important;
    min-height: 34px !important;
  }
}

/* =========================================================
   V26 - Mobile: remove barra superior do WhatsApp
   ========================================================= */
@media (max-width: 767px) {
  html body.msbd-cabecalho-geral .barra-inicial,
  html body.msbd-cabecalho-geral .barra-inicial.fundo-secundario,
  html body.msbd-cabecalho-geral .barra-inicial.hidden-phone,
  html body.msbd-cabecalho-geral .barra-inicial.visible-phone,
  html body.msbd-cabecalho-geral .barra-inicial .conteiner,
  html body.msbd-cabecalho-geral .barra-inicial * {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html body.msbd-cabecalho-geral #cabecalho {
    margin-top: 0 !important;
  }

  html body.msbd-cabecalho-geral .conteiner-principal,
  html body.msbd-cabecalho-geral .conteiner-principal > #cabecalho:first-child {
    margin-top: 0 !important;
  }

  html body.msbd-cabecalho-geral #cabecalho > .conteiner {
    padding-top: 6px !important;
  }
}

/* =========================================================
   V32 - Cabeçalho desktop restaurado + mobile preservado
   ========================================================= */
@media (min-width:768px){
  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-header-v22,
  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-drawer-v22,
  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-header-v20,
  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-header-v21{
    display:none!important;visibility:hidden!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;max-width:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;
  }

  html body.msbd-cabecalho-geral #cabecalho{
    position:relative!important;z-index:50000!important;min-height:0!important;height:auto!important;background:#fffdf9!important;border-bottom:1px solid rgba(95,27,114,.10)!important;box-shadow:0 1px 0 rgba(95,27,114,.06),0 14px 42px rgba(52,18,63,.045)!important;overflow:visible!important;
  }

  html body.msbd-cabecalho-geral #cabecalho>.conteiner{
    width:min(1240px,calc(100vw - 42px))!important;max-width:min(1240px,calc(100vw - 42px))!important;display:flex!important;flex-direction:column!important;gap:0!important;margin-left:auto!important;margin-right:auto!important;padding:14px 0 0!important;box-sizing:border-box!important;overflow:visible!important;
  }

  html body.msbd-cabecalho-geral #cabecalho>.conteiner>*:not(.msbd-header-main-v17):not(.menu.superior),
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-hidden-original-v17,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-main-v15,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-main-v16{
    display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;opacity:0!important;
  }

  html body.msbd-cabecalho-geral #cabecalho .msbd-header-main-v17{
    width:100%!important;min-height:96px!important;height:auto!important;display:grid!important;grid-template-columns:245px minmax(460px,1fr) 300px!important;gap:28px!important;align-items:center!important;margin:0 0 14px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;overflow:visible!important;box-sizing:border-box!important;
  }

  html body.msbd-cabecalho-geral #cabecalho .msbd-header-logo-v17,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17{min-width:0!important;display:flex!important;box-sizing:border-box!important;opacity:1!important;visibility:visible!important}

  html body.msbd-cabecalho-geral #cabecalho .msbd-header-logo-v17{align-items:center!important;justify-content:flex-start!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-logo-v17 .logo,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-logo-v17 .logo a{width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;margin:0!important;padding:0!important;text-align:left!important;background:transparent!important;border:0!important;box-shadow:none!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-logo-v17 .logo img{max-width:225px!important;max-height:68px!important;width:auto!important;height:auto!important;display:block!important;object-fit:contain!important;object-position:left center!important}

  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17{flex-direction:column!important;align-items:stretch!important;justify-content:center!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .bem-vindo{display:block!important;width:100%!important;margin:0 0 9px!important;padding:0!important;color:#5f1b72!important;background:transparent!important;border:0!important;box-shadow:none!important;font-size:.96rem!important;line-height:1.2!important;font-weight:900!important;text-align:left!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca{width:100%!important;height:50px!important;min-height:50px!important;display:flex!important;align-items:center!important;margin:0!important;padding:0!important;border:1px solid rgba(200,164,93,.28)!important;border-radius:999px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 14px 38px rgba(52,18,63,.07)!important;box-sizing:border-box!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca form{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca input{height:100%!important;min-height:0!important;flex:1 1 auto!important;width:auto!important;min-width:0!important;padding:0 18px!important;margin:0!important;border:0!important;background:transparent!important;color:#24112b!important;font-size:1rem!important;line-height:normal!important;box-shadow:none!important;box-sizing:border-box!important}

  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca .botao-busca,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca button,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca input[type=submit]{width:92px!important;min-width:92px!important;flex:0 0 auto!important;height:calc(100% - 6px)!important;min-height:0!important;max-height:44px!important;margin:3px!important;align-self:center!important;padding:0 16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#5f1b72,#8b2fa0)!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;font-size:0!important;line-height:1!important;text-indent:0!important;overflow:hidden!important;box-sizing:border-box!important;vertical-align:middle!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca .botao-busca:after,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca button:after,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca input[type=submit]:after{content:"Buscar"!important;color:#fff!important;font-size:.95rem!important;line-height:1!important;font-weight:950!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca i,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca svg{display:none!important}

  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17{flex-direction:column!important;align-items:stretch!important;justify-content:center!important;gap:9px!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .acoes-conta{width:100%!important;margin:0!important;padding:0!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .acoes-conta ul{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin:0!important;padding:0!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .acoes-conta li{width:100%!important;margin:0!important;padding:0!important;list-style:none!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .acoes-conta li a{width:100%!important;min-height:43px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 12px!important;border:1px solid rgba(95,27,114,.12)!important;border-radius:16px!important;background:#fffdf9!important;color:#5f1b72!important;font-size:.98rem!important;font-weight:950!important;line-height:1.1!important;text-align:center!important;box-shadow:none!important;text-shadow:none!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .acoes-conta i,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .acoes-conta svg{display:none!important}

  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho>a,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho .carrinho-interno{width:100%!important;min-height:46px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 14px!important;border:0!important;border-radius:16px!important;background:linear-gradient(135deg,#5f1b72,#8b2fa0)!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;overflow:hidden!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho .carrinho-interno{top:48px!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho *{color:#fff!important;text-shadow:none!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho i,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho svg{display:none!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho .vazio-text,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho .titulo,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho strong,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho span{color:#fff!important;font-size:1rem!important;font-weight:950!important;line-height:1.1!important;text-align:center!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho>a>span:not(.vazio-text){padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-actions-v17 .carrinho>a>strong.qtd-carrinho{display:inline-flex!important;align-items:center!important}

  html body.msbd-cabecalho-geral #cabecalho .menu.superior{display:block!important;visibility:visible!important;width:100%!important;max-width:100%!important;margin:0!important;background:#fffdf9!important;border-top:1px solid rgba(95,27,114,.08)!important;border-bottom:1px solid rgba(95,27,114,.08)!important;overflow:hidden!important;opacity:1!important;pointer-events:auto!important}
  html body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um{width:min(1240px,calc(100vw - 42px))!important;max-width:min(1240px,calc(100vw - 42px))!important;min-height:64px!important;margin:0 auto!important;padding:8px 0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;gap:10px!important;overflow:hidden!important;box-sizing:border-box!important}
  html body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um>li.msbd-menu-more,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um>li.categoria-paginas,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um>li.categoria-marcas,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um>li.msbd-menu-force-hidden{display:none!important}
  html body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um>li{position:relative!important;flex:0 1 auto!important;max-width:132px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}
  html body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um>li>a{min-height:40px!important;max-width:132px!important;padding:6px 3px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;color:#5f1b72!important;border-radius:14px!important;text-align:center!important;line-height:1.08!important;white-space:normal!important;box-shadow:none!important}
  html body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um>li>a strong{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:#5f1b72!important;font-size:.91rem!important;font-weight:950!important;line-height:1.08!important;letter-spacing:-.025em!important;text-align:center!important}
  html body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um>li>a i{display:none!important}
}

@media (min-width:768px) and (max-width:1180px){
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-main-v17{grid-template-columns:215px minmax(380px,1fr) 255px!important;gap:16px!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-logo-v17 .logo img{max-width:200px!important}
  html body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um{gap:7px!important}
  html body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um>li,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um>li>a{max-width:106px!important}
  html body.msbd-cabecalho-geral #cabecalho .menu.superior>ul.nivel-um>li>a strong{font-size:.80rem!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca .botao-busca,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca button,
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-search-v17 .busca input[type=submit]{width:78px!important;min-width:78px!important}
}

@media (max-width:767px){
  html body.msbd-cabecalho-geral #cabecalho .msbd-header-main-v17,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior{display:none!important;visibility:hidden!important}
  html body.msbd-cabecalho-geral #cabecalho .msbd-mobile-header-v22{display:grid!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
}

/* =========================================================
   V38 - Submenus do menu desktop sempre acima do restante da página
   ========================================================= */
@media (min-width: 768px) {
  html body.msbd-cabecalho-geral #cabecalho,
  html body.msbd-cabecalho-geral #cabecalho > .conteiner,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior {
    position: relative !important;
    z-index: 999900 !important;
    overflow: visible !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior {
    isolation: isolate !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um {
    position: relative !important;
    z-index: 999910 !important;
    overflow: visible !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li {
    position: relative !important;
    z-index: 999920 !important;
    overflow: visible !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li:hover,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li:focus-within {
    z-index: 999990 !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior ul.nivel-dois,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior ul.nivel-tres,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior .nivel-dois,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior .nivel-tres,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior .submenu,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior .dropdown-menu {
    position: absolute !important;
    z-index: 1000000 !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li:hover > ul.nivel-dois,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li:focus-within > ul.nivel-dois {
    z-index: 1000001 !important;
  }
}

/* =========================================================
   V51 - Correção definitiva do menu desktop
   ========================================================= */
@media (min-width: 768px) {
  html body.msbd-cabecalho-geral #cabecalho,
  html body.msbd-cabecalho-geral #cabecalho > .conteiner,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior {
    overflow: visible !important;
    position: relative !important;
    z-index: 999900 !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior {
    width: 100% !important;
    max-width: none !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #fffdf9 !important;
    border-top: 1px solid rgba(95,27,114,.07) !important;
    border-bottom: 1px solid rgba(95,27,114,.09) !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um {
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: min(1820px, calc(100vw - 24px)) !important;
    max-width: min(1820px, calc(100vw - 24px)) !important;
    min-height: 60px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    align-content: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 5px 7px !important;
    margin: 0 !important;
    padding: 8px 8px 10px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    z-index: 999910 !important;
    transition: none !important;
    animation: none !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li {
    position: static !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-more {
    display: none !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 43px !important;
    height: auto !important;
    display: flex !important;
    visibility: visible !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 7px 10px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 13px !important;
    color: #5f1b72 !important;
    background: transparent !important;
    white-space: normal !important;
    overflow: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    box-sizing: border-box !important;
    transition: background .16s ease, color .16s ease, box-shadow .16s ease !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a strong,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a span {
    display: block !important;
    width: auto !important;
    max-width: 158px !important;
    color: inherit !important;
    font-size: .80rem !important;
    font-weight: 950 !important;
    line-height: 1.08 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    overflow: visible !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li:hover > a,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li:focus-within > a,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-open-v51 > a {
    color: #ffffff !important;
    background: linear-gradient(135deg, #5f1b72, #8b2fa0) !important;
    box-shadow: 0 10px 24px rgba(52,18,63,.16) !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li:hover > a *,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li:focus-within > a *,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-open-v51 > a * {
    color: #ffffff !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.com-filho > a::after {
    content: "⌄" !important;
    display: inline-block !important;
    color: currentColor !important;
    font-size: .76rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > ul.nivel-dois.msbd-submenu-v51 {
    position: absolute !important;
    top: calc(100% + 2px) !important;
    left: var(--msbd-submenu-left-v51, 0px) !important;
    right: auto !important;
    width: var(--msbd-submenu-width-v51, 480px) !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    max-height: min(580px, calc(100vh - 120px)) !important;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    margin: 0 !important;
    padding: 12px !important;
    border: 1px solid rgba(200,164,93,.22) !important;
    border-radius: 16px !important;
    background: #fffdf9 !important;
    box-shadow: 0 24px 70px rgba(52,18,63,.18) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    transform: none !important;
    columns: auto !important;
    z-index: 1000005 !important;
    box-sizing: border-box !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-open-v51 > ul.nivel-dois.msbd-submenu-v51 {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior ul.nivel-dois.msbd-submenu-standard-v51 {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior ul.nivel-dois.msbd-submenu-wide-v51 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 3px 18px !important;
    padding: 14px !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior ul.nivel-dois.msbd-submenu-mega-v51 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 4px 24px !important;
    padding: 18px 20px !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior ul.nivel-dois.msbd-submenu-v51 > li {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    break-inside: avoid !important;
    box-sizing: border-box !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior ul.nivel-dois.msbd-submenu-v51 > li > a {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    padding: 9px 11px !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(95,27,114,.10) !important;
    border-radius: 9px !important;
    color: #38213d !important;
    background: transparent !important;
    font-size: .84rem !important;
    font-weight: 750 !important;
    line-height: 1.30 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior ul.nivel-dois.msbd-submenu-v51 > li > a:hover,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior ul.nivel-dois.msbd-submenu-v51 > li > a:focus {
    color: #5f1b72 !important;
    background: #f8eef9 !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior ul.nivel-dois.msbd-submenu-mega-v51 > li > a {
    border-bottom-color: transparent !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior ul.nivel-dois.msbd-submenu-v51 > li > ul.nivel-tres {
    top: 0 !important;
    left: calc(100% + 8px) !important;
    width: min(380px, calc(100vw - 34px)) !important;
    max-width: min(380px, calc(100vw - 34px)) !important;
    min-width: 0 !important;
    padding: 10px !important;
    border: 1px solid rgba(200,164,93,.20) !important;
    border-radius: 14px !important;
    background: #fffdf9 !important;
    box-shadow: 0 20px 55px rgba(52,18,63,.16) !important;
    overflow: visible !important;
    z-index: 1000008 !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior ul.nivel-dois.msbd-submenu-v51 > li > ul.nivel-tres a {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}

@media (min-width: 768px) and (max-width: 1450px) {
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    gap: 3px 4px !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a {
    padding: 6px 8px !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a strong,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li > a span {
    max-width: 128px !important;
    font-size: .74rem !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior ul.nivel-dois.msbd-submenu-mega-v51 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* =========================================================
   V52 - Restaura "Páginas" e "Marcas" no menu desktop
   ========================================================= */
@media (min-width: 768px) {
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-paginas,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-marcas {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-paginas > a,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-marcas > a {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 43px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 7px 10px !important;
    margin: 0 !important;
    color: #5f1b72 !important;
    background: transparent !important;
    border-radius: 13px !important;
    pointer-events: auto !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-paginas:hover > a,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-paginas:focus-within > a,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-paginas.msbd-menu-open-v51 > a,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-marcas:hover > a,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-marcas:focus-within > a,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-marcas.msbd-menu-open-v51 > a {
    color: #ffffff !important;
    background: linear-gradient(135deg, #5f1b72, #8b2fa0) !important;
    box-shadow: 0 10px 24px rgba(52,18,63,.16) !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-paginas:hover > a *,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-paginas:focus-within > a *,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-paginas.msbd-menu-open-v51 > a *,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-marcas:hover > a *,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-marcas:focus-within > a *,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-marcas.msbd-menu-open-v51 > a * {
    color: #ffffff !important;
  }

  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-paginas > ul.nivel-dois.msbd-submenu-v51,
  html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-marcas > ul.nivel-dois.msbd-submenu-v51 {
    width: var(--msbd-submenu-width-v51, 1780px) !important;
    max-width: calc(100vw - 32px) !important;
  }
}

/* =========================================================
   V53 - Oculta definitivamente o item Promoções via QR-code
   ========================================================= */
html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.categoria-id-23803932,
html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li.msbd-menu-qr-hidden-v53,
html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li[class*="23803932"],
html body.msbd-cabecalho-geral #cabecalho .menu.superior > ul.nivel-um > li:has(> a[href*="ofertas-exclusivas-pirassununga"]) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

/* =========================================================
   CARRINHO BELLADONA V1
   Layout moderno em duas colunas, mantendo os elementos nativos.
   ========================================================= */
body.pagina-carrinho.msbd-cart-v1-ready #corpo {
  background:
    radial-gradient(circle at 92% 4%, rgba(123, 35, 144, .055), transparent 28rem),
    linear-gradient(180deg, #fdfcfd 0%, #faf7fb 100%) !important;
  padding: 28px 0 52px !important;
}

body.pagina-carrinho.msbd-cart-v1-ready #corpo > .conteiner {
  width: min(1320px, calc(100vw - 44px)) !important;
  max-width: min(1320px, calc(100vw - 44px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .finalizar-compra {
  width: 100% !important;
  margin: 0 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .finalizar-compra .cabecalho-interno {
  margin: 0 0 20px !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .finalizar-compra .cabecalho-interno .span12 {
  width: 100% !important;
  margin: 0 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__page-title {
  margin: 0 !important;
  color: #4f175f !important;
  font-size: clamp(1.65rem, 2.3vw, 2.15rem) !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: -.035em !important;
  text-shadow: none !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__page-title small {
  display: inline-block !important;
  margin-left: 8px !important;
  color: #827884 !important;
  font-size: .54em !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  vertical-align: .12em !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 390px) !important;
  gap: 24px !important;
  align-items: start !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__main,
body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary {
  min-width: 0 !important;
  background: #fff !important;
  border: 1px solid #eadfec !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 38px rgba(64, 27, 71, .07) !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__main {
  overflow: hidden !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__main-head {
  min-height: 72px !important;
  padding: 20px 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  border-bottom: 1px solid #eee6ef !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__main-head h2,
body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary-head h2 {
  margin: 0 !important;
  color: #32103b !important;
  font-size: 1.35rem !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: -.025em !important;
  text-shadow: none !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__count {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px !important;
  padding: 5px 12px !important;
  border: 1px solid #dec9e3 !important;
  border-radius: 999px !important;
  background: #f8f1fa !important;
  color: #6b247c !important;
  font-size: .76rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .caixa-sombreada {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.pagina-carrinho.msbd-cart-v1-ready table.tabela-carrinho.msbd-cart-v1__products,
body.pagina-carrinho.msbd-cart-v1-ready table.tabela-carrinho.msbd-cart-v1__products > tbody {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready table.tabela-carrinho.msbd-cart-v1__products > thead,
body.pagina-carrinho.msbd-cart-v1-ready table.tabela-carrinho.msbd-cart-v1__products > tbody > tr.msbd-cart-v1__native-utility-row {
  display: none !important;
}

body.pagina-carrinho.msbd-cart-v1-ready table.tabela-carrinho.msbd-cart-v1__products > tbody > tr.msbd-cart-v1__product-row {
  display: grid !important;
  grid-template-columns: 118px minmax(210px, 1fr) 154px 145px 54px !important;
  gap: 18px !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 168px !important;
  margin: 0 !important;
  padding: 22px 24px !important;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #f0e9f1 !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready table.tabela-carrinho.msbd-cart-v1__products > tbody > tr.msbd-cart-v1__product-row:last-of-type {
  border-bottom: 0 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row > td {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
  vertical-align: middle !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .conteiner-imagem {
  justify-content: center !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .imagem {
  width: 104px !important;
  height: 104px !important;
  margin: 0 !important;
  padding: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  border: 1px solid #eee7ef !important;
  border-radius: 14px !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .imagem a {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .imagem img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 88px !important;
  max-height: 88px !important;
  object-fit: contain !important;
  border-radius: 9px !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .produto-info {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .produto-info > a {
  display: block !important;
  margin: 0 0 10px !important;
  color: #35113f !important;
  font-size: 1rem !important;
  line-height: 1.35 !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .produto-info > a:hover {
  color: #7b248e !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .produto-info ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .produto-info ul li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .produto-info ul li span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  min-height: 27px !important;
  padding: 4px 9px !important;
  background: #f8f4f9 !important;
  border: 1px solid #e9deeb !important;
  border-radius: 999px !important;
  color: #766a78 !important;
  font-size: .72rem !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .produto-info ul li strong {
  color: #4f175f !important;
  font-weight: 850 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row form {
  width: 100% !important;
  margin: 0 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .quantidade {
  position: relative !important;
  width: max-content !important;
  max-width: 100% !important;
  min-height: 42px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 40px 50px 40px !important;
  align-items: stretch !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #ded2e1 !important;
  border-radius: 11px !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .quantidade > a {
  position: static !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #faf7fb !important;
  color: #6f247f !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  font-size: .9rem !important;
  line-height: 40px !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .quantidade > a:hover {
  background: #f0e5f3 !important;
  color: #50155f !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .quantidade input.input-mini {
  width: 50px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 5px !important;
  background: #fff !important;
  color: #2c2030 !important;
  border: 0 !important;
  border-left: 1px solid #e5dbe7 !important;
  border-right: 1px solid #e5dbe7 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  text-align: center !important;
  font-size: .9rem !important;
  line-height: 40px !important;
  font-weight: 800 !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .quantidade .atualizar-quantidade {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .col-item-unit-price {
  justify-content: center !important;
  text-align: center !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .col-item-unit-price .preco-produto,
body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .col-item-unit-price .preco-produto > strong,
body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .col-item-unit-price .preco-produto > div {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .preco-venda {
  display: block !important;
  margin: 0 0 3px !important;
  color: #9a8e9c !important;
  font-size: .77rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .preco-promocional {
  display: block !important;
  color: #6f207f !important;
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  text-shadow: none !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .excluir {
  width: 40px !important;
  height: 40px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff6f7 !important;
  border: 1px solid #f1d3d8 !important;
  border-radius: 11px !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .excluir a {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #c43e58 !important;
  text-decoration: none !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .excluir:hover {
  background: #fdecef !important;
  border-color: #eebbc4 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tools {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 0 !important;
  border-top: 1px solid #eee6ef !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool {
  min-width: 0 !important;
  padding: 22px 24px 24px !important;
  background: #fcfafc !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool + .msbd-cart-v1__tool {
  border-left: 1px solid #eee6ef !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool-head {
  margin: 0 0 14px !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool-head h3 {
  margin: 0 0 4px !important;
  color: #3d1747 !important;
  font-size: .95rem !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
  text-shadow: none !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool-head p {
  margin: 0 !important;
  color: #8c818e !important;
  font-size: .75rem !important;
  line-height: 1.4 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool form,
body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool .control-group,
body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool .controls {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool .control-label {
  display: none !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool .input-append {
  width: 100% !important;
  display: flex !important;
  align-items: stretch !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool input.input-small {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 13px !important;
  background: #fff !important;
  color: #36293a !important;
  border: 1px solid #dcd0df !important;
  border-right: 0 !important;
  border-radius: 10px 0 0 10px !important;
  box-shadow: none !important;
  outline: 0 !important;
  font-size: .85rem !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool input.input-small:focus {
  border-color: #9b5baa !important;
  box-shadow: 0 0 0 3px rgba(123, 35, 144, .08) !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool .input-append .btn {
  flex: 0 0 auto !important;
  min-width: 108px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  background: #6f207f !important;
  color: #fff !important;
  border: 1px solid #6f207f !important;
  border-radius: 0 10px 10px 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: .8rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool .input-append .btn:hover {
  background: #581866 !important;
  border-color: #581866 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool .help-inline {
  display: block !important;
  margin: 9px 0 0 !important;
  padding: 0 !important;
  color: #7a6d7d !important;
  font-size: .72rem !important;
  line-height: 1.25 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool .help-inline a {
  color: #6f207f !important;
  text-decoration: none !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__shipping-methods {
  width: 100% !important;
  margin: 13px 0 0 !important;
  padding: 0 !important;
  color: #4e4151 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__shipping-methods ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__shipping-methods li {
  margin: 7px 0 0 !important;
  padding: 10px 12px !important;
  background: #fff !important;
  border: 1px solid #e6dbe8 !important;
  border-radius: 9px !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary {
  position: sticky !important;
  top: 18px !important;
  padding: 24px !important;
  overflow: hidden !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary-head {
  margin: 0 0 20px !important;
  padding: 0 0 18px !important;
  border-bottom: 1px solid #eee6ef !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary-head p {
  margin: 5px 0 0 !important;
  color: #8a7d8d !important;
  font-size: .76rem !important;
  line-height: 1.35 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary-values {
  margin: 0 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary-row {
  min-width: 0 !important;
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  color: #615664 !important;
  font-size: .84rem !important;
  line-height: 1.35 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary-row > span {
  flex: 0 0 auto !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary-row > strong {
  min-width: 0 !important;
  color: #382b3c !important;
  font-weight: 850 !important;
  text-align: right !important;
  overflow-wrap: anywhere !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary-row--shipping > strong {
  color: #6f207f !important;
  font-size: .78rem !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary-divider {
  height: 1px !important;
  margin: 12px 0 13px !important;
  background: #eae0ec !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary-row--total {
  min-height: 48px !important;
  color: #35133d !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary-row--total > strong {
  color: #6f207f !important;
  font-size: 1.55rem !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.035em !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__pix {
  margin: 15px 0 0 !important;
  padding: 14px 15px !important;
  background: linear-gradient(135deg, #fbf6fc 0%, #f5eafa 100%) !important;
  border: 1px solid #e5d2e9 !important;
  border-radius: 12px !important;
  color: #5c3f63 !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__pix-kicker {
  display: block !important;
  margin: 0 0 5px !important;
  color: #6e207e !important;
  font-size: .72rem !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
  letter-spacing: .035em !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__pix .valores-descontos,
body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__pix .descontos,
body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__pix .descontos span {
  margin: 0 !important;
  padding: 0 !important;
  color: #66516b !important;
  font-size: .8rem !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__pix strong {
  color: #6f207f !important;
  font-weight: 900 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__security {
  margin: 16px 0 0 !important;
  padding: 14px !important;
  background: #fbfbfa !important;
  border: 1px solid #ece7e8 !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__security-title {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__security-title > span {
  flex: 0 0 auto !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__security-title strong {
  display: block !important;
  margin: 0 0 2px !important;
  color: #413646 !important;
  font-size: .8rem !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__security-title small {
  display: block !important;
  color: #8a818b !important;
  font-size: .68rem !important;
  line-height: 1.35 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__security-pills {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 7px !important;
  margin-top: 11px !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__security-pills span {
  min-height: 28px !important;
  padding: 5px 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  border: 1px solid #e9e1e8 !important;
  border-radius: 999px !important;
  color: #6f6472 !important;
  font-size: .63rem !important;
  line-height: 1.1 !important;
  font-weight: 750 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__minimum-alert {
  width: 100% !important;
  margin: 14px 0 0 !important;
  padding: 10px 12px !important;
  background: #fff8e8 !important;
  color: #7a6224 !important;
  border: 1px solid #f0dfaa !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
  font-size: .74rem !important;
  line-height: 1.35 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__checkout-form {
  width: 100% !important;
  margin: 17px 0 0 !important;
  padding: 0 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__checkout-form .acao-editar {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__checkout-form .acao-editar .span12 {
  width: 100% !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__checkout-form .acao-editar .botao {
  float: none !important;
  width: 100% !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 11px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
  font-size: .88rem !important;
  line-height: 1.1 !important;
  font-weight: 850 !important;
  box-sizing: border-box !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__checkout-form .acao-editar button.botao.principal {
  order: 1 !important;
  background: linear-gradient(135deg, #5e196f 0%, #8a2c9e 100%) !important;
  color: #fff !important;
  border: 1px solid #6f207f !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__checkout-form .acao-editar button.botao.principal:hover {
  background: linear-gradient(135deg, #4f145e 0%, #742486 100%) !important;
  border-color: #551563 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__checkout-form .acao-editar a.botao {
  order: 2 !important;
  background: #fff !important;
  color: #4d3d52 !important;
  border: 1px solid #ddd2df !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__checkout-form .acao-editar a.botao:hover {
  background: #faf6fb !important;
  color: #641e74 !important;
  border-color: #cdb8d2 !important;
}

body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__checkout-form .selo-ssl {
  display: none !important;
}

@media (max-width: 1120px) {
  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 350px) !important;
    gap: 18px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready table.tabela-carrinho.msbd-cart-v1__products > tbody > tr.msbd-cart-v1__product-row {
    grid-template-columns: 102px minmax(180px, 1fr) 140px 120px 46px !important;
    gap: 12px !important;
    padding: 20px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .imagem {
    width: 92px !important;
    height: 92px !important;
  }
}

@media (max-width: 940px) {
  body.pagina-carrinho.msbd-cart-v1-ready #corpo > .conteiner {
    width: min(100% - 28px, 860px) !important;
    max-width: min(100% - 28px, 860px) !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__layout {
    grid-template-columns: 1fr !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary {
    position: static !important;
    top: auto !important;
  }
}

@media (max-width: 700px) {
  body.pagina-carrinho.msbd-cart-v1-ready #corpo {
    padding: 18px 0 34px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready #corpo > .conteiner {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .finalizar-compra .cabecalho-interno {
    margin-bottom: 14px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__page-title {
    font-size: 1.55rem !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__page-title small {
    display: block !important;
    margin: 5px 0 0 !important;
    font-size: .55em !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__main,
  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary {
    border-radius: 14px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__main-head {
    min-height: 62px !important;
    padding: 16px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__main-head h2,
  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary-head h2 {
    font-size: 1.12rem !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready table.tabela-carrinho.msbd-cart-v1__products > tbody > tr.msbd-cart-v1__product-row {
    grid-template-columns: 82px minmax(0, 1fr) 40px !important;
    grid-template-rows: auto auto auto !important;
    gap: 11px 13px !important;
    min-height: 0 !important;
    padding: 17px 16px !important;
    align-items: start !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row > td.conteiner-imagem {
    grid-column: 1 !important;
    grid-row: 1 / span 3 !important;
    align-self: start !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row > td.sem-borda:not(.conteiner-imagem) {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: start !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row > td.clearfix {
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-content: flex-start !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row > td.col-item-unit-price {
    grid-column: 2 !important;
    grid-row: 3 !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row > td:last-child {
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: start !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .imagem {
    width: 82px !important;
    height: 82px !important;
    padding: 6px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .imagem img {
    max-width: 68px !important;
    max-height: 68px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .produto-info > a {
    margin-bottom: 8px !important;
    font-size: .88rem !important;
    line-height: 1.3 !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .produto-info ul {
    display: grid !important;
    gap: 5px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .produto-info ul li span {
    width: max-content !important;
    max-width: 100% !important;
    min-height: 23px !important;
    padding: 3px 7px !important;
    border-radius: 7px !important;
    font-size: .64rem !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .quantidade {
    margin: 0 !important;
    grid-template-columns: 36px 44px 36px !important;
    min-height: 38px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .quantidade > a {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .quantidade input.input-mini {
    width: 44px !important;
    height: 36px !important;
    line-height: 36px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .col-item-unit-price .preco-produto,
  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .col-item-unit-price .preco-produto > strong,
  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__product-row .col-item-unit-price .preco-produto > div {
    text-align: left !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tools {
    grid-template-columns: 1fr !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool {
    padding: 18px 16px 20px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool + .msbd-cart-v1__tool {
    border-left: 0 !important;
    border-top: 1px solid #eee6ef !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__summary {
    padding: 19px 16px !important;
  }
}

@media (max-width: 430px) {
  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool .input-append {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool input.input-small {
    width: 100% !important;
    border: 1px solid #dcd0df !important;
    border-radius: 10px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__tool .input-append .btn {
    width: 100% !important;
    min-width: 0 !important;
    border-radius: 10px !important;
  }

  body.pagina-carrinho.msbd-cart-v1-ready .msbd-cart-v1__security-pills {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   RODAPÉ BELLADONA
   Mesmo visual da PDP, sem depender da classe pagina-produto.
   ========================================================= */
body.msbd-cabecalho-geral .msbd-native-footer-hidden-v19 {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19 {
  width: 100% !important;
  margin: 0 !important;
  padding: 44px 0 26px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(200, 164, 93, .10), transparent 22rem),
    linear-gradient(135deg, #24102b 0%, #35123f 48%, #2b1034 100%) !important;
  color: #ffffff !important;
  border-top: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19__container {
  width: min(1240px, calc(100vw - 42px)) !important;
  max-width: min(1240px, calc(100vw - 42px)) !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19__grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1.35fr .75fr !important;
  gap: 58px !important;
  align-items: flex-start !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19__col {
  min-width: 0 !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19 h3 {
  margin: 0 0 16px !important;
  color: #ead8aa !important;
  font-size: 1.2rem !important;
  line-height: 1.18 !important;
  font-weight: 950 !important;
  letter-spacing: -.02em !important;
  text-align: left !important;
  text-shadow: none !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19 ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19 li {
  margin: 0 0 9px !important;
  padding: 0 !important;
  color: rgba(255,255,255,.92) !important;
  font-size: .95rem !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19 a {
  color: rgba(255,255,255,.92) !important;
  text-decoration: none !important;
  transition: .18s ease !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19 a:hover {
  color: #ead8aa !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19 p {
  max-width: 455px !important;
  margin: 0 !important;
  color: rgba(255,255,255,.94) !important;
  font-size: .98rem !important;
  line-height: 1.58 !important;
  text-align: left !important;
  text-shadow: none !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19__social {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19__social a {
  width: 31px !important;
  height: 31px !important;
  min-width: 31px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #5f1b72, #9b2bb0) !important;
  color: #ffffff !important;
  border: 1px solid rgba(234, 216, 170, .18) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .16) !important;
  font-size: .82rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-align: center !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19__bottom {
  margin-top: 26px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(234,216,170,.10) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19__pay,
body.msbd-cabecalho-geral .msbd-clean-footer-v19__security {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19__pill {
  min-height: 31px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 13px !important;
  border-radius: 9px !important;
  color: #ffffff !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(234,216,170,.18) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05) !important;
  font-size: .78rem !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19__rating {
  gap: 5px !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v19__rating span {
  color: #ffc226 !important;
  font-size: .94rem !important;
  line-height: 1 !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v34__pages {
  width: 100% !important;
  margin: 34px 0 0 !important;
  padding: 26px 0 0 !important;
  border-top: 1px solid rgba(234,216,170,.10) !important;
  box-sizing: border-box !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v34__pages h3 {
  margin: 0 0 16px !important;
  color: #ead8aa !important;
  font-size: 1.18rem !important;
  line-height: 1.18 !important;
  font-weight: 950 !important;
  letter-spacing: -.02em !important;
  text-align: left !important;
  text-shadow: none !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v34__links {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  box-sizing: border-box !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v34__links li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  min-width: 0 !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v34__links a {
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 12px !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.055) !important;
  border: 1px solid rgba(234,216,170,.10) !important;
  color: rgba(255,255,255,.92) !important;
  font-size: .88rem !important;
  line-height: 1.22 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
  box-sizing: border-box !important;
  transition: .18s ease !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v34__links a:hover {
  color: #ead8aa !important;
  background: rgba(255,255,255,.085) !important;
  border-color: rgba(234,216,170,.18) !important;
  transform: translateY(-1px) !important;
}

body.msbd-cabecalho-geral .msbd-clean-footer-v34__links a::before {
  content: "›" !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  color: #2b1034 !important;
  background: #ead8aa !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}

@media (max-width: 1024px) {
  body.msbd-cabecalho-geral .msbd-clean-footer-v34__links {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  body.msbd-cabecalho-geral .msbd-clean-footer-v19__grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 34px !important;
  }

  body.msbd-cabecalho-geral .msbd-clean-footer-v19__bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

@media (max-width: 767px) {
  body.msbd-cabecalho-geral .msbd-clean-footer-v19__container {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
  }

  body.msbd-cabecalho-geral .msbd-clean-footer-v19 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 34px 0 24px !important;
    transform: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.msbd-cabecalho-geral .msbd-clean-footer-v19__grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  body.msbd-cabecalho-geral .msbd-clean-footer-v19 p {
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  body.msbd-cabecalho-geral .msbd-clean-footer-v34__pages {
    margin-top: 28px !important;
    padding-top: 22px !important;
  }

  body.msbd-cabecalho-geral .msbd-clean-footer-v34__links {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.msbd-cabecalho-geral .msbd-clean-footer-v34__links a {
    min-height: 40px !important;
    font-size: .9rem !important;
  }
}

/* =========================================================
   MSDEV - Carrinho | Trustvox: remove instância duplicada vazia
   Mantém somente o primeiro carrossel e o primeiro selo.
   ========================================================= */
body.pagina-carrinho #_trustvox_colt > [id="trustvox-carousel-view-wrapper"] ~ [id="trustvox-carousel-view-wrapper"],
body.pagina-carrinho #_trustvox_colt > [id="trustvox-brand"] ~ [id="trustvox-brand"] {
  display: none !important;
}
