.elementor-667 .elementor-element.elementor-element-db33ab3{--display:flex;--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;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-667 .elementor-element.elementor-element-8cc85ee{--display:flex;--padding-top:2px;--padding-bottom:2px;--padding-left:2px;--padding-right:2px;}.elementor-667 .elementor-element.elementor-element-8cc85ee:not(.elementor-motion-effects-element-type-background), .elementor-667 .elementor-element.elementor-element-8cc85ee > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-001baf8 );}.elementor-667 .elementor-element.elementor-element-dc00aef{--display:flex;--overflow:hidden;border-style:solid;--border-style:solid;border-width:10px 10px 10px 10px;--border-top-width:10px;--border-right-width:10px;--border-bottom-width:10px;--border-left-width:10px;border-color:var( --e-global-color-65b17e6 );--border-color:var( --e-global-color-65b17e6 );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{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-667 .elementor-element.elementor-element-4677c8d img{width:100%;}.elementor-667 .elementor-element.elementor-element-fc3c353{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-667 .elementor-element.elementor-element-a75d0de{text-align:center;}.elementor-667 .elementor-element.elementor-element-a75d0de .elementor-heading-title{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-c845794 );}.jet-listing-item.single-jet-engine.elementor-page-667 > .elementor{width:345px;margin-left:auto;margin-right:auto;}/* Start custom CSS for container, class: .elementor-element-db33ab3 */.dish-item .image img {
    width: 100%;
    aspect-ratio: 1.2;
    object-fit: cover;
    transition: 0.8s ease;
}

.dish-item .image {
    transition: 0.8s ease;
}

.dish-item .title h4 {
    font-size: 18px;
    line-height: 1.3em;
    transition: 0.3s ease;
}

@media only screen and (max-width: 767px) {
    .dish-item .title h4 {
        font-size: 16px;
    }
}

.dish-item:hover .image {
    transform: scale(1.11);
}

.dish-item:hover .title h4 {
    color: var( --e-global-color-accent ) !important;
}

.dish-item:hover .image-container {
    background-image: linear-gradient(160deg, var( --e-global-color-b7d2a64 ) 0%, var( --e-global-color-accent ) 100%);
}/* End custom CSS */