/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


/* ===== Base Desktop Styles ===== */

/* H1 and H2: 20px and bold */
h1, h2,
.elementor-widget-heading .elementor-heading-title.elementor-size-large,
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 18px !important;
  font-weight: bold !important;
}

/* H3 to H6 and all other heading styles: 16px */
h3, h4, h5, h6,
.elementor-widget-heading .elementor-heading-title {
  font-size: 18px !important;
}

/* ===== Mobile Styles (≤767px) ===== */
@media (max-width: 767px) {
  /* H1 and H2: 14px and bold */
  h1, h2,
  .elementor-widget-heading .elementor-heading-title.elementor-size-large,
  .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 14px !important;
    font-weight: bold !important;
  }

  /* H3 to H6 and others: 12px */
  h3, h4, h5, h6,
  .elementor-widget-heading .elementor-heading-title {
    font-size: 12px !important;
  }
}

/* Desktop */
.product_title.entry-title.elementor-heading-title.elementor-size-default {
  font-size: 32px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}

/* Mobile */
@media (max-width: 767px) {
  .product_title.entry-title.elementor-heading-title.elementor-size-default {
    font-size: 24px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
  }
}




/* Make sure the entire variations table and its parts have white background */
form.variations_form.cart,
form.variations_form.cart::before,
table.variations,
table.variations tbody,
table.variations tr,
table.variations td {
  background-color: #ffffff !important;
  position: relative;
  z-index: 1;
  border: none; /* optional: remove borders if unwanted */
}



/* Remove grey hover background on variation table rows */
table tbody tr:hover > td,
table tbody tr:hover > th {
    background-color: white;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: white;
}



.sp_wgs-lightbox {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

mark.count {
    display: none !important;
}


