/** Shopify CDN: Minification failed

Line 100:21 Unexpected "{"
Line 100:25 Expected ":"
Line 100:29 Unexpected "{"
Line 104:21 Unexpected "{"
Line 104:25 Expected ":"
Line 104:29 Unexpected "{"

**/
.swiper-section {
  padding: 40px 20px;
}

.com-titulo-centralizado > .swiper-title {
  text-align: center;
}

/* Corrige o conflito visual causado por .swiper-title */
.swiper-select-wrapper {
  display: flex;
  align-items: center;
}

.swiper-container-limit {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.swiper-section > .swiper-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin: 0 auto 20px;
  font-family: var(--fonte-principal);
  color: #004d40;
}

.swiper-title,
.drbio-destaques-slide h2,
.drbio-ofertas-slide h2 {
  text-align: center;
  font-family: var(--fonte-principal);
  font-size: 24px;
  color: #004d40;
  margin-bottom: 20px;
}

.swiper-wrapper-container {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}

.swiper-wrapper {
  display: flex;
  height: auto;
  align-items: stretch;
}

.swiper {
  flex: 1;
  overflow: hidden;
}

.swiper-slide {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  box-sizing: border-box;
}

.swiper-slide > * {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Botões personalizados fora do slider */
.swiper-nav-button {
  color: #6b9bb2;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px #0001;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev-{{ id }} {
  margin-right: 10px;
}

.swiper-button-next-{{ id }} {
  margin-left: 10px;
}

/* Responsivo */
@media (max-width: 768px) {
  .swiper-nav-button {
    padding: 6px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .swiper-wrapper-container {
    gap: 5px;
  }

  .swiper-title {
    font-size: 20px;
  }
}
