.elementor-kit-3049{--e-global-color-primary:#5A2600;--e-global-color-secondary:#7B3F00;--e-global-color-text:#2A1A10;--e-global-color-accent:#F4A142;--e-global-color-88c58c5:#BFA171;--e-global-color-fa2532f:#FFF4E5;--e-global-color-b90c419:#6A5B55;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:2rem;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.2;--e-global-typography-accent-letter-spacing:0.02em;--e-global-typography-964baba-font-family:"Inter";--e-global-typography-964baba-font-size:clamp(2.5rem, 2rem + 1.8vw, 4rem);--e-global-typography-964baba-font-weight:700;--e-global-typography-66af9b4-font-family:"Inter";--e-global-typography-66af9b4-font-size:clamp(2rem, 1.6rem + 1.2vw, 3rem);--e-global-typography-66af9b4-font-weight:700;--e-global-typography-501331f-font-family:"Inter";--e-global-typography-501331f-font-size:clamp(1.5rem, 1.2rem + 0.8vw, 2.2rem);--e-global-typography-501331f-font-weight:600;--e-global-typography-be7bb66-font-family:"Inter";--e-global-typography-be7bb66-font-size:clamp(1.25rem, 1.1rem + 0.5vw, 1.8rem);--e-global-typography-be7bb66-font-weight:600;--e-global-typography-be7bb66-line-height:1.3em;--e-global-typography-940b378-font-family:"Inter";--e-global-typography-940b378-font-size:clamp(1.15rem, 1rem + 0.4vw, 1.6rem);--e-global-typography-940b378-font-weight:600;}.elementor-kit-3049 e-page-transition{background-color:#FFBC7D;}.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-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 *//* align all woocommerce product titles ************* */
    h2.woocommerce-loop-product__title {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: ;
overflow: hidden;
height: 80px;
    }
/* Media Query for Laptops and Desktops */
    @media (min-width: 768px) and (max-width: 1024px) {
    h2.woocommerce-loop-product__title {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 60px;
}
    }/* End custom CSS */