.archive .site-main {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.archive .site-main .woocommerce-breadcrumb {
  display: none;
}
.archive .site-main .woocommerce-products-header {
  padding: 50px 0 80px;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
.archive .site-main .page-title {
  color: #4E8418;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  margin: 0;
}
.archive .site-main .page-description {
  color: #302C3D;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 20px 0 0;
}
.archive .site-main .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive .site-main .products::before, .archive .site-main .products::after {
  content: unset !important;
}
.archive .site-main .products .product {
  float: unset;
}
.archive .site-main .products .product a.woocommerce-loop-product__link {
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.archive .site-main .products .product img {
  mix-blend-mode: multiply;
}
.archive .site-main .products .product .woocommerce-loop-product__title {
  color: #302C3D;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  padding: 0 0 20px 0;
}
.archive .site-main .products .product .onsale {
  display: none;
}
.archive .site-main .products .product .new-product {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #4E8418;
  border-radius: 50px;
  color: #4E8418;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 4px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive .site-main .products .product:has(.save-percent) .new-product {
  left: unset;
  right: 0;
}
.archive .site-main .products .product .save-percent {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4E8418;
  border-radius: 50px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 4px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive .site-main .products .product .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
  color: #302C3D;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  margin: auto 0 0;
}
.archive .site-main .products .product .price ins {
  text-decoration: none;
}
.archive .site-main .products .product .price:has(del) {
  color: #4E8418;
  font-weight: 400;
}
.archive .site-main nav.woocommerce-pagination ul {
  border: none;
  margin: 40px 0;
}
.archive .site-main nav.woocommerce-pagination ul li {
  border: none;
}
.archive .site-main nav.woocommerce-pagination ul li span {
  color: #4E8418;
  background-color: transparent;
}
.archive .site-main nav.woocommerce-pagination ul li a {
  color: #1E1F1D;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .archive .site-main .woocommerce-products-header {
    padding: 30px 0 50px;
  }
  .archive .site-main .page-title {
    font-size: 40px;
    line-height: 38px;
  }
  .archive .site-main .page-description {
    line-height: 24px;
  }
  .archive .site-main .products {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .archive .site-main .products .product .woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 24px;
  }
  .archive .site-main .products .product .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 475px) {
  .woocommerce .site-main ul.products li.product {
    width: 100%;
    margin: 0 0 30px;
  }
}