.custom-tabs-wrapper {
  margin: 2rem 0;
  font-family: inherit;
}

.tabs-nav {
  display: flex;
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
  border-bottom: 2px solid #eee;
}

.tabs-nav .tab-nav-item {
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  margin-right: 0.5rem;
  background: #f7f7f7;
  border-radius: 6px 6px 0 0;
  transition: background 0.2s ease;
}

.tabs-nav .tab-nav-item:hover {
  background: #eaeaea;
}

.tabs-nav .tab-nav-item.active {
  background: #fff;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}

.tabs-content .tab-content {
  display: none;
}

.tabs-content .tab-content.active {
  display: block;
  padding: 1rem 0;
}

.custom-carousel {
  position: relative;
}

/*.custom-carousel .swiper-slide {*/
/*  background: #fff;*/
/*  border: 1px solid #eee;*/
/*  border-radius: 10px;*/
/*  padding: 1rem;*/
/*  text-align: center;*/
/*}*/

/*.custom-carousel .swiper-slide img {*/
/*  max-width: 100%;*/
/*  height: auto;*/
/*  border-radius: 6px;*/
/*  margin-bottom: 0.5rem;*/
/*}*/

/*.subtitle {*/
/*  color: #666;*/
/*  font-style: italic;*/
/*}*/

/*.price {*/
/*  color: #0073aa;*/
/*  font-weight: bold;*/
/*}*/