.elementor-kit-5{--e-global-color-primary:#1E4DB7;--e-global-color-secondary:#2CC1B2;--e-global-color-text:#333333;--e-global-color-accent:#F4A261;--e-global-color-bfb3ebe:#FFFFFF;--e-global-color-8414142:#000000;--e-global-color-af52852:#00000000;--e-global-color-7a787aa:#F7F7F7;--e-global-color-6924037:#A8A8A8;--e-global-color-fa3683d:#6E6E6E;--e-global-color-0138847:#DD8B0A;--e-global-typography-primary-font-family:"Fredoka";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-secondary-font-family:"Mochiy Pop One";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:capitalize;--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;--e-global-typography-accent-text-transform:uppercase;}.elementor-kit-5 p{margin-block-end:0px;}.e-con{--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:1rem;}.elementor-element{--widgets-spacing:1rem 1rem;--widgets-spacing-row:1rem;--widgets-spacing-column:1rem;}{}h1.entry-title{display:var(--page-title-display);}.e-wc-error-notice .woocommerce-error, .e-wc-error-notice .wc-block-components-notice-banner.is-error{--error-message-text-color:var( --e-global-color-8414142 );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.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:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:95%;}.e-con{--container-max-width:95%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS *//* Base notice style */
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 300px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    color: white;
    line-height: 1;
    padding: 20px;
    gap: 5px;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Notice types */
.woocommerce-info { background: #ffcdd2; }
.woocommerce-message { background: #333; }
.woocommerce-error { background: #e53935; }

/* Links inside notices */
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    text-decoration: none;
    padding: 5px 10px;
}

.woocommerce-info a:hover,
.woocommerce-message a:hover,
.woocommerce-error a:hover {
    background: #f7f7f7;
    color: #333;
}

/* Show animation */
.woocommerce-notice-show {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Stacked notices */
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error {
    margin-bottom: 10px; /* space between notices */
}/* End custom CSS */