.elementor-kit-189{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-f8e45b4-font-family:"Montserrat";--e-global-typography-f8e45b4-font-size:24px;--e-global-typography-f8e45b4-font-weight:600;--e-global-typography-f8e45b4-text-transform:capitalize;--e-global-typography-f8e45b4-font-style:normal;--e-global-typography-f8e45b4-text-decoration:none;--e-global-typography-f8e45b4-line-height:1.1em;--e-global-typography-f8e45b4-letter-spacing:0px;--e-global-typography-f8e45b4-word-spacing:0em;font-family:"Montserrat", Sans-serif;}.elementor-kit-189 e-page-transition{background-color:#FFBC7D;}.elementor-kit-189 h2{font-family:"Oswald", Sans-serif;}.elementor-kit-189 img{border-radius:0px 0px 0px 0px;}.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);}@media(max-width:1024px){.elementor-kit-189{--e-global-typography-f8e45b4-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-189{--e-global-typography-f8e45b4-font-size:20px;--e-global-typography-f8e45b4-letter-spacing:8.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */woocommerce ul.products li.product {
    border: 1px solid #e0e0e0;
    padding: 20px;
    background-color: #fdfdfd;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.woocommerce ul.products li.product img {
    width: 200px;
    height: auto;
    object-fit: cover;
}

.woocommerce ul.products li.product .button {
    background-color: #f2b7b5;
    color: #fff;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #e69594;
}/* End custom CSS */