@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";*{box-sizing:border-box}html{overscroll-behavior:none;scroll-behavior:smooth}html.activeClass{touch-action:none;overflow:hidden}html body{overscroll-behavior:none;background-color:#eee;margin:0;font-family:Manrope,sans-serif;display:block;position:relative}html img,html iframe{max-width:100%}a,a:hover{text-decoration:none}.loader{animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.max-width-sm{width:100%;padding:0 8px}@media (width>=500px){.max-width-sm{padding:0 20px}}@media (width>=1200px){.max-width-sm{max-width:700px;margin:0 auto;padding:0 8px}}.max-width-md{width:100%;padding:0 8px}@media (width>=500px){.max-width-md{padding:0 20px}}@media (width>=1200px){.max-width-md{max-width:1000px;margin:0 auto;padding:0 8px}}.max-width-lg{width:100%;padding:0 8px}@media (width>=500px){.max-width-lg{padding:0 20px}}@media (width>=1200px){.max-width-lg{max-width:1440px;margin:0 auto;padding:0 8px}}.max-width-xl{width:100%;padding:0 8px}@media (width>=500px){.max-width-xl{padding:0 20px}}@media (width>=1200px){.max-width-xl{max-width:1840px;margin:0 auto;padding:0 8px}}.max-width-full{width:100%;padding:0 8px}@media (width>=500px){.max-width-full{padding:0 20px}}@media (width>=1200px){.max-width-full{max-width:100%;margin:0 auto;padding:0 8px}}.flex-center{flex-wrap:wrap;justify-content:center;display:flex}.flex-start{flex-wrap:wrap;justify-content:flex-start;display:flex}.flex-between{flex-wrap:wrap;justify-content:space-between;display:flex}.flex-end{flex-wrap:wrap;justify-content:flex-end;display:flex}.devider{background-color:var(--grey-for-lines);width:100%;height:1px;display:block}.text-red{color:#d9534f!important}.text-white{color:#fff}.text-green{color:#4caf50!important}.text-gray{color:var(--dark-grey-for-text)!important}.text-black{color:#000!important}.text-center{text-align:center!important}.width-100{width:100%}.position-relative{position:relative}.tablet-hide{display:none!important}.full-width-img{width:100%;max-width:100%;height:auto;max-height:100%}.d-none{display:none}.mobile-hide{display:none!important}@media (width>=1200px){.mobile-hide{display:block!important}.desktop-hide{display:none!important}}.section-padding{padding-top:80px}@media (width>=500px){.section-padding{padding-top:100px}}@media (width>=1200px){.section-padding{padding-top:100px}}.section-spacing-margin{margin:80px 0 0}@media (width>=500px){.section-spacing-margin{margin:100px 0 0}}@media (width>=1200px){.section-spacing-margin{margin:120px 0 0}}.section-spacing-margin-both{margin:80px 0}@media (width>=500px){.section-spacing-margin-both{margin:100px 0}}@media (width>=1200px){.section-spacing-margin-both{margin:120px 0}}.section-spacing-margin-aboutus{margin:80px 0}@media (width>=500px){.section-spacing-margin-aboutus{margin:100px 0}}@media (width>=1200px){.section-spacing-margin-aboutus{margin:170px 0}}.section-spacing-1cm{padding-top:38px}.section-spacing-1cm-both{padding:38px 0}.section-spacing-1-5cm-padding{padding-top:57px}.section-spacing-1-5cm-padding-both{padding:57px 0}.section-spacing-1-5cm-margin{margin-top:57px}.section-spacing-1-cm-bottom{padding-bottom:57px}.section-spacing-1-5cm-margin-both{margin:57px 0}.section-spacing-padding{padding:80px 0 0}@media (width>=500px){.section-spacing-padding{padding:100px 0 0}}@media (width>=1200px){.section-spacing-padding{padding:120px 0 0}}.section-spacing-padding-both{padding:80px 0}@media (width>=500px){.section-spacing-padding-both{padding:100px 0}}@media (width>=1200px){.section-spacing-padding-both{padding:120px 0}}.section-margin-bg{margin-top:80px}@media (width>=500px){.section-margin-bg{margin-top:100px}}@media (width>=1200px){.section-margin-bg{margin-top:100px}}.section-margin{margin:0 0 20px}.section-margin--no-readmore{margin:0 0 47px}@media (width>=1200px){.section-margin--no-readmore{margin:0 0 40px}}.section-margin-prod{margin:0 0 40px}.box-overlay{opacity:.3;z-index:2;background-color:#000;width:100%;height:100%;position:absolute}.jsDropdownWrap{position:relative}.jsDropdownTrigger{cursor:pointer}.dropdown{background-color:var(--gd-white-dark);opacity:0;transition:var(--gd-transition)ease-in;visibility:hidden;width:-moz-fit-content;width:fit-content;max-width:500px;margin:0;padding:8px;list-style:none;transition-property:bottom,opacity,visibility;position:absolute;bottom:-60px;right:0;transform:translateY(100%);box-shadow:0 0 14px 2px #6a6a6a47}.dropdown.activeClass{opacity:1;visibility:visible;z-index:9;bottom:-3px}.dropdown__menu{margin:0;padding:0;list-style:none}.dropdown__item-link{transition:background-color var(--gd-transition)ease-in-out;min-width:max-content;padding:9px 12px;font-size:13px;font-weight:300;line-height:1;text-decoration:none;display:block}.dropdown__item-link:hover{background-color:var(--grey-search);text-decoration:none}@media (width>=1200px){.popups{flex-flow:wrap;justify-content:flex-end;align-items:center;width:100%;padding:0 8px;display:flex}}@media (width>=1200px) and (width>=500px){.popups{padding:0 20px}}@media (width>=1200px) and (width>=1200px){.popups{max-width:1840px;margin:0 auto;padding:0 8px}}.popup{opacity:0;visibility:hidden;z-index:15;background-color:#eee;width:calc(100% - 50px);height:100%;transition:all .3s ease-in-out;display:none;position:fixed;top:0}@media (width>=500px){.popup{width:440px}}.popup.init{display:block}.popup.activeClass{opacity:1;visibility:visible}.popup--finder{background-color:#0000;width:calc(100% - 8px);height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width>=500px){.popup--finder{width:520px}}@media (width>=1200px){.popup--finder{top:40%!important}.popup{height:auto;top:98px;right:auto;box-shadow:0 4px 4px #00000040}.popup.activeScroll{top:48px}.popup--cart{width:340px}.popup--user{width:290px;margin-right:120px}.popup--help{width:290px;margin-right:290px}}.popup__header{background-color:#000;flex-flow:wrap;justify-content:space-between;align-items:center;height:70px;padding:0 8px;display:flex}@media (width>=500px){.popup__header{padding:0 20px}}.popup__header--finder{border-radius:5px;flex-flow:wrap;justify-content:center;align-items:center;gap:50px;height:45px;display:flex}@media (width>=500px){.popup__header--finder{gap:0}}@media (width>=1200px){.popup__header--finder{display:flex!important}.popup__header{display:none}}.popup__title{color:#fff;font-size:22px;font-weight:600}@media (width>=500px){.popup__title{font-size:25px}}.popup__title--finder{font-size:16px;font-weight:500}.popup__close{cursor:pointer;flex-flow:wrap;justify-content:center;align-items:center;display:flex;position:absolute;left:calc(100% + 8px)}@media (width>=500px){.popup__close{left:calc(100% + 20px)}}.popup__close svg{fill:#0000;stroke:#fff;stroke-width:2px;width:30px;height:30px}@media (width>=500px){.popup__close svg{width:50px;height:50px}}.popup__close--finder{position:relative;left:0}@media (width>=500px){.popup__close--finder{flex-flow:wrap;justify-content:flex-end;align-items:center;display:flex;position:absolute;right:15px}}.popup__close--finder svg{fill:#0000;stroke:#fff;stroke-width:1px;width:10px;height:10px}.popup__content{position:relative}.popup__content--finder{scrollbar-color:#00aeff #f8f8f8;scrollbar-width:thin;background-color:#eee;border-radius:5px;height:370px;margin-top:5px;overflow-y:auto}@media (width>=500px){.popup__content--finder{height:500px}}@media (width>=1200px){.popup__content--finder{height:370px}}.popup__content--filter{padding:30px 20px 30px 8px}@media (width>=500px){.popup__content--filter{padding:40px 20px}}.overlay{opacity:0;visibility:hidden;z-index:5;background-color:#000;width:100vw;height:150vh;transition:all .3s ease-in-out;display:none;position:fixed;top:0;left:0;overflow:hidden}.overlay.activeClass{opacity:.7;visibility:visible;display:block}.overlay--light{opacity:0;z-index:1}.overlay--light.activeClass{opacity:0}.main-btn{color:#000;cursor:pointer;text-transform:uppercase;transition:var(--gd-transition)background-color ease-in-out;background-color:#fff;flex-flow:wrap;justify-content:center;align-items:center;font-size:16px;text-decoration:none;display:flex}.main-btn svg{fill:#000;width:15px;height:15px}@media (width>=1200px){.main-btn{font-size:18px}.main-btn svg{fill:#000;width:15px;height:15px}}.main-btn:hover{background-color:var(--gd-white-dark)}.main-btn--view-cart{color:#000;background-color:#eee;border:none;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;width:100%;height:35px;font-size:14px;font-weight:500;display:flex}.main-btn--view-cart:hover{color:#fff;background-color:#00aeff}@media (width>=500px){.main-btn--view-cart{height:40px}}.main-btn--checkout-cart{color:#fff;background-color:#00aeff;border:none;border-radius:10px;flex-flow:row;justify-content:center;align-items:center;gap:7px;width:100%;height:35px;font-size:14px;font-weight:500;display:flex}.main-btn--checkout-cart svg{fill:#0000;stroke:#fff;stroke-width:1.3px}.main-btn--checkout-cart:hover{background-color:#009de6}@media (width>=500px){.main-btn--checkout-cart{height:40px}}.main-btn--footer-btn{color:#fff;text-transform:capitalize;background-color:#00aeff;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;gap:7px;width:180px;height:40px;margin:0 auto;font-size:14px;font-weight:600;display:flex}.main-btn--footer-btn svg{fill:#fff;width:10px;height:10px}.main-btn--footer-btn:hover{color:#fff;background-color:#009de6}@media (width>=500px){.main-btn--footer-btn{height:45px}}@media (width>=1200px){.main-btn--footer-btn{height:50px;font-size:18px}}.main-btn--cat-btn{color:#00aeff;text-transform:capitalize;flex-flow:wrap;justify-content:center;align-items:center;gap:7px;margin:5px 0 0;padding:0;font-size:12px;font-weight:400;transition:all .3s ease-in-out;display:flex}@media (width>=500px){.main-btn--cat-btn{font-size:14px}}@media (width>=1200px){.main-btn--cat-btn{opacity:0}}.main-btn--cat-btn svg{fill:#00aeff;width:7px;height:7px;transform:rotate(-90deg)}@media (width>=500px){.main-btn--cat-btn svg{width:10px;height:10px}}.main-btn--cat-btn:hover{color:#000;background-color:#0000}.main-btn--cat-btn:hover svg{fill:#000}.main-btn--cart{color:#fff;text-transform:capitalize;background-color:#00aeff;border:none;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;width:100%;height:40px;font-size:16px;font-weight:600;display:flex}@media (width>=500px){.main-btn--cart{height:45px}}.main-btn--cart:hover{color:#fff;background-color:#009de6}@media (width>=1200px){.main-btn--cart-cat{color:#000;background-color:#eee}.main-btn--cart-cat:hover{color:#fff;background-color:#00aeff}}.main-btn--brands-btn{color:#fff;text-transform:capitalize;background-color:#00aeff;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;gap:7px;width:130px;height:40px;font-size:16px;font-weight:600;display:flex}@media (width>=1200px){.main-btn--brands-btn{height:45px;font-size:18px}}.main-btn--brands-btn svg{fill:#fff;width:10px;height:10px;transform:rotate(-90deg)}.main-btn--brands-btn:hover{color:#fff;background-color:#009de6}.main-btn--continue-shopping-alt{color:#fff;text-transform:capitalize;background-color:#00aeff;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;gap:7px;width:max-content;height:40px;padding:0 8px;font-size:16px;font-weight:600;display:flex}@media (width>=1200px){.main-btn--continue-shopping-alt{height:45px;font-size:18px}}.main-btn--continue-shopping-alt svg{fill:#fff;width:10px;height:10px;transform:rotate(-90deg)}.main-btn--continue-shopping-alt:hover{color:#fff;background-color:#009de6}.main-btn--clear-filters{background-color:#0000;border-top:1px solid #ccc;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:7px;margin-top:20px;padding-top:20px;font-size:14px;font-weight:500;display:flex;text-transform:capitalize!important}@media (width>=1200px){.main-btn--clear-filters{margin-top:20px;padding-top:20px}}.main-btn--clear-filters svg{fill:#0000;stroke:#000;stroke-width:1px;width:10px;height:10px}.main-btn--clear-filters:hover{color:#00aeff}.main-btn--clear-filters:hover svg{stroke:#00aeff}.main-btn--item-cart{color:#fff;text-transform:capitalize;background-color:#00aeff;border:none;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;width:250px;height:50px;margin:15px auto;font-size:20px;font-weight:600;display:flex}@media (width>=500px){.main-btn--item-cart{height:55px}}@media (width>=1200px){.main-btn--item-cart{height:50px}}.main-btn--item-cart:hover{color:#fff;background-color:#009de6}.main-btn--item-wishlist{text-transform:capitalize;font-size:14px;font-weight:400}.main-btn--item-wishlist:hover{color:#00aeff}.main-btn--crosssell-btn{color:#000;text-transform:capitalize;background-color:#eee;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;width:180px;height:40px;font-size:14px;font-weight:600;display:flex}.main-btn--crosssell-btn:hover{color:#fff;background-color:#00aeff}.main-btn--continue-shopping{color:#00aeff;background-color:#0000;border:none;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:7px;font-size:14px;font-weight:300;display:flex;text-transform:capitalize!important}.main-btn--continue-shopping svg{fill:#00aeff;width:10px;height:10px;transform:rotate(90deg)}.main-btn--continue-shopping:hover{color:#000}.main-btn--continue-shopping:hover svg{fill:#000}.main-btn--cart-quote{color:#fff;text-transform:capitalize;background-color:#00aeff;border:none;border-radius:10px;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:7px;height:40px;margin:25px 0 45px;padding:0 15px;font-size:16px;font-weight:600;display:flex;width:-moz-fit-content!important;width:fit-content!important}@media (width>=1200px){.main-btn--cart-quote{height:45px;font-size:18px}}.main-btn--cart-quote svg{fill:#fff;width:10px;height:10px}.main-btn--cart-quote:hover{color:#fff;background-color:#009de6}.main-btn--update-changes{color:#fff;text-transform:capitalize;background-color:#00aeff;border:none;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;gap:7px;width:100%;height:40px;margin-top:30px;font-size:16px;font-weight:600;display:flex}@media (width>=1200px){.main-btn--update-changes{height:45px;font-size:18px}}.main-btn--update-changes svg{fill:#fff;width:10px;height:10px}.main-btn--update-changes:hover{color:#fff;background-color:#009de6}.main-btn--check{background-color:#00aeff;border:none;border-radius:10px;font-size:16px;font-weight:500;color:#fff!important;text-transform:capitalize!important}.main-btn--check:hover{background-color:#009de6}.main-btn--cart-checkout{color:#fff;text-transform:capitalize;background-color:#00aeff;border:none;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;gap:12px;height:55px;font-size:20px;font-weight:500;display:flex}@media (width>=500px){.main-btn--cart-checkout{height:60px}}@media (width>=1200px){.main-btn--cart-checkout{height:55px}}.main-btn--cart-checkout:hover{background-color:#009de6}.main-btn--cart-checkout svg{fill:#0000;stroke:#fff;stroke-width:2px;width:25px;height:25px}.main-btn--account-btn{color:#fff;text-transform:capitalize;background-color:#00aeff;border:none;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;gap:12px;width:100%;height:45px;font-size:16px;font-weight:600;display:flex}@media (width>=1200px){.main-btn--account-btn{height:50px;font-size:18px}}.main-btn--account-btn svg{fill:#fff;width:17px;height:17px}@media (width>=1200px){.main-btn--account-btn svg{width:20px;height:20px}}.main-btn--account-btn i{font-size:14px}.main-btn--account-btn:hover{background-color:#009de6}.btn{border-radius:10px;padding:11px 23px;font-size:16px;font-weight:600;line-height:1}.btn.btn-default{color:#fff;background-color:#00aeff}.btn.btn-default:hover,.btn.btn-default:focus,.btn.btn-default:active{background-color:#009de6}.hero .splide__arrow{background-color:#0000;flex-flow:wrap;justify-content:center;align-items:center;width:30px;height:30px;display:flex}@media (width>=500px){.hero .splide__arrow{width:40px;height:40px}}@media (width>=1200px){.hero .splide__arrow{width:45px;height:45px}}.hero .splide__arrow--next,.hero .splide__arrow--prev{background-color:#0000}.hero .splide__arrow--next svg,.hero .splide__arrow--prev svg{fill:#fff}.categories .splide__pagination,.showcase .splide__pagination{padding:0;display:flex;bottom:-40px}.categories .splide__pagination li,.showcase .splide__pagination li{flex:1 1 0}.categories .splide__pagination .splide__pagination__page,.showcase .splide__pagination .splide__pagination__page{background-color:#ccc;border-radius:0;width:100%;height:1px}.categories .splide__pagination .splide__pagination__page.is-active,.showcase .splide__pagination .splide__pagination__page.is-active{background-color:#00aeff;height:3px;transform:none}.categories .splide__pagination{bottom:-60px}.products-list .splide__arrow{width:30px;height:30px;top:-70px;transform:translateY(0)}.products-list .splide__arrow--prev{background-color:#0000;border:1px solid #000;left:auto;right:40px}.products-list .splide__arrow--next{background-color:#00aeff;right:0}.products-list .splide__arrow--next svg{fill:#fff}.prod-imgs__thumbnails .splide__arrow{background-color:#0000;flex-flow:wrap;justify-content:center;align-items:center;display:flex}.prod-imgs__thumbnails .splide__arrow--prev{top:-1%!important}.prod-imgs__thumbnails .splide__arrow--next{bottom:0!important}@media (width<=1200px){.prod-imgs__thumbnails{opacity:0;visibility:hidden;z-index:-5;position:absolute;top:-200%}}.product__images .splide__arrow:disabled{display:none}.prod-imgs__wrap .splide__arrow{background-color:#0000;flex-flow:wrap;justify-content:center;align-items:center;width:30px;height:30px;display:flex}@media (width>=500px){.prod-imgs__wrap .splide__arrow{width:40px;height:40px}}@media (width>=1200px){.prod-imgs__wrap .splide__arrow{width:45px;height:45px}}.prod-imgs__wrap .splide__arrow--prev{border:1px solid #000;left:0}@media (width>=1200px){.prod-imgs__wrap .splide__arrow--prev{left:-22.5px}}.prod-imgs__wrap .splide__arrow--next{background-color:#00aeff;right:0}@media (width>=1200px){.prod-imgs__wrap .splide__arrow--next{right:-22.5px}}.prod-imgs__wrap .splide__arrow--next svg{fill:#fff}.read-more{max-height:180px;transition:all .3s ease-in-out;overflow:hidden}.read-more--single-sku{max-height:150px}.read-more--category{max-height:max-content}.readmore__btn-wrap{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:8px;margin-top:0;display:flex}.read-more__btn{color:#00aeff;cursor:pointer;text-align:center;margin:0 auto;font-size:14px;font-weight:500}.read-more__btn svg{fill:#00aeff;width:10px;height:10px;transform:rotate(-90deg)}.breadcrumbs{width:100%;padding:30px 0}.breadcrumbs__nav{scrollbar-color:#00aeff #f8f8f8;scrollbar-width:thin;white-space:nowrap;width:calc(100% - 8px);padding:0 8px;overflow-x:auto}@media (width>=500px){.breadcrumbs__nav{padding:0 20px}}@media (width>=1200px){.breadcrumbs__nav{max-width:1440px;margin:0 auto;padding:0 8px}}@media (width>=500px){.breadcrumbs__nav{width:calc(100% - 20px)}}@media (width>=1200px){.breadcrumbs__nav{width:100%}}.breadcrumbs__list{align-items:center;margin:0;padding:4px 0;list-style:none;display:flex}.breadcrumbs__link{color:#000;text-decoration:none}.breadcrumbs__link--home{color:#00aeff;flex-flow:row;justify-content:flex-start;align-items:center;gap:7px;display:flex}.breadcrumbs__link--home svg{fill:#00aeff;width:15px!important;height:15px!important;transform:rotate(0)!important}.breadcrumbs__link:hover{color:#00aeff;text-transform:none}.breadcrumbs__list-item{letter-spacing:0;margin-right:6px;font-size:14px}.breadcrumbs__list-item:last-child{display:none}.breadcrumbs__list-item:nth-last-child(2) .breadcrumbs__link{color:var(--dark-grey-for-text);pointer-events:none}.breadcrumbs__list-item svg{fill:#00aeff;width:10px;height:10px;transform:rotate(90deg)}.section-text--home{background-color:#fff}.section-text--home h1{margin-bottom:20px}.section-text--home h2{color:#00aeff;margin:15px 0 20px;padding:0;font-size:22px;display:block;font-weight:400!important}@media (width>=500px){.section-text--home h2{font-size:25px}}@media (width>=1200px){.section-text--home h2{font-size:33px}}.section-text--home p{font-size:18px;font-weight:400}.section-text--category{padding:50px 0 0}.section-text--aboutus h1,.section-text--store-finder h1{margin-bottom:0}.section-text--aboutus .section-text__inner h2,.section-text--store-finder .section-text__inner h2{text-align:center;margin-bottom:0;font-size:30px;font-weight:700}@media (width>=500px){.section-text--aboutus .section-text__inner h2,.section-text--store-finder .section-text__inner h2{font-size:35px}}@media (width>=1200px){.section-text--aboutus .section-text__inner h2,.section-text--store-finder .section-text__inner h2{font-size:40px}}.section-text--aboutus .section-text__inner h3,.section-text--store-finder .section-text__inner h3{color:#00aeff;margin:15px 0 20px;padding:0;font-size:22px;display:block;font-weight:400!important}@media (width>=500px){.section-text--aboutus .section-text__inner h3,.section-text--store-finder .section-text__inner h3{font-size:25px}}@media (width>=1200px){.section-text--aboutus .section-text__inner h3,.section-text--store-finder .section-text__inner h3{font-size:33px}}.section-text--aboutus .section-text__inner h3 span,.section-text--store-finder .section-text__inner h3 span{color:#00aeff;margin:15px 0 20px;font-size:22px;display:block;font-weight:400!important}@media (width>=500px){.section-text--aboutus .section-text__inner h3 span,.section-text--store-finder .section-text__inner h3 span{font-size:25px}}@media (width>=1200px){.section-text--aboutus .section-text__inner h3 span,.section-text--store-finder .section-text__inner h3 span{font-size:33px}}.section-text--aboutus .section-text__inner--homepage h1,.section-text--store-finder .section-text__inner--homepage h1{margin:0;padding:0;font-size:36px;font-weight:700}.section-text--aboutus .section-text__inner--homepage p,.section-text--store-finder .section-text__inner--homepage p{margin:0!important;padding:0!important;font-size:18px!important;font-weight:400!important}.section-text--store-finder{padding-bottom:0}.section-text--customer-photos h1{margin-bottom:0}.section-text--customer-photos .section-text__inner h2{text-align:center;margin-bottom:0;font-size:30px;font-weight:700}@media (width>=500px){.section-text--customer-photos .section-text__inner h2{font-size:35px}}@media (width>=1200px){.section-text--customer-photos .section-text__inner h2{font-size:40px}}.section-text--customer-photos .section-text__inner h3{color:#00aeff;margin:0 0 20px;padding:0;font-size:22px;display:block;font-weight:400!important}@media (width>=500px){.section-text--customer-photos .section-text__inner h3{font-size:25px}}@media (width>=1200px){.section-text--customer-photos .section-text__inner h3{font-size:33px}}.section-text--customer-photos .section-text__inner h3 span{color:#00aeff;margin:15px 0 20px;font-size:22px;display:block;font-weight:400!important}@media (width>=500px){.section-text--customer-photos .section-text__inner h3 span{font-size:25px}}@media (width>=1200px){.section-text--customer-photos .section-text__inner h3 span{font-size:33px}}.section-title{border-bottom:3px solid #00aeff;font-size:24px;font-weight:700;display:inline-block}@media (width>=500px){.section-title{font-size:27px}}@media (width>=1200px){.section-title{font-size:32px}}.text-wrap p,.main-text{white-space:pre-wrap;margin-bottom:15px;font-size:14px;line-height:19px}@media (width>=768px){.text-wrap p,.main-text{font-size:16px}}.main-text{line-height:1.8}.main-link{color:#00aeff;margin-bottom:14px;font-size:16px;font-weight:500;line-height:21.86px}@media (width>=768px){.main-link{font-size:18px}}h1,.main-homepage-text{margin:0;font-size:30px;font-weight:700}@media (width>=500px){h1,.main-homepage-text{font-size:35px}}@media (width>=1200px){h1,.main-homepage-text{font-size:40px}}.page__main-title{text-align:center;font-size:30px;font-weight:700}@media (width>=500px){.page__main-title{font-size:35px}}@media (width>=1200px){.page__main-title{font-size:40px}}.npopup-body .modal-header{font-weight:500}.npopup-body .footer{background-color:#fff;margin:0;padding:0}.npopup-body .image{width:15%!important}.npopup-body .btn{text-transform:capitalize;color:#000;background-color:#0000;border:1px solid #ccc;border-radius:10px;font-weight:500;font-size:14px!important}.npopup-body .btn:hover{background-color:#ccc}.npopup-body .right .btn{color:#fff;background-color:#00aeff;border:1px solid #00aeff;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;display:flex;position:relative;padding:10px 15px!important}.npopup-body .right .btn:before{content:"";margin-top:0;margin-right:6px;font-family:"Font Awesome 5 Pro"}.npopup-body .right .btn:hover{background-color:#009de6}#n-customer_account .main__wrap{width:100%;padding:123px 8px 0;margin-top:50px!important}@media (width>=500px){#n-customer_account .main__wrap{padding:0 20px}}@media (width>=1200px){#n-customer_account .main__wrap{max-width:1440px;margin:0 auto;padding:0 8px}}@media (width>=500px){#n-customer_account .main__wrap{padding-top:138px}}@media (width>=1200px){#n-customer_account .main__wrap{padding-top:176px}}#n-customer_account .main__wrap .breadcrumb{display:none}#n-customer_account .main__wrap .btn-success{background-color:#00aeff;outline:none;border:1px solid #00aeff!important}#n-customer_account .main__wrap .btn-success:hover{outline:none;background-color:#009de6!important}#n-customer_account .main__wrap h1{margin-bottom:20px}.account-page__logout,.account-page__forgot-pwd{width:100%;padding:0 8px 57px;padding-top:50px!important}@media (width>=500px){.account-page__logout,.account-page__forgot-pwd{padding:0 20px}}@media (width>=1200px){.account-page__logout,.account-page__forgot-pwd{max-width:1440px;margin:0 auto;padding:0 8px}}.account-page__logout .btn-success,.account-page__forgot-pwd .btn-success{background-color:#00aeff;outline:none;border:1px solid #00aeff!important}.account-page__logout .btn-success:hover,.account-page__forgot-pwd .btn-success:hover{outline:none;background-color:#009de6!important}.account-page__main .main__wrap{max-width:100%!important;padding:0!important}.track-order,.upsell-page,.empty-cart{padding-top:50px;padding-bottom:57px}.track-order .btn,.upsell-page .btn,.empty-cart .btn{background-color:#00aeff;outline:none;border:1px solid #00aeff!important}.track-order .btn:hover,.upsell-page .btn:hover,.empty-cart .btn:hover{outline:none;background-color:#009de6!important}.products-box__img{width:100%;height:0;margin:0;padding-bottom:100%;position:relative;overflow:hidden}.products-box__img img{width:auto;max-width:100%;height:auto;max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-box__stock{margin:10px 0 7px}.product-box__stock--cart{margin:0}.product-box__stock-single{color:#929292;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:7px;font-size:12px;font-weight:400;display:flex}@media (width>=500px){.product-box__stock-single{font-size:13px}}.product-box__stock-single svg{fill:#4caf50;width:15px;height:15px}.product-box__stock-single--no-stock svg{fill:#d9534f}.product-box__title{color:#000;height:100px;font-size:16px;font-weight:400;display:block}@media (width>=500px){.product-box__title{font-size:18px}}@media (width>=1200px){.product-box__title{height:150px;font-size:20px}}.product-box__title:hover{color:#00aeff}.product-box__title--category{height:150px}@media (width>=500px){.product-box__title--category{height:100px}}@media (width>=1200px){.product-box__title--category{height:120px;font-size:16px}}@media (width>=1300px){.product-box__title--category{height:100px}}.product-box__price{flex-flow:row;justify-content:flex-start;align-items:center;gap:5px;margin:0;display:flex}.product-box__price--no-price{height:30px}.product-box__price .price{color:#000;font-size:16px;font-weight:600}@media (width>=500px){.product-box__price .price{font-size:18px}}@media (width>=1200px){.product-box__price .price{font-size:20px}}.product-box__price .price--text{color:#000;font-size:11px}@media (width>=1200px){.product-box__price .price--text{font-size:12px}}.product-box__tax{color:#000;font-size:12px;font-weight:400}@media (width>=500px){.product-box__tax{font-size:14px}}.product-box__sku{color:#929292;text-transform:uppercase;margin:10px 0 15px;font-size:12px;font-weight:400;display:block}@media (width>=500px){.product-box__sku{font-size:13px}}@media (width>=1200px){.product-box__sku{margin:10px 0}}.product-box__badges-wrap{flex-flow:wrap;justify-content:space-between;align-items:center;transition:all .3s ease-in-out;display:flex;position:absolute;top:15px;left:8px;right:8px}@media (width>=500px){.product-box__badges-wrap{left:15px;right:15px}}@media (width>=1200px){.product-box__badges-wrap{left:30px;right:30px}.product-box__badges-wrap--category{left:20px;right:20px}}.product-box__badges-single{color:#fff;text-transform:uppercase;border-radius:30px;padding:5px 10px;font-size:12px;font-weight:400}@media (width>=500px){.product-box__badges-single{padding:5px 15px;font-size:14px}}@media (width>=1200px){.product-box__badges-single{padding:5px 10px;font-size:12px}}.product-box__badges-single--perc-off{background-color:#00aeff}.product-box__badges-single--rrp{color:#000;background-color:#eee}.product-box__badges-single--on-sale{background-color:#d9534f;margin-left:auto}.product-box{background-color:#fff;border:1px solid #ccc;border-radius:10px;height:max-content;padding:10px;transition:all .3s ease-in-out;position:relative}@media (width>=500px){.product-box{padding:10px 20px}}@media (width>=1200px){.product-box{padding:25px 30px}}.product-box:hover{border:1px solid #00aeff}.product-box:hover .product-box__badges-wrap{opacity:1}.product-box--category{grid-column:span 8}@media (width>=1200px){.product-box--category,.product-box--prod{padding:20px}}.cart-line{z-index:3;background-color:#eee;width:100%;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;display:block;position:fixed;bottom:0;left:0;box-shadow:0 -1px 4px #00000040;transform:translateY(0)!important}.cart-line.activeClass{transform:translateY(100%)!important}.cart-line__wrap{flex-flow:row;justify-content:center;align-items:center;display:flex}@media (width>=1200px){.cart-line__wrap{flex-flow:wrap;justify-content:space-between;align-items:center;display:flex}}.cart-line__wrap .main-btn{width:100%}@media (width>=1200px){.cart-line__wrap .main-btn{width:250px}}.cart-line__wrap div{width:100%}@media (width>=1200px){.cart-line__wrap div{width:max-content}}.cart-line__wrap--cart{padding:15px 8px}@media (width>=500px){.cart-line__wrap--cart{padding:15px 20px}}.cart-line__title{width:500px;font-size:20px;font-weight:400}@media (width>=1200px){.cart-line__right{flex-flow:row;justify-content:flex-end;align-items:center;gap:50px;display:flex}}.top{background-color:#000}.top__single{flex-flow:wrap;justify-content:center;align-items:center;gap:7px;height:30px;display:flex}@media (width>=500px){.top__single{height:45px}}.top__img{width:auto;max-width:12px;height:auto;max-height:100%}@media (width>=500px){.top__img{max-width:15px}}.top__text{color:#fff;font-size:11px;font-weight:400}@media (width>=500px){.top__text{font-size:12px}}.header-main{z-index:5;background-color:#000;border-top:1px solid #fff;position:relative}.header-main__wrap{flex-flow:wrap;justify-content:space-between;align-items:center;height:50px;transition:all .3s ease-in-out;display:flex}@media (width>=1200px){.header-main__wrap{height:80px}}.header-main__logo{width:auto;max-width:150px;height:auto;max-height:100%;transition:all .3s ease-in-out}@media (width>=500px){.header-main__logo{max-width:160px}}@media (width>=1200px){.header-main__logo{max-width:250px}}.header-main__icon{cursor:pointer;flex-flow:wrap;justify-content:center;align-items:center;gap:12px;display:flex;position:relative}.header-main__icon--white{fill:#fff}.header-main__icon--blue{fill:#00aeff}.header-main__icon--cart{margin-right:10px}@media (width>=1200px){.header-main__icon--cart{margin-right:0}}.header-main__icon--help{display:none}@media (width>=1200px){.header-main__icon--help{flex-flow:wrap;justify-content:center;align-items:center;gap:12px;display:flex}}.header-main__icon--help svg{fill:#0000;stroke:#00aeff}@media (width>=1200px){.header-main__icon--tel{margin-right:60px}}@media (width>=1200px) and (width<=1450px){.header-main__icon--tel{margin-right:0}}.header-main__icon--cart-desk,.header-main__icon--user-desk{display:none}@media (width>=1200px){.header-main__icon--cart-desk,.header-main__icon--user-desk{flex-flow:wrap;justify-content:center;align-items:center;display:flex}}.header-main__icon svg{width:20px;height:20px}@media (width>=500px){.header-main__icon svg{width:23px;height:23px}}@media (width>=1200px){.header-main__icon svg{width:25px;height:25px}}.header-main__text{color:#fff;font-size:16px;font-weight:600}.header-main__line{background-color:#ccc;width:1px;height:20px}.header-main__left{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:14px;display:flex}.header-main__right{flex-flow:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}@media (width>=500px){.header-main__right{gap:15px}}@media (width>=1200px){.header-main__right{gap:20px}}.header-main__cart-count{color:#fff;background-color:#00aeff;border-radius:50%;flex-flow:wrap;justify-content:center;align-items:center;width:16px;height:16px;font-size:11px;font-weight:500;display:flex;position:absolute;top:-5px;right:-10px}@media (width>=1200px){.header-main__cart-count{left:15px;right:0}}.header-main__finder-btn{display:none}@media (width>=1200px){.header-main__finder-btn{color:#00aeff;cursor:pointer;flex-flow:wrap;justify-content:center;align-items:center;gap:5px;margin-left:auto;margin-right:40px;font-size:16px;font-weight:600;display:flex}}.header-main__finder-btn svg{fill:#00aeff;width:10px;height:10px}@media (width>=1200px) and (width<=1450px){.header-main__finder-btn{margin:0 20px}}.header-main__center{position:absolute;top:100%;left:0;right:0}@media (width>=1200px){.header-main__center{width:calc(100% - 1224px);margin-right:40px;position:relative;top:0}}@media (width>=1200px) and (width<=1450px){.header-main__center{width:calc(100% - 1000px);margin-right:20px}}.header-search__btn{cursor:pointer;background-color:#0000;border:none;position:absolute;top:50%;transform:translateY(-50%)}.header-search__btn svg{fill:#000;width:17px;height:17px}@media (width>=1200px){.header-search__btn svg{width:20px;height:20px}.header-search__btn{left:10px}}.header-main__search-bar{background-color:#eee;padding:5px 8px;box-shadow:0 4px 4px #00000040}@media (width>=500px){.header-main__search-bar{padding:5px 20px}}@media (width>=1200px){.header-main__search-bar{box-shadow:none;background-color:#0000;width:100%;padding:0}}.header-main__input{color:#929292;background-color:#fff;border:none;border-radius:10px;outline:none;width:100%;height:32px;padding-left:30px;font-size:12px;font-weight:300}@media (width>=1200px){.header-main__input{height:45px;padding-left:45px;font-size:14px}}.search_loading_icon{display:none!important}.nsearchinput-pl{scrollbar-color:#00aeff #f8f8f8;scrollbar-width:thin;z-index:99;background-color:#eee;width:100%;height:400px;padding:15px 8px;position:absolute;top:100%;left:0;overflow-y:auto;margin:0!important}@media (width>=500px){.nsearchinput-pl{padding:25px 20px}}@media (width>=1200px){.nsearchinput-pl{padding:25px 16px}}.nsearchinput-pl .nav-list{margin:0;padding:0}.nsearchinput-pl li{background-color:#fff;border:1px solid #ccc;border-radius:5px;margin:0 0 7px;padding:0;list-style:none}.nsearchinput-pl li:last-child{margin-bottom:0}.nsearchinput-pl li:hover{border:1px solid #00aeff}.nsearchinput-pl li:hover .title{border-left:1px solid #00aeff}.nsearchinput-pl li:hover img{border:1px solid #00aeff}.nsearchinput-pl a{transition:var(--gd-transition);flex-flow:row;justify-content:flex-start;align-items:center;gap:15px;width:100%;height:100%;padding:10px;display:flex}.nsearchinput-pl a img{border:1px solid #ccc;border-radius:3px;width:auto;max-width:30px;height:auto;max-height:100%;padding:3px}.nsearchinput-pl a .title{color:#000;border-left:1px solid #ccc;padding-left:15px;font-size:12px;font-weight:500!important}@media (width>=500px){.nsearchinput-pl a .title{font-size:14px}}@media (width>=1200px){.nsearchinput-pl a .title{font-size:13px}}.menu{scrollbar-color:#00aeff #f8f8f8;scrollbar-width:thin;flex-flow:column;justify-content:space-between;align-items:normal;height:calc(100vh - 150px);display:flex;overflow-y:auto}@media (width>=500px){.menu{height:calc(100vh - 110px)}}@media (height<=800px){.menu{height:calc(100vh - 125px)}}.menu--finder{height:100%}.filters__wrap{scrollbar-color:#00aeff #f8f8f8;scrollbar-width:thin;height:calc(100vh - 100px);padding:35px 8px;overflow-y:auto}@media (width>=500px){.filters__wrap{padding:35px 20px}}@media (height<=800px){.filters__wrap{height:calc(100vh - 180px)}}.filters__wrap--finder{height:100%;padding:18px 12px}.menu__wrap{padding:35px 8px 10px}@media (width>=500px){.menu__wrap{padding:35px 20px 10px}}.menu__wrap--finder{padding:18px 12px}.filters{opacity:0;visibility:hidden;background-color:#eee;width:100%;transition:all .3s ease-in-out;display:none;position:absolute;top:0;left:0;overflow:hidden}.filters.init{display:block}.filters.activeClass{opacity:1;visibility:visible;top:0}.filters--submenu{opacity:0;visibility:hidden;z-index:99;height:100%;transition:all .3s ease-in-out;display:block;top:0;left:0}.filters--submenu.activeClass{opacity:1;visibility:visible}.filters-header{color:#00aeff;cursor:pointer;flex-flow:row;justify-content:flex-start;align-items:center;gap:5px;margin-bottom:30px;font-size:20px;font-weight:600;display:flex}.filters-header svg{fill:#00aeff;stroke:#fff;stroke-width:.5px;width:25px;height:25px;transform:rotate(180deg)}.filters-header--finder{color:#000;background-color:#fff;border:1px solid #ccc;border-radius:5px;height:50px;margin-bottom:20px;padding:0 10px;font-size:15px;font-weight:600}.filters-header--finder svg{fill:#0000;stroke:#000;stroke-width:1px;width:10px;height:10px;transform:rotate(-90deg)}.filters-header--finder:hover{color:#000;border:1px solid #00aeff}.filters__title{color:#000;text-transform:capitalize;flex-flow:wrap;justify-content:space-between;align-items:center;height:max-content;margin-bottom:30px;font-size:18px;font-weight:600;display:flex}@media (width>=500px){.filters__title{font-size:20px}}.filters__title svg{fill:#0000;stroke:#000;stroke-width:.5px;width:25px;height:25px}.filters__title--lvl2{text-transform:capitalize;flex-flow:wrap;justify-content:space-between;align-items:center;font-size:18px;font-weight:500;display:flex}@media (width>=500px){.filters__title--lvl2{font-size:20px}}.filters__title--lvl3{font-size:18px;font-weight:300}.filters__title--finder-btn{cursor:pointer;border-top:1px solid #000;border-bottom:1px solid #000;padding:15px 0}.filters__title:hover{color:#00aeff}.filters__title:hover svg{fill:#00aeff;stroke:#fff}.filters__title--finder{background-color:#fff;border:1px solid #ccc;border-radius:5px;height:50px;margin-bottom:7px;padding:0 10px;font-size:15px;font-weight:500}.filters__title--finder svg{display:none}.filters__title--finder:hover{color:#000;border:1px solid #00aeff}.menu-bottom{padding:0 8px}@media (width>=500px){.menu-bottom{padding:0 20px}}.menu-bottom__info-list{margin:0;padding:0}.menu-bottom__info-item{margin:0 0 20px;padding:0;list-style:none}.menu-bottom__info-item:last-child{margin-bottom:0}.menu-bottom__info-link{color:#000;cursor:pointer;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:12px;font-size:16px;font-weight:500;display:flex}@media (width>=500px){.menu-bottom__info-link{font-size:18px}}.menu-bottom__info-link svg{width:20px;height:20px}.menu-bottom__info-link--help svg{fill:#0000;stroke:#000}.menu-bottom__info-link:hover{color:#00aeff}.menu-bottom__info-link:hover svg{fill:#00aeff}.menu-bottom__info-link:hover--help svg{fill:none;stroke:#00aeff!important}.menu-bottom__social-list{border-top:1px solid #000;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:20px;margin:30px 0 0;padding:20px 0;display:flex}.menu-bottom__social-item{margin:0;padding:0;list-style:none}.menu-bottom__social-link svg{fill:#00aeff;width:25px;height:25px}.menu-bottom__social-link:hover svg{fill:#000}.account-title{padding:40px 8px;font-size:20px;font-weight:500;display:block}@media (width>=500px){.account-title{padding:40px 20px}}@media (width>=1200px){.account-title{padding:28px 20px;font-size:14px}}.account-wrap{margin:0 0 40px;padding:0 8px}@media (width>=500px){.account-wrap{padding:0 20px}}.account-wrap li{margin:0 0 7px;padding:0;list-style:none}.account-wrap li:last-child{margin-bottom:0}@media (width>=1200px){.account-wrap{margin:0;padding:0 20px 28px}}.account-wrap__icon{fill:#0000;stroke:#000;stroke-width:1px}.account-wrap__link{color:#000;background-color:#fff;border:1px solid #ccc;border-radius:5px;flex-flow:wrap;justify-content:space-between;align-items:center;width:280px;padding:15px 10px;font-size:18px;font-weight:500;display:flex}.account-wrap__link svg{width:20px;height:20px}.account-wrap__link span{flex-flow:row;justify-content:flex-start;align-items:center;gap:12px;display:flex}.account-wrap__link--icon-light svg{fill:#0000;stroke:#000;stroke-width:1px}.account-wrap__link:hover{border:1px solid #00aeff}.account-wrap__link:hover .account-wrap__icon{fill:#00aeff;stroke:#fff}@media (width>=500px){.account-wrap__link{width:350px}}@media (width>=1200px){.account-wrap__link{width:100%;font-size:14px;font-weight:400}.account-wrap__link svg{width:25px;height:25px}}.account-wrap__divide{background-color:#000;width:280px;height:1px;margin:30px 0!important}@media (width>=500px){.account-wrap__divide{width:350px}}@media (width>=1200px){.account-wrap__divide{width:100%}}.order-summary{padding:40px 8px 0}@media (width>=500px){.order-summary{padding:40px 20px 0}}@media (width>=1200px){.order-summary{padding:20px}}.order-summary__title{margin-bottom:30px;font-size:16px;font-weight:500;display:block}.order-summary__scroll{scrollbar-color:#00aeff #f8f8f8;scrollbar-width:thin;height:calc(100vh - 350px);margin:0;padding:0;overflow-y:auto}@media (width>=1200px){.order-summary__scroll{height:465px}}.order-summary__single{background-color:#fff;border:1px solid #ccc;border-radius:5px;flex-flow:row;justify-content:flex-start;align-items:start;gap:12px;padding:10px;display:flex}.order-summary__img img{border:1px solid #ccc;border-radius:3px;width:auto;max-width:40px;height:auto;max-height:100%}.order-summary__product-title{color:#000;height:auto;font-size:14px;font-weight:400;display:block}@media (width>=500px){.order-summary__product-title{font-size:15px}}@media (width>=1200px){.order-summary__product-title{height:auto}}.order-summary__product-title--extra-txt{height:140px}.order-summary__qty{border:1px solid #ccc;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;width:70px;height:35px;margin-top:10px;font-size:14px;font-weight:600;display:flex}.order-summary__product-cost{margin-top:10px;font-size:14px;font-weight:600}@media (width>=500px){.order-summary__product-cost{font-size:15px}}.order-summary__tax{font-size:11px;font-weight:400}@media (width>=500px){.order-summary__tax{font-size:12px}}.order-summary__remove{margin-left:auto}.order-summary__remove svg{fill:#0000;stroke:#ccc;stroke-width:2px;width:20px;height:20px}.order-summary__divide{background-color:#000;width:100%;height:1px;margin:20px 0}.order-summary__divide:last-child{margin-bottom:0}.order-summary__bottom-wrap{background-color:#fff;border:1px solid #ccc;border-radius:5px;margin-top:20px;padding:10px}.order-summary__cost{width:100%;margin-bottom:12px;font-size:16px;font-weight:500;display:block}.order-summary__cost:last-child{margin-bottom:0}.order-summary__btn-wrap{flex-flow:row;justify-content:space-between;align-items:center;gap:10px;margin-top:20px;display:flex}.order-summary__empty-cart{margin:0;font-size:16px;font-weight:500}.help-menu{margin:0;padding:40px 8px 0}@media (width>=500px){.help-menu{padding:40px 20px 0}}@media (width>=1200px){.help-menu{padding:20px}}.help-menu__item{margin:0;padding:0;list-style:none}.help-menu__link{color:#000;width:280px;margin-bottom:30px;font-size:18px;font-weight:600;display:block}@media (width>=500px){.help-menu__link{width:350px;font-size:20px}}@media (width>=1200px){.help-menu__link{width:100%;margin-bottom:20px;font-size:14px;font-weight:500}}.help-menu__link:hover{color:#00aeff}.help-menu__link--bordered{background-color:#fff;border:1px solid #ccc;border-radius:5px;flex-flow:wrap;justify-content:space-between;align-items:center;height:50px;margin-bottom:7px;padding:0 10px;font-weight:500;display:flex}.help-menu__link--bordered svg{fill:#0000;stroke:#000;stroke-width:.5px;width:25px;height:25px}.help-menu__link--bordered:hover{color:#000;border:1px solid #00aeff}.help-menu__link--bordered:hover svg{fill:#00aeff;stroke:#fff}@media (width>=1200px){.help-menu__link--bordered{font-size:14px;font-weight:400}}.help-menu__link--last-border{border-bottom:1px solid #000;padding-bottom:30px}.help-menu__link--last-border svg{display:none}.desc-nav{background-color:#fff;box-shadow:0 4px 4px #00000040}.desc-nav--sticky{z-index:2;width:100%;transition:all .3s ease-in-out;position:absolute;top:100%}@media (width>=1200px) and (width<=1650px){.desc-nav__wrap{scrollbar-color:#00aeff #ccc;scrollbar-width:thin;overflow:auto hidden}}.desc-nav__wrap.active{-khtml-user-select:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;cursor:grabbing;cursor:-webkit-grabbing;opacity:.8;transform:scale(1)}.desc-nav__wrap,.header-main__desk-nav{height:100%}.desc-nav__list{flex-flow:row;flex-grow:1;justify-content:flex-start;align-items:center;width:100%;height:auto;margin:0;padding:0;display:flex;position:relative}.desc-nav__item{text-align:center;white-space:nowrap;flex-flow:row;justify-content:flex-start;align-items:center;height:100%;margin:0 30px 0 0;padding:0;list-style:none;display:flex;position:relative}@media (width>=1200px) and (width<=1650px){.desc-nav__item:last-child{padding-right:10px}}.desc-nav__link{color:#000;cursor:pointer;flex-flow:wrap;justify-content:flex-start;align-items:center;height:50px;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s ease-in-out;display:flex}.desc-nav__sublist{opacity:0;scrollbar-color:#00aeff #f8f8f8;scrollbar-width:thin;visibility:hidden;z-index:2;background-color:#eee;width:max-content;height:max-content;transition:all .3s ease-in-out .25s;position:absolute;top:100%;left:0;right:0;overflow-y:auto}@media (width>=1200px) and (width<=1650px){.desc-nav__sublist{width:100%;position:fixed;top:175px;right:0;left:0!important;transform:translate(0)!important}}.desc-nav__item--dropdown{position:relative}.desc-nav__item--dropdown:hover .desc-nav__sublist{opacity:1;visibility:visible}.desc-nav__item--dropdown:hover .desc-nav__link,.desc-nav__item:hover .desc-nav__link{color:#00aeff;text-decoration:underline}.desc-nav__item--dropdown:hover .desc-nav__link:before,.desc-nav__item:hover .desc-nav__link:before{opacity:1}.desc-nav__sublist-inner--no-adv{grid-template-columns:1fr;padding:45px 90px;display:grid}@media (width>=1200px) and (width<=1450px){.desc-nav__sublist-inner--no-adv{padding:45px}}.desc-nav__main-title{color:#000;text-align:left;margin-bottom:20px;font-size:15px;font-weight:700;display:inline-block}.desc-nav__main-title:hover{color:#00aeff}.desc-nav__bottom-link{color:#00aeff;border-top:1px solid #ccc;flex-flow:wrap;justify-content:space-between;align-items:center;width:100%;height:50px;padding:0 90px;font-size:13px;font-weight:500;text-decoration:underline;transition:all .3s ease-in-out;display:flex}.desc-nav__bottom-link svg{fill:#00aeff;width:22px;height:22px;transition:all .3s ease-in-out}.desc-nav__bottom-link:hover{color:#000}.desc-nav__bottom-link:hover svg{fill:#000}@media (width>=1200px) and (width<=1450px){.desc-nav__bottom-link{padding:0 45px}}.desc-nav__lvl1-link{flex-flow:wrap;justify-content:flex-start;align-items:start;margin-bottom:30px;text-decoration:none;display:flex}.desc-nav__sublist-list{grid-template-rows:repeat(6,min-content);grid-auto-flow:column dense;gap:10px 60px;padding:0;display:grid}.desc-nav__subitem--lvl2,.desc-nav__subitem--lvl3{text-align:left;margin:0;padding:0;list-style:none}.menu-nav-links{margin:0;padding:0}.desc-nav__subitem--lvl2{width:max-content}.desc-nav__subitem--lvl2:last-child{margin-bottom:0}.desc-nav__subitem--lvl2 .nav-link{color:#000;margin:0;padding:0;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease-in-out;display:inline-block;position:relative}.desc-nav__subitem--lvl2 .nav-link:hover{color:#00aeff}.desc-nav__subitem--lvl3{padding-top:15px}.desc-nav__subitem--lvl3 .nav-link{color:#000;margin:0;padding:0;font-size:14px;font-weight:500;text-decoration:none;display:inline-block;position:relative}.desc-nav__subitem--lvl3 .nav-link:after{content:" ";background-color:#000;width:0;height:1px;transition:width .2s;position:absolute;bottom:-5px;right:0}.desc-nav__subitem--lvl3 .nav-link:hover{color:#000}.desc-nav__subitem--lvl3 .nav-link:hover:after{width:100%;left:0}.gd-header__wrap{z-index:5;background-color:#fff;width:100%;transition:all .2s ease-in-out;position:fixed;top:0;left:0;box-shadow:0 4px 4px #00000040}.gd-header__wrap.down{transition:all .2s ease-in-out;top:-30px}.gd-header__wrap.down .header-usp--sticky{transform:translateY(-100%)}@media (width>=500px){.gd-header__wrap.down{top:-45px}}@media (width>=1200px){.gd-header__wrap.down{top:-46px}.gd-header__wrap.down .header-main__wrap--sticky{height:80px}.gd-header__wrap.down .desc-nav--sticky{transform:translateY(-100%)}.gd-header__wrap.down .header-main__wrap{height:70px}.gd-header__wrap.down .header-main__logo{max-width:225px}}@media (width>=1200px) and (width>=1200px) and (width<=1650px){.gd-header__wrap.down .desc-nav__sublist{top:46px;bottom:100%}}.gd-header__wrap.up{transition:all .2s ease-in-out;top:-30px}.gd-header__wrap.up .header-usp--sticky{transform:translateY(-100%)}@media (width>=500px){.gd-header__wrap.up{top:-45px}}@media (width>=1200px){.gd-header__wrap.up{top:-46px}.gd-header__wrap.up .header-main__wrap--sticky{height:80px}.gd-header__wrap.up .desc-nav--sticky{transform:translateY(0)}}@media (width>=1200px) and (width>=1200px) and (width<=1650px){.gd-header__wrap.up .desc-nav__sublist{top:46px;bottom:100%}}.main__wrap{margin-top:123px}@media (width>=500px){.main__wrap{margin-top:138px}}@media (width>=1200px){.main__wrap{margin-top:176px}}#n-product .gd-header__wrap.down .desc-nav--sticky{transform:translateY(-100%)}@media (width>=1200px){#n-product .gd-header__wrap.down .header-main__logo{max-width:250px}#n-product .gd-header__wrap.down .header-main__wrap{height:80px!important}}#n-product .gd-header__wrap.up .desc-nav--sticky{transform:translateY(-100%)}@media (width>=1200px){#n-product .gd-header__wrap.up .header-main__logo{max-width:250px}#n-product .gd-header__wrap.up .header-main__wrap{height:80px!important}}.newsletter-support{background-color:#fff}.newsletter-support__wrap{flex-flow:wrap;justify-content:space-around;align-items:center;display:flex}.newsletter-support__single{text-align:center}.newsletter-support__single--first-box{border-bottom:1px solid #ccc;margin-bottom:57px;padding-bottom:57px}@media (width>=1200px){.newsletter-support__single--first-box{border-bottom:none;margin:0;padding:0}}.newsletter-support__line{background-color:#ccc;width:1px;height:136px}.newsletter-support__title{font-size:20px;font-weight:700}@media (width>=500px){.newsletter-support__title{font-size:22px}}@media (width>=1200px){.newsletter-support__title{font-size:20px}}.newsletter-support__subtext{margin:0;padding:10px 0 30px;font-size:16px;font-weight:400}.newsletter-form__wrap{width:100%;height:100%;position:relative}@media (width>=768px){.newsletter-form__wrap{width:360px;margin:0 auto}}.newsletter-form__input{color:#929292;border:1px solid #ccc;border-radius:10px;width:100%;height:40px;padding:0 15px;font-size:13px;font-weight:300}.newsletter-form__input::placeholder{color:#929292;font-size:13px;font-weight:300}@media (width>=1200px){.newsletter-form__input::placeholder{font-size:16px}}@media (width>=500px){.newsletter-form__input{width:100%;height:45px}}@media (width>=1200px){.newsletter-form__input{height:50px;font-size:16px}}.newsletter-form__btn{cursor:pointer;background-color:#0000;border:none;padding:0;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.newsletter-form__btn svg{fill:#00aeff;width:10px;height:10px;transform:rotate(-90deg)}@media (width>=1200px){.newsletter-form__btn svg{width:15px;height:15px}}.gd-footer{z-index:5;background-color:#000;position:relative}.footer-menu__go-top{background-color:#00aeff;border-radius:50%;flex-flow:wrap;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:absolute;top:-30px;right:0}@media (width>=500px){.footer-menu__go-top{width:70px;height:70px;top:-35px}}.footer-menu__go-top:before{content:"";background-color:#fff;width:25px;height:2px;position:absolute;top:35%;left:50%;transform:translate(-50%,-50%)}.footer-menu__go-top svg{fill:#fff;width:25px;height:25px;transform:rotate(180deg)}.footer-menu__go-top:hover{background-color:#009de6}.footer-menu{z-index:5;padding:60px 0;position:relative}@media (width>=1200px){.footer-menu{flex-flow:row;justify-content:space-between;align-items:start;gap:100px;padding:50px 0;display:flex}}@media (width>=1200px) and (width<=1450px){.footer-menu{gap:50px}}@media (width>=1200px){.footer-menu__single{flex-flow:row;justify-content:flex-start;align-items:start;gap:100px;display:flex}}@media (width>=1200px) and (width<=1450px){.footer-menu__single{gap:50px}}@media (width>=1200px){.footer-menu__single--add{flex-flow:wrap;justify-content:flex-start;align-items:start;display:flex}}.footer-menu__nav-item{max-height:45px;margin-bottom:25px;transition:all .3s ease-in-out;overflow:hidden}.footer-menu__nav-item:last-child{margin-bottom:0}@media (width>=1200px){.footer-menu__nav-item{max-height:100%;margin-bottom:0}}.footer-menu__nav-item--add{margin-top:25px}@media (width>=1200px){.footer-menu__nav-item--add{margin-top:0}}.footer-menu__link{color:#fff;flex-flow:row;justify-content:flex-start;align-items:center;gap:7px;font-size:16px;font-weight:500;transition:all .3s ease-in-out;display:flex}.footer-menu__link:hover{color:#00aeff}.footer-menu__link svg{fill:#0000;stroke:#00aeff;stroke-width:1px;width:15px;height:15px}.footer-center__social-link svg{fill:#fff;width:25px;height:25px}@media (width>=1200px){.footer-center__social-link svg{width:30px;height:30px}}.footer-center__social-link:hover svg{fill:#00aeff}.footer-menu__title{color:#00aeff;flex-flow:wrap;justify-content:space-between;align-items:center;height:45px;font-size:23px;font-weight:500;display:flex}.footer-menu__title svg{fill:#00aeff;stroke:#fff;stroke-width:1px;width:30px;height:30px;transition:all .3s ease-in-out;position:relative}@media (width>=1200px){.footer-menu__title svg{display:none}.footer-menu__title{height:30px;margin-bottom:20px}}.footer-menu__title.activeClass svg{transform:rotate(90deg)}.footer-menu__nav-list{margin:0;padding:10px 0 0}@media (width>=1200px){.footer-menu__nav-list{padding:0}}.footer-menu__nav-list-item{margin:0 0 15px;padding:0;list-style:none}.footer-menu__nav-list-item:last-child{margin-bottom:0}@media (width>=1200px){.footer-center{flex-flow:row;justify-content:space-between;align-items:center;margin-top:50px;display:flex}}.footer-center__single{flex-flow:row;justify-content:space-between;align-items:center;display:flex}@media (width>=500px){.footer-center__single{flex-flow:wrap;justify-content:space-around;align-items:center;display:flex}}@media (width>=1200px){.footer-center__single{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:30px;display:flex}}.footer-center__line{background-color:#ccc;width:1px;height:50px}@media (width>=500px){.footer-center__line{display:none}}@media (width>=1200px){.footer-center__line{display:block}}.footer-center__social-list{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:20px;margin:0;padding:0;display:flex}@media (width>=1200px) and (width>=1200px){.footer-center__social-list{flex-flow:wrap;justify-content:flex-end;align-items:center;gap:30px;display:flex}}.footer-center__social-item{margin:0;padding:0;list-style:none}.footer-center__icons{flex-flow:wrap;justify-content:space-between;align-items:center;margin-top:57px;display:flex}@media (width>=500px){.footer-center__icons{flex-flow:wrap;justify-content:space-around;align-items:center;display:flex}}@media (width>=1200px){.footer-center__icons{flex-flow:wrap;justify-content:flex-end;align-items:center;gap:30px;margin-top:0;display:flex}}.footer-center__icon{width:50px;height:50px}@media (width>=500px){.footer-center__icon{width:80px;height:80px}}@media (width>=1200px){.footer-center__icon{width:60px;height:100%}}.footer-center__icon img{width:auto;max-width:100%;height:auto;max-height:100%}.footer-bottom{border-top:1px solid #fff;flex-flow:wrap;justify-content:center;align-items:center;margin-top:50px;padding:15px 0;display:flex}@media (width>=500px){.footer-bottom{border-top:none}}.footer-bottom__text{color:#fff;flex-flow:wrap;justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:400;display:flex}@media (width>=1200px){.footer-bottom__text{gap:30px;font-size:12px}}.contact-adv{padding:50px 0}@media (width>=768px){.contact-adv{padding:50px 0 100px}}@media (width>=1600px){.contact-adv{grid-gap:40px;grid-template-columns:repeat(2,1fr);padding:70px 0 120px;display:grid}}.contact-adv__item{background-color:#fff;border:1px solid #ccc;border-radius:10px;flex-flow:wrap;justify-content:flex-start;align-items:flex-start;width:100%;padding:19px 13px;display:flex}.contact-adv__item:first-child{margin-bottom:25px}@media (width>=1600px){.contact-adv__item:first-child{margin-bottom:0}}@media (width>=768px){.contact-adv__item{padding:45px 29px}}@media (width>=1600px){.contact-adv__item{padding:45px 70px}}.contact-adv__img{width:55px;height:auto;margin-right:30px}@media (width>=768px){.contact-adv__img{width:75px}}.contact-adv__text-wrap{width:calc(100% - 85px)}@media (width>=768px){.contact-adv__text-wrap{width:calc(100% - 105px)}}.contact-adv__link{color:#00aeff;margin:20px 0 0;font-size:16px;font-weight:500;line-height:21.86px;display:block}.hero__img{width:100%;height:0;margin:0;padding-bottom:111%;position:relative;overflow:hidden}@media (width>=1200px){.hero__img{width:100%;height:0;margin:0;padding-bottom:15%;position:relative;overflow:hidden}}.hero__img img{width:100%}.categories{padding:57px 0 114px}@media (width>=1200px){.categories{padding:57px 0}.categories .splide__track{overflow:none!important}.categories .splide__list{grid-template-columns:repeat(6,1fr);gap:25px!important;display:grid!important}}@media (width>=1200px) and (width>=1200px) and (width<=1450px){.categories .splide__list{grid-template-columns:repeat(5,1fr)}}.categories__img{text-align:center;transition:all .3s ease-in-out}.categories__img img{width:auto;max-width:80px;height:auto;max-height:100%}@media (width>=500px){.categories__img img{max-width:120px}}@media (width>=1200px){.categories__img img{max-width:150px}}.categories__title{color:#000;text-align:center;height:45px;margin-top:15px;font-size:16px;font-weight:500;display:block}@media (width>=500px){.categories__title{font-size:18px}}@media (width>=1200px){.categories__title{white-space:nowrap;font-size:20px}}.categories__single{background-color:#fff;border:1px solid #ccc;border-radius:10px;width:100%;height:max-content;padding:15px;transition:all .3s ease-in-out;display:block}@media (width>=500px){.categories__single{padding:50px 15px}}@media (width>=1200px){.categories__single{padding:25px 15px}}.categories__single:hover{border:1px solid #00aeff}.categories__single:hover .main-btn{opacity:1}.categories__single:hover .categories__img{transform:scale(1.05)}.showcase{background:#fff}.showcase--desk{display:block}@media (width>=500px){.showcase--desk{display:none}}@media (width>=1200px){.showcase--desk{display:block}}.showcase--mob{display:none}@media (width>=500px){.showcase--mob{display:block}}@media (width>=1200px){.showcase--mob{display:none}}.showcase__text{text-align:center}.showcase__text div span{margin-top:20px;display:block}.showcase__img{border-radius:10px;transition:all .3s ease-in-out;transform:scale(1)}.showcase__img--mob{width:100%;height:0;margin:0;padding-bottom:36%;position:relative;overflow:hidden}.showcase__img--desk{width:100%;height:0;margin:0;padding-bottom:59%;position:relative;overflow:hidden}.showcase__img img{width:100%}.showcase__single{transition:all .3s ease-in-out;overflow:hidden}.showcase__single:hover .showcase__img{transform:scale(1.05)}@media (width>=1200px){.products-list .splide__track{overflow:none}.products-list .splide__list{grid-template-columns:repeat(5,1fr)!important;gap:40px!important;display:grid!important}}.brands{background-color:#eee}@media (width>=1200px){.brands-wrap{grid-template-columns:1fr 1.5fr;gap:70px;display:grid}}.brands__text-wrap p{margin:20px 0 50px;padding:0;font-size:16px;font-weight:300}.brands__text-wrap p:last-child{margin:0}.brands__img{width:100%;height:0;margin:0;padding-bottom:50%;transition:all .3s ease-in-out;position:relative;overflow:hidden}.brands__img img{width:auto;max-width:100%;height:auto;max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brands__single{background-color:#fff;border:1px solid #ccc;border-radius:10px;padding:10px;transition:all .3s ease-in-out}.brands__single:hover{border:1px solid #00aeff}.brands__single:hover .brands__img{transform:scale(1.05)}.brands__img-wrap{grid-gap:20px;grid-template-columns:repeat(2,1fr);margin-top:60px;display:grid}@media (width>=768px){.brands__img-wrap{grid-gap:20px;grid-template-columns:repeat(3,1fr);display:grid}}@media (width>=1200px){.brands__img-wrap{margin-top:0}}.category-title{text-align:center;font-size:30px;font-weight:700}@media (width>=500px){.category-title{font-size:35px}}@media (width>=1200px){.category-title{font-size:40px}}.category-banner__img{width:100%;height:0;margin:0;padding-bottom:73%;position:relative;overflow:hidden}@media (width>=1200px){.category-banner__img{padding-bottom:15%}}.category-banner__img img{width:100%;height:100%;position:absolute}.category-main{padding-top:0}@media (width>=1200px){.category-main__wrapper{grid-template-columns:1fr 3fr;gap:20px;display:grid}}.category-main__product-row{grid-gap:0;grid-template-columns:repeat(16,1fr);gap:7px;display:grid}@media (width>=768px){.category-main__product-row{grid-gap:0;grid-template-columns:repeat(24,1fr);gap:20px;display:grid}}@media (width>=1200px){.category-main__product-row{grid-gap:0;grid-template-columns:repeat(32,1fr);gap:50px 20px;display:grid}}.category-main__top{background-color:#f8f8f8;border:1px solid #ccc;border-radius:7px;flex-flow:wrap;justify-content:space-between;align-items:center;margin-bottom:25px;padding:12px 20px;display:flex;position:relative}@media (width>=500px){.category-main__top{margin-bottom:30px}}@media (width>=1200px){.category-main__top{background-color:#fff;margin-bottom:60px}}.category-main__top--bottom{flex-direction:column;margin-top:25px;margin-bottom:0;padding:20px}@media (width>=500px){.category-main__top--bottom{margin-top:30px}}@media (width>=1200px){.category-main__top--bottom{flex-direction:row;height:50px;margin-top:50px;padding:0 20px}}.category-main__sort-input{cursor:pointer;background-color:#0000;border:none;font-size:16px;font-weight:400}.category-main__total-showing{font-size:16px;font-weight:400}@media (width>=1200px){.category-main__total-showing{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.category-main__pagination{margin-left:auto}}.pagination{flex-flow:wrap;justify-content:flex-end;align-items:center;gap:13px;margin:25px 0 0;padding:0;display:flex}@media (width>=1200px){.pagination{margin:0}}.page-item svg{width:10px;height:10px}.page-item.active .page-link,.page-item:hover .page-link{color:#fff;background-color:#00aeff;border:1px solid #00aeff}.page-item.active svg,.page-item:hover svg{fill:#fff}.page-item--next{transform:rotate(-90deg)}.page-item--prev{transform:rotate(90deg)}.page-link{color:#000;border:1px solid #ccc;border-radius:7px;flex-flow:wrap;justify-content:center;align-items:center;width:35px;height:35px;padding:0;font-size:18px;font-weight:500;display:flex}.category-main__filter-btn{cursor:pointer;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:7px;font-size:18px;font-weight:500;display:flex}.category-main__filter-btn svg{fill:#0000;stroke:#000;stroke-width:1.3px;width:15px;height:15px}@media (width>=1200px){.category-main__filter-btn{display:none}}.category-main__filter-title{background-color:#f8f8f8;border-radius:7px;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:7px;height:50px;margin-bottom:30px;padding:0 15px;font-size:16px;font-weight:500;display:flex}.category-main__filter-title svg{fill:#0000;stroke:#000;stroke-width:1.3px;width:10px;height:10px}.category-main__empty-category p{font-size:16px;font-weight:500}.category-main__left{background-color:#fff;border-radius:10px;height:max-content;padding:30px 15px;position:sticky;top:145px}.new-filter{max-height:50px;margin-bottom:40px;transition:all .2s ease-in-out;overflow:hidden}.new-filter:last-child{margin-bottom:0}.filter__wrapper{scrollbar-color:#00aeff #f8f8f8;scrollbar-width:thin;height:calc(100vh - 250px);overflow:auto}@media (width>=1200px){.filter__wrapper{height:calc(100vh - 500px)}}.filter-wrap{cursor:pointer;flex-flow:row;justify-content:space-between;align-items:center;display:flex}.filter-wrap svg{fill:#000;border:1px solid #000;border-radius:50%;width:20px;height:20px;padding:3px}.filter-wrap .filter-header__icon--minus{display:none}.filter-wrap .filter-header__icon--plus,.filter-wrap.activeClass .filter-header__icon--minus{display:block}.filter-wrap.activeClass .filter-header__icon--plus{display:none}.filter-header{color:#000;text-transform:capitalize;font-size:16px;font-weight:500}.filter-box__inner{border-radius:3px;width:75%;height:75%}.list-group{margin:0;padding:0;list-style:none}.filter-icon{background-color:#ccc;border-radius:1px;width:8px;height:8px}.list-group-item{color:#000;text-transform:capitalize;transition:var(--gd-transition);white-space:nowrap;background-color:#0000;border:none;border-left:1px solid #0000;flex-flow:row;justify-content:flex-start;align-items:center;gap:7px;height:max-content;margin:15px 0 0;padding:0;font-size:14px;font-weight:400;list-style:none;display:flex}.list-group-item:hover{color:#00aeff}.list-group-item:hover .filter-icon{background-color:#00aeff}.list-group-item--selected{color:#00aeff}.filter-box{border:1px solid #00aeff;border-radius:3px;flex-flow:wrap;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.filter-remove .list-group-item{color:#00aeff}.filter-remove .list-group-item .filter-icon{background-color:#00aeff}.list-group-item--price{padding:25px 15px 25px 0}.filter-btns__wrap{flex-flow:row;justify-content:space-between;align-items:center;gap:10px;margin-top:30px;display:flex}.filter-btn__single-btn{border:none;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;width:100%;height:35px;font-size:14px;font-weight:500;display:flex}.filter-btn__single-btn--clear{color:#000;background-color:#fff}@media (width>=1200px){.filter-btn__single-btn--clear{background-color:#eee}}.filter-btn__single-btn--clear:hover,.filter-btn__single-btn--filter{color:#fff;background-color:#00aeff}.filter-btn__single-btn--filter:hover{background-color:#000}.filter-less .filter:nth-child(n+9),.filter-less .product-box:nth-child(n+6){display:none}.filter__show-more{color:#00aeff;cursor:pointer;margin-top:20px;font-size:12px;font-weight:500;text-decoration:underline;display:block}.filter__show-more--prod{display:none}@media (width>=1200px){.filter__show-more--prod{color:#fff;text-align:center;background-color:#00aeff;border-radius:10px;width:180px;margin:70px auto 0;padding:10px 20px;font-size:18px;font-weight:600;text-decoration:none}.filter__show-more--prod:hover{background-color:#009de6}}.ui-slider{text-align:left;background-color:#ccc;border:1px solid #ccc;width:100%;height:8px;margin:0 auto;position:relative}.ui-slider-range{z-index:1;background:#00aeff;border:0;height:100%;margin:0;font-size:.7em;display:block;position:absolute;top:0}.ui-slider-handle{-ms-touch-action:none;color:#292d46;cursor:default;touch-action:none;z-index:2;background:#292d46;border:1px solid #292d46;border-radius:50%;width:15px;height:15px;margin-left:-1px;position:absolute;top:-4px}.ui-slider-handle:hover{background-color:#292d46;border:1px solid #292d46}.price_range{flex-flow:wrap;justify-content:space-between;align-items:center;width:100%;padding-top:15px;font-size:14px;font-weight:300;display:flex}.price_range div{color:#fff;background-color:#292d46;border-radius:3px;padding:5px 10px;font-size:14px;font-weight:400}@media (width>=1200px){.product__sidebar{transition:var(--gd-transition)ease-in-out;height:max-content;transition-property:all;position:sticky;top:60px}.product__wrap{grid-template-columns:1.5fr 1fr;gap:110px;display:grid}.product__images{height:max-content}}.prod-imgs{max-width:100%;margin-bottom:60px;position:relative}@media (width>=1200px){.prod-imgs{flex-flow:row-reverse;justify-content:space-between;align-items:start;max-width:100%;margin-bottom:0;display:flex}}.prod-imgs__wrap{background-color:#fff;border-radius:10px}@media (width>=1200px){.prod-imgs__wrap{width:calc(100% - 235px);max-width:100%;padding:0}.prod-imgs__thumbnails-slide{overflow:hidden}}.prod-imgs__figure{width:100%;height:0;margin:0;padding-bottom:100%;position:relative;overflow:hidden}@media (width>=1200px){.prod-imgs__figure{border:1px solid var(--grey-for-lines);border-radius:3px}}.prod-imgs__figure .prod-imgs__img{width:auto;max-width:100%;height:auto;max-height:100%;padding:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.prod-imgs__thumbnails{background-color:#fff;border:1px solid #ccc;border-radius:10px;height:100%}@media (width>=1200px){.prod-imgs__thumbnails{width:110px;padding:46px 25px}}.prod-imgs__thumbnails .prod-imgs__figure{filter:grayscale(0);border:none!important}.prod-imgs__thumbnails .splide__slide{flex-flow:wrap;justify-content:center;align-items:center;display:flex}.prod-imgs__thumbnails .splide__slide.is-active{border:none!important}.prod-imgs__thumbnails .splide__slide.is-active .prod-imgs__figure{filter:grayscale(0);border-bottom:3px solid #00aeff!important}.prod-imgs__wrap .prod-imgs__figure{width:100%;height:0;margin:0;padding-bottom:100%;position:relative;overflow:hidden}.prod-imgs__brochure{border-top:1px solid #ccc;flex-flow:wrap;justify-content:center;align-items:center;margin-top:35px;padding:35px 0 0;display:flex}.prod-imgs__brochure svg{fill:#00aeff;width:40px;height:40px;transition:all .3s ease-in-out}.prod-imgs__brochure:hover svg{transform:scale(.95)}#lightbox{flex-direction:column;display:flex}#lightbox .lb-dataContainer{order:0;margin-bottom:10px}#lightbox .lb-outerContainer{order:1}.prod-header{background-color:#fff;border:1px solid #ccc;border-bottom:none;border-radius:10px 10px 0 0;padding:30px 25px 20px}.prod-header__brand-wrap{flex-flow:wrap;justify-content:flex-start;align-items:center;width:120px;height:100%;padding-bottom:15px;display:flex}.prod-header__brand-wrap img{width:auto;max-width:100%;height:auto;max-height:100%}.prod-header__title{color:#000;margin:0;font-size:18px;font-weight:500}@media (width>=500px){.prod-header__title{font-size:20px}}@media (width>=1200px){.prod-header__title{font-size:23px}}.prod-header__subtext{color:#929292;padding-top:15px;font-size:16px;font-weight:500;display:block}@media (width>=500px){.prod-header__subtext{font-size:18px}}.prod-header__stock-wrap{padding-top:20px}.prod-header__stock-single{color:#929292;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:7px;font-size:13px;font-weight:400;display:flex}.prod-header__stock-single svg{fill:#4caf50;width:15px;height:15px}.prod-header__stock-single--no-stock svg{fill:#d9534f}.prod-header__pricing-wrap{margin-top:20px}.prod-header__productprice{flex-flow:row;justify-content:flex-start;align-items:center;gap:7px;font-size:28px;font-weight:600;display:flex}.prod-header__productwasprice{font-size:20px;font-weight:400}@media (width>=1200px){.prod-header__productwasprice{font-size:24px}}.prod-header__productpromo{font-size:25px;font-weight:700}@media (width>=1200px){.prod-header__productpromo{font-size:30px}}.prod-header__productsavetext,.prod-header__time-text{color:#c50000}.prod-header__tax{font-size:16px;font-weight:400}.prod-header__productrrp{font-size:12px;font-weight:400;text-decoration:line-through}.prod-header__productsave{color:#c50000;text-transform:capitalize;font-size:14px;font-weight:300}@media (width>=1200px){.prod-header__productsave{font-size:16px}}.prod-header__inner-wrap{flex-flow:row;justify-content:flex-start;align-items:center;gap:7px;display:flex}.prod-header__inner-wrap--cart-line{display:none}@media (width>=1200px){.prod-header__inner-wrap--cart-line{flex-flow:row;justify-content:center;align-items:center;gap:7px;display:flex}}.prod-header__sku{color:#929292;margin-top:20px;font-size:16px;font-weight:400;display:block}@media (width>=1200px){.prod-header__sku{font-size:18px}}.prod-header__buying-options{background-color:#fff;border:1px solid #ccc;border-top:none;border-radius:0 0 10px 10px;padding:0 25px 30px}.buying-options__qty-input{text-align:center;border:1px solid #ccc;border-radius:10px;width:250px;height:45px;margin:0 auto;font-size:18px;font-weight:500}@media (width>=500px){.buying-options__qty-input{height:50px}}@media (width>=1200px){.buying-options__qty-input{height:45px}}.prod-header__crosssell{margin-top:30px}.prod-header__crosssell input{display:none}@media (width>=1200px){.prod-header__crosssell{margin-top:40px}}.prod-header__crosssell-main-title{margin-bottom:20px;font-size:16px;font-weight:500;display:block}.prod-header__crosssell-wrapper{background-color:#fff;border:1px solid #ccc;border-radius:10px;padding:30px 25px 0}.prod-header__crosssell-single{border-bottom:1px solid #ccc;flex-flow:row;justify-content:flex-start;align-items:start;gap:30px;margin-bottom:30px;padding-bottom:30px;display:flex}.prod-header__crosssell-img img{border:1px solid #ccc;border-radius:10px;width:auto;max-width:70px;height:auto;max-height:100%;padding:5px}@media (width>=500px){.prod-header__crosssell-img img{max-width:90px}}.prod-header__crosssell-sku{color:#929292;text-transform:uppercase;font-size:12px;font-weight:400;display:block}@media (width>=500px){.prod-header__crosssell-sku{font-size:13px}}.prod-header__crosssell-title{margin:10px 0;font-size:14px;font-weight:400;display:block}@media (width>=500px){.prod-header__crosssell-title{font-size:16px}}.prod-header__crosssell-price{font-size:14px;font-weight:600}@media (width>=500px){.prod-header__crosssell-price{font-size:16px}}.prod-header__crosssell-single .main-btn{position:relative}.prod-header__crosssell-single .main-btn:before{content:"+ Add To My Order";text-align:center;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.prod-header__input-checkbox:checked+.prod-header__crosssell-single .main-btn{color:#fff;background-color:#00aeff}.prod-header__input-checkbox:checked+.prod-header__crosssell-single .main-btn:before{content:"✓ Order Added"}.prod-header__bottom{background-color:#fff;border:1px solid #ccc;border-radius:10px;margin-top:40px;padding:30px 25px}.prod-header__pay-icons{border-bottom:1px solid #ccc;flex-flow:row;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:20px;display:flex}.prod-header__pay-icon{width:50px;height:100%;display:block}@media (width>=500px){.prod-header__pay-icon{width:80px;height:100%}}@media (width>=1200px){.prod-header__pay-icon{width:60px;height:100%}}.prod-header__pay-icon img{width:auto;max-width:100%;height:auto;max-height:100%}.prod-header__share-wrap{flex-flow:row;justify-content:center;align-items:center;gap:18px;display:flex}.prod-header__share-title{color:#929292;font-size:13px;font-weight:400}.prod-header__share-link svg{width:25px;height:25px}.prod-header__share-link:last-child svg{fill:#292d46;width:30px;height:30px}.prod-header__share-list{flex-flow:wrap;justify-content:center;align-items:center;gap:12px;display:flex}@media (width<=1200px){.prod-info{width:100%;padding:0 8px}}@media (width<=1200px) and (width>=500px){.prod-info{padding:0 20px}}@media (width<=1200px) and (width>=1200px){.prod-info{max-width:1440px;margin:0 auto;padding:0 8px}}.prod-info__single,.accordion{background-color:#fff;border:1px solid #ccc;border-radius:10px;max-height:80px;margin-bottom:20px;transition:all .3s ease-in-out;overflow:hidden}.prod-info__single:last-child,.accordion:last-child{margin-bottom:0}@media (width>=500px){.prod-info__single,.accordion{margin-bottom:30px}}.prod-info__title,.accordion__title{cursor:pointer;flex-flow:wrap;justify-content:space-between;align-items:center;height:80px;padding:0 25px;font-size:20px;font-weight:500;display:flex}.prod-info__title span,.accordion__title span{max-width:calc(100% - 25px)}@media (width>=500px){.prod-info__title,.accordion__title{font-size:23px}}@media (width>=1200px){.prod-info__title,.accordion__title{padding:0 50px;font-size:27px}}.prod-info__title svg,.accordion__title svg{width:18px;height:18px;transform:rotate(180deg)}@media (width>=1200px){.prod-info__title svg,.accordion__title svg{width:30px;height:30px}}.prod-info__title.activeClass svg,.accordion__title.activeClass svg{transform:rotate(0)}.prod-info__data,.accordion__body{padding:0 25px 25px}@media (width>=1200px){.prod-info__data,.accordion__body{padding:0 50px 30px}}.prod-info__data strong,.prod-info__data strong span,.accordion__body strong,.accordion__body strong span{font-size:16px!important}.prod-info__data a,.accordion__body a{color:#00aeff;text-decoration:underline}.prod-info__data table,.accordion__body table{width:100%!important}.prod-info__data .prod-info__review-title,.accordion__body .prod-info__review-title{font-size:16px;font-weight:500}.prod-info__data .prod-info__review-subtxt,.accordion__body .prod-info__review-subtxt{margin:0;padding:10px 0 25px;font-size:16px}.prod-info__data .prod-info__review-btn,.accordion__body .prod-info__review-btn{color:#fff;background-color:#00aeff;border-radius:10px;padding:10px 15px;font-size:16px;font-weight:500}.prod-info__data .prod-info__review-btn:hover,.accordion__body .prod-info__review-btn:hover{background-color:#009de6}.video-wrap{flex-flow:wrap;justify-content:center;align-items:center;width:100%;height:100%;margin:0 0 25px;display:flex}@media (width>=768px){.video-wrap{height:315px}}iframe{width:100%;height:100%}.video-wrap__figure{width:100%;height:100%;margin:0;padding:0}.buying-options__main-title{border-bottom:1px solid #ccc;margin-bottom:20px;padding-bottom:20px;font-size:16px;font-weight:500}.buying-options__single{border-bottom:1px solid #ccc;flex-flow:row;justify-content:flex-start;align-items:start;gap:25px;margin-bottom:20px;padding-bottom:20px;display:flex}.buying-options__img{border:1px solid #ccc;border-radius:7px;width:auto;max-width:40px;height:auto;max-height:100%;padding:2px}@media (width>=500px){.buying-options__img{max-width:50px}}@media (width>=1200px){.buying-options__img{max-width:40px}}.buying-options__sku{color:#929292;margin:0;font-size:11px;font-weight:400}@media (width>=500px){.buying-options__center-wrap{flex-flow:row;justify-content:space-between;align-items:start;gap:25px;width:100%;display:flex}}.buying-options__title{height:max-content;margin:10px 0;font-size:12px;font-weight:400;display:block}@media (width>=500px){.buying-options__title{font-size:14px}}@media (width>=1200px){.buying-options__title{font-size:12px}}.buying-options__price{font-size:12px;font-weight:600}@media (width>=500px){.buying-options__price{font-size:14px}}@media (width>=1200px){.buying-options__price{font-size:12px}}.buying-options__qty input{text-align:center;border:1px solid #ccc;border-radius:10px;width:110px;height:40px}.buying-options__right{margin-top:10px}@media (width>=500px){.buying-options__right{margin-top:26.5px}}.buying-options__cta-area{margin-top:20px}._itmspec_listopt{background-color:#fff;border-left:1px solid #ccc;border-right:1px solid #ccc;padding:0 25px 30px}.variation-name{margin-bottom:10px;font-size:16px}@media (width>=1200px){.variation-name{font-size:18px}}.variation-name strong{font-size:16px;font-weight:500!important}.specific{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:15px;display:flex}._itmspec_listitm{color:#000;cursor:pointer;border:1px solid #ccc;border-radius:10px;margin:0;padding:10px;font-size:14px;font-weight:400}.n-wrapper-form-control{width:100%}.extra-options__table{background-color:#fff;border:none;border-left:1px solid #ccc;border-right:1px solid #ccc;margin:0;padding:0 25px 25px;display:block}.calculate{margin-top:80px}.calculate__text{font-size:15px;line-height:1}.calculate__text a{font-weight:500;text-decoration:underline;color:#00aeff!important}.calculate__input-wrap{position:relative}.calculate__input-error{color:#d9534f;width:100%;font-size:11px;position:absolute;bottom:0;left:0;transform:translateY(100%)}@media (width>=1200px){.calculate__title-wrap{flex-flow:wrap;justify-content:space-between;align-items:center;display:flex}.calculate__title-wrap .card-title,.calculate__title-wrap .calculate__text{width:-moz-fit-content;width:fit-content;margin:0}}.calculate__form .calculate__input,.calculate__form select{border:1px solid #ccc;border-radius:10px;padding:0 15px}.calculate__form .calculate__input.error,.calculate__form select.error{border-color:#d9534f}.calculate__form .calculate__input,.calculate__form select,.calculate__form .main-btn{color:#000;width:100%;height:45px;margin-bottom:10px;font-size:14px;font-weight:300}@media (width>=1200px){.calculate__form .calculate__input,.calculate__form select,.calculate__form .main-btn{margin-bottom:0}}.calculate__form .calculate__input::placeholder,.calculate__form select::placeholder,.calculate__form .main-btn::placeholder{color:#000;font-size:14px;font-weight:300}@media (width>=1200px){.calculate__form{grid-gap:20px;grid-template-columns:repeat(4,1fr);display:grid}}.calculate__card{background-color:#fff;border:1px solid #ccc;border-radius:10px;margin-top:30px;padding:35px 30px}@media (width>=1200px){.calculate__card{padding:35px}}.calculate__form-text{flex-flow:wrap;justify-content:flex-start;align-items:center;margin-bottom:20px;font-size:15px;line-height:1;display:flex}@media (width>=1200px){.calculate__form-text{margin-bottom:0;font-size:16px}}.calculate__truck{fill:#00aeff;width:25px;height:25px;margin-right:5px}@media (width>=1200px){.calculate__truck{margin-right:7px}}.calculate__info{width:10px;height:10px;margin-left:5px}@media (width>=1200px){.calculate__info{margin-left:7px}}.calculate__card-text{border-top:1px solid #ccc;margin-top:30px;padding-top:30px;font-size:16px;font-weight:400}.gd-cart__top-btn{padding:25px 0 50px}.gd-cart__header .section-title{border-bottom:none;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:12px;font-size:24px;font-weight:700;display:flex}@media (width>=500px){.gd-cart__header .section-title{font-size:27px}}@media (width>=1200px){.gd-cart__header .section-title{font-size:32px}}.gd-cart__header .section-title svg{fill:#0000;stroke:#000;stroke-width:2px;width:20px;height:20px}@media (width>=500px){.gd-cart__header .section-title svg{width:25px;height:25px}}@media (width>=1200px){.gd-cart__header .section-title svg{width:35px;height:35px}}.main-btn--gray{color:#000;background-color:#0000;border:1px solid #ccc;flex-flow:wrap;justify-content:center;align-items:center;gap:10px;height:55px;margin-top:20px;font-size:22px;font-weight:500;display:flex}.main-btn--gray:hover{color:#fff;background-color:#ccc}.gd-cart{margin:0 0 80px}@media (width>=500px){.gd-cart{margin:0 0 100px}}@media (width>=1200px){.gd-cart{margin:0 0 120px}}.gd-cart hr{display:none}.gd-cart .panel-body{margin-top:40px}.gd-cart .panel-body h4,.gd-cart .panel-body li,.gd-cart .panel-body p{font-size:12px}.gd-cart .panel-body img{margin:0;width:70px!important}.gd-cart .footer-copy__payment-list{margin:10px -3px 0}.gd-cart .footer-copy__item{margin:3px}@media (width>=1200px){.gd-cart .footer-copy__item{width:44px;height:27px}}.gd-cart__wrap{width:100%;padding:0 8px}@media (width>=500px){.gd-cart__wrap{padding:0 20px}}@media (width>=1200px){.gd-cart__wrap{flex-flow:row;justify-content:space-between;align-items:stretch;max-width:1440px;margin:0 auto;padding:0 8px;display:flex}}.gd-cart__back{color:#00aeff;background-color:#0000;border:none;flex-flow:wrap;justify-content:flex-start;align-items:center;width:100%;margin:0 0 35px;font-size:14px;font-weight:300;line-height:1;display:flex}.gd-cart__back svg{fill:#00aeff;width:7px;height:7px;margin-right:5px}@media (width>=1200px){.gd-cart__table-wrap{width:calc(100% - 550px)}}.gd-cart__table-wrap .main-btn{width:100%}@media (width>=1200px){.gd-cart__total-sidebar{width:450px;position:relative}}.gd-cart__total-sidebar-wrap{position:sticky;top:160px}.gd-cart__item{border-bottom:1px solid #292d46;margin-bottom:30px;padding-bottom:30px}.gd-cart__item:last-child{border:none;margin-bottom:0;padding-bottom:0}.gd-cart__item-wrap{background-color:#fff;border:1px solid #ccc;border-radius:10px;flex-flow:wrap;justify-content:flex-start;align-items:start;padding:20px;display:flex;position:relative}@media (width>=1200px){.gd-cart__item-wrap{flex-flow:row;justify-content:flex-start;align-items:center;padding:25px 20px;display:flex}}.gd-cart__item-img{border:1px solid #ccc;border-radius:3px;flex-flow:wrap;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.gd-cart__item-img img{width:auto;max-width:100%;height:auto;max-height:100%}.gd-cart__item-remove{flex-flow:wrap;justify-content:center;align-items:center;display:flex;position:absolute;top:20px;right:20px}@media (width>=500px){.gd-cart__item-remove{position:relative;top:0;right:0}}.gd-cart__item-remove svg{fill:#0000;stroke:#ccc;stroke-width:1px;width:20px;height:20px}.gd-cart__item-remove:hover svg{stroke:#00aeff}.gd-cart__item-info{width:max-content;margin:0 25px}@media (width>=1200px){.gd-cart__item-info{flex-flow:row;justify-content:space-between;align-items:center;width:100%;margin:0 0 0 25px;display:flex}}.gd-cart__item-title{color:#000;width:150px;margin:0;font-size:14px;font-weight:400}@media (width>=500px){.gd-cart__item-title{width:-moz-fit-content;width:fit-content}}@media (width>=1200px){.gd-cart__item-title{max-width:400px;font-size:16px}}.gd-cart__item-sku{color:#929292;text-transform:uppercase;margin:0;padding:15px 0;font-size:12px;font-weight:400}@media (width>=1200px){.gd-cart__item-sku{font-size:14px}}.gd-cart__item-info-box--end{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:25px;margin-top:25px;display:flex}@media (width>=1200px){.gd-cart__item-info-box--end{flex-flow:row;justify-content:flex-end;align-items:center;gap:70px;margin-top:0;display:flex}}.gd-cart__item-info-box .no-stock{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:5px;display:flex}.gd-cart__item-info-box .no-stock svg{margin:0!important}.gd-cart__item-input{text-align:center;border:1px solid #ccc;border-radius:10px;width:90px;height:45px}.gd-cart__item-price{margin:0;font-size:16px;font-weight:600}@media (width>=1200px){.gd-cart__item-price{font-size:20px}}.gd-cart__item-rrp{color:#000;font-size:11px;font-weight:300;text-decoration:line-through}@media (width>=1200px){.gd-cart__item-rrp{font-size:14px}}.gd-cart__total{background-color:#fff;border:1px solid #ccc;border-radius:10px;margin-top:80px;margin-bottom:10px;padding:26px 22px}@media (width>=1200px){.gd-cart__total{margin-top:0}}.gd-cart__total .card-title{margin-bottom:30px;font-size:22px;font-weight:500}.gd-cart__total--total{background-color:#000;border:none;border-radius:10px;margin-top:20px;padding:20px}.gd-cart__row{flex-flow:wrap;justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.gd-cart__row:last-child{margin-bottom:0}.gd-cart__row-text,.gd-cart__row-value{margin:0;font-size:16px}@media (width>=1200px){.gd-cart__row-text,.gd-cart__row-value{font-size:16px}}.gd-cart__row-value{font-weight:600}.gd-cart__shipping-row{flex-flow:wrap;justify-content:flex-start;align-items:flex-start;margin:0;display:flex}.gd-cart__radio{color:#eee;width:14px;height:14px;margin-right:5px}.gd-cart__shipping{margin-bottom:30px}.gd-cart__shipping:last-child{margin-bottom:0}.gd-cart__shipping-info{width:calc(100% - 19px)}.gd-cart__shipping-info .gd-cart__row-value{margin-top:-3px;font-size:15px;font-weight:500}@media (width>=1200px){.gd-cart__shipping-info .gd-cart__row-value{font-size:16px}}.gd-cart__shipping-info .gd-cart__row-text{color:#000;margin-top:15px;font-size:14px;font-weight:300}.gd-cart__shipping-info ul li{color:#000;margin-top:20px;font-size:14px;font-weight:300}.gd-cart__total-price{flex-flow:wrap;justify-content:space-between;align-items:center;display:flex}.gd-cart__total-title{color:#fff;text-transform:capitalize;max-width:49%;margin:0;font-size:18px;font-weight:500}.gd-cart__btns .main-btn{width:100%;margin:25px 0;padding:12px}@media (width>=1200px){.gd-cart__btns .main-btn{margin:0 0 15px}}.gd-cart__btns ._cpy_thirdparty_btn{width:100%;display:block}.gd-cart__components{margin-bottom:50px}.gd-cart__row-value-wrap{flex-flow:wrap;justify-content:space-between;align-items:center;display:flex}.gd-cart__row--discount{border-top:1px solid #ccc;padding-top:20px}.gd-cart__row--discount .title{color:#000;font-size:16px;font-weight:600}.gd-cart__row--discount .subtext{font-size:16px;font-weight:400}.gd-cart__top-wrap{flex-flow:wrap;justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.gd-cart__top-wrap .calculate__text{margin:0}.account-login__banner{width:100%}.account-login__img{width:100%;height:0;margin:0;padding-bottom:72%;position:relative;overflow:hidden}@media (width>=1200px){.account-login__img{width:100%;height:0;margin:0;padding-bottom:15%;position:relative;overflow:hidden}}.account-login__img img{width:100%}.account-login__wrap{grid-gap:40px;grid-template-columns:repeat(1,1fr);display:grid}@media (width>=1200px){.account-login__wrap{grid-gap:100px;grid-template-columns:repeat(2,1fr);display:grid}}.account-login__wrap .card{height:100%}.account-login__wrap .card .card-body{flex-flow:column wrap;justify-content:space-between;align-items:stretch;display:flex}.account-login__main .alert{margin-top:25px}.account-login__main .page__main-title{margin-top:70px!important}.account-login__wrap label{font-size:16px;font-weight:400}.account-login__wrap label s{color:#00aeff;text-decoration:none}.account-login__wrap .card{background-color:#eee;border:1px solid #ccc;border-radius:10px;padding:40px 20px}.account-login__wrap .card .newsletter-input{color:#929292;margin-top:20px;font-size:12px;font-weight:300}.account-login__wrap .card .newsletter-input label{flex-flow:wrap;justify-content:flex-start;align-items:center;display:flex}.account-login__wrap .card .form-group--custom{flex-flow:wrap;justify-content:flex-start;align-items:center;margin-top:-25px;display:flex}.account-login__wrap .card .form-group--custom label{color:#929292;flex-flow:wrap;order:2;justify-content:flex-start;align-items:center;margin:0;font-size:12px;font-weight:300;display:flex}.account-login__wrap .card .form-group--custom input{order:1;width:-moz-fit-content;width:fit-content;height:auto}@media (width>=1200px){.account-login__wrap .card{padding:45px 35px}}.account-login__wrap .card-header{border:none;padding:0;font-size:20px;font-weight:300;background-color:#0000!important}@media (width>=1200px){.account-login__wrap .card-header{font-size:25px}}.account-login__wrap .card-body{padding:40px 0 0}.account-login__wrap .form-group{margin-bottom:30px}.account-login__wrap .form-control{background-color:#fff;border:1px solid #ccc;border-radius:7px;height:45px}.account-login__wrap .form-text a,.account-login__wrap .checkbox label{color:#929292;margin:17px 0 0;font-size:12px;font-weight:300;display:block}.account-login__wrap .form-text a span,.account-login__wrap .checkbox label span{font-weight:400;text-decoration:underline}.account-login__wrap .form-text a i,.account-login__wrap .checkbox label i{color:#00aeff;font-size:15px}.account-login__wrap .checkbox{margin:0}.account-text__title{font-size:30px;font-weight:600}@media (width>=500px){.account-text__title{font-size:35px}}@media (width>=1200px){.account-text__title{font-size:40px}}.account-text__subtext{color:#00aeff;margin:0;padding:0 0 20px;font-size:26px;font-weight:400}@media (width>=500px){.account-text__subtext{font-size:25px}}@media (width>=1200px){.account-text__subtext{font-size:33px}}.account-text__addtext{font-size:16px;font-weight:300}@media (width>=1200px){.account-text__addtext{font-size:16px}}.account-showcase{grid-gap:40px;grid-template-columns:repeat(1,1fr);display:grid}@media (width>=1200px){.account-showcase{grid-gap:100px;grid-template-columns:repeat(2,1fr);display:grid}}.account-showcase__img{width:100%;height:0;margin:0;padding-bottom:100%;position:relative;overflow:hidden}.account-showcase__img img{width:100%}.category-banner--account{margin-top:123px}@media (width>=500px){.category-banner--account{margin-top:138px}}@media (width>=1200px){.category-banner--account{margin-top:176px}}.account-summary__main-title{font-size:30px;font-weight:700}@media (width>=500px){.account-summary__main-title{font-size:27px}}@media (width>=1200px){.account-summary__main-title{font-size:40px}}.account-summary__subtext{font-size:16px;font-weight:400}@media (width>=500px){.account-summary__subtext{font-size:18px}}.account-summary__subtext a{color:#00aeff;font-weight:500}.account-options__wrap{grid-gap:25px;border-bottom:1px solid #ccc;grid-template-columns:repeat(1,1fr);display:grid}@media (width>=768px){.account-options__wrap{grid-gap:28px;grid-template-columns:repeat(2,1fr);display:grid}}@media (width>=1200px){.account-options__wrap{grid-gap:30px;grid-template-columns:repeat(3,1fr);display:grid}}.account-options__single{background-color:#fff;border:1px solid #ccc;border-radius:10px;padding:25px 20px}.account-options__single:hover{border:1px solid #00aeff}.account-options__icon svg{fill:#00aeff;stroke:#fff;width:55px;height:55px}@media (width>=500px){.account-options__icon svg{width:65px;height:65px}}@media (width>=1200px){.account-options__icon svg{width:75px;height:75px}}.account-options__top-wrap{flex-flow:row;justify-content:flex-start;align-items:start;gap:25px;display:flex}.account-options__title{color:#00aeff;font-size:18px;font-weight:500}.account-options__subtext{color:#000;margin:0;padding:10px 0 0;font-size:16px}.account-orders{margin-top:60px}.account-orders__wrap{grid-gap:20px;border-bottom:1px solid #ccc;grid-template-columns:repeat(1,1fr);margin-top:40px;padding-bottom:60px;display:grid}@media (width>=1200px){.account-orders__wrap{grid-gap:30px;grid-template-columns:repeat(3,1fr);display:grid}}.account-orders__single{background-color:#fff;border:1px solid #ccc;border-radius:10px;padding:20px}.account-order__status-wrap{border-bottom:1px solid #ccc;flex-flow:wrap;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;display:flex}.account-order__order-id{color:#00aeff;font-size:16px;font-weight:400}.account-order__order-status{color:#fff;background-color:#000;border-radius:7px;padding:5px 10px;font-size:12px;font-weight:400}.account-order__text-wrap p{margin:0;padding:0;font-size:18px}.account-order__btn-wrap{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:15px;margin-top:25px;display:flex}.account-order__btn{border:none;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;gap:7px;padding:5px 20px;font-size:18px;font-weight:500;display:flex}.account-order__btn svg{fill:#0000;stroke:#000;width:16px;height:16px}.account-order__btn--blue{color:#fff;background-color:#00aeff}.account-order__btn--blue svg{stroke:#fff}.account-order__btn--blue:hover{background-color:#009de6}.account-quote{margin-top:60px}.account-quote__empty-text{margin-top:20px;font-size:16px;font-weight:300}@media (width>=1200px){.account-quote__empty-text{font-size:18px}}.account-quote__wrap{border-bottom:1px solid #ccc;padding-bottom:60px}.account-wishlist{margin-top:60px;padding-bottom:80px}@media (width>=500px){.account-wishlist{padding-bottom:100px}}@media (width>=1200px){.account-wishlist{padding-bottom:120px}}.account-wishlist__form{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:30px;margin-top:30px;display:flex}@media (width>=1200px){.account-wishlist__form{flex-wrap:nowrap;gap:25px}}.account-wishlist__label{margin:0;padding:0;font-size:18px;font-weight:400}.account-wishlist__input{border:1px solid #ccc;border-radius:10px;width:100%;height:40px;padding-left:15px}@media (width>=1200px){.account-wishlist__input{width:max-content}}.account-wishlist__btn{color:#fff;background-color:#00aeff;border:none;border-radius:10px;width:100%;height:40px;padding:0 20px;font-size:18px;font-weight:500}@media (width>=1200px){.account-wishlist__btn{width:max-content}}.account-wishlist__btn:hover{background-color:#009de6}.account-vouchers{background-color:#fff;margin-top:80px;padding:60px 0}@media (width>=500px){.account-vouchers{margin-top:100px}}@media (width>=1200px){.account-vouchers{margin-top:120px}}.brands-page__single{background-color:#fff;border:1px solid #ccc;border-radius:10px}.brands-wrapper{grid-gap:7px;grid-template-columns:repeat(2,1fr);display:grid}@media (width>=500px){.brands-wrapper{grid-gap:20px;grid-template-columns:repeat(3,1fr);display:grid}}@media (width>=1200px){.brands-wrapper{grid-gap:25px;grid-template-columns:repeat(6,1fr);display:grid}}.brandlist-img{transition:all .2s ease-in-out}.brandlist-img figure{width:100%;height:0;margin:0;padding-bottom:70%;position:relative;overflow:hidden}.brandlist-img figure img{width:auto;max-width:100%;height:auto;max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brands-subtext{text-align:center;text-transform:capitalize;padding:0 10px;font-size:16px;font-weight:500;display:block}.brandlistwrap{color:#000;background-color:#fff;border:1px solid #ccc;border-radius:10px;padding:25px 0}.brandlistwrap:hover{border:1px solid #00aeff}@media (width>=1200px){.section-text--info-pages-800{width:800px;margin:0 auto}}.section-text--info-pages-800 .category-title{margin-bottom:38px}.section-text__content{background-color:#fff;border:1px solid #ccc;border-radius:10px;padding:15px}.section-text__content strong,.section-text__content strong span{font-size:16px!important}.section-text__content a{color:#00aeff;text-decoration:underline}.section-text__content--info-pages-800{margin-bottom:38px}.section-text__content--info-pages-800:last-child{margin-bottom:80px}@media (width>=500px){.section-text__content--info-pages-800:last-child{margin-bottom:100px}}@media (width>=1200px){.section-text__content--info-pages-800:last-child{margin-bottom:120px}}.default-content{padding:38px 8px}@media (width>=500px){.default-content{padding:38px 20px}}@media (width>=1200px){.default-content{padding:38px 8px}}.default-content .n-responsive-content{text-align:center;font-size:16px;font-weight:400}@media (width>=1200px){.default-content .n-responsive-content{font-size:18px}}.section-2__wrap{background-color:#eee;border-radius:10px}@media (width>=1200px){.section-2__wrap{border-radius:0}}.section-2__inner-wrap{padding:381px 15px 51px;position:relative}@media (width>=768px){.section-2__inner-wrap{padding:356px 23px 51px}}@media (width>=1200px){.section-2__inner-wrap{flex-flow:wrap;justify-content:flex-start;align-items:center;width:100%;padding:0 8px;display:flex}}@media (width>=1200px) and (width>=500px){.section-2__inner-wrap{padding:0 20px}}@media (width>=1200px) and (width>=1200px){.section-2__inner-wrap{max-width:1440px;margin:0 auto;padding:0 8px}}.section-2__image-wrap{border-radius:10px;width:100vw;height:280px;position:absolute;top:50px;left:50%;overflow:hidden;transform:translate(-50%)}@media (width>=768px){.section-2__image-wrap{height:250px;top:56px}}@media (width>=1200px){.section-2__image-wrap{width:570px;height:calc(100% + 90px);top:50%;left:0;transform:translateY(-50%)}}.section-2__image{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%}@media (width>=1200px){.section-2__text-wrap{padding:90px 0 90px 640px}}.section-2__text-wrap .section-text__inner h2{text-align:left;margin-bottom:0;font-size:30px;font-weight:700}@media (width>=500px){.section-2__text-wrap .section-text__inner h2{font-size:35px}}@media (width>=1200px){.section-2__text-wrap .section-text__inner h2{font-size:40px}}.section-2__text-wrap .section-text__inner h3{color:#00aeff;margin:15px 0 20px;font-size:22px;display:block;font-weight:400!important}@media (width>=500px){.section-2__text-wrap .section-text__inner h3{font-size:25px}}@media (width>=1200px){.section-2__text-wrap .section-text__inner h3{font-size:33px}}.section-2__text-wrap .section-text__inner div span{font-size:18px;font-weight:300!important}.section-4{background-color:#eee}.section-4__text-wrap{width:100%}.section-4__text-wrap .section-text__inner h2{text-align:left;margin-bottom:20px;font-size:30px;font-weight:700}@media (width>=500px){.section-4__text-wrap .section-text__inner h2{font-size:35px}}@media (width>=1200px){.section-4__text-wrap .section-text__inner h2{font-size:40px}}.section-4__text-wrap .section-text__inner h3{color:#00aeff;margin:15px 0 20px;font-size:22px;display:block;font-weight:400!important}@media (width>=500px){.section-4__text-wrap .section-text__inner h3{font-size:25px}}@media (width>=1200px){.section-4__text-wrap .section-text__inner h3{font-size:33px}}.section-4__text-wrap .section-text__inner div span,.section-4__text-wrap .section-text__inner p{font-size:18px;font-weight:300!important}.section-4__wrap{flex-flow:wrap;justify-content:flex-start;align-items:center;width:100%;padding:0 8px;display:flex}@media (width>=500px){.section-4__wrap{padding:0 20px}}@media (width>=1200px){.section-4__wrap{max-width:1440px;margin:0 auto;padding:0 8px}}.section-4__image{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:auto;margin:40px 0 0}@media (width>=1200px){.section-4__image{margin:42px 0 0}}.customer-photos__wrap{grid-gap:30px;grid-template-columns:repeat(1,1fr);display:grid}@media (width>=1200px){.customer-photos__wrap{grid-gap:30px;grid-template-columns:repeat(3,1fr);display:grid}}.custom-photos__img{width:100%;height:100%}.custom-photos__img img{width:100%;max-width:100%;height:auto;max-height:100%}.gd-border{background-color:#fff;border:1px solid #ccc;border-radius:10px}.form-group{margin-bottom:33px}.form-group label{margin-bottom:17px;font-size:16px;font-weight:400;line-height:21.86px}.form-group label span{color:#00aeff}.form-group .form-control{border-color:#ccc}.form-group .form-control:not(textarea){height:45px}@media (width>=1200px){.contact-page__wrap{grid-template-columns:1fr 2fr;gap:30px;display:grid}.contact-page__wrap--store-finder{flex-flow:row;justify-content:space-between;align-items:stretch;display:flex}}.contact-page__info{margin-bottom:57px;padding:27px 20px}@media (width>=768px){.contact-page__info{margin-bottom:100px;padding:31px 23px}}@media (width>=1200px){.contact-page__info{width:100%;margin-bottom:0;padding:31px 70px}.contact-page__info--store-finder{width:520px}}.contact-page__title{margin-bottom:7px;font-size:20px;font-weight:500;line-height:27px}@media (width>=768px){.contact-page__title{font-size:23px;line-height:31px}}.contact-page__item{flex-flow:wrap;justify-content:flex-start;align-items:flex-start;margin-top:40px;display:flex}.contact-page__img{width:55px;height:55px;margin-right:30px}@media (width>=768px){.contact-page__img{width:75px;height:75px}}.contact-page__text-wrap{width:calc(100% - 85px)}@media (width>=768px){.contact-page__text-wrap{width:calc(100% - 105px)}}.contact-page__map{width:100%;height:480px;position:relative}.contact-page__map iframe{width:100%;height:100%;position:absolute}@media (width>=1600px){.contact-page__map{height:unset;width:calc(100% - 560px)}.contact-page__form{width:100%}}.contact-page__form .form-group:first-child{margin-top:40px}.contact-page__form h2{width:-moz-fit-content;width:fit-content;margin-bottom:13px;font-size:24px;line-height:32px;position:relative}.contact-page__form h2:after{content:"";background-color:#00aeff;width:100%;height:3px;display:block;position:absolute;bottom:0;left:0}@media (width>=768px){.contact-page__form h2{font-size:27px;line-height:36px}}@media (width>=1600px){.contact-page__form h2{font-size:32px;line-height:43px}}.contact-page__form p{color:#929292;margin-bottom:10px;font-size:16px;line-height:1.2}.trade-account__subtext{text-align:center;font-size:16px;font-weight:300}@media (width>=1200px){.trade-account__subtext{font-size:18px}}.trade-account__application-form{color:#00aeff;text-align:center;flex-flow:wrap;justify-content:center;align-items:center;gap:15px;margin-top:57px;font-size:18px;font-weight:500;display:flex}@media (width>=500px){.trade-account__application-form{font-size:20px}}.trade-account__application-form svg{fill:#00aeff;width:15px;height:15px}.trade-account__application-form:hover{color:#00aeff}.trade-account__upload-btn{color:#fff;cursor:pointer;text-align:center;background-color:#00aeff;border-radius:10px;flex-flow:row;justify-content:center;align-items:center;gap:15px;height:65px;margin:40px auto 0;padding:0 10px;font-size:17px;display:flex;font-weight:600!important}@media (width>=500px){.trade-account__upload-btn{font-size:20px!important}}@media (width>=1200px){.trade-account__upload-btn{width:480px;height:45px}}.trade-account__upload-btn svg{fill:#0000;stroke:#fff;stroke-width:1.5px;width:15px;height:15px}.trade-account__upload-btn:hover{background-color:#009de6}.trade-account__btn-wrap{flex-flow:column wrap;justify-content:center;align-items:center;gap:25px;margin-top:25px;margin-bottom:57px;display:flex}.store-finder{padding-bottom:80px}@media (width>=1600px){.store-finder{padding-bottom:100px}}.store-finder .contact-page__item{padding:19px 13px}.store-finder .contact-page__item:first-child{margin-top:0}@media (width>=768px){.store-finder .contact-page__item{padding:45px 29px}}@media (width>=1600px){.store-finder .contact-page__item{margin:0;padding:45px 70px}.store-finder .contact-page__item:last-child{grid-area:1/2/3/-1}.store-finder__wrap{grid-gap:20px;grid-template-columns:520px calc(100% - 540px);display:grid}}.image-section{background-color:#eee}.image-section__wrap{grid-gap:40px;grid-template-columns:repeat(2,1fr);display:grid}.image-section__img{border-radius:10px;grid-column:span 2}@media (width>=1600px){.image-section__img{grid-column:span 1}}.map-section{padding:80px 0}@media (width>=1600px){.map-section{padding:100px 0}}.map-section__map{width:100%;height:480px;position:relative}@media (width>=1600px){.map-section__map{height:600px}}.map-section__map iframe{width:100%;height:100%;position:absolute}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;height:100%;display:flex;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{pointer-events:none;flex-wrap:wrap;justify-content:center;align-items:center;margin:0;display:flex}.splide__pagination li{pointer-events:auto;margin:0;line-height:1;list-style-type:none;display:inline-block}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{visibility:hidden;position:relative}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;margin:0;position:relative;list-style-type:none!important}.splide__slide img{vertical-align:bottom}.splide__spinner{contain:strict;border:2px solid #999;border-left-color:#0000;border-radius:50%;width:20px;height:20px;margin:auto;animation:1s linear infinite splide-loading;display:inline-block;position:absolute;inset:0}.splide__sr{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{z-index:0;position:relative;overflow:hidden}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{opacity:0;z-index:0;margin:0!important}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{cursor:pointer;opacity:.7;z-index:1;background:#ccc;border:0;border-radius:50%;justify-content:center;align-items:center;width:2em;height:2em;padding:0;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.splide__arrow svg{fill:#000;width:1.2em;height:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline-offset:3px;outline:3px solid #0bf}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline-offset:3px;outline:3px solid #0bf}.splide__pagination{z-index:1;padding:0 1em;position:absolute;bottom:.5em;left:0;right:0}.splide__pagination__page{opacity:.7;background:#ccc;border:0;border-radius:50%;width:8px;height:8px;margin:3px;padding:0;transition:transform .2s linear;display:inline-block;position:relative}.splide__pagination__page.is-active{z-index:1;background:#fff;transform:scale(1.4)}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible,.splide.is-focus-in .splide__pagination__page:focus{outline-offset:3px;outline:3px solid #0bf}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:#0000}.splide__slide:focus{outline:0}@supports (outline-offset:-3px){.splide__slide:focus-visible{outline-offset:-3px;outline:3px solid #0bf}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports (outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline-offset:-3px;outline:3px solid #0bf}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible,.splide.is-focus-in .splide__toggle:focus{outline-offset:3px;outline:3px solid #0bf}.splide__track--nav>.splide__list>.splide__slide{cursor:pointer;border:3px solid #0000}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{top:auto;bottom:1em}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{flex-direction:column;padding:1em 0;display:flex;inset:0 .5em 0 auto}
/*# sourceMappingURL=main.css.map */
