.elementor-kit-6{--e-global-color-primary:#D80916;--e-global-color-secondary:#141414;--e-global-color-text:#9F9F9F;--e-global-color-accent:#D80916;--e-global-color-d9b8191:#141414;--e-global-color-1d0b4d9:#FFFFFF;--e-global-color-b53a1fd:#9F9F9F;--e-global-color-5239fce:#E3E3E3;--e-global-color-8f5f10c:#D80916;--e-global-color-ae43b16:#000000;--e-global-color-8d8a984:#D3D3D3;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-753823b-font-family:"Source Serif Pro";--e-global-typography-753823b-font-size:18px;--e-global-typography-753823b-font-weight:500;--e-global-typography-753823b-text-transform:none;--e-global-typography-f1c9065-font-family:"Montserrat";--e-global-typography-f1c9065-font-size:28px;--e-global-typography-f1c9065-font-weight:500;--e-global-typography-f1c9065-text-transform:none;--e-global-typography-43a36f9-font-family:"Montserrat";--e-global-typography-43a36f9-font-size:42px;--e-global-typography-43a36f9-font-weight:400;--e-global-typography-43a36f9-text-transform:none;--e-global-typography-db062a9-font-family:"Montserrat";--e-global-typography-db062a9-font-size:18px;--e-global-typography-db062a9-font-weight:600;--e-global-typography-db062a9-text-transform:none;background-color:var( --e-global-color-secondary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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-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 */.main-navigation .elementor-item {
    background-color: white;
}

.product-catalog .product-button-detail {
    opacity: 0;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.product-catalog:hover .product-button-detail {
    opacity: 1;
}

.product-catalog .product-button-cart {
    opacity: 0;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.product-catalog:hover .product-button-cart {
    opacity: 1;
}/* End custom CSS */