@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");

:root {
      --elite-blue: #106CFF;
      --elite-black: #000000;
      --elite-white: #ffffff;
      --bz-dark: #1b1811;
      --bz-accent: #428bca;
      --star: #fabb05;
      --border: #e7e7e7;
      --text-muted: #666;
      --wrapper: 1170px;
    }
    *, *::before, *::after { box-sizing: border-box; }
    html {
      scroll-behavior: smooth;
      font-family: Montserrat, Arial, Helvetica, sans-serif;
      overflow-x: clip;
    }
    @media (max-width: 767px) {
      body {
        overflow-x: hidden;
      }
    }
    body,
    button,
    input,
    select,
    textarea,
    h1, h2, h3, h4, h5, h6 {
      font-family: Montserrat, Arial, Helvetica, sans-serif;
    }
    body {
      margin: 0;
      font-size: 14px;
      line-height: 1.42857143;
      color: #333;
      background: var(--elite-white);
    }
    .hero-panel {
      font-family: Montserrat, Arial, Helvetica, sans-serif;
    }
    input, button, select, textarea {
      font-family: inherit;
    }
    a { color: var(--elite-blue); text-decoration: none; }
    a:hover { text-decoration: underline; }
    .header-institucional a,
    .header-institucional a:hover {
      text-decoration: none;
    }
    img { max-width: 100%; height: auto; vertical-align: middle; border: 0; }
    .wrapper {
      width: 100%;
      max-width: var(--wrapper);
      margin: 0 auto;
      padding: 0 15px;
    }
    .clear { clear: both; }
    .overflow { overflow: hidden; }
    .hidden { display: none !important; }
    .sr-only {
      position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
      overflow: hidden; clip: rect(0,0,0,0); border: 0;
    }

    /* ——— Offcanvas (mobile) — só CSS (#nav-drawer checkbox) ——— */
    .nav-drawer-input {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
      opacity: 0;
    }
    .offcanvas {
      position: fixed;
      inset: 0;
      z-index: 200;
      visibility: hidden;
      pointer-events: none;
    }
    .offcanvas-bg {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,.45);
      opacity: 0;
      transition: opacity .25s;
      cursor: pointer;
    }
    .offcanvas-panel {
      position: absolute;
      top: 0; left: 0;
      width: min(320px, 92vw);
      height: 100%;
      background: var(--elite-white);
      box-shadow: 4px 0 24px rgba(0,0,0,.15);
      transform: translateX(-100%);
      transition: transform .28s ease;
      overflow-y: auto;
      padding: 16px;
    }
    #nav-drawer:checked ~ .offcanvas {
      visibility: visible;
      pointer-events: auto;
    }
    #nav-drawer:checked ~ .offcanvas .offcanvas-bg {
      opacity: 1;
    }
    #nav-drawer:checked ~ .offcanvas .offcanvas-panel {
      transform: translateX(0);
    }
    .offcanvas-head {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid var(--border);
      margin-bottom: 12px;
      font-size: 13px;
    }
    .offcanvas-close-label {
      border: 0; background: none; cursor: pointer; font-size: 22px; line-height: 1;
      padding: 0;
      font-family: inherit;
      color: inherit;
    }
    .offcanvas-menu ul { list-style: none; margin: 0; padding: 0; }
    .offcanvas-menu li { border-bottom: 1px solid #eee; }
    .offcanvas-menu a {
      display: block;
      padding: 12px 4px;
      color: #333;
      font-weight: 600;
    }

    /* ——— Header top (marrom/preto estilo Bz) ——— */
    .header-top {
      background: var(--bz-dark);
      color: #ddd;
      font-size: 13px;
      padding: 10px 0;
    }
    .header-top-inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px 12px;
      row-gap: 10px;
    }
    .header-top-inner > .header-nav {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px 12px;
      flex: 1;
      min-width: min(100%, 280px);
    }

    .header-nav > a {
      color: #eee;
      text-decoration: none;
    }
    .header-nav > a:hover { color: var(--elite-white); text-decoration: underline; }
    .sep { opacity: .45; }

    .central-atendimento {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      cursor: pointer;
      color: #eee;
    }
    .central-atendimento:hover .central-atendimento-hover { display: block; }
    .central-atendimento-hover {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 280px;
      background: var(--elite-white);
      color: #333;
      border: 1px solid var(--border);
      box-shadow: 0 8px 28px rgba(0,0,0,.12);
      padding: 14px;
      z-index: 160;
    }
    .hover-titulo {
      font-weight: 700;
      margin: 0 0 10px;
      border-bottom: 1px solid var(--border);
      padding-bottom: 8px;
    }
    .telefones { list-style: none; margin: 0; padding: 0; font-size: 12px; line-height: 1.6; }
    .atendimento-horario { font-size: 12px; color: var(--text-muted); margin: 10px 0 0; }

    /* ——— Header principal (continuação do topo escuro) ——— */
    .header {
      background: var(--bz-dark);
      color: #ddd;
      padding-top: 0;
    }
    .header-grid {
      display: grid;
      gap: 14px 18px;
      align-items: center;
      padding-top: 14px;
      padding-bottom: 14px;
    }
    @media (min-width: 992px) {
      .header-grid {
        grid-template-columns: auto 1fr auto;
        grid-template-areas: "logo nav trail";
      }
      label.header-nav-mobile { display: none; }
      .header-logo { grid-area: logo; }
      .header-institucional {
        grid-area: nav;
        display: flex;
        justify-content: center;
        min-width: 0;
      }
      .header-trailing { grid-area: trail; }
    }
    @media (max-width: 991px) {
      .header-grid {
        grid-template-columns: 40px 1fr auto;
        grid-template-areas: "menu logo trail";
        gap: 8px 12px;
      }
      label.header-nav-mobile { grid-area: menu; }
      .header-logo {
        grid-area: logo;
        justify-self: center;
        min-width: 0;
        max-width: 100%;
      }
      .header-grid .header-institucional { display: none; }
      .header-trailing { grid-area: trail; justify-self: end; }
    }
    .header-trailing {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 6px 22px;
      flex-wrap: nowrap;
    }

    label.header-nav-mobile {
      display: none;
      width: 40px;
      height: 38px;
      border: 1px solid rgba(255,255,255,.35);
      background: rgba(0,0,0,.25);
      border-radius: 4px;
      cursor: pointer;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 5px;
      padding: 0;
    }
    .header-nav-mobile span {
      display: block;
      width: 20px;
      height: 2px;
      background: #eee;
    }
    @media (max-width: 991px) {
      label.header-nav-mobile { display: inline-flex; }
    }

    .header-logo {
      font-weight: 700;
      font-size: 22px;
      color: var(--elite-white);
      text-decoration: none;
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      line-height: 0;
    }
    .header-logo:hover { text-decoration: none; opacity: .92; color: var(--elite-white); }
    .header-logo img {
      height: auto;
      max-height: 52px;
      width: auto;
      display: block;
      vertical-align: middle;
    }

    .header-search {
      min-width: 0;
      width: 100%;
    }
    .header-search .input-group {
      display: flex;
      align-items: stretch;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 999px;
      overflow: hidden;
      min-height: 40px;
      background: rgba(255,255,255,.96);
      box-shadow:
        0 2px 10px rgba(0,0,0,.07),
        0 1px 2px rgba(0,0,0,.04),
        inset 0 1px 0 rgba(255,255,255,.9);
      transition: border-color .22s ease, box-shadow .22s ease;
    }
    .header-search .input-group:focus-within {
      border-color: rgba(16,108,255,.32);
      box-shadow:
        0 4px 18px rgba(16,108,255,.1),
        0 0 0 3px rgba(16,108,255,.14);
    }
    .header-search input[type="search"],
    .header-search input[type="text"] {
      flex: 1;
      border: none;
      padding: 8px 14px 8px 18px;
      font-size: 14px;
      font-weight: 400;
      min-width: 0;
      background: transparent;
      color: #5c5c5c;
    }
    .header-search input[type="search"]:focus,
    .header-search input[type="text"]:focus {
      outline: none;
    }
    .header-search input[type="search"]::placeholder,
    .header-search input[type="text"]::placeholder {
      color: #9ca3af;
      font-weight: 400;
    }
    .header-search .btn {
      align-self: stretch;
      background: var(--elite-blue);
      border: none;
      color: var(--elite-white);
      padding: 0 18px;
      cursor: pointer;
      font-size: 15px;
      font-weight: 500;
      min-width: 44px;
      transition: filter .18s ease, background-color .18s ease;
    }
    .header-search .btn:hover {
      filter: brightness(1.08);
    }
    .header-search .btn:active {
      filter: brightness(.94);
    }

    .header-carrinho {
      font-size: 13px;
      font-weight: 600;
      position: relative;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .header-institucional .nav-item-contato {
      position: relative;
    }
    .header-institucional .nav-item-contato:hover .menu-contato-dropdown,
    .header-institucional .nav-item-contato:focus-within .menu-contato-dropdown {
      display: block;
    }
    .header-institucional .menu-contato-dropdown {
      display: none;
      position: absolute;
      top: calc(100% + 8px);
      right: 0;
      width: min(300px, 92vw);
      background: var(--elite-white);
      border: 1px solid rgba(0, 0, 0, 0.06);
      border-radius: 14px;
      box-shadow: 0 10px 36px rgba(0, 0, 0, 0.08);
      padding: 18px;
      z-index: 160;
      color: #555;
      font-weight: 300;
      white-space: normal;
      text-align: left;
    }
    .header-institucional .menu-contato-dropdown .btn-whatsapp-central {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 14px;
      white-space: normal;
      letter-spacing: normal;
      font-weight: 500;
      line-height: 1.25;
      border-radius: 10px;
      color: #fff !important;
    }
    .offcanvas-menu .nav-item-contato {
      position: relative;
    }
    .offcanvas-menu .nav-item-contato .nav-link-contato {
      display: block;
      padding: 12px 4px;
      color: #333;
      font-weight: 600;
    }
    .offcanvas-menu .nav-item-contato .menu-contato-dropdown {
      display: block;
      position: static;
      width: 100%;
      margin: 0 0 12px;
      padding: 18px;
      box-shadow: none;
      border-radius: 14px;
      border: 1px solid rgba(0, 0, 0, 0.06);
      background: #f8f9fa;
    }
    .menu-contato-dropdown {
      text-align: left;
    }
    .central-atendimento-titulo {
      margin: 0 0 14px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.02em;
      color: #444;
    }
    .central-atendimento-linha {
      margin: 0 0 10px;
      font-size: 13px;
      font-weight: 300;
      line-height: 1.55;
      color: #555;
    }
    .central-atendimento-label {
      font-weight: 500;
      color: #666;
    }
    .central-atendimento-link {
      color: inherit;
      text-decoration: none;
    }
    .central-atendimento-link:hover {
      text-decoration: underline;
    }
    .header-institucional .menu-contato-dropdown .central-atendimento-link {
      display: inline;
      padding: 0;
      font-size: inherit;
      font-weight: 300;
      letter-spacing: normal;
      color: #555;
      white-space: normal;
    }
    .header-institucional .menu-contato-dropdown .central-atendimento-link:hover {
      color: var(--elite-blue);
      opacity: 1;
    }
    .offcanvas-menu .menu-contato-dropdown .central-atendimento-link {
      display: inline;
      padding: 0;
      font-size: inherit;
      font-weight: 300;
    }
    .central-atendimento-horario {
      margin: 0 0 16px;
      font-size: 12px;
      font-weight: 300;
      line-height: 1.5;
      color: #777;
    }
    .btn-whatsapp-central {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      width: 100%;
      padding: 10px 14px;
      text-align: left;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.25;
      color: #fff !important;
      text-decoration: none !important;
      background: #25d366;
      border-radius: 4px;
      transition: filter 0.2s ease;
    }
    .btn-whatsapp-icon {
      flex-shrink: 0;
      display: block;
      width: 20px;
      height: 20px;
    }
    .offcanvas-menu .menu-contato-dropdown .btn-whatsapp-central {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 500;
      padding: 10px 14px;
      color: #fff !important;
    }
    .btn-whatsapp-central:hover {
      filter: brightness(1.05);
      color: #fff !important;
      text-decoration: none !important;
    }
    .btn-success {
      display: block;
      width: 100%;
      background: #5cb85c;
      color: #fff;
      text-align: center;
      padding: 10px;
      border-radius: 4px;
      font-weight: 600;
      margin-bottom: 10px;
      text-decoration: none;
    }
    .btn-success:hover { background: #449d44; color: #fff; text-decoration: none; }

    .header-carrinho a,
    .header-orcamento-btn {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #eee;
      text-decoration: none;
      font-weight: 700;
      font-family: inherit;
      font-size: 13px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 0;
    }
    .header-carrinho a:hover,
    .header-orcamento-btn:hover {
      color: var(--elite-blue);
      text-decoration: none;
    }
    .header-carrinho-count,
    .header-orcamento-count,
    .js-orcamento-count {
      min-width: 22px;
      height: 22px;
      border-radius: 50%;
      background: var(--elite-blue);
      color: var(--elite-white);
      font-size: 11px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 6px;
    }
    .header-orcamento-count[hidden],
    .js-orcamento-count[hidden] {
      display: none;
    }

    /* Linha categorias + institucional */
    .header-border-nav {
      border-top: 1px solid rgba(255,255,255,.12);
      padding: 8px 0 12px;
    }
    .header-border-nav .wrapper {
      position: relative;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .nav-main-row {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      min-height: 44px;
      padding-left: 200px;
      padding-right: 200px;
    }
    .header-categorias {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 2px;
      font-weight: 700;
      font-size: 15px;
      cursor: pointer;
      padding: 10px 14px;
      border: 1px solid rgba(255,255,255,.35);
      border-radius: 4px;
      background: rgba(0,0,0,.22);
      color: #f0f0f0;
    }
    .header-categorias:hover {
      border-color: rgba(16,108,255,.75);
      color: var(--elite-blue);
      background: rgba(0,0,0,.38);
    }
    .header-institucional {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 0;
      width: 100%;
      font-family: Montserrat, Arial, Helvetica, sans-serif;
    }
    .header-institucional nav {
      display: flex;
      justify-content: center;
      width: 100%;
      max-width: 100%;
    }
    .header-categorias:hover .header-categorias-hover { display: flex; }
    .header-categorias-hover {
      display: none;
      position: absolute;
      left: 0;
      top: calc(100% + 6px);
      width: min(720px, 94vw);
      background: var(--elite-white);
      border: 1px solid var(--border);
      box-shadow: 0 12px 36px rgba(0,0,0,.12);
      padding: 16px;
      z-index: 140;
      gap: 20px;
      flex-wrap: wrap;
    }
    .mega-col {
      flex: 1;
      min-width: 160px;
      font-size: 13px;
    }
    .mega-col strong {
      display: block;
      margin-bottom: 8px;
      color: var(--elite-blue);
      font-size: 12px;
      text-transform: uppercase;
    }
    .mega-col ul { list-style: none; margin: 0; padding: 0; }
    .mega-col li { margin-bottom: 6px; }
    .mega-col a { color: #333; text-decoration: none; }
    .mega-col a:hover { color: var(--elite-blue); text-decoration: underline; }

    .header-institucional nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 8px 28px;
      max-width: 100%;
    }
    .header-institucional li {
      margin: 0;
      padding: 0;
    }
    .header-institucional a {
      display: block;
      padding: 8px 4px;
      font-family: Montserrat, Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0.04em;
      line-height: 1.4;
      color: rgba(255, 255, 255, 0.88);
      text-decoration: none;
      white-space: nowrap;
      transition: color 0.35s ease, opacity 0.35s ease;
    }
    .header-institucional a:hover {
      color: var(--elite-white);
      opacity: 1;
      text-decoration: none;
    }
    .header-institucional a:focus-visible {
      outline: 2px solid rgba(255, 255, 255, 0.45);
      outline-offset: 4px;
    }
    .header-institucional li.active a {
      color: var(--elite-white);
      font-weight: 400;
      text-decoration: none;
    }
    .header-institucional li.active a:hover {
      color: var(--elite-white);
    }
    .header-institucional .nav-item-contato > .nav-link-contato {
      color: rgba(255, 255, 255, 0.88);
    }
    .header-institucional .nav-item-contato:hover > .nav-link-contato,
    .header-institucional .nav-item-contato:focus-within > .nav-link-contato {
      color: var(--elite-white);
    }
    @media (max-width: 1200px) {
      .header-institucional nav ul {
        gap: 6px 20px;
      }
      .header-institucional a {
        font-size: 13px;
      }
    }
    @media (max-width: 1100px) {
      .nav-main-row {
        padding-left: 170px;
        padding-right: 170px;
      }
    }
    @media (max-width: 991px) {
      .nav-main-row {
        flex-direction: column;
        align-items: stretch;
        padding-left: 0;
        padding-right: 0;
      }
      .header-categorias {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        align-self: flex-start;
      }
      .header-institucional nav ul {
        justify-content: flex-start;
      }
      .header-categorias-hover { position: fixed; left: 12px; right: 12px; width: auto; max-height: 70vh; overflow-y: auto; }
    }

    .header-border-bottom {
      height: 3px;
      background: linear-gradient(90deg, var(--elite-blue), var(--elite-blue));
      opacity: .85;
    }

    /* ——— Hero carousel (home) ——— */
    .hero-carousel {
      width: 100%;
      margin: 0;
      padding: 0;
      border: none;
      border-radius: 0;
      overflow: hidden;
      background: #111;
    }
    .hero-carousel-viewport {
      position: relative;
      width: 100%;
      aspect-ratio: 1920 / 520;
      max-height: min(42vw, 520px);
      min-height: 220px;
    }
    .hero-carousel-slides {
      position: absolute;
      inset: 0;
      margin: 0;
      padding: 0;
    }
    .hero-slide {
      position: absolute;
      inset: 0;
      margin: 0;
      opacity: 0;
      transition: opacity 1.4s ease-in-out;
      will-change: opacity;
      pointer-events: none;
    }
    .hero-slide.is-active {
      opacity: 1;
      z-index: 1;
      pointer-events: auto;
    }
    .hero-slide picture {
      display: block;
      width: 100%;
      height: 100%;
    }
    .hero-slide-link {
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }
    .hero-slide img {
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center;
      display: block;
      vertical-align: top;
    }
    .hero-carousel-nav {
      position: absolute;
      top: 50%;
      z-index: 3;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: rgba(255, 255, 255, 0.9);
      background: transparent;
      opacity: 0.55;
      transition: opacity 0.2s ease, color 0.2s ease;
    }
    .hero-carousel-nav svg {
      width: 32px;
      height: 32px;
      fill: currentColor;
      filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
    }
    .hero-carousel-nav:hover {
      opacity: 1;
      color: #fff;
    }
    .hero-carousel-prev { left: 12px; }
    .hero-carousel-next { right: 12px; }
    .hero-carousel-dots {
      position: absolute;
      left: 50%;
      bottom: 14px;
      z-index: 3;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      padding: 0;
      margin: 0;
      background: none;
    }
    .hero-carousel-dot {
      width: 10px;
      height: 10px;
      padding: 0;
      border: none;
      border-radius: 50%;
      cursor: pointer;
      background: rgba(255, 255, 255, 0.5);
      transition: background 0.3s ease, transform 0.3s ease;
    }
    .hero-carousel-dot.is-active {
      background: var(--elite-white);
      transform: scale(1.15);
    }
    .hero-carousel-dot:hover {
      background: rgba(255, 255, 255, 0.85);
    }
    @media (max-width: 767px) {
      .hero-carousel-viewport {
        aspect-ratio: 16 / 9;
        max-height: none;
        min-height: 200px;
      }
      .hero-carousel-nav {
        width: 36px;
        height: 36px;
        opacity: 0.75;
      }
      .hero-carousel-nav svg {
        width: 28px;
        height: 28px;
      }
      .hero-carousel-prev { left: 4px; }
      .hero-carousel-next { right: 4px; }
      .hero-carousel-dots { bottom: 10px; }
      .hero-carousel-dot {
        width: 8px;
        height: 8px;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .hero-slide {
        transition-duration: 0.4s;
      }
    }

    /* ——— Hero zone: slider ou painéis ——— */
    .hero-zone {
      width: 100%;
      position: relative;
    }
    .hero-carousel.is-hidden {
      display: none;
    }
    .hero-panels {
      display: none;
      width: 100%;
      background: #f4f6f8;
      animation: heroPanelsIn 0.55s ease;
      aspect-ratio: 1920 / 520;
      max-height: min(42vw, 520px);
      min-height: 220px;
    }
    .hero-panels.is-visible {
      display: flex;
      align-items: center;
    }
    .hero-panels .hero-panels-inner {
      width: 100%;
    }
    @keyframes heroPanelsIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .hero-panels-inner {
      max-width: var(--wrapper);
      margin: 0 auto;
      padding: 28px 15px 32px;
    }
    .hero-panels-title {
      margin: 0 0 20px;
      font-size: clamp(18px, 2.2vw, 24px);
      font-weight: 700;
      color: var(--bz-dark);
      text-align: center;
    }
    .hero-panels-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }
    .hero-panel {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 118px;
      padding: 18px 12px;
      border: 1px solid var(--border);
      border-radius: 10px;
      background: var(--elite-white);
      color: var(--bz-dark);
      text-decoration: none;
      text-align: center;
      transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
    }
    .hero-panel:hover {
      transform: translateY(-4px);
      border-color: rgba(16, 108, 255, 0.35);
      box-shadow: 0 10px 28px rgba(16, 108, 255, 0.12);
      text-decoration: none;
      color: var(--elite-blue);
    }
    .hero-panel-icon {
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      background: rgba(16, 108, 255, 0.08);
      color: var(--elite-blue);
    }
    .hero-panel-icon svg {
      width: 26px;
      height: 26px;
      fill: currentColor;
    }
    .hero-panel-label {
      font-size: 13px;
      font-weight: 600;
      line-height: 1.3;
    }
    .hero-panels--fabricantes .hero-panel-icon {
      background: rgba(27, 24, 17, 0.06);
      color: var(--bz-dark);
    }
    @media (max-width: 991px) {
      .hero-panels-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media (max-width: 480px) {
      .hero-panels-inner {
        padding: 20px 12px 24px;
      }
      .hero-panel {
        min-height: 100px;
        padding: 14px 10px;
      }
    }

    /* ——— Destaques 4 colunas ——— */
    .colunas-flex-4 {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin: 22px 0 28px;
    }
    .box-destaques {
      flex: 1;
      min-width: 220px;
      display: flex;
      gap: 14px;
      padding: 16px;
      border: 1px solid var(--border);
      border-radius: 4px;
      background: var(--elite-white);
    }
    .icon-circle {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      border: 2px solid var(--elite-blue);
      color: var(--elite-blue);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 20px;
    }
    .box-destaques h3 {
      margin: 0 0 6px;
      font-size: 15px;
      color: var(--bz-dark);
    }
    .box-destaques p {
      margin: 0;
      font-size: 13px;
      color: var(--text-muted);
      line-height: 1.45;
    }

    /* ——— Layout sidebar + conteúdo ——— */
    .page-main-row {
      display: flex;
      flex-wrap: wrap;
      gap: 22px;
      align-items: flex-start;
      padding-bottom: 40px;
    }
    .sidebar {
      width: 100%;
      max-width: 260px;
      flex-shrink: 0;
    }
    @media (max-width: 991px) {
      .sidebar { max-width: none; }
    }
    .titulo-sidebar {
      font-weight: 700;
      font-size: 14px;
      padding: 10px 0;
      border-bottom: 2px solid var(--elite-blue);
      margin-bottom: 10px;
      color: var(--bz-dark);
    }
    .site-seguro-rightbar {
      font-size: 13px;
      margin-bottom: 16px;
    }
    .btn-default {
      display: block;
      width: 100%;
      text-align: center;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      background: #fff;
      color: #333;
      font-weight: 600;
      cursor: pointer;
      text-decoration: none;
      font-size: 13px;
    }
    .btn-default:hover { background: #f5f5f5; text-decoration: none; color: #333; }
    .telefones-rightbar {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 12px;
      line-height: 1.65;
    }
    .top10 { list-style: none; margin: 0; padding: 0; font-size: 13px; }
    .top10 li { border-bottom: 1px dotted #ddd; padding: 6px 0; }
    .top10 a { color: #333; }
    .top10 a:hover { color: var(--elite-blue); }
    .categoria-arvore {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 13px;
    }
    .categoria-arvore-grupo {
      margin: 0;
      padding: 0;
      border-bottom: 1px dotted #ddd;
    }
    .categoria-arvore-grupo:last-child {
      border-bottom: none;
    }
    .categoria-arvore-btn {
      display: block;
      width: 100%;
      margin: 0;
      padding: 6px 8px;
      border: none;
      border-radius: 6px;
      background: transparent;
      font-family: inherit;
      text-align: left;
      line-height: 1.4;
      color: #444;
      cursor: pointer;
      transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
    }
    .categoria-arvore-btn:hover {
      background: rgba(16, 108, 255, 0.08);
      color: var(--elite-blue);
    }
    .categoria-arvore-btn:focus-visible {
      outline: 2px solid rgba(16, 108, 255, 0.45);
      outline-offset: 1px;
    }
    .categoria-arvore-btn.is-selected {
      background: rgba(16, 108, 255, 0.14);
      color: var(--elite-blue);
      box-shadow: inset 3px 0 0 var(--elite-blue);
    }
    .categoria-arvore-pai {
      padding: 8px 8px 4px;
      font-weight: 500;
      font-size: 13px;
      color: #555;
    }
    .categoria-arvore-pai:hover {
      color: var(--elite-blue);
    }
    .categoria-arvore-pai.is-selected {
      font-weight: 700;
      color: var(--elite-blue);
    }
    .categoria-arvore-filhos {
      list-style: none;
      margin: 0 0 6px;
      padding: 0 0 4px 10px;
      border-left: 2px solid rgba(16, 108, 255, 0.18);
    }
    .categoria-arvore-filhos li {
      margin: 0;
      padding: 2px 0 2px 4px;
      border-bottom: none;
    }
    .categoria-arvore-filho {
      font-weight: 400;
      font-size: 12px;
      color: #555;
      padding: 5px 8px;
    }
    .categoria-arvore-filho.is-selected {
      font-weight: 600;
    }
    .whatsapp-side { font-size: 13px; margin-top: 8px; }

    .container {
      flex: 1;
      min-width: 0;
    }
    .home h1 {
      font-size: 22px;
      margin: 0 0 14px;
      color: var(--bz-dark);
    }
    .home h2 {
      font-size: 18px;
      margin: 28px 0 14px;
      color: var(--bz-dark);
      border-bottom: 2px solid var(--elite-blue);
      padding-bottom: 8px;
      display: inline-block;
    }
    .home p { font-size: 14px; color: #444; line-height: 1.6; }

    .catalog-empty {
      flex: 1 1 100%;
      width: 100%;
      padding: 28px 16px;
      text-align: center;
      color: var(--text-muted);
      font-size: 14px;
      background: #fafafa;
      border: 1px dashed var(--border);
      border-radius: 8px;
    }
    .grid-produto.is-filtered-out,
    .catalog-card.is-filtered-out,
    .catalog-card[hidden] {
      display: none !important;
    }
    .catalog-card--hidden {
      display: none !important;
    }

    /* ——— Catálogo (listagem estilo MUI) ——— */
    .catalog-listagem {
      display: block;
      margin-top: 16px;
    }
    .catalog-toolbar {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      margin-bottom: 20px;
    }
    @media (min-width: 768px) {
      .catalog-toolbar {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
      }
    }
    .catalog-field {
      position: relative;
    }
    .catalog-field-search .catalog-input {
      width: 100%;
      padding: 14px 14px 14px 44px;
      font-size: 14px;
      border: 1px solid #c4c4c4;
      border-radius: 4px;
      color: #333;
      background: var(--elite-white);
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }
    .catalog-field-search .catalog-input:focus {
      outline: none;
      border-color: var(--elite-blue);
      box-shadow: 0 0 0 1px var(--elite-blue);
    }
    .catalog-field-icon {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
      color: rgba(0, 0, 0, 0.54);
      pointer-events: none;
      display: flex;
    }
    .catalog-label {
      display: block;
      font-size: 12px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.6);
      margin-bottom: 4px;
    }
    .catalog-select {
      width: 100%;
      padding: 14px 36px 14px 14px;
      font-size: 14px;
      border: 1px solid #c4c4c4;
      border-radius: 4px;
      color: #333;
      background: var(--elite-white);
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 22px;
      cursor: pointer;
    }
    .catalog-select:focus {
      outline: none;
      border-color: var(--elite-blue);
      box-shadow: 0 0 0 1px var(--elite-blue);
    }
    .catalog-grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 16px;
    }
    @media (min-width: 600px) {
      .catalog-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (min-width: 900px) {
      .catalog-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (min-width: 1100px) {
      .catalog-grid { grid-template-columns: repeat(4, 1fr); }
    }
    .catalog-card {
      width: auto;
      min-width: 0;
      flex: none;
    }
    .catalog-card-inner {
      position: relative;
      display: flex;
      flex-direction: column;
      height: 100%;
      border: 1px solid rgba(0, 0, 0, 0.12);
      border-radius: 4px;
      background: var(--elite-white);
      overflow: hidden;
      transition: box-shadow 0.2s ease;
    }
    .catalog-oferta-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 2;
      padding: 3px 8px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #fff;
      background: var(--elite-blue);
      border-radius: 2px;
      line-height: 1.2;
    }
    .catalog-card-sku {
      margin: 0 0 6px;
      font-size: 12px;
      color: rgba(0, 0, 0, 0.6);
    }
    .catalog-card-price {
      display: none;
    }
    .btn-catalog-orcamento {
      display: block;
      width: 100%;
      margin-top: 10px;
      padding: 10px 14px;
      font-family: inherit;
      font-size: 13px;
      font-weight: 600;
      color: var(--elite-white);
      text-align: center;
      background: var(--elite-blue);
      border: none;
      border-radius: 6px;
      cursor: pointer;
      box-shadow: 0 2px 6px rgba(16, 108, 255, 0.22);
      transition: background 0.2s ease, box-shadow 0.2s ease;
    }
    .btn-catalog-orcamento:hover {
      background: #0d5ce0;
      box-shadow: 0 4px 10px rgba(16, 108, 255, 0.3);
    }
    .catalog-card-inner:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    .catalog-card-img {
      display: block;
      width: 100%;
      height: 200px;
      object-fit: contain;
      background: #fafafa;
      padding: 12px;
      box-sizing: border-box;
    }
    .catalog-card-body {
      padding: 16px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    .catalog-card-title {
      margin: 0 0 4px;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4;
      color: rgba(0, 0, 0, 0.87);
      flex: 1;
    }
    .catalog-card-divider {
      border: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.12);
      margin: 0 0 14px;
    }
    .btn-catalog-whatsapp {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      width: 100%;
      padding: 10px 16px;
      font-size: 14px;
      font-weight: 500;
      text-transform: none;
      color: var(--elite-white) !important;
      text-decoration: none !important;
      background: var(--elite-blue);
      border: none;
      border-radius: 4px;
      box-shadow: 0 2px 4px rgba(16, 108, 255, 0.25);
      transition: background 0.2s ease, box-shadow 0.2s ease;
    }
    .btn-catalog-whatsapp:hover {
      background: #0d5ce0;
      box-shadow: 0 4px 8px rgba(16, 108, 255, 0.35);
      text-decoration: none !important;
    }
    .catalog-search-empty {
      grid-column: 1 / -1;
      padding: 28px 16px;
      text-align: center;
      color: var(--text-muted);
      font-size: 14px;
      background: #fafafa;
      border: 1px dashed var(--border);
      border-radius: 8px;
      margin-top: 8px;
    }
    .catalog-pagination {
      display: flex;
      justify-content: center;
      margin-top: 28px;
    }
    .catalog-pagination-dots {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .catalog-dot {
      width: 10px;
      height: 10px;
      padding: 0;
      border: none;
      border-radius: 50%;
      cursor: default;
      background: rgba(0, 0, 0, 0.22);
      transition: background 0.2s ease, transform 0.2s ease;
    }
    .catalog-dot.is-active {
      background: var(--elite-blue);
      transform: scale(1.2);
    }
    .icon-svg {
      display: block;
      flex-shrink: 0;
    }
    .sidebar-title-icon {
      display: inline-block;
      vertical-align: -2px;
      margin-right: 4px;
    }
    .header-carrinho-icon {
      display: inline-flex;
      align-items: center;
      color: inherit;
    }
    .offcanvas-close-label .icon-svg {
      display: block;
    }
    .catalog-pagination-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      gap: 4px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .catalog-pagination-btn {
      min-width: 40px;
      height: 40px;
      padding: 0 10px;
      border: none;
      border-radius: 50%;
      background: transparent;
      color: rgba(0, 0, 0, 0.87);
      font-size: 15px;
      font-weight: 400;
      cursor: pointer;
      transition: background 0.2s ease;
    }
    .catalog-pagination-btn:hover:not(:disabled) {
      background: rgba(16, 108, 255, 0.08);
    }
    .catalog-pagination-btn.is-current {
      background: var(--elite-blue);
      color: var(--elite-white);
      font-weight: 500;
    }
    .catalog-pagination-btn:disabled {
      opacity: 0.38;
      cursor: default;
    }
    .catalog-modal[hidden] {
      display: none !important;
    }
    .catalog-modal {
      position: fixed;
      inset: 0;
      z-index: 400;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }
    .catalog-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.58);
    }
    .catalog-modal-dialog {
      position: relative;
      z-index: 1;
      width: min(840px, 100%);
      max-height: min(90vh, 640px);
      overflow: hidden;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 14px 40px rgba(0, 0, 0, 0.3);
      display: grid;
      grid-template-columns: minmax(240px, 320px) 1fr;
      gap: 16px;
      padding: 22px;
    }
    .catalog-modal-close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 34px;
      height: 34px;
      border: none;
      border-radius: 50%;
      background: #f3f3f3;
      font-size: 22px;
      line-height: 1;
      cursor: pointer;
    }
    .catalog-modal-media {
      border: 1px solid var(--border);
      border-radius: 8px;
      background: #fafafa;
      min-height: 240px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px;
    }
    .catalog-modal-media img {
      max-width: 100%;
      max-height: 280px;
      object-fit: contain;
    }
    .catalog-modal-content {
      display: flex;
      flex-direction: column;
      min-height: 0;
      overflow: hidden;
    }
    .catalog-modal-content h3 {
      margin: 0 0 10px;
      font-size: 21px;
      color: #222;
    }
    .catalog-modal-sku {
      margin: 0 0 6px;
      font-size: 13px;
      color: #666;
      font-weight: 600;
    }
    .catalog-modal-price {
      display: none;
    }
    .catalog-modal-description {
      margin: 0 0 12px;
      line-height: 1.5;
      color: #444;
      font-size: 14px;
      flex-shrink: 0;
    }
    .catalog-modal-tecnico {
      flex: 1;
      min-height: 0;
      display: flex;
      flex-direction: column;
      margin-top: 4px;
    }
    .catalog-modal-tecnico-title {
      margin: 0 0 8px;
      font-size: 15px;
      font-weight: 600;
      color: var(--bz-dark);
      flex-shrink: 0;
    }
    .catalog-modal-tecnico-body {
      flex: 1;
      min-height: 0;
      max-height: 220px;
      overflow-y: auto;
      overflow-x: auto;
      border: 1px solid var(--border);
      border-radius: 6px;
      padding: 12px 14px;
      background: #fafafa;
      font-size: 13px;
      line-height: 1.5;
      color: #444;
    }
    .catalog-modal-tecnico-body table {
      width: 100%;
      border-collapse: collapse;
      font-size: 12px;
    }
    .catalog-modal-tecnico-body td,
    .catalog-modal-tecnico-body th {
      border: 1px solid #ddd;
      padding: 6px 8px;
      text-align: left;
      vertical-align: top;
    }
    .catalog-modal-tecnico-body tr:nth-child(even) {
      background: #f0f0f0;
    }
    .catalog-modal-tecnico-body p {
      margin: 0 0 8px;
    }
    .catalog-modal-tecnico-body hr {
      display: none;
    }
    .catalog-card {
      cursor: pointer;
    }
    @media (max-width: 760px) {
      .catalog-modal {
        padding: 10px;
        align-items: center;
      }
      .catalog-modal-dialog {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        max-height: min(92vh, 640px);
        max-height: min(92dvh, 640px);
        padding: 16px 14px 18px;
        gap: 12px;
        overflow: hidden;
      }
      .catalog-modal-content h3 {
        font-size: 18px;
        line-height: 1.35;
      }
      .catalog-modal-media {
        min-height: 160px;
      }
      .catalog-modal-media img {
        max-height: 200px;
      }
      .catalog-modal-tecnico-body {
        max-height: 150px;
      }
    }

    /* ——— Grade produtos (classe exemplo Bz) ——— */
    .listagem-grid-produto:not(.catalog-listagem) {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      margin-top: 16px;
    }
    .grid-produto {
      width: calc(25% - 12px);
      min-width: 180px;
      flex: 1 1 200px;
    }
    @media (max-width: 520px) {
      .listagem-grid-produto:not(.catalog-listagem) .grid-produto {
        width: calc(50% - 8px);
        min-width: 140px;
      }
    }
    /* Catálogo no celular */
    @media (max-width: 599px) {
      .catalog-listagem .catalog-grid {
        grid-template-columns: 1fr;
        gap: 12px;
      }
      .catalog-listagem .catalog-grid .catalog-card,
      .catalog-listagem .catalog-grid .grid-produto {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: none;
      }
      .catalog-listagem .catalog-card-inner {
        align-items: stretch;
      }
      .catalog-listagem .catalog-card-body {
        align-items: stretch;
        text-align: left;
        width: 100%;
      }
      .catalog-listagem .catalog-card-sku,
      .catalog-listagem .catalog-card-title {
        text-align: left;
        width: 100%;
      }
      .catalog-listagem .btn-catalog-orcamento {
        width: 100%;
      }
      .catalog-listagem .catalog-card-title {
        flex: none;
      }
      .catalog-listagem .catalog-card-img {
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
      }
    }
    .produto {
      border: 1px solid var(--border);
      border-radius: 4px;
      padding: 12px;
      height: 100%;
      background: var(--elite-white);
      transition: box-shadow .2s;
      position: relative;
    }
    .produto:hover {
      box-shadow: 0 6px 18px rgba(16,108,255,.15);
      border-color: rgba(16,108,255,.35);
    }
    .desconto-especial-tag, .oferta-especial {
      display: inline-block;
      font-size: 11px;
      font-weight: 700;
      padding: 3px 8px;
      border-radius: 3px;
      margin-bottom: 6px;
      color: #fff;
    }
    .desconto-especial-tag { background: var(--elite-blue); }
    .oferta-especial { background: #f0ad4e; }
    .produto > a:first-of-type img {
      display: block;
      margin: 0 auto 10px;
      max-width: 180px;
      height: auto;
    }
    .list-codigo {
      display: block;
      font-size: 11px;
      color: var(--text-muted);
      margin-bottom: 6px;
    }
    .list-titulo {
      display: block;
      font-weight: 700;
      font-size: 13px;
      color: var(--elite-blue);
      line-height: 1.35;
      margin-bottom: 8px;
      min-height: 52px;
    }
    .list-titulo:hover { text-decoration: underline; }
    .list-avaliacoes {
      font-size: 12px;
      color: var(--text-muted);
      display: block;
      margin-bottom: 8px;
    }
    .estrela { color: var(--star); letter-spacing: -2px; }
    .list-preco {
      display: block;
      font-size: 18px;
      font-weight: 700;
      color: var(--bz-dark);
      margin-bottom: 6px;
    }
    .list-preco small {
      display: block;
      font-size: 11px;
      font-weight: 400;
      color: var(--text-muted);
      margin-top: 6px;
      line-height: 1.35;
    }
    .disponibilidade-estoque {
      font-size: 12px;
      font-weight: 700;
      color: #398439;
    }
    .btn-info {
      display: inline-block;
      margin-top: 8px;
      padding: 8px 12px;
      background: var(--elite-blue);
      color: #fff !important;
      border-radius: 4px;
      font-size: 11px;
      font-weight: 700;
      text-decoration: none !important;
      text-align: center;
    }
    .btn-info:hover { filter: brightness(1.05); }

    .empty-catalog {
      padding: 40px 20px;
      text-align: center;
      border: 1px dashed var(--border);
      color: var(--text-muted);
      margin-top: 16px;
    }

    /* ——— Produto interna ——— */
    .single-produto { padding: 24px 0 48px; }
    .single-produto h1 {
      font-size: 22px;
      margin: 0 0 10px;
      color: var(--bz-dark);
      line-height: 1.3;
    }
    .codigo-sku {
      font-size: 13px;
      color: var(--text-muted);
      margin-bottom: 12px;
    }
    .estrelas-produto-single {
      margin-bottom: 18px;
      font-size: 13px;
    }
    .layout-produto {
      display: flex;
      flex-wrap: wrap;
      gap: 28px;
      align-items: flex-start;
    }
    .col-produto-img {
      flex: 1;
      min-width: 280px;
      max-width: 440px;
    }
    .g-main-img {
      border: 1px solid var(--border);
      border-radius: 4px;
      padding: 16px;
      text-align: center;
      background: #fafafa;
    }
    .g-main-img img {
      max-width: 100%;
      max-height: 420px;
      margin: 0 auto;
    }
    .g-thumbs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 10px;
    }
    .g-thumbs button {
      width: 56px;
      height: 56px;
      padding: 2px;
      border: 2px solid var(--border);
      border-radius: 4px;
      background: #fff;
      cursor: pointer;
      overflow: hidden;
    }
    .g-thumbs button.active, .g-thumbs button:hover { border-color: var(--elite-blue); }
    .g-thumbs img { width: 100%; height: 100%; object-fit: cover; }

    .col-produto-compra {
      flex: 1;
      min-width: 260px;
      max-width: 400px;
      border: 1px solid var(--border);
      border-radius: 4px;
      padding: 18px;
      background: #fafafa;
    }
    .preco-produto {
      font-size: 26px;
      font-weight: 700;
      color: var(--bz-dark);
      margin-bottom: 8px;
    }
    .produto-acoes .btn-buy {
      display: block;
      width: 100%;
      padding: 14px;
      background: var(--elite-blue);
      color: #fff;
      border: none;
      border-radius: 4px;
      font-weight: 700;
      font-size: 15px;
      cursor: pointer;
      margin-bottom: 10px;
    }
    .produto-acoes .btn-buy:hover { filter: brightness(1.05); }
    .produto-acoes a.btn-buy,
    .produto-acoes a.btn-back {
      text-decoration: none;
      text-align: center;
      box-sizing: border-box;
    }
    .produto-acoes .btn-back {
      display: block;
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      background: #fff;
      cursor: pointer;
      font-weight: 600;
    }
    .breadcrumb {
      font-size: 13px;
      color: var(--text-muted);
      padding: 14px 0;
    }
    .breadcrumb a { color: var(--text-muted); }
    .breadcrumb a:hover { color: var(--elite-blue); }
    .acao-qtd { margin: 14px 0; }
    .acao-qtd label { font-weight: 700; margin-right: 8px; }
    .acao-qtd input {
      width: 70px;
      padding: 8px;
      border: 1px solid var(--border);
      border-radius: 4px;
    }
    @media (max-width: 576px) {
      .hide-xs { display: none !important; }
    }
    .descricao-produto {
      margin-top: 32px;
      padding-top: 24px;
      border-top: 1px solid var(--border);
      font-size: 14px;
      color: #444;
      line-height: 1.65;
    }
    .descricao-produto h2 { font-size: 17px; margin-bottom: 12px; color: var(--bz-dark); }
    .spec-table {
      width: 100%;
      max-width: 560px;
      border-collapse: collapse;
      font-size: 13px;
      margin-top: 12px;
    }
    .spec-table th, .spec-table td {
      border: 1px solid var(--border);
      padding: 8px 10px;
      text-align: left;
    }
    .spec-table th { width: 36%; background: #f9f9f9; color: var(--text-muted); font-weight: 600; }

    /* Footer — mesmo fundo do header */
    #footer {
      background: var(--bz-dark);
      color: rgba(255, 255, 255, 0.82);
      padding: 36px 0 28px;
      font-size: 13px;
      margin-top: 24px;
    }
    #footer .footer-brand-row {
      margin-bottom: 28px;
      padding-bottom: 24px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    #footer .footer-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 28px 32px;
    }
    #footer .footer-col-title {
      margin: 0 0 14px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: var(--elite-white);
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      padding-bottom: 10px;
    }
    #footer .footer-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    #footer .footer-list li {
      margin-bottom: 7px;
    }
    #footer .footer-list li.footer-cat-child {
      padding-left: 12px;
    }
    #footer .footer-list li.footer-cat-child a {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.65);
    }
    #footer a {
      color: rgba(255, 255, 255, 0.82);
      text-decoration: none;
      transition: color 0.2s ease;
    }
    #footer a:hover {
      color: var(--elite-white);
      text-decoration: underline;
    }
    #footer .footer-text {
      margin: 0;
      line-height: 1.65;
    }
    #footer .footer-horario {
      margin: 14px 0 0;
      line-height: 1.55;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.65);
    }
    #footer .footer-contatos-list a {
      font-weight: 500;
    }
    #footer .footer-brand-logo {
      display: inline-block;
      line-height: 0;
    }
    #footer .footer-brand-logo:hover {
      opacity: 0.88;
      text-decoration: none;
    }
    #footer .footer-brand-logo img {
      display: block;
      max-width: 180px;
      width: 100%;
      height: auto;
    }
    #footer .footer-copy {
      margin-top: 28px;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      text-align: center;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.45);
    }
    @media (max-width: 991px) {
      #footer .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (max-width: 575px) {
      #footer .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }
      #footer .footer-brand-row {
        text-align: center;
      }
      #footer .footer-brand-logo {
        margin: 0 auto;
      }
    }

    /* Ícone flutuante WhatsApp */
    .whatsapp-float {
      position: fixed;
      right: 22px;
      bottom: 22px;
      z-index: 260;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: #25d366;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
      text-decoration: none;
      transition: transform 0.18s ease, box-shadow 0.18s ease;
    }
    .whatsapp-float:hover {
      transform: scale(1.06);
      box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55);
    }
    .whatsapp-float svg {
      width: 32px;
      height: 32px;
      fill: currentColor;
    }
    @media (max-width: 480px) {
      .whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 54px;
        height: 54px;
      }
    }

    /* Catálogo estático — subtítulo de seção */
    .catalog-section-title { margin: 28px 0 14px; font-size: 18px; color: var(--bz-dark); }

    /* ——— Página produto (referência layout Bz Tech) ——— */
    body.page-produto { background: #fafafa; }
    .prod-bc {
      background: #fff;
      border-bottom: 1px solid var(--border);
      padding: 0;
      margin: 0;
    }
    .prod-bc .breadcrumbs {
      list-style: none;
      margin: 0;
      padding: 12px 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 4px 8px;
      font-size: 13px;
      color: var(--text-muted);
    }
    .prod-bc .breadcrumbs a { color: var(--text-muted); }
    .prod-bc .breadcrumbs a:hover { color: var(--elite-blue); }
    .prod-bc .bc-arrow { margin: 0 4px; color: #aaa; user-select: none; }
    .prod-bc .bc-current { color: #333; font-weight: 600; max-width: min(520px, 70vw); }

    .produto-page-shell {
      padding: 24px 0 48px;
      background: #fafafa;
    }
    .produto-page-shell .container-produto-page {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 6px;
      padding: 24px 22px 32px;
      box-shadow: 0 2px 12px rgba(0,0,0,.04);
    }
    .single-produto .produto-meta-bar {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-bottom: 8px;
      font-size: 12px;
      color: var(--text-muted);
    }
    .layout-produto-bz {
      display: flex;
      flex-wrap: wrap;
      gap: 28px 36px;
      margin-top: 20px;
      align-items: flex-start;
    }
    .col-imagem-bz {
      flex: 1 1 300px;
      max-width: 420px;
      min-width: 260px;
    }
    .col-compra-bz {
      flex: 1 1 280px;
      max-width: 440px;
      min-width: 260px;
    }
    .produto-stage-wrap-bz {
      position: relative;
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 6px;
      padding: 16px;
      text-align: center;
    }
    .produto-stage-wrap-bz .desconto-especial-tag,
    .produto-stage-wrap-bz .oferta-especial {
      position: absolute;
      top: 12px;
      left: 12px;
      z-index: 2;
      margin: 0;
    }
    .produto-stage-bz img {
      max-width: 100%;
      height: auto;
      max-height: 380px;
      object-fit: contain;
    }
    .produto-original-strip {
      margin-top: 12px;
      border-top: 4px solid var(--elite-black);
      background: #f5f5f5;
      padding: 10px 14px;
      border-radius: 0 0 4px 4px;
      font-size: 12px;
      color: #444;
    }
    .produto-original-strip strong { font-size: 13px; color: var(--bz-dark); }
    .revendedor-mini {
      margin-top: 8px;
      font-size: 11px;
      color: var(--elite-blue);
      font-weight: 700;
    }
    .produto-thumbs-bz {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 14px;
      padding-top: 14px;
      border-top: 1px dashed var(--border);
    }
    .produto-thumbs-bz a {
      display: block;
      border: 2px solid var(--border);
      border-radius: 4px;
      padding: 4px;
      background: #fff;
      line-height: 0;
    }
    .produto-thumbs-bz a:hover { border-color: var(--elite-blue); }
    .produto-thumbs-bz img { width: 64px; height: 64px; object-fit: cover; display: block; }
    .box-compra-bz {
      border: 1px solid var(--border);
      border-radius: 6px;
      padding: 20px;
      background: #fafafa;
    }
    .box-compra-bz .preco-produto { margin-top: 0; }
    .lista-beneficios-mini {
      margin: 18px 0 0;
      padding: 14px 14px 14px 28px;
      font-size: 13px;
      color: #444;
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 4px;
      line-height: 1.6;
    }
    .disponibilidade-linha {
      margin-top: 12px;
      font-size: 13px;
      font-weight: 700;
      color: #2e7d32;
    }
    @media (max-width: 991px) {
      .layout-produto-bz { flex-direction: column; }
      .col-imagem-bz, .col-compra-bz { max-width: none; }
    }

    /* ——— Responsivo mobile: centralização e painéis ——— */
    @media (max-width: 991px) {
      .header-logo {
        justify-self: center;
      }
      label.header-nav-mobile {
        justify-self: start;
      }
      .header-trailing {
        justify-self: end;
      }
      .hero-panels {
        aspect-ratio: unset;
        max-height: none;
        min-height: 0;
      }
      .hero-panels.is-visible {
        align-items: center;
        justify-content: center;
      }
      .hero-panels-inner {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
      }
      .hero-panels-grid {
        justify-items: center;
      }
      .colunas-flex-4 {
        justify-content: stretch;
      }
      .box-destaques {
        flex: 1 1 100%;
        width: 100%;
        min-width: 0;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
      }
      .page-main-row {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
      }
      .page-main-row .container {
        order: 1;
        width: 100%;
        max-width: 100%;
      }
      .page-main-row .sidebar {
        order: 2;
        width: 100%;
        max-width: 100%;
      }
      .home h1,
      .home h2 {
        text-align: left;
        display: block;
        width: 100%;
      }
      .catalog-toolbar,
      .catalog-listagem {
        width: 100%;
      }
      .layout-produto-bz {
        align-items: center;
      }
      .col-imagem-bz,
      .col-compra-bz {
        width: 100%;
        min-width: 0;
        margin-left: auto;
        margin-right: auto;
      }
      .layout-produto {
        align-items: center;
        justify-content: center;
      }
      .col-produto-img,
      .col-produto-compra {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
      }
      .single-produto h1 {
        text-align: center;
      }
      .prod-bc .breadcrumbs {
        justify-content: center;
      }
      .produto-page-shell .container-produto-page {
        margin-left: auto;
        margin-right: auto;
      }
    }
    @media (max-width: 767px) {
      .hero-panels-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
      }
      .hero-panel {
        width: 100%;
      }
      .produto-thumbs-bz {
        justify-content: center;
      }
      .g-thumbs {
        justify-content: center;
      }
      .catalog-input {
        font-size: 16px;
      }
      .catalog-pagination-list {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        max-width: 100%;
        padding: 2px 4px 6px;
        gap: 2px;
      }
      .catalog-pagination-list::-webkit-scrollbar {
        display: none;
      }
      .catalog-pagination-btn {
        min-width: 36px;
        height: 36px;
        font-size: 14px;
        flex-shrink: 0;
      }
      .sidebar .box {
        max-height: min(50vh, 420px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
      }
      .whatsapp-float {
        bottom: 76px;
        right: 12px;
        z-index: 250;
      }
    }
    }
    @media (max-width: 575px) {
      .hero-panels-grid {
        grid-template-columns: 1fr;
        max-width: min(320px, 100%);
      }
      .header-trailing {
        gap: 6px 10px;
      }
      .produto-page-shell .container-produto-page {
        padding: 18px 14px 24px;
      }
      .box-compra-bz,
      .produto-stage-wrap-bz {
        margin-left: auto;
        margin-right: auto;
      }
    }
    @media (max-width: 480px) {
      .wrapper {
        padding-left: 12px;
        padding-right: 12px;
      }
      .header-grid {
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 6px 8px;
      }
      .header-logo img {
        max-height: 40px;
        max-width: min(150px, 100%);
      }
      .header-orcamento-btn {
        padding: 6px;
        min-width: 44px;
        min-height: 44px;
        justify-content: center;
      }
      .home h1 {
        font-size: 19px;
      }
      .home h2 {
        font-size: 16px;
      }
      .home p {
        font-size: 13px;
      }
      .catalog-card-img {
        height: 180px;
      }
      .catalog-pagination-btn {
        min-width: 34px;
        height: 34px;
        font-size: 13px;
      }
      .whatsapp-float {
        bottom: 70px;
        width: 52px;
        height: 52px;
      }
      .orcamento-drawer-tab {
        width: 38px;
        padding: 10px 5px;
      }
      .orcamento-drawer-tab-text {
        font-size: 9px;
      }
    }

    @supports (padding: max(0px)) {
      @media (max-width: 767px) {
        .wrapper {
          padding-left: max(12px, env(safe-area-inset-left));
          padding-right: max(12px, env(safe-area-inset-right));
        }
        .whatsapp-float {
          bottom: max(76px, calc(64px + env(safe-area-inset-bottom)));
          right: max(12px, env(safe-area-inset-right));
        }
        .orcamento-drawer-panel {
          padding-bottom: env(safe-area-inset-bottom);
        }
      }
    }

    /* ——— Página Fabricantes (view dedicada) ——— */
    .is-page-hidden {
      display: none !important;
    }
    .pagina-fabricantes {
      display: none;
      width: 100%;
      background: #f4f6f8;
    }
    .pagina-fabricantes.is-visible {
      display: block;
      animation: heroPanelsIn 0.45s ease;
    }
    .pagina-contato {
      display: none;
      width: 100%;
      background: #f4f6f8;
    }
    .pagina-contato.is-visible {
      display: block;
      animation: heroPanelsIn 0.45s ease;
    }
    .pagina-contato-body {
      padding: 36px 15px 56px;
      max-width: 720px;
      margin: 0 auto;
    }
    .pagina-contato-titulo {
      margin: 0 0 10px;
      font-size: 26px;
      color: var(--bz-dark);
    }
    .pagina-contato-intro {
      margin: 0 0 28px;
      font-size: 14px;
      color: var(--text-muted);
      line-height: 1.55;
    }
    .form-req {
      color: var(--elite-blue);
      font-weight: 600;
    }
    .form-contato-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px 20px;
    }
    .form-field {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    .form-field--full {
      grid-column: 1 / -1;
    }
    .form-field label {
      font-size: 13px;
      font-weight: 600;
      color: var(--bz-dark);
    }
    .form-field input,
    .form-field textarea {
      width: 100%;
      padding: 12px 14px;
      font-family: inherit;
      font-size: 14px;
      border: 1px solid #c4c4c4;
      border-radius: 6px;
      background: var(--elite-white);
      color: #333;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }
    .form-field input:focus,
    .form-field textarea:focus {
      outline: none;
      border-color: var(--elite-blue);
      box-shadow: 0 0 0 3px rgba(16, 108, 255, 0.14);
    }
    .form-field textarea {
      resize: vertical;
      min-height: 140px;
    }
    .form-field.is-invalid input,
    .form-field.is-invalid textarea {
      border-color: #c62828;
    }
    .form-field-error {
      min-height: 1.2em;
      font-size: 12px;
      color: #c62828;
    }
    .form-contato-actions {
      margin-top: 24px;
    }
    .btn-form-contato-enviar {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 200px;
      padding: 14px 28px;
      font-family: inherit;
      font-size: 15px;
      font-weight: 600;
      color: var(--elite-white);
      background: var(--elite-blue);
      border: none;
      border-radius: 6px;
      cursor: pointer;
      box-shadow: 0 2px 8px rgba(16, 108, 255, 0.28);
      transition: background 0.2s ease, box-shadow 0.2s ease;
    }
    .btn-form-contato-enviar:hover {
      background: #0d5ce0;
      box-shadow: 0 4px 12px rgba(16, 108, 255, 0.35);
    }
    .form-contato-feedback {
      margin: 16px 0 0;
      padding: 12px 14px;
      font-size: 14px;
      border-radius: 6px;
      line-height: 1.5;
    }
    .form-contato-feedback.is-success {
      background: #e8f5e9;
      color: #2e7d32;
      border: 1px solid #c8e6c9;
    }
    .form-contato-feedback.is-error {
      background: #ffebee;
      color: #c62828;
      border: 1px solid #ffcdd2;
    }
    @media (max-width: 600px) {
      .form-contato-grid {
        grid-template-columns: 1fr;
      }
      .form-field--full {
        grid-column: auto;
      }
      .btn-form-contato-enviar {
        width: 100%;
      }
    }
    .fabricantes-hero {
      width: 100%;
      margin: 0;
      padding: 24px 0;
      background: #f4f6f8;
      line-height: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .fabricantes-hero picture {
      display: block;
      line-height: 0;
    }
    .fabricantes-hero img {
      display: block;
      width: 50vw;
      max-width: 100%;
      height: auto;
      object-fit: contain;
      object-position: center;
    }
    .fabricantes-body {
      padding: 32px 15px 48px;
    }
    .fabricantes-titulo-principal {
      margin: 0 0 28px;
      font-size: clamp(22px, 3vw, 28px);
      font-weight: 700;
      color: var(--bz-dark);
      text-align: center;
      line-height: 1.3;
    }
    .fabricantes-lista {
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 920px;
      margin: 0 auto;
    }
    .fabricante-card {
      background: var(--elite-white);
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 22px 24px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
      transition: box-shadow 0.2s ease, border-color 0.2s ease;
    }
    .fabricante-card:hover {
      border-color: rgba(16, 108, 255, 0.25);
      box-shadow: 0 6px 20px rgba(16, 108, 255, 0.08);
    }
    .fabricante-card-titulo {
      margin: 0 0 10px;
      font-size: 17px;
      font-weight: 700;
      color: var(--elite-blue);
      line-height: 1.35;
    }
    .fabricante-card-texto {
      margin: 0;
      font-size: 14px;
      line-height: 1.65;
      color: #444;
    }
    @media (max-width: 767px) {
      .fabricantes-hero {
        padding: 10px 0;
        overflow: visible;
      }
      .fabricantes-hero img {
        width: 420px;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
      }
      .fabricantes-body {
        padding: 24px 12px 40px;
      }
      .fabricante-card {
        padding: 18px 16px;
      }
      .fabricante-card-titulo {
        font-size: 16px;
      }
    }

    /* ——— Drawer orçamento (lateral direita) ——— */
    .orcamento-drawer {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 290;
      height: 100%;
      pointer-events: none;
    }
    .orcamento-drawer-tab,
    .orcamento-drawer-panel {
      pointer-events: auto;
    }
    .orcamento-drawer-tab {
      position: fixed;
      top: 50%;
      right: 0;
      z-index: 291;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
      width: 44px;
      padding: 14px 8px;
      border: none;
      border-radius: 10px 0 0 10px;
      background: var(--elite-blue);
      color: var(--elite-white);
      box-shadow: -4px 0 18px rgba(16, 108, 255, 0.28);
      cursor: pointer;
      font-family: inherit;
      transition: background 0.2s ease, transform 0.25s ease, opacity 0.2s ease;
    }
    .orcamento-drawer-tab:hover {
      background: #0d5ce0;
    }
    .orcamento-drawer-tab-icon {
      display: block;
      flex-shrink: 0;
    }
    .orcamento-drawer-tab-text {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.04em;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      line-height: 1.2;
    }
    .orcamento-drawer-tab .js-orcamento-count {
      min-width: 20px;
      height: 20px;
      font-size: 10px;
      background: var(--elite-white);
      color: var(--elite-blue);
    }
    .orcamento-drawer-panel {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 292;
      width: min(360px, 100vw);
      height: 100%;
      background: var(--elite-white);
      border-left: 1px solid var(--border);
      box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
      display: flex;
      flex-direction: column;
      transform: translateX(100%);
      transition: transform 0.3s ease;
    }
    .orcamento-drawer.is-expanded .orcamento-drawer-panel {
      transform: translateX(0);
    }
    .orcamento-drawer.is-expanded .orcamento-drawer-tab {
      opacity: 0;
      pointer-events: none;
    }
    .orcamento-drawer-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 16px 18px;
      border-bottom: 1px solid var(--border);
      background: #fafafa;
    }
    .orcamento-drawer-head h2 {
      margin: 0;
      font-size: 16px;
      font-weight: 700;
      color: var(--bz-dark);
    }
    .orcamento-drawer-close {
      width: 36px;
      height: 36px;
      border: 1px solid var(--border);
      border-radius: 8px;
      background: var(--elite-white);
      color: #555;
      font-size: 22px;
      line-height: 1;
      cursor: pointer;
      font-family: inherit;
      transition: background 0.15s ease, color 0.15s ease;
    }
    .orcamento-drawer-close:hover {
      background: #f0f4ff;
      color: var(--elite-blue);
    }
    .orcamento-drawer-body {
      flex: 1;
      min-height: 0;
      overflow-y: auto;
      padding: 12px 14px 16px;
    }
    .orcamento-drawer-footer {
      flex-shrink: 0;
      padding: 14px 18px 18px;
      border-top: 1px solid var(--border);
      background: #fafafa;
      box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.04);
    }
    .btn-orcamento-enviar {
      display: block;
      width: 100%;
      padding: 13px 16px;
      border: none;
      border-radius: 8px;
      background: var(--elite-blue);
      color: var(--elite-white);
      font-family: inherit;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      box-shadow: 0 2px 8px rgba(16, 108, 255, 0.28);
      transition: background 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    }
    .btn-orcamento-enviar:hover:not(:disabled) {
      background: #0d5ce0;
      box-shadow: 0 4px 12px rgba(16, 108, 255, 0.35);
    }
    .btn-orcamento-enviar:disabled {
      opacity: 0.45;
      cursor: not-allowed;
      box-shadow: none;
    }
    .orcamento-drawer-empty {
      margin: 24px 8px;
      text-align: center;
      font-size: 13px;
      color: var(--text-muted);
      line-height: 1.5;
    }
    .orcamento-drawer-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .orcamento-drawer-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 12px 8px;
      border-bottom: 1px solid #eee;
    }
    .orcamento-drawer-item:last-child {
      border-bottom: none;
    }
    .orcamento-drawer-item-img {
      width: 64px;
      height: 64px;
      flex-shrink: 0;
      object-fit: contain;
      background: #fafafa;
      border: 1px solid var(--border);
      border-radius: 6px;
      padding: 4px;
      box-sizing: border-box;
    }
    .orcamento-drawer-item-info {
      flex: 1;
      min-width: 0;
    }
    .orcamento-drawer-item-sku {
      margin: 0 0 4px;
      font-size: 11px;
      font-weight: 600;
      color: var(--text-muted);
    }
    .orcamento-drawer-item-title {
      margin: 0;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.4;
      color: #333;
    }
    .orcamento-drawer-item-remove {
      flex-shrink: 0;
      width: 28px;
      height: 28px;
      border: none;
      border-radius: 6px;
      background: transparent;
      color: #999;
      font-size: 20px;
      line-height: 1;
      cursor: pointer;
      font-family: inherit;
    }
    .orcamento-drawer-item-remove:hover {
      background: #fee;
      color: #c62828;
    }
    body.orcamento-drawer-open {
      overflow: hidden;
    }
    @media (max-width: 480px) {
      .orcamento-drawer-panel {
        width: 100%;
        max-width: 100vw;
      }
      .orcamento-drawer-item-title {
        font-size: 13px;
      }
    }
