.elementor-kit-73{--e-global-color-primary:#973277;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--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:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-73 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);}@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 *//* WooCommerce Badges - Custom Solution */
.woocommerce ul.products li.product .product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Bestseller Badge - Uses your brand colors */
.woocommerce ul.products li.product .product-badge.bestseller {
    background: #5E3023;
    color: #fff;
}

/* New Arrival Badge - Complementary style */
.woocommerce ul.products li.product .product-badge.new {
    background: #FCD8CD;
    color: #5E3023;
    border: 1px solid rgba(94, 48, 35, 0.3);
}

/* Sale Badge - Optional */
.woocommerce ul.products li.product .product-badge.sale {
    background: #d32f2f;
    color: #fff;
}

/* Make product card position relative */
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    position: relative;
}

/* Adjust default WooCommerce sale flash */
.woocommerce span.onsale {
    display: none; /* Hides default sale badge */
}/* End custom CSS */