/* ===== CAROUSEL - SWIPER NATIVO ===== */

/* Botões - apenas ícone */
.elementor-swiper-button {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  cursor: pointer;
}

.elementor-swiper-button svg {
  width: 32px;
  height: 32px;
  color: #A39660;
  stroke: #A39660;
  fill: #A39660;
}

.elementor-swiper-button:hover svg {
  color: #8B7E52;
  stroke: #8B7E52;
  fill: #8B7E52;
  opacity: 0.8;
}

/* Container */
.elementor-loop-container.swiper {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

/* Slides - altura uniforme */
.elementor-element-13ad2d9 .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.elementor-element-13ad2d9 .swiper-slide > .elementor-element {
  height: 100%;
}