* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

.section-product {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 15px;
}

.section-product-text-block h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #222222;
}
.section-product-text-block .section-product-title {
  padding-right: 60px;
  position: relative;
}
.section-product-text-block .section-product-title::after {
  content: "";
  position: absolute;
  background: rgb(251, 186, 0);
  height: 1px;
  width: 118px;
  bottom: -20px;
  left: 0;
}
.section-product-text-block p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #8C8C8C;
  padding-top: 36px;
}
.section-product-text-block p span {
  color: #222222;
}

.section-product-slider-row {
  height: 100%;
  position: relative;
  margin-top: 48px;
}

#my-arrow-next {
  width: 56px;
  height: 56px;
  background-color: #CBCBCB;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  bottom: 50%;
  z-index: 2;
  cursor: pointer;
  transition: all 200ms ease-out;
}
#my-arrow-next svg {
  transform: rotate(180deg);
  margin-left: 23px;
  margin-top: 15px;
}
#my-arrow-next:hover {
  background-color: #D59C2F;
}
#my-arrow-next:hover svg path {
  fill: #ffffff;
}

#my-arrow-prev {
  width: 56px;
  height: 56px;
  background-color: #CBCBCB;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  bottom: 50%;
  z-index: 2;
  cursor: pointer;
  transition: all 200ms ease-out;
}
#my-arrow-prev svg {
  margin-left: 20px;
  margin-top: 15px;
}
#my-arrow-prev:hover {
  background-color: #D59C2F;
}
#my-arrow-prev:hover svg path {
  fill: #ffffff;
}

.section-product .slick-slide {
  margin-right: 20px;
}

.product-slider {
  align-items: inherit !important;
}

.product-slider-item {
  background-color: #F5F5F5;
  padding: 24px;
  max-width: 360px !important;
  display: flex !important;
  flex-direction: column;
  align-items: stretch !important;
  justify-content: space-between;
  height: auto;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  height: 560px;
}

.produc-images {
  margin: 0 auto;
  max-width: 220px;
  padding: 16px 30px;
  background-color: #ffffff;
}
.produc-images img {
  max-width: 150px;
  margin: 0 auto;
  border-radius: 16px;
}

.product-slider-p1 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 16px;
  color: #222222;
}

.product-slider-p2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #8C8C8C;
  padding-top: 8px;
}

.product-slider-p3 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 24px;
  color: #222222;
}

.product-links {
  width: 100%;
  margin-top: 24px;
  position: relative;
  bottom: 0px;
  display: flex;
}

.product-slider-link {
  width: 100% !important;
  height: 60px;
  background-color: #D59C2F;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #180e0e;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: all 200ms ease-out;
}
.product-slider-link:hover {
  transition: all 200ms ease-out;
  background-color: #222222;
  color: #FFFFFF;
}

@media (max-width: 850px) {
  #my-arrow-next {
    width: 46px;
    height: 46px;
    right: 0px;
    bottom: 50%;
  }
  #my-arrow-next svg {
    margin-left: 17px;
    margin-top: 11px;
  }
  #my-arrow-prev {
    width: 46px;
    height: 46px;
    left: 0px;
    bottom: 50%;
  }
  #my-arrow-prev svg {
    margin-left: 15px;
    margin-top: 11px;
  }
  .section-product {
    padding: 30px 15px;
  }
}
@media (max-width: 600px) {
  .product-slider-item {
    margin: 0 auto;
  }
  .section-product .slick-slide {
    margin-right: 0px;
  }
}/*# sourceMappingURL=style.css.map */