body {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
}

p {
  color: #000;
}

h1.title-header {
  font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  text-transform: uppercase;
  font-weight: bold !important;
}

h3 {
  font-size: clamp(18px, 1.5vw, 24px);
}

.img-center {
  margin: 0 auto;
}

.wrapper_feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5%;
}

.wrapper_feature .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  background: #f8f8f8;
  padding: 10px 20px;
  border-radius: 20px;
}

.wrapper_feature .item:first-of-type {
  margin-bottom: 20px;
}

.wrapper_feature .item p strong {
  display: block;
  width: 50px;
}

.wrapper_feature .item p {
  margin: 0;
}

.section_eventinfo,
.section_aurvanafeedback {
  border-top: 1px solid #000;

}

.section_aurvanaaceseries {
  background: #f8f8f8;
}

.margin-top-60 {
  margin-top: 30px;
}

.margin-bottom-60 {
  margin-bottom: 30px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.md-align {
  text-align: center;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.product-info-container-dark h3 a {
  color: #000;

}

.section_aurvanaaceseries a {
  color: #000;
  border-bottom: 1px solid #000;
  ;
}

.product-info-container-dark h3 a:hover,
.section_aurvanaaceseries a:hover {
  color: #000;
  border-color: unset;
}

@media screen and (min-width:768px) {

  .margin-top-60 {
    margin-top: 60px;
  }

  .margin-bottom-60 {
    margin-bottom: 60px;
  }

  .wrapper_feature {
    flex-direction: row;
  }

  .wrapper_feature .item {
    margin-bottom: 20px;
    padding: 20px 40px;
  }
}

@media screen and (min-width:992px) {
  .md-align {
    text-align: left;
  }
}

/* #region MARK: Review */
.section-review-header {
  margin-bottom: 30px;
}

.section-review .slick-review {
  margin-bottom: 60px;
}

.section-review .slick-review .slick-track {
  display: flex;
  gap: 30px;
}

.section-review .slick-review .item {
  background-color: #f8f8f8;
  height: auto;
  padding: 10px;
}

.section-review .slick-review .item a {
  border: none;
  outline: none;
  display: block;
}

.section-review .slick-review .item .img-wrapper {}

.section-review .slick-review .item .img-wrapper img {}

.section-review .slick-review .item .txt-wrapper {
  margin-bottom: 30px;
}

.section-review .slick-review .item .txt-wrapper .msg {
  padding: 20px 20px;
  color: #000;
  font-size: clamp(14px, 1.8vw, 30px);
  font-weight: 400;
}

.section-review .slick-review .item .txt-wrapper .msg:before {
  content: '“';
  display: inline;
}

.section-review .slick-review .item .txt-wrapper .msg:after {
  content: '”';
  display: inline;
}

.section-review .slick-review .item .txt-wrapper .reviewer {}

.section-review .slick-review .item .txt-wrapper .reviewer .name {
  font-size: clamp(14px, 1.7vw, 30px);
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

.section-review .slick-review .item .txt-wrapper .reviewer .job {
  font-size: clamp(14px, 1.8vw, 18px);
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

.flex-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img_group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
}

.img_group img {
  width: 100%;
}

@media screen and (min-width:768px) {
  .img_group {
    flex-direction: row;
    max-width: 1600px;
  }

  .img_group img {
    width: calc(20% - 10px);
  }
}


@media screen and (min-width:768px) {
  .section-review .slick-review .item {
    padding: 20px;
  }

  .section-review .slick-review .item .txt-wrapper .msg {
    padding: 40px 20px;
  }

  .section_aurvanafeedback .flex-box {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 30px 0px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

/* #endregion */

/* instagram post */
.instagram-post iframe {
  min-width: 30% !important;
}

#instagram-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1500px;
}

.instagram-post {
  margin: 10px;
  width: 300px;
  /* Adjust as needed */
}


/* #region MARK: ace series */

.section_aceSeries {
  background-color: #000;
}

.section_aceSeries .product-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section_aceSeries .product-image {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section_aceSeries a,
.section_aceSeries a:focus,
.section_aceSeries a:hover {
  color: unset;
  border-color: unset;
  border-bottom: unset;
}

.section_aceSeries .product-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_aceSeries .product-info img {
  width: 50%;
  min-width: 260px;
  margin-bottom: 10px;
}

.section_aceSeries .product-info p {
  color: #fff;
}

.section_aceSeries .product-info .price {
  font-size: clamp(28px, 5vw, 44px);
  margin: 10px auto;
  margin-bottom: 0;
  font-weight: 600;
}

.section_aceSeries .product-info .price .listprice {
  font-size: clamp(20px, 3.5vw, 36px);
  color: #8c8c8c;
}

.section_aceSeries .product-info .free-shipping {
  font-size: clamp(14px, 2vw, 20px);
  margin-top: 0;
  margin-bottom: 10px;
}

.section_aceSeries .product-info .btn {
  color: #fff;
  font-size: clamp(16px, 1.5vw, 28px);
  border: solid 1px #fff;
  padding: 10px 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;

}

.section_aceSeries .product-info .btn:hover {
  transform: scale(1.05);
  border: solid 1px #fff;
}

@media screen and (max-width: 767px) {
  .section_aceSeries .productitem:first-child {
    margin-bottom: 30px;
  }
}

/* #endregion */

/* #region MARK: section_potafesEvent */
.section_potafesEvent a {
  border-color: rgba(0, 138, 217, 0.4);
}

@media screen and (max-width: 767px) {
  .section_potafesEvent .text-nowrap {
    text-wrap: nowrap;
  }
}