.swiper.swiper-brands .swiper-wrapper .swiper-slide {
  width: auto;
}

.btn-nav {
  display: flex;
  border-radius: 100px;
  border: 1px solid #303c46;
  background-color: #fff;
  padding: 10px 24px;
  font-size: 14px;
  text-align: center;
}
.btn-nav:hover {
  background-color: #e00000;
  border: 1px solid #e00000;
  color: #fff;
}
.btn-nav.active {
  background-color: #e00000;
  border: 1px solid #e00000;
  color: #fff;
}

.badge-discount {
  display: flex;
  width: 45px;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border-radius: 2px;
  background: var(--tds-sys-light-primary, #e00000);
  height: 20px;
  color: #fff;
  font-size: 12px;
}

.table-brands {
  box-shadow: 1px 2px 10px 6px rgba(129, 148, 166, 0.1);
  transition: all 0.3s ease;
  max-width: 560px;
}

/* Toggle functionality styles */
.table-brands .data-items {
  transition: all 0.3s ease;
}

.table-brands.collapsed .data-items {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.btn-toggle {
  transition: transform 0.3s ease;
}

.btn-toggle svg {
  transition: transform 0.3s ease;
}

.full-price {
  color: #303c4661;
  text-decoration: line-through;
}

a.btn-buy-now {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  height: 30px;
  align-items: center;
  justify-items: center;
  background-color: #e00000;
  border-radius: 100px;
  width: 67px;
}

.c-primary {
  color: #e00000;
}

.border-gray-100 {
  border-color: #f3f4f6;
}

.text-gray-500 {
  color: #6b7280;
}

.text-center {
  text-align: center;
}

.data-items > div:nth-child(odd) {
  background-color: #ffffff;
}

.data-items > div:nth-child(even) {
  background-color: #f3f3f6;
}

.data-items > div {
  transition: background-color 0.2s ease;
}

/* .data-items > div:hover {
  background-color: #e9ecef;
} */

.border-buynow {
  border-left: 1px solid #e2e2e5;
  padding-left: 15px;
}

.sticky-brands.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  padding: 16px 0;
  margin: 0 auto;
}

.sticky-brands-container {
  max-width: 1160px;
  margin: 0 auto;
}

.nav-tab-choose:hover {
  color: #e00000;
}
.nav-tab-choose-active {
  color: #e00000;
}
.nav-tab-choose-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  border-bottom: 2px solid #e00000;
}

.card-highlight {
  border-radius: 16px;
  background: #fff;
  box-shadow: 1px 2px 10px 6px rgba(129, 148, 166, 0.1);
  padding: 12px;
}
.card-highlight .img-container {
  background-color: #f3f3f6;
}

.card-privilege {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
