.elementor-kit-4{--e-global-color-primary:#0D0D0D;--e-global-color-secondary:#FAFAF5;--e-global-color-text:#1A1A2E;--e-global-color-accent:#B86E79;--e-global-color-3327801:#4ABACB;--e-global-color-80ebc88:#7A7A7A;--e-global-color-f6c1801:#B87333;--e-global-color-866003d:#C4B5A0;--e-global-color-854f5bb:#E8DCC8;--e-global-typography-primary-font-family:"Tomorrow";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Tomorrow";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Montserrat", Sans-serif;font-size:16px;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:#000000;color:#FFFFFF;border-style:none;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 h1{font-family:"Montserrat", Sans-serif;font-size:35px;}.elementor-kit-4 h2{font-family:"Montserrat", Sans-serif;font-size:25px;font-weight:600;}.elementor-kit-4 h4{font-family:"Montserrat", Sans-serif;}.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 *//* Ensure high specificity and proper targeting of the Ecwid cart widget */
div.ecwid-cart-widget div.ecwid-cart-icon {
    background-color: #000000 !important; /* Set the background color to black */
    border-radius: 50% !important; /* Make the cart icon circular */
    display: flex !important; /* Ensure flex display for centering */
    align-items: center !important; /* Center the icon vertically */
    justify-content: center !important; /* Center the icon horizontally */
    width: 50px !important; /* Adjust the width of the cart icon */
    height: 50px !important; /* Adjust the height of the cart icon */
}

div.ecwid-cart-widget .ecwid-cart-icon svg {
    fill: #ffffff !important; /* Set the icon color to white */
    width: 24px !important; /* Adjust the icon size */
    height: 24px !important; /* Adjust the icon size */
}

/* Adjust the cart counter style */
div.ecwid-cart-widget .ecwid-cart-counter {
    top: -10px !important; /* Adjust the position of the counter */
    right: -10px !important; /* Adjust the position of the counter */
    background-color: #e74c3c !important; /* Change the counter background color */
    color: #ffffff !important; /* Change the counter text color */
    border-radius: 50% !important; /* Make the counter circular */
    padding: 5px !important; /* Adjust the padding inside the counter */
    font-size: 14px !important; /* Adjust the font size of the counter */
}
/*
=================================================================
CART BADGE COLOR FIX - Targeted Solution
=================================================================

Your cart uses a CSS variable. This overrides it to use Rose Gold.

Add this to your Custom CSS in Elementor.
=================================================================
*/

/* Override the cart badge CSS variable */
:root {
    --items-indicator-background-color: #B8857A !important;  /* Rose Gold instead of red */
}

/* Backup: Direct override in case variable doesn't work */
div.ecwid-cart-widget .ecwid-cart-counter,
.cart-counter,
.items-indicator {
    background-color: #B8857A !important;  /* Rose Gold */
}

/* Ensure the Ecwid cart specifically uses rose gold */
.ec-cart-widget .ec-cart-widget__counter {
    background-color: #B8857A !important;
}/* End custom CSS */