.elementor-kit-10{--e-global-color-primary:#2B2B2B;--e-global-color-secondary:#2C6E81;--e-global-color-text:#2B2B2B;--e-global-color-accent:#84A98C;--e-global-color-84df3ca:#467FF7;--e-global-color-9069cf8:#FFFFFF;--e-global-color-f08cf2c:#FF214F;--e-global-color-45bc2fd:#2B2B2B;--e-global-color-ba75378:#61CE70;--e-global-color-06370c1:#6EC1E4;--e-global-color-d9ed188:#1A71C9;--e-global-color-c719f3f:#000000;--e-global-color-2157c5e:#7A7A7A;--e-global-color-a51570c:#1C244B;--e-global-color-efcbc2d:#436ED0;--e-global-color-aa6fa06:#FF5C7A;--e-global-color-c8f421c:#F9F7F1;--e-global-color-bd15e84:#84A98C;--e-global-color-6b73c03:#2C6E81;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--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;color:var( --e-global-color-text );font-size:18px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-color:var( --e-global-color-6b73c03 );--e-preloader-size:20px;}.elementor-kit-10 e-page-transition{background-color:var( --e-global-color-c8f421c );}.elementor-kit-10 a{color:var( --e-global-color-aa6fa06 );}.elementor-kit-10 a:hover{color:var( --e-global-color-f08cf2c );}.elementor-kit-10 h1{line-height:1.2em;}.elementor-kit-10 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end: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;}@media(max-width:1024px){.elementor-kit-10{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* .smart-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: opacity 0.6s ease, transform 0.6s ease;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    will-change: opacity, transform;
} */

/*button blue*/
.elementor-button > .bn_btn_blue {
    position: relative;
    overflow: hidden;
    transition: background 0.3s, box-shadow 0.3s;
    color: #fff;
    z-index: 0;
    width: fit-content;
}

.elementor-button > .bn_btn_blue::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    transform: translateX(-100%) rotate(30deg);
    z-index: 1;
    pointer-events: none;
}

.elementor-button > .bn_btn_blue:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.elementor-button > .bn_btn_blue:hover::before {
    animation: shine 1.5s ease-out;
}

/*button shine*/

/* === Globalna klasa "bn_btn_shine" v5 (Obsługuje .bn_btn_shine ORAZ .gemini_form) === */

/* 1. Styl główny przycisku */
.bn_btn_shine .elementor-button,
.elementor-form .button,
.bn_btn_shine .add_to_cart_button,
.gemini_form .elementor-button { /* <-- DODANA LINIA */
    position: relative !important;
    overflow: hidden !important; 
    z-index: 0 !important;
    transition: background 0.3s, box-shadow 0.3s !important;
    vertical-align: middle !important;
    
    background: linear-gradient(156deg, #FF214F, #FF5C7A) !important;
    color: #fff !important; 
    border: none !important;

    display: inline-block !important;
    padding: 15px 30px !important;
    text-align: center !important;
    border-radius: 30px !important;
}

/* 2. Definicja elementu "błysku" */
.bn_btn_shine .elementor-button::before,
.elementor-form .button::before,
.bn_btn_shine .add_to_cart_button::before,
.gemini_form .elementor-button::before { /* <-- DODANA LINIA */
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    transform: translateX(-100%) rotate(30deg);
    z-index: 1;
    pointer-events: none;
}

/* 3. Style po najechaniu (hover) */
.bn_btn_shine .elementor-button:hover,
.elementor-form .button:hover,
.bn_btn_shine .add_to_cart_button:hover,
.gemini_form .elementor-button:hover { /* <-- DODANA LINIA */
    background: linear-gradient(156deg, #FF5C7A, #FF214F) !important;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
}

/* 4. Wyzwolenie animacji */
.bn_btn_shine .elementor-button:hover::before,
.elementor-form .button:hover::before,
.bn_btn_shine .add_to_cart_button:hover::before,
.gemini_form .elementor-button:hover::before { /* <-- DODANA LINIA */
    animation: shine 1.5s ease-out;
}

/* 5. Animacja (bez zmian) */
@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}/* End custom CSS */