.elementor-kit-7{--e-global-color-primary:#3B82F6;--e-global-color-secondary:#0B0F19;--e-global-color-text:#FFFFFF;--e-global-color-accent:#3B82F6;--e-global-color-9ad45f7:#A0AEC0;--e-global-color-51c1952:#1F2937;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-51650c3-font-family:"Inter";--e-global-typography-51650c3-font-size:60px;--e-global-typography-96d5363-font-family:"Inter";--e-global-typography-96d5363-font-size:48px;--e-global-typography-e62c033-font-family:"Inter";--e-global-typography-e62c033-font-size:36px;--e-global-typography-b40adac-font-family:"Inter";--e-global-typography-b40adac-font-size:24px;}.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:"Inter", Sans-serif;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{border-radius:0px 0px 0px 0px;}.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-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 */.ast-container, .ast-container-fluid{
    padding: 0px!important;
}

.ast-separate-container #content .ast-container{
	padding: 0px!important;
}

.ast-separate-container #primary{
	margin: 0px!important;
}

.ast-separate-container .ast-article-single{
	padding: 0px;
}

.ast-container {
        max-width: 100%!important;
}

/* =========================
   CATEGORY PAGE HEADING ONLY
========================= */

/* Only targets headings on Category/Archive pages */
.elementor-location-archive .elementor-widget-heading .elementor-heading-title {
    margin-bottom: 0px !important;
}

/* Kills the widget spacing only on archive pages */
.elementor-location-archive .elementor-widget-heading {
    margin-bottom: 0px !important;
    --widgets-spacing: 0px !important;
}

/* Hide the 'Added to Cart' notice globally */
.woocommerce-message[role="alert"] {
    display: none !important;
}

/* Specifically hide it just on the Single Product page if you prefer */
.single-product .woocommerce-message {
    display: none !important;
}

/* Hide the 'View Cart' link that appears after clicking Add to Cart */
a.added_to_cart.wc-forward {
    display: none !important;
}

/* Optional: If it's creating a weird gap in your button layout */
.woocommerce li.product .added_to_cart {
    display: none !important;
}

/* Remove the checkmark icon after adding to cart */
.woocommerce a.button.loading::after, 
.woocommerce a.button.added::after {
    display: none !important;
    content: none !important;
    opacity: 0 !important;
}

/* Ensure the button doesn't shift its padding when the icon is 'added' */
.woocommerce a.button.added {
    padding-right: 25px !important; /* Match your original button padding */
}/* End custom CSS */