
.index_products_sections {
  padding: 50px 0;
  background-image: url(../img/index-product_bg.jpeg?1663510427);
  background-size: contain;
  overflow: hidden;
}

.home-products {
  padding: 0 30px;
}

.home-products .col-lg-3 {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.home-products .container {
  display: flex;
  flex-direction: row;
  padding-top: 25px;
  max-width: 1100px;
  justify-content: center;
}
.home-products .index_products_title_wrapper {
  position: relative;
}
.home-products .container .section-heading {
  writing-mode: vertical-lr;
  /* text-align: center; */
  color: #241916;
  margin-bottom: 50px;
  border: none;
}
.home-products .container .section-heading p {
  font-size: 20px;
  letter-spacing: 3px;
}
.home-products .container .section-heading p span {
  display: inline-block;
  width: 68px;
  height: 68px;
  color: #ffffff;
  background-color: #b5081f;
  border-radius: 34px;
  margin-bottom: 1px;
}
.home-products .container .section-heading p.font-wide {
  letter-spacing: 4px;
  font-weight: 300;
}
.home-products .container .section-heading .hr-line {
  display: block;
  width: 30px;
  height: 1px;
  margin: 0 auto 16px;
  border-bottom: 1px solid #241916;
}

.home-products .container .index_products_title {
  width: 70px;
  margin-right: 55px;
}

.home-products .container .index_products_title img {
  width: 100%;
  height: auto;
}

.home-products .container .product {
  display: flex;
  flex-direction: row;
  color: #241916;
  padding-top: 10px;
}

.home-products .container .product-col .image {
  margin-bottom: 8px;
  height: 260px;
  width: 260px;
  overflow: hidden;
}
.home-products .container .product-col .image a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.6s;
}
.home-products .container .product-col .image:hover a {
  transform: scale(1.1);
}
.home-products .container .product-col .product_labels {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 8px 24px;
  text-align: left;
}
.home-products .container .product-col .product_labels .product_label {
  display: inline-block;
  padding: 5px 8px;
  font-size: 13px;
  color: #d49e6a;
  border: 1px solid #d49e6a;
  border-radius: 5px;
  background-color: #ffffff;
}
.home-products .container .product-col .product_labels .product_label:not(:last-child) {
  margin-right: 8px;
  margin-bottom: 8px;
}
.home-products .container .product-col .product_slogan {
  display: flex;
  flex-direction: column;
  padding: 0 15px 0 0;
  margin-top: -6px;
}
.home-products .container .product-col .product_slogan .product_slogan_text {
  writing-mode: vertical-lr;
  border-left: 1px solid #b5081f;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 6px;
}
.home-products .container .product-col .caption {
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.home-products .container .product-col .caption .title {
  margin-bottom: 8px;
  /* height: 2rem; */
  overflow: hidden;
  font-size: 14px;
}
.home-products .container .product-col .caption .title a {
  font-size: 14px;
  color: #241916;
}

.home-products .container .product-col .caption .original-price {

}

.home-products .index_products_deco_1 {
  top: 288px;
  left: -20px;
  width: 120px;
}
.home-products .index_products_deco_2 {
  top: 288px;
  left: 1100px;
  width: 120px;
}

.home-products .index_products_deco_3 {
  top: 234px;
  left: -35px;
  width: 90px;
}
.home-products .index_products_deco {
  position: absolute;
}

.home-products .index_products_deco img {
  width: 100%;
  height: auto;
}

.home-products .container .product-col .caption .sale-price {
  padding-left: 10px;
  color: #b5081f;
}

.home-products .container .product-col .caption .price {
  margin-bottom: 8px;
  font-size: 14px;
}
.home-products .container .product-col .caption .price ins {
  color: #858585;
  text-decoration: none;
}
.home-products .container .product-col .caption .price ins.delete {
  color: #b5081f;
  font-size: 20px;
}
.home-products .container .product-col .caption .price del {
  color: #241916;
}
.home-products .container .product-col .cart-button {
  text-align: center;
  margin: 20px 0;
}
.home-products .container .product-col .caption .cart-button button {
  padding: 5px 42px;
  color: #8d7022;
  background-color: transparent;
  border-radius: 18px;
  border: 1px solid #8d7022;
  transition: all 0.6s;
}
.home-products .container .product-col .caption .cart-button button:hover {
  color: #ffffff;
  background-color: #8d7022;
  border: 1px solid #8d7022;
}
.home-products .desktop {
  display: block;
}
.home-products .mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .home-products .container .product-col .image {
    height: 200px;
    width: 200px;
  }
  .home-products .container .product-col .caption {
    width: 200px;
  }
  .home-products .container .price {
    display: flex;
    flex-direction: column;
  }
  .home-products .container .product-col .caption .sale-price {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .home-products .container .section-heading p {
    font-size: 20px;
  }
  /* .home-products .container .product-col .image {
    height: 200px;
  } */
  .home-products .container .index_products_title {
    margin-right: 15px;
  }
  .home-products .container .index_products_title_wrapper {
    transform-origin: top left;
    transform: scale(0.8);
  }
  .home-products .container .product-col .product_slogan {
    padding: 0 5px 0 0;
  }
}
@media screen and (max-width: 860px) {
  .home-products .container {
    flex-direction: column;
  }
  .home-products .container .index_products_title_wrapper {
    transform-origin: top left;
    transform: scale(1);
  }
  .home-products .container .index_products_title {
    width: 290px;
    margin: 10px auto 25px;
  }
  .home-products .index_products_deco_1 {
    top: 38px;
    left: 50%;
    margin-left: -180px;
    width: 64px;
  }
  .home-products .index_products_deco_2 {
    display: none;
  }
  .home-products .index_products_deco_3 {
    top: 10px;
    left: 50%;
    margin-left: -180px;
    width: 56px;
  }
  .home-products .container .row {
    flex-direction: column;
    margin-left: 0px;
  }
  .home-products .col-lg-3 {
    flex: 0 0 25%;
    max-width: 100%;
  }
  .home-products .container .product-col .image {
    height: 320px;
    width: 320px;
  }
  .home-products .container .product-col .caption {
    width: 320px;
  }
  .home-products .container .product {
    justify-content: center;
  }
  .home-products .container .product-col .caption .title a {
    font-size: 18px;
  }
  .home-products .container .product-col .caption .cart-button button {
    padding: 10px 42px;
    border-radius: 25px;
    width: 100%;
    font-size: 18px;
  }
  .home-products .desktop {
    display: none;
  }
  .home-products .mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home-products .container .product-col .image {
    height: 320px;
    width: 320px;
  }
  .home-products .container .product-col .product_labels {
    padding: 8px;
  }
}
@media screen and (max-width: 575px) {
  .home-products .container .product-col .image {
    height: 300px;
    width: 300px;
  }
  .home-products .container .product-col .caption {
    width: 300px;
  }
}
