/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/templates/product-content.scss ***!
  \****************************************************************************************************************************************************************************************************/
.product-card {
  width: 32%;
  background-color: #F7F7F7;
  border-radius: 16px;
  padding: 16px;
  position: relative;
  transition: transform 0.3s ease;
  max-height: 458px;
  min-height: 458px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card:hover > .product-details:not(.no-complectations)::after {
  content: "";
  background-color: #F7F7F7;
  width: 100%;
  height: 200%;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  scale: 1.09 1.72;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 700px) {
  .product-card {
    width: 100%;
    margin-right: 0;
    max-height: unset;
    min-height: unset;
    height: -moz-max-content;
    height: max-content;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .product-card {
    width: 48%;
  }
}
.product-card:hover {
  transform: scale(1.2);
  max-height: unset;
  margin-bottom: 0;
  z-index: 3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product-card:hover .product-configurations {
  overflow: visible;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 450px) {
  .product-card:hover {
    transform: scale(1);
    margin-bottom: 16px;
    z-index: 1;
  }
  .product-card:hover .product-configurations {
    overflow: visible;
    height: -moz-max-content;
    height: max-content;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .product-card:hover {
    transform: scale(1.1);
  }
}
.product-card.v-nayavnosti .price-text {
  display: none;
}
.product-card:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 450px) {
  .product-card:nth-child(3n) {
    margin-right: 0;
  }
}
.product-card .product-statuses {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 16px;
  left: 16px;
}
.product-card .product-statuses .status {
  padding: 6px 12px;
  border-radius: 24px;
  background: rgba(214, 214, 214, 0.32);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.18px;
  color: #1F1F1F;
  margin-right: 8px;
}
.product-card .product-statuses .transtition-data {
  padding: 6px 12px;
  border-radius: 24px;
  background: rgba(214, 214, 214, 0.32);
  color: #1F1F1F;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
}
.product-card img {
  max-height: 264px;
  min-height: 264px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media screen and (min-width: 400px) and (max-width: 599px) {
  .product-card img {
    max-height: 252px;
    min-height: 252px;
    height: 100%;
  }
}
@media screen and (max-width: 399px) {
  .product-card img {
    max-height: 200px;
    min-height: 200px;
    height: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product-card img {
    max-height: 244px;
    min-height: 244px;
    height: 100%;
  }
}
.product-card p.product-title {
  font-family: "Rubik", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.07px;
  text-transform: uppercase;
}
@media screen and (max-width: 450px) {
  .product-card p.product-title {
    font-size: 26px;
    letter-spacing: 0.065px;
  }
}
@media screen and (max-width: 500px) {
  .product-card p.product-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.06px;
  }
}
.product-card .product-title {
  margin: 0 0 8px;
  line-height: 1;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.product-card .product-title::-webkit-scrollbar {
  display: none;
}
.product-card .product-title::-webkit-scrollbar-track {
  display: none;
}
.product-card .product-title::-webkit-scrollbar-thumb {
  display: none;
}
.product-card .product-configurations-title {
  color: #424242;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.18px;
}
.product-card .product-configurations {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  margin: 8px 0 0;
  min-height: 25px;
  height: 25px;
  overflow: hidden;
  transition: height 0.3s ease;
}
@media screen and (max-width: 599px) {
  .product-card .product-configurations {
    height: -moz-max-content;
    height: max-content;
  }
}
.product-card .product-configurations .complectation-name {
  font-family: "Lato", sans-serif;
  color: #111;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.216px;
  position: relative;
  margin-right: 28px;
  transition: all 0.3s ease;
}
.product-card .product-configurations .complectation-name::after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translate(0, -50%);
  background: #808080;
}
.product-card .product-configurations .complectation-name:hover {
  color: #3FBAC2;
}
.product-card .product-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0;
  position: relative;
}
.product-card .product-details.no-complectations {
  margin: auto 0 0;
}
@media screen and (max-width: 599px) {
  .product-card .product-details.no-complectations {
    margin: 16px 0 0;
  }
}
.product-card .product-details::after {
  content: "";
  display: none;
}
.product-card .product-details .product-price {
  z-index: 2;
}
.product-card .product-details .product-price .price-text {
  color: #424242;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.18px;
  margin-right: 4px;
}
.product-card .product-details .product-price .price-number {
  color: #111;
  font-family: "Rubik", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.07px;
  text-transform: uppercase;
}
.product-card .product-details .product-details-button {
  z-index: 2;
  max-width: 154px;
  width: 100%;
  background-color: #3FBAC2;
  padding: 10px 0;
  border: unset;
  border-radius: 24px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #ffffff;
  text-align: center;
  text-decoration: unset;
  cursor: pointer;
}
.product-card .product-details .product-details-button:hover {
  background-color: #66C8CE;
}
