*,*:before,*:after{box-sizing:border-box}:root{--clr-primary:#499741;--clr-secondary:#365f51;--clr-text:#1d1a1a;--clr-label:#9d9595;--clr-white:#fff;--clr-border:#f6f6f6;--clr-gray:#fcfcfc;--clr-desc:#687d76;--icon-ff:'Material Symbols Rounded';--clr-primary-hover:#3c8934}body{padding:0;margin:0;font-family:"IBM Plex Sans",sans-serif;font-size:1rem;background-color:var(--clr-white);color:var(--clr-text)}ul,ol{margin:0;padding:0}li{list-style-type:none;position:relative;margin-bottom:10px}a{text-decoration:none}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:35px}p{font-size:16px;line-height:1.5;margin-top:0;margin-bottom:15px}.yaaf-txtimg_heading{margin-bottom:35px}.yaaf-txtimg_title{margin-bottom:0}.yaaf-txtimg_heading .yaaf-txtimg_subtitle{margin-bottom:15px}.txtimg_left .yaaf-txtimg_content{padding-right:3.75rem}.txtimg_right .yaaf-txtimg_content{padding-left:3.75rem}.pad-lg{padding-top:100px;padding-bottom:100px}.pad-md{padding-top:60px;padding-bottom:60px}.pad-sm{padding-top:35px;padding-bottom:35px}.pad-lg-top{padding-top:100px}.pad-lg-bottom{padding-bottom:100px}.pad-md-bottom{padding-top:35px;padding-bottom:60px}.pad-lg-sm-bt{padding-top:80px;padding-bottom:100px}.content-pleft .wpb_wrapper{padding-left:45px}.yaaf-flex_start{display:flex;justify-content:flex-start}.yaaf-flex_end{display:flex;justify-content:flex-end}.yaaf-flex_center{display:flex;justify-content:center}.yaaf-vertical_space-b{display:flex;justify-content:space-between;flex-direction:column}.yaaf-space_between{display:flex;justify-content:space-between;align-items:center}.yaaf-btn_primary{color:var(--clr-white);background-color:var(--clr-primary);height:50px;padding:0 30px;display:inline-flex;align-items:center;font-weight:500;gap:10px;border-radius:30px;font-size:16px;transition:all .2s linear}.yaaf-btn_primary:hover{background-color:var(--clr-primary-hover)}.yaaf-btn_secondary .uil,.yaaf-btn_primary .uil{font-size:24px}.yaaf-btn_secondary{color:var(--clr-white);background-color:var(--clr-secondary);height:50px;padding:0 20px;display:inline-flex;align-items:center;border-radius:30px;font-size:16px;font-weight:500}.yaaf-btn_transparent{color:var(--clr-text);font-weight:700}.yaaf-button_wrap{display:flex;align-items:center}.button_p_left{justify-content:flex-start}.button_p_right{justify-content:flex-end}.button_p_center{justify-content:center}.yaaf-button{display:flex;align-items:center;gap:12px}.yaaf-button .material-symbols-rounded{font-size:1.75rem}.yaaf-header{position:relative;z-index:9}.yaaf-header{background-color:var(--clr-white)}.yaaf-header.sticky{position:fixed;width:100%;top:0}.yaaf-header_wrap{display:flex;flex-wrap:wrap;height:65px;border-bottom:1px solid #f6f6f6}.yaaf-logo{flex:0 0 150px;max-width:150px;display:flex;align-items:center}.yaaf-logo img{object-fit:contain}.yaaf-navbar_wrap{flex:0 0 calc(100% - 150px);max-width:calc(100% - 150px);display:flex;justify-content:flex-end;align-items:center;gap:70px}.yaaf-header_centred{flex-wrap:unset;justify-content:space-between;align-items:center;height:75px;margin:auto;position:relative;top:0;left:0;right:0;margin:auto;border:none;z-index:9999}.yaaf-navbar_left{justify-content:space-between}.yaaf-navbar_right{justify-content:flex-end}.yaaf-navbar .menu{display:flex;gap:22px}.menu-item{list-style-type:none;padding-left:0;margin:0}.menu-item:before{display:none}.yaaf-navbar .menu .menu-item{position:relative}.yaaf-navbar .menu .menu-item a{font-size:.875rem;font-weight:600;color:#1d1a1a;position:relative;transition:all .2s linear}.yaaf-navbar .menu .menu-item a:hover{color:var(--clr-primary)}.yaaf-navbar .menu .menu-item a img{margin-bottom:5px}.yaaf-navbar>.menu>.menu-item>a>.menu-item-icon-container{display:block;position:relative;height:13px;margin-bottom:5px}.yaaf-navbar>.menu>.menu-item>a>.menu-item-icon-container>img{position:absolute;left:0;top:0;transition:all .2s ease}.yaaf-navbar>.menu>.menu-item>a>.menu-item-icon-container>.default-icon{opacity:1;visibility:visible}.yaaf-navbar>.menu>.menu-item>a:hover>.menu-item-icon-container>.default-icon{opacity:0;visibility:hidden}.yaaf-navbar>.menu>.menu-item a>.menu-item-icon-container>.hover-icon{opacity:0;visibility:hidden}.yaaf-navbar .menu .menu-item>a:hover>.menu-item-icon-container>.hover-icon{opacity:1;visibility:visible}.yaaf-navbar .menu .menu-item a:hover img{content:attr(data-hover)}.yaaf-navbar>.menu>.menu-item.active>a{color:var(--clr-primary)}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown{left:0;min-width:180px;background-color:var(--clr-white);border-radius:0;box-shadow:0 0 10px 0 rgba(0,0,0,.05);z-index:9;transition:all .4s linear;position:fixed;top:75px;width:100%;max-height:0;overflow:hidden;-webkit-transition:max-height 1s cubic-bezier(0,1.05,0,1);-moz-transition:max-height 1s cubic-bezier(0,1.05,0,1);-ms-transition:max-height 1s cubic-bezier(0,1.05,0,1);-o-transition:max-height 1s cubic-bezier(0,1.05,0,1);transition:max-height 1s cubic-bezier(0,1.05,0,1);background-color:#fff;border-bottom:1px solid #f5f5f5}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul{width:1140px;margin:0 auto;position:relative;padding:30px}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown.active{max-height:1000px;-webkit-transition:max-height .5s ease-in;-moz-transition:max-height .5s ease-in;-ms-transition:max-height .5s ease-in;-o-transition:max-height .5s ease-in;transition:max-height .5s ease-in;opacity:1}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item-has-children>.B-Dropdown.active-panel,.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown.active>ul>.menu-item:first-child>.B-Dropdown.active-panel{display:flex;opacity:1;max-height:fit-content}.yaaf-navbar .menu .menu-item.menu-item-has-children .B-Dropdown>ul>.menu-item>.B-Dropdown>ul{display:flex;flex-wrap:wrap;width:100%;opacity:1;max-height:unset;padding:0 15px 0 45px}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item{width:300px;position:unset}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item.current-tab>a{color:var(--clr-primary);background-color:#fcfcfc;box-shadow:0 5px 20px 0 rgba(0,0,0,.07)}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item-has-children>.B-Dropdown{left:300px;top:15px;width:calc(100% - 300px);position:absolute;display:flex;flex-wrap:wrap;display:none;height:calc(100% - 30px);padding:15px;border-radius:20px}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item>a{border:0;padding:15px;border-radius:20px}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item>a>.menu-item-content>.menu-item-description{font-size:14px;color:var(--clr-label);font-weight:400;margin-top:5px;margin-bottom:0}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item>.B-Dropdown>ul>.menu-item{flex:0 0 33.33%;max-width:33.33%}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item>.B-Dropdown>ul>.menu-item>a{border:0;font-weight:500;font-size:14px}.yaaf-navbar .menu .B-Dropdown .menu-item a{display:block;padding:12px 15px;border-bottom:1px solid var(--clr-border)}.yaaf-navbar .menu .B-Dropdown .menu-item:last-child a{border-bottom:0}.yaaf-actions{display:flex;align-items:center;gap:15px}.search-form-yaaf{position:relative;max-width:200px}.search-form-yaaf input{width:100%;height:45px;background-color:#fcfcfc;border:1px solid #f0f0f0;border-radius:30px;padding:15px 15px 15px 50px}.search-form-yaaf button{background-color:transparent;padding:0;border:0;position:absolute;left:15px;top:0;bottom:0;margin:auto 0}.yaaf-shopping-cart-link{height:45px;width:45px;border-radius:50%;background-color:transparent;color:var(--clr-text);display:flex;justify-content:center;align-items:center;position:relative;border:none;transition:all .2s linear}.yaaf-shopping-cart-link:hover{color:var(--clr-primary)}.yaaf-shopping-cart-link .material-symbols-rounded{font-size:1.75rem}.yaaf-shopping-cart-link:hover{cursor:pointer}.yaaf-shopping-cart-link .cart-count{width:18px;height:18px;background-color:var(--clr-primary);border:1px solid var(--clr-primary);color:var(--clr-white);display:flex;justify-content:center;align-items:center;position:absolute;top:6px;right:4px;border-radius:50%;font-weight:500;font-size:10px}.left-navbar-2{padding:0 0 0 20px;background-color:var(--clr-gray);border-color:var(--clr-gray)}.left-navbar-2 .yaaf-actions{height:100%;gap:0;background-color:var(--clr-white)}.yaaf-actions a{text-transform:uppercase;font-weight:700}.left-navbar-2 .yaaf-actions a{display:flex;align-items:center;height:100%}.left-navbar-2 .yaaf-actions a.yaaf-btn_transparent{border-left:1px solid var(--clr-gray);padding:0 20px}.yaaf-centred_header{height:65px;display:flex;border-bottom:1px solid var(--clr-border);padding:0 15px}.yaaf-centred_item{flex:1 0 0;display:flex;align-items:center}.yaaf-centred_item .yaaf-infos_list{height:auto}.yaaf-centred_navbar{height:50px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid var(--clr-border);padding:0 15px}.yaaf-centred_navbar .yaaf-navbar .menu .menu-item.active a{position:relative}.yaaf-centred_navbar .yaaf-navbar .menu .menu-item.active a:before{content:"";display:block;position:absolute;width:100%;height:2px;background-color:var(--clr-primary);bottom:-17px;left:0;right:0;margin:0 auto}.yaaf-centred_header .yaaf-logo{justify-content:center}.yaaf-topbar{display:flex;flex-wrap:wrap;height:40px;padding:0 15px;border:1px solid var(--clr-border)}.yaaf-half_topbar{flex:0 0 50%;max-width:50%}.yaaf-infos_topbar{height:100%}.yaaf-infos_list{display:flex;height:100%}.yaaf-infos_list .yaaf-info_item{display:flex;align-items:center;padding:0 15px;gap:10px;border-right:1px solid var(--clr-border)}.yaaf-infos_list .yaaf-info_item:first-child{padding-left:0}.yaaf-infos_list .yaaf-info_item:last-child{padding-right:0;border-right:0}.yaaf-infos_list .yaaf-info_item span{font-size:18px;color:var(--clr-primary)}.yaaf-social_list{display:flex;align-items:center;gap:15px;height:100%}.yaaf-topbar_meta{display:flex;align-items:center}.yaaf-topbar_meta-item{height:100%;border-right:1px solid var(--clr-border);padding:0 15px}.yaaf-topbar_meta-item:first-child{border-left:1px solid var(--clr-border)}.yaaf-topbar_meta-item:last-child{border-right:none;padding-right:0}.yaaf-search_btn{background-color:transparent;border:none;padding:0;height:100%}.side-c .widget-title{font-size:20px;font-weight:700;margin-top:0;color:var(--clr-secondary);margin-bottom:30px}.widget_nav_menu ul li{padding:7.5px 0}.widget_nav_menu ul li:first-child{padding-top:0}.widget_nav_menu ul li:last-child{padding-bottom:0}.widget_nav_menu ul li a{font-size:14px;font-weight:500;color:var(--clr-text);transition:all .2s linear}.widget_nav_menu ul li a:hover{color:var(--clr-secondary)}.widget_text p{font-size:14px;line-height:24px;color:var(--clr-text)}.yaaf-info_item{padding:13.5px 0;display:flex;align-items:center;font-weight:600}.yaaf-info_item:first-child{padding-top:0}.yaaf-info_item:last-child{padding-bottom:0}.yaaf-info_item span{color:var(--clr-primary);margin-right:15px}.yaaf-info_item a{color:var(--clr-text)}.yaaf-social-media-widget{padding-left:0;margin-top:30px}.yaaf-social-media-widget .widget-title{font-size:20px;color:var(--clr-text);margin-bottom:25px}.social-media-list{display:flex;gap:15px}.social-media-item{padding:0}.social-media-item:before{display:none}.social-media-item a{width:35px;height:35px;border:1px solid var(--clr-desc);color:var(--clr-text);display:flex;justify-content:center;align-items:center;border-radius:10px}.yaaf-footer.footer-style_dark{background-color:#1d1a1a}.footer-style_dark .side-c .wp-block-heading,.footer-style_dark .side-c .widget-title{color:var(--clr-white)}.footer-style_dark .widget_nav_menu ul li a{color:var(--clr-white)}.footer-style_dark .widget_nav_menu ul li a:hover{color:var(--clr-primary)}.footer-style_dark .widget_text p{color:var(--clr-white)}.footer-style_dark .yaaf-info_item{color:var(--clr-white);margin-right:15px}.footer-style_dark .yaaf-info_item span{color:var(--clr-primary)}.footer-style_dark .yaaf-info_item a{color:var(--clr-white)}.footer-style_dark .yaaf-bottom_footer{border-color:#252c29}.footer-style_dark .yaaf-bottom_footer .yaaf-copy-right{color:var(--clr-white)}.yaaf-footer{padding:60px 0}.yaaf-footer.has-bottom_footer{padding-bottom:0}.yaaf-footer_style-2 .yaaf-row,.yaaf-footer_style-3 .yaaf-row{justify-content:space-between}.yaaf-footer .yaaf-social_list{height:auto}.yaaf-bottom_footer{display:flex;justify-content:space-between;border-top:1px solid var(--clr-border);height:60px;align-items:center;margin-top:60px}.yaaf-bottom_footer p{margin:0}.yaaf-footer .wp-block-list{color:var(--clr-white);font-size:14px}.yaaf-footer .wp-block-list a{color:var(--clr-white)}.yaaf-footer .wp-block-list li{display:flex;align-items:flex-start;gap:10px}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul,.yaaf-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul,.yaaf-container{max-width:540px}}@media (min-width:768px){.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul,.yaaf-container{max-width:720px}}@media (min-width:992px){.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul,.yaaf-container{max-width:960px}}@media (min-width:1200px){.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul,.yaaf-container{max-width:1140px}}.yaaf-container_fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.yaaf-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.yaaf-1,.yaaf-2,.yaaf-3,.yaaf-4,.yaaf-5,.yaaf-6,.yaaf-7,.yaaf-8,.yaaf-9,.yaaf-10,.yaaf-11,.yaaf-12,.yaaf,.yaaf-auto,.yaaf-sm-1,.yaaf-sm-2,.yaaf-sm-3,.yaaf-sm-4,.yaaf-sm-5,.yaaf-sm-6,.yaaf-sm-7,.yaaf-sm-8,.yaaf-sm-9,.yaaf-sm-10,.yaaf-sm-11,.yaaf-sm-12,.yaaf-sm,.yaaf-sm-auto,.yaaf-md-1,.yaaf-md-2,.yaaf-md-3,.yaaf-md-4,.yaaf-md-5,.yaaf-md-6,.yaaf-md-7,.yaaf-md-8,.yaaf-md-9,.yaaf-md-10,.yaaf-md-11,.yaaf-md-12,.yaaf-md,.yaaf-md-auto,.yaaf-lg-1,.yaaf-lg-2,.yaaf-lg-3,.yaaf-lg-4,.yaaf-lg-5,.yaaf-lg-6,.yaaf-lg-7,.yaaf-lg-8,.yaaf-lg-9,.yaaf-lg-10,.yaaf-lg-11,.yaaf-lg-12,.yaaf-lg,.yaaf-lg-auto,.yaaf-xl-1,.yaaf-xl-2,.yaaf-xl-3,.yaaf-xl-4,.yaaf-xl-5,.yaaf-xl-6,.yaaf-xl-7,.yaaf-xl-8,.yaaf-xl-9,.yaaf-xl-10,.yaaf-xl-11,.yaaf-xl-12,.yaaf-xl,.yaaf-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.yaaf{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.yaaf-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.yaaf-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.yaaf-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.yaaf-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.yaaf-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.yaaf-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.yaaf-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.yaaf-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.yaaf-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.yaaf-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.yaaf-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.yaaf-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.yaaf-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.yaaf-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.yaaf-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.yaaf-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.yaaf-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.yaaf-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.yaaf-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.yaaf-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.yaaf-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.yaaf-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.yaaf-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.yaaf-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.yaaf-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.yaaf-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.yaaf-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.yaaf-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.yaaf-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.yaaf-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.yaaf-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.yaaf-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.yaaf-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.yaaf-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.yaaf-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.yaaf-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.yaaf-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.yaaf-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.yaaf-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.yaaf-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.yaaf-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.yaaf-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.yaaf-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.yaaf-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.yaaf-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.yaaf-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.yaaf-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.yaaf-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.yaaf-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.yaaf-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.yaaf-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.yaaf-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.yaaf-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.yaaf-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.yaaf-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.yaaf-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.yaaf-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.yaaf-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.yaaf-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.yaaf-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.yaaf-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.yaaf-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.yaaf-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.yaaf-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.yaaf-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.yaaf-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.yaaf-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.yaaf-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.yaaf-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.yaaf-txtimg_footer{display:block;margin-top:30px}.yaaf-txtimg_text ul{margin-top:20px}.yaaf-txtimg_text ul li{position:relative;padding-left:20px;margin-bottom:5px}.yaaf-txtimg_text ul li:before{content:"";display:block;position:absolute;left:0;top:6px;width:8px;height:8px;border:2px solid var(--clr-primary);border-radius:50%}.yaaf-layred_images{height:100%}.yaaf-txtimg_content{flex:0 0 50%;max-width:50%}.yaaf-image img{width:100%;height:auto;border-radius:20px}.yaaf-txtimg_layred{flex:0 0 100%;max-width:100%;position:relative;height:100%;margin-bottom:45px}.yaaf-txtimg_layred:before{position:absolute;top:-30px;width:240px;height:100%;content:"";display:none;z-index:-1;background-image:url(//lizenzdepot.de/wp-content/themes/yaaf/assets/images/image-shape.png);background-position:center;background-repeat:no-repeat;background-size:cover}.txtimg_left .yaaf-txtimg_layred{display:flex;justify-content:flex-end}.yaaf-txtimg_layred img{border-radius:20px;box-shadow:0 0px 40px 6px rgba(0,0,0,.1)}.yaaf-txtimg_layred img:nth-child(1){width:90%;object-fit:cover;object-position:center;z-index:9}.yaaf-txtimg_layred img:nth-child(2){position:absolute;bottom:-45px;width:60%;height:70%;object-fit:cover;object-position:center;z-index:9}.yaaf-txtimg_layred.p-right .yaaf-layred_images{display:flex;justify-content:flex-end}.yaaf-txtimg_layred.p-right img:nth-child(2){left:0}.yaaf-txtimg_layred.p-left img:nth-child(2){right:0}.yaaf-txtimg_layred.p-right:before{right:-30px;border-top-right-radius:30px}.txtimg_left .yaaf-txtimg_layred img:nth-child(2){left:0}.yaaf-txtimg_layred.p-left:before{left:-30px;border-top-left-radius:30px}.txtimg_right .yaaf-txtimg_layred img:nth-child(2){right:0}.yaaf-iboxes_heading .yaaf-heading_title{font-size:32px;color:var(--clr-primary)}.yaaf-iboxes_heading .yaaf-heading_desc{margin-top:25px}.yaaf-heading_desc{font-size:16px;color:var(--clr-text);line-height:22px;margin-bottom:0}.yaaf-heading_link{font-size:16px;display:flex;align-items:center;gap:12px;font-weight:500;color:var(--clr-label);transition:all .2s linear}.yaaf-heading_link .material-symbols-rounded{font-size:1.5rem}.yaaf-heading_link:hover{color:var(--clr-text)}.style_2 .ibox-item{background-color:var(--clr-white);border-radius:30px;padding:30px 20px;box-shadow:0 0 30px 0 rgba(0,0,0,.05)}.ibox-item_icon{width:60px;height:60px;background-color:var(--clr-secondary);display:flex;justify-content:center;align-items:center;color:#fff;font-size:1.75rem;margin-bottom:25px;border-radius:4px}.style_2 .ibox-item .ibox-item_icon{background-color:transparent;color:var(--clr-secondary)}.style_2 .ibox-item .ibox-item_title{font-size:20px;font-weight:700}.ibox-item_title{font-size:1.313rem;font-weight:700;color:var(--clr-text);margin-bottom:15px}.ibox-item_desc{font-size:1rem;color:var(--clr-desc);margin-bottom:0}.yaaf-iboxes_items{width:100%;position:relative}.yaaf-row{display:flex;flex-wrap:wrap;margin:0 -15px;gap:30px 0}.style_1 .yaaf-iboxes_heading{flex:0 0 33.33%;max-width:33.33%;padding:0 15px}.style_1 .yaaf-iboxes_items{flex:0 0 66.66%;max-width:66.66%;padding:0 15px 0 65px}.style_1 .yaaf-iboxes_items .iboxes-list{display:flex;flex-wrap:wrap;margin:0 -15px;gap:30px 0}.style_1 .iboxes-list .ibox-item{flex:0 0 50%;max-width:50%;padding:0 15px}.style_2 .yaaf-iboxes_heading{display:flex;flex-wrap:wrap;margin:0 -15px 20px}.style_2 .yaaf-iboxes_heading .yaaf-heading_title{flex:0 0 33.33%;max-width:33.33%;padding:0 15px}.style_2 .yaaf-iboxes_heading .yaaf-heading_desc{flex:0 0 66.66%;max-width:66.66%;padding:0 15px 0 65px}.style_3 .ibox-item_icon{background-color:var(--clr-primary)}.style_3 .ibox-item{padding:2rem;position:relative;background-color:#fff;border:2px solid #fcfcfc}.style_3 .ibox-item:before{content:"";display:block;width:100%;height:100%;background-color:var(--clr-text);position:absolute;bottom:0;right:0;z-index:-1;visibility:hidden;transition:all .2s linear}.style_3 .ibox-item:hover:before{bottom:-10px;right:-10px;visibility:visible}.style_3 .yaaf-iboxes_heading{display:flex;flex-wrap:wrap;margin:0 -15px}.style_3 .yaaf-iboxes_heading .yaaf-heading_title{flex:0 0 33.33%;max-width:33.33%;padding:0 15px}.style_3 .yaaf-iboxes_heading .yaaf-heading_desc{flex:0 0 66.66%;max-width:66.66%;padding:0 15px 0 65px}.style_4 .yaaf-iboxes_heading{width:40%;text-align:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto 45px}.style_4 .ibox-item{text-align:center}.style_4 .ibox-item .ibox-item_icon{margin:0 auto 25px}.yaaf-col_3{flex:0 0 25%;max-width:25%;padding:0 15px}.yaaf-col_4{flex:0 0 33.33%;max-width:33.33%;padding:0 15px}.yaaf-col_5{flex:0 0 20%;max-width:20%;padding:0 15px}.yaaf-col_6{flex:0 0 50%;max-width:50%;padding:0 15px}.yaaf-col_8{flex:0 0 66.66%;max-width:66.66%;padding:0 15px}.yaaf-post_card{border-radius:0}.yaaf-post_card .yaaf-post_thumb{width:100%;height:300px;position:relative;border-radius:30px;overflow:hidden;box-shadow:0 5px 30px 0 rgba(0,0,0,.04)}.yaaf-post_thumb img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:all .2s cubic-bezier(.25,.46,.45,.94)}.yaaf-post_card:hover .yaaf-post_thumb img{transform:scale(1.05)}.yaaf-post_thumb .yaaf-post_cats{display:flex;gap:5px;position:absolute;top:8px;right:8px}.yaaf-post_header{margin-bottom:20px}.yaaf-post_header li{font-size:.75rem;padding:0 18px;position:relative;margin:0;display:inline-block}.yaaf-post_header li:before{content:'';display:block;width:14px;height:2px;background-color:var(--clr-label);position:relative;left:-26px;top:10px}.yaaf-post_header li:first-child:before{display:none}.yaaf-post_header li:first-child{padding-left:0}.yaaf-post_header li:last-child{padding-right:0}.yaaf-post_header li a{color:var(--clr-label);font-weight:500}.yaaf-post_header li span{color:var(--clr-label);font-weight:500}.yaaf-post_categories li{padding:0;display:inline-block}.yaaf-post_categories li:before{content:", ";display:inline-block;width:auto;height:auto;background-color:transparent;left:0;top:0}.yaaf-post_card .yaaf-post_excerpt{padding:25px 25px 0}.yaaf-post_card .yaaf-post_excerpt p{margin-bottom:0;margin-top:15px;color:var(--clr-label)}.yaaf-post_card_title{font-size:1.375rem;line-height:normal;margin-bottom:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.yaaf-post_card_title a{color:var(--clr-text);transition:all .2s linear}.yaaf-post_card:hover .yaaf-post_card_title a{color:var(--clr-primary)}.yaaf-post_card_excerpt{font-size:16px;color:#687d76;margin-bottom:0;line-height:22px}.yaaf-post_excerpt{border-top:none}.yaaf-post_meta{display:flex;justify-content:space-between;margin-top:30px}.yaaf-post_meta span{font-size:.875rem;color:var(--clr-text)}.yaaf-post_meta a{font-size:1rem;color:var(--clr-primary);font-weight:600;display:flex;align-items:center}.yaaf-post_meta a .material-symbols-rounded{font-size:20px;margin-left:10px;color:var(--clr-primary);position:relative;top:1px}.post-card_style_2 .yaaf-post_card_title{padding:20px;margin-bottom:0}.yaaf-lposts_heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:45px}.yaaf-heading_title{font-size:32px;color:var(--clr-text);margin-bottom:0}.yaaf-lposts_style_2 .yaaf-lposts_heading{flex-direction:column;height:100%;align-items:flex-start;margin:0}.yaaf-team_heading{text-align:center}.yaaf-team_subtitle{margin-bottom:15px;font-weight:400}.yaaf-team_heading .yaaf-team_desc{width:400px;margin:0 auto}.yaaf-member_card{border-radius:4px;overflow:hidden}.member-card_s-1{background-color:var(--clr-white)}.member_card-thumb{width:100%;height:250px;background-color:var(--clr-text)}.member_card-thumb img{width:101%;height:100%;object-fit:cover}.member_card-content{padding-top:8px}.member-name{font-size:16px;color:var(--clr-text);font-weight:600;margin-bottom:2%;margin-top:0}.member-job_title{font-size:12px;color:var(--clr-desc)}.member_card-social{display:flex;gap:10px;margin-top:15px}.member_card-social a{color:var(--clr-primary);font-size:16px}.member-card_meta{padding-top:10px}.member-card_s-2 .member-card_meta,.member-card_s-3 .member-card_meta{display:flex;flex-wrap:wrap}.member-card_s-2 .member-card_meta .member_card-content,.member-card_s-3 .member-card_meta .member_card-content{flex:0 0 calc(100% - 60px);max-width:calc(100% - 60px);display:flex;flex-direction:column;justify-content:center}.member-card_s-2 .member-card_meta .member_card-social,.member-card_s-3 .member-card_meta .member_card-social{flex:0 0 60px;max-width:60px;flex-wrap:wrap;gap:0;align-items:center;height:100%;margin-top:0}.member-card_s-2 .member-card_meta .member_card-social a,.member-card_s-3 .member-card_meta .member_card-social a{flex:0 0 50%;max-width:50%;height:30px;line-height:30px;text-align:center}.member-card_s-3 .member-card_meta{padding:15px;background-color:var(--clr-white)}.member-card_s-4 .member-card_meta{padding-top:15px;text-align:center}.member-card_s-4 .member_card-social{justify-content:center}.yaaf-pt_heading-row{display:flex;flex-wrap:wrap;align-items:end;padding-bottom:45px}.yaaf-pt_heading{flex:0 0 45%;max-width:45%;padding-right:45px}.yaaf-pt_desc{flex:0 0 55%;max-width:55%}.yaaf-pt_subtitle{margin-bottom:15px}.yaaf-tp_card{padding:20px;border:2px solid var(--clr-border);background-color:var(--clr-white);border-radius:4px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.yaaf-tp_card-style_1 .tp_card-title{font-size:20px;font-weight:700;color:var(--clr-text)}.yaaf-tp_card a{display:flex;width:100%;justify-content:center;align-items:center;font-size:16px;margin-top:35px}.tp_card-price{font-size:38px;font-weight:700;display:flex;align-items:center;margin:0;color:var(--clr-primary)}.tp_card-price.custom-price{font-size:28px !important;height:58px;padding-bottom:6px}.tp_card-price span{font-size:14px;font-weight:400;color:var(--clr-desc);margin-left:0}.tp_card-price sup{top:-9px;position:relative;font-size:28px;margin-right:5px}.tp_card-desc{font-size:16px;line-height:22px;color:var(--clr-desc);margin:20px 0 0}.tp_card-features{margin-top:40px}.tp_card-features .tp-feature_item{font-size:16px;margin-bottom:20px;color:var(--clr-text);display:flex;gap:10px}.tp_card-features .tp-feature_item:before{content:"\e9c3";display:block;line-height:18px;text-align:center;width:16px;height:16px;background-color:var(--clr-primary);border-radius:50%;font-family:unicons-line;font-style:normal;font-weight:400;font-size:12px;color:var(--clr-white)}.tp_card-features .tp-feature_item:last-child{margin-bottom:0}.yaaf-tp_card-style_2 .tp_card-price{font-size:48px;margin-top:20px;align-items:flex-end}.yaaf-tp_card-style_2 .tp_card-price span{position:relative;top:-9px}.yaaf-tp_card-style_2 .tp_card-title{font-size:32px;color:var(--clr-secondary);margin-bottom:15px}.yaaf-tp_card-style_2 .tp_card-price{color:var(--clr-text)}.yaaf-tp_card-style_2 .tp_card-price span{color:var(--clr-secondary)}.yaaf-tp_card-style_3{display:flex;flex-direction:column;justify-content:space-between;min-height:400px}.yaaf-tp_card-style_3 .tp_card-title{font-size:30px}.yaaf-tp_card-style_3 .tp_card-features{margin-top:10px}.yaaf-tp_card-style_3 .tp_card-features .tp-feature_item{color:var(--clr-desc)}.vc_row[data-vc-full-width=true] .yaaf-cta .cta-template_1,.vc_row[data-vc-full-width=true] .yaaf-cta .cta-template_2,.vc_row[data-vc-full-width=true] .yaaf-cta .cta-template_3{max-width:1140px;margin:0 auto;padding:0 15px}.yaaf-cta{padding:35px;min-height:220px;display:flex;align-items:center}.yaaf-cta>div{width:100%}.cta-content p{margin-bottom:0}.cta-subtitle{font-size:18px;margin-bottom:20px}.cta-title{font-size:36px;margin-bottom:20px}.cta-description{font-size:18px;line-height:26px;width:60%}.cta-button .yaaf-button{display:inline-flex;min-width:120px;justify-content:center}.cta-template_1 .cta-wrapper{display:flex;justify-content:space-between;align-items:flex-end;color:var(--clr-white)}.cta-template_2{color:var(--clr-white)}.cta-template_2 .cta-content{margin-bottom:20px}.cta-template_3{text-align:center}.cta-template_3 .cta-content p{margin:0 auto 35px}.yaaf-cta.yaaf-transparent{background-color:transparent}.yaaf-cta.yaaf-secondary{background-color:#1a2420;color:var(--clr-white)}.yaaf-cta.mode-transparent{background-color:transparent;color:var(--clr-white);padding:0}.yaaf-cta.mode-transparent .cta-button .yaaf-button{background-color:var(--clr-white);color:var(--clr-primary)}.tst-basic{margin-top:25px}.tst .slick-dots{position:absolute;top:-40px;right:15px}.tst .slick-dots{display:flex;gap:3px}.tst .slick-dots li{height:5px;display:flex;align-items:center}.tst .slick-dots li button{width:5px;height:5px;background-color:var(--clr-text);font-size:0;border:none;padding:0;transition:all .2s linear;border-radius:2px}.tst .slick-dots li button:hover{cursor:pointer}.tst .slick-dots li.slick-active button{width:85px}.testimonial-card{background-color:var(--clr-white);box-shadow:0 3px 16px 0 rgba(0,0,0,.03);padding:20px;border-radius:30px}.yaaf-testimonials .tst-t_4 .testimonial-card{min-height:300px;display:flex !important;flex-direction:column;justify-content:space-between;padding:30px}.yaaf-testimonials .tst-t_4 .testimonial-header{margin-bottom:0}.testimonial-header{display:flex;flex-wrap:wrap;margin-bottom:30px;align-items:center}.testimonial-thumb{flex:0 0 45px;max-width:45px;height:45px;border-radius:4px;overflow:hidden}.testimonial-thumb img{width:100%;height:100%;object-fit:cover}.yaaf-testimonials .tst-t_4 .testimonial-thumb{border-radius:30px}.testimonial-header_content{flex:0 0 calc(100% - 45px);max-width:calc(100% - 45px);padding-left:10px}.testimonial-header h4{font-size:16px;font-weight:500;color:var(--clr-text);margin-top:0;margin-bottom:2px}.testimonial-header p{font-size:12px;color:var(--clr-desc);margin-bottom:0}.testimonial-body p{font-size:16px;line-height:22px;color:var(--clr-label);margin-bottom:0}.testimonial-review{margin-top:30px}.testimonial-review span{font-size:20px;color:#ffa63a}.card-2 .testimonial-footer{display:flex;justify-content:space-between;margin-top:30px}.card-2 .testimonial-name h4{font-size:16px;font-weight:700;color:var(--clr-text);margin-top:0;margin-bottom:5px}.card-2 .testimonial-review{margin:0}.card-2 .testimonial-header{margin-bottom:0}.card-2 .testimonial-header span{transform:rotate(180deg);font-size:58px;position:relative;top:-10px;left:-8px;color:var(--clr-primary)}.tst-full-width{width:100%}.tst-full-width .testimonial-card{display:flex !important;flex-wrap:wrap;background:0 0;box-shadow:none;padding:0;align-items:flex-end}.tst-full-width .testimonial-thumb{flex:0 0 33.33%;max-width:33.33%;background-color:transparent;height:auto;position:relative;top:-20px}.tst-full-width .testimonial-thumb div{width:250px;height:300px;background-color:var(--clr-text);position:relative}.tst-full-width .testimonial-thumb div:before{position:absolute;top:50px;right:-30px;width:150px;height:100%;content:"";display:block;z-index:-1;background-image:url(//lizenzdepot.de/wp-content/themes/yaaf/assets/images/image-shape.png);background-position:center;background-repeat:no-repeat;background-size:cover}.tst-full-width .testimonial-content{flex:0 0 66.66%;max-width:66.66%;padding-left:35px}.tst .slick-list{padding:20px 0}.tst .slick-slide>div{padding:0 15px}.tst .slick-arrow{display:none !important}.tst-t_4 .slick-arrow{display:flex !important;width:45px;height:45px;border-radius:50%;background-color:var(--clr-white);box-shadow:0 0 30px 3px rgba(0,0,0,.05);border:none;position:absolute;left:-50.33%;bottom:20px;justify-content:center;align-items:center;color:var(--clr-primary);transition:all .2s linear}.tst-t_4 .slick-arrow span{font-size:20px}.tst-t_4 .slick-arrow:hover{background-color:var(--clr-primary);color:var(--clr-white);cursor:pointer}.tst-t_4 .slick-next.slick-arrow{left:calc(-50.33% + 55px)}.tst-t_3{position:relative;padding:65px 0}.tst-t_3 .tst-header{position:absolute;top:90px;left:calc(33.33% + 40px)}.tst-t_3 .testimonial-header_content{padding-left:0}.tst-t_3 .tst .slick-dots{top:unset;bottom:5px}.tst-t_3 .tst .slick-list{padding:0}.tst-t_4{display:flex;flex-wrap:wrap}.tst-t_4 .tst-header{flex:0 0 33.33%;max-width:33.33%;display:flex;flex-direction:column;justify-content:space-between;padding-right:35px;padding-top:20px}.tst-t_4 .tst-header .tst-description{width:85%;font-size:16px;line-height:22px;color:var(--clr-desc)}.tst-t_4 .tst{flex:0 0 66.66%;max-width:66.66%}.tst-t_4 .tst-full-width .testimonial-thumb{height:45px;width:45px}.tst-t_4 .tst .slick-dots{top:unset;bottom:-15px}.keys-header{height:100%;display:flex;align-items:center}.keys-header .keys-subtitle{font-size:16px;text-transform:uppercase;font-weight:500;margin-bottom:20px;color:var(--clr-primary)}.keys-header .keys-title{font-size:32px;margin-bottom:0;color:var(--clr-text)}.keys-block{display:flex;flex-wrap:wrap}.key-title{font-size:16px;line-height:19px;font-weight:500;margin-bottom:0}.key-value{font-size:42px;font-weight:700;line-height:52px}.key-value sup{top:10px;position:relative;font-size:28px;margin-left:3px}.key-desc{font-size:14px;line-height:18px;color:var(--clr-desc);margin-top:10px;width:90%}.keys-yaaf-1 .key-title,.keys-yaaf-4 .key-title{margin-top:10px;color:var(--clr-desc)}.keys-yaaf-3 .key-wrap{text-align:center}.keys-yaaf-3 .key-title{margin-top:15px}.keys-yaaf-3 .key-desc{width:100%}.keys-yaaf-4{position:relative;padding:45px 0}.keys-yaaf-4:before{content:"";display:block;width:33.33%;height:100%;position:absolute;left:0;top:0;background-color:#fff7f2;z-index:-1}.keys-yaaf-4:after{content:"";display:block;width:66.66%;height:100%;position:absolute;right:0;top:0;background-color:#e0885b;z-index:-1}.keys-yaaf-4 .key-value{color:var(--clr-white)}.keys-yaaf-4 .key-title{color:var(--clr-white)}.keys-yaaf-4 .yaaf-keys{width:80%;margin:0 auto}.step-wrap{text-align:center;width:100%;border:2px solid #fff7f2;padding:35px 30px;overflow:hidden;display:flex;justify-content:center;align-items:center;min-height:310px;position:relative;overflow:hidden}.step-title{font-size:22px;font-weight:700;margin-bottom:20px}.step-value{font-size:1rem;line-height:22px;color:var(--clr-desc);font-weight:300}.step-content span{margin-bottom:35px;color:var(--clr-primary);font-size:46px;line-height:46px;display:block}.steps-yaaf-1{counter-reset:step-counter}.steps-yaaf>.yaaf-row>.yaaf-lg-12>.yaaf-row{counter-reset:step-counter}.steps-yaaf>.yaaf-row>div,.steps-yaaf>.yaaf-row>.yaaf-lg-12>.yaaf-row>div{position:relative;counter-increment:step-counter}.steps-yaaf-3 .yaaf-row>div .step-wrap:before,.steps-yaaf>.yaaf-row>.yaaf-lg-12>.yaaf-row>div>.step-wrap:before{content:'0'counter(step-counter);display:block}.steps-yaaf-1 .yaaf-lg-12 .yaaf-row>div>.step-wrap:before{position:absolute;top:30px;left:30px;font-size:20px;font-weight:700;color:var(--clr-white)}.steps-yaaf-1 .step-wrap{background-color:#1d1a1a;border-radius:30px;overflow:hidden;border:none;text-align:left;height:430px;align-items:end}.steps-yaaf-1 .step-wrap .floated-icon{position:absolute;bottom:-50px;right:-30px;color:#1c1a1a;mix-blend-mode:screen;font-size:250px;opacity:.2}.steps-yaaf-1 .step-title,.steps-yaaf-1 .step-value,.steps-yaaf-1 .step-content .uil{color:var(--clr-white)}.steps-yaaf-2 .step-wrap,.steps-yaaf-3 .step-wrap{flex-direction:column-reverse;justify-content:space-between}.steps-yaaf-2 .step-wrap:before,.steps-yaaf-3 .step-wrap:before{flex-direction:column-reverse;width:35px;height:35px;text-align:center;line-height:35px;font-size:18px;color:var(--clr-primary);background-color:#fff7f2;z-index:9}.steps-yaaf-2 .step-wrap:after,.steps-yaaf-3 .step-wrap:after{content:"";display:block;position:absolute;bottom:52px;left:0;right:0;width:100%;height:1px;background-color:#fff7f2}.steps-yaaf-3 .step-wrap{border-right:0}.steps-yaaf-3 .last-step .step-wrap{border-right:2px solid #fff7f2}.steps-yaaf-3{padding:0 15px}.yaaf-page-header.header-bg{position:relative;height:450px;background-repeat:no-repeat;background-size:cover;background-position:center;margin-bottom:60px}.yaaf-page-header{min-height:120px;display:flex;align-items:center;background-color:#fafafa;margin-bottom:45px;padding-top:45px;padding-bottom:45px}.yaaf-page-header.header-bg:before{content:'';display:block;position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(to top,rgba(54,95,81,1),rgba(54,95,81,0))}.yaaf-page-header .yaaf-container{position:relative}.yaaf-content{position:relative;z-index:2;width:60%}.woocommerce-products-header__title.page-title{margin-bottom:0;width:50%}.woocommerce-products-header .term-description{width:60%;margin-top:15px;font-size:1rem;color:var(--clr-label)}.page-header-title{font-size:2.625rem;line-height:3rem;font-weight:600;margin-bottom:0}.yaaf-page-header.header-bg .page-header-title{color:var(--clr-white)}.page-header-subtitle{font-size:1rem;font-weight:500;color:var(--clr-primary);margin-bottom:15px;margin-top:55px}.page-header-description{font-size:1rem;line-height:24px;color:var(--clr-label);margin-bottom:55px;margin-top:30px}.breadcrumbs{position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;gap:4px}.breadcrumbs{font-size:.875rem;color:var(--clr-label)}.breadcrumbs a{color:var(--clr-label)}.breadcrumbs .material-symbols-rounded{font-size:1.1rem;color:var(--clr-label);position:relative;top:1px}.breadcrumbs .current-page:last-child,.breadcrumbs .current{color:#1d1a1a;font-weight:500}.breadcrumbs .current-page:last-child{width:100px;white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.sidebar .widget{margin-bottom:40px}.sidebar .widget:last-child{margin-bottom:0}.widget .wp-block-heading,.sidebar .widget-title{font-size:1.25rem;color:var(--clr-text);margin-bottom:25px}.wp-block-categories li{margin-bottom:12px}.wp-block-categories li a{color:var(--clr-text);font-weight:500}.wp-block-categories li ul{padding-left:15px;margin-top:14px}.wp-block-categories li ul li a{font-weight:400}.recent-posts .recent-posts-item{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:15px}.recent-posts-item .item-thumbnail{flex:0 0 65px;max-width:65px;width:65px;height:65px;background-color:var(--clr-text);border-radius:15px;overflow:hidden}.recent-posts-item .item-thumbnail img{width:100%;height:100%;object-fit:cover}.recent-posts-item .item-meta{flex:calc(100% - 65px);max-width:calc(100% - 65px);padding-left:15px}.recent-posts-item .item-meta .item-title{font-size:1rem;font-weight:600;color:var(--clr-text);margin-bottom:10px;line-height:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.recent-posts-item .item-meta .item-title a{color:var(--clr-text);text-decoration:none}.recent-posts-item .item-meta .item-date{font-size:12px;color:var(--clr-label);margin-bottom:0;line-height:normal}.recent-posts .recent-posts-item:last-child{margin-bottom:0}.yaaf-page-header .post-categories{display:flex;gap:15px}.yaaf-page-header .post-categories li:before{display:none}.yaaf-page-header .post-categories li{padding:0;margin:0}.yaaf-page-header .post-categories li a{color:var(--clr-white)}.yaaf-sidebar{background-color:#fcfcfc;position:sticky;top:95px;padding:15px;border-radius:20px;border:1px solid #f5f5f5}.wp-block-search__label{margin-bottom:10px;display:block;font-size:1.25rem;font-weight:600;color:var(--clr-text);margin-bottom:15px}.yaaf-tags .tag-item{display:inline-block;margin-right:10px;margin-bottom:10px;padding:0}.yaaf-tags .tag-item:before{display:none}.yaaf-tags .tag-item a{font-size:14px;padding:6px 15px;color:var(--clr-secondary);background-color:var(--clr-gray);display:block}.yaaf-tags .tag-item:first-child{margin-left:0}.yaaf-tags .tag-item:last-child{margin-right:0}.yaaf-pagination{display:flex;justify-content:flex-end;align-items:center;width:100%;margin-top:15px;padding:0 15px;gap:10px}.yaaf-pagination .page-numbers{width:30px;height:30px;font-size:12px;color:var(--clr-desc);display:flex;justify-content:center;align-items:center;position:relative}.yaaf-pagination .page-numbers.current{width:auto;color:var(--clr-text);display:flex;align-items:center;padding-right:30px;padding-left:15px}.yaaf-pagination .page-numbers:after{content:'';display:block;width:0;height:1px;background-color:var(--clr-text);margin-left:8px;transition:all .2s linear;position:absolute;left:22px;top:50%}.yaaf-pagination .page-numbers.current:after{width:30px}.yaaf-pagination .next.page-numbers{width:auto;margin-left:15px}.yaaf-pagination .prev.page-numbers{width:auto;margin-right:15px}.yaaf-pagination .next.page-numbers:after,.yaaf-pagination .prev.page-numbers:after{display:none}.default-layout .yaaf-post_card .yaaf-post_thumb{height:450px}.list-layout .yaaf-post_card{display:flex;flex-wrap:wrap;align-items:center}.list-layout .yaaf-post_card .yaaf-post_thumb{flex:0 0 250px;max-width:250px;height:200px}.list-layout .yaaf-post_card .yaaf-post_excerpt{flex:0 0 calc(100% - 250px);max-width:calc(100% - 250px)}.list-layout .yaaf-post_card .yaaf-post_meta{align-items:flex-end}.yaaf-filter-row{display:flex;padding:0 10px;margin-bottom:35px;gap:30px}.yaaf-filter-row button{padding:0;background-color:transparent;border:none;font-weight:600;color:var(--clr-desc);transition:all .2s linear}.yaaf-filter-row button:hover{cursor:pointer;color:var(--clr-primary)}.yaaf-filter-row button.is-checked{color:var(--clr-primary)}.masonry{position:relative}.masonry-item{width:277.5px;padding:10px}.masonry-item.post-item-3{width:370px;padding:10px}.masonry-item.post-item-4{width:277.5px;padding:10px}.masonry-item.post-item-6{width:555px;padding:10px}.yaaf-loader{display:flex;justify-content:center;padding:35px 0}.yaaf-loader img{width:40px}#yaaf-scroll-wrapper.masonry .yaaf-post_thumb{height:auto;background-color:transparent}.yaaf-featured-posts{height:500px;background-color:#000;position:relative;margin-bottom:65px}.yaaf-featured-posts .slick-list{height:100%}.yaaf-featured-posts .yaaf-featured-post,.yaaf-featured-posts .slick-list .slick-track,.yaaf-featured-posts .slick-list .slick-track .slick-slide,.yaaf-featured-posts .slick-list .slick-track .slick-slide>div{height:100%}.yaaf-featured-posts .slick-arrow{height:100%;width:50px;position:absolute;bottom:0;z-index:9;background-color:transparent;border:none;padding:0;color:var(--clr-white);font-size:22px}.yaaf-featured-posts .slick-arrow:hover{cursor:pointer}.yaaf-featured-posts .slick-prev{left:0}.yaaf-featured-posts .slick-next{right:0}.yaaf-featured-posts .yaaf-featured-post{position:relative}.yaaf-featured-posts .yaaf-featured-post .yaaf-container{position:relative}.featured-post-wrap{position:absolute;bottom:65px;left:0;z-index:9;padding:0 60px;width:100%}.yaaf-featured-post:before{content:'';display:block;position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:9;background:linear-gradient(to top,rgba(54,95,81,1),rgba(54,95,81,0))}.featured-post-thumb{position:absolute;top:0;left:0;width:100%;height:100%}.featured-post-thumb img{width:100%;height:100%;object-fit:cover;object-position:center}.featured-post-content h3{font-size:28px;color:var(--clr-white);font-weight:700;margin-bottom:20px}.featured-post-content p{font-size:16px;color:var(--clr-white);line-height:24px;margin-bottom:30px;margin-top:0;max-width:450px}.featured-post-content a{color:var(--clr-white);background-color:transparent;border:1px solid var(--clr-white);height:40px;padding:0 20px;display:inline-flex;align-items:center;font-weight:700}.article-wrapper{padding-left:5%}.yaaf-single-post{padding-top:60px;padding-bottom:60px}.single-post-content ul{margin-top:15px}.article-featured-image img{width:100%;height:auto;border-radius:20px;margin-top:30px}.single-post-content{margin-top:45px}.single-post-content>.wp-block-quote{margin:0;padding:15px 15px 15px 20px;background-color:#f8f8f8;border-radius:4px;margin-bottom:15px;border-left:5px solid var(--clr-primary)}.single-post-content .wp-block-quote .wp-block-quote{margin:0;padding:0}.single-post-content>.wp-block-quote p{font-style:italic;font-size:18px}.single-post-content>.wp-block-quote p:last-child{margin-bottom:0}.single-post-content>.wp-block-quote p:first-child:first-letter {font-size:unset;padding:unset;float:unset}.single-post-content p{font-size:16px;line-height:1.5;color:#7a7e83;font-weight:300}.single-post-content h2{font-size:32px}.single-post-content h3{font-size:1.375rem}.single-post-content h4{font-size:1.125rem;margin-bottom:15px}.single-post-content h5{font-size:1rem}.single-post-content h6{font-size:24px}.single-post-content{margin-bottom:45px}.article-meta-infos{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.meta-author{display:flex;align-items:center}.author-avatar{width:35px;height:35px;border-radius:50%;overflow:hidden}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-content{padding-left:10px}.author-name{margin-bottom:0;font-size:.875rem;font-weight:500;color:var(--clr-label)}.article-meta-date{color:var(--clr-label);font-size:.875rem;font-weight:500;display:flex;align-items:center}.article-meta-date .date{padding-left:8px}.article-meta-date .material-symbols-rounded{font-size:1.25rem}.article-categories{margin-bottom:20px}.article-categories ul li{display:inline-block}.article-categories ul li a{background-color:#f6f6f6;color:var(--clr-label);padding:8px 20px;border-radius:20px;font-size:.875rem;font-weight:500}.yaaf-comments{padding-top:65px}.yaaf-comments .comment-reply-title{font-size:24px;margin-bottom:15px}.yaaf-comments .logged-in-as{color:var(--clr-desc);margin-bottom:35px}.comment-form{position:relative;margin-bottom:65px}.comment-form .form-submit{margin-top:20px;text-align:right;margin-bottom:0}.comment-form .form-submit input[type=submit]{color:var(--clr-white);background-color:var(--clr-primary);height:48px;padding:0 20px;display:inline-flex;align-items:center;font-weight:600;border:none;border-radius:20px;font-size:1rem}.comment-form .form-submit input[type=submit]:hover{cursor:pointer}.comment-form-comment label{display:block}.yaaf-comments .comment-form input[type=text]{width:100%;height:45px;background-color:var(--clr-border);border:1px solid var(--clr-border);padding:15px}.gform-theme--foundation .gfield textarea.large,.comment-form-comment textarea{width:100%;height:250px;background-color:var(--clr-border);border:1px solid var(--clr-border);padding:15px}.yaaf-author-card{display:flex;flex-wrap:wrap;background-color:var(--clr-border);padding:15px}.yaaf-author-card .author-avatar{flex:0 0 80px;max-width:80px;height:80px}.yaaf-author-card .author-avatar img{width:100%;height:100%;object-fit:cover}.yaaf-author-card .author-meta{flex:0 0 calc(100% - 80px);max-width:calc(100% - 80px);padding-left:15px}.yaaf-author-card .author-meta .author-name{font-size:16px;font-weight:700;margin-bottom:10px;display:block}.yaaf-author-card .author-meta p{margin-bottom:0}.yaaf-related-posts .related-posts-title{font-size:24px;margin-bottom:30px}.yaaf-related-posts .yaaf-post_card .yaaf-post_thumb{height:220px}.slider-yaaf{height:600px;width:100%;background-color:#1a2420;position:relative}.yaaf-slide{height:100%;display:flex !important;align-items:center}.yaaf-slides{height:100%}.yaaf-slides .slick-list{height:100%}.yaaf-slides .slick-list .slick-track{height:100%}.yaaf-slides .slick-list .slick-track .slick-slide>div{height:100%}.yaaf-slide h1{font-size:48px;color:var(--clr-white)}.yaaf-slide p{font-size:16px;color:var(--clr-white)}.yaaf-slide-nav{position:absolute;bottom:45px;right:0;left:0;margin:0 auto}.yaaf-slide-nav .yaaf-container{display:flex;gap:15px;justify-content:flex-end}.yaaf-slide-nav button{width:40px;height:40px;border:1px solid var(--clr-white);display:flex;justify-content:center;align-items:center;background-color:transparent;color:var(--clr-white);border-radius:4px}.yaaf-slide-nav button:hover{cursor:pointer}.yaaf-slide-nav button span{font-size:16px}.woo-categories-wrapper{display:flex;gap:30px}.woo-category-card{flex:1 0 0}.woo-category-card-inner{transition:all .4s ease;position:relative;border-radius:20px;overflow:hidden;height:350px}.woo-category-card img{width:100%;height:100%;object-fit:cover}.woo-category-card:hover{flex:0 0 330px;transition:all .4s ease}.woo-category-link{width:35px;height:35px;background-color:var(--clr-white);border-radius:30px;display:flex;justify-content:center;align-items:center;position:absolute;top:20px;right:20px;transition:color .3s linear,width .3s ease,background-color .3s ease;overflow:hidden;color:#303030;font-weight:500}.woo-category-link:hover{color:var(--clr-primary)}.category-link-text{opacity:0;visibility:hidden;white-space:nowrap;transition:opacity .3s ease,visibility 0s linear .3s;margin-right:10px;max-width:0;overflow:hidden;font-size:.875rem}.woo-category-card-inner:hover .woo-category-link{width:150px}.woo-category-card-inner:hover .category-link-text{opacity:1;visibility:visible;transition:opacity .3s ease,visibility 0s;max-width:200px}.woo-category-link .material-symbols-rounded{font-size:20px;transition:font-size .4s ease;position:relative;left:-5px;top:1px}.woo-category-card-inner:hover .woo-category-link .material-symbols-rounded{left:0}.woo-category-name{position:absolute;bottom:30px;left:20px;font-size:18px;font-weight:700;margin-bottom:0;color:var(--clr-white)}.woo-category-name a{color:var(--clr-white)}.yaaf-accordions-wrapper{display:flex;flex-wrap:wrap}.yaaf-accordions-wrapper.full-faqs{display:block}.yaaf-accordions-wrapper.full-faqs .yaaf-accordions{max-width:100%}.accordions_heading{flex:0 0 41.666667%;max-width:41.666667%;padding-right:35px}.accordions_heading .yaaf-heading_subtitle{color:var(--clr-primary);margin-bottom:15px}.accordions_heading .yaaf-heading_title{font-size:36px;color:#433c3c;margin-bottom:30px}.accordions_heading .yaaf-heading_desc{color:var(--clr-label);margin-bottom:0}.yaaf-accordions{flex:0 0 58.333333%;max-width:58.333333%}.yaaf-accordion{background-color:#fff;margin-bottom:10px;border-radius:20px;box-shadow:0 0 30px 0 rgba(0,0,0,.05)}.yaaf-accordion:last-child{margin-bottom:0}.accordion-header{padding:15px;cursor:pointer;position:relative;display:flex;gap:15px}.accordion-header h4{margin:0;font-size:1rem;font-weight:500;color:var(--clr-desc);transition:all .2s linear}.accordion-open .accordion-header h4{color:var(--clr-primary)}.accordion-header button{padding:0;border:none;background-color:#f8f8f8;width:26px;height:26px;display:flex;flex:0 0 26px;justify-content:center;align-items:center;border-radius:50%;position:relative}.accordion-header button:before,.accordion-header button:after{display:block;font-family:'Material Symbols Rounded';font-style:normal;font-weight:400;font-size:16px;transition:all .15s linear;position:absolute;top:4px;color:var(--clr-desc)}.accordion-header button:before{content:"\e5c5"}.accordion-header button:after{content:"\e5c7";opacity:0;visibility:hidden}.accordion-open .accordion-header button:before{opacity:0;visibility:hidden}.accordion-open .accordion-header button:after{opacity:1;visibility:visible;color:var(--clr-primary)}.accordion-body{padding:0 15px 15px 56px;display:none}.accordion-body p{font-size:14px;margin-bottom:0;color:#373237}.heading-yaaf.split-layout .heading-wrap{display:flex;flex-wrap:wrap}.heading-yaaf.split-layout .heading-title{flex:0 0 45%;max-width:45%;margin-bottom:0}.heading-yaaf.split-layout .heading-subtitle{flex:0 0 55%;max-width:55%;margin-bottom:0}.woo-tab-wrapper{width:100%;margin:0 auto;text-align:center;padding:20px 0}ul.woo-tabs-nav{display:inline-block;list-style:none;padding:0;margin:0;border:1px solid #f5f5f5;border-radius:30px}ul.woo-tabs-nav li{display:inline-block;margin:0 15px;padding:10px 20px;cursor:pointer;font-size:14px;color:#b7b7b7;position:relative;margin:0}ul.woo-tabs-nav li:after{content:'';display:block;width:1px;height:27px;position:absolute;right:0;top:0;background-color:#f5f5f5;bottom:0;margin:auto 0;transition:all .2s linear}ul.woo-tabs-nav li:last-child:after{display:none}ul.woo-tabs-nav li.current{color:var(--clr-primary);font-weight:500}ul.woo-tabs-nav li:hover{color:var(--clr-primary)}.woo-tab-content{display:none}.woo-tab-content.current{display:block}.loader{display:flex;justify-content:center}.woo-products-yaaf{padding-top:45px}.woo-products-yaaf .slick-track{display:flex !important}.woo-products-yaaf .slick-slide{height:inherit !important}.woo-products-yaaf .slick-slide>div{height:100%}.woo-products-yaaf .slick-arrow{position:absolute;top:45%}.woo-products-yaaf .slick-next.slick-arrow{right:-70px}.woo-products-yaaf .slick-prev.slick-arrow{left:-70px}.products .product,.woo-products-yaaf .product{padding:0 15px;height:368px}.product-inner{border:1px solid #f7f7f7;border-radius:20px;box-shadow:0 0 30px 0 rgba(0,0,0,.05);background-color:#fcfcfc;height:100%;background-color:var(--clr-white)}.woo-product-thumbnail{height:254px;overflow:hidden;position:relative;transition:all .2s linear;display:flex;align-items:center;justify-content:center}.right-product-summary-header .onsale,.woo-product-thumbnail .onsale{position:absolute;top:10px;left:10px;background-color:#f73e3e;color:var(--clr-white);border-radius:20px;font-size:12px;padding:5px 8px}.woo-product-thumbnail img{width:100%;height:100%;object-fit:contain}.products .product:hover .woo-product-thumbnail,.woo-products-yaaf .product:hover .woo-product-thumbnail{height:230px}.woo-product-content{text-align:left;padding:15px;position:relative;height:calc(100% - 254px)}.woo-product-content{height:calc(100% - 230px)}.woo-product-content .woocommerce-loop-product__title{font-size:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden;margin-bottom:10px}.woo-product-content .woocommerce-loop-product__title a{color:#433c3c;transition:all .2s linear}.woo-product-content .woocommerce-loop-product__title a:hover{color:var(--clr-primary)}.woo-product-content .price{display:flex;align-items:center;gap:10px;flex-direction:row-reverse;justify-content:start;transition:all .3s linear}.products .product:hover .price,.woo-products-yaaf .product:hover .price{opacity:0;visibility:hidden}.woo-product-content .price>.woocommerce-Price-amount.amount>bdi,.woo-product-content .price>ins{color:var(--clr-primary);font-size:1rem;text-decoration:none;font-weight:600}.woo-product-content .price del{color:var(--clr-label);font-size:12px}.woo-product-content .product-categories{margin-bottom:10px}.woo-product-content .product-categories a{font-size:12px;color:var(--clr-label)}.woo-product-cart{border-radius:20px;background-color:#1d1a1a;height:40px;display:flex;justify-content:space-between;align-items:center;padding:5px 10px 5px 5px;position:absolute;width:calc(100% - 30px);bottom:10px;left:0;right:0;margin:0 auto;opacity:0;visibility:hidden;transition:all .2s ease}.woo-product-cart .material-symbols-rounded{font-size:20px}.woo-product-cart .added_to_cart{font-size:12px;color:var(--clr-white)}.woo-product-cart a{position:relative}.woo-product-cart a .add-to-cart-tooltip{background-color:#1d1a1a;color:var(--clr-white);font-size:10px;font-style:normal;padding:4px 8px;border-radius:30px;width:max-content;top:35px;right:-100%;transition:all .2s linear}.woo-product-cart a:hover .add-to-cart-tooltip{opacity:1;visibility:visible}.products .product:hover .woo-product-cart,.woo-products-yaaf .product:hover .woo-product-cart{bottom:15px;opacity:1;visibility:visible}.woo-product-cart .add_to_cart_button{position:relative}.add-to-cart-tooltip{position:absolute;visibility:hidden;opacity:0}.woo-product-cart .button{color:var(--clr-white);display:flex;align-items:center;margin-right:0}.woo-product-cart .quantity{height:100%;position:relative}.woo-product-cart .quantity input[type=number]{background-color:#2f2d2d;border:#343131;border-radius:30px;height:100%;color:var(--clr-white);appearance:none;-moz-appearance:none;-webkit-appearance:none;-moz-appearance:textfield;text-align:center;width:75px}.woo-product-cart .quantity button{position:absolute;background-color:transparent;color:var(--clr-white);border:none;top:2px;bottom:0;padding:0}.woo-product-cart .quantity button span{font-size:16px}.woo-product-cart .quantity button.minus{left:5px}.woo-product-cart .quantity button.plus{right:5px}.woo-product-cart .woo-product-cart-actions{display:flex;gap:10px;flex-direction:row-reverse}.woocommerce-product-attributes.shop_attributes{width:100%;border:1px solid #f0f0f0;border-collapse:separate;border-radius:15px}.woocommerce-product-attributes.shop_attributes tr th{text-align:left;padding:10px 15px}.woocommerce-product-attributes.shop_attributes tr td{text-align:left;padding:10px 15px;border-left:1px solid #f0f0f0}.woocommerce-product-attributes.shop_attributes tr td p{margin:0}.yaaf-products-header{margin-top:45px}.yaaf-products-header .woocommerce-products-header__title{margin-bottom:0}.yaaf-category-list .products{display:flex;flex-wrap:wrap;margin:0 -1rem}.products.columns-4 .product{flex:0 0 25%;max-width:25%}.products.columns-3 .product{flex:0 0 33.33%;max-width:33.33%}.side-filter{background-color:transparent;padding:0;border:none;display:flex;align-items:center;gap:8px;font-size:1rem;color:var(--clr-label);cursor:pointer;transition:all .2s linear}.side-filter:hover{color:#1d1a1a}.side-filter span{font-size:20px}.shop-sidebar{position:fixed;right:0;top:0;width:480px;height:100dvh;z-index:99999;transform:translateX(100%);background-color:var(--clr-white);box-shadow:0 0 30px 0 rgba(0,0,0,.05);padding:2rem;transition:all .3s linear}.shop-sidebar.active{transform:translateX(0)}.filter-wrapper{height:100%}.filter-header{height:60px}.filter-body{height:calc(100% - 110px)}.filter-header .close-filter-btn{background-color:transparent;padding:0;border:none;position:absolute;top:2rem;right:2rem;cursor:pointer;color:var(--clr-label);transition:all .2s linear}.filter-header .close-filter-btn:hover{color:var(--clr-text)}.filter-footer{height:50px;display:flex;gap:15px;justify-content:space-between}.yaaf-overflow{overflow:hidden;width:100%;height:100vh}.yaaf-overflow:before{content:'';display:block;width:100%;height:100vh;backdrop-filter:blur(4px);background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;z-index:99999}.shop-sidebar .widget:first-child{padding-top:0;border-top:0}.shop-sidebar .widget{border-top:1px solid #f0f0f0;padding:30px 0}.shop-sidebar .widget:last-child{margin-bottom:0}.widget_search .wp-block-search__inside-wrapper{position:relative}.widget_search .wp-block-search .wp-block-search__button{margin:0;position:absolute;background-color:transparent;border:none;padding:0;top:0;bottom:0;left:15px}.widget_search .wp-block-search .wp-block-search__input{width:100%;height:45px;background-color:#fcfcfc;border:1px solid #f0f0f0;border-radius:30px;padding:15px 15px 15px 50px;font-size:14px}.wc-block-price-slider .wc-block-components-price-slider__range-input-wrapper,.wc-block-price-slider .wc-block-components-price-slider__range-input-progress{height:2px}.wc-block-price-slider .wc-block-components-price-slider__range-input{top:-1px}.wc-block-price-slider .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{height:40px;max-width:50% !important;background-color:#fcfcfc;border:1px solid #f0f0f0 !important;border-radius:30px !important;padding:15px;font-size:12px;font-weight:500}.wc-block-price-slider .wc-block-components-price-slider__controls{margin:20px 0 0}.shop-sidebar select{width:100%;height:45px;background-color:#fcfcfc;border:1px solid #f0f0f0;border-radius:30px;padding:10px 15px;font-size:14px;color:var(--clr-label)}.shop-sidebar .wp-block-group{gap:0}.wc-block-catalog-sorting{width:100%}.wc-block-price-slider .wc-block-components-price-slider{margin-bottom:0}.yaaf-category-wrap{padding-bottom:60px}.yaaf-category-meta{display:flex;flex-wrap:wrap;margin-bottom:45px;justify-content:space-between;align-items:center}.woocommerce-notices-wrapper{flex:0 0 100%;max-width:100%}.woocommerce-result-count{font-size:14px;margin:0;color:var(--clr-label)}.woocommerce-ordering{display:flex;justify-content:end}.yaaf-product-page{background-color:#fafafa}.summary.entry-summary{background-color:var(--clr-white);border-radius:30px;padding:30px;box-shadow:0 0 30px 0 rgba(0,0,0,.02)}.yaaf-product-summary{padding-top:45px}.product-summary-header{display:flex;justify-content:space-between;margin-bottom:30px}.right-product-summary-header{display:flex;gap:15px}.right-product-summary-header .onsale{position:relative;top:0;left:0}.product-category a{font-size:12px;color:#1d1a1a;font-weight:600}.stock-status{font-size:12px;font-weight:600;display:flex;align-items:center;gap:8px}.stock-status:before{content:'';display:block;width:8px;height:8px;border-radius:50%}.stock-status.in-stock{color:#00ac11}.stock-status.in-stock:before{background-color:#00ac11}.summary.entry-summary .product_title{font-size:24px;font-weight:700;color:#1d1a1a;margin-bottom:16px}.no-short-description,.woocommerce-product-details__short-description{color:var(--clr-label);font-size:1rem;line-height:24px;padding-top:30px;padding-bottom:20px}.sticky-product-price,.summary.entry-summary .price{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:first baseline;gap:10px;margin:0}.sticky-product-price ins,.yaaf-product-page .product:not(.sale) .summary.entry-summary .price .woocommerce-Price-amount.amount bdi,.summary.entry-summary .price ins{font-size:26px;font-weight:700;color:var(--clr-primary);text-decoration:none}.sticky-product-price del,.summary.entry-summary .price del{font-size:18px;font-weight:600;color:var(--clr-label)}.summary.entry-summary .cart{display:flex;justify-content:space-between;margin-top:40px;gap:30px}.stick-add-to-cart-quantity,.quantity{position:relative;max-width:115px}.stick-add-to-cart-quantity button,.quantity button{position:absolute;top:3px;bottom:0;margin:auto 0;background-color:transparent;padding:0;border:none;cursor:pointer;z-index:1;color:var(--clr-label)}#sticky-quantity,.quantity .input-text.qty{height:48px;width:115px;border:1px solid #ebebeb;border-radius:30px;text-align:center;-moz-appearance:textfield;font-size:1rem}.quantity .input-text.qty::-webkit-outer-spin-button,.quantity .input-text.qty::-webkit-inner-spin-button{-webkit-appearance:none}.stick-add-to-cart-quantity button.minus,.quantity button.minus{left:10px}.stick-add-to-cart-quantity button.plus,.quantity button.plus{right:10px}.stick-add-to-cart-quantity button span,.quantity button span{font-size:16px}.stick-add-to-cart-actions .sticky-add-to-cart-button,.summary.entry-summary .cart .single_add_to_cart_button{height:48px;padding:0 30px;background-color:var(--clr-primary);color:var(--clr-white);border-radius:30px;border:none;font-size:16px;font-weight:600;flex:1 0 0;cursor:pointer;text-transform:uppercase}.product-features{background-color:var(--clr-white);padding:1rem;box-shadow:0 0 30px 3px rgba(0,0,0,.03);border-radius:20px}.product-features ul{display:flex;flex-wrap:wrap}.product-features ul{display:flex;flex-wrap:wrap;gap:15px 0px}.product-features ul li{flex:0 0 33.33%;max-width:33.33%;font-size:14px;color:#1d1a1a;display:flex;align-items:center;gap:8px;margin-bottom:0}.product-features ul li .material-symbols-rounded{font-size:16px;width:18px;height:18px;background-color:#f4faf4;border-radius:10px;color:var(--clr-primary);line-height:20px;text-align:center}.product-summary-inner,.product-before-summary{height:100%}.product-summary-inner .breadcrumbs{position:relative}.woocommerce-product-gallery{height:calc(100% - 16px);display:flex;align-items:center;padding-top:35px}.woocommerce-product-gallery__wrapper,.woocommerce-product-gallery__image--placeholder{height:100%}.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image--placeholder img{width:100%;height:100% !important;object-fit:contain}.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image--placeholder .wp-post-image,.woocommerce-product-gallery__image img{width:100%;height:auto}.woocommerce-breadcrumb{display:flex;align-items:center}.woocommerce-breadcrumb a{font-size:12px;color:#c9c1c1}.woocommerce-breadcrumb .material-symbols-rounded{font-size:16px;color:#c9c1c1}.woocommerce-breadcrumb .current-page{color:#1d1a1a;font-weight:600;font-size:12px}.yaaf-after-single-product{margin-top:65px}.woocommerce-tabs .wc-tabs{display:flex}.woocommerce-tabs .wc-tabs li{margin:0}.woocommerce-tabs .wc-tabs li.active a{color:var(--clr-primary)}.woocommerce-tabs .wc-tabs li a{background-color:#fff;color:#b7b7b7;padding:15px 30px;font-weight:500;display:flex;align-items:center;font-size:1rem;transition:all .2s linear;gap:6px}.woocommerce-tabs .wc-tabs li a .material-symbols-rounded{font-size:20px}.woocommerce-tabs .wc-tabs li:first-child a{border-top-left-radius:20px}.woocommerce-tabs .wc-tabs li:last-child a{border-top-right-radius:20px}.woocommerce-Tabs-panel{background-color:#fff;box-shadow:0 0 30px 0 rgba(0,0,0,.03);border-radius:20px;border-top-left-radius:0;padding:30px}.woocommerce-Tabs-panel .yaaf-accordions{max-width:100%;width:100%}.tab-panel-header{margin-bottom:30px}.tab-panel-header h3,.woocommerce-Tabs-panel h2{margin-bottom:15px;font-size:1.5rem}.tab-panel-header p{margin-bottom:0;font-size:1rem;width:70%;color:var(--clr-label)}.woocommerce-tabs .wc-tabs li:after{height:60%;width:1px;background-color:#efefef;display:block;content:'';position:absolute;right:0;top:0;bottom:0;margin:auto 0}.woocommerce-tabs .wc-tabs li:last-child:after{display:none}.yaaf-after-single-product .related.products{margin-top:60px}#reviews .woocommerce-noreviews{font-size:1.125rem;color:var(--clr-label);margin-bottom:30px}#review_form{background-color:var(--clr-white);padding:1rem;box-shadow:0 0 30px 3px rgba(0,0,0,.03)}#review_form .comment-form{margin-bottom:0}#review_form .comment-reply-title{font-size:1rem;font-weight:600}#review_form .comment-form .comment-form-comment label{margin-bottom:15px;font-size:1rem;color:var(--clr-label)}#review_form .comment-form .comment-form-comment textarea{height:120px;background-color:#fcfcfc;border:1px solid #f0f0f0;border-radius:15px}#review_form .comment-form .comment-form-rating{display:flex;font-size:.875rem;gap:8px;align-items:baseline;margin:15px 0}#review_form .comment-form .comment-form-rating p{margin:0}#review_form .comment-form .comment-form-rating p a{font-size:0;position:relative;display:inline-block;padding:0 8px;width:10px;height:10px;color:var(--clr-primary)}#review_form .comment-form .comment-form-rating p a:before{content:'\e885';display:block;font-family:'Material Symbols Rounded';font-size:1.25rem;position:absolute;top:-20px}.yaaf-after-single-product .related.products h2:not(.woocommerce-loop-product__title){text-align:center;font-size:42px;color:#433c3c}.yaaf-after-single-product .related.products .products{display:flex;flex-wrap:wrap;margin:0 -15px}.yaaf-newsletter{position:relative;padding:100px 0;background-color:var(--clr-primary)}.newsletter-bg{position:absolute;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;top:0;left:0;mix-blend-mode:multiply;opacity:.3}.newsletter-content{position:relative;z-index:1;max-width:60%;margin:0 auto;text-align:center}.newsletter-subtitle{font-size:1rem;font-weight:500;color:var(--clr-white);margin-bottom:1rem}.newsletter-title{font-size:42px;color:var(--clr-white);font-weight:600;margin-bottom:20px}.newsletter-description{color:var(--clr-white);font-weight:400;font-size:1rem;margin-bottom:0}.newsletter-form{position:relative;z-index:9;margin-top:30px}.newsletter-form .tnp-subscription{position:relative}.newsletter-form .tnp-subscription label{display:none}.newsletter-form .tnp-subscription div.tnp-field{margin-bottom:0}.newsletter-form .tnp-subscription div.tnp-field input[type=email]{border-radius:30px;height:55px;width:100%;padding:10px 30px}.newsletter-form .tnp-subscription div.tnp-field .tnp-submit{background-color:#1d1a1a;color:var(--clr-white);position:absolute;top:3px;right:3px;border-radius:30px;height:49px;padding:15px 30px;cursor:pointer}.filter-title{margin-bottom:1rem;font-size:1rem;font-weight:500}.filter-element{padding:15px 0}.filter-element:first-child{padding-top:0}.filter-element:last-child{padding-bottom:0}.yaaf-range-inputs{display:flex;justify-content:space-between;margin-top:15px}.yaaf-range-inputs input[type=number]{width:85px;height:45px;background-color:#fcfcfc;border:1px solid #f0f0f0;border-radius:30px;padding:15px;font-size:14px}.price-range-label{display:flex;justify-content:space-between;width:100%}.price-filter #price-range{width:100%}.label{display:block;margin-bottom:5px}.slider-container{position:relative}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:6px;background:0 0;position:absolute;z-index:2;top:-1px;margin:0;padding:0;border:none;box-shadow:none;outline:none;pointer-events:all}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--clr-primary);cursor:pointer;position:relative;border:none;box-shadow:none;outline:none;pointer-events:all;z-index:3}input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--clr-primary);cursor:pointer;border:none;box-shadow:none;outline:none;z-index:3}input[type=range]::-ms-thumb{width:16px;height:16px;border-radius:50%;background:var(--clr-primary);cursor:pointer;border:none;box-shadow:none;outline:none;z-index:3}.slider-range-container{background-color:#ddd;height:4px;position:relative;width:100%;border-radius:5px}.slider-range{position:absolute;height:4px;background:var(--clr-primary);top:0;left:0;right:0;z-index:0;border-radius:5px;pointer-events:none}.slider-indicators{display:flex;justify-content:space-between;margin-bottom:10px}.slider-indicators span{font-size:12px;color:var(--clr-label)}#min-price-indicator,#max-price-indicator{font-weight:700;color:#333}.filter-header-title{font-size:20px;font-weight:600;margin-bottom:30px}.filter-footer button{height:48px;background-color:var(--clr-primary);color:var(--clr-white);border-radius:30px;border:none;display:flex;gap:8px;font-weight:500;justify-content:center;align-items:center;padding:10px 20px;text-transform:uppercase;cursor:pointer;transition:all .2s linear}.filter-footer button:hover{background-color:var(--clr-primary-hover)}.filter-footer button.reset-btn{background-color:transparent;justify-content:start;color:var(--clr-label);height:auto;padding:0;font-size:12px;text-decoration:underline;transition:all .2s linear}.filter-footer button.reset-btn:hover{cursor:pointer;color:var(--clr-text)}.is-large.wc-block-cart .wc-block-cart-items th{padding:0 16px 12px 0 !important}.wc-block-cart-items .wc-block-cart-items__row{position:relative}.wc-block-cart-items .wc-block-cart-items__row td{background-color:#fcfcfc !important;padding:14px 0 14px 16px !important}.is-large.wc-block-cart .wc-block-cart-items td{border-color:#f3f3f3 !important}.wc-block-cart-items .wc-block-cart-items__row:first-child td{border-top:0 !important}.wc-block-cart-items .wc-block-cart-items__row:first-child td:first-child{border-top-left-radius:15px}.wc-block-cart-items .wc-block-cart-items__row:first-child td:last-child{border-top-right-radius:15px}.wc-block-cart-items .wc-block-cart-items__row td:last-child{padding-right:1rem !important}.wc-block-cart-items .wc-block-cart-items__row:last-child td:first-child{border-bottom-left-radius:15px}.wc-block-cart-items .wc-block-cart-items__row:last-child td:last-child{border-bottom-right-radius:15px}.is-large.wc-block-cart .wc-block-cart-items{border-bottom:0 !important}.wc-block-components-product-price{display:flex}table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{font-size:.875rem;font-weight:500;color:#1d1a1a}.wc-block-components-product-price ins{font-size:1rem;font-weight:700;color:var(--clr-primary)}.wc-block-components-product-price del{font-size:14px;font-weight:500;color:var(--clr-label)}.wc-block-cart-item__remove-link{position:absolute;right:1rem;bottom:12px;color:var(--clr-label) !important;font-size:.688rem !important}.wc-block-cart-item__prices .wc-block-components-product-price{display:flex;align-items:baseline;flex-direction:row-reverse;justify-content:start;gap:8px}.wc-block-cart-item__prices .wc-block-components-product-price__value.is-discounted{margin:0}table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector{margin:0 !important;height:42px}.wc-block-cart-item__quantity{margin-top:2rem}.wc-block-cart-item__quantity .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{padding-left:12px}.wc-block-cart-item__quantity .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{padding-right:12px}.wc-block-components-quantity-selector:after{border-radius:2rem !important;background-color:var(--clr-white)}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{z-index:9;font-size:.875rem !important}.price.wc-block-components-product-price .wc-block-components-formatted-money-amount{font-weight:600;font-size:.75rem}.wc-block-cart-item__wrap .wc-block-components-product-badge{display:none}.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge{font-size:.563rem;color:var(--clr-label);border-radius:15px;font-weight:500}.wc-block-components-formatted-money-amount{font-size:.625rem;font-weight:500}.wc-block-components-product-metadata .wc-block-components-product-metadata__description p{font-size:.875rem;color:var(--clr-label);line-height:normal}.wc-block-components-sidebar{margin-top:0 !important}.is-large .wp-block-woocommerce-checkout-order-summary-block,.is-large.wc-block-cart .wc-block-components-sidebar{height:fit-content;background-color:#fcfcfc;padding:1rem;border-radius:20px !important;box-shadow:0 5px 15px 8px rgba(0,0,0,.02);border:2px solid #f5f5f5 !important}.wp-block-woocommerce-cart-totals-block{margin-top:30px !important}.is-large .wc-block-components-sidebar .wc-block-components-panel,.is-large .wc-block-components-sidebar .wc-block-components-totals-item{padding:0 !important}.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel){padding:0 !important}.wc-block-components-totals-item__description{color:var(--clr-label)}.wc-block-components-totals-item__label{font-weight:500}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){background-color:var(--clr-primary);color:var(--clr-white);font-weight:500;border-radius:30px}.wc-block-cart__submit{margin-top:1rem !important;margin-bottom:0 !important}.wc-block-components-totals-wrapper .wc-block-components-totals-item__value .wc-block-components-formatted-money-amount{font-size:1.125rem !important;font-weight:700}.wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block{border-top:1px solid #f3f3f3}.wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper{border-top:1px solid #f3f3f3;border-bottom:none}.wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-formatted-money-amount{font-size:1rem !important}.wc-block-components-totals-shipping{border-top:1px solid #f3f3f3;padding:1rem 0 0}.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper,.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block{border-color:#f3f3f3;padding-top:0;padding-bottom:0}.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{width:22px;height:22px;font-size:11px;border-radius:50%;border:none;background:var(--clr-primary);color:var(--clr-white);font-weight:500}.wc-block-components-radio-control__label-group .wc-block-components-radio-control__label{font-size:.875rem}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link,.wc-block-components-radio-control__description-group .wc-block-components-radio-control__description{color:var(--clr-label)}.wc-block-components-totals-shipping .wc-block-components-shipping-address{color:#1d1a1a}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link{font-size:.75rem}.woocommerce form .form-row label{font-size:1rem;margin-bottom:6px;margin-left:10px}.gform-theme--foundation .gfield input.large,input[type=text],input[type=tel],input[type=email]{width:100%;height:45px;background-color:#fcfcfc;border:1px solid #f0f0f0;border-radius:30px;padding:15px;font-size:.875rem;transition:all .2s ease;box-shadow:none}.woocommerce form .form-row input.input-text:focus{border-color:#00ac11 !important}.select2-container{height:45px}.select2-container--default .select2-selection--single{width:100%;height:45px;background-color:#fcfcfc !important;border:1px solid #f0f0f0 !important;border-radius:30px !important;font-size:.875rem !important;display:flex;align-items:center}.select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:15px}.select2-container--default .select2-selection--single .select2-selection__arrow{top:0;bottom:0;margin:auto 0;right:10px}.wc-blocks-components-select .wc-blocks-components-select__container{width:100%;height:45px;background-color:#fcfcfc !important;border:1px solid #f0f0f0 !important;border-radius:30px !important;padding-right:15px !important;font-size:.875rem !important}.wc-block-components-form .wc-block-components-text-input.wc-block-components-address-form__email input[type=email]{padding:22px 15px 12px 18px !important}.wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label{left:18px;font-size:.875rem;transform:translateY(1.05rem)}.wc-block-checkout__main .wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__label{left:1.5em;transform:translateY(8px) scale(.75);color:var(--clr-label)}.wc-block-checkout__main .wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select{padding-left:1.5em}.wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input:autofill+label,.wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input.is-active label,.wc-block-checkout__main .wc-block-components-text-input input:autofill+label,.wc-block-components-text-input.is-active label{transform:translateY(10px) scale(.75);color:var(--clr-label)}.wc-block-components-validation-error>p{font-size:.75rem;padding-top:8px !important}.wc-block-components-checkout-step__description{color:var(--clr-label)}.wc-block-checkout__main .wc-block-components-form .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,.wc-block-checkout__main .wc-block-components-form .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{border-radius:20px;background-color:#fcfcfc;box-shadow:0 5px 15px 8px rgba(0,0,0,.02);border:2px solid #f8f8f8 !important}.wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free{color:var(--clr-label);font-size:.75rem}.wc-block-checkout__main .wc-block-components-form .wc-block-components-notice-banner{border-radius:30px;margin-top:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{font-size:.75rem}.wc-block-checkout__main .wc-block-components-form .wc-block-checkout__terms.wc-block-checkout__terms--with-separator{padding-top:18px}.wc-block-checkout__main .wc-block-components-form .wc-block-checkout__terms.wc-block-checkout__terms--with-separator span{font-size:.75rem;color:var(--clr-label)}.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step{margin-bottom:18px !important}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){border:none}.wc-block-components-checkbox .wc-block-components-checkbox__label,.wc-block-components-checkbox>span,.wc-block-checkout__main .wc-block-components-form .wc-block-components-address-form__address_2-toggle{font-size:.875rem;color:var(--clr-label)}.wc-block-components-order-summary .wc-block-components-panel__button[aria-expanded=true]{margin-bottom:20px}.wc-block-components-order-summary .wc-block-components-panel__button>.wc-block-components-panel__button-icon{top:0;transform:unset}.wc-block-components-product-metadata__description{display:none}.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper,.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper{padding-top:1rem;padding-bottom:1rem}.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper .wc-block-components-formatted-money-amount{font-size:.875rem}.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-totals-block{border-top:1px solid #f3f3f3}.woocommerce .col2-set{display:flex;flex-wrap:wrap}.woocommerce .col2-set .col-1{flex:0 0 66.66%;max-width:66.66%;padding-right:5%}.woocommerce .col2-set .col-2{flex:0 0 33.33%;max-width:33.33%}.woocommerce form .woocommerce-billing-fields__field-wrapper{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row{flex:0 0 50%;max-width:50%;padding:0 10px;margin-bottom:15px}.woocommerce-billing-fields__field-wrapper #billing_country_field,.woocommerce-billing-fields__field-wrapper #billing_email_field{flex:0 0 100%;max-width:100%}.woocommerce-checkout{margin-top:0}.woocommerce-checkout #payment{background-color:transparent;border:0;border-radius:0}.woocommerce-checkout #payment ul.payment_methods{padding:0;border:none}.woocommerce-checkout #payment ul.payment_methods li{padding:12px 20px;border-radius:20px;background-color:#fcfcfc;box-shadow:0 5px 15px 8px rgba(0,0,0,.02);border:1px solid #f1f1f1;margin-bottom:8px}.woocommerce-checkout #payment ul.payment_methods li:last-child{border-bottom:0}.woocommerce-checkout #payment ul.payment_methods li>label{font-weight:500;font-size:.875rem;cursor:pointer}.woocommerce-checkout #payment div.payment_box{padding:0;background-color:transparent}.woocommerce-checkout #payment div.payment_box fieldset{padding:0;background-color:transparent;border:none}.woocommerce-checkout #payment div.payment_box p{font-size:.875rem}.woocommerce-checkout #payment div.payment_box:before{display:none}.wc-block-checkout__main .wc-block-components-form .wc-block-components-radio-control--highlight-checked:after{border:none}.woocommerce-checkout #payment div.payment_box fieldset label{font-size:.875rem;font-weight:500}.cart-box-heading,.checkout-review-heading{margin-bottom:20px}.woocommerce-billing-fields h3,.cart-box-heading h3,.checkout-review-heading h3{font-size:1.5rem;margin-bottom:0}.cart-box-heading p,.checkout-review-heading p{font-size:.875rem;margin-bottom:0;margin-top:10px;color:var(--clr-label)}.woocommerce-billing-fields{margin-bottom:30px}.cart-box{padding:15px;border-radius:20px;background-color:#fcfcfc;box-shadow:0 5px 15px 8px rgba(0,0,0,.02);border:1px solid #f1f1f1}.cart-items{margin-bottom:20px}.cart_item{background-color:#fcfcfc;border:1px solid #f0f0f0;border-radius:10px;padding:8px}.cart_item:last-child{margin-bottom:0}.cart_item-row{display:flex;flex-wrap:wrap;position:relative;align-items:stretch}.cart_item-row .product-thumb{flex:0 0 80px;max-width:80px;padding-right:5px;height:80px}.cart_item-row .product-thumb img{width:100%;height:100%;object-fit:contain}.cart_item-row .product-meta{flex:0 0 calc(100% - 80px);max-width:calc(100% - 80px);display:flex;flex-direction:column;justify-content:space-between;padding:2px 0 0 6px}.cart_item-row .product-meta .produc-meta-content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.cart_item-row .product-quantity{display:flex;gap:8px;align-items:last baseline}.cart_item-row .product-quantity .product-quantity-label{margin-bottom:0}.cart_item-row .product-title{font-size:14px;font-weight:500;margin-bottom:2px;padding-right:60px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.cart_item-row .quantity{max-width:80px}.cart_item-row .quantity .input-text.qty{width:80px;height:35px;font-size:14px}.product-quantity .product-quantity-label,.product-quantity .product-quantity-total{font-size:.75rem;color:var(--clr-label)}.product-quantity .product-quantity-input{margin-bottom:0}.cart_item-row .quantity button.plus{right:8px;color:var(--clr-label)}.cart_item-row .quantity button.minus{left:8px;color:var(--clr-label)}.cart_item-row .delete-item{position:absolute;right:0;bottom:0;background-color:transparent;padding:0;border:none;color:red;cursor:pointer;color:red}.cart_item-row .delete-item span{font-size:16px}.cart_item-row .product-subtotal{font-size:.875rem;font-weight:700;position:absolute;top:4px;right:0}.cart-subtotal-list li{display:flex;justify-content:space-between;border-bottom:1px solid #f0f0f0;margin-bottom:0;padding:12px 0;flex-wrap:wrap;color:var(--clr-label)}.cart-subtotal-list li:last-child{border-bottom:none}.woocommerce-shipping-methods li{padding:0;border:none;margin:0}.subtotal-item-label{flex:0 0 30%;max-width:30%}.subtotal-item-value{font-weight:600;flex:0 0 70%;max-width:70%;display:flex;justify-content:flex-end;color:#1d1a1a}.shipping-methods .instant-delivery{margin-bottom:30px}.shipping-methods .instant-delivery .instant-title{font-size:1rem;font-weight:500}.shipping-methods .instant-delivery .instant-description{font-size:.875rem;line-height:20px;color:var(--clr-label)}.woocommerce ul#shipping_method li{position:relative;margin-bottom:5px}.woocommerce ul#shipping_method li label{display:none;padding:10px 10px 10px 45px;border:1px solid #f0f0f0;border-radius:15px;font-size:.875rem;font-weight:500;transition:all .2s ease;background-color:var(--clr-white);box-shadow:0 3px 6px 4px rgba(0,0,0,.01)}.woocommerce-shipping-destination{font-size:.75rem;margin-bottom:0;margin-top:10px}.woocommerce-shipping-calculator .shipping-calculator-button{font-size:.75rem;color:var(--clr-label)}.woocommerce-shipping-calculator .shipping-calculator-form{margin-top:10px}.woocommerce-shipping-calculator .select2-container,.woocommerce-shipping-calculator .select2-container--default .select2-selection--single,.woocommerce-shipping-calculator .shipping-calculator-form input[type=text],.woocommerce-shipping-calculator .shipping-calculator-form input[type=tel],.woocommerce-shipping-calculator .shipping-calculator-form input[type=email]{height:40px}.woocommerce form.woocommerce-shipping-calculator .form-row{padding:0;margin-bottom:5px}.woocommerce form.woocommerce-shipping-calculator p:not(.form-row) button{border-radius:30px;padding:0 20px;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:.875rem;height:40px;width:100%;background-color:var(--clr-text);color:var(--clr-white)}.woocommerce-shipping-methods li label:before{content:'';width:15px;height:15px;border-radius:50%;border:1px solid #e0e0e0;display:block;position:absolute;left:15px;top:0;bottom:0;margin:auto 0;transition:all .2s ease}.woocommerce-shipping-methods li label:after{content:'';width:9px;height:9px;border-radius:50%;background-color:#e0e0e0;display:block;position:absolute;left:18px;top:0;bottom:0;margin:auto 0;transition:all .2s ease}.woocommerce ul#shipping_method li input[type=radio]{position:absolute;width:100%;height:100%;opacity:0;margin:0}.woocommerce-shipping-methods li input[type=radio]:hover{cursor:pointer}.woocommerce-shipping-methods li input[type=radio]:checked~label:after{background-color:#00ac11}.woocommerce-shipping-methods li input[type=radio]:checked~label,.woocommerce-shipping-methods li input[type=radio]:checked~label:before{border-color:#00ac11 !important}.cart-box .wc-proceed-to-checkout{margin-top:15px}.woocommerce #payment #place_order,.cart-box .wc-proceed-to-checkout .checkout-button{width:100%;height:45px;border-radius:10px;padding:0 20px;display:flex;align-items:center;justify-content:center;background-color:var(--clr-primary) !important;color:var(--clr-white) !important;font-weight:600;text-transform:uppercase;border:none}.woocommerce #payment #place_order{width:100%;margin-top:30px}.side-mini-cart{width:480px;height:100vh;position:fixed;right:0;top:0;transform:translateX(100%);background-color:var(--clr-white);transition:transform .3s cubic-bezier(.45,.05,.55,.95);z-index:9999;padding:2rem}.active-side{transform:translateX(0)}.side-mini-cart h3{height:50px;margin:0;font-size:20px}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:rgba(0,0,0,.5)}.offcanvas-backdrop{backdrop-filter:blur(4px);background-color:rgba(0,0,0,.5)}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:1}.woocommerce-mini-cart{height:calc(100vh - 195px - 4rem);padding-top:15px;overflow-y:auto}.woocommerce-mini-cart__footer{height:145px;display:flex;flex-direction:column;justify-content:end;padding-bottom:0}.woocommerce-mini-cart__total{display:flex;justify-content:space-between;border-top:1px solid #f0f0f0;padding:16px 0;margin-bottom:5px}.woocommerce-mini-cart__total strong{color:var(--clr-label);font-weight:500}.woocommerce-mini-cart__total .woocommerce-Price-amount{font-weight:600;color:#1d1a1a}.woocommerce-mini-cart__buttons{display:flex;gap:60px;margin:0}.woocommerce-mini-cart__buttons .button{flex:1 0 0;height:48px;border-radius:30px;padding:0 30px;display:flex;align-items:center;justify-content:center;border:1px solid #1d1a1a;color:#1d1a1a;font-weight:500;font-size:1rem}.woocommerce-mini-cart__buttons .button.checkout{background-color:var(--clr-primary);color:var(--clr-white);border:var(--clr-primary);text-transform:uppercase}.woocommerce .cart-collaterals .cart_totals{width:100%;float:unset}.woocommerce table.shop_table{border-collapse:separate;border-radius:15px;border:1px solid #f1f1f1;box-shadow:0 5px 15px 8px rgba(0,0,0,.02)}.woocommerce table.shop_table th{font-size:.875rem;font-weight:500;padding:1rem 10px}.woocommerce table.shop_table th.product-thumbnail{width:80px;max-width:80px}.woocommerce table.shop_table td{border-top:1px solid #f1f1f1}.woocommerce table.shop_table td p{margin:0}.woocommerce table.shop_table td.product-name .product-name-label{font-size:1rem;font-weight:500}.woocommerce table.shop_table td.product-name .product-name-label a{color:var(--clr-text)}.woocommerce table.shop_table td.product-price p{color:var(--clr-text);font-size:.875rem;font-weight:500;margin:0}.woocommerce table.shop_table td.product-subtotal p{font-size:.875rem;font-weight:500;margin:0;text-align:right}.woocommerce table.shop_table td.product-remove a.remove{color:red}.woocommerce table.shop_table td.product-remove a.remove span{font-size:1.25rem}.woocommerce table.shop_table td.actions .actions-wrapper{display:flex;justify-content:space-between}.woocommerce table.shop_table td.actions .coupon{display:flex;gap:15px}.woocommerce table.shop_table td.actions .coupon input[name=coupon_code]{min-width:160px;height:40px}.woocommerce table.shop_table td.actions .button{height:40px;border-radius:30px;padding:0 20px;display:flex;align-items:center;justify-content:center;border:1px solid #1d1a1a;color:#1d1a1a;font-weight:500;font-size:.875rem}.woocommerce table.shop_table td.actions .button:disabled{border-color:var(--clr-label);background-color:var(--clr-label)}.woocommerce table.shop_table td.actions .button[name=apply_coupon]{border:1px solid #1d1a1a;color:#1d1a1a;background-color:transparent}.coupon-wrapper{margin-bottom:15px}.woocommerce-error,.woocommerce-message,.woocommerce-form-coupon-toggle .woocommerce-info{background-color:#fcfcfc;border:none;border-radius:30px;font-size:1rem;color:var(--clr-text);margin:0}.woocommerce-error{background-color:#ffe5e6;margin-bottom:30px}.woocommerce-error li{color:#b81c23;font-size:14px}.woocommerce-error li:last-child{margin-bottom:0}.woocommerce-message{background-color:#ebfbf5}.woocommerce-message:before{color:#35d39d}.woocommerce-form-coupon-toggle .showcoupon{color:var(--clr-label)}.woocommerce form.checkout_coupon{margin-top:30px;padding:0;border:none;display:block !important}.woocommerce form.checkout_coupon p{font-weight:500;font-size:.875rem;padding:0}.checkout_coupon-row{display:flex;align-items:center;position:relative}.woocommerce form.checkout_coupon .checkout_coupon-row{position:relative}.woocommerce form.checkout_coupon .checkout_coupon-row p.form-row:not(.form-submit-row){padding:0;margin:0;width:100%}.woocommerce .coupon-wrapper .form-row input[name=coupon_code]{height:55px}.woocommerce .coupon-wrapper .form-submit-row button[name=apply_coupon]{width:100%;height:45px;border-radius:30px;padding:0 20px;display:flex;align-items:center;justify-content:center;background-color:var(--clr-text) !important;color:var(--clr-white) !important;font-weight:500;border:none}.custom-coupon-section p{font-size:.875rem;width:100%}.woocommerce .coupon-wrapper .form-submit-row{width:auto}.form-submit-row{position:absolute;right:5px;top:5px}.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p{font-size:.75rem;color:var(--clr-label)}.sticky-column{position:sticky;top:85px}.cart-wrapper,.checkout-wrapper{padding-bottom:60px}#wp-megamenu-main-menu{background-color:transparent;padding:0;border:0;text-align:unset}#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a{background-color:transparent;padding:0;font-size:1rem;color:var(--clr-text);font-weight:600;font-family:unset}#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a:hover{background-color:transparent;color:var(--clr-primary)}#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a>.menu-item-icon-container{display:block;margin-bottom:4px}#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a>.menu-item-icon-container{display:block;position:relative;height:13px;margin-bottom:5px}#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a>.menu-item-icon-container img{position:absolute;left:0;top:0;transition:all .2s ease}#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a>.menu-item-icon-container .default-icon{opacity:1;visibility:visible}#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a:hover>.menu-item-icon-container .default-icon{opacity:0;visibility:hidden}#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a>.menu-item-icon-container .hover-icon{opacity:0;visibility:hidden}#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a:hover>.menu-item-icon-container .hover-icon{opacity:1;visibility:visible}.slick-arrow{width:45px;height:45px;border-radius:50%;background-color:var(--clr-white);border:1px solid #f0f0f0;display:flex;justify-content:center;align-items:center}.humberger-menu{display:none}.close-cart-btn{background-color:transparent;border:none;padding:0;position:absolute;top:2rem;right:2rem;cursor:pointer;color:var(--clr-label);transition:all .2s linear}.close-cart-btn:hover{color:var(--clr-text)}.woocommerce-mini-cart__empty-message{color:var(--clr-label)}.humberger-menu .close{opacity:0;visibility:visible}#rev_slider_1_1_wrapper .yaaf_arrows.tparrows.tp-rightarrow{padding-left:50px !important}.yaaf-list_items{margin-top:35px}.info-list_item{margin-bottom:1.5rem}.info-list_item .info-list_item_label{font-size:1rem;margin-bottom:8px}.info-list_item .info-list_item_value a{color:var(--clr-text);text-decoration:underline}.info-list_item .info-list_item_value a:hover{color:var(--clr-primary)}.contact-from-section .yaaf-heading_wrap .heading-title{margin-bottom:15px}.wpb_wrapper .wpb_gmaps_widget .wpb_wrapper{background-color:transparent;padding:0}#gform_wrapper_1[data-form-index="0"].gform-theme.contact-form_wrapper{display:flex;justify-content:end}#gform_wrapper_1[data-form-index="0"].gform-theme.contact-form_wrapper .contact-form{background-color:var(--clr-white);border-radius:30px;padding:30px;box-shadow:0 0 30px 0 rgba(0,0,0,.02)}#gform_wrapper_1[data-form-index="0"].gform-theme.contact-form_wrapper .gform_fields{row-gap:15px}#gform_wrapper_1[data-form-index="0"].gform-theme.contact-form_wrapper .gfield textarea.large{height:150px;min-height:fit-content;background-color:var(--clr-white);border-radius:15px}#gform_wrapper_1[data-form-index="0"].gform-theme.contact-form_wrapper .gform_footer .gform_button{width:100%;height:50px;background-color:var(--clr-primary);border-radius:20px;border:0;text-transform:uppercase;font-size:1rem;transition:all .2s linear}#gform_wrapper_1[data-form-index="0"].gform-theme.contact-form_wrapper .gform_footer .gform_button:hover{background-color:var(--clr-primary-hover)}.woocommerce form .form-row label.checkbox span{font-size:.875rem;color:var(--clr-label)}.woocommerce-checkout #payment div.form-row{padding:0}.sticky-add-to-cart{position:fixed;bottom:0;left:0;right:0;width:100%;background-color:var(--clr-white);padding:15px 0;transform:translateY(80px);transition:all .2s linear;border-top-left-radius:15px;border-top-right-radius:15px;z-index:9}.sticky-add-to-cart.is-visible{transform:translateY(0);box-shadow:0 0px 20px 10px rgba(0,0,0,.03)}.sticky-add-to-cart .yaaf-container{display:flex;justify-content:space-between}.sticky-product-title{font-size:18px;margin-bottom:2px}.sticky-product-price ins{font-size:18px}.sticky-product-price del{font-size:14px}.stick-add-to-cart-actions{display:flex;align-items:end}.stick-add-to-cart-actions .sticky-add-to-cart-button{display:inline-flex;justify-content:center;align-items:center}.sticky-add-to-cart-form{display:flex;gap:15px}.yaaf-about_widget img{height:30px;width:150px;object-fit:contain;margin-bottom:15px}@media(max-width:768px){.yaaf-header_centred{height:60px}.yaaf-logo{gap:30px}.yaaf-logo img{height:38px}.humberger-menu{display:flex;background-color:transparent;padding:0;border:0;width:30px;height:30px;justify-content:center;align-items:center;position:relative}.bodyoverlay{overflow:hidden}.humberger-menu span{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;color:var(--clr-primary);transition:all .15s ease}.humberger-menu.is-open .open{opacity:0;visibility:hidden}.humberger-menu.is-open .close{opacity:1;visibility:visible}.yaaf-navbar{position:fixed;bottom:0;left:0;right:0;width:100%;height:calc(100dvh - 60px);padding:20px 15px;background-color:var(--clr-white);box-shadow:0 0 30px 0 rgba(0,0,0,.08);overflow-y:scroll;transform:translateX(-100%);transition:all .2s linear}.yaaf-navbar.opened-navbar{transform:translateX(0)}.yaaf-navbar .menu{gap:0 12px;display:block}.yaaf-navbar .menu .menu-item{flex:1 0 0}.yaaf-navbar .menu .menu-item a{display:flex;padding:14px 10px;gap:12px;align-items:center;font-weight:600;font-size:1rem}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown{position:relative}.yaaf-navbar>.menu>.menu-item>a>.menu-item-icon-container{width:15px;height:15px;margin:0}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown{top:0;box-shadow:none;padding:0 10px;border-bottom:none}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item{width:100%;padding:12px 0;border-bottom:1px solid #f1f1f1}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item>a{display:flex;flex-wrap:wrap;gap:0;align-items:baseline}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item>.B-Dropdown>ul>.menu-item>a{padding:7px 15px 7px 30px}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item>a>.menu-item-icon-container{flex:0 0 30px;max-width:30px;position:relative;top:5px}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item>a>.menu-item-content{flex:0 0 calc(100% - 30px);max-width:calc(100% - 30px)}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item:last-child{border-bottom:none}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item-has-children>.B-Dropdown{width:100%;position:relative;left:0;top:0}.yaaf-navbar .menu .menu-item.menu-item-has-children .B-Dropdown>ul>.menu-item>.B-Dropdown>ul{display:block;padding:0;margin-top:10px}.yaaf-navbar .menu .menu-item.menu-item-has-children .B-Dropdown>ul>.menu-item>.B-Dropdown>ul>li:last-child>a{padding-bottom:0}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item-has-children>.B-Dropdown{display:block;max-height:0;overflow:hidden;-webkit-transition:max-height 1s cubic-bezier(0,1.05,0,1);-moz-transition:max-height 1s cubic-bezier(0,1.05,0,1);-ms-transition:max-height 1s cubic-bezier(0,1.05,0,1);-o-transition:max-height 1s cubic-bezier(0,1.05,0,1);transition:max-height 1s cubic-bezier(0,1.05,0,1);padding:0}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item-has-children>.B-Dropdown.active-panel{max-height:1000px;-webkit-transition:max-height .5s ease-in;-moz-transition:max-height .5s ease-in;-ms-transition:max-height .5s ease-in;-o-transition:max-height .5s ease-in;transition:max-height .5s ease-in;opacity:1;box-shadow:unset}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item>.B-Dropdown>ul>.menu-item{max-width:100%}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item>a{box-shadow:unset;padding:0;background-color:transparent;margin-bottom:15px}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item:last-child>a{margin-bottom:0}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul>.menu-item.current-tab>a{box-shadow:unset;background-color:transparent}.yaaf-navbar .menu .B-Dropdown .menu-item a{padding-left:30px;padding-right:0}.yaaf-navbar>.menu>.menu-item.menu-item-has-children>.B-Dropdown>ul{background-color:#fcfcfc;background:#f5f5f5;border-radius:15px;padding:20px}.yaaf-navbar .menu .menu-item a{color:#585656}.content-pleft .wpb_wrapper{padding-left:0}.yaaf-row{gap:15px 0}.yaaf-col_6,.yaaf-col_3{flex:0 0 100%;max-width:100%}.pad-lg{padding-top:45px;padding-bottom:45px}.pad-lg-top{padding-top:45px}.pad-lg-bottom{padding-bottom:45px}.pad-md{padding-top:35px;padding-bottom:35px}.heading-yaaf.split-layout .heading-wrap{display:block}.heading-yaaf.split-layout .heading-title,.heading-yaaf.split-layout .heading-subtitle{max-width:100%}.yaaf-heading-wrap .yaaf-heading .heading-title,.heading-yaaf.split-layout .heading-title{font-size:28px !important;line-height:36px !important;margin-bottom:10px}.woo-categories-wrapper{flex-wrap:wrap;gap:15px}.woo-category-card{flex:0 0 100%;max-width:100%}.woo-category-card-inner{height:180px}.woo-category-link{right:10px;top:10px}.woo-category-name{left:20px;bottom:15px}.woo-category-card:hover{flex:0 0 100%}.yaaf-iboxes_items{padding:30px 15px}.yaaf-iboxes_items .yaaf-col_3{padding:0}.style_2 .ibox-item .ibox-item_title{font-size:18px;margin-bottom:10px}.ibox-item_icon{width:45px;height:45px;margin-bottom:20px}.ibox-item_icon img{width:100%}.ibox-item_desc{font-size:14px}.cta-title{font-size:28px}.cta-subtitle{font-size:14px}.cta-description{width:100%;font-size:1rem;line-height:24px}.tst-t_4 .tst-header,.tst-t_4 .tst{flex:0 0 100%;max-width:100%;padding:0;margin-bottom:20px}.tst-title{font-size:28px !important}.tst .slick-slide>div{padding:0}.yaaf-testimonials .tst-t_4 .testimonial-card{min-height:250px}.steps-yaaf-1 .step-wrap{height:300px}.yaaf-lposts_heading{display:block}.yaaf-accordions,.accordions_heading{flex:0 0 100%;max-width:100%}.accordions_heading{padding:0;margin-bottom:30px}.accordions_heading .yaaf-heading_title{font-size:28px;margin-bottom:15px}.newsletter-content{max-width:100%}.newsletter-title{font-size:28px}.newsletter-subtitle{font-size:14px}.newsletter-form .tnp-subscription div.tnp-field .tnp-submit{width:auto}.slick-arrow{position:absolute;bottom:-65px;margin:0 auto;left:0;right:0;width:40px;height:40px}.slick-arrow .material-symbols-rounded{font-size:1.25rem}.slick-next.slick-arrow{right:-60px}.slick-prev.slick-arrow{left:-60px}.tst-t_4 .slick-arrow{left:0 !important;right:0;bottom:-80px}.tst-t_4 .slick-next.slick-arrow{right:-60px}.tst-t_4 .slick-prev.slick-arrow{left:-60px !important}.yaaf-testimonials{padding-bottom:50px}.yaaf-testimonials .slick-list .slick-slide>div{padding:0 10px}.side-mini-cart{width:100%;height:100dvh}.accordion-body{padding-left:52px}.woocommerce-products-header__title.page-title,.page-header-title{font-size:24px;line-height:36px}.page-header-description{margin-top:20px;margin-bottom:35px}.breadcrumbs{font-size:12px;margin-top:10px;position:relative}.pad-md-bottom{padding-top:0}.breadcrumbs a{white-space:nowrap}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2{flex:0 0 100%;max-width:100%;padding:0}.woocommerce-billing-fields h3,.cart-box-heading h3,.checkout-review-heading h3{font-size:18px}.cart-box-heading p,.checkout-review-heading p{margin-top:5px}#rev_slider_1_1_wrapper .yaaf_arrows.tparrows.tp-rightarrow{padding-left:25px !important;transform:translate(55px,-70px) !important}#rev_slider_1_1_wrapper .yaaf_arrows.tparrows.tp-leftarrow{transform:translate(30px,-70px) !important}.section-img-text .yaaf-image.simple-image{margin-top:20px;margin-bottom:20px}.slick-list{padding:0 20% 0 0 !important}.yaaf-content{width:100%}.accordion-header{padding:12px}.side-c .widget-title{margin-bottom:20px}.summary.entry-summary{padding:15px}.summary.entry-summary .product_title{font-size:20px}.summary.entry-summary .cart{display:block;margin-top:30px}.summary.entry-summary .cart .quantity{max-width:100%}.summary.entry-summary .cart .quantity .input-text.qty{width:100%;height:44px}.stick-add-to-cart-actions .sticky-add-to-cart-button,.summary.entry-summary .cart .single_add_to_cart_button{width:100%;height:44px;margin-top:15px}.woocommerce-product-details__short-description{font-size:.875rem;line-height:20px}.product-features{padding:10px}.product-features ul li{flex:0 0 50%;max-width:50%;font-size:.75rem;gap:6px}.product-features ul li .material-symbols-rounded{font-size:12px;width:16px;height:16px;line-height:18px;border-radius:6px}.woocommerce-tabs{margin-bottom:30px}.woocommerce-tabs .wc-tabs li{flex:1 0 0}.woocommerce-tabs .wc-tabs li a{padding:12px 10px;font-size:.875rem;height:100%}.woocommerce-Tabs-panel{border-top-right-radius:0}.woocommerce-Tabs-panel{padding:1rem}.sticky-add-to-cart-form{width:100%;align-items:baseline}.sticky-add-to-cart .yaaf-container{display:block}.stick-add-to-cart-actions .sticky-add-to-cart-button{margin:0}.sticky-product-title{font-size:1rem}.sticky-product-price ins{font-size:1rem}.sticky-add-to-cart-content{display:flex;flex-wrap:wrap;margin-bottom:12px}.sticky-product-title{flex:0 0 calc(100% - 118px);max-width:calc(100% - 118px)}.sticky-product-price{flex:0 0 118px;max-width:118px}.sticky-add-to-cart{padding:12px 0;transform:translateY(120px)}.woocommerce-product-gallery__wrapper{width:100%}.woocommerce-product-gallery__image{height:300px}.woocommerce-product-gallery__image img{height:100%;object-fit:contain}.summary.entry-summary .price .woocommerce-Price-amount.amount bdi,.summary.entry-summary .price ins{font-size:20px}.summary.entry-summary .price del{font-size:16px}.woocommerce-tabs .wc-tabs li a{justify-content:center}.woocommerce-tabs .wc-tabs li a .material-symbols-rounded{font-size:26px}.woocommerce-Tabs-panel h2{font-size:1.2rem}.woocommerce-tabs .wc-tabs li a .tab-title{display:none}#gform_wrapper_1[data-form-index="0"].gform-theme.contact-form_wrapper .contact-form{width:100%}.products.columns-4 .product{flex:0 0 100%;max-width:100%}.woocommerce-products-header__title.page-title{width:100%}.shop-sidebar{padding:2rem;width:100%}.yaaf-after-single-product .related.products h2:not(.woocommerce-loop-product__title){font-size:24px}.yaaf-after-single-product .related.products{margin-bottom:30px}.yaaf-about_widget img{margin-bottom:30px}.footer-style_dark .side-c.widget_nav_menu{margin-bottom:15px}.yaaf-txtimg_layred img:nth-child(1){height:250px}.yaaf-layred_images{margin:30px 0 75px}.pad-lg-sm-bt{padding-top:35px;padding-bottom:15px}.tst-t_4,.woo-tab-content{margin:0 -15px}.tst-t_4{padding-left:15px}.tst-header_content{padding-right:15px}.steps-yaaf-1 .step-wrap .floated-icon{bottom:-35px;right:-10px;font-size:130px}.steps