.elementor-kit-11{--e-global-color-primary:#BF360C;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F59E0B;--e-global-color-0785156:#820CAD;--e-global-color-7098270:#A109D8;--e-global-color-00188a5:#ECECEC;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:500;font-size:16px;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header .header-inner{width:0px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Variable template – hide the small Woo variation price */
.single-product .single_variation .woocommerce-variation-price {
    display: none;
}
/* DTD — EAEL Quick View: completely remove Woo "Clear" (reset variations) */
body .eael-product-details-wrap a.reset_variations,
body .eael-product-details-wrap .reset_variations {
  display: none !important;
}
/* Product page: make H2 and H3 the same visual size inside your description block */
.single-product .product-description h2,
.single-product .product-description h3{
  font-size: 1.5em;       /* change to 0.95em or 1.05em if you want */
  line-height: 1.25;
  margin: 0.9em 0 0.45em;
  font-weight: 600;
}
/* DTD: My Account > Add payment method (Stripe) - label text black */
.woocommerce-account #add_payment_method label[for="payment_method_stripe"],
.woocommerce-account #add_payment_method label[for="payment_method_stripe"] *{
  color: #000 !important;
}
/* DTD: My Account > Add payment method (Stripe) - purple button with visible white text */
.woocommerce-account #add_payment_method button#place_order{
  background: #a109d8 !important;
  border: 2px solid #a109d8 !important;

  /* force the label to actually render */
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  text-indent: 0 !important;
  letter-spacing: normal !important;
  opacity: 1 !important;

  box-shadow: none !important;
}

/* Remove any theme-injected dash/icon */
.woocommerce-account #add_payment_method button#place_order::before,
.woocommerce-account #add_payment_method button#place_order::after{
  content: none !important;
  display: none !important;
}

/* Hover/focus stays purple + white */
.woocommerce-account #add_payment_method button#place_order:hover,
.woocommerce-account #add_payment_method button#place_order:focus{
  background: #a109d8 !important;
  border-color: #a109d8 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: .9;
}
/* Prevent horizontal scrolling */
body, html {
    overflow-x: hidden;
}

/* Ensure full width container and background */
.elementor-element-12721d2, .elementor-element-67a0555 {
    width: 100% !important; /* Ensure the container spans full width */
    margin-left: 0 !important; /* Remove left margin */
    margin-right: 0 !important; /* Remove right margin */
    padding-left: 0 !important; /* Remove any unnecessary padding */
    padding-right: 0 !important; /* Remove any unnecessary padding */
}

/* Ensure the grid items take full width of the container */
.elementor-element-67a0555 {
    width: 100%;
}

/* Full width for the background */
.elementor-element-67a0555 {
    background-color: #ff9f00; /* Adjust the background color */
}

/* Responsive settings for mobile */
@media (max-width: 768px) {
    .elementor-element-67a0555 {
        padding: 0 15px; /* Add some padding on mobile */
    }
}/* End custom CSS */