:root {
  --lhm-wine: #a72f2f;
  --lhm-dark: #852323;
  --lhm-navy: #18243a;
  --lhm-ink: #25303b;
  --lhm-muted: #68727c;
  --lhm-soft: #f6f6f6;
  --lhm-orange: #f26522;
  --lhm-line: #e4e6e8;
}

/* Rodapé institucional completo */
.lhm-footer {
  display: block;
  border-top: 3px solid var(--lhm-wine);
  background: #eee;
  padding: 26px 20px 12px;
  font-size: 12px;
}
.lhm-footer-grid {
  max-width: 1170px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.05fr 1.35fr 1.15fr 1.15fr;
  align-items: center;
  gap: 34px;
}
.lhm-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
}
.lhm-footer-brand img {
  width: 135px;
  height: auto;
}
.lhm-footer-brand > strong {
  color: var(--lhm-wine);
  font-size: 20px;
  line-height: 0.8;
}
.lhm-footer-brand small {
  color: #222;
  font-size: 10px;
}
.lhm-footer-brand > b {
  color: #a00000;
  font-size: 10px;
}
.lhm-footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 800;
}
.lhm-footer-links > a,
.lhm-footer-links > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.lhm-footer-red {
  color: #9a0000 !important;
}
.lhm-footer-teal {
  color: #008c8c !important;
}
.lhm-footer-copy {
  max-width: 1170px;
  margin: 22px auto 0;
  border-top: 1px solid #d8d8d8;
  padding-top: 10px;
  text-align: center;
  color: #707070;
  font-size: 10px;
}
@media (max-width: 1060px) {
  .lhm-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px 50px;
  }
  .lhm-footer-brand {
    grid-row: span 2;
  }
}
@media (max-width: 700px) {
  .lhm-footer {
    padding: 28px 24px 14px;
  }
  .lhm-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .lhm-footer-brand {
    grid-row: auto;
    align-items: flex-start;
    text-align: left;
  }
  .lhm-footer-links {
    gap: 10px;
  }
}
.lumar-home-moderna {
  margin: 0;
  background: #fff;
  color: var(--lhm-ink);
  font-family: Arial, Helvetica, sans-serif;
}
.lumar-home-moderna * {
  box-sizing: border-box;
}
.lumar-home-moderna a {
  text-decoration: none;
  color: inherit;
}
.lhm-topline {
  height: 7px;
  background: var(--lhm-navy);
}
.lhm-header {
  min-height: 78px;
  display: grid;
  grid-template-columns: 175px minmax(320px, 1fr) auto;
  align-items: center;
  gap: 28px;
  max-width: 1210px;
  margin: auto;
  padding: 10px 20px;
}
.lhm-brand img,
.lhm-brand .custom-logo {
  width: 145px;
  height: auto;
}
.lhm-brand strong {
  color: var(--lhm-wine);
  font-size: 21px;
  line-height: 0.8;
}
.lhm-brand small {
  font-size: 11px;
  color: #222;
}
.lhm-search {
  height: 42px;
  border: 1.5px solid var(--lhm-wine);
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  gap: 9px;
}
.lhm-search span {
  color: var(--lhm-wine);
  font-size: 20px;
}
.lhm-search input[type="search"] {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 13px;
  background: transparent;
}
.lhm-actions {
  display: flex;
  gap: 12px;
}
.lhm-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 22px;
  background: var(--lhm-wine);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.lhm-actions .lhm-reseller {
  background: var(--lhm-orange);
}
.lhm-categories {
  background: var(--lhm-wine);
  color: #fff;
  min-height: 42px;
  padding: 0 16px;
}
.lhm-category-nav {
  display: block;
}
.lhm-menu-toggle {
  display: none;
}
.lhm-category-menu,
.lhm-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lhm-category-menu {
  max-width: 1210px;
  min-height: 42px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.lhm-category-menu > li {
  position: relative;
}
.lhm-category-menu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.lhm-category-menu > .menu-item-has-children > a::after {
  content: "⌄";
  margin-left: 7px;
  font-size: 11px;
}
.lhm-submenu {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 0;
  min-width: 245px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(7px);
  background: #fff;
  color: var(--lhm-ink);
  border: 1px solid var(--lhm-line);
  border-top: 3px solid var(--lhm-wine);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.lhm-submenu .lhm-submenu {
  top: -3px;
  left: 100%;
}
.lhm-submenu li {
  position: relative;
}
.lhm-submenu a {
  min-height: 40px;
  border-right: 0;
  border-bottom: 1px solid #eee;
  padding: 8px 14px;
  line-height: 1.25;
}
.lhm-submenu a:hover,
.lhm-submenu a:focus {
  background: #f7eeee;
  color: var(--lhm-wine);
}
.lhm-category-menu li:hover > .lhm-submenu,
.lhm-category-menu li:focus-within > .lhm-submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.lhm-hero {
  max-width: 1210px;
  min-height: 440px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  background: linear-gradient(115deg, var(--lhm-wine), #702525);
  border-radius: 9px;
  overflow: hidden;
  color: #fff;
}
.lhm-hero-copy {
  padding: 55px 48px;
}
.lhm-eyebrow,
.lhm-heading span,
.lhm-revenda span,
.lhm-contact > div > span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
  font-size: 11px;
}
.lhm-eyebrow {
  color: #ffd2d0;
}
.lhm-hero h1 {
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #fff;
  margin: 14px 0 18px;
}
.lhm-hero-copy > p {
  font-size: 17px;
  line-height: 1.6;
  color: #f5dede;
}
.lhm-hero-actions {
  display: flex;
  gap: 10px;
  margin: 27px 0;
}
.lhm-primary,
.lhm-secondary {
  display: inline-flex;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 13px;
  align-items: center;
}
.lhm-primary {
  background: #fff;
  color: var(--lhm-wine) !important;
}
.lhm-secondary {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}
.lhm-proof {
  display: flex;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 20px;
  margin-top: 28px;
}
.lhm-proof div {
  display: flex;
  flex-direction: column;
}
.lhm-proof span {
  font-size: 11px;
  color: #eecaca;
}
.lhm-hero-visual {
  background: #f2f2f2;
  position: relative;
  display: grid;
  place-items: center;
  min-height: 440px;
}
.lhm-hero-visual > span {
  position: absolute;
  top: 22px;
  left: 22px;
  background: var(--lhm-wine);
  color: #fff;
  padding: 7px 11px;
  font-size: 9px;
  font-weight: 900;
}
.lhm-hero-visual img {
  width: 90%;
  height: 370px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.lhm-hero-visual > div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  background: #fff;
  border-left: 4px solid var(--lhm-wine);
  padding: 13px 16px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
}
.lhm-hero-visual b {
  color: var(--lhm-wine);
}
.lhm-hero-visual strong {
  color: var(--lhm-navy);
  font-size: 12px;
}
.lhm-section {
  max-width: 1210px;
  margin: 0 auto;
  padding: 70px 20px;
}
.lhm-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}
.lhm-heading span {
  color: var(--lhm-wine);
}
.lhm-heading h2,
.lhm-revenda h2,
.lhm-contact h2 {
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.1;
  color: var(--lhm-navy);
  margin: 10px 0 0;
}
.lhm-heading > p {
  max-width: 450px;
  color: var(--lhm-muted);
  font-size: 15px;
}
.lhm-heading > a {
  color: var(--lhm-wine);
  font-weight: 800;
  font-size: 13px;
}
.lhm-solution-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.lhm-solution-grid > a {
  min-height: 175px;
  border: 1px solid var(--lhm-line);
  border-top: 4px solid var(--lhm-wine);
  display: flex;
  flex-direction: column;
  padding: 22px;
}
.lhm-solution-grid small {
  color: var(--lhm-wine);
  font-weight: 900;
}
.lhm-solution-grid h3 {
  font-size: 20px;
  color: var(--lhm-navy);
  margin: 20px 0 7px;
}
.lhm-solution-grid p {
  color: var(--lhm-muted);
  font-size: 13px;
}
.lhm-solution-grid b {
  margin-top: auto;
  align-self: flex-end;
  color: var(--lhm-wine);
}
.lhm-products {
  max-width: none;
  background: var(--lhm-soft);
  border-top: 1px solid #ececec;
}
.lhm-products-white {
  background: #fff;
}
.lhm-products > .lhm-heading,
.lhm-product-grid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.lhm-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.lhm-product-card {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
  overflow: hidden;
}
.lhm-product-media {
  height: 220px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #eee;
  background: #fff;
  padding: 16px;
  overflow: hidden;
}
.lhm-product-media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 188px;
  object-fit: contain;
  object-position: center;
}
.lhm-product-body {
  padding: 20px;
}
.lhm-product-body > span {
  font-size: 9px;
  text-transform: uppercase;
  color: var(--lhm-wine);
  font-weight: 900;
}
.lhm-product-body h3 {
  font-size: 19px;
  color: var(--lhm-navy);
  margin: 7px 0 9px;
}
.lhm-product-body p {
  color: var(--lhm-muted);
  font-size: 13px;
  line-height: 1.55;
  min-height: 58px;
}
.lhm-product-body > a {
  color: var(--lhm-wine);
  font-weight: 900;
  font-size: 12px;
}
.lhm-trust {
  max-width: 1170px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 38px 20px;
}
.lhm-trust > div {
  display: flex;
  gap: 12px;
  padding: 0 24px;
  border-right: 1px solid var(--lhm-line);
}
.lhm-trust > div:last-child {
  border: 0;
}
.lhm-trust b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef7f2;
  color: #138550;
}
.lhm-trust span {
  display: flex;
  flex-direction: column;
  color: var(--lhm-muted);
  font-size: 11px;
}
.lhm-trust strong {
  color: var(--lhm-navy);
  font-size: 13px;
}
.lhm-revenda {
  max-width: 1170px;
  background: var(--lhm-wine);
  color: #fff;
  border-radius: 8px;
  padding: 45px 48px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.lhm-revenda h2 {
  color: #fff;
}
.lhm-revenda p {
  color: #f2d7d5;
}
.lhm-revenda-acoes {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  min-width: 274px;
}
.lhm-revenda-acoes a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: 900;
  text-align: center;
}
.lhm-revenda-principal {
  background: var(--lhm-orange);
  color: #fff !important;
}
.lhm-revenda-login {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff !important;
  font-size: 12px;
}
.lhm-contact {
  max-width: 1210px;
  margin: auto;
  padding: 70px 20px;
  border-top: 1px solid var(--lhm-line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 55px;
}
.lhm-contact > div:first-child {
  max-width: 680px;
}
.lhm-contact p {
  color: var(--lhm-muted);
}
.lhm-contact > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.lhm-contact > div:last-child > a {
  background: var(--lhm-wine);
  color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  font-weight: 800;
  text-align: center;
}
.lhm-footer {
  border-top: 3px solid var(--lhm-wine);
  background: #eee;
  display: flex;
  gap: 28px;
  padding: 28px max(20px, calc((100% - 1170px) / 2));
  font-size: 11px;
}
.lhm-footer p {
  flex: 1;
}
@media (max-width: 1060px) {
  .lhm-header {
    grid-template-columns: 150px 1fr;
  }
  .lhm-actions {
    grid-column: 1/-1;
    justify-content: center;
  }
  .lhm-categories {
    overflow-x: auto;
  }
  .lhm-category-menu {
    justify-content: flex-start;
    width: max-content;
  }
  .lhm-category-menu > li > a {
    white-space: nowrap;
  }
  .lhm-hero {
    margin: 20px;
  }
  .lhm-solution-grid,
  .lhm-product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .lhm-revenda {
    margin: 40px 20px;
  }
}
@media (max-width: 700px) {
  .lhm-categories {
    padding: 9px 12px;
    overflow: visible;
  }
  .lhm-menu-toggle {
    width: 100%;
    min-height: 46px;
    display: grid;
    grid-template-columns: 26px 1fr 22px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 6px;
    padding: 0 13px;
    background: rgba(100, 10, 10, 0.18);
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
  }
  .lhm-menu-icon {
    font-size: 19px;
  }
  .lhm-menu-arrow {
    text-align: right;
    transition: transform 0.2s ease;
  }
  .lhm-menu-toggle[aria-expanded="true"] .lhm-menu-arrow {
    transform: rotate(180deg);
  }
  .lhm-category-nav {
    display: none;
    padding-top: 8px;
  }
  .lhm-category-nav.is-open {
    display: block;
  }
  .lhm-category-menu {
    display: block;
    width: 100%;
    min-height: 0;
  }
  .lhm-category-menu > li {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  .lhm-category-menu > li > a {
    min-height: 45px;
    border-right: 0;
    padding: 9px 12px;
    white-space: normal;
    font-size: 13px;
  }
  .lhm-category-menu > .menu-item-has-children > a::after {
    margin-left: auto;
  }
  .lhm-submenu,
  .lhm-submenu .lhm-submenu {
    position: static;
    min-width: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    border: 0;
    border-left: 3px solid rgba(255, 255, 255, 0.38);
    box-shadow: none;
    margin: 0 0 7px 13px;
    background: rgba(70, 0, 0, 0.2);
    color: #fff;
  }
  .lhm-submenu a {
    min-height: 39px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 8px 12px;
    color: #fff;
    font-size: 12px;
  }
  .lhm-submenu a:hover,
  .lhm-submenu a:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .lhm-header {
    grid-template-columns: 105px 1fr;
    gap: 10px;
    padding: 10px 12px;
  }
  .lhm-brand img {
    width: 100px;
  }
  .lhm-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .lhm-actions .lhm-reseller {
    grid-column: 1/-1;
  }
  .lhm-hero {
    margin: 12px;
    grid-template-columns: 1fr;
  }
  .lhm-hero-copy {
    padding: 38px 25px;
  }
  .lhm-hero h1 {
    font-size: 39px;
  }
  .lhm-hero-actions {
    flex-direction: column;
  }
  .lhm-hero-visual {
    min-height: 330px;
  }
  .lhm-hero-visual img {
    height: 280px;
  }
  .lhm-section {
    padding: 55px 16px;
  }
  .lhm-heading {
    display: block;
  }
  .lhm-solution-grid,
  .lhm-product-grid {
    grid-template-columns: 1fr;
  }
  .lhm-trust {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .lhm-trust > div {
    border: 0;
    padding: 0;
  }
  .lhm-revenda {
    margin: 35px 12px;
    padding: 34px 24px;
    display: block;
  }
  .lhm-revenda-acoes {
    min-width: 0;
    width: 100%;
    margin-top: 20px;
  }
  .lhm-contact {
    display: block;
  }
  .lhm-contact > div:last-child {
    margin-top: 22px;
  }
  .lhm-footer {
    flex-wrap: wrap;
  }
  .lhm-footer p {
    flex-basis: 100%;
    order: 3;
  }
}

/* Mantém o novo rodapé acima das regras do layout anterior. */
.lhm-footer {
  display: block;
  padding: 26px 20px 12px;
  font-size: 12px;
}
@media (max-width: 700px) {
  .lhm-footer {
    padding: 28px 24px 14px;
  }
}

/* Catálogo WooCommerce sem Elementor */
.lcat-intro{max-width:1210px;margin:28px auto 0;padding:45px 48px;border-radius:9px;background:linear-gradient(115deg,var(--lhm-wine),#702525);color:#fff;display:flex;justify-content:space-between;align-items:end;gap:30px}.lcat-intro span{text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:11px;color:#ffd2d0}.lcat-intro h1{max-width:780px;margin:10px 0 12px;color:#fff;font-size:clamp(34px,4vw,52px);line-height:1.05}.lcat-intro p{margin:0;color:#f5dede}.lcat-intro>strong{white-space:nowrap;background:rgba(255,255,255,.14);padding:12px 16px;border-radius:5px;font-size:12px}.lcat-content{max-width:1210px;margin:auto;padding:45px 20px 75px;display:grid;grid-template-columns:245px 1fr;gap:30px;align-items:start}.lcat-filter{border:1px solid var(--lhm-line);border-radius:7px;background:#fff;overflow:hidden;position:sticky;top:18px}.lcat-filter>h2{margin:0;padding:19px 20px;background:var(--lhm-navy);color:#fff;font-size:18px}.lcat-filter form{padding:20px;display:flex;flex-direction:column;gap:9px}.lcat-filter label{font-size:11px;text-transform:uppercase;font-weight:900;color:var(--lhm-navy);margin-top:4px}.lcat-filter input,.lcat-filter select{width:100%;min-height:42px;border:1px solid #ccd0d4;border-radius:5px;padding:0 11px;background:#fff}.lcat-filter button{min-height:43px;margin-top:8px;border:0;border-radius:5px;background:var(--lhm-wine);color:#fff;font-weight:900;cursor:pointer}.lcat-filter form>a{text-align:center;color:var(--lhm-wine);font-size:12px;font-weight:800}.lcat-filter>div{padding:20px;background:#f5f6f7;border-top:1px solid var(--lhm-line)}.lcat-filter>div b{color:var(--lhm-navy)}.lcat-filter>div p{color:var(--lhm-muted);font-size:12px;line-height:1.5}.lcat-filter>div a{display:block;padding:11px;border-radius:5px;background:#078e82;color:#fff;text-align:center;font-weight:900;font-size:12px}.lcat-results .lhm-product-grid{grid-template-columns:repeat(3,1fr);gap:16px}.lcat-results .lhm-product-body h2{font-size:18px;line-height:1.25;color:var(--lhm-navy);margin:7px 0 9px}.lcat-results .lhm-product-body p{min-height:60px}.lcat-pagination{display:flex;justify-content:center;gap:7px;margin-top:36px;flex-wrap:wrap}.lcat-pagination .page-numbers{display:grid;place-items:center;min-width:40px;min-height:40px;border:1px solid var(--lhm-line);border-radius:4px;padding:0 11px;color:var(--lhm-navy);font-size:12px;font-weight:800}.lcat-pagination .current,.lcat-pagination a:hover{background:var(--lhm-wine);border-color:var(--lhm-wine);color:#fff}.lcat-empty{padding:60px 25px;background:var(--lhm-soft);text-align:center;border-radius:7px}.lcat-empty h2{color:var(--lhm-navy)}
@media(max-width:1060px){.lcat-intro{margin:20px}.lcat-content{grid-template-columns:220px 1fr}.lcat-results .lhm-product-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.lcat-intro{margin:12px;padding:32px 24px;display:block}.lcat-intro>strong{display:inline-block;margin-top:20px}.lcat-content{padding:28px 12px 55px;display:block}.lcat-filter{position:static;margin-bottom:25px}.lcat-results .lhm-product-grid{grid-template-columns:1fr}}

/* Versão 1.1: catálogo direto, sem banner e sem filtro lateral */
.lcat-intro,.lcat-filter{display:none!important}.lcat-content{display:block;max-width:1210px;padding-top:38px}.lcat-results{width:100%}.lcat-results .lhm-product-grid{grid-template-columns:repeat(4,1fr)}.lcat-toolbar{display:flex;align-items:end;justify-content:space-between;gap:25px;margin:0 0 28px}.lcat-toolbar span{text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:10px;color:var(--lhm-wine)}.lcat-toolbar h1{margin:7px 0 0;color:var(--lhm-navy);font-size:clamp(30px,3vw,42px)}.lcat-toolbar strong{padding:9px 12px;border-radius:4px;background:var(--lhm-soft);color:var(--lhm-muted);font-size:11px}
@media(max-width:1060px){.lcat-results .lhm-product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.lcat-content{padding-top:25px}.lcat-toolbar{align-items:start}.lcat-results .lhm-product-grid{grid-template-columns:1fr}}

/* Versão 1.2: cards alinhados, CTA em botão e fim limpo após o rodapé */
.lcat-results .lhm-product-card{display:flex;flex-direction:column;height:100%}.lcat-results .lhm-product-body{display:flex;flex:1;flex-direction:column;align-items:stretch}.lcat-results .lhm-product-body h2{min-height:68px}.lcat-results .lhm-product-body p{min-height:62px;margin-bottom:18px}.lcat-results .lhm-product-body>.lcat-info-button{display:flex;align-items:center;justify-content:center;min-height:42px;margin-top:auto;padding:10px 14px;border-radius:5px;background:var(--lhm-wine);color:#fff!important;font-size:12px;font-weight:900;text-align:center;transition:background .18s ease,transform .18s ease}.lcat-results .lhm-product-body>.lcat-info-button:hover,.lcat-results .lhm-product-body>.lcat-info-button:focus{background:var(--lhm-dark);transform:translateY(-1px)}
/* Popups e modelos antigos do Elementor são inseridos no wp_footer. Sem os
   estilos do construtor eles ficariam visíveis abaixo do rodapé. */
.lumar-catalogo .elementor-popup-modal,.lumar-catalogo .dialog-widget,.lumar-catalogo [data-elementor-type="popup"],.lumar-catalogo .elementor-location-popup,.lumar-catalogo>.elementor-location-footer,.lumar-catalogo>[data-elementor-type="footer"],.lumar-catalogo .lhm-footer~.elementor,.lumar-catalogo .lhm-footer~[data-elementor-type]{display:none!important}
@media(max-width:700px){.lcat-results .lhm-product-body h2,.lcat-results .lhm-product-body p{min-height:0}}
