.wts-slider {
  display: none;
}

.wts-slider.active {
  display: block;
  position: relative;
  padding: 20px 0;
}

.wts-tabs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wts-tabs-header h3 {
  font-size: 24px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
}

/* Navigation Arrows */
.wts-nav {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.wts-prev,
.wts-next {
  width: 36px;
  height: 36px;
  background: #1e3a8a;
  color: #fff;
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 2px;
}

.wts-prev:hover,
.wts-next:hover {
  background: #2e55cc;
}

.wts-slider .swiper-slide {
  height: auto;
  display: flex;
}

.wts-item {
  text-align: center;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 16px;
  background: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  h4 {
    color: #172748;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
}

.wts-btn {
  background: #385DA8;
  display: block;
  padding: 12px 20px;
  width: 100%;
  border-radius: 50px;
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s;
}

.wts-btn:hover {
  background: #2b4ea1;
  color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  color: #1a4cff;
}

/* Bullets del slider */
.swiper-pagination {
  text-align: center;
  margin-top: 15px;
  position: relative;
}

.swiper-pagination-bullet {
  background: #bbb;
  opacity: 1;
  margin: 0 4px !important;
}

.swiper-pagination-bullet-active {
  background: #1a4cff;
}

.woocommerce-tabs ul,
#tab-title-description {
  display: none !important;
}