/* ===== Ajustes mobile da página de promoções ===== */
@media (max-width: 768px) {
  /* topo */
  .lbm-topline {
    padding: 0 10px;
  }

  .lbm-topline__inner {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lbm-topline-slider,
  .lbm-topline__fixed {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.35;
    padding: 10px 12px;
    box-sizing: border-box;
  }

  /* header principal */
  .lbm-nav__main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lbm-brand {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .lbm-brand__name {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
  }

  .lbm-search {
    order: 3;
    width: 100%;
    margin-top: 0;
  }

  .lbm-search form {
    width: 100%;
  }

  .lbm-search__input {
    height: 56px;
    font-size: 16px;
    padding: 0 52px 0 18px;
    border-radius: 18px;
  }

  .lbm-search__btn {
    right: 16px;
  }

  /* breadcrumb */
  .breadcrumb {
    margin: 12px 0 18px;
    padding: 0 0px;
    background: transparent;
  }

  .breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 14px 12px;
    background: #f3f3f3;
    border-radius: 0;
  }

  .breadcrumb__list li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .breadcrumb__link {
    font-size: 15px;
    line-height: 1.4;
    color: #4b5c5a;
    text-decoration: none;
  }

  .breadcrumb__separator {
    display: inline-flex;
    align-items: center;
    color: #9b9b9b;
    font-size: 14px;
    margin: 0;
  }

  /* cabeçalho da página */
  .category-header.container {
    padding-top: 4px;
    padding-bottom: 8px !important;
  }

  .category-header h1 {
    font-size: 28px;
    line-height: 1.15;
    margin: 0 0 12px;
  }

  .text-carousel {
    margin-top: 0 !important;
  }

  .text-carousel .swiper-slide {
    font-size: 16px;
    line-height: 1.5;
    color: #50615f;
  }

  /* total de produtos */
  .total__products {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.5;
  }
}