section.products-static .regular-price-only,
section.products-static .variation-name {
  display: none !important;
}

section.products-static .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 56px 12px 32px 12px;
}

@media (max-width: 425px) {
  section.products-static .title-wrapper {
    margin: 30px 0px 32px 0px;
  }
}

section.products-static .title-wrapper .our_products {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

section.products-static .title-wrapper .options-wrapper span {
  cursor: pointer;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #A7A8AA;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

section.products-static .title-wrapper .options-wrapper span:first-of-type {
  margin-right: 24px;
}

section.products-static .title-wrapper .options-wrapper span.underline {
  color: #000000;
  margin-top: 4px;
  border-bottom: solid 1px #000000;
}

section.product-section .custom_banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 500px) {
  section.product-section .custom_banner {
    flex-direction: column;
    gap: 15px;
    text-align: left;
    align-items: flex-start;
  }

  section.product-section .custom_banner a {
    text-decoration: underline;
  }
}

section.product-section .custom_banner p {
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
}

section.product-section .title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1rem;
  margin-top: 50px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  section.product-section .title {
    margin-top: 25px;
  }
}

section.product-section .text {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 15px;
}

section.product-section .product_slider_image_wrap {
  display: flex;
  gap: 50px;
}

@media (max-width: 768px) {
  section.product-section .product_slider_image_wrap {
    flex-direction: column-reverse;
  }
}

section.product-section .product_slider_image_wrap .product_slider_image {
  width: 40%;
}

@media (max-width: 768px) {
  section.product-section .product_slider_image_wrap .product_slider_image {
    width: 100%;
  }
}

section.product-section .product_slider_image_wrap .product_slider_image_banner {
  width: calc(60% - 50px);
  display: block;
}

@media (max-width: 768px) {
  section.product-section .product_slider_image_wrap .product_slider_image_banner {
    width: 100%;
  }
}

section.product-section .product_slider_image_wrap .product_slider_image_banner img {
  width: 100%;
}

@media (max-width: 768px) {
  section.product-section .product_slider_image_wrap .product_slider_image_banner img {
    width: calc(100% - 25px);
    margin: 0 13px;
  }
}

section.product-section .variation-name {
  display: none !important;
}

section.product-section .container {
  display: flex;
  flex-direction: column;
}

section.product-section .product-wraper {
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  height: -moz-fit-content;
}

section.product-section .quantity-add-wrap .product-cta {
  margin-top: 0;
  padding: 11px;
}

section.product-section .quantity-add-wrap {
  padding: 0 15px;
  display: flex;
  gap: 13px;
  align-items: center;
  z-index: 3;
  background: #FFF;
  width: 100%;
  padding-top: 15px;
}

body.home section.product-section .quantity-add-wrap {
  display: none !important;
}

section.product-section .quantity-add-wrap svg {
  display: none;
}

section.product-section .product {
  border: solid 1px #e6e6e6;
}

section.product-section .product:hover {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2), 0px 3px 3px rgba(0, 0, 0, 0.12), 0px 3px 4px rgba(0, 0, 0, 0), 0px 3px 3px rgba(0, 0, 0, 0.12);
}

section.product-section .slick-list {
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 8px;
  padding-bottom: 8px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 768px) {
  section.product-section .product:hover {
    box-shadow: none;
  }

  section.product-section .quantity-add-wrap {
    display: flex;
    position: static;
    box-shadow: none;
    border: none;
    margin: 0;
    width: 100%;
    padding: 10px 15px 5px;
  }
}

@media (max-width: 500px) {
  section.product-section .product-cta:after {
    display: none;
  }

  section.product-section .quantity-add-wrap .product-cta {
    color: #FFF;
    background-color: #249e6b;
    padding: 5px 7px;
    width: 40px;
    height: 38px;
  }

  section.product-section .product-cta span {
    display: none;
  }

  section.product-section .product-cta svg {
    display: block;
  }
}

section.product-section .product:hover .quantity-add-wrap {
  display: flex;
}

@media (max-width: 425px) {
  section.product-section .product-wraper {
    gap: 24px;
    padding-bottom: 30px;
  }
}

section.product-section .product-wraper .slick-track {
  display: flex;
}

section.product-section .product-wraper .product {
  width: calc(20% - 24px);
  margin: 0 12px;
  position: relative;
  padding-bottom: 15px;
  height: auto;
}

@media (max-width: 768px) {
  section.product-section .product-wraper .product {
    width: calc(33.3333333333% - 24px);
    margin-bottom: 30px;
  }
}

@media (max-width: 550px) {
  section.product-section .product-wraper .product {
    width: calc(50% - 12px);
  }
}

section.product-section .product-wraper .product:hover img.attachment-woocommerce_thumbnail {
  opacity: 0;
}

section.product-section .product-wraper .product img.second-image {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  object-fit: cover;
  aspect-ratio: 1;
}

@media (max-width: 768px) {
  section.product-section .product-wraper .product .regular-price {
    order: 0;
    width: 100%;
  }

  section.product-section .product-wraper .product .wholesale .sale-price {
    order: 1;
  }

  section.product-section .product-wraper .product .discount-percent {
    order: 2;
    margin-left: 15px;
  }

  section.product-section .product-wraper .product .price-wrap {
    gap: 0px !important;
  }

  section.product-section .product-wraper .product img.second-image {
    aspect-ratio: 1;
    height: auto;
  }
}

section.product-section .product-wraper .product .name-manufacturer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 15px 5px 15px;
  flex-direction: column-reverse;
  gap: 8px;
}

section.product-section .product-wraper .product .name-manufacturer h2 {
  color: #000;
  line-height: 1.2;
}

@media (max-width: 425px) {
  section.product-section .product-wraper .product .name-manufacturer {
    flex-direction: column;
  }
}

@media (max-width: 425px) {
  section.product-section .product-wraper .product .name-manufacturer {
    flex-direction: column;
  }
}

section.product-section .product-wraper .product img {
  width: 100%;
  height: auto;
}

section.product-section .product-wraper .product .woocommerce-loop-product__title {
  color: rgba(0, 0, 0);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
  overflow: hidden;
  min-height: 40px;
}

.add-to-cart-popup-wrap {
  position: fixed;
  background: rgba(0, 0, 0, .4);
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 99999999;

}

.add-to-cart-popup-wrap .add-to-cart-popup {
  padding: 15px 15px 10px 15px;
  background: #FFF;
  border: 1px solid #000;
  position: relative;
  min-width: 300px;
}

.add-to-cart-popup-wrap .add-to-cart-popup .add-to-cart-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.add-to-cart-popup-wrap .add-to-cart-popup .popup-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.add-to-cart-popup-wrap .add-to-cart-popup .popup-title img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}

.add-to-cart-popup-product-info-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 70px;
}

.add-to-cart-popup-product-info-wrap>div {
  display: flex;
  align-items: flex-start;
}

.add-to-cart-popup-product-info-wrap>div>img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 10px;
}

.add-to-cart-popup-product-info-wrap .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  max-width: 200px;
}

.add-to-cart-popup-product-info-wrap .quantity {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0;
  margin-bottom: 0px;
}

.add-to-cart-popup-product-info-wrap .price {
  font-size: 22px;
  color: #000;
  font-weight: 500;

}

.add-to-cart-popup-product-info-wrap .price .sale-wrap {
  display: flex;
  align-items: center;
}

.add-to-cart-popup-product-info-wrap .price.new_wholesale {
  color: red;
}

.price .discount-percent {
  color: #FFF;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 15px !important;
  margin-right: 0px !important;
  line-height: 1;
}

.price .discount-percent.green {
  border: 2px solid #156b4e;
  background: #11a16f;
}

.price .discount-percent.red {
  border: 2px solid #971c22;
  background: #ed4f35;
}

.add-to-cart-popup-product-info-wrap .price.wholesale {
  /*color: #249e6b;*/
}

.add-to-cart-popup-product-info-wrap .price.wholesale .regular-price {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  text-decoration: line-through;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.add-to-cart-popup-product-info-wrap .price.new_wholesale .regular-price {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  text-decoration: line-through;
  opacity: .5;
}

.add-to-cart-popup_footer {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.add-to-cart-popup_footer .continue {
  padding: 5px 20px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0;
  cursor: pointer;
  text-align: center;
}

.add-to-cart-popup_footer .to-checkout {
  padding: 5px 20px;
  font-size: 14px;
  color: #FFF;
  background-color: #249e6b;
  font-weight: 500;
  border: 1px solid #249e6b;
  margin: 0;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 768px) {
  .add-to-cart-popup-product-info-wrap {
    gap: 0;
  }
}

@media (max-width: 550px) {
  .add-to-cart-popup-product-info-wrap .price .discount-percent {
    padding: 2px 3px;
    font-size: 10px;
    margin-left: 5px !important;
  }
}

@media (max-width: 425px) {
  .add-to-cart-popup-product-info-wrap>div>img {
    width: 50px;
    height: 50px;
  }

  .add-to-cart-popup-product-info-wrap .title {
    font-size: 12px;
  }

  .add-to-cart-popup-product-info-wrap .price {
    font-size: 16px;
  }

  .single-product .product-data-wrapper .product-wrapper-attributes .summary.entry-summary .element-wrapper .product-sku {
    flex-direction: column;
  }

  section.product-section .product-wraper.product_slider:not(.slick-initialized) {
    flex-wrap: nowrap !important;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  section.product-section .product-wraper.product_slider:not(.slick-initialized) .product.slide {
    flex: 0 0 calc(50% - 12px);
    box-sizing: border-box;
    scroll-snap-align: start;
    margin: 0;
  }

  section.product-section .product-wraper.product_slider_image:not(.slick-initialized) {
    flex-wrap: nowrap !important;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  section.product-section .product-wraper.product_slider_image:not(.slick-initialized) .product.slide {
    flex: 0 0 calc(50% - 12px);
    box-sizing: border-box;
    scroll-snap-align: start;
    margin: 0;
  }

  section.product-section .product-wraper .product .woocommerce-loop-product__title {
    margin-bottom: 5px;
  }
}

section.product-section .product-wraper .product .product-manufacturer {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  min-height: 17px;
}

section.product-section .product-wraper .product .variation-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
}

section.product-section .product-wraper .product .product-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

section.product-section .product-wraper .product .sale {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: #249e6b;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  padding: 6px 10px;
  color: #fff;
  letter-spacing: 0.1em;
}

section.product-section .product-wraper .product .sale-price {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

section.product-section .product-wraper .product .wholesale .sale-price {
  /*color: #249e6b;*/
}

section.product-section .product-wraper .product .discount-percent {
  color: #FFF;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 15px;
  margin-right: 0px !important;
  line-height: 1;
}

section.product-section .product-wraper .product .discount-percent.red {
  border: 2px solid #971c22;
  background: #ed4f35;
}

section.product-section .product-wraper .product .discount-percent.green {
  border: 2px solid #156b4e;
  background: #11a16f;
}

section.product-section .product-wraper .product .regular-price {
  width: 100%;
}

section.product-section .product-wraper .product .regular-price del {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  margin-right: 8px;
}

@media (max-width: 425px) {
  section.product-section .product-wraper .product .regular-price del {
    margin-right: 4px;
  }
}

section.product-section .product-wraper .product .price-wrap {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  gap: 0px;
  align-items: center;
  flex-wrap: wrap;
}

section.product-section .product-wraper .product .regular-price-only {
  display: flex;
  color: #1D1E1D;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
}

section.product-section .product-wraper .slick-arrow {
  border: none;
  background-color: #FFF;
  position: absolute;
  color: transparent;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 15px);
  z-index: 3;
  cursor: pointer;
  border-radius: 100%;
}

section.product-section .product-wraper .slick-arrow.slick-prev {
  background-image: url(/wp-content/uploads/2024/05/circle-chevron-left.svg);
  left: -30px;
}

@media (max-width: 475px) {
  section.product-section .product-wraper .slick-arrow.slick-prev {
    left: -15px;
  }
}

section.product-section .product-wraper .slick-arrow.slick-next {
  background-image: url(/wp-content/uploads/2024/05/circle-chevron-right.svg);
  right: -30px;
}

@media (max-width: 475px) {
  section.product-section .product-wraper .slick-arrow.slick-next {
    right: -15px;
  }
}

section.product-button-section .button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: 12px;
}

@media (max-width: 768px) {
  section.product-button-section .button-wrapper {
    margin-top: 0;
    margin-right: 0;
  }
}

section.product-button-section .button-wrapper a {
  display: flex;
  align-items: center;
  color: #249e6b;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

section.product-button-section .button-wrapper a svg {
  margin-right: 8px;
}

/*# sourceMappingURL=product-section.css.map */