.section-discount,
.section-product,
.section-blog {
  @media (width<576px) {
    overflow: hidden;
  }
}

.section-discount .swiper.swiper-product,
.section-product .swiper.swiper-product,
.section-blog .swiper.swiper-blog {
  @media (width<576px) {
    overflow: visible;
  }
}

.related__product {
  @media (width<992px) {
    padding-bottom: 32px;
  }
}

.product__row .sw {
  margin-bottom: 0;
  @media (width>=992px) {
    margin-bottom: 30px;
  }
}

.product__row {
  align-items: center;
  @media (width<992px) {
    padding-top: 28px;
    justify-content: center;
  }
}

.section-product .wrap,
.section-blog .wrap {
  background-color: #fafafa;
  padding: calc(var(--space-section) / 1.5) 0;
  position: relative;
}

.section-product .wrap::after {
  content: "";
  background: #26465363;
  backdrop-filter: blur(21px);
  box-shadow: 0 4px 21px 0 #00000040;
  height: 14.43px;
  width: 55%;
  display: block;
  z-index: -1;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 5px;
  border-radius: 50%;
}

.section-product .wrap:before,
.section-blog .wrap:before {
  content: "";
  background: #26465363;
  backdrop-filter: blur(21px);
  box-shadow: 0 4px 21px 0 #00000040;
  height: 14.43px;
  width: 55%;
  display: block;
  z-index: -1;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 0px;
  border-radius: 50%;
}

.section-product .cat1_btn {
  margin: auto;
  display: table;
}

.section-product-bg {
  @media (width<1200px) {
    overflow: hidden;
  }
}

.section-product-bg::before {
  content: url(../../img/p2.svg);
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}

.section-product-bg.section-product-bg-rv::before {
  left: 0;
  right: unset;
  content: url(../../img/p3.svg);
}

.section-product-bg.section-product-bg-rv::after {
  right: 0;
  transform: rotateY(180deg);
  left: unset;
}

.section-product-bg::after {
  content: url(../../img/p1.svg);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  @media (width<992px) {
    content: unset;
  }
}

.heading__btns {
  display: flex;
  align-items: center;
  gap: 12px;
  @media (width<1200px) {
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    padding-bottom: 12px;
    gap: 8px;
  }
}

.heading__btn:hover {
  background-color: var(--color1);
  color: #fff;
}

.heading__btn i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color1);
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  transition: 500ms;
  @media (width>=992px) {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 20px;
  }
}

.heading__btn:hover i {
  background-color: #fff1d2;
  color: var(--color1);
}

.heading__btn.heading__btn-sm {
  min-width: 120px;
  height: 40px;
}

.heading__btn {
  transition: 500ms;
  border-radius: 10px;
  background-color: #fff1d2;
  color: var(--color1);
  font-size: 13px;
  height: 42px;
  padding-right: 4px;
  padding-left: 12px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  min-width: unset;
  text-wrap: nowrap;
  @media (width>=992px) {
    border-radius: 16px;
    font-size: 14px;
    height: 50px;
    padding-left: 16px;
    gap: 8px;
    min-width: 130px;
    text-wrap: unset;
  }
}

.heading__btn-center {
  justify-content: center;
  padding-right: 16px;
  text-align: center;
}

.product__row.row-reverse .col-lg-3 img {
  @media (width>=1400px) {
    max-width: 110%;
    transform: translateX(55px);
  }
}

.nav-pro {
  @media (width<576px) {
    width: 220px;
    gap: 100px;
    position: absolute;
    top: unset;
    bottom: 5.8rem;
    transform: unset;
  }
}
