:root{--font-family-base: "Roboto", sans-serif;--font-family-heading: "Chakra Petch", sans-serif;--text-color: #180F3D;--heading-color: #180F3D;--text-size: 16px;--text-line-height: 19px;--h1-size-desktop: 65px;--h1-line-height-desktop: 65px;--h1-letter-spacing-desktop: .1px;--h1-size-tablet: 50px;--h1-line-height-tablet: 50px;--h1-letter-spacing-tablet: .1px;--h1-size-mobile: 25px;--h1-line-height-mobile: 25px;--h1-letter-spacing-mobile: .1px;--h2-size-desktop: 50px;--h2-line-height-desktop: 50px;--h2-size-tablet: 45px;--h2-line-height-tablet: 45px;--h2-size-mobile: 35px;--h2-line-height-mobile: 35px;--h3-size: 34px;--h3-line-height: 34px}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0}html.home,body.home{background:#fdfbf7 !important}body{font-family:var(--font-family-base);font-size:var(--text-size);line-height:var(--text-line-height);color:var(--text-color);background-color:#fff}h1,h2,h3,h4,h5,h6{margin:0;font-family:"Chakra Petch",Sans-serif;color:var(--heading-color);font-weight:700}h1{font-size:var(--h1-size-desktop);line-height:var(--h1-line-height-desktop);letter-spacing:var(--h1-letter-spacing-desktop)}@media screen and (max-width: 1024px){h1{font-size:var(--h1-size-tablet);line-height:var(--h1-line-height-tablet);letter-spacing:var(--h1-letter-spacing-tablet)}}@media screen and (max-width: 767px){h1{font-size:var(--h1-size-mobile);line-height:var(--h1-line-height-mobile);letter-spacing:var(--h1-letter-spacing-mobile)}}h2{font-size:var(--h2-size-desktop);line-height:var(--h2-line-height-desktop)}@media screen and (max-width: 1024px){h2{font-size:var(--h2-size-tablet);line-height:var(--h2-line-height-tablet)}}@media screen and (max-width: 767px){h2{font-size:var(--h2-size-mobile);line-height:var(--h2-line-height-mobile)}}h3{font-size:var(--h3-size);line-height:var(--h3-line-height)}p{margin:0 0 1em}.container{max-width:1200px;width:100%;margin:0 auto}@media screen and (max-width: 1240px){.container{max-width:calc(100% - 40px)}}.header-block{background:#242424}.header-block.sticky{position:fixed;left:0;top:0;z-index:99;width:100%}.header-block.sticky .logo-row{transition:.3s}@media screen and (min-width: 1201px){.header-block.sticky .logo-row{display:none !important}}@media screen and (max-width: 1200px){.header-block.sticky .logo-row{padding:8px 20px !important}}.header-block.sticky .search-row{transition:.3s;display:none !important}.header-block .header-toggled-menu{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:330;display:none}.header-block .header-toggled-menu.active{display:block}.header-block .header-toggled-menu .overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:rgba(0,0,0,.5)}.header-block .header-toggled-menu .container{position:relative;z-index:2;width:100%;max-width:300px;background:#fff;height:100%;padding:30px;box-sizing:border-box;overflow-y:auto;margin:0}.header-block .header-toggled-menu .container .cross-close{position:absolute;top:12px;cursor:pointer;right:12px;z-index:9999}.header-block .header-toggled-menu .container .cross-close svg{width:23px;height:23px;fill:#7a7a7a}.header-block .header-toggled-menu .container .header-nav-menu-holder ul{list-style:none !important;margin:0;padding:0}.header-block .header-toggled-menu .container .header-nav-menu-holder ul li a{display:block;padding:15px;text-decoration:none;color:#242424;font-size:16px;font-weight:700;line-height:1;transition:.3s}.header-block .header-toggled-menu .container .header-nav-menu-holder>ul>li.menu-item-has-children{position:relative}.header-block .header-toggled-menu .container .header-nav-menu-holder>ul>li.menu-item-has-children::after{content:"";background-image:url("../images/angle-down-black.svg");background-size:12px;background-repeat:no-repeat;background-position:center;display:inline-block;margin-left:8px;vertical-align:middle;position:absolute;background-color:#fff;width:30px;height:46px;top:0;right:0px}.header-block .header-toggled-menu .container .header-nav-menu-holder>ul>li>ul{display:none}.header-block .header-toggled-menu .container .header-nav-menu-holder>ul>li>ul>li:not(:last-child){border-bottom:1px solid #c4c4c4}.header-block .header-toggled-menu .container .header-nav-menu-holder>ul>li>ul>li a{font-size:16px;font-weight:500;padding:15px 18px}.header-block .header-toggled-menu .container .header-nav-menu-holder>ul>li.active>a{color:#0065b0}.header-block .header-toggled-menu .container .header-nav-menu-holder>ul>li.active.menu-item-has-children::after{transform:rotate(-180deg)}.header-block .header-toggled-menu .container .header-nav-menu-holder>ul>li.active>ul{display:block}.header-block .navigation-container .logo-row{display:flex;justify-content:space-between;align-items:center;padding:20px;width:100vw;box-sizing:border-box;margin-left:calc(50% - 50vw)}.header-block .navigation-container .logo-row .mobile-menu-trigger{width:33.3%}.header-block .navigation-container .logo-row .mobile-menu-trigger .trigger-menu{cursor:pointer;width:25px;height:25px}.header-block .navigation-container .logo-row .mobile-menu-trigger .trigger-menu svg{width:25px;height:25px}.header-block .navigation-container .logo-row .mobile-menu-trigger .trigger-menu svg path{fill:#fff}.header-block .navigation-container .logo-row .logo-item{width:33.3%;display:flex;justify-content:center;align-items:center}.header-block .navigation-container .logo-row .logo-item a{text-decoration:none}.header-block .navigation-container .logo-row .logo-item a img{height:103px;width:auto}@media screen and (max-width: 1200px){.header-block .navigation-container .logo-row .logo-item a img{height:64px}}@media screen and (max-width: 991px){.header-block .navigation-container .logo-row .logo-item a img{height:42px}}@media screen and (max-width: 767px){.header-block .navigation-container .logo-row .logo-item a img{height:28px}}.header-block .navigation-container .logo-row .search-bar{width:33.3%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.header-block .navigation-container .logo-row .search-bar .top-holder{display:flex;justify-content:flex-end;align-items:center;margin-bottom:10px}@media screen and (max-width: 1200px){.header-block .navigation-container .logo-row .search-bar .top-holder{margin-bottom:0}}.header-block .navigation-container .logo-row .search-bar .top-holder a{margin-left:8px;margin-right:8px}.header-block .navigation-container .logo-row .search-bar .top-holder svg{width:14px;height:14px;fill:#fff}@media screen and (max-width: 1200px){.header-block .navigation-container .logo-row .search-bar .search-holder{display:none}}.header-block .navigation-container .search-row{display:none;padding-bottom:15px}@media screen and (max-width: 1200px){.header-block .navigation-container .search-row{display:flex;justify-content:center;align-items:center}}.header-block .navigation-container .menu-row{display:flex;justify-content:center;align-items:center;padding-top:10px}@media screen and (max-width: 1200px){.header-block .navigation-container .menu-row{display:none}}.header-block .navigation-container .menu-row nav>*{font-family:"Chakra Petch",Sans-serif}.header-block .navigation-container .menu-row nav>ul{display:flex;justify-content:center;align-items:center;list-style:none;margin:0}.header-block .navigation-container .menu-row nav>ul>li{padding:15px;position:relative}.header-block .navigation-container .menu-row nav>ul>li.menu-item-has-children>a::after{content:"";background-image:url("../images/angle-down.svg");background-size:contain;background-repeat:no-repeat;background-position:center;display:inline-block;margin-left:8px;vertical-align:middle;width:10px;height:10px}.header-block .navigation-container .menu-row nav>ul>li>a{color:#fff;font-size:16px;font-weight:700;line-height:1;text-decoration:none}.header-block .navigation-container .menu-row nav>ul>li>ul{display:block;top:-200vh;position:absolute;opacity:0;transition:opacity 1s ease;background:#fff;min-width:100%;list-style:none;z-index:9}.header-block .navigation-container .menu-row nav>ul>li:hover>ul{top:100%;display:block;left:0;opacity:1;padding:0;margin:0}.header-block .navigation-container .menu-row nav>ul>li:hover>ul>li:not(:last-child){border-bottom:1px solid #c4c4c4}.header-block .navigation-container .menu-row nav>ul>li:hover>ul>li>a{color:#242424;font-size:16px;display:block;padding:15px 15px 15px 35px;font-weight:400;line-height:1;text-decoration:none;white-space:nowrap}.footer-block{background-color:#242424}.footer-block .footer-bottom-line{padding-top:70px;padding-bottom:30px;display:flex;justify-content:space-between;align-items:center;max-width:1350px;width:100%;margin:0 auto}@media screen and (max-width: 1390px){.footer-block .footer-bottom-line{max-width:calc(100% - 40px)}}.footer-block .footer-bottom-line .follow-links{display:flex;justify-content:flex-start;align-items:center}.footer-block .footer-bottom-line .follow-links span{color:#fff;font-size:11px;font-family:"Chakra Petch",Sans-serif;margin-right:15px}.footer-block .footer-bottom-line .follow-links a{width:42px;height:42px;display:flex;justify-content:center;align-items:center;background-color:#303030;margin-right:8px}.footer-block .footer-bottom-line .follow-links a svg{width:16px;height:16px;object-fit:contain;fill:#fff}.footer-block .footer-bottom-line .payments-subs{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.footer-block .footer-bottom-line .payments-subs .payments-title{color:#9e9e9e;font-size:14px;line-height:16px;font-family:Roboto}.footer-block .footer-bottom-line .payments-subs img{height:50px;width:auto;margin-top:10px}.footer-block .footer-top-line{padding:80px 0 50px;display:grid;grid-template-columns:auto 30%;column-gap:70px;max-width:1350px;width:100%;margin:0 auto}@media screen and (max-width: 1390px){.footer-block .footer-top-line{max-width:calc(100% - 40px)}}@media screen and (max-width: 767px){.footer-block .footer-top-line{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}}.footer-block .footer-top-line .footer-columns{display:flex;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 1100px){.footer-block .footer-top-line .footer-columns{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:20px;row-gap:20px}}@media screen and (max-width: 767px){.footer-block .footer-top-line .footer-columns{display:grid;grid-template-columns:1fr;column-gap:20px;row-gap:20px;width:100%}}.footer-block .footer-top-line .footer-columns .footer-column .column-title,.footer-block .footer-top-line .footer-columns .footer-column .widget-title{color:#fff;font-size:16px;font-weight:700;font-family:"Chakra Petch",Sans-serif;margin-bottom:20px}.footer-block .footer-top-line .footer-columns .footer-column ul{list-style:none;margin:0;padding:0}.footer-block .footer-top-line .footer-columns .footer-column ul li:not(:last-child){margin-bottom:4px}.footer-block .footer-top-line .footer-columns .footer-column ul a{text-decoration:none;color:#9e9e9e;font-size:16px;line-height:19px;display:block}@media screen and (max-width: 767px){.footer-block .footer-top-line .footer-contact{margin-bottom:20px;width:100%}}.footer-block .footer-top-line .footer-contact .contact-title{text-transform:uppercase;font-style:italic;color:#fff;font-family:"Chakra Petch",Sans-serif;font-weight:700;font-size:19px;line-height:1;text-align:center}.footer-block .footer-top-line .footer-contact .contact-subtitle{text-align:center;margin:0px 0px 15px 0px;font-size:16px;line-height:19px;font-family:Roboto;color:#9e9e9e}.footer-copyright{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background:#000;padding:12px 20px}.footer-copyright img{height:68px;width:auto;margin-bottom:20px}.footer-copyright .copyright{text-align:center;font-size:16px;line-height:19px;color:#9e9e9e}.footer-copyright .copyright a{color:#fff}.cta-button{display:inline-block;padding:12px 24px;background-color:#908b5e;color:#fff;border-radius:4px;font-weight:700;transition:background-color .3s ease;text-decoration:none;font-size:15px}.cta-button:hover{background-color:#7c7324}.main-banner-section{position:relative;height:522px;width:100%}.main-banner-section img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center}.main-banner-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(24,24,24,.4);z-index:1}.main-banner-section .container{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media screen and (max-width: 991px){.main-banner-section .container{align-items:center}}.main-banner-section .container .content-side{text-align:left;max-width:65%}@media screen and (max-width: 991px){.main-banner-section .container .content-side{text-align:center}}.main-banner-section .container .content-side h1{color:#fff;margin-bottom:40px}.main-banner-section .container .content-side .subtitle{color:#fff;font-size:20px;line-height:22px;margin-bottom:30px}.join-newsletter-wide-section{background:#908b5e;position:relative;padding-top:20px;margin-bottom:157px}.join-newsletter-wide-section:after{content:"";position:absolute;top:100%;left:0;width:100%;height:156px;background-image:linear-gradient(180deg, #908B5E 0%, #F8EEDB 100%);z-index:1}.join-newsletter-wide-section .container{display:flex;justify-content:space-between;align-items:center}.join-newsletter-wide-section .container .newsletter-swiper-outer{width:60%}@media screen and (max-width: 1240px){.join-newsletter-wide-section .container .newsletter-swiper-outer{width:100%;margin-left:0}}.join-newsletter-wide-section .container .newsletter-swiper-outer .newsletter-swiper{width:calc(100% + (100vw - 1200px)/2);margin-left:calc((1200px - 100vw)/2 + 20px)}@media screen and (max-width: 1240px){.join-newsletter-wide-section .container .newsletter-swiper-outer .newsletter-swiper{width:100%;margin-left:0}}.join-newsletter-wide-section .container .newsletter-swiper-outer .newsletter-swiper .swiper-slide{height:512px;position:relative}.join-newsletter-wide-section .container .newsletter-swiper-outer .newsletter-swiper .swiper-slide img{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;z-index:1}.join-newsletter-wide-section .container .newsletter-swiper-outer .newsletter-swiper .swiper-slide:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:rgba(24,24,24,.4);z-index:2}.join-newsletter-wide-section .container .newsletter-swiper-outer .newsletter-swiper .swiper-slide .content-side{position:absolute;z-index:3;bottom:30px;right:30px;display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-end;max-width:unset;width:65%}.join-newsletter-wide-section .container .newsletter-swiper-outer .newsletter-swiper .swiper-slide .content-side h2{color:#fff;font-size:35px;margin-bottom:30px;text-align:right}.join-newsletter-wide-section .container .newsletter-swiper-outer .newsletter-swiper .swiper-slide .content-side .subtitle{color:#fff;font-size:17px;line-height:19px;margin-bottom:30px;text-align:right}.join-newsletter-wide-section .container .content-side{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:33%;align-self:stretch}@media screen and (max-width: 1240px){.join-newsletter-wide-section .container .content-side{width:100%;margin-top:30px}}.join-newsletter-wide-section .container .content-side h2{color:#fff;text-align:center;font-size:32px}.join-newsletter-wide-section .container .content-side .form-subscription{font-size:16px;font-family:Roboto;color:#fff;text-align:center}.join-newsletter-wide-section .container .content-side .testimonials-slider{margin-top:10px;width:100%}.join-newsletter-wide-section .container .content-side .testimonials-slider .swiper-wrapper{display:flex;align-items:stretch}.join-newsletter-wide-section .container .content-side .testimonials-slider .swiper-slide{height:auto !important;display:flex;flex-direction:column}.product-category-section{overflow:hidden;margin-bottom:60px}.product-category-section.slider-enabled{background-image:linear-gradient(180deg, #F8F2E7 0%, #FDFBF7 100%)}.product-category-section h2{text-align:center;margin-bottom:20px}.product-category-section .subtitle{text-align:center;margin-bottom:20px}.product-category-section .product-category-list{display:grid;grid-template-columns:repeat(6, 1fr);column-gap:20px;row-gap:20px}@media screen and (max-width: 1240px){.product-category-section .product-category-list{grid-template-columns:repeat(4, 1fr)}}@media screen and (max-width: 991px){.product-category-section .product-category-list{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 767px){.product-category-section .product-category-list{grid-template-columns:repeat(2, 1fr)}}.product-category-section .product-category-list .category-item a{display:block;text-decoration:none}.product-category-section .product-category-list .category-item img{transition:.3s ease}.product-category-section .product-category-list .category-item .category-name{text-align:center;margin-top:16px;display:block;font-weight:700;font-size:24px;color:#000;text-decoration:none}.product-category-section .product-category-list .category-item:hover img{transform:scale(1.05)}.product-category-section .product-category-slider{overflow:visible !important}.product-category-section .product-category-slider .swiper-wrapper{transition-timing-function:linear !important}.product-category-section .product-category-slider .swiper-slide{width:auto !important;flex-shrink:0;width:auto;flex-shrink:0}.product-category-section .product-category-slider .swiper-slide>*{max-width:210px;display:block}@media screen and (max-width: 767px){.product-category-section .product-category-slider .swiper-slide>*{max-width:165px}}.promo-images-slider{overflow:hidden;margin-bottom:60px}.promo-images-slider h2{text-align:center;margin-bottom:20px}.promo-images-slider .subtitle{text-align:center;margin-bottom:20px}.best-sellers{margin-bottom:80px;overflow:hidden !important}.best-sellers .swiper-wrapper{transition-timing-function:linear !important}.best-sellers .swiper-slide{width:auto !important;flex-shrink:0;width:auto;flex-shrink:0;margin-right:20px}.best-sellers .swiper-slide>*{max-width:230px;display:block}.best-sellers h2{text-align:center;margin-bottom:20px}.best-sellers .subtitle{text-align:center;margin-bottom:20px}.best-sellers .best-products-swiper{overflow:visible !important}.best-sellers .best-products-swiper .product-card{background:#fff;padding:10px;display:flex;align-self:stretch;position:relative}.best-sellers .best-products-swiper .product-card .product-cart-buy-wrapper{display:flex;justify-content:center;align-self:start;position:absolute;bottom:0;opacity:0;left:10px;transition:all .3s ease;width:100%;background:#fff;padding:5px;box-sizing:border-box}.best-sellers .best-products-swiper .product-card .product-cart-buy-wrapper .product-cart-buy{display:block;width:100%;padding:5px 0;text-align:center;background-color:#908b5e;color:#fff;border-radius:4px;font-weight:700;transition:background-color .3s ease;text-decoration:none;font-size:15px}.best-sellers .best-products-swiper .product-card .product-cart-buy-wrapper .product-cart-buy:hover{background-color:#7c7324}.best-sellers .best-products-swiper .product-card:hover .product-cart-buy-wrapper{opacity:1}.best-sellers .best-products-swiper .product-card .product-wrapper{text-decoration:none}.best-sellers .best-products-swiper .product-card .product-wrapper .image-container{display:block;width:100%;height:140px;overflow:hidden}.best-sellers .best-products-swiper .product-card .product-wrapper .image-container img{width:100%;height:100%;object-fit:contain;object-position:center}.best-sellers .best-products-swiper .product-card .product-wrapper .product-data{margin-top:10px}.best-sellers .best-products-swiper .product-card .product-wrapper .product-data .product-title{font-size:14px;font-weight:500;color:#000;margin-bottom:10px;display:block;text-decoration:none;text-align:center}.best-sellers .best-products-swiper .product-card .product-wrapper .product-data .product-price{font-size:15px;font-weight:500;color:#5f3ae0;text-align:center;display:flex;justify-content:center;align-items:center}.text-content{margin-bottom:30px}.text-content h2{text-align:center;margin-bottom:20px;font-size:34px;color:#000;line-height:1}.text-content .subtitle{text-align:center;margin-bottom:20px}.shop-category-title{display:flex;justify-content:center;align-items:center;background-image:linear-gradient(180deg, #242424 0%, #93928E 100%);height:100px;margin-bottom:20px}.shop-category-title h1{color:#fff}.category-shop-container .container{display:grid;grid-template-columns:250px auto;column-gap:30px}@media screen and (max-width: 600px){.category-shop-container .container{grid-template-columns:1fr;row-gap:30px}}.category-shop-container .container .filters-side .filters-trigger{display:none}@media screen and (max-width: 600px){.category-shop-container .container .filters-side .filters-trigger{display:block;padding:12px 24px;text-decoration:none;color:#000;border:1px solid #000;font-size:16px;font-family:"Chakra Petch",Sans-serif;transition:.5s;font-weight:700;text-transform:uppercase;text-align:center}}.category-shop-container .container .filters-side .filters-trigger:hover{background:#000;color:#fff}@media screen and (max-width: 600px){.category-shop-container .container .filters-side .filters-popup-wrapper{display:none}}@media screen and (max-width: 600px){.category-shop-container .container .filters-side .filters-popup-wrapper.active{display:flex;justify-content:center;align-items:center;position:fixed;width:100%;height:100%;left:0;top:0;z-index:99999}}.category-shop-container .container .filters-side .filters-popup-wrapper.active .overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1}.category-shop-container .container .filters-side .filters-popup-wrapper.active .content{width:90%;height:calc(100% - 60px);overflow-y:auto;background:#fff;padding:20px;box-sizing:border-box;position:relative;z-index:2}.category-shop-container .container .filters-side .filters-popup-wrapper.active .content .cross-close{display:none;position:absolute;right:10px;top:10px;cursor:pointer;z-index:99}@media screen and (max-width: 600px){.category-shop-container .container .filters-side .filters-popup-wrapper.active .content .cross-close{display:block}}.category-shop-container .container .filters-side .filters-popup-wrapper.active .content .cross-close svg{width:24px;height:24px}.category-shop-container .container .content-side .columns-3{display:grid;grid-template-columns:repeat(3, 1fr);column-gap:20px;row-gap:30px}@media screen and (max-width: 1100px){.category-shop-container .container .content-side .columns-3{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 600px){.category-shop-container .container .content-side .columns-3{grid-template-columns:1fr}}.product-container-item{padding:20px;background:#fff;border:1px solid #e0e0e0 !important;box-shadow:0 2px 8px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.06) !important;transition:.3s}.product-container-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12),0 2px 6px rgba(0,0,0,.08) !important}.product-container-item a{text-decoration:none}.product-container-item .product-image-side{width:100%}.product-container-item .product-image-side img{width:100%;height:150px;object-fit:contain;object-position:center}.product-container-item .add-to-cart-button-wrap{width:calc(100% + 40px);margin-left:-20px;border-top:.3px solid #242424;box-sizing:border-box;padding:20px 20px 0;margin-top:20px}.product-container-item .add-to-cart-button-wrap .wlr-product-message{font-size:11px !important;line-height:1.3 !important;text-align:center !important;display:block !important;width:100% !important;padding:5px 0 !important;color:#000}.product-container-item .add-to-cart-button-wrap a{display:block;text-align:center;width:100%;background:#242424;color:#fff;transition:.3s}.product-container-item .add-to-cart-button-wrap a:hover{background:#000;color:#fff}.product-container-item .price{color:#c62828;font-family:"Chakra Petch",Sans-serif;font-size:20px;font-weight:600;text-align:center;margin-bottom:30px;display:block}.product-container-item .price *{color:#c62828}.product-container-item .price .map-price-note{display:none}.product-container-item .product-title{font-size:20px;color:#242424;margin:10px 0;display:block;text-decoration:none;font-weight:600;margin-top:30px;height:125px !important;max-height:125px !important;display:-webkit-box !important;-webkit-line-clamp:4 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;line-height:1.5 !important;margin-bottom:20px !important;text-align:center !important}@media screen and (max-width: 991px){.product-container-item .product-title{font-size:16px;line-height:20px !important;height:80px !important;max-height:80px !important}}.testimonials-slider .testimonial{background:#fff;padding:15px;border:1px solid #e1e8ed;border-radius:5px}.testimonials-slider .testimonial .slide-top{display:flex;justify-content:flex-start;align-items:flex-start}.testimonials-slider .testimonial .slide-top .image-holder{width:36px;height:36px;overflow:hidden;border-radius:50%}.testimonials-slider .testimonial .slide-top .image-holder img{width:100%;height:100%;object-fit:cover;object-position:center}.testimonials-slider .testimonial .slide-top .info-holder{margin-left:12px;width:calc(100% - 48px)}.testimonials-slider .testimonial .slide-top .info-holder .title{font-weight:700;font-size:14px;line-height:16px;color:#1c2022}.testimonials-slider .testimonial .slide-top .info-holder .rating span{color:#f0ad4e}.testimonials-slider .testimonial .slide-top .info-holder .name{color:#697882;font-family:inherit;font-size:12.5px;font-weight:400}.wpfFilterContent .wpfFilterVerScroll li{margin-bottom:2px;margin-top:2px}.wpfFilterContent .wpfCheckbox label{display:flex;justify-content:flex-start;align-items:center}.wpfFilterContent .wpfCheckbox label:before{content:"";width:18px;height:18px;border-radius:4px;display:block;border:.3px solid #242424}.wpfFilterContent .wpfCheckbox input{display:none !important}.wpfFilterContent .wpfCheckbox input:checked+label:before{background-color:#242424;background-image:url("../images/svgcheckmark.svg");background-repeat:no-repeat;background-position:center;background-size:12px}.single-product-container .product-summary-holder-container{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:30px}@media screen and (max-width: 991px){.single-product-container .product-summary-holder-container{grid-template-columns:1fr;row-gap:30px}}.single-product-container .product-summary-holder-container .woocommerce-product-gallery{float:unset !important;width:100% !important}.single-product-container .product-summary-holder-container .summary{float:unset !important;width:100% !important}.single-product-container .product-summary-holder-container .summary h1{font-size:28px;display:block;padding:12px;background:#000;color:#fff;font-weight:700;margin-bottom:20px;text-align:center;line-height:1.1}.single-product-container .product-summary-holder-container .summary .wlr-product-message{display:block !important;width:100% !important;margin-top:30px}.single-product-container .product-summary-holder-container .summary form.cart .quantity{float:unset !important}.single-product-container .product-summary-holder-container .summary form.cart .quantity .qty{font-family:"Chakra Petch",Sans-serif;font-size:16px;border-style:solid;border-width:1px 1px 1px 1px;color:#000;background-color:#fff;border-color:#ccc;transition:all .2s;height:44px}.single-product-container .product-summary-holder-container .summary form.cart .button{float:unset !important;font-family:"Chakra Petch",Sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:-0.6px;border-style:solid;border-width:1px 1px 1px 1px;border-radius:1px 1px 1px 1px;padding:13px 35px 13px 35px;color:#fff;background-color:#000;border-color:#000;transition:all .2s}.single-product-container .product-summary-holder-container .summary form.cart .add-to-cart-wrapper{display:flex;justify-content:flex-start;align-items:center}.single-product-container .product-summary-holder-container .summary form.cart .add-to-cart-wrapper .button{margin-left:20px}.single-product-information{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:30px}@media screen and (max-width: 991px){.single-product-information{grid-template-columns:1fr;row-gap:30px}}@media screen and (max-width: 991px){.single-product-information .left-side{width:100%;max-width:100%;overflow:hidden}}.single-product-information .left-side .woocommerce-tabs *{font-family:"Chakra Petch",Sans-serif !important}.single-product-information .left-side .woocommerce-tabs .panel{padding:20px}@media screen and (max-width: 991px){.single-product-information .left-side .woocommerce-tabs .panel{padding:20px 0}}.single-product-information .left-side .woocommerce-tabs h2{font-size:24px;line-height:1;color:#000;margin:19px 0}.single-product-information .left-side .woocommerce-tabs .woocommerce-Tabs-panel ul{padding-inline-start:15px}.single-product-information .left-side .woocommerce-tabs .tabs{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;width:100%;position:relative}@media screen and (max-width: 991px){.single-product-information .left-side .woocommerce-tabs .tabs{flex-wrap:nowrap;overflow-x:auto;width:100%;padding-right:20px}}.single-product-information .left-side .woocommerce-tabs .tabs:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#cfc8d8;z-index:1}.single-product-information .left-side .woocommerce-tabs .tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.single-product-information .left-side .woocommerce-tabs .tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.single-product-information .left-side .woocommerce-tabs .tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none;white-space:nowrap}.single-product-information .right-side{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:30px;row-gap:30px}@media screen and (max-width: 991px){.single-product-information .right-side{column-gap:10px;row-gap:10px}}@media screen and (max-width: 991px){.single-product-information .right-side .product-container-item{padding:10px;box-sizing:border-box}}.content-section{margin-bottom:80px;margin-top:60px}.woocommerce-account .woocommerce-MyAccount-navigation{float:unset !important;width:100%}.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:0;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation ul li{margin:0 2px}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{font-family:"Chakra Petch",Sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:-0.2px;color:#000;text-decoration:none;display:block;border:1px solid #000;padding:10px}.woocommerce-account .woocommerce-MyAccount-content{float:unset !important;width:100%;margin-top:30px;box-sizing:border-box;color:#69727d;font-size:14px;font-family:"Chakra Petch",Sans-serif}.woocommerce-account .woocommerce-MyAccount-content:not(:has(.zeth_ufl_form)),.woocommerce-account .woocommerce-MyAccount-content:not(:has(.u-columns)){padding:20px;border:1px solid #000}.woocommerce-account .woocommerce-MyAccount-content h3{color:#000;font-size:16px;font-family:"Chakra Petch",Sans-serif;font-weight:400;margin-bottom:45px}.woocommerce-account .woocommerce-MyAccount-content button[type=submit]{padding:12px 24px;font-size:16px;font-family:"Chakra Petch",Sans-serif;font-weight:600;background:#000;margin-top:20px;transition:.3s;color:#fff}.woocommerce-account .woocommerce-MyAccount-content a{color:#c51507;font-size:14px;font-family:"Chakra Petch",Sans-serif;text-decoration:none}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:40px}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses:before,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses:after{content:unset}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{float:unset !important;width:100%}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header{position:relative}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header h2{color:#000;font-size:21px;line-height:1;margin:30px 0 45px;font-weight:400;font-family:"Chakra Petch",Sans-serif}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a{position:absolute;color:#c51507;text-decoration:none;top:110px;font-size:14px;left:30px}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address{font-family:"Chakra Petch",Sans-serif;font-weight:500;border:1px solid #000;color:#69727d;font-size:14px;padding:45px 30px 16px}/*# sourceMappingURL=main.css.map */
