.elementor-33514561 .elementor-element.elementor-element-2df6d08{--display:flex;--min-height:180px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-33514561 .elementor-element.elementor-element-2df6d08:not(.elementor-motion-effects-element-type-background), .elementor-33514561 .elementor-element.elementor-element-2df6d08 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#353535;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-33514561 .elementor-element.elementor-element-37970fd .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:500;text-transform:uppercase;color:var( --e-global-color-8ffc520 );}.elementor-33514561 .elementor-element.elementor-element-7a42cd5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:3rem;--padding-bottom:3rem;--padding-left:0rem;--padding-right:0rem;}.elementor-33514561 .elementor-element.elementor-element-4338767{--display:flex;--padding-top:2rem;--padding-bottom:2rem;--padding-left:2rem;--padding-right:2rem;}.elementor-33514561 .elementor-element.elementor-element-4338767:not(.elementor-motion-effects-element-type-background), .elementor-33514561 .elementor-element.elementor-element-4338767 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-33514561 .elementor-element.elementor-element-d796d68{--display:flex;--padding-top:2rem;--padding-bottom:2rem;--padding-left:2rem;--padding-right:2rem;}.elementor-33514561 .elementor-element.elementor-element-d796d68:not(.elementor-motion-effects-element-type-background), .elementor-33514561 .elementor-element.elementor-element-d796d68 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-33514561 .elementor-element.elementor-element-467c983 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:1.25rem;font-weight:500;color:var( --e-global-color-text );}.elementor-33514561 .elementor-element.elementor-element-38efa91{--display:flex;}@media(min-width:768px){.elementor-33514561 .elementor-element.elementor-element-7a42cd5{--content-width:1240px;}.elementor-33514561 .elementor-element.elementor-element-4338767{--width:800px;}.elementor-33514561 .elementor-element.elementor-element-d796d68{--width:30%;}}@media(max-width:767px){.elementor-33514561 .elementor-element.elementor-element-37970fd .elementor-heading-title{font-size:2rem;}.elementor-33514561 .elementor-element.elementor-element-4338767{--padding-top:1rem;--padding-bottom:1rem;--padding-left:1rem;--padding-right:1rem;}.elementor-33514561 .elementor-element.elementor-element-d796d68{--padding-top:1rem;--padding-bottom:1rem;--padding-left:1rem;--padding-right:1rem;}}/* Start custom CSS for theme-post-title, class: .elementor-element-37970fd */.product-title {
    position: relative;
    display: inline-block; /* makes width equal to text */
}

.product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px; /* adjust spacing */
    width: 100%;
    height: 1px;
    background: #d34727;

    transform: scaleX(0);
    transform-origin: left;
    animation: growLine 0.8s ease forwards;
}

@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d796d68 *//* Latest Blog List Styling */
.list-blog ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-blog li {
    padding: 12px 0;
    border-bottom: 1px solid #DCDCDC;
}

.list-blog li:last-child {
    border-bottom: none;
}

.list-blog .wp-block-latest-posts__post-title {
    color: #696969;
    text-decoration: none;
    font-weight: 500;
    display: inline;
}

.list-blog .wp-block-latest-posts__post-title:hover {
    color: #000;
}

.list-blog .wp-block-latest-posts__post-date {
    color: #696969;
    margin-left: 10px;
    font-size: 14px;
}/* End custom CSS */