.elementor-kit-8{--e-global-color-primary:#005E04;--e-global-color-secondary:#AC8C33;--e-global-color-text:#121216;--e-global-color-accent:#DDDDDD;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-weight:500;background-color:#FFFFFE;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#C49D30;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#80651B;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px !important;}.e-con{--container-max-width:1440px !important;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.page-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px !important;}.e-con{--container-max-width:1024px !important;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px !important;}.e-con{--container-max-width:767px !important;}}/* Start custom CSS *//* --- Target Elementor's Single Product Add to Cart Button --- */

/* Style for the "Add to Cart" button */
.elementor-widget-wc-add-to-cart .woocommerce button.button.alt {
    background-color: #FFD700 !important; /* Yellow */
    color: #000000 !important; /* Black Text */
    border-radius: 0 !important;
    border: none !important;
    font-weight: 700 !important;
}

/* Hover effect for the "Add to Cart" button */
.elementor-widget-wc-add-to-cart .woocommerce button.button.alt:hover {
    background-color: #fbc02d !important; /* Slightly darker yellow */
    color: #000000 !important;
}


/* --- Target a "Buy Now" Button --- */
/* Note: The class for "Buy Now" can vary. This is a common one. */
/* If this doesn't work, you may need to right-click the button on your site and "Inspect" to find its specific class */
.elementor-widget-wc-add-to-cart .button.buy_now_button {
    background-color: #f57c00 !important; /* Orange */
    color: #000000 !important; /* Black Text */
    border-radius: 0 !important;
    border: none !important;
    font-weight: 700 !important;
    margin-top: 15px !important; /* Adds some space below the cart button */
    width: 100%; /* Makes it full width like in the image */
}

/* Hover effect for the "Buy Now" button */
.elementor-widget-wc-add-to-cart .button.buy_now_button:hover {
    background-color: #e65100 !important; /* Slightly darker orange */
    color: #000000 !important;
}


/* --- Change Single Product Add to Cart Button Color --- */

/* Normal State */
body.single-product .product .single_add_to_cart_button {
    background-color: #FFA726 !important;
    color: #ffffff !important; /* Sets the text color to white for contrast */
}

/* Hover State */
body.single-product .product .single_add_to_cart_button:hover {
    background-color: #F57C00 !important; /* A slightly darker orange for the hover effect */
    color: #ffffff !important;
}


/* Normal state */
.single_add_to_cart_button {
    background-color: Color Hex!important;
    color: Color Hex!important;
    border-color: Color Hex!important;
}
/* Hover state */
.single_add_to_cart_button:hover {
    background-color: Color Hex!important;
    color: Color Hex!important;
    border-color: Color Hex!important;
}
/* Style the 'Buy Now' button on single product pages */
.single-product .tbay-buy-now.button {
  background-color: #FFD700 !important;  /* Yellow */
  color: #FFD700 !important;                /* Black text */
  border-radius: 0 !important;           /* Remove rounding */
  padding: 12px 30px !important;
  border: none !important;
  font-weight: bold !important;
  box-shadow: none !important;
  text-transform: uppercase;
}

/* Optional: hover effect */
.single-product .tbay-buy-now.button:hover {
  background-color: #FFC300 !important;
  color: #000 !important;
}/* End custom CSS */