.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:#C09A47;}.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: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 *//*****************************************************
 *  WOO NOTICES – TOAST STYLE
 *****************************************************/

/* Container für gestapelte Hinweise */
.woocommerce-notices-wrapper,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
}

/* Positionierung Desktop */
.woocommerce-notices-wrapper {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 999999;
    max-width: 330px;
    width: calc(100% - 40px);
    pointer-events: none;
}

/*****************************************************
 *  MELDUNGS–BOX STYLING
 *****************************************************/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: #BC933A !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 18px 22px !important;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.08) !important;
    border: none !important;
    font-family: "Open Sans", sans-serif;
    pointer-events: auto;
}

/* Links in Meldungen */
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: #fff !important;
    text-decoration: underline !important;
}

/* Icons entfernen */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    display: none !important;
    content: none !important;
}

/*****************************************************
 *  BUTTON STYLING – NUR IN NOTICES
 *****************************************************/
.woocommerce-error a.button,
.woocommerce-error button.button,
.woocommerce-info a.button,
.woocommerce-info button.button,
.woocommerce-message a.button,
.woocommerce-message button.button {
    background-color: #FFFFFF !important;
    font-family: "Open Sans", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color: #BC933A !important;
    border-radius: 10px !important;
    padding: 14px 20px !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-block !important;
    margin-top: 12px !important;
    text-align: center;
}

/* Hover */
.woocommerce-error a.button:hover,
.woocommerce-error button.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-info button.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-message button.button:hover {
    background-color: #f5f5f5 !important;
    color: #BC933A !important;
}

/*****************************************************
 *  RESPONSIVE — MOBILE VARIANTE (PUNKT 4)
 *****************************************************/

@media (max-width: 680px) {
    .woocommerce-notices-wrapper {
        right: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 12px 12px !important;
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        width: 100% !important;
    }
}/* End custom CSS */