/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Edward Somera
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Product card parent */
.elementor-loop-container .e-loop-item,
.elementor-widget-loop-grid .e-loop-item,
.woocommerce ul.products li.product,
.product {
  position: relative;
}

/* Badge */
.tv-product-tag-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 18px;
  border-radius: 999px;
  text-transform: uppercase;
  z-index: 99;
  letter-spacing: 0.3px;
}

/* Colors */
.tv-product-tag-badge.tag-new-arrivals,
.tv-product-tag-badge.tag-new-arrival {
  background: #2e9d50;
}

.tv-product-tag-badge.tag-hot {
  background: #e62222;
}

.tv-product-tag-badge.tag-sale {
  background: #f7941d;
}

.tv-product-tag-badge.tag-best-sellers,
.tv-product-tag-badge.tag-best-seller {
  background: #7f54b3;
}
