.elementor-kit-13{--e-global-color-primary:#000000;--e-global-color-secondary:#151515;--e-global-color-text:#151515;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:500;}.elementor-kit-13 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 (ФІКС НАКЛАДАННЯ)
========================================= */

/* 1. Основний контейнер повідомлення */
.woocommerce-message {
    outline: none !important;
    background-color: #ffffff !important; 
    color: #151515 !important; 
    border: 1px solid #eaeaea !important; 
    border-top-color: #eaeaea !important; /* Точковий удар по синьому кольору теми Astra */
    border-left: 3px solid #151515 !important; /* Наш чорний акцент */
    padding: 15px 25px !important; 
    border-radius: 4px !important;
    font-family: 'Helvetica', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 30px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03) !important; 
    
    display: flex !important;
    align-items: center !important;
    position: relative !important;
}

/* 2. Ховаємо подвійні галочки */
.woocommerce-message::after {
    display: none !important;
}

/* 3. Жорстко фіксуємо нашу галочку (щоб не накладалася на текст) */
.woocommerce-message::before {
    content: "✓" !important; 
    font-family: Arial, sans-serif !important; /* Відв'язуємо від іконочного шрифту Astra */
    position: static !important; /* ГОЛОВНИЙ ФІКС: забороняємо іконці "літати" над текстом */
    display: block !important;
    color: #151515 !important; 
    font-size: 18px !important; 
    font-weight: 600 !important; 
    margin-right: 15px !important; 
    
    /* Скидаємо старі відступи теми */
    margin-left: 0 !important;
    margin-top: 0 !important;
    top: auto !important;
    left: auto !important;
    flex-shrink: 0 !important; 
}

/* 4. Фікс для кнопок (якщо вони є в повідомленні) */
.woocommerce-message .button {
    margin-left: auto !important; 
    background: #151515 !important;
    color: #fff !important;
    border-radius: 100px !important;
    font-size: 12px !important;
    padding: 10px 20px !important;
    text-transform: uppercase !important;
    border: none !important;
    transition: all 0.3s ease !important;
}
.woocommerce-message .button:hover {
    background: #2a2a2a !important;
}/* End custom CSS */