body:not(.wp-core-ui) .section-new-product,
html:not(.wp-toolbar) .section-new-product,
.acf-block-preview .section-new-product {
  padding-bottom: 80px;
}
body:not(.wp-core-ui) .section-new-product .wrapper,
html:not(.wp-toolbar) .section-new-product .wrapper,
.acf-block-preview .section-new-product .wrapper {
  border: 2px solid var(--secondary);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  gap: 30px;
  background-color: #fff;
}
@media (max-width: 991px) {
  body:not(.wp-core-ui) .section-new-product .wrapper,
  html:not(.wp-toolbar) .section-new-product .wrapper,
  .acf-block-preview .section-new-product .wrapper {
    flex-direction: column;
  }
}
body:not(.wp-core-ui) .section-new-product .wrapper .col-product,
html:not(.wp-toolbar) .section-new-product .wrapper .col-product,
.acf-block-preview .section-new-product .wrapper .col-product {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  width: 70%;
}
@media (max-width: 991px) {
  body:not(.wp-core-ui) .section-new-product .wrapper .col-product,
  html:not(.wp-toolbar) .section-new-product .wrapper .col-product,
  .acf-block-preview .section-new-product .wrapper .col-product {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
body:not(.wp-core-ui) .section-new-product .wrapper .col-product .product-item,
html:not(.wp-toolbar) .section-new-product .wrapper .col-product .product-item,
.acf-block-preview .section-new-product .wrapper .col-product .product-item {
  height: 100%;
}
body:not(.wp-core-ui) .section-new-product .wrapper .col-product .product-item .inner,
html:not(.wp-toolbar) .section-new-product .wrapper .col-product .product-item .inner,
.acf-block-preview .section-new-product .wrapper .col-product .product-item .inner {
  border: 1px solid #f2f2f5;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 10px;
}
body:not(.wp-core-ui) .section-new-product .wrapper .col-product .product-item .inner:hover,
html:not(.wp-toolbar) .section-new-product .wrapper .col-product .product-item .inner:hover,
.acf-block-preview .section-new-product .wrapper .col-product .product-item .inner:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  transition-duration: 0.5s;
}
body:not(.wp-core-ui) .section-new-product .wrapper .col-product .product-item .product-image img,
html:not(.wp-toolbar) .section-new-product .wrapper .col-product .product-item .product-image img,
.acf-block-preview .section-new-product .wrapper .col-product .product-item .product-image img {
  height: 220px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body:not(.wp-core-ui) .section-new-product .wrapper .col-product .product-title,
html:not(.wp-toolbar) .section-new-product .wrapper .col-product .product-title,
.acf-block-preview .section-new-product .wrapper .col-product .product-title {
  font-weight: 700;
  line-height: 120%;
  min-height: 70px;
  margin-bottom: 20px;
  text-align: center;
}
body:not(.wp-core-ui) .section-new-product .wrapper .col-product .product-price,
html:not(.wp-toolbar) .section-new-product .wrapper .col-product .product-price,
.acf-block-preview .section-new-product .wrapper .col-product .product-price {
  text-align: center;
}
body:not(.wp-core-ui) .section-new-product .wrapper .col-product .add-to-card,
html:not(.wp-toolbar) .section-new-product .wrapper .col-product .add-to-card,
.acf-block-preview .section-new-product .wrapper .col-product .add-to-card {
  background-color: var(--primary);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 45px;
  margin-top: 20px;
}
body:not(.wp-core-ui) .section-new-product .wrapper .col-product .add-to-card img,
html:not(.wp-toolbar) .section-new-product .wrapper .col-product .add-to-card img,
.acf-block-preview .section-new-product .wrapper .col-product .add-to-card img {
  height: 30px;
  width: auto;
  filter: brightness(0) invert(1);
}
body:not(.wp-core-ui) .section-new-product .wrapper .col-image,
html:not(.wp-toolbar) .section-new-product .wrapper .col-image,
.acf-block-preview .section-new-product .wrapper .col-image {
  position: relative;
  width: 30%;
}
@media (max-width: 991px) {
  body:not(.wp-core-ui) .section-new-product .wrapper .col-image,
  html:not(.wp-toolbar) .section-new-product .wrapper .col-image,
  .acf-block-preview .section-new-product .wrapper .col-image {
    width: 100%;
  }
}
body:not(.wp-core-ui) .section-new-product .wrapper .col-image img,
html:not(.wp-toolbar) .section-new-product .wrapper .col-image img,
.acf-block-preview .section-new-product .wrapper .col-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
body:not(.wp-core-ui) .section-new-product .wrapper .col-image .text,
html:not(.wp-toolbar) .section-new-product .wrapper .col-image .text,
.acf-block-preview .section-new-product .wrapper .col-image .text {
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  left: 0;
  bottom: 20px;
  background-color: var(--primary);
  color: #fff;
  z-index: 9;
  padding: 10px 20px;
  border-top-right-radius: 8px;
  max-width: 80%;
  border-bottom-right-radius: 8px;
}
body:not(.wp-core-ui) .section-new-product .wrapper .col-image .icon-bg,
html:not(.wp-toolbar) .section-new-product .wrapper .col-image .icon-bg,
.acf-block-preview .section-new-product .wrapper .col-image .icon-bg {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary);
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}
body:not(.wp-core-ui) .section-new-product .wrapper .col-image .icon-bg svg,
body:not(.wp-core-ui) .section-new-product .wrapper .col-image .icon-bg img,
html:not(.wp-toolbar) .section-new-product .wrapper .col-image .icon-bg svg,
html:not(.wp-toolbar) .section-new-product .wrapper .col-image .icon-bg img,
.acf-block-preview .section-new-product .wrapper .col-image .icon-bg svg,
.acf-block-preview .section-new-product .wrapper .col-image .icon-bg img {
  width: auto;
  height: 30px;
}/*# sourceMappingURL=style.css.map */