.elementor-kit-7{--e-global-color-primary:#41416D;--e-global-color-secondary:#FEDD68;--e-global-color-text:#1E1E1E;--e-global-color-accent:#F95555;--e-global-color-9e66129:#F6F5F5;--e-global-typography-primary-font-family:"Onest";--e-global-typography-primary-font-size:26px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );color:#FFFFFF;border-radius:20px 20px 20px 20px;padding:50px 50px 50px 50px;}.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);}@media(max-width:1024px){.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide the default WooCommerce Blocks message */
.wc-block-components-shipping-rates-control__no-shipping-address-message {
  display: none !important;
}

/* Add custom message under Shipping options heading */
#shipping-option .wc-block-components-checkout-step__container::after {
  content: "Shipping costs will be determined after reviewing your delivery location. We will contact you to confirm the final total.";
  display: block;
  margin-top: 8px;
  padding: 12px 14px;
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
/* 1) Hide the FREE price on the shipping method row (most common markup) */
#shipping-option .wc-block-components-shipping-rates-control__shipping-rate .wc-block-components-totals-item__value,
#shipping-option .wc-block-components-shipping-rates-control__shipping-rate .wc-block-components-radio-control__label .wc-block-components-totals-item__value,
#shipping-option .wc-block-components-shipping-rates-control__shipping-rate .wc-block-formatted-money-amount {
  display: none !important;
}

/* 2) If the whole row still shows and you want it gone completely */
#shipping-option .wc-block-components-shipping-rates-control__shipping-rate,
#shipping-option .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option {
  display: none !important;
}

/* 3) Prevent awkward spacing if something remains */
#shipping-option .wc-block-components-shipping-rates-control__package {
  padding: 0 !important;
  margin: 0 !important;
}
/* Hide only the pickup or delivery line inside totals */
.wc-block-components-totals-shipping .wc-block-components-totals-item {
  display: none !important;
}
/* Underline only editorial content links */
.elementor-widget-text-editor p a,
.elementor-widget-text-editor li a,
.elementor-widget-theme-post-content p a,
.elementor-widget-theme-post-content li a {
  text-decoration: underline;
}

/* Explicitly remove underline from button-like links */
.elementor-button,
.elementor-button a,
a.elementor-post__read-more,
.elementor-post-navigation a,
.elementor-pagination a,
.elementor-widget-post-info a {
  text-decoration: none !important;
}/* End custom CSS */