.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}

.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.columns-10 {
  grid-template-columns: repeat(10, 1fr);
}

.columns-11 {
  grid-template-columns: repeat(11, 1fr);
}

.columns-12 {
  grid-template-columns: repeat(12, 1fr);
}

@media (max-width: 1024px) {
  .columns-tablet-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .columns-tablet-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .columns-tablet-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .columns-tablet-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .columns-tablet-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .columns-tablet-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .columns-tablet-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .columns-tablet-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .columns-tablet-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .columns-tablet-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .columns-tablet-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .columns-tablet-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 640px) {
  .columns-mobile-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .columns-mobile-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .columns-mobile-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .columns-mobile-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .columns-mobile-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .columns-mobile-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .columns-mobile-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .columns-mobile-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .columns-mobile-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .columns-mobile-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .columns-mobile-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .columns-mobile-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
.dashicons {
  font-family: dashicons !important;
}

.wrpNoProductFound {
  color: red !important;
  text-align: center;
}

.wp-block-wrp-recent-products {
  /* Action Buttons */
  /* Badges */
  /* Add to Cart Button */
}
.wp-block-wrp-recent-products .wrpRecentProducts {
  display: grid;
}
.wp-block-wrp-recent-products .wrpRecentProducts .wrpProduct {
  position: relative;
}
.wp-block-wrp-recent-products .wrpRecentProducts .wrpProductImg {
  margin: 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.wp-block-wrp-recent-products .wrpRecentProducts .wrpProductImg img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wp-block-wrp-recent-products .wrpRecentProducts .wrpProductDetails {
  padding: 0 10px;
}
.wp-block-wrp-recent-products .wrpRecentProducts .productTitle {
  margin: 0;
  margin-bottom: 10px;
}
.wp-block-wrp-recent-products .wrpRecentProducts .productTitle a {
  text-decoration: none;
  color: inherit;
}
.wp-block-wrp-recent-products .wrpRecentProducts .productRating {
  margin-bottom: 10px;
}
.wp-block-wrp-recent-products .wrpRecentProducts .productRating .star-rating {
  font-family: star;
  font-size: 0.857em;
  line-height: 1.618;
  width: 5.25em;
  height: 1.618em;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.wp-block-wrp-recent-products .wrpRecentProducts .productRating .star-rating::before,
.wp-block-wrp-recent-products .wrpRecentProducts .productRating .star-rating span::before {
  content: "SSSSS";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.wp-block-wrp-recent-products .wrpRecentProducts .productRating .star-rating::before {
  opacity: 0.5;
  color: #aaa;
  white-space: nowrap;
}
.wp-block-wrp-recent-products .wrpRecentProducts .productRating .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  padding-top: 1.618em;
}
.wp-block-wrp-recent-products .wrpRecentProducts .productRating .star-rating span::before {
  color: inherit;
  white-space: nowrap;
}
.wp-block-wrp-recent-products .wrpRecentProducts .productPrice {
  margin: 0;
  margin-bottom: 12px;
}
.wp-block-wrp-recent-products .wrpRecentProducts .productAddToCartArea {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.wp-block-wrp-recent-products .wrpRecentProducts .productAddToCartArea a {
  text-decoration: none;
  white-space: initial;
}
.wp-block-wrp-recent-products .wrpRecentProducts .productAddToCartArea .button {
  line-height: initial;
  padding: 12px 20px;
}
.wp-block-wrp-recent-products .wrpRecentProducts .productAddToCartArea .added_to_cart {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.wp-block-wrp-recent-products .wrpRecentProducts .productOnSale {
  font-size: 15px;
  font-weight: 600;
  width: 45px;
  height: 45px;
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.wp-block-wrp-recent-products .wrpRecentProducts .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.wp-block-wrp-recent-products .wrpRecentProducts .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.wp-block-wrp-recent-products .wrp_product_card {
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wp-block-wrp-recent-products .wrp_product_card .wrp_product_card__image-wrapper {
  position: relative;
}
.wp-block-wrp-recent-products .wrp_product_card .product-card__image {
  transition: all 0.3s ease;
}
.wp-block-wrp-recent-products .wrp_product_card .wrp_product_card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
}
.wp-block-wrp-recent-products .wrp_product_card .wrp_product_card__category {
  margin: 0px 0px 4px 0px !important;
}
.wp-block-wrp-recent-products .wrp_product_card .wrp_product_card__category a {
  outline: none;
  border: none;
  box-shadow: none;
}
.wp-block-wrp-recent-products .wrp_product_card .wrp_product_card__name {
  margin: 0px 0px 8px 0px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-block-wrp-recent-products .wrp_product_card .wrp_product_card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wp-block-wrp-recent-products .wrp_product_card .wrp_product_card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-block-wrp-recent-products .wrp_product_card .wrp_product_card__price-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wp-block-wrp-recent-products .wrp_product_card .wrp_product_card__button {
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-wrp-recent-products .wrp_product_card_themeTwo {
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.wp-block-wrp-recent-products .wrp_product_card__image-wrapper_themeTwo {
  position: relative;
}
.wp-block-wrp-recent-products .wrp_product_card__actions {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
}
.wp-block-wrp-recent-products .wrp_product_card_themeTwo:hover .wrp_product_card__actions {
  opacity: 1;
  transform: translateX(0);
}
.wp-block-wrp-recent-products .wrp_product_card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
}
.wp-block-wrp-recent-products .card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
.wp-block-wrp-recent-products .card__price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}
.wp-block-wrp-recent-products .add-to-cart-btn {
  width: 100%;
}
.wp-block-wrp-recent-products button {
  padding: 0px;
  margin: 0px;
  font-size: 0.875rem;
}
.wp-block-wrp-recent-products button a {
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: none;
}/*# sourceMappingURL=style.css.map */