<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html,
body{
    overflow-x: hidden;
}

.zoomContainer {
    max-width: 100vw!important;
}
.zoomContainer .zoomLens{
    border-color: #D3DB56!important;
}
.zoomContainer .zoomWindowContainer{
    max-width: 100%!important;
}
.zoom_01&gt;.elementor-widget-container,
.img-magnifier-container {
    position:relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #D3DB56;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 300px;
    height: 300px;
    z-index: 1;
    opacity: 0;
}
.zoom_01&gt;.elementor-widget-container:hover  .img-magnifier-glass{
    opacity: 1;
    transition: opacity 0.3s ;
}
@media (max-width: 767px) {
    .zoom_01&gt;.elementor-widget-container:hover  .img-magnifier-glass{

        transition: opacity 0.3s 0.3s;
    }
}
#glass{
    position:absolute;
    border-radius:50%;
    box-shadow:0 0 0 7px #D3DB56,0 0 7px 7px rgba(0,0,0,0.25),inset 0 0 40px 2px rgba(0,0,0,0.25);
    display:none;
    background-repeat:no-repeat;
    background-color:rgba(0,0,0,.6)
}
/*category*/
.news_cat ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}
.news_cat ul li{
    padding: 0 10px 20px;
}
.news_cat ul li a{
    padding: 15px 23px;
    min-width: 108px;
    /*background-color: #ECF6F7;*/
    border-radius: 25px;
    text-align: center;
    font-family: 'Satoshi';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #25454f;
    display: inline-block;
}
.news_cat ul li a:hover ,
.news_cat ul li.active a {
    background-color: #ECF6F7;
}
@media (max-width: 767px) {
    .news_cat ul li a{
        padding: 15px 20px;
        min-width: 95px;

    }
}
.articles{
    display: flex;
    flex-wrap: wrap;
}
.articles .first_post{
  width: 362px;
}
.articles .first_post&gt;div{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 100%;
    position: relative;
}
.articles  .first_post&gt;div:before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100% ;
    height: 100%;
    background:  #7F7F7F;
    mix-blend-mode: multiply;
    border-radius: 10px;
}
.articles .flex{
  width: calc(100% - 362px);
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    margin: -10px;
}
.articles a.post_link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.articles .flex .item{
  width: 50%;
   padding: 10px;
}
.articles  .item:hover a svg circle,
.articles  .first_post:hover a svg circle{
  stroke: #25454F;
    fill: #25454F;
}
.articles  .item:hover a svg path,
.articles  .first_post:hover a svg path{
    fill: #fff;
}
.articles   a svg circle,
.articles   a svg path{
    transition: all 0.3s;
}
.articles .flex .item&gt;div{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.articles .flex .item&gt;div:after{
    display: block;
    content: "";
    padding-top: 67%;
}
.articles .flex .item&gt;div:before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100% ;
    height: 100%;
    background:  #7F7F7F;
    mix-blend-mode: multiply;
    border-radius: 10px;
}
.articles .first_post&gt;div .content,
.articles .flex .item&gt;div .content{
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    bottom: 20px;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: end;
}
.articles .first_post&gt;div .content h4,
.articles .flex .item&gt;div .content h4{
    font-family: 'Satoshi';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    margin: 0;
    margin-right: 15px;
}
.articles .first_post&gt;div .content a,
.articles .flex .item&gt;div .content a{
   line-height: 0;
}
.articles .flex .item.see_more&gt;div {
    background-color: #D3DB56;
}
.articles .flex .item.see_more&gt;div:before {
    display: none;
}
.articles .flex .item.see_more&gt;div .content{
    /*height: 100%;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*top: 0;*/
}
.articles .flex .item.see_more&gt;div .content .see_more_text{
    font-family: 'Satoshi';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #25454F;
}
.articles .flex .item.see_more&gt;div .content a{
    /*position: absolute;*/
    /*bottom: 20px;*/
    /**/
    /*right: 0;*/

}
@media (max-width: 992px){
    .articles .first_post {
        width: 220px;
    }
    .articles .flex {
        width: calc(100% - 220px);
    }
    .articles .flex .item.see_more&gt;div .content .see_more_text {
        /*font-size: 24px;*/

    }
    .articles .first_post&gt;div .content svg,
    .articles .flex .item&gt;div .content svg {
        width: 30px;

    }
}
@media (max-width: 900px){
    .articles  {
        max-width: 500px;
        margin: auto;
    }
    .articles .first_post {
        width: 100%;
        margin-bottom: 20px;
    }
    .articles .flex {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .articles .flex .item{
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
    }
    .articles .first_post&gt;div:after{
        display: block;
        content: "";
        padding-top: 67%;
    }
    .articles .first_post&gt;div .content svg,
    .articles .flex .item&gt;div .content svg {
        width: 30px;

    }
}

/*ingredients*/

.ingredients{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.ingredients .col{
    border-radius: 16px;
    /*margin: 0px 25px;*/
    padding: 30px 25px 30px 30px;
    background-color: #F2F7EC;
    width: calc(50% - 10px);
}
.ingredients .column_1{
    background-color: #F2F7EC;

}
.ingredients .column_2{
    background-color: #ECF6F7;

}
.ingredients .col .item a{
    color: #436874;
    transition: all 0.3s;
    font-family: 'Satoshi';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}
.ingredients .col .item a:hover{
    color: #40C1C7!important;
}
@media (max-width: 700px) {
    .ingredients{
        display: flex;
        justify-content: space-between;
    }
    .ingredients .col{
        width: calc(50% - 15px);
    }
}
@media (max-width: 600px) {
    .ingredients{
        max-width: 301px;
        margin: auto;
    }
    .ingredients .col{
        width: 100%;
    }
    .ingredients .column_2 {
        margin-top: 50px;
    }
}

/*.image_carousel .swiper-slide:hover img ,*/
/*.zoom .elementor-widget-container:hover img {*/
/*    opacity: 0;*/
/*}*/</pre></body></html>