:root{--white-clr: #ffffff;--black-clr: #000000;--black-dark-clr: #545454;--black-light-clr: #2A2A2A;--orange-clr: #F0D800;--light-beige-clr: #E5E4D2;--blue-dark-clr: #090C41;--grey-clr: #EFEFEF;--gray-light-clr: #F4F4F4;--gray-dark-clr: #F3F3F3;--gray-md-dark-clr: #929292;--primary-family: "Barlow", sans-serif;--secondary-family: "Fraunces", serif;--fs-h1: clamp(30px, 5.6vw, 82px);--fs-h2: clamp(28px, 4.02vw, 58px);--fs-h3: clamp(26px, 3.33vw, 48px);--fs-h4: clamp(24px, 3.05vw, 44px);--fs-h5: clamp(22px, 2.77vw, 40px);--fs-h6: clamp(20px, 2.5vw, 36px);--fs-body-lg: clamp(16px, 1.38vw, 20px);--fs-body: clamp(16px, 1.25vw, 18px);--fs-small: clamp(14px, 1.11vw, 16px);--fs-btn: clamp(16px, 1.25vw, 18px);--section-space: clamp(35px, 6vw, 100px);--section-tp-space: clamp(20px, 4.86vw, 70px);--section-bt-space: clamp(20px, 4.86vw, 70px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;outline:0px;border:0px;font-size:100%;font:inherit;vertical-align:baseline;-webkit-font-smoothing:auto}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{font-family:var(--primary-family);background-color:var(--white-clr)}a{text-decoration:none;transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s easy-in-out}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0px}img{border:0px;max-width:100%;height:auto}.wrapper{width:100%;margin:0 auto;max-width:100%}.container{width:100%;max-width:1470px;padding-left:15px;padding-right:15px;margin:0 auto}.overlay{background:#000000b3;width:100%;position:fixed;top:0;left:0;cursor:pointer;bottom:0;right:0;opacity:0;visibility:hidden;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;z-index:1}.fixbody .overlay{visibility:visible;opacity:1}.sec-commonSpace{padding-top:var(--section-space);padding-bottom:var(--section-space)}.sec-tpcommonSpace-seventy{padding-top:var(--section-tp-space)}.sec-btcommonSpace-seventy{padding-bottom:var(--section-bt-space)}.SecTitle{font-size:var(--fs-h2);line-height:1.2;font-family:var(--secondary-family)}.SecDesc{font-size:var(--fs-body-lg);line-height:1.2;font-weight:500}.bg-white{background-color:var(--white-clr)}.bg-black{background-color:var(--black-clr)}.txt-white-clr{color:var(--white-clr)}.txt-black-clr{color:var(--black-clr)}.txt-Cnt{text-align:center}.txt-left{text-align:left}.txt-right{text-align:right}a:focus-visible{outline:none;box-shadow:none}.commonBtn{font-size:var(--fs-btn);line-height:1;font-weight:500;overflow:hidden;border-radius:10px;padding:8px 10px;min-width:150px;max-width:150px;min-height:52px;display:flex;justify-content:center;align-items:center;border:1px solid var(--orange-clr);position:relative;z-index:1}.orange-btn{color:var(--white-clr);background-color:var(--orange-clr)}.orange-btn:after{content:"";position:absolute;left:0;transform:translate(100%);width:100%;background-color:var(--light-beige-clr);border-color:var(--orange-clr);height:100%;top:0;z-index:-1;overflow:hidden;transition:all .4s ease-in-out}.transparent-btn{border-color:var(--blue-dark-clr);color:var(--blue-dark-clr)}.transparent-btn:after{content:"";position:absolute;left:0;transform:translate(100%);width:100%;background-color:var(--blue-dark-clr);color:var(--white-clr);border-color:var(--black-clr);height:100%;top:0;z-index:-1;overflow:hidden;transition:all .4s ease-in-out}.header-main{background-color:var(--light-beige-clr)}.headerCol{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.headerCol .logo a img{width:180px;height:90px;transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s easy-in-out}.sticky-header.header_scroll .headerCol .logo a img{width:160px;height:60px}.header.sticky-header{display:block;position:fixed;background-color:var(--white-clr);left:0;right:0;top:0;z-index:999;margin:auto;box-shadow:0 0 9px 1px #00000013;-webkit-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.main-menu ul.main-nav-ul{display:flex;flex-wrap:wrap}.main-menu ul.main-nav-ul li:not(:last-child){padding-right:40px}.main-menu ul.main-nav-ul li a{font-size:18px;line-height:24px;color:var(--black-clr);font-weight:400}.category-nav ul.category-nav-ul>li{transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s easy-in-out}.sticky-header.header_scroll .category-nav ul.category-nav-ul>li{padding-top:10px;padding-bottom:10px}.menuIcon{display:none}.cstMenuDrpArrow{position:relative;display:inline-block;cursor:pointer;padding-left:5px;z-index:9;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.cstMenuDrpArrow:after{content:"";background-image:url(../images/down-arrow.svg);background-repeat:no-repeat;width:14px;height:8px;display:inline-block;left:0;top:-10px;position:absolute;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.homeBnrSlider .mainbnrCol{position:relative}.bnrCntMain{position:absolute;top:0;bottom:0;margin:0 auto;left:0;width:100%;height:100%;display:flex;align-items:center}.bnrCnt .bnrTitle{font-size:var(--fs-h1);line-height:1.4;font-weight:600;color:var(--black-clr);font-family:var(--secondary-family);padding-bottom:6px}.bnrCnt .bnrTitle span{color:var(--orange-clr)}.bnrCnt .bnrDesc{font-size:var(--fs-body-lg);line-height:1.2;font-weight:400;color:var(--grey-dark-color);padding:0 0 20px}.bnrCnt .bnrBtnslst{display:flex;flex-wrap:wrap;gap:20px}.bnrCntMain .bnrCnt{max-width:1080px;width:100%}.inrpage-bnr .container{position:relative;z-index:1}.inrpage-bnr{background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;padding:40px 0}.inrpage-bnr:after{content:"";background:linear-gradient(90deg,#000c 45.67%,#f58317cc);width:100%;height:100%;position:absolute;top:0;left:0}.inrpage-bnr .innerpgbnr-title{font-size:var(--fs-h3);line-height:1.2;color:var(--white-clr);font-weight:700;font-family:var(--secondary-family)}.inforDtail{display:flex;flex-wrap:wrap;align-items:center}.inforDtail .phn-txt{margin-right:25px}.phn-txt .phn-link{position:relative;font-size:18px;line-height:22px;color:var(--black-color);font-weight:500;padding-left:35px}.phn-txt .phn-link:before{content:"";background-image:url(/cdn/shop/files/phone-icon.svg?v=1774418270);background-repeat:no-repeat;background-size:cover;width:25px;height:25px;position:absolute;left:0;top:0}.category-menu{background-color:var(--white-clr)}.category-nav .category-nav-ul{display:flex;flex-wrap:wrap;justify-content:center}.category-nav ul.category-nav-ul>li{padding:14px 20px;position:relative}.category-nav ul.category-nav-ul>li:first-child{padding-left:0}.category-nav ul.category-nav-ul>li:last-child{padding-right:0}.category-nav ul.category-nav-ul li a{font-size:18px;line-height:24px;color:var(--black-clr);font-weight:500;letter-spacing:0px}.aboutItmWrp{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:minmax(280px,auto);align-items:stretch}.aboutItm-Main{display:grid;grid-template-columns:1fr 1fr;width:100%;align-items:center;height:100%}.aboutItm-Main .aboutSub-title{font-size:16px;line-height:22px;font-weight:600;color:var(--black-light-clr)}.aboutItm-Main .aboutMn-title{font-size:24px;line-height:30px;font-weight:400;color:var(--blue-dark-clr);font-family:var(--secondary-family);padding-top:11px}.aboutItm-Main .aboutDesc-txt{font-size:16px;line-height:22px;font-weight:500;color:var(--black-dark-clr);padding:18px 0}.aboutCnt-item .abtgrup-btn{display:flex;flex-wrap:wrap;align-items:center;column-gap:20px}.abtgrup-btn .commonBtn{min-width:145px;min-height:45px;padding:9.5px 10px}.abtgrup-btn .explorelink{font-size:14px;line-height:20px;color:var(--black-clr);font-weight:500;display:flex;align-items:center;letter-spacing:0px}.aboutImg-item{height:100%}.aboutImg-item img{width:100%;object-fit:cover;display:block;height:100%;transition:all .3s ease-in-out}.aboutItm-Main .aboutCnt-item{padding:50px 42px 50px 54px}.videoImg-item{height:100%;position:relative}.videoImg-item img{width:100%;object-fit:cover;display:block;height:100%;transition:all .3s ease-in-out}.videoImg-item:before{content:"";width:100%;height:100%;background-color:#0000007f;display:inline-block;position:absolute}.videoImg-item .play-btn:before{content:"";background-image:url(/cdn/shop/files/video-play.png?v=1774418270);background-repeat:no-repeat;background-size:cover;width:60px;height:60px;display:inline-flex;position:absolute;top:0;bottom:0;margin:auto;left:0;right:0;cursor:pointer;transition:all .5s ease-in-out}.partner-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:none;align-items:center;justify-content:center;z-index:999}.partner-modal.active{display:flex}.partner-modal .video-box{position:relative;width:90%;max-width:800px;background:var(--black-clr)}.partner-modal .video-box iframe{width:100%;height:450px}.partner-modal .close-btn{position:absolute;top:-40px;right:0;font-size:40px;color:var(--white-clr);cursor:pointer}.partnerSec{background-color:var(--gray-light-clr)}.partnerMain{display:grid;grid-template-columns:1fr 1fr;align-items:center}.partnerMain .partnerCnt{padding-left:192px;padding-right:83px}.partnerMain .partnerImg{position:relative}.partnerMain .partnerImg:before{content:"";width:100%;height:100%;background-color:#0003;display:inline-block;position:absolute}.partnerMain .partnerSub-title{font-size:18px;line-height:24px;font-weight:600;color:var(--black-light-clr)}.partnerCnt .partnerTitle{font-size:26px;line-height:32px;font-weight:400;color:var(--black-clr);font-family:var(--secondary-family)}.partnerCnt .partnerDesc{font-size:20px;line-height:24px;font-weight:500;color:var(--black-dark-clr);padding:17px 0}.partnerImg img{width:100%;object-fit:cover;display:block;height:100%;transition:all .3s ease-in-out}.partnerCnt .explorelink{font-size:16px;line-height:22px;color:var(--black-clr);font-weight:500;display:inline-block}.explorelink .explrlnk-arrow{width:12px;height:12px;position:relative;right:-4px;top:1px;transition:all .4s ease-in-out}.shpTheorySec{padding:85px 0}.shpTheorySec .shpTheoryRow{display:flex;flex-wrap:wrap;margin-right:-60px;margin-left:-60px}.shpTheorySec .shpTheory-Col{padding-left:60px;padding-right:60px;width:25%;max-width:426px;position:relative}.shpTheoryBx .shpTheory-icon{margin-bottom:20px;display:flex;align-items:center}.shpTheoryBx .shpTheory-icon img{width:45px}.shpTheoryBx .shptheoryTitle{font-size:30px;line-height:40px;font-weight:600;color:var(--white-clr);margin-bottom:15px;font-family:var(--secondary-family)}.shpTheoryBx .shptheoryDesc{font-size:18px;line-height:24px;font-weight:400;color:var(--white-clr)}.faq-sec{background:var(--gray-dark-clr);padding-top:100px;padding-bottom:30px}.faq-row{display:grid;grid-template-columns:1.25fr 1fr}.faq-img img{width:100%;height:100%;object-fit:cover;display:block}.faq-content{margin-right:-11%;padding-top:50px;padding-bottom:30px;position:relative}.faq-title{font-size:var(--fs-h2);line-height:1.2;font-family:var(--secondary-family);color:var(--blue-dark-clr);margin-bottom:40px}.faq-item{background:var(--gray-dark-clr);border-radius:5px;margin-bottom:20px;overflow:hidden;border:1px solid #D9D9D9}.faq-question{padding:18px 30px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:500;color:var(--black-clr);position:relative}.faq-question .arrow{width:14px;height:8px;background-image:url(/cdn/shop/files/faq-down-icon.svg?v=1774418270);background-repeat:no-repeat;background-position:center;transition:all .6s ease-in-out}.faq-item.active .arrow{transform:rotate(-180deg)}.faq-answer{display:none;margin:0 20px 20px 30px;padding-top:10px}.faq-answer p{font-size:18px;line-height:24px;font-weight:400;color:var(--black-clr)}.faq-question span.faqIcon{position:absolute;left:30px;top:0;bottom:0;margin:0 auto;display:flex;align-items:center}.faq-item.active .faq-answer{border-top:1px solid var(--black-clr)}.faq-list{background-color:var(--white-clr);padding:30px 35px}.ctaSec{background-repeat:no-repeat;background-size:cover;width:100%;background-position:center;padding:clamp(35px,5vw,120px) 0;position:relative}.ctaSec:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf}.cta-main{display:flex;align-items:center;justify-content:space-between;gap:30px;z-index:1;position:relative}.cta-cnt{display:flex;gap:30px;flex-direction:column}.cta-img img{max-width:220px;width:100%}.inforcontactSec .contactdtil-Main{display:grid;grid-template-columns:1fr 3.2fr;padding-top:50px}.contactdtil-Main .contact-Dtail{display:flex;flex-direction:column;row-gap:40px;justify-content:center}.contact-Dtail .contactinfoCnt{max-width:268px}.contactinfoCnt .inforIcon{margin-bottom:16px}.contactinfoCnt .inforIcon img{width:28px}.contactinf-txt{row-gap:10px;display:flex;flex-direction:column}.contactinf-txt .contactinf-title{font-size:24px;line-height:30px;font-family:var(--secondary-family);font-weight:400;color:var(--black-clr)}.contactinf-txt .contactinf-Desc{font-size:18px;line-height:24px;color:var(--black-clr);font-weight:400}.contactinf-txt .contactinf-link{font-size:18px;line-height:24px;color:var(--black-clr);font-weight:400;word-wrap:break-word}.direction-lnk .directions-link{font-size:18px;line-height:24px;color:var(--black-clr);font-weight:400;font-family:var(--secondary-family);display:flex;align-items:center}.direction-lnk .directions-link:after{content:"";transition:all .4s ease-in-out;background-image:url(/cdn/shop/files/directions-arrow.svg?v=1774418270);background-repeat:no-repeat;width:7px;height:12px;display:flex;align-items:center;position:relative;right:-12px;top:2px}.contact-map iframe{width:100%;height:710px}.industrypartnr-sec{background-color:var(--light-gray)}.industrypartnr-sec .SecTitle{padding-bottom:40px;text-align:center}.industrypartnrWrp{display:flex;flex-wrap:wrap;justify-content:center}.industrypartnrCol{max-width:170px}.industrypartnrCol .industrypartnrBox{display:flex;flex-wrap:wrap;justify-content:center}.industrypartnrCol img{max-height:90px;object-fit:contain}.subscribeWrp{max-width:648px;margin:0 auto;row-gap:30px;display:flex;flex-direction:column}.subscribe-form{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;max-width:600px;width:100%}.subscribe-form input{flex:1;padding:16px 18px;font-size:15px;border-radius:10px;border:none;outline:none}.subscribe-form button{cursor:pointer}.subscribe-form input[type=email]::-webkit-input-placeholder{color:#9a9a9a;font-family:var(--primary-family);font-weight:500;font-size:16px;opacity:1}.subscribe-form input[type=email]:-moz-placeholder{color:#9a9a9a;font-family:var(--primary-family);font-weight:500;font-size:16px;opacity:1}.subscribe-form input[type=email]::-moz-placeholder{color:#9a9a9a;font-family:var(--primary-family);font-weight:500;font-size:16px;opacity:1}.subscribe-form input[type=email]:-ms-input-placeholder{color:#9a9a9a;font-family:var(--primary-family);font-weight:500;font-size:16px;opacity:1}.galleryRw{padding:0 0 52px}.galleryBx.gallerySlider{position:relative;overflow:hidden}.galleryBx.gallerySlider .glleryImg img{width:100%;height:360px;object-fit:cover;transition:.4s all}.galleryBx.gallerySlider:before{content:"";position:absolute;top:-70px;left:-10%;width:120%;height:100px;background:var(--black-clr);border-radius:50%;z-index:100}.galleryBx.gallerySlider:after{content:"";position:absolute;bottom:-60px;left:-10%;width:120%;height:100px;background:var(--black-clr);border-radius:50%;z-index:1000}.foter-Sec{padding:52px 0 0}.ftertp-main{padding-bottom:55px}.fterbt-main{width:100%;display:block;border-top:1px solid rgba(255,255,255,.5);padding:25px 0}.fterbt-main .fterbtDiv{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.copyTxt p{font-size:16px;line-height:21px;color:var(--white-clr);font-weight:400}.copyTxt p a{color:var(--white-clr)}.privacyTxt ul{display:flex;flex-wrap:wrap}.privacyTxt ul li a{font-size:16px;line-height:21px;color:var(--white-clr);font-weight:400}.privacyTxt ul li:not(:last-child){margin-right:25px}.ftr_row_main{display:grid;grid-template-columns:repeat(5,1fr);gap:30px}.ftr_links_title{font-size:26px;line-height:36px;font-weight:400;margin-bottom:20px;color:var(--orange-clr);font-family:var(--secondary-family)}.ftr_links li a{font-size:18px;line-height:30px;font-weight:400;color:var(--white-clr)}.ftruser_info .userUl{display:flex;flex-wrap:wrap;gap:15px}.ftruser_info .userUl li{position:relative;padding-left:45px}.ftruser_info .userUl li a{font-size:18px;line-height:28px;font-weight:400;color:var(--white-clr)}.ftruser_info .userUl li:after{content:"";width:30px;height:30px;display:inline-flex;background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute;left:0}.ftruser_info .userUl li.ftrstore:after{width:24px}.ftrSocilall{display:block;padding:20px 0 15px}.ftrSocilall ul{display:flex;flex-wrap:wrap;gap:15px}.aboutCntimg-grid{display:grid;grid-template-columns:1fr 1.4fr;grid-template-rows:auto auto;margin-bottom:55px}.aboutCntimg-right{display:flex;flex-wrap:wrap;flex-direction:column;margin-left:-20%}.aboutCntimg-left img{width:100%;object-fit:cover;height:100%}.aboutCntimg-right img{width:100%;border:20px solid var(--white-clr);border-bottom:none;border-right:none;margin-top:auto}.aboutCnt-text{display:flex;flex-wrap:wrap;justify-content:center;gap:35px}.aboutCnt-text .aboutCntDesc{font-size:var(--fs-body-lg);line-height:1.4;color:var(--black-dark-clr);font-weight:500;text-align:center}.aboutCntimg-right .SecTitle{position:relative}.aboutCntimg-right .SecTitle:after{content:"";background-image:url(/cdn/shop/files/ornage-shado.png?v=1774418269);background-repeat:no-repeat;background-position:center;background-size:cover;position:absolute;right:90px;width:320px;height:274px;top:-90px;z-index:-1}.testimonial-item{background-color:var(--black-clr);padding:75px 45px 110px 55px}.testimonial-view-img img{width:100%;height:100%}.testimonial-item .quote-img{padding-bottom:65px}.testimonialDesc{font-family:var(--secondary-family);font-weight:400;font-size:24px;line-height:34px;color:var(--white-clr)}.testimonial-item .user-itm{display:flex;gap:24px;align-items:center;padding-top:70px}.testimonial-item .user-itm img{width:72px;height:72px;border-radius:100px;object-fit:cover}.testimonial-item .user-itm .user-cnt .user-name{font-size:24px;line-height:30px;color:var(--white-clr);font-weight:600;font-family:var(--secondary-family)}.testimonial-item .user-itm .user-cnt .user-country{font-size:20px;line-height:30px;color:var(--gray-md-dark-clr);font-weight:500}.testimonial-view-img{position:relative}.testimniClint-arrow{position:relative;z-index:1;width:fit-content;left:60px;bottom:-56px}.testimonial-slider .slick-slide{margin:0 18px}.testimniClint-arrow .slick-prev{left:0}.testimniClint-arrow .slick-next{right:0}.testimniClint-arrow .slick-prev,.testimniClint-arrow .slick-next{width:50px;height:50px;margin:0 10px}.testimniClint-arrow .slick-arrow{border:1.5px solid var(--blue-dark-clr);border-radius:10px}.testimniClint-arrow .slick-prev:before,.testimniClint-arrow .slick-next:before{background-image:url(/cdn/shop/files/slider-arrow.svg?v=1774418270);background-repeat:no-repeat;width:22px;height:15px;display:inline-flex;font-size:inherit}.testimniClint-arrow .slick-next:before{transform:rotate(180deg)}.testimniClint-arrow .slick-prev:hover,.testimniClint-arrow .slick-next:hover{background-color:var(--black-clr)}.testimniClint-arrow .slick-prev:hover:before,.testimniClint-arrow .slick-next:hover:before{filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(333deg) brightness(104%) contrast(102%)}.testimonial-grid{display:grid;grid-template-columns:1fr 1fr;gap:130px}.testimonialblk-wrp{margin-top:-520px}.testimonial-slider{padding-left:210px}.testimonial-slider .slick-list.draggable{background-color:var(--white-clr);border:30px solid #fff;border-right:0px;border-top:38px solid #fff;border-bottom:0px;border-left:20px solid #fff;position:relative;z-index:2}.breadcrumb{margin-top:5px}.breadcrumb a{color:var(--white-clr);font-size:18px;line-height:24px;font-weight:500}.breadcrumb span{font-size:18px;line-height:24px;font-weight:500}.breadcrumb span img{margin:0 5px}.breadcrumb .active{color:var(--orange-clr)}.page-width .agrs__widget{min-width:82%}.agrs__widget .agrs__wrapper .agrs__title-row .agrs__created-by img{height:0px}.agrs__widget .agrs__wrapper .agrs__title-row .agrs__widget-title{font-size:var(--fs-h2);line-height:1.2;font-family:var(--secondary-family);text-align:center}.agrs__widget .agrs__wrapper .agrs__body-wrapper .agrs__body .agrs__card .agrs__card__text-wrapper p.agrs__card__text{font-size:18px;line-height:24px;font-weight:400;color:var(--black-clr)}.agrs__widget .agrs__wrapper .agrs__body-wrapper .agrs__body .swiper-wrapper .swiper-slide{background-color:#f4f4f4}.agrs__widget .agrs__wrapper .agrs__body-wrapper .agrs__body .swiper-wrapper .agrs__card__header{padding:0 15px 15px;flex-direction:row-reverse}.agrs__widget .agrs__wrapper .agrs__body-wrapper .agrs__body .swiper-wrapper .agrs__card:after{display:none}.agrs__card__reviewer-info .agrs__card__reviewer-name .agrs__card__link{font-size:20px;line-height:24px;font-weight:600;color:var(--black-clr);display:block;padding-bottom:5px}.agrs__card__reviewer-info .agrs__card__user-detail .agrs__card__link{font-size:18px;line-height:24px;font-weight:500;color:var(--grey-light-clr);display:block}.agrs__wrapper .agrs__body-wrapper .agrs__body .swiper-button{width:50px;height:50px;border:1.5px solid var(--black-color);border-radius:10px;background-color:transparent;color:var(--black-clr)}.agrs__wrapper .agrs__body-wrapper .agrs__body .swiper-button:hover{background-color:var(--black-color);color:var(--white-clr)}.agrs__wrapper .agrs__body-wrapper .agrs__body .agrs__swiper-button-prev,.agrs__wrapper .agrs__body-wrapper .agrs__body .agrs__swiper-button-next{opacity:1;display:none}.agrs__card__reviewer-info .agrs__card__reviewer-name .agrs__card__link:hover{text-decoration:none!important}.agrs__body-wrapper .swiper.agrs__body .swiper-wrapper{padding-bottom:0}.agrs__widget .agrs__wrapper{padding:0;gap:0px!important}.agrs__widget .agrs__wrapper .agrs__body-wrapper{padding-top:50px}.swiper-wrapper{align-items:stretch}.swiper-slide{height:auto!important}.args__card{display:flex;flex-direction:column;height:100%}.agrs__widget .agrs__wrapper{padding-top:var(--section-space);padding-bottom:var(--section-space)}.videoImg-item .play-btn,.wrapper .headerPadd,.header .overlay{display:block}.page-width .main-page-title{margin-bottom:0}.product-header{display:flex;justify-content:space-between;align-items:center}.collection .contains-card--product .card-wrapper{background-color:var(--white-clr);padding:10px}.collection .contains-card--product .card-wrapper .gradient{background:var(--white-clr)}.collection .contains-card--product .card-wrapper .card__inner .card__content .card__badge .badge{background-color:#f0d800;color:#101010;border-radius:4px}.collection .underline-links-hover:hover .card--media .card__content .card__information .card__heading a{text-decoration:none;text-underline-offset:0}.prdlist-main .page-width-desktop,.prdlist-main .collection__title.page-width{max-width:1470px;padding:0 15px}.collection .card__content .card__information .card__heading,.collection .product-card-wrapper .card__content .card__information .card-information{text-align:center}.related-products .product-grid .card-wrapper .gradient{background:var(--white-clr)}.related-products .product-grid .card-wrapper{background-color:var(--white-clr);padding:10px}.related-products .product-grid .card__content .card__badge .badge{background-color:#f0d800;color:#101010;border-radius:4px}.related-products .price--on-sale .price__sale{font-size:20px;line-height:26px;color:#101010}.related-products .price--on-sale .price-item--regular{font-size:20px;line-height:26px}.related-products .card__content .card__information .card__heading,.related-products .product-card-wrapper .card__content .card__information .card-information{text-align:center}.related-products .underline-links-hover:hover .card--media .card__content .card__information .card__heading a{text-decoration:none;text-underline-offset:0}.product__info-container .product__title>h1{font-size:var(--fs-h5);line-height:1.3;color:var(--black-clr);font-family:var(--secondary-family)}.collection__view-all a:not(.link){margin-top:0}.product-form__quantity .quantity:after,.product-form__quantity .quantity:before{display:none}.product-form .form .product-form__buttons{display:flex;flex-wrap:wrap;gap:20px}.product-form .form .product-form__buttons .product-form__submit{margin-bottom:0;background-color:var(--orange-clr);color:var(--white-clr);border:1px solid var(--orange-clr);border-radius:10px}.product-form .form .product-form__buttons .product-form__submit:hover{background-color:var(--white-clr);color:var(--orange-clr)}.product-form .form .product-form__buttons .product-form__submit:after,.product-form .form .product-form__buttons .product-form__submit:before{display:none}.product-form__quantity .quantity{gap:24px;border-radius:10px;border:1px solid var(--black-clr);background-color:#f2f4f7}.product-form__quantity .quantity button[name=minus],.product-form__quantity .quantity button[name=plus]{border-radius:10px}.product__info-container .price__sale .price-item{font-size:clamp(20px,2.22vw,32px);line-height:1.2;font-family:var(--secondary-family)}.product__info-container .price__sale span .price-item--regular{font-size:var(--fs-small);line-height:1.1;color:var(--orange-clr);font-family:var(--secondary-family);font-weight:600}.thumbnail-list .thumbnail-list__item .thumbnail{background-color:#ededee}.slider-button{box-shadow:0 1.94px 4.84px #1018280f,0 0 2.9px #1018281a;border-radius:50%}.thumbnail-slider .thumbnail[aria-current]{box-shadow:none;border-width:2px}.thumbnail-slider .thumbnail[aria-current]:focus:not(:focus-visible){box-shadow:none}.shopify-payment-button .shopify-payment-button__button{border-radius:10px;border:1px solid #000000}.shopify-payment-button .shopify-payment-button__button:after,.shopify-payment-button .shopify-payment-button__button:before{display:none}.shopify-payment-button button.shopify-payment-button__button:hover{background-color:var(--white-clr)!important;color:var(--black-clr)}.shopify-payment-button button.shopify-payment-button__button,.product-form .form .product-form__buttons .product-form__submit{font-size:20px;line-height:1.1}.related-products .related-products__heading{font-size:var(--fs-h2);line-height:1.2;font-family:var(--secondary-family)}.shopify-policy__container .shopify-policy__title h1{font-size:var(--fs-h2);line-height:1.3;color:var(--black-clr);font-family:var(--secondary-family)}.shopify-policy__container .shopify-policy__title{padding-bottom:30px}.shopify-policy__body h1,.shopify-policy__body h2{margin:0 0 20px;padding:0;color:var(--black-clr);font-size:var(--fs-h2);font-family:var(--secondary-family)}.shopify-policy__body h3{margin:0 0 20px;padding:0;color:var(--black-clr);font-size:var(--fs-h3);font-family:var(--secondary-family)}.shopify-policy__body h4{margin:0 0 20px;padding:0;color:var(--black-clr);font-size:var(--fs-h4);font-family:var(--secondary-family)}.shopify-policy__body h5{margin:0 0 20px;padding:0;color:var(--black-clr);font-size:var(--fs-h5);font-family:var(--secondary-family)}.shopify-policy__body h6{display:inline;margin:0 0 20px;padding:0;color:var(--e-global-color-accent);font-size:var(--fs-h6)}.shopify-policy__body p{font-size:var(--fs-body);line-height:1.4;font-weight:400;font-family:var(--primary-family)}.shopify-policy__body p:not(:last-child){margin-bottom:20px}.shopify-policy__body p:empty{display:none}.shopify-policy__body p strong{color:var(--black-clr);font-weight:600}.shopify-policy__body a{color:var(--orange-clr);cursor:pointer}.shopify-policy__body ul{margin:0 0 20px;padding:0;list-style-type:none}.shopify-policy__body ul li{list-style:none;padding-left:34px}.shopify-policy__body ul li,.shopify-policy__body ol li{font-size:18px;line-height:30px;font-weight:400;position:relative;font-family:var(--primary-family)}.shopify-policy__body ul li:after{content:"";background-image:url(/cdn/shop/files/list-style-pattern.svg?v=1774931274);background-repeat:no-repeat;width:23px;height:23px;display:inline-flex;position:absolute;top:3px;left:0}.shopify-policy__body ul li strong,.shopify-policy__body ol li strong{font-weight:700}.shopify-policy__body ul li:not(:last-child),.shopify-policy__body ol li:not(:last-child){margin-bottom:5px}.shopify-policy__body ul li:not(:last-child){margin-bottom:40px}.shopify-policy__body ul li:not(:last-child){margin-bottom:30px}.shopify-policy__body ol{margin:0 0 20px}.shopify-policy__body img{margin-bottom:40px}.shopify-policy__body p+h1{margin-top:40px}.shopify-policy__body p+h2{margin-top:40px}.shopify-policy__body p+h3{margin-top:40px}.shopify-policy__body p+h4{margin-top:40px}#MainContent .shopify-policy__container{width:100%;max-width:1470px;margin:0 auto;padding-top:var(--section-tp-space);padding-bottom:var(--section-bt-space)}.template-404 p{font-size:var(--fs-h1);line-height:1.3;color:var(--orange-clr)}.template-404 a.commonBtn{margin:0 auto;min-width:200px;max-width:200px;color:var(--white-clr)!important}.product__description .description p{font-size:var(--fs-small);line-height:1.3;color:var(--black-dark-clr);font-weight:500}.collection .product-card-wrapper.card-wrapper{background-color:var(--white-clr);padding:10px}.collection .product-card-wrapper .card-wrapper .gradient{background:var(--white-clr)}.collection .product-grid .card-wrapper .card .card__inner{--ratio-percent: 100% !important}.collection .product-grid .product-card-wrapper .card .gradient{background:var(--white-clr)}.facets-vertical-sort .facets-vertical-form{padding-bottom:25px}.collection-hero .collection-hero__inner .collection-hero__title{font-size:var(--fs-h3);line-height:1.2;color:var(--black-clr);font-weight:700;font-family:var(--secondary-family)}.facets-container .facets__summary:hover .facets__summary-label{text-decoration:none;text-underline-offset:0px}.facets-wrap .facets__item .facet-checkbox{align-items:center}.facets-wrap .facets-layout-list .facets__label:hover .facet-checkbox__text-label{text-decoration:none}.facet-filters__field .select .facet-filters__sort:focus-visible{outline:none;outline-offset:inherit;box-shadow:none}.facet-filters__field .select__select{padding:10px;line-height:1.6}.facets-vertical.page-width,.facets-vertical-sort.page-width,.collection-hero .collection-hero__inner.page-width{width:100%;max-width:1470px;padding-left:15px;padding-right:15px;margin:0 auto}.collection .collection__view-all a:not(.link){margin-top:0}@media screen and (min-width:750px){.facets-vertical-sort .facets-vertical-form{align-items:center}}:root{--orange-clr:#F0D800;--light-beige-clr:#101010;--blue-dark-clr:#101010;--black-clr:#101010}.header-main{background-color:#101010}.header-main a,.header-main p,.header-main span,.header-main li,.header-main .phn-txt,.header-main .phn-link,.header-main .inforDtail,.header-main .main-menu ul.main-nav-ul li a{color:#fff}.header-main .main-menu ul.main-nav-ul li a:hover{color:#f0d800}.header-main .inforDtail .phn-txt .phn-link{color:#fff}.header-main .inforDtail .phn-txt .phn-link:hover{color:#f0d800}.header.sticky-header{background-color:#101010}.header.sticky-header a,.header.sticky-header span{color:#fff}.orange-btn{color:#101010!important;background-color:#f0d800}.orange-btn:hover{color:#101010!important}.card__badge .badge{background-color:#f0d800;color:#101010}.price--on-sale .price__sale{color:#101010}.header__heading-logo{content:url(ad-logo.png)}.header-main .logo img{max-height:46px;width:auto;display:block}.mainbnrCol .bnr-img{height:320px;overflow:hidden}.mainbnrCol .bnr-img img{width:100%;height:100%;object-fit:cover;display:block;min-height:0}@media(max-width:989px){.mainbnrCol .bnr-img{height:260px}.mainbnrCol .bnr-img img{min-height:0}}@media(max-width:749px){.mainbnrCol .bnr-img{height:200px}.mainbnrCol .bnr-img img{min-height:0}.header-main .logo img{max-height:38px}}.header-main .logo img{max-height:92px;width:auto;display:block}.header-main .inforDtail{display:flex;align-items:center;gap:14px}.hdr-search{display:flex;align-items:center;background:#fff;border-radius:6px;overflow:hidden;height:44px;min-width:270px}.hdr-search input{flex:1;height:100%;border:0;outline:0;background:transparent;padding:0 14px;font-size:14px;color:#101010;font-family:inherit}.hdr-search input::placeholder{color:#8a8a8a}.hdr-search button{border:0;cursor:pointer;background:#f0d800;color:#101010;width:46px;height:100%;display:flex;align-items:center;justify-content:center}.hdr-search button svg{width:18px;height:18px}.header-main .hdr-call{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;color:#101010!important;background:#f0d800;border-radius:6px;padding:12px 20px;font-weight:700;line-height:1}.header-main .hdr-call svg{width:17px;height:17px}.header-main .hdr-cart{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:#fff;margin-right:4px}.header-main .hdr-cart svg{width:25px;height:25px}.hdr-cart-count{position:absolute;top:-1px;right:-3px;background:#f0d800;color:#101010;font-size:11px;font-weight:800;min-width:19px;height:19px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 5px;line-height:1}@media(max-width:1199px){.hdr-search{min-width:200px}}@media(max-width:991px){.header-main .logo img{max-height:70px}.header-main .inforDtail{flex-wrap:wrap;gap:10px;margin:14px 0 0}.hdr-search{min-width:100%}}@media(max-width:749px){.header-main .logo img{max-height:58px}}.header-main .headerCol .logo a img{width:360px;height:auto;max-height:none;object-fit:contain}.sticky-header.header_scroll .headerCol .logo a img{width:300px;height:auto}@media(max-width:1199px){.header-main .headerCol .logo a img{width:280px}}@media(max-width:991px){.header-main .headerCol .logo a img{width:240px}}.header-main .hdr-account{display:inline-flex;align-items:center;gap:8px;color:#fff;white-space:nowrap;font-weight:600;line-height:1;text-decoration:none}.header-main .hdr-account:hover{color:#f0d800}.header-main .hdr-account svg{width:23px;height:23px;flex-shrink:0}@media(max-width:1399px){.hdr-search{min-width:210px}}@media(max-width:1199px){.hdr-search{min-width:170px}.header-main .hdr-call{padding:12px 14px}}.category-menu{background-color:#f0d800}.category-nav ul.category-nav-ul li a{color:#101010}.category-nav ul.category-nav-ul li a:hover{color:#101010;text-decoration:underline;text-underline-offset:4px}.sticky-header.header_scroll .category-menu{background-color:#f0d800}@media screen and (min-width:990px){.product:not(.product--no-media) .product__media-wrapper{max-width:42%!important;width:42%!important}.product:not(.product--no-media) .product__info-wrapper{max-width:58%!important;width:58%!important;padding-left:4rem!important}.product-media-container.constrain-height{--constrained-min-height: 380px !important;--viewport-offset: 380px !important}.product__media-wrapper .thumbnail-list__item.slider__slide{width:calc(14% - .8rem)!important}}@media screen and (min-width:750px)and (max-width:989px){.product-media-container.constrain-height{--constrained-min-height: 340px !important}}.product-form__input--pill{display:flex!important;flex-wrap:wrap;gap:.8rem;max-width:46rem;padding:0;margin:0 0 2rem;border:0}.product-form__input--pill .form__label,.product-form__input--pill legend{width:100%;float:none;font-size:1.3rem;font-weight:600;margin:0 0 1rem;padding:0}.product-form__input--pill input[type=radio]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.product-form__input--pill input[type=radio]+label{display:inline-flex!important;align-items:center;justify-content:center;box-sizing:border-box;width:5.2rem;height:4.2rem;min-width:0!important;max-width:none;margin:0!important;padding:0!important;font-size:1.3rem;line-height:1;text-align:center;border:1px solid rgba(var(--color-foreground),.25);border-radius:4px;background:rgb(var(--color-background));cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.product-form__input--pill input[type=radio]+label:before,.product-form__input--pill input[type=radio]+label:after{display:none!important}.product-form__input--pill input[type=radio]+label:hover{border-color:rgb(var(--color-foreground))}.product-form__input--pill input[type=radio]:checked+label{background:#ffd400;border:2px solid rgb(var(--color-foreground));color:rgb(var(--color-foreground));font-weight:600}.product-form__input--pill input[type=radio].disabled+label,.product-form__input--pill input[type=radio]:disabled+label{opacity:.35;border-style:dashed;text-decoration:line-through}.product-form__quantity .form__label{font-size:1.3rem;font-weight:600;margin-bottom:1rem}.product-form__quantity .quantity{width:12rem;min-height:4.2rem;border:1px solid rgba(var(--color-foreground),.25);border-radius:4px}.product-form__quantity .quantity__input{font-size:1.4rem}.product-form__quantity .quantity__button{width:3.6rem}@media screen and (min-width:750px){.product__info-container .product-form__buttons{display:flex;align-items:stretch;gap:1rem;max-width:46rem}.product__info-container .product-form__buttons .product-form__submit,.product__info-container .product-form__buttons .shopify-payment-button{flex:1 1 0;margin:0;min-width:0}.product__info-container .product-form__buttons .shopify-payment-button__button{min-height:4.6rem}.product__info-container .product-form__buttons .shopify-payment-button__more-options{margin:.8rem 0 0}}.product__info-container .product-form__submit{min-height:4.6rem;font-weight:600}.related-products .card__inner,.related-products .card--standard .card__media{background:#f5f5f5;border-radius:6px}.related-products .card__information{padding-top:1rem;text-align:center}.related-products .card__heading,.related-products .card__heading a{font-size:1.4rem;font-weight:500;line-height:1.4;text-transform:none}.related-products .card-information .price{font-size:1.3rem;margin-top:.4rem}.related-products .card__information>*+*{margin-top:.4rem}.eCommerceUl>li{position:relative}.sub-menu{list-style:none;margin:0;padding:0}.cstMenuDrpArrow{position:relative;display:inline-block;width:14px;height:8px;margin-left:6px;cursor:pointer;vertical-align:middle}.cstMenuDrpArrow:after{content:"";background-image:none;position:absolute;left:0;top:0;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid var(--black-clr);transition:transform .3s ease-in-out}.openSubmenu>.cstMenuDrpArrow:after{transform:rotate(180deg)}@media(min-width:992px){.category-nav .category-nav-ul.eCommerceUl .sub-menu{position:absolute;top:100%;left:0;min-width:230px;background:#fff;box-shadow:0 8px 20px #00000026;padding:6px 0;border-radius:0 0 6px 6px;z-index:999;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease,visibility .25s}.category-nav .category-nav-ul.eCommerceUl>li:hover>.sub-menu,.category-nav .category-nav-ul.eCommerceUl>li.openSubmenu>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.category-nav .category-nav-ul.eCommerceUl .sub-menu li{padding:0;white-space:nowrap}.category-nav .category-nav-ul.eCommerceUl .sub-menu li a{display:block;padding:10px 20px;font-size:16px;line-height:22px;font-weight:500}.category-nav .category-nav-ul.eCommerceUl .sub-menu li a:hover{background:#f0d800;color:#101010;text-decoration:none}}.header-main .headerCol .logo a img{padding-bottom:12px}@media(max-width:991px){.main-menu .category-nav .category-nav-ul{display:block}.main-menu .category-nav .category-nav-ul.eCommerceUl>li{position:relative;padding:0 15px}.main-menu .category-nav .category-nav-ul.eCommerceUl .sub-menu{display:none;padding-left:18px}.main-menu .category-nav .category-nav-ul.eCommerceUl .sub-menu li a{display:block;padding:8px 0;font-size:16px}.main-menu .cstMenuDrpArrow{position:absolute;right:10px;top:14px;padding:6px 10px;margin:0}.inforDtail{display:none!important}.main-menu{padding-bottom:0!important}.headerCol{flex-direction:row-reverse}.sticky-header.header_scroll .headerCol .logo a img{width:275px}.header-main .headerCol .logo a img{padding-bottom:8px}}.mobile-menu svg{height:26px;color:#fff}@media(min-width:992px){.mobile-menu{display:none}.category-nav .category-nav-ul.eCommerceUl .sub-menu:has(>li:nth-child(9)){width:460px;min-width:460px;column-count:2;column-gap:0;column-fill:balance}.category-nav .category-nav-ul.eCommerceUl .sub-menu:has(>li:nth-child(9))>li{break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid}.category-nav .category-nav-ul.eCommerceUl>li:nth-last-child(-n+4) .sub-menu:has(>li:nth-child(9)){left:auto;right:0}}@media(max-width:420px){.header-main .headerCol .logo a img{width:138px!important}.mobile-menu svg{height:22px!important}.menuIcon span,.menuIcon span:before,.menuIcon span:after{height:1.8px!important}.hdr-cart-count{top:4px;right:3px;min-width:16px;height:15px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/custom.css.map */
