.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Single product price smaller */
.single-product .summary .price {
  font-size: 1rem;           /* adjust: 0.95–1.1rem */
  line-height: 1.2;
  font-weight: 600;
}

/* Shop/category card prices slightly smaller too (optional) */
.woocommerce ul.products li.product .price {
  font-size: 0.95rem;
}

/* Weekly payment emphasis */
.ls-weekly-payment {
  font-size: 1.05rem;        /* slightly bigger than price */
}
.ls-weekly-payment.loop {
  font-size: 0.95rem;
  opacity: 0.95;
}
/* Make Woo price smaller */
.single-product .summary .price { font-size: 1rem; line-height: 1.2; font-weight: 600; }

/* Weekly payment line */
.ls-weekly-payment { display:inline-block; margin-top:8px; font-size:1.05rem; font-weight:600; }

/* Hide price on single product (incl. Elementor price widget) */
.single-product .summary .price,
.single-product .entry-summary .price,
.single-product p.price,
.single-product span.price,
.elementor-widget-woocommerce-product-price .price {
  display: none !important;
}

/* Hide price on shop/category (optional) */
.woocommerce ul.products li.product .price,
.woocommerce .products .price {
  display: none !important;
}

/* Weekly payment: big, bold, red */
.ls-weekly-payment {
  font-size: 2rem;
  font-weight: 700;
  color: #e60000;
  display: block;
  margin-bottom: 10px;
}
/* Weekly payment styling for category/shop cards */
.archive .ls-weekly-payment,
.woocommerce-shop .ls-weekly-payment,
.tax-product_cat .ls-weekly-payment,
.search .ls-weekly-payment {
  font-size: 1.25rem;   /* Adjust size */
  font-weight: 700;     /* Bold */
  color: #e60000;       /* Same red as single product */
  display: block;
  margin: 6px 0;
}
.woocommerce ul.products li.product .price,
.woocommerce-loop-product__price {
  display: none !important;
}
/* Weekly payment style everywhere (single + category/shop) */
.ls-weekly-payment{
  font-size: 1.25rem;   /* bump to 2rem on single if you like */
  font-weight: 700;
  color: #e60000;       /* your brand red */
  display: block;
  margin: 6px 0;
}

/* Optional: make it bigger on single product */
.single-product .ls-weekly-payment{ font-size: 2rem; }/* End custom CSS */