.elementor-kit-7{--e-global-color-primary:#837C7C;--e-global-color-secondary:#FCFCFC;--e-global-color-text:#A19D9D;--e-global-color-accent:#D9D9D9;--e-global-color-e6e65f7:#837C7C;--e-global-color-224c110:#FCFCFC;--e-global-color-b9d5530:#FFFFFF;--e-global-color-5d93d02:#C68E17;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;font-family:"Figtree", Sans-serif;font-weight:300;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Figtree", Sans-serif;}.elementor-kit-7 h1{font-family:"Figtree", Sans-serif;}.elementor-kit-7 h3{font-family:"Figtree", Sans-serif;}.elementor-kit-7 h4{font-family:"Figtree", Sans-serif;}.elementor-kit-7 h5{font-family:"Figtree", Sans-serif;}.elementor-kit-7 h6{font-family:"Figtree", 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1100px){.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 *//* Match background grey to the site UI, add proper spacing, and remove blue outline */
.woocommerce-message {
    background-color: #7a7573 !important;
    border-top-color: #7a7573 !important;
    border-right-color: #7a7573 !important;
    border-bottom-color: #7a7573 !important;
    border-left-color: #7a7573 !important;
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 14px 24px 14px 45px !important;
    position: relative !important;
}

/* Fix checkmark position and prevent text overlap */
.woocommerce-message::before {
    color: #ffffff !important;
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Body message text styling */
.woocommerce-message, 
.woocommerce-message a:not(.button) {
    font-family: "Figtree", sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #f3f3f3 !important;
    letter-spacing: 0.3px !important;
}

/* Notice product title highlight */
.woocommerce-message strong {
    font-family: "Figtree", sans-serif !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}

/* Square white button matching exact typography specs */
.woocommerce-message .button {
    background-color: #ffffff !important;
    color: #7a7573 !important;
    font-family: "Figtree", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    border-radius: 0px !important;
    padding: 10px 20px !important;
    box-shadow: none !important;
    outline: none !important;
    line-height: 1.2 !important;
}

/* Button hover state */
.woocommerce-message .button:hover {
    background-color: #f0f0f0 !important;
    color: #5f5a58 !important;
}/* End custom CSS */