.elementor-kit-52{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4377ace:#AC3636;--e-global-color-2f5081a:#F15A29;--e-global-color-9be8c2a:#192226;--e-global-color-e4b2f84:#1172BA;--e-global-color-d56cd46:#FFFFFF;--e-global-color-3f9404b:#A7A6A6;--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-560b213-font-family:"Open Sans";--e-global-typography-560b213-font-size:17px;--e-global-typography-560b213-font-weight:500;}.elementor-kit-52 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 *//* Show Header 2 on scroll */
.elementor-sticky--effects.header-2 {
    opacity: 1;
    margin-top: 0 !important; /* Removes the negative margin */
    transition: all 0.3s ease-in-out;
}

/* Description collapsed state */
/*.woocommerce-product-details__short-description {
    position: relative;
    max-height: 100px; /* adjust this to control how much shows before cutoff */
    overflow: hidden;
    transition: max-height 0.4s ease;
}*/

/* Fade out effect at the bottom */
.woocommerce-product-details__short-description::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(transparent, white);
    pointer-events: none;
}

/* When expanded, remove height limit and fade */
.woocommerce-product-details__short-description.expanded {
    max-height: 2000px;
}

.woocommerce-product-details__short-description.expanded::after {
    display: none;
}

/* Read more button styling */
.desc-read-more {
    display: inline-block;
    margin-top: 8px;
    color: #e8500a;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    border: none;
    background: none;
    padding: 0;
}

.desc-read-more:hover {
    text-decoration: underline;
}/* End custom CSS */