.btn{font-family:"Poppins",sans-serif;font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;padding:12px 24px;border-radius:5px;background-color:#0a6b4d;color:#fff;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;gap:10px;width:fit-content}.btn svg,.btn img{width:24px;height:24px}.btn svg path,.btn img{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.btn:hover{background-color:rgb(5.641025641,60.358974359,43.4358974359)}.btn:hover svg path{fill:#fff}.btn:hover img{filter:brightness(0) invert(1)}.btn-secondary{font-family:"Poppins",sans-serif;font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;padding:12px 24px;border-radius:5px;background-color:#0a6b4d;color:#fff;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;gap:10px;width:fit-content;background-color:rgba(0,0,0,0);color:#0a6b4d;border:1px solid #cabfe2}.btn-secondary svg,.btn-secondary img{width:24px;height:24px}.btn-secondary svg path,.btn-secondary img{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.btn-secondary:hover{background-color:rgb(5.641025641,60.358974359,43.4358974359)}.btn-secondary:hover svg path{fill:#fff}.btn-secondary:hover img{filter:brightness(0) invert(1)}.btn-secondary:hover{background-color:#0a6b4d;color:#fff;border-color:#0a6b4d}.btn-arrow{font-family:"Poppins",sans-serif;font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;padding:12px 24px;border-radius:5px;background-color:#0a6b4d;color:#fff;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;gap:10px;width:fit-content}.btn-arrow svg,.btn-arrow img{width:24px;height:24px}.btn-arrow svg path,.btn-arrow img{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.btn-arrow:hover{background-color:rgb(5.641025641,60.358974359,43.4358974359)}.btn-arrow:hover svg path{fill:#fff}.btn-arrow:hover img{filter:brightness(0) invert(1)}.btn-arrow::after{content:"";display:flex;width:24px;height:24px;background:url("../images/svg/arrow-forward.svg") no-repeat center center;background-size:contain;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.btn-arrow:hover::after{transform:translateX(5px)}.btn-white{font-family:"Poppins",sans-serif;font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;padding:12px 24px;border-radius:5px;background-color:#0a6b4d;color:#fff;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;gap:10px;width:fit-content;background-color:#fff;color:#0a6b4d;border:1px solid #0a6b4d}.btn-white svg,.btn-white img{width:24px;height:24px}.btn-white svg path,.btn-white img{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.btn-white:hover{background-color:rgb(5.641025641,60.358974359,43.4358974359)}.btn-white:hover svg path{fill:#fff}.btn-white:hover img{filter:brightness(0) invert(1)}.btn-white::after{background:url("../images/svg/arrow-forward-green.svg") no-repeat center center}.btn-white:hover{background-color:#0a6b4d;color:#fff;border-color:#fff}.btn-white:hover::after{background:url("../images/svg/arrow-forward.svg") no-repeat center center}.btn-outline{font-family:"Poppins",sans-serif;font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;padding:12px 24px;border-radius:5px;background-color:#0a6b4d;color:#fff;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;gap:10px;width:fit-content;background-color:#fff;color:#0a6b4d;border:1px solid #0a6b4d}.btn-outline svg,.btn-outline img{width:24px;height:24px}.btn-outline svg path,.btn-outline img{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.btn-outline:hover{background-color:rgb(5.641025641,60.358974359,43.4358974359)}.btn-outline:hover svg path{fill:#fff}.btn-outline:hover img{filter:brightness(0) invert(1)}.btn-outline:hover{background-color:#0a6b4d;color:#fff;border-color:#0a6b4d}.woocommerce ul.products{display:grid;margin:0 !important;gap:8px}.woocommerce ul.products::before,.woocommerce ul.products::after{content:none}.woocommerce ul.products.columns-4{grid-template-columns:repeat(4, 1fr)}@media(max-width: 880px){.woocommerce ul.products.columns-4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.woocommerce ul.products.columns-4{grid-template-columns:repeat(1, 1fr)}}.woocommerce ul.products.columns-3{grid-template-columns:repeat(3, 1fr)}@media(max-width: 880px){.woocommerce ul.products.columns-3{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.woocommerce ul.products.columns-3{grid-template-columns:repeat(1, 1fr)}}.woocommerce li.product{padding:16px !important;background:#f6f6f6;border-radius:36px;width:100% !important;display:flex !important;flex-direction:column;margin:0 !important;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;border:1px solid rgba(0,0,0,0)}.woocommerce li.product:hover{transform:translateY(-3px);box-shadow:0 4px 10px rgba(0,0,0,.1);border-color:#cabfe2}.woocommerce li.product .onsale{display:none}.woocommerce li.product .woocommerce-LoopProduct-link{display:flex !important;flex-direction:column}.woocommerce li.product .woocommerce-LoopProduct-link img{margin-bottom:32px !important;width:100%;height:auto;border-radius:25px;aspect-ratio:1/1;object-fit:cover;display:block;background:#fff}.woocommerce li.product .woocommerce-LoopProduct-link h2.woocommerce-loop-product__title{font-size:1.5rem;font-weight:500;line-height:1.33;font-family:"Poppins",sans-serif;font-size:1.125rem;padding:0}@media(max-width: 520px){.woocommerce li.product .woocommerce-LoopProduct-link h2.woocommerce-loop-product__title{font-size:1.25rem}}.woocommerce li.product .product-loop-footer{display:flex;justify-content:space-between;align-items:center;padding-top:8px;margin-top:auto}.woocommerce li.product .product-loop-footer .added_to_cart{display:none}.woocommerce li.product .product-loop-footer .km-text{font-size:14px;color:#5f5e6d;display:block}.woocommerce li.product .product-loop-footer .woocommerce-LoopProduct-link .price{font-size:1.125rem;font-weight:500;line-height:1.33;font-family:"Poppins",sans-serif;margin:0 !important}@media(max-width: 520px){.woocommerce li.product .product-loop-footer .woocommerce-LoopProduct-link .price{font-size:1rem}}.woocommerce li.product .product-loop-footer .woocommerce-LoopProduct-link .price .woocommerce-Price-amount.amount{color:#202020;font-size:18px}.woocommerce li.product .product-loop-footer .button{font-size:0;width:48px;height:48px;padding:0;border-radius:5px;margin:0;background:#0a6b4d;display:flex !important;align-items:center;justify-content:center;position:relative}.woocommerce li.product .product-loop-footer .button::after{content:"";position:relative;display:block;width:24px;height:24px;background:url("../images/svg/cart.svg") no-repeat center center;background-size:contain;filter:brightness(0) invert(1)}.woocommerce li.product .product-loop-footer .button:hover{background:rgb(5.641025641,60.358974359,43.4358974359)}nav.woocommerce-breadcrumb,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{width:100%;font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;color:#abaab5;margin-bottom:64px}nav.woocommerce-breadcrumb a,nav.woocommerce-breadcrumb .delimiter,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb .delimiter{font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;color:#5f5e6d}nav.woocommerce-breadcrumb a,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{position:relative}nav.woocommerce-breadcrumb a::after,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease;transform-origin:right}nav.woocommerce-breadcrumb a:hover::after,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover::after{transform:scaleX(1);transform-origin:left}@media(max-width: 420px){.xoo-wsc-container .xoo-wsc-body{padding:0 12px}.xoo-wsc-container .xoo-wsc-body .xoo-wsc-qty{width:32px !important;height:32px !important}.xoo-wsc-container .xoo-wsc-body .xoo-wsc-plus{width:32px !important;height:32px !important}.xoo-wsc-container .xoo-wsc-body .xoo-wsc-minus{width:32px !important;height:32px !important}}header#main-header{position:fixed;top:0;left:0;width:100%;z-index:9999;transition:.4s}header#main-header .header__top-bar{padding-top:12px;padding-bottom:12px;background:#0a6b4d}@media(max-width: 1024px){header#main-header .header__top-bar{padding-top:16px;padding-bottom:16px}}header#main-header .header__top-bar .container{color:#fff;display:flex;justify-content:space-between;align-items:center}@media(max-width: 700px){header#main-header .header__top-bar__menu{display:none}}header#main-header .header__top-bar__menu ul{list-style-type:none;margin:0;padding:0;display:flex;gap:24px}header#main-header .header__top-bar__menu ul a{color:#fff;position:relative}header#main-header .header__top-bar__menu ul a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease;transform-origin:right}header#main-header .header__top-bar__menu ul a:hover::after{transform:scaleX(1);transform-origin:left}header#main-header .header__top-bar__info{display:flex;gap:24px;align-items:center}header#main-header .header__top-bar__info-item{display:flex;gap:8px;align-items:center;color:#fff}header#main-header .header__top-bar__info-item span{position:relative;font-size:1rem}@media(max-width: 1024px){header#main-header .header__top-bar__info-item span{font-size:.875rem}}header#main-header .header__top-bar__info-item span::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease;transform-origin:right}header#main-header .header__top-bar__info-item:hover span::after{transform:scaleX(1);transform-origin:left}@media(max-width: 520px){header#main-header .header__top-bar__info-item:nth-child(2){display:none}}header#main-header .header__top-bar__info-icon{width:24px;height:24px;object-fit:contain;display:block}@media(max-width: 1024px){header#main-header .header__top-bar__info-icon{width:20px;height:20px}}header#main-header .header__top-bar__search{padding:8px 12px;background:#f6f6f6;border-radius:12px;display:flex;align-items:center;max-width:240px;width:calc(100% - 340px)}@media(min-width: 701px){header#main-header .header__top-bar__search{display:none}}@media(max-width: 520px){header#main-header .header__top-bar__search{width:calc(100% - 200px)}}header#main-header .header__top-bar__search svg{width:16px;height:16px;cursor:pointer}header#main-header .header__top-bar__search .search-form-custom{display:flex;margin-top:auto;position:relative;width:calc(100% - 20px);-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;margin-bottom:0}header#main-header .header__top-bar__search .search-form-custom .form-row{display:flex;width:100%;overflow:hidden;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;margin:0 !important;padding:0 !important}header#main-header .header__top-bar__search .search-form-custom .form-row .search-form-input{border:0;background:rgba(0,0,0,0);border-radius:0;font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;font-family:"Poppins",sans-serif;color:#5f5e6d;width:100%;margin-right:10px;height:22px}header#main-header .header__top-bar__search .search-form-custom .ajax_search_results{position:absolute;top:100%;left:0;transform:translateX(-50%);width:max-content;min-width:300px;max-width:100vw;background:#f6f6f6;border-radius:5px;opacity:0;pointer-events:none;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;z-index:9999;padding:16px 20px;margin-top:10px;display:flex;flex-direction:column;align-items:center}header#main-header .header__top-bar__search .search-form-custom .ajax_search_results .searchResults{width:100%;min-height:50px}header#main-header .header__top-bar__search .search-form-custom .ajax_search_results .searchResults .resultHead{display:flex;justify-content:space-between;align-items:center;width:100%}header#main-header .header__top-bar__search .search-form-custom .ajax_search_results .searchResults .resultHead p{font-size:1rem;font-weight:400;line-height:1.25;font-family:"Poppins",sans-serif}header#main-header .header__top-bar__search .search-form-custom .ajax_search_results .searchResults .resultsInit{width:100%}header#main-header .header__top-bar__search .search-form-custom .ajax_search_results .searchResults .resultsInit .resultItem{color:#202020;text-decoration:none}header#main-header .header__top-bar__search .search-form-custom .ajax_search_results .searchResults .resultsInit .resultItemInner{display:flex}header#main-header .header__top-bar__search .search-form-custom .ajax_search_results .searchResults .resultsInit .resultItemTitle{font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;color:#5f5e6d;position:relative;width:fit-content}header#main-header .header__top-bar__search .search-form-custom .ajax_search_results .searchResults .resultsInit .resultItemTitle::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease;transform-origin:right}header#main-header .header__top-bar__search .search-form-custom .ajax_search_results .searchResults .resultsInit .resultItemTitle:hover::after{transform:scaleX(1);transform-origin:left}header#main-header .header__top-bar__search .search-form-custom .ajax_search_results .searchResults .resultsInit .resultItem+.resultItem .resultItemTitle{margin-top:16px}header#main-header .header__top-bar__search .search-form-custom .ajax_search_results.active{opacity:1;pointer-events:auto}header#main-header .header__top-bar__search .search-form-custom .ajax_search_results .searchLoader{display:inline-grid;padding:5px;background:#fff;filter:blur(4px) contrast(12);position:absolute}header#main-header .header__top-bar__search .search-form-custom .ajax_search_results .searchLoader:before{content:"";height:40px;aspect-ratio:3;--c: #0000 64%,#000 66% 98%,#0000 101%;background:radial-gradient(35% 146% at 50% 159%, var(--c)) 0 0,radial-gradient(35% 146% at 50% -59%, var(--c)) 100% 100%;background-size:66.6666666667% 50%;background-repeat:repeat-x;-webkit-mask:repeating-linear-gradient(90deg, #000 0 10%, rgba(0, 0, 0, 0) 0 20%);animation:l12 .8s infinite linear}@keyframes l12{to{background-position:-200% 0,-100% 100%}}header#main-header .header__bottom-bar{padding-top:12px;padding-bottom:12px;background:#fff}header#main-header .header__bottom-bar .container{display:flex;justify-content:space-between;align-items:center}@media(max-width: 440px){header#main-header .header__bottom-bar .container{width:calc(100% - 24px) !important}header#main-header .header__bottom-bar .container .header__bottom-bar__logo a img{height:42px}header#main-header .header__bottom-bar .container .header__bottom-bar__cart-trigger svg{width:20px;height:20px}header#main-header .header__bottom-bar .container .header__bottom-bar__right{gap:18px}}header#main-header .header__bottom-bar__logo a{display:block}header#main-header .header__bottom-bar__logo a img{width:auto;height:60px;object-fit:contain;display:block}@media(max-width: 1180px){header#main-header .header__bottom-bar__logo a img{height:48px}}@media(max-width: 1024px){header#main-header .header__bottom-bar__menu{display:none}}header#main-header .header__bottom-bar__menu>ul{list-style-type:none;margin:0;padding:0;display:flex;gap:24px}header#main-header .header__bottom-bar__menu>ul a{font-size:1.125rem;font-weight:500;line-height:1.33;font-family:"Poppins",sans-serif;color:#5f5e6d;position:relative}@media(max-width: 520px){header#main-header .header__bottom-bar__menu>ul a{font-size:1rem}}header#main-header .header__bottom-bar__menu>ul a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease;transform-origin:right}header#main-header .header__bottom-bar__menu>ul a:hover::after{transform:scaleX(1);transform-origin:left}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children{display:flex;align-items:center;gap:8px}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>a{position:relative;font-size:1.125rem;font-weight:500;line-height:1.33;font-family:"Poppins",sans-serif;color:#5f5e6d}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease;transform-origin:right}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>a:hover::after{transform:scaleX(1);transform-origin:left}@media(max-width: 520px){header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>a{font-size:1rem}}@media(max-width: 1180px){header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>a{font-size:1rem}}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>a::before{content:"";position:absolute;left:0;bottom:-37px;width:calc(100% + 32px);height:37px}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children::after{content:"";position:relative;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_167_1561' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='25'%3E%3Crect x='0.5' y='0.956299' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_167_1561)'%3E%3Cpath d='M11.975 15.4313L8.35001 11.8063C8.30001 11.7563 8.26251 11.7021 8.23751 11.6438C8.21251 11.5855 8.20001 11.523 8.20001 11.4563C8.20001 11.323 8.24585 11.2063 8.33751 11.1063C8.42918 11.0063 8.55001 10.9563 8.70001 10.9563H16.3C16.45 10.9563 16.5708 11.0063 16.6625 11.1063C16.7542 11.2063 16.8 11.323 16.8 11.4563C16.8 11.4896 16.75 11.6063 16.65 11.8063L13.025 15.4313C12.9417 15.5146 12.8583 15.573 12.775 15.6063C12.6917 15.6396 12.6 15.6563 12.5 15.6563C12.4 15.6563 12.3083 15.6396 12.225 15.6063C12.1417 15.573 12.0583 15.5146 11.975 15.4313Z' fill='%235F5E6D'/%3E%3C/g%3E%3C/svg%3E");display:flex;align-items:center;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>.sub-menu{position:absolute;top:100%;left:0;background:#f6f6f6;z-index:9998;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;opacity:0;visibility:hidden;width:100vw;max-height:0;overflow:hidden;padding-top:64px;padding-bottom:64px;transition-delay:.65s}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>.sub-menu .container{display:block;-webkit-column-count:4;-moz-column-count:4;column-count:4;-webkit-column-gap:64px;-moz-column-gap:64px;column-gap:64px;-webkit-column-fill:balance;-moz-column-fill:balance;column-fill:balance;box-sizing:border-box}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>.sub-menu .container>li{display:inline-flex;width:100%;margin-bottom:64px;break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;flex-direction:column;gap:24px}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>.sub-menu .container>li>a{display:flex;align-items:center;gap:10px;font-size:1.5rem;font-weight:500;line-height:1.33;font-family:"Poppins",sans-serif}@media(max-width: 520px){header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>.sub-menu .container>li>a{font-size:1.25rem}}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>.sub-menu .container>li>a::after{content:none}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>.sub-menu .container>li>a img{width:24px;height:24px;object-fit:contain;display:block}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>.sub-menu .container>li>.sub-menu{list-style-type:none;display:flex;flex-direction:column;gap:16px;margin:0;padding:0;margin-left:34px !important}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>.sub-menu .container>li>.sub-menu a{font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;position:relative}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>.sub-menu .container>li>.sub-menu a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease;transform-origin:right}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children>.sub-menu .container>li>.sub-menu a:hover::after{transform:scaleX(1);transform-origin:left}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children.few-items .container{display:flex;gap:64px;justify-content:flex-start;align-items:flex-start}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children.few-items .container>li{width:fit-content}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children.few-items .container>li>.sub-menu{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:64px;row-gap:16px;margin-left:34px}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children:hover>a{color:#0a6b4d}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children:hover>a::after{transform:scaleX(1);transform-origin:left}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children:hover::after{background-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_167_1561' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='25'%3E%3Crect x='0.5' y='0.956299' width='24' height='24' fill='%230a6b4d'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_167_1561)'%3E%3Cpath d='M11.975 15.4313L8.35001 11.8063C8.30001 11.7563 8.26251 11.7021 8.23751 11.6438C8.21251 11.5855 8.20001 11.523 8.20001 11.4563C8.20001 11.323 8.24585 11.2063 8.33751 11.1063C8.42918 11.0063 8.55001 10.9563 8.70001 10.9563H16.3C16.45 10.9563 16.5708 11.0063 16.6625 11.1063C16.7542 11.2063 16.8 11.323 16.8 11.4563C16.8 11.4896 16.75 11.6063 16.65 11.8063L13.025 15.4313C12.9417 15.5146 12.8583 15.573 12.775 15.6063C12.6917 15.6396 12.6 15.6563 12.5 15.6563C12.4 15.6563 12.3083 15.6396 12.225 15.6063C12.1417 15.573 12.0583 15.5146 11.975 15.4313Z' fill='%230a6b4d'/%3E%3C/g%3E%3C/svg%3E")}header#main-header .header__bottom-bar__menu>ul>li.menu-item-has-children:hover>.sub-menu{opacity:1;pointer-events:auto;max-height:700px;visibility:visible}header#main-header .header__bottom-bar__menu>ul>li.align-row .container{display:flex !important;justify-content:flex-start;align-items:flex-start;flex-direction:row}header#main-header .header__bottom-bar__menu>ul>li.align-row .container>li{flex-basis:fit-content}header#main-header .header__bottom-bar__menu>ul>li.align-row .container>li .sub-menu{flex-direction:row !important;flex-wrap:wrap;margin-left:34px !important}header#main-header .header__bottom-bar__menu>ul>li.align-row .container>li .sub-menu li{flex-basis:calc(50% - 12px)}header#main-header .header__bottom-bar__right{display:flex;align-items:center;gap:24px}header#main-header .header__bottom-bar__search{padding:12px 16px;background:#f6f6f6;border-radius:5px;display:flex;align-items:center}@media(max-width: 1180px){header#main-header .header__bottom-bar__search{max-width:192px}}@media(max-width: 700px){header#main-header .header__bottom-bar__search{display:none}}header#main-header .header__bottom-bar__search svg{width:16px;height:16px;cursor:pointer}header#main-header .header__bottom-bar__search .search-form-custom{display:flex;margin-top:auto;position:relative;width:240px;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;margin-bottom:0}header#main-header .header__bottom-bar__search .search-form-custom .form-row{display:flex;width:100%;overflow:hidden;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;margin:0 !important;padding:0 !important}header#main-header .header__bottom-bar__search .search-form-custom .form-row .search-form-input{border:0;background:rgba(0,0,0,0);border-radius:0;font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;font-family:"Poppins",sans-serif;color:#5f5e6d;width:100%;margin-right:10px;height:22px}header#main-header .header__bottom-bar__search .search-form-custom .ajax_search_results{position:absolute;top:100%;left:0;transform:translateX(-20%);width:max-content;min-width:425px;background:#f6f6f6;border-radius:5px;opacity:0;pointer-events:none;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;z-index:9999;padding:16px 20px;margin-top:10px;display:flex;flex-direction:column;align-items:center}header#main-header .header__bottom-bar__search .search-form-custom .ajax_search_results .searchResults{width:100%;min-height:50px}header#main-header .header__bottom-bar__search .search-form-custom .ajax_search_results .searchResults .resultHead{display:flex;justify-content:space-between;align-items:center;width:100%}header#main-header .header__bottom-bar__search .search-form-custom .ajax_search_results .searchResults .resultHead p{font-size:1rem;font-weight:400;line-height:1.25;font-family:"Poppins",sans-serif}header#main-header .header__bottom-bar__search .search-form-custom .ajax_search_results .searchResults .resultsInit{width:100%}header#main-header .header__bottom-bar__search .search-form-custom .ajax_search_results .searchResults .resultsInit .resultItem{color:#202020;text-decoration:none}header#main-header .header__bottom-bar__search .search-form-custom .ajax_search_results .searchResults .resultsInit .resultItemInner{display:flex}header#main-header .header__bottom-bar__search .search-form-custom .ajax_search_results .searchResults .resultsInit .resultItemTitle{font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;color:#5f5e6d;position:relative;width:fit-content}header#main-header .header__bottom-bar__search .search-form-custom .ajax_search_results .searchResults .resultsInit .resultItemTitle::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease;transform-origin:right}header#main-header .header__bottom-bar__search .search-form-custom .ajax_search_results .searchResults .resultsInit .resultItemTitle:hover::after{transform:scaleX(1);transform-origin:left}header#main-header .header__bottom-bar__search .search-form-custom .ajax_search_results .searchResults .resultsInit .resultItem+.resultItem .resultItemTitle{margin-top:16px}header#main-header .header__bottom-bar__search .search-form-custom .ajax_search_results.active{opacity:1;pointer-events:auto}header#main-header .header__bottom-bar__search .search-form-custom .ajax_search_results .searchLoader{display:inline-grid;padding:5px;background:#fff;filter:blur(4px) contrast(12);position:absolute}header#main-header .header__bottom-bar__search .search-form-custom .ajax_search_results .searchLoader:before{content:"";height:40px;aspect-ratio:3;--c: #0000 64%,#000 66% 98%,#0000 101%;background:radial-gradient(35% 146% at 50% 159%, var(--c)) 0 0,radial-gradient(35% 146% at 50% -59%, var(--c)) 100% 100%;background-size:66.6666666667% 50%;background-repeat:repeat-x;-webkit-mask:repeating-linear-gradient(90deg, #000 0 10%, rgba(0, 0, 0, 0) 0 20%);animation:l12 .8s infinite linear}@keyframes l12{to{background-position:-200% 0,-100% 100%}}header#main-header .header__bottom-bar__account{display:flex;align-items:center}header#main-header .header__bottom-bar__account svg{width:24px;height:24px;object-fit:contain;display:block}header#main-header .header__bottom-bar__cart{display:flex;align-items:center}header#main-header .header__bottom-bar__cart-trigger{display:flex;align-items:center;cursor:pointer;gap:8px}header#main-header .header__bottom-bar__cart-trigger svg{width:24px;height:24px;object-fit:contain;display:block}header#main-header .header__bottom-bar__cart-total{font-size:1.125rem;font-weight:500;line-height:1.33;font-family:"Poppins",sans-serif;color:#0a6b4d}@media(max-width: 520px){header#main-header .header__bottom-bar__cart-total{font-size:1rem}}header#main-header .sidebar-menu__trigger{background:rgba(0,0,0,0);border:0;cursor:pointer}@media(min-width: 1024px){header#main-header .sidebar-menu__trigger{display:none}}header#main-header .sidebar-menu__trigger .lines{display:flex;flex-direction:column;gap:4px}header#main-header .sidebar-menu__trigger .lines .line{width:24px;height:2px;background:#5f5e6d;transition:.4s}header#main-header .sidebar-menu__trigger:hover .lines .line{background:#0a6b4d;transition:.4s}.sidebar-menu{display:none;max-width:500px;transition:all .3s ease}@media(max-width: 1024px){.sidebar-menu{display:block;position:fixed;top:0;left:-100%;width:100%;height:100%;background:#fff;z-index:9999}}.sidebar-menu__content{display:flex;flex-direction:column;padding:24px;height:100%;justify-content:center}.sidebar-menu__content__menu .menu-item-has-children{position:relative}.sidebar-menu__content__menu .menu-item-has-children .toggle-submenu{position:absolute;top:0;right:0;background:rgba(0,0,0,0);border:0;cursor:pointer;background-image:url("../images/svg/arrow-chevron-down.svg");background-size:14px;background-repeat:no-repeat;background-position:center;width:24px;height:24px;transition:all .3s ease}.sidebar-menu__content__menu .menu-item-has-children.is-open>.toggle-submenu{transform:rotate(180deg);transition:all .3s ease}.sidebar-menu__content__menu .sub-menu{display:none}.sidebar-menu__content__menu .sub-menu li{margin-left:12px}.sidebar-menu__content__menu .sub-menu li:first-child{margin-top:12px}.sidebar-menu__content__menu .sub-menu li .sub-menu{display:none}.sidebar-menu__content__menu ul{list-style-type:none;margin:0;padding:0}.sidebar-menu__content__menu ul li{margin-bottom:12px}.sidebar-menu__content__menu ul li a{font-size:1.12rem;color:#202020;position:relative}.sidebar-menu__content__menu ul li a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease;transform-origin:right}.sidebar-menu__content__menu ul li a:hover::after{transform:scaleX(1);transform-origin:left}.sidebar-menu .sidebar-menu__close{position:absolute;top:24px;right:24px;width:24px;height:24px;background:rgba(0,0,0,0);border:0;cursor:pointer}.sidebar-menu .sidebar-menu__close svg{width:24px;height:24px;object-fit:contain;display:block}.sidebar-menu .sidebar-menu__close:hover svg path{fill:#0a6b4d}.sidebar-visible .sidebar-menu{left:0;transition:all .3s ease}#wpadminbar{display:none !important}.xoo-wsc-drawer-modal{display:none !important}.xoo-wsc-container{border-top-left-radius:30px;border-bottom-left-radius:30px;background:#fff}.xoo-wsc-header{background:none;padding:32px 24px;border:0}.xoo-wsch-top{display:flex}.xoo-wsch-text{font-size:1.75rem;font-weight:400;line-height:1.28;font-family:"Poppins",sans-serif;margin:0}@media(max-width: 520px){.xoo-wsch-text{font-size:1.5rem}}.xoo-wsch-sec-left{width:calc(100% - 34px)}.xoo-wsch-icon{width:24px;height:24px;margin:0;display:flex;align-items:center;justify-content:center}.xoo-wsch-icon svg{width:16px;height:16px}.xoo-wsc-body{background:none;padding:0 24px}.xoo-wsc-product{margin:0;padding:12px;display:flex;flex-direction:column;box-shadow:none;border-radius:24px;background:#f6f6f6;border:0;gap:24px}.xoo-wsc-products{display:flex;flex-direction:column;gap:16px}.xoo-wsc-img-col{display:flex;align-items:center;background:#f6f6f6;width:100% !important;gap:8px}.xoo-wsc-img-col>a{display:flex}.xoo-wsc-img-col img{width:42px;height:42px;object-fit:contain;mix-blend-mode:multiply;display:block}.xoo-wsc-pname a{font-size:.875rem;font-weight:400;line-height:1.42;font-family:"Poppins",sans-serif;font-weight:400 !important;position:relative}.xoo-wsc-pname a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease;transform-origin:right}.xoo-wsc-pname a:hover::after{transform:scaleX(1);transform-origin:left}.xoo-wsc-del-cont{margin-left:auto;margin-top:0 !important}.xoo-wsc-icon-trash{width:24px;height:24px}.xoo-wsc-icon-trash::before{content:"";width:16px;height:18px;background-image:url("../images/svg/trash.svg");background-position:center;background-repeat:no-repeat;background-size:contain;display:block}.xoo-wsc-sum-col,.xoo-wsc-sm-info{width:100% !important;padding:0 !important}.xoo-wsc-sm-left{flex-direction:row;display:flex;align-items:center;justify-content:space-between;width:100%}.xoo-wsc-sm-left bdi,.xoo-wsc-sm-left ins{font-size:1rem;font-weight:400;line-height:1.25;font-family:"Poppins",sans-serif;text-decoration:none}.xoo-wsc-sm-left del{color:#7e8c9a}.xoo-wsc-sm-left del bdi{font-size:.875rem}.xoo-wsc-pprice{padding:0 !important;display:flex;flex-direction:column}.xoo-wsc-smr-ptotal{margin:0 !important}.xoo-wsc-qty-box{padding:0 !important;max-width:100% !important;width:fit-content;border:0 !important;border-radius:5px;overflow:hidden}.xoo-wsc-minus{width:fit-content;height:44px;padding-left:18px;padding-right:12px;border-right:1px solid #f6f6f6;font-weight:500 !important}.xoo-wsc-qty{height:44px !important;width:44px !important;padding:0 !important;text-align:center;border:0 !important;font-size:1rem;font-weight:400;line-height:1.25;font-family:"Poppins",sans-serif;font-weight:600 !important}.xoo-wsc-plus{width:fit-content;height:44px;padding-left:12px;padding-right:18px;border-left:1px solid #f6f6f6;font-weight:500 !important}.xoo-wsc-footer{background:#f6f6f6;border-bottom-left-radius:30px;padding:0 !important;box-shadow:none !important}.xoo-wsc-ft-extras{padding:24px 24px 0}.xoo-wsc-ft-totals{padding:24px;display:flex;flex-direction:column;gap:8px}.xoo-wsc-ft-amt{padding:0 !important}.xoo-wsc-ft-amt-total{padding-top:20px !important;margin-top:8px !important;position:relative;border:0 !important}.xoo-wsc-ft-amt-total::before{content:"";position:absolute;left:-24px;top:0;width:calc(100% + 48px);height:1px;background-color:#cabfe2}.xoo-wsc-ft-amt-label{font-size:1rem;font-weight:400;line-height:1.25;font-family:"Poppins",sans-serif;font-weight:400 !important}.xoo-wsc-ft-amt-value bdi{font-size:1rem;font-weight:400;line-height:1.25;font-family:"Poppins",sans-serif;font-weight:600 !important}.xoo-wsc-ft-buttons-cont{display:flex;flex-direction:column;gap:16px;padding:0 24px 16px}.xoo-wsc-ft-buttons-cont>a.xoo-wsc-ft-btn{width:100% !important;font-family:"Poppins",sans-serif;font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;padding:12px 24px;border-radius:5px;background-color:#0a6b4d;color:#fff;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;gap:10px;width:fit-content;border:0 !important;color:#fff !important}.xoo-wsc-ft-buttons-cont>a.xoo-wsc-ft-btn svg,.xoo-wsc-ft-buttons-cont>a.xoo-wsc-ft-btn img{width:24px;height:24px}.xoo-wsc-ft-buttons-cont>a.xoo-wsc-ft-btn svg path,.xoo-wsc-ft-buttons-cont>a.xoo-wsc-ft-btn img{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.xoo-wsc-ft-buttons-cont>a.xoo-wsc-ft-btn:hover{background-color:rgb(5.641025641,60.358974359,43.4358974359)}.xoo-wsc-ft-buttons-cont>a.xoo-wsc-ft-btn:hover svg path{fill:#fff}.xoo-wsc-ft-buttons-cont>a.xoo-wsc-ft-btn:hover img{filter:brightness(0) invert(1)}.xoo-wsc-ft-buttons-cont>a.xoo-wsc-ft-btn::before{content:"";display:flex;width:24px;height:24px;background:url("../images/svg/cart.svg") no-repeat center center;background-size:contain;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;filter:brightness(0) invert(1)}.xoo-wsc-sl-apply-coupon{padding:16px 24px 24px;display:flex;gap:8px;position:relative;margin:0 !important}.xoo-wsc-sl-apply-coupon::before{content:"";position:absolute;left:0;top:0;width:100%;height:1px;background-color:#cabfe2}.xoo-wsc-sl-apply-coupon input{text-align:left !important;font-size:1rem;font-weight:400;line-height:1.25;font-family:"Poppins",sans-serif;font-family:"Poppins",sans-serif;height:44px;border:1px solid #cabfe2;border-radius:5px;background:#fff;padding:0 20px;color:#202020}.xoo-wsc-sl-apply-coupon input::placeholder{color:#7e8c9a}.xoo-wsc-sl-apply-coupon button{font-family:"Poppins",sans-serif;font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;padding:12px 24px;border-radius:5px;background-color:#0a6b4d;color:#fff;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;gap:10px;width:fit-content;background-color:rgba(0,0,0,0);color:#0a6b4d;border:1px solid #cabfe2;height:44px;padding:0 24px !important;border:1px solid #cabfe2 !important;color:#0a6b4d !important;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0) !important}.xoo-wsc-sl-apply-coupon button svg,.xoo-wsc-sl-apply-coupon button img{width:24px;height:24px}.xoo-wsc-sl-apply-coupon button svg path,.xoo-wsc-sl-apply-coupon button img{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.xoo-wsc-sl-apply-coupon button:hover{background-color:rgb(5.641025641,60.358974359,43.4358974359)}.xoo-wsc-sl-apply-coupon button:hover svg path{fill:#fff}.xoo-wsc-sl-apply-coupon button:hover img{filter:brightness(0) invert(1)}.xoo-wsc-sl-apply-coupon button:hover{background-color:#0a6b4d;color:#fff;border-color:#0a6b4d}.xoo-wsc-sl-apply-coupon button:hover{background-color:#0a6b4d !important;color:#fff !important;border-color:#0a6b4d !important}.page-scrolled #main-header{transform:translatey(-72px);transition:.4s}.page-scrolled #main-header .header__bottom-bar__logo a img{height:48px;transition:.4s}@media(max-width: 1180px){.page-scrolled #main-header{transform:translatey(-70px)}.page-scrolled #main-header .header__bottom-bar__logo a img{height:40px}}footer{padding-top:80px;padding-bottom:80px;background-color:#f6f6f6}@media(max-width: 520px){footer{padding-top:40px;padding-bottom:40px}}footer .container{display:flex;flex-direction:column;gap:64px}footer .container .footer__top{display:flex;gap:64px}footer .container .footer__top-col{flex:1}@media(max-width: 1024px){footer .container .footer__top{flex-wrap:wrap}}@media(max-width: 880px){footer .container .footer__top-col:first-of-type{order:4}}@media(max-width: 660px){footer .container .footer__top-col:last-of-type{order:-1}}@media(max-width: 500px){footer .container .footer__top-col{flex-basis:100%}footer .container .footer__top-col:nth-child(2){order:3}}footer .container .footer__bottom{display:flex;justify-content:space-between;align-items:center}footer .container .footer__bottom-text{font-size:.875rem;font-weight:400;line-height:1.42;font-family:"Poppins",sans-serif;display:flex;align-items:center}footer .container .footer__bottom-text span{margin:0 10px}footer .container .footer__bottom-text .powered-by{display:flex;align-items:center;font-size:.875rem}footer .container .footer__bottom-text .powered-by a{margin-left:8px;display:flex;align-items:center;width:80px;position:relative}footer .container .footer__bottom-text .powered-by a svg path{fill:#000;width:80px}footer .container .footer__bottom-text .powered-by a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease;transform-origin:right}footer .container .footer__bottom-text .powered-by a:hover::after{transform:scaleX(1);transform-origin:left}@media(max-width: 1040px){footer .container .footer__bottom{flex-direction:column-reverse;gap:24px}}footer .container .footer__banks{max-width:calc(100% - 320px)}footer .container .footer__banks img{width:auto;max-height:51px;width:100%}@media(max-width: 1040px){footer .container .footer__banks{max-width:100%}}footer .container .footer__banks-logos{max-width:calc(100% - 320px);display:flex;align-items:center;justify-content:space-between;background:#eee;padding:4px 12px;gap:8px}footer .container .footer__banks-logos img{width:auto;max-height:32px;max-width:70px;width:auto;object-fit:contain}@media(max-width: 1040px){footer .container .footer__banks-logos{max-width:100%}}@media(max-width: 760px){footer .container .footer__banks-logos{flex-wrap:wrap;justify-content:flex-start;gap:12px;padding:6px 12px}footer .container .footer__banks-logos img{max-width:64px;max-height:30px}}footer .container .footer__logo a img{height:55px;width:auto}footer .container .footer__info a{position:relative}footer .container .footer__info a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease;transform-origin:right}footer .container .footer__info a:hover::after{transform:scaleX(1);transform-origin:left}footer .container .footer__menu{display:flex;flex-direction:column;gap:22px}footer .container .footer__menu ul{display:flex;flex-direction:column;gap:8px;list-style-type:none;margin:0;padding:0}footer .container .footer__menu ul li a{font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;position:relative}footer .container .footer__menu ul li a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease;transform-origin:right}footer .container .footer__menu ul li a:hover::after{transform:scaleX(1);transform-origin:left}#cookiescript_injected{background-color:#fff !important}#cookiescript_description,#cookiescript_header{color:#000 !important}#cookiescript_save,#cookiescript_accept{background-color:#0a6b4d !important;color:#fff;padding:0 20px !important}#cookiescript_readmore,#cookiescript_description a{color:#0a6b4d !important}html{line-height:1.25;-webkit-text-size-adjust:100%}.inner-container,.container{max-width:1440px;margin:0 auto !important;width:calc(100% - 48px) !important}#menu-item-39{display:none !important}.logged-in #menu-ostuinfo,.logged-in #menu-informatsioon,.logged-in #menu-mega-menus,.logged-in #menu-header-menu{display:flex !important}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}*:focus{outline:none}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#0a6b4d}::-webkit-input-placeholder{font-size:1rem;line-height:100%}:-ms-input-placeholder{font-size:1rem;line-height:100%}::placeholder{font-size:1rem;line-height:100%}body{margin:0;color:#202020;overflow-x:hidden;background-color:#fff;z-index:1;position:relative;font-size:1rem;font-weight:400;line-height:1.25;font-family:"Poppins",sans-serif;font-family:"Poppins",sans-serif}body *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body h1{margin:0;font-size:3rem;font-weight:500;line-height:1.16;font-family:"Poppins",sans-serif}@media(max-width: 1180px){body h1{font-size:2.5rem}}@media(max-width: 520px){body h1{font-size:2rem}}body h2{margin:0;font-size:2.25rem;font-weight:400;line-height:1.22;font-family:"Poppins",sans-serif}@media(max-width: 520px){body h2{font-size:1.5rem}}body h3{margin:0;font-size:1.75rem;font-weight:400;line-height:1.28;font-family:"Poppins",sans-serif}@media(max-width: 520px){body h3{font-size:1.5rem}}body h4{margin:0;font-size:1.5rem;font-weight:500;line-height:1.33;font-family:"Poppins",sans-serif}@media(max-width: 520px){body h4{font-size:1.25rem}}body h5{font-size:1.125rem;font-weight:500;line-height:1.33;font-family:"Poppins",sans-serif;margin:0}@media(max-width: 520px){body h5{font-size:1rem}}body p{margin:0;font-size:1rem;font-weight:400;line-height:1.25;font-family:"Poppins",sans-serif}body p span{font-family:"Poppins",sans-serif !important}body a{color:#202020;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;text-decoration:none}.menu-item.is-hidden{display:none !important}main.classic-editor{margin-top:180px;margin-bottom:48px}main.classic-editor .page-content{max-width:740px}main.classic-editor .page-content.full-width{max-width:none}@media(max-width: 1024px){main.classic-editor{margin-top:140px}main.classic-editor .woocommerce-breadcrumb{margin-bottom:24px}}@media(max-width: 700px){main.classic-editor{margin-top:180px}main.classic-editor .woocommerce-breadcrumb{margin-bottom:24px}}main.classic-editor .page-header{margin-bottom:2rem}main.classic-editor h2,main.classic-editor h3,main.classic-editor h4,main.classic-editor h5,main.classic-editor h6{margin-bottom:1em;margin-top:1em}main.classic-editor p{margin-bottom:1em}main.classic-editor ul{padding-left:1.5em;margin-bottom:1.5em}main.classic-editor ol{margin-bottom:1.5em}main.classic-editor li{margin-bottom:.6em}main.classic-editor img{margin-bottom:1.5em}main.classic-editor iframe{width:100%;height:400px;border:0}main.classic-editor iframe.smaller{height:230px}.wc-block-cart__submit-container a{font-family:"Poppins",sans-serif;font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;padding:12px 24px;border-radius:5px;background-color:#0a6b4d;color:#fff;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;gap:10px;width:fit-content}.wc-block-cart__submit-container a svg,.wc-block-cart__submit-container a img{width:24px;height:24px}.wc-block-cart__submit-container a svg path,.wc-block-cart__submit-container a img{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.wc-block-cart__submit-container a:hover{background-color:rgb(5.641025641,60.358974359,43.4358974359)}.wc-block-cart__submit-container a:hover svg path{fill:#fff}.wc-block-cart__submit-container a:hover img{filter:brightness(0) invert(1)}.woocommerce-message{border-radius:10px;position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px}.woocommerce-message .button.wc-forward{font-family:"Poppins",sans-serif;font-size:1rem;font-weight:500;line-height:1.25;font-family:"Poppins",sans-serif;padding:12px 24px;border-radius:5px;background-color:#0a6b4d;color:#fff;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;gap:10px;width:fit-content}.woocommerce-message .button.wc-forward svg,.woocommerce-message .button.wc-forward img{width:24px;height:24px}.woocommerce-message .button.wc-forward svg path,.woocommerce-message .button.wc-forward img{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.woocommerce-message .button.wc-forward:hover{background-color:rgb(5.641025641,60.358974359,43.4358974359)}.woocommerce-message .button.wc-forward:hover svg path{fill:#fff}.woocommerce-message .button.wc-forward:hover img{filter:brightness(0) invert(1)}.woocommerce-message::after{display:none}.woocommerce-message::before{top:50%;transform:translatey(-50%)}.xoo-wsc-product.xoo-wsc-is-parent .xoo-wsc-sm-left{margin-bottom:16px}.xoo-wsc-body{padding-bottom:24px}/*# sourceMappingURL=theme.min.css.map */