.header-page,
.history-header {
  color: var(--text-and-border);
}
.price {
  font-size: 25px;
  color: var(--text-and-border);
}
.price-mobile {
  color: #5b5b5b;
}
.sub-header-page {
  color: var(--text-and-border);
  margin-top: 7rem;
}

div {
  overflow-y: visible !important;
}

div::-webkit-scrollbar {
  display: inline !important;
}

.btn-primary-group {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(#434343);
  --bs-btn-bg: #f9e9f9;
  --bs-btn-border-color: var(--corporate-color);
  --bs-btn-hover-color: var(--corporate-color);
  --bs-btn-hover-bg: #{shade-color($bd-violet, 10%)};
  --bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #{shade-color($bd-violet, 20%)};
  --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};
}

.carousel-product-slide {
  overflow: hidden;
  height: 400px;
}

.carousel-product-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  border-radius: 7px;
}
.carouselThumbnails {
  max-width: 100%;
  position: absolute;
  justify-content: space-between;
  margin-top: 10px;
  overflow-x: scroll !important;
}

.carouselThumbnails img {
  width: 101px;
  height: 76px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
}

.prev-button-product {
  content: "";
  background: url("../../img/custom/productPage/next.svg") center center/cover
    no-repeat;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 185px;
  right: 25px;
}

.next-button-product {
  content: "";
  background: url("../../img/custom/productPage/prev.svg") center center/cover
    no-repeat;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 185px;
  left: 25px;
}

.carouselThumbnails::-webkit-scrollbar {
  height: 10px;
}

.carouselThumbnails::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: #cecedd;
  border-radius: 10px;
}

.carouselThumbnails::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--corporate-color);
}
.color-text {
  color: var(--color-text-parameters);
}

.compound {
  width: 28px;
  height: 28px;
  background-color: var(--color-text-parameters);
  border-radius: 100%;
}
.compound::before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 7px;
  width: 3.047px;
  height: 14.57px;
  background: url("../../img/custom/productPage/i.svg") center center/cover
    no-repeat;
}

.star {
  width: 20px;
  height: 20px;
  background: url("../../img/custom/productPage/Star-2.svg") center center/cover
    no-repeat;
}

.heart {
  background: url("../../img/custom/productPage/heartMarker.svg") center
    center/cover no-repeat;
  width: 34px;
  height: 34px;
}
.basket::before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background: url("../../img/custom/productPage/basket.svg") center center/cover
    no-repeat;
}
.basket:hover {
  filter: invert(24%) sepia(76%) saturate(540%) hue-rotate(256deg)
    brightness(82%) contrast(84%);
}

.subtract {
  width: 153px;
  height: 40px;
  background: url("../../img/custom/productPage/Subtract.svg") center
    center/cover no-repeat;
}
.text-decoration-line-through-gray {
  text-decoration: line-through;
  color: #c0c0c0;
}

.delivery-img::before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background: url("../../img/custom/productPage/delivery.svg") center
    center/cover no-repeat;
}
.shops::before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background: url("../../img/custom/productPage/shops.svg") center center/cover
    no-repeat;
}
.shops p {
  font-size: 12px;
}
.attention {
  line-height: normal;
}
.attention::before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-right: 8px;
  min-width: 35px;
  height: 34px;
  background: url("../../img/custom/productPage/attention.svg") center
    center/cover no-repeat;
}
@media (min-width: 992px) {
  .hidden-pc {
    display: none;
  }
}
/* --------------------------------------------------------- */
@media (max-width: 992px) {
  .hidden-mobile {
    display: none;
  }
  .header-page,
  .sub-header-page,
  .history-header {
    font-size: 24px;
  }
  .sub-header-page {
    margin-top: 1rem;
  }
  .price {
    font-size: 16px;
  }
}
