.elementor-kit-10{--e-global-color-primary:#931A1A;--e-global-color-secondary:#000000;--e-global-color-text:#121212;--e-global-color-accent:#FFFFFF;--e-global-color-55e7ab3:#8E8E8E29;--e-global-color-bf2bc4d:#696969;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:38px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-primary );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Kohdistetaan erittäin tarkasti Elementorin linkkisääntöjen ohi */
html body .woocommerce a.added_to_cart.wc-forward,
html body .elementor a.added_to_cart.wc-forward {
    /* Välistys ja sijoittelu */
    padding-left: 15px !important; 
    display: inline-block !important;
    vertical-align: middle !important;

    /* Väri brändin punaiseksi */
    color: #931A1A !important;
    
    /* Fontti ja tekstityyli */
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    
    transition: color 0.2s ease-in-out;
}

/* Hover-tila (kun hiiri viedään päälle) */
html body .woocommerce a.added_to_cart.wc-forward:hover,
html body .elementor a.added_to_cart.wc-forward:hover {
    color: #000000 !important; /* Muuttuu mustaksi hoverissa, voit vaihtaa tähän muun värin */
}/* End custom CSS */