@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: #ffffff;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #2f3542;
}


body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: rgb(131, 112, 255);
}

/* Сама полоса прокрутки */
::-webkit-scrollbar {
  width: 8px;
  /* ширина полосы */
  background-color: #f1f1f1;
  /* цвет фона полосы */
}

/* Ползунок прокрутки */
::-webkit-scrollbar-thumb {
  background-color: rgb(107, 86, 241);
  /* цвет ползунка */
  border-radius: 4px;
  /* скругление */
}

/* Ползунок при наведении курсора */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* цвет ползунка при наведении */
}


.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
}

.mulish-300 {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.mulish-400 {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.mulish-500 {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.mulish-600 {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.mulish-regular {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
}


.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.min-vh-40 {
  min-height: 40vh !important;
}

.min-vh-50 {
  min-height: 50vh !important;
}


.min-vh-75 {
  min-height: 75vh !important;
}

.max-vh-30 {
  max-height: 30vh !important;
  overflow-y: auto;
}

.max-vh-40 {
  max-height: 40vh !important;
  overflow-y: auto;
}

.max-vh-50 {
  max-height: 50vh !important;
  overflow-y: auto;
}

.max-vh-80 {
  max-height: 80vh !important;
  overflow-y: auto;
}

.lh-1-1 {
  line-height: 1.1 !important;
}



.fs-7 {
  font-size: 16px !important;
}

.fs-8 {
  font-size: 14px !important;
}

.fs-9 {
  font-size: 12px !important;
}


.violet-text {
  color: rgb(107, 86, 241);
}

.green-text {
  color: rgb(0, 255, 34) !important;
}

.violet-border {
  border: 2px solid rgb(107, 86, 241) !important;
}

.violet-bg {
  background-color: rgb(107, 86, 241);
}





.a-link {
  color: rgb(0, 0, 0);
}

.a-link:hover {
  color: rgb(61, 0, 230) !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: 300ms;

}



.cursor-pointer:hover {
  cursor: pointer !important;
}

.search {
  background-color: #000000;
  /* Черный фон */
  color: #ffffff;
  /* Белый цвет текста */
  font-family: "Noto Sans Display", sans-serif;

}

/* Изменяем цвет placeholder */
.search::placeholder {
  color: #ffffff;
  font-size: 14px;
  /* Белый цвет для текста placeholder */
}

.search:focus {
  background-color: #3b3b3b;
  /* Цвет фона при фокусе */
}


.navbar-toggler {
  outline: none !important;
  box-shadow: none !important;
}


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/*Brands*/


.brands .item {
  display: flex !important;
  justify-content: center;
  align-items: center !important;
  height: 132px;
  /* Adjust the height based on your design requirements */
  padding: 10px;
}

@media only screen and (max-width: 575.98px) {
  .brands .item {
    height: 112px;
  }

}

.brands .item img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain !important;
}

.brands .item img::after {
  content: " ";
  height: 100%;
  width: 100%;
  background-color: rgba(196, 7, 7, 0.15);

}




@media only screen and (max-width: 575.98px) {
  .category-card {
    height: 196px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .category-card {
    height: 216px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .category-card {
    height: 264px !important;
  }
}


.set-border {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.set-border:hover {
  border: 1px solid rgb(107, 86, 241) !important;
  box-shadow: 0px 0px 8px rgba(107, 86, 241, 0.15) !important;
  transition: linear 300ms;
}




.site-shadow-light {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

}

.site-shadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.site-shadow-dark {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}



.favorite-icon {
  color: rgb(168, 168, 168);
}


.favorite-icon:hover {
  cursor: pointer;
  color: rgb(107, 86, 241) !important;
}



.linear-blue {
  background-color: #0354a2;
  background-image: linear-gradient(207deg, #1378d6 11%, #0bd8c5 68%, #17bba8 92%);

}

.linear-pink {
  background-color: #4158D0;
  background-image: linear-gradient(208deg, #2ce4b9 10%, #04fc88 50%, #27ce72 90%);

}


.star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px;
}

.star-rating input[type="radio"] {
  display: none;
}

.star-rating label {
  font-size: 1.4rem;
  color: gray;
  cursor: pointer;
  transition: color 0.3s;
}

.star-rating input[type="radio"]:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
  color: gold;
}

.average-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.average-rating .stars {
  display: flex;
  flex-direction: row-reverse;
}

.average-rating .stars .star {
  font-size: 1.3rem;
  color: gray;
}

.average-rating .stars .star.full,
.average-rating .stars .star.half {
  color: gold;
}

.image-container {
  width: 100%;
  height: 264px;
  /* Высота изображения */
  overflow: hidden;
  position: relative;
  text-align: center;
  /*border: 2px solid rgba(151, 151, 151, 0.3) !important;*/
  border-radius: 6px;
}


.product-img-control {
  width: 100%;
  object-fit: contain !important;
  object-position: center;
  border-radius: 10px;
}

.cashback {
  bottom: 6px;
  left: 0;
  width: auto;
  z-index: 20;
}

.cashback_button {
  background-color: rgba(107, 86, 241);
  color: white;

}


@media only screen and (max-width: 575.98px) {

  .product-group {
    min-height: 44px;
  }

  .image-container {
    width: 100%;
    height: 200px;
    /* Высота изображения */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .fs-7 {
    font-size: 15px !important;
  }
}



.brand {
  min-height: 48px !important;
}


.slick-img-container {
  border: 2px solid #C4C4C4 !important;
  box-sizing: border-box;
  border-radius: 15px;
}

.slick-current {
  border-color: rgb(107, 86, 241) !important;
}

.underline-offset {
  text-underline-position: under !important;
}


/* Контейнер для оттенков */
.shade-option-container {

  margin: 0;
  padding: 0;
}

/* Стили для label */
.shade-option-label {
  border: 2px solid transparent;
  border-radius: 6px;
  transition: border-color 0.3s, background-color 0.3s;
  padding: 0;
  /* Убираем padding */
}

/* Активное состояние - фиолетовая граница и фон */
.form-check-input:checked+.shade-option-label {
  border-color: rgb(107, 86, 241);
  /* Фиолетовый цвет */
  background-color: #f3e5ff;
  /* Легкий фиолетовый фон */
}

/* Убираем лишние отступы у маленького текста */
.shade-price-text {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}