/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*
html, body {overflow-x: hidden !important;}
p {margin-bottom: none;}
*/

/* Hello Title & Description */
/* .hello_elementor_page_title: {
  display: none;
} */

.entry-title {
  display: none !important;
}

.site-title {
  display: none !important;
}

.site-description {
  display: none !important;
}

/* ── Sale Badges ── */
.sale-badge {
  position: absolute;
  top: 10px;
  right: 10px; /* swap to right: 10px if the site is RTL */
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  background-color: #222;
  color: #fff;
}

/* Stack if a product somehow has two badge tags */
.sale-badge + .sale-badge {
  top: 42px;
}

/* Per-type color overrides */
.sale-badge--badge_1plus1 {
  background-color: #6ec1e4;
  color: #ffffff;
  font-weight: 700;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  width: 100px;
  height: 35px;
}
