.top-button {
  background: #00c249;
  border-radius: 8px;
  color: #fff;
  padding: 15px 15px !important;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  box-shadow: none;
  font-weight: 700;
  display: block;
  max-width: 320px;
  text-align: center;
}
.top-button1 a {
  filter: drop-shadow(0px 16px 32px rgba(104, 193, 97, 0.24));
  background: #68c161;
  border-radius: 16px;
  font-family: Roboto;
  font-style: normal;
  line-height: 23px;
  text-align: center;
  color: #fff !important;
  padding: 15px 20px;
  display: block;
  max-width: 200px;
  margin: 0px auto;
}
.brand-img img {
  max-width: 160px;
  margin-top: 6px;
}
body.overflow-hidden {
  overflow-y: scroll !important;
}
html {
  scroll-behavior: smooth;
}
header {
  background: #fff;
  box-shadow: 0 8px 24px rgb(0 0 0 / 4%);
  padding: 14px 10px 18px;
}
.nav__toggle {
  width: 30px;
  cursor: pointer;
  display: none;
}

.mobile-hide {
  display: block;
}
header ul {
  float: right;
  padding: 0;
  margin: 0;
}
header ul li {
  display: inline-table;
  padding: 15px 13px;
}
header ul li:first-child {
  padding-left: 0;
}
header ul li a {
  color: #02122e;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
header ul li a:hover,
header ul li a:focus,
header ul li a:active {
  color: #e4469d;
}
#nav-toggle {
  background: url(/index_files/open.png);
  height: 18px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin-top: 0;
  float: right;
}
@media (max-width: 1200px) {
  header ul li {
    display: inline-table;
    padding: 15px 5px;
  }
}
@media (max-width: 992px) {
  .top-button1 a {
    margin: 10px auto;
  }
  .mobile-hide {
    display: none;
  }
  .nav__toggle {
    display: inline-block;
  }
  header ul li {
    padding: 6px 5px;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #02122e;
    padding: 14px 0;
    border-bottom: solid 1px #d6daec;
  }
  .mobile-tog {
    width: 124%;
    z-index: 9999;
    background: #fff;
    margin: 0 -12%;
    margin-bottom: -20px;
  }
  .brand-img img {
    max-width: 140px !important;
  }
}
.nav__item {
  color: #000 !important;
}
.nav__item.top-button {
  color: #fff !important;
}
@media (max-width: 1020px) {
  #hamburger {
    color: #000;
  }
  .hamburger {
    top: 9px !important;
    display: block;
    position: absolute;
    top: 2px;
    right: 10px;
  }
  .menu li {
    display: block;
    max-width: 285px;
    margin: 0 auto;
  }
  .menu {
    display: none;
    background: transparent;
    right: 0;
    left: 0;
    text-align: center;
    padding: 18px 0;
    position: absolute;
    z-index: 999;
    top: 50px;
    background: rgb(255, 255, 255);
  }
  .top-button.nav__item.mobCTA {
    display: inline-block;
    margin-right: 25px;
    padding: 9px 10px !important;
  }
}
.nav__item {
  color: #000 !important;
}
.nav__item.top-button {
  color: #fff !important;
}

.topBar p strong a {
  text-decoration: none;
}
.topBar {
  padding: 10px 2px;
}
.topBar p img {
  margin: -2px 5px 0 0px;
}
@media (max-width: 599px) {
  .topBar p {
    font-size: 18px;
  }
  .topBar p strong {
    display: initial !important;
  }
}

.section-products {
  padding: 120px 0;
  background: #fff;
}

.product-card {
  margin-bottom: 40px;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}
.product-card h2 {
  margin-top: 10px;
}
.product-card img:hover {
  opacity: 0.7;
}

.product-image {
  max-width: 100%;
  height: auto;
}

.product-price {
  font-size: 16px;
  margin: 5px 0 15px;
}

.product-btn {
  width: 100%;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
}

.product-btn:hover {
  background-color: #757575;
  color: #fff;
  text-decoration: none;
}

/* Mobile spacing */
@media (max-width: 767px) {
  .product-card {
    margin-bottom: 50px;
  }
}
.footer__list-item {
  margin-bottom: 10px;
}

.product-detail-section {
  padding: 80px 0;
  background: #fff;
}

/* Gallery */
.product-main-image {
  border: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.product-main-image img {
  max-width: 100%;
}

.product-thumbnails {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.product-thumbnails img {
  width: 70px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 4px;
  opacity: 0.5;
}

.product-thumbnails img.active {
  border-color: #000;
  opacity: 1;
}

/* Info */
.product-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

.product-title-h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
.product-rating {
  margin: 20px 0;
  font-size: 18px;
}

.product-description {
  font-size: 18px;
  margin-bottom: 25px;
}

/* Pricing */
.pricing-options {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.price-box {
  border: 2px solid #ddd;
  padding: 20px;
  width: 100%;
  text-align: center;
  position: relative;
}

.price-box.active {
  border-color: #000;
}

.price-box h4 {
  font-size: 18px;
}

.price {
  font-size: 22px;
  font-weight: 700;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  font-size: 14px;
}

.badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
}

/* CTA */
.buy-now-btn {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 18px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.buy-now-btn:hover {
  background: #222;
  color: #fff;
}

.secure-text {
  margin-top: 10px;
  font-size: 13px;
  color: #555;
}

/* Mobile */
@media (max-width: 767px) {
  .pricing-options {
    flex-direction: column;
  }
}

.section-6 h2 {
  margin: 0;
  text-align: center;
  margin-bottom: 50px;
}

.section-6 .section-reviews {
  background: #f3f4f9;

  border-radius: 18px;

  background-position: center bottom;

  background-repeat: no-repeat;

  background-size: contain;

  height: 100%;

  position: relative;
}

.section-6 .section-reviews .section-reviews-icon {
  position: absolute;

  top: -25px;

  left: 0;
  width: 64px;

  right: 0;

  text-align: center;

  margin: 0 auto;
}

.section-6 .section-reviews .section-reviews-image {
  border-top-left-radius: 18px;

  border-top-right-radius: 18px;
}

.section-6 .section-reviews h3 {
  font-weight: 700;

  font-size: 20px;

  line-height: 28px;

  color: #02122e;
  padding: 0 20px;
  margin: 0;
}

.section-6 .section-reviews .section-reviews-background {
  background: url(https://wellgenu.com/wp-content/uploads/2022/09/section6-reviews-vackground.png);

  padding-top: 50px;

  margin-top: -40px;

  z-index: 999;

  position: relative;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center top;
}

.section-6 .section-reviews p {
  font-weight: 400;
  padding: 8px 20px;
  margin-bottom: 10px;

  font-size: 18px;

  line-height: 24px;

  color: rgba(2, 18, 46, 0.8);
}

.section-6 .btn-dis {
  width: 100%;

  display: block;

  max-width: 426px;
  margin: 32px auto 0;
}

.section-6 .p-third {
  font-weight: 600;

  font-size: 18px;

  line-height: 19px;

  text-align: center;

  margin: 18px auto 0;

  text-align: center;

  max-width: 426px;

  color: #02122e;

  overflow: hidden;
}

.section-6 .p-third:before,
.section-6 .p-third:after {
  background: rgba(2, 18, 46, 0.32);

  content: "";

  display: inline-block;

  height: 1px;

  position: relative;

  vertical-align: middle;

  width: 50%;
}

.section-6 .p-third:before {
  right: 0.5em;

  margin-left: -50%;
}

.section-6 .p-third:after {
  left: 0.5em;

  margin-right: -50%;
}

@media screen and (max-width: 1080px) {
  .bhfb-footer .bhfb-row-wrapper {
    padding: 20px 0;
  }
  .section-6 .section-reviews h3,
  .section-6 .section-reviews p {
    padding: 0 18px;
  }

  .section-6 .row {
    justify-content: center;
  }

  .section-6 .col-sm-3 {
    -webkit-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 400px;

    margin-bottom: 30px;
  }

  .section-6 .section-reviews .section-reviews-background {
    padding-top: 60px;

    margin-top: -90px;
  }

  .section-6 .section-reviews .section-reviews-icon {
    top: 12px;

    left: 12px;
    margin: 0;
  }

  .section-6 .btn-dis {
    margin: 0px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .section-6 .col-sm-3 {
    -webkit-flex: 0 0 100%;

    flex: 0 0 100%;
  }
}

/* TAB HEADER */
.tabs-header {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #ddd;
}

.tab-btn {
  background: none;
  border: none;
  padding: 15px 0;
  font-size: 16px;
  cursor: pointer;
  color: #666;
  position: relative;
}

.tab-btn.active {
  color: #000;
  font-weight: 600;
}

.tab-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #000;
}

/* TAB CONTENT */
.tabs-content {
  padding-top: 40px;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* INGREDIENT STYLE */
.tab-panel h2 {
  text-align: left;
  font-size: 36px;
  margin-bottom: 40px;
}

.ingredient {
  margin-bottom: 30px;
}

.ingredient h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.ingredient p {
  color: #555;
  max-width: 800px;
}

.product-grid {
}

.product-card {
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.product-slider {
  position: relative;
  overflow: hidden;
}

.product-slider img {
  width: 100%;
  margin-bottom: 15px;
  display: none;
}

.product-slider img.active {
  display: block;
}

.dots {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 6px;
  background: #fff;
  padding-top: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: #000;
}

.product-info {
  padding: 12px 5px;
  text-align: center;
}
.product-info p {
  font-size: 16px;
  min-height: 100px;
}

.rating {
  color: #4caf50;
  font-size: 14px;
}

.rating span {
  color: #555;
}

.price {
  margin: 5px 0 15px;
}

.price .current {
  font-size: 18px;
  font-weight: bold;
}

.price .old {
  margin-left: 8px;
  color: #999;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: normal;
}
.product-slider {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  max-height: 326px;
}

.product-slider img {
  display: none;
  width: 100%;
  user-select: none;
}

.product-slider img.active {
  display: block;
}
.cart-section {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 14px;
  float: right;
}

.currency-wrapper {
  position: relative;
}

.currency-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #1a1a1a;
  color: #e8f0e5;
  padding: 10px 14px;
  border-radius: 22px;
  font-size: 14px;
  cursor: pointer;
}

.currency-selector:hover {
  background: #1a1a1a;
}

.arrow {
  font-size: 12px;
}

.currency-dropdown {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  list-style: none;
  padding: 6px 0;
  margin: 0;
  display: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  z-index: 100;
  min-width: 210px;
}

.currency-dropdown li {
  padding: 10px 12px !important;
  cursor: pointer;
  font-size: 14px;
}

.currency-dropdown li:hover {
  background: #f2f2f2;
}

.icons {
  display: flex;
  gap: 14px;
}

.icon {
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.9;
  cursor: pointer;
}

.icon.user {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000000' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c0-4 4-6 8-6s8 2 8 6'/%3E%3C/svg%3E");
}

.icon.bag {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000000' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M6 7h12l-1 13H7L6 7z'/%3E%3Cpath d='M9 7a3 3 0 0 1 6 0'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .currency-selector span span {
    display: none;
  }
  .product-slider {
    max-height: 100%;
  }
}
@media (max-width: 600px) {
  .currency-wrapper {
    display: none;
  }

  .section-products {
    padding: 10px 0;
  }
}

.reviewUser img {
  border-radius: 100%;
}
.collapse {
  max-height: 0;
}
.testimonial .text-center img {
  border-radius: 12px;
}
.order-7.testimonials .text-center img {
  max-width: 210px;
}
