:root{--color1: #761B90;--color2: #E2FF00;--color3: #119E00;--color4: #212529;--color5: #9C9B9B;--color6: #E2E2E2;--color7: #F2F3F7}:root{--white: #FFF;--black: #000;--text: var(--color4);--headings: var(--black);--menu-items: var(--white);--bg-header: var(--color1);--bg-site: var(--color6);--bg-footer: var(--white);--bg-content: var(--white);--shadow: #00000029}.blog-grid-items{display:grid;grid-column-gap:1rem;grid-row-gap:2rem;grid-template-columns:repeat(3, 1fr)}@media(max-width: 992px){.blog-grid-items{grid-template-columns:1fr 1fr;grid-row-gap:1.5rem}}@media(max-width: 580px){.blog-grid-items{grid-template-columns:1fr}}.blog-grid-items .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;border:1px solid #f1f1f1}.blog-grid-items .item .img-wrap{position:relative}.blog-grid-items .item .img-wrap img{aspect-ratio:370/246;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.blog-grid-items .item .img-wrap img.img-placeholder{-o-object-fit:contain;object-fit:contain}.blog-grid-items .item .img-wrap .date{margin-bottom:auto;background-color:#f1f1f1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.5rem 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:1rem;left:1rem;font-size:1rem;color:#707070}.blog-grid-items .item .img-wrap .date .day{line-height:1;font-size:20px}.blog-grid-items .item .img-wrap .date .month{text-transform:uppercase;font-size:14px}.blog-grid-items .item .category{-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#e2ff00;text-transform:uppercase;font-size:14px;padding:4px 2rem;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:90%;margin:0 auto;text-decoration:none}.blog-grid-items .item .text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem;height:100%}.blog-grid-items .item .text .title-link{text-decoration:none}.blog-grid-items .item .text .title-link .post-title{text-transform:uppercase;font-size:20px;margin-top:0;font-weight:600;text-align:center}.blog-grid-items .item .text .author-share-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:10px;font-size:14px;color:#9c9b9b}.blog-grid-items .item .text .author-share-wrap .author{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.blog-grid-items .item .text .author-share-wrap .author img{width:22px;height:22px;border-radius:50%}.blog-grid-items .item .text .author-share-wrap .comments-count{position:relative;-webkit-transform:translatey(4px);transform:translatey(4px)}.blog-grid-items .item .text .author-share-wrap .comments-count .comments-count-number{position:absolute;top:-5px;right:-5px;background-color:#9c9b9b;border-radius:50%;width:12px;height:12px;font-size:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.blog-grid-items .item .text .author-share-wrap .share{position:relative}.blog-grid-items .item .text .author-share-wrap .share .tooltip{background:#000;padding:6px;z-index:3;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;display:block;position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0;pointer-events:none;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-max-content;width:-moz-max-content;width:max-content;border-radius:6px}.blog-grid-items .item .text .author-share-wrap .share:hover .tooltip{opacity:1;pointer-events:auto}.blog-grid-items .item .text .author-share-wrap .share .social-icons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 992px){.blog-grid-items .item .text .author-share-wrap .share .social-icons{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.blog-grid-items .item .text .author-share-wrap .share .social-icons img{width:20px;-webkit-filter:brightness(1) invert(1);filter:brightness(1) invert(1)}.blog-grid-items .item .text .excerpt{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;padding-top:1.5rem;margin-bottom:auto;text-align:center;font-size:14px;font-weight:300}.blog-grid-items .item .text .read-more{margin-top:1.5rem;margin-bottom:.5rem}.home .section-hero{-webkit-box-flex:2;-ms-flex:2;flex:2}.home .section-hero .wrapper{width:75%;margin-left:auto}@media(max-width: 992px){.home .section-hero .wrapper{width:100%}}.home .section-hero .glide .glide__slide{min-height:436px;position:relative;margin-top:1rem}@media(max-width: 992px){.home .section-hero .glide .glide__slide{min-height:auto;height:333px}}@media(max-width: 580px){.home .section-hero .glide .glide__slide{min-height:auto;height:159px}}.home .section-hero .glide .glide__slide .link-overlay{display:block;width:100%;height:100%;z-index:1;position:relative}.home .section-hero .glide .glide__slide .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.home .section-hero .glide .glide__slide .bg-img img{height:auto}.home .section-hero .glide .glide__slide .text-wrap{position:relative;z-index:1;padding:2rem;height:100%}@media(max-width: 580px){.home .section-hero .glide .glide__slide .text-wrap{padding:1rem}}.home .section-hero .glide .glide__slide .text-wrap .heading{color:var(--white);margin:0 0 1rem 0;font-size:3.28rem;line-height:1;max-width:359px;font-weight:600}@media(max-width: 992px){.home .section-hero .glide .glide__slide .text-wrap .heading{font-size:1.5rem}}.home .section-hero .glide .glide__slide .text-wrap .subheading{text-transform:uppercase;color:var(--white);font-size:1.375rem}@media(max-width: 992px){.home .section-hero .glide .glide__slide .text-wrap .subheading{font-size:14px;margin:0 0 2rem 0}}.home .section-hero .glide .glide__arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;background-color:rgba(255,255,255,.8);padding:0 1.5rem;position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:35px;bottom:1.5rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media(max-width: 580px){.home .section-hero .glide .glide__arrows{height:21px;gap:1rem;padding:0 1rem;bottom:.5rem}}.home .section-hero .glide .glide__arrows .glide__arrow{position:static;-webkit-transform:none;transform:none;border:none;-webkit-box-shadow:none;box-shadow:none;padding:0}@media(max-width: 580px){.home .section-hero .glide .glide__arrows .glide__arrow{-webkit-transform:scale(0.7);transform:scale(0.7)}}.home .section-hero .glide .glide__arrows .glide__arrow img{-o-object-fit:contain;object-fit:contain}.home .section-hero .glide .glide__arrows .glide__arrow--left{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media(max-width: 580px){.home .section-hero .glide .glide__arrows .glide__arrow--left{-webkit-transform:scale(0.7) rotate(180deg);transform:scale(0.7) rotate(180deg)}}.home .section-hero .glide .glide__bullets{position:static;-webkit-transform:none;transform:none;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}@media(max-width: 580px){.home .section-hero .glide .glide__bullets{gap:0}}.home .section-hero .glide .glide__bullets .glide__bullet{background-color:#000;width:6px;height:6px}@media(max-width: 580px){.home .section-hero .glide .glide__bullets .glide__bullet{pointer-events:none}}.home .section-hero .glide .glide__bullets .glide__bullet--active{background-color:rgba(0,0,0,0);border:2px solid #000;width:11px;height:11px}.home .section-icons{padding:1rem 0 0 0;-webkit-box-flex:1;-ms-flex:1;flex:1}.home .section-icons .wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;background-color:#fff;padding:1rem;width:75%;margin-left:auto;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e2e2e2}@media(max-width: 992px){.home .section-icons .wrapper{width:100%}}@media(max-width: 992px){.home .section-icons .wrapper{padding:3rem}}@media(max-width: 580px){.home .section-icons .wrapper{grid-template-columns:1fr;padding:2rem}}.home .section-icons .wrapper .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.home .section-icons .wrapper .icon:after{content:"";width:1px;height:75%;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-1rem;background-color:#e2e2e2}@media(max-width: 580px){.home .section-icons .wrapper .icon:after{display:none}}.home .section-icons .wrapper .icon:last-child:after{display:none}.home .section-icons .wrapper .icon img{height:60px;-o-object-fit:contain;object-fit:contain}.home .section-icons .wrapper .icon .label{font-size:1.25rem;font-weight:600;margin:1rem 0 0 0;text-align:center;text-transform:uppercase}@media(max-width: 580px){.home .section-icons .wrapper .icon .label{margin:0}}.home .section-banners .wrapper{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem 0;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center}@media(max-width: 580px){.home .section-banners .wrapper{grid-template-columns:1fr;padding:1rem 0;gap:1rem}}.home .section-banners .wrapper .banner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;width:100%;height:100%}.home .section-banners .wrapper .banner .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.home .section-banners .wrapper .banner .text-wrap{position:relative;z-index:1;padding:2rem;height:100%;min-height:318px}@media(max-width: 580px){.home .section-banners .wrapper .banner .text-wrap{padding:1rem;min-height:159px}}.home .section-banners .wrapper .banner .text-wrap .heading{color:var(--white);margin:0 0 1rem 0;font-size:2rem;line-height:1;max-width:280px;font-weight:600}@media(max-width: 992px){.home .section-banners .wrapper .banner .text-wrap .heading{font-size:1.5rem}}.home .section-banners .wrapper .banner .text-wrap .subheading{text-transform:uppercase;margin:0 0 5.5rem 0;color:var(--white)}@media(max-width: 992px){.home .section-banners .wrapper .banner .text-wrap .subheading{font-size:14px;margin:0 0 2rem 0}}.home .section-banners .wrapper .banner .text-wrap .see-more{background-color:#e2ff00;padding:1.2rem 3rem;position:absolute;bottom:2rem;left:2rem}@media(max-width: 992px){.home .section-banners .wrapper .banner .text-wrap .see-more{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:1rem 2rem;bottom:1rem;left:1rem}}.home .section-featured-products .wrapper .products{display:grid;grid-template-columns:repeat(4, 1fr);grid-column-gap:1px;grid-row-gap:2rem;margin-bottom:0}@media(max-width: 992px){.home .section-featured-products .wrapper .products{grid-template-columns:repeat(3, 1fr)}.home .section-featured-products .wrapper .products .product:nth-child(7),.home .section-featured-products .wrapper .products .product:nth-child(8){display:none}}@media(max-width: 580px){.home .section-featured-products .wrapper .products{grid-template-columns:1fr;grid-row-gap:1rem}.home .section-featured-products .wrapper .products .product:nth-child(4),.home .section-featured-products .wrapper .products .product:nth-child(5),.home .section-featured-products .wrapper .products .product:nth-child(6),.home .section-featured-products .wrapper .products .product:nth-child(7),.home .section-featured-products .wrapper .products .product:nth-child(8){display:none}}.home .section-featured-products .wrapper .products:before,.home .section-featured-products .wrapper .products:after{display:none}.home .section-featured-products .wrapper .products .product{width:100%;margin:0;background-color:#fff;border:2px solid rgba(0,0,0,0);position:relative;z-index:1}.home .section-featured-products .wrapper .products .product .woocommerce-LoopProduct-link{display:grid;grid-template-columns:1fr}.home .section-featured-products .wrapper .products .product .image-wrapper{position:relative;padding:1rem 1rem 0 1rem}.home .section-featured-products .wrapper .products .product .image-wrapper .onsale{left:auto;right:1rem;top:1rem;margin:0;background-color:var(--color1)}.home .section-featured-products .wrapper .products .product .image-wrapper img{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;margin:0}.home .section-featured-products .wrapper .products .product .image-wrapper .image-overlay{display:none;width:100%;position:absolute;z-index:2;background-color:rgba(226,255,0,.7);bottom:0;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none;padding:1.2rem 3rem}.home .section-featured-products .wrapper .products .product:hover{-webkit-box-shadow:0 0 65px -49px #000;box-shadow:0 0 65px -49px #000;border:2px solid var(--color2);z-index:1}.home .section-featured-products .wrapper .products .product:hover .image-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.home .section-featured-products .wrapper .products .product .text-wrap{padding:0 1rem 1rem 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(max-width: 580px){.home .section-featured-products .wrapper .products .product .text-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.home .section-featured-products .wrapper .products .product .text-wrap .woocommerce-loop-product__title{font-size:1.25rem;margin-bottom:.5rem}@media(max-width: 580px){.home .section-featured-products .wrapper .products .product .text-wrap .woocommerce-loop-product__title{font-size:1.125rem}}.home .section-featured-products .wrapper .products .product .text-wrap .number,.home .section-featured-products .wrapper .products .product .text-wrap .producer{font-size:14px;font-weight:500;color:#9c9b9b}@media(max-width: 580px){.home .section-featured-products .wrapper .products .product .text-wrap .number,.home .section-featured-products .wrapper .products .product .text-wrap .producer{font-size:12px}}.home .section-featured-products .wrapper .products .product .text-wrap .price{font-size:1.8rem;font-weight:700;color:#212529;margin-bottom:0}@media(max-width: 580px){.home .section-featured-products .wrapper .products .product .text-wrap .price{font-size:1.37rem}}.home .section-blog{padding:2rem 0 0 0}.home .section-blog .top-heading{font-size:1.25rem;font-weight:600;margin-bottom:1rem;margin-top:1rem;text-transform:uppercase}@media(max-width: 992px){.home .section-blog .blog-grid-items .item:last-child{display:none}}@media(max-width: 580px){.home .section-blog{padding:1rem 0 0 0}.home .section-blog .blog-grid-items .item:last-child{display:-webkit-box;display:-ms-flexbox;display:flex}}.home .section-blog .wrapper{background-color:#fff;padding:1rem 3rem 3rem 3rem}@media(max-width: 992px){.home .section-blog .wrapper{grid-template-columns:1fr;padding:2rem;gap:1rem}}@media(max-width: 580px){.home .section-blog .wrapper{padding:1rem 1rem 3rem 1rem}}.home .section-blog .wrapper .heading{font-size:1.625rem;margin:1rem 0 2rem 0}@media(max-width: 580px){.home .section-blog .wrapper .heading{margin:1rem 0 1rem 0}}.home .section-blog .wrapper .heading span{font-weight:400}.home .section-blog .brands{display:grid;grid-template-columns:repeat(5, 1fr);position:relative}.home .section-blog .brands:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #fff}@media(max-width: 992px){.home .section-blog .brands{grid-template-columns:repeat(4, 1fr)}}@media(max-width: 580px){.home .section-blog .brands{grid-template-columns:repeat(2, 1fr)}}.home .section-blog .brands .brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2rem;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2}@media(max-width: 580px){.home .section-blog .brands .brand{padding:2rem 1rem}}.home .section-blog .brands .brand img{height:100%;width:auto;opacity:.4;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.home .section-blog .brands .brand img:hover{opacity:1}.home .section-brands{padding:2rem 0 0 0}@media(max-width: 580px){.home .section-brands{padding:1rem 0 0 0}}.home .section-brands .wrapper{background-color:#fff;padding:1rem 3rem 3rem 3rem}@media(max-width: 992px){.home .section-brands .wrapper{grid-template-columns:1fr;padding:2rem;gap:1rem}}@media(max-width: 580px){.home .section-brands .wrapper{padding:1rem 1rem 3rem 1rem}}.home .section-brands .wrapper .heading{font-size:1.625rem;margin:1rem 0 2rem 0}@media(max-width: 580px){.home .section-brands .wrapper .heading{margin:1rem 0 1rem 0}}.home .section-brands .wrapper .heading span{font-weight:400}.home .section-brands .brands{display:grid;grid-template-columns:repeat(5, 1fr);position:relative}.home .section-brands .brands:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #fff;pointer-events:none}@media(max-width: 992px){.home .section-brands .brands{grid-template-columns:repeat(4, 1fr)}}@media(max-width: 580px){.home .section-brands .brands{grid-template-columns:repeat(2, 1fr)}}.home .section-brands .brands .brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2rem;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2}@media(max-width: 580px){.home .section-brands .brands .brand{padding:2rem 1rem}}.home .section-brands .brands .brand img{height:100%;width:auto;opacity:.4;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-o-object-fit:contain;object-fit:contain}.home .section-brands .brands .brand img:hover{opacity:1}.home .section-about{padding:2rem 0 0 0}@media(max-width: 580px){.home .section-about{padding:1rem 0 0 0}}.home .section-about .wrapper{display:grid;grid-template-columns:1fr;gap:2rem;background-color:#fff;padding:1rem 3rem}@media(max-width: 992px){.home .section-about .wrapper{grid-template-columns:1fr;padding:2rem;gap:1rem}}@media(max-width: 580px){.home .section-about .wrapper{padding:1rem}}.home .section-about .col-one,.home .section-about .col-two{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.home .section-about .col-one .heading,.home .section-about .col-two .heading{font-size:1.625rem;margin:1rem 0}@media(max-width: 580px){.home .section-about .col-one .heading,.home .section-about .col-two .heading{margin:0 0 1rem 0}}.home .section-about .col-one .heading span,.home .section-about .col-two .heading span{font-weight:400}.home .section-about .col-two{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home .section-about .col-two img{aspect-ratio:456/282;height:auto}.home .section-payments{padding:2rem 0 4rem 0}@media(max-width: 580px){.home .section-payments{padding:1rem 0 2rem 0}}.home .section-payments .wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}@media(max-width: 992px){.home .section-payments .wrapper{grid-template-columns:1fr}}@media(max-width: 580px){.home .section-payments .wrapper{gap:1rem}}.home .section-payments .col-one,.home .section-payments .col-two{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;padding:1rem 3rem}@media(max-width: 580px){.home .section-payments .col-one,.home .section-payments .col-two{padding:1rem}}.home .section-payments .col-one .heading,.home .section-payments .col-two .heading{font-size:1.625rem;margin:1rem 0}@media(max-width: 580px){.home .section-payments .col-one .heading,.home .section-payments .col-two .heading{margin:0 0 1rem 0}}.home .section-payments .col-one .heading span,.home .section-payments .col-two .heading span{font-weight:400}.home .section-payments img {max-height: 80px}
