body,
input,
button,
textarea,
select,
.nav,
.footer,
.lbm-header,
.lbm-category-shell,
.lbm-newsletter-v2,
.total__products {
  font-family: 'Outfit', sans-serif;
}

body.lbm-sheet-open {
  overflow: hidden;
}

.lbm-brand__name {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  color: #b3a59a;
  transition: font-size .25s ease, letter-spacing .25s ease, transform .25s ease;
}

#lbm-smart-header .lbm-brand__name {
  font-size: 15px;
  letter-spacing: 0.34em;
  transform: scale(1);
}

#lbm-smart-header.is-compact .lbm-brand__name {
  font-size: 11px;
  letter-spacing: 0.24em;
  transform: scale(0.96);
}

.lbm-newsletter-v2__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin-bottom: 18px;
  text-decoration: none;
}

.lbm-newsletter-v2__brand .lbm-brand__name {
  font-size: 20px;
  color: #b3a59a;
  letter-spacing: 0.34em;
  transform: none;
}

.whatsapp-link {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 25px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 1000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.whatsapp-link:hover {
  transform: scale(1.1);
}

.fa-whatsapp {
  margin: 0;
}

.lbm-category-shell {
  padding: 10px 0 0;
}

.lbm-category-head {
  text-align: center;
  padding: 6px 0 14px;
  border-bottom: 1px solid #e7dfd8;
}

.lbm-category-title {
  margin: 0 0 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 500;
  color: #434343;
  letter-spacing: 0;
}

.lbm-category-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #434343;
}

.lbm-category-breadcrumb a,
.lbm-category-breadcrumb span {
  color: #434343;
  text-decoration: none;
}

.lbm-category-breadcrumb .current {
  color: #b5a79d;
}

/* =========================
   TOOLBAR STICKY
========================= */
.lbm-category-toolbar-wrap {
  position: relative;
  margin-bottom: 22px;
}

.lbm-category-toolbar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-bottom: 1px solid #e7dfd8;
  position: relative;
  z-index: 10;
}

.lbm-category-toolbar.is-stuck {
  position: fixed;
  z-index: 999;
  background: #fff;
  border-top: 1px solid #efe7e1;
  border-bottom: 1px solid #e7dfd8;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.lbm-category-toolbar-spacer {
  display: block;
  width: 100%;
  height: 0;
}

.lbm-category-toolbar-btn {
  height: 58px;
  border: 0;
  border-right: 1px solid #e7dfd8;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #434343;
  cursor: pointer;
}

.lbm-category-toolbar-btn:last-child {
  border-right: 0;
}

.lbm-category-toolbar-btn i {
  font-size: 14px;
  line-height: 1;
}

/* =========================
   MODAIS ORDENAR / FILTRAR
========================= */
.lbm-sheet-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.32);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
  z-index: 99998;
}

.lbm-sheet-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.lbm-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -10px 30px rgba(0,0,0,0.14);
  transform: translateY(105%);
  transition: transform .28s ease;
  z-index: 99999;
  padding: 0;
  max-width: 100%;
}

.lbm-sheet.is-open {
  transform: translateY(0);
}
.lbm-sheet[aria-hidden="true"] {
  pointer-events: none;
}

.lbm-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 14px;
  border-bottom: 1px solid #ebe4de;
  color: #434343;
}

.lbm-sheet__header strong {
  font-size: 18px;
  font-weight: 500;
}

.lbm-sheet__close {
  width: 36px;
  height: 36px;
  border: 0;
  background: #f7f3ef;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  color: #434343;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lbm-sheet__body {
  padding: 14px 18px 18px;
}

.lbm-sheet__option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  font-size: 15px;
  color: #434343;
  cursor: pointer;
  border-bottom: 1px solid #f0ebe6;
}

.lbm-sheet__option:last-child {
  border-bottom: 0;
}

.lbm-sheet__option input {
  accent-color: #434343;
}

.lbm-filter-group + .lbm-filter-group {
  margin-top: 16px;
}

.lbm-filter-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #434343;
}

.lbm-filter-select {
  width: 100%;
  height: 50px;
  border: 1px solid #d9cfc7;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 14px;
  color: #434343;
  outline: none;
  background: #fff;
}

.lbm-sheet__footer {
  padding: 14px 18px 18px;
  border-top: 1px solid #ebe4de;
}

.lbm-sheet__footer--double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.lbm-sheet__apply,
.lbm-sheet__ghost {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.lbm-sheet__apply {
  border: 0;
  background: #434343;
  color: #fff;
}

.lbm-sheet__ghost {
  border: 1px solid #d9cfc7;
  background: #fff;
  color: #434343;
}

.lbm-empty-state {
  grid-column: 1 / -1;
}

/* =========================
   TOTAL PRODUTOS
========================= */
.total__products {
  font-family: 'Outfit', sans-serif;
  color: #434343;
  font-size: 16px;
  font-weight: 400;
}

.total__products span {
  color: #0d8a8a;
  font-weight: 500;
}

/* =========================
   NEWSLETTER
========================= */
.lbm-newsletter-v2 {
  border-top: 1px solid #dfd8d2;
  margin-top: 26px;
  padding: 34px 0 10px;
}

.lbm-newsletter-v2__inner {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}

.lbm-newsletter-v2__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px;
}

.lbm-newsletter-v2__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}

.lbm-newsletter-v2__social img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.lbm-newsletter-v2__title {
  margin: 0 0 24px;
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
  color: #434343;
}

.lbm-newsletter-v2__form {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.lbm-newsletter-v2__input {
  width: 80%;
  height: 40px;
  border: 1px solid #d6cdc7;
  border-radius: 4px;
  background: #fff;
  padding: 0 16px;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #8f8379;
  outline: none;
  margin: 0 auto;
  display: block;
}

.lbm-newsletter-v2__input::placeholder {
  color: #aaa097;
}

.lbm-newsletter-v2__captcha {
  display: flex;
  justify-content: center;
  margin-top: 2px;
  margin-bottom: 2px;
}

.lbm-newsletter-v2__btn {
  width: 80%;
  height: 40px;
  border: 0;
  border-radius: 4px;
  background: #4a4a4a;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.lbm-newsletter-v2__feedback {
  margin-top: 12px;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
}

/* =========================
   FOOTER
========================= */
.lbm-footer-v2 {
  margin-top: 36px;
  padding: 34px 0 26px;
  background: #f8f6f4;
  border-top: 1px solid #e6dfd9;
}

.lbm-footer-v2__inner {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

.lbm-footer-v2__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  text-decoration: none;
}

.lbm-footer-v2__brand .lbm-brand__name {
  font-size: 18px;
  letter-spacing: 0.28em;
  color: #b3a59a;
  transform: none;
}

.lbm-footer-v2__tagline {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #7d746d;
}

.lbm-footer-v2__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 24px;
}

.lbm-footer-v2__social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lbm-footer-v2__social img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.lbm-footer-v2__links-grid {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.lbm-footer-v2__card,
.lbm-footer-v2__payment {
  background: #fff;
  border: 1px solid #e6dfd9;
  border-radius: 14px;
  padding: 18px 16px;
  margin-bottom: 14px;
}

.lbm-footer-v2__title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 500;
  color: #434343;
}

.lbm-footer-v2__card p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #6f6660;
}

.lbm-footer-v2__card p span {
  color: #9b8f86;
}

.lbm-footer-v2__card a {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #6f6660;
  text-decoration: none;
}

.lbm-footer-v2__card a:last-child {
  margin-bottom: 0;
}

/* =========================
   CONTATO COM ÍCONES
========================= */
.lbm-footer-v2__contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
}

.lbm-footer-v2__contact-item:last-child {
  margin-bottom: 0;
}

.lbm-footer-v2__contact-item i {
  font-size: 16px;
  color: #8b8179;
  min-width: 18px;
  text-align: center;
  line-height: 1;
  flex: 0 0 18px;
}

.lbm-footer-v2__contact-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #6f6660;
}

.lbm-footer-v2__contact-item p span {
  color: #9b8f86;
}

.lbm-footer-v2__payment-img {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.lbm-footer-v2__bottom {
  padding-top: 10px;
  text-align: center;
}

.lbm-footer-v2__bottom p,
.lbm-footer-v2__bottom span {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #8b8179;
}

.lbm-footer-v2__shipping,
.lbm-footer-v2__security {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-items: center;
}

.lbm-footer-v2__shipping {
  grid-template-columns: repeat(3, 1fr);
}

.lbm-footer-v2__logo-box {
  background: #fff;
  border: 1px solid #e6dfd9;
  border-radius: 10px;
  min-height: 62px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lbm-footer-v2__logo-box img {
  max-width: 100%;
  max-height: 34px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.lbm-footer-v2__logo-box--security {
  min-height: 86px;
}

.lbm-footer-v2__logo-box--security img {
  max-height: 42px;
}

.lbm-footer-v2__ssl-card {
  min-height: 86px;
  border: 1px solid #d9d1cb;
  border-radius: 12px;
  background: #f3f0ed;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lbm-footer-v2__ssl-top {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #8b8179;
  margin-bottom: 8px;
}

.lbm-footer-v2__ssl-main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lbm-footer-v2__ssl-lock {
  font-size: 26px;
  line-height: 1;
}

.lbm-footer-v2__ssl-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.lbm-footer-v2__ssl-text strong {
  font-size: 24px;
  color: #7d746d;
  font-weight: 700;
}

.lbm-footer-v2__ssl-text span {
  font-size: 12px;
  color: #7d746d;
  letter-spacing: 0.08em;
}

/* =========================
   RESPONSIVO
========================= */
@media (min-width: 768px) {
  .lbm-footer-v2__inner {
    max-width: 900px;
  }

  .lbm-footer-v2__links-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .whatsapp-link {
    width: 44px;
    height: 44px;
    font-size: 20px;
    bottom: 20px;
    right: 15px;
  }

  #lbm-smart-header .lbm-brand__name {
    font-size: 22px;
    letter-spacing: 0.1em;
  }

  #lbm-smart-header.is-compact .lbm-brand__name {
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  .lbm-category-title {
    font-size: 32px;
  }

  .lbm-category-breadcrumb {
    font-size: 13px;
    gap: 8px;
  }

  .lbm-category-toolbar-btn {
    height: 40px;
    font-size: 13px;
  }

  .lbm-sheet__header {
    padding: 16px 16px 12px;
  }

  .lbm-sheet__header strong {
    font-size: 17px;
  }

  .lbm-sheet__body {
    padding: 12px 16px 16px;
  }

  .lbm-sheet__option {
    font-size: 14px;
    padding: 11px 0;
  }

  .lbm-sheet__footer {
    padding: 12px 16px 16px;
  }

  .lbm-sheet__apply,
  .lbm-sheet__ghost,
  .lbm-filter-select {
    height: 46px;
    font-size: 14px;
  }

  .lbm-newsletter-v2 {
    padding-top: 30px;
  }

  .lbm-newsletter-v2__title {
    font-size: 18px;
  }

  .lbm-footer-v2__contact-item {
    gap: 8px;
  }

  .lbm-footer-v2__contact-item i {
    font-size: 15px;
    min-width: 16px;
    flex-basis: 16px;
  }

  .lbm-footer-v2__contact-item p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .lbm-footer-v2__shipping {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .lbm-footer-v2__logo-box {
    min-height: 56px;
    padding: 8px;
  }

  .lbm-footer-v2__logo-box img {
    max-height: 28px;
  }

  .lbm-footer-v2__security {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .lbm-footer-v2__logo-box--security,
  .lbm-footer-v2__ssl-card {
    min-height: 78px;
  }

  .lbm-footer-v2__ssl-text strong {
    font-size: 20px;
  }
}

