@import"https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{padding:0;margin:0;box-sizing:border-box}:root{--guardius-black: #231F20;--guardius-purple: #672C88;--guardius-white: #ffffff;--guardius-red: #ED2224;--guardius-grey: #787878;--guardius-pink: #FEF6F6;--guardius-poppins:"Poppins", sans-serif;--guardius-jost:"Jost", sans-serif}body,html{overflow-x:hidden}body{font-family:var(--guardius-poppins);overflow-x:hidden;color:var(--guardius-black)}img,img a{max-width:100%;height:auto}a{text-decoration:none;transition:ease-in .5s}button:focus,button:hover{outline:0px;border:0px}a:focus{outline:0px;border:0px}a:hover{color:var(--guardius-purple)}p{font-weight:300}ul,ul li{list-style:none;padding:0}h1,h2,h3,h4,h5,h6{color:var(--guardius-black)}p{font-size:16px;line-height:26px;color:var(--guardius-black);font-weight:400}@media (min-width: 1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1440px}}h2.comm-title{color:var(--guardius-black);font-size:42px;font-weight:600;margin-bottom:0;font-family:var(--guardius-jost)}.com-btn{font-size:18px;font-weight:700;font-family:var(--guardius-jost);line-height:15px;color:var(--guardius-black);padding:15px 22px;border:1.2px solid var(--guardius-black);border-radius:4px;transition:.3s ease-in-out;display:inline-block}.com-btn:hover{background-color:var(--guardius-purple);border:1.2px solid var(--guardius-purple);color:var(--guardius-white)}header.site_header{width:100%;padding:15px 25px;background:var(--guardius-white);z-index:5;transition:all .3s ease-out;height:110px}header.site_header.fixedHeader{background:var(--guardius-white);height:100px;position:fixed;width:100%;left:0;top:0;padding-top:10px;padding-bottom:10px;box-shadow:0 2px 5px 1px #403c4329;right:0;transition:ease-in .5s}.main_menunav{padding-left:0}.main_menunav ul{margin:5px 0}.main_menunav ul li{display:inline-block}.main_menunav ul li a{font-size:18px;color:var(--guardius-black);margin:0 5px;display:inline-block;padding:8px 10px;transition:ease-in .5s;font-family:var(--guardius-poppins);font-weight:400}.main_menunav ul li a:hover,.main_menunav ul li a.active{color:var(--guardius-purple)}.top_right ul{display:flex;gap:20px;align-items:center;margin:0}section.main_banner{background:url(/cdn/shop/files/hero-bg.jpg?v=1750931691);padding:80px 0 50px;background-size:cover;background-repeat:no-repeat;background-position:center}.home-hero-banner img{width:100%}.main-banner-content{padding-left:80px}.main-banner-content h1{font-size:62px;line-height:75px;text-align:left;color:var(--guardius-black);font-family:var(--guardius-jost);margin-bottom:20px;font-weight:500}.main-banner-content p{font-family:var(--guardius-poppins);font-size:18px;font-weight:400}.off-code-grp{display:flex;align-items:center;gap:30px;margin-top:40px}.off-code-each{text-align:center;padding:25px 15px;border-radius:8px;background-image:repeating-linear-gradient(0deg,#606060,#606060 10px,transparent 10px,transparent 20px,#606060 20px),repeating-linear-gradient(90deg,#606060,#606060 10px,transparent 10px,transparent 20px,#606060 20px),repeating-linear-gradient(180deg,#606060,#606060 10px,transparent 10px,transparent 20px,#606060 20px),repeating-linear-gradient(270deg,#606060,#606060 10px,transparent 10px,transparent 20px,#606060 20px);background-size:1.2px calc(100% + 20px),calc(100% + 20px) 1.2px,1.2px calc(100% + 20px),calc(100% + 20px) 1.2px;background-position:0 0,0 0,100% 0,0 100%;background-repeat:no-repeat}.off-code-each:hover{animation:borderAnimation 1s infinite linear}@keyframes borderAnimation{0%{background-position:0 0,-20px 0,100% -20px,0 100%}to{background-position:0 -20px,0 0,100% 0,-20px 100%}}.off-code-each h4{color:var(--guardius-purple);font-weight:600;font-size:24px;text-transform:uppercase;margin-bottom:15px}.off-code-each span{font-size:14px}section.banner-btm-info{margin:100px 0}.banner-btm-info-t{display:flex;align-items:center;justify-content:space-between}.banner-btm-info-t h2{flex:0 0 85%}.banner-btm-info-b-each p{font-size:16px;color:var(--guardius-grey)}.banner-btm-info-b .banner-btm-info-b-each:nth-child(1){padding-right:5px}.banner-btm-info-b .banner-btm-info-b-each:nth-child(2){padding-left:10px;padding-right:5px}.banner-btm-info-b .banner-btm-info-b-each:nth-child(3){padding-left:10px}.banner-btm-info-b .banner-btm-info-b-each:nth-child(2),.banner-btm-info-b .banner-btm-info-b-each:nth-child(3){border-left:1px solid #EDD6FA}section.video-section{margin:100px 0}.video-wrapper{position:relative;padding:0 10%;max-width:100%}.video-wrapper video{width:100%;height:auto;display:block;border-radius:20px}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;cursor:pointer;transition:background .3s;border-radius:50%}.play-button:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background:#fff6;opacity:0;transition:opacity .3s,transform .5s;z-index:-1}.play-button:hover:after{animation:ripple .6s ease-out}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(1);opacity:.4}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}section.hid-cam-sec{background:url(../images/hid-cam-bg.jpg);margin-top:50px}.hid-cam-wrap{display:flex;flex-wrap:wrap;padding:0;margin:0;align-items:center}.hid-cam-left-content{width:60%;padding-left:calc((100vw - 1440px)/2);padding-top:35px;padding-bottom:35px}.hid-cam-content{padding-right:10%}.hid-cam-content h2{max-width:500px;margin-bottom:20px}.hid-cam-content p{max-width:600px;margin-bottom:0;font-size:16px;color:var(--guardius-grey)}.hid-cam-right-img{width:40%}section.dis-products{margin:100px 0}.product-inner{border-radius:15px}.prod-thumb{margin-bottom:15px;position:relative}.prod-thumb:after{content:"";position:absolute;top:0;border-radius:15px;left:0;width:100%;height:100%;background:#00000080;display:none;z-index:1}img.add-to-cart-icon{position:absolute;top:40%;transform:translateY(-50%);left:50%;transform:translate(-50%);z-index:9;display:none}.product-inner h2.pro-title{font-size:24px;font-weight:600;margin-bottom:15px}.product-inner p.pro-price{color:var(--guardius-grey);font-weight:600;font-size:20px;font-family:var(--guardius-poppins);margin:0}.product-inner p.pro-price span{font-size:16px;font-family:var(--guardius-poppins);font-weight:400;color:var(--guardius-grey);text-decoration:line-through;margin-left:5px}.add-cart-btn{font-family:var(--guardius-jost);font-size:18px;font-weight:400;color:var(--guardius-black);padding:9px 20px;border:1.2px solid #231F20;border-radius:4px;display:inline-block;transition:.3s}.product-price-cart{display:flex;justify-content:space-between;align-items:center;gap:12px}.add-cart-btn:hover{background:linear-gradient(84.17deg,#672c88 3.04%,#ee2424 122.75%);color:#fff}.each-product{position:relative}.tag-wish{position:absolute;left:15px;top:15px;z-index:2}.tag-wish p{font-size:16px;font-weight:400;text-transform:capitalize;color:var(--guardius-white);padding:10px 24px;border-radius:6px;background-color:var(--guardius-black);display:inline-block}.tag-wish p.most-popular{background-color:#672c8a}section.protect-privacy{background:url(/cdn/shop/files/background-image.png?v=1753786841) no-repeat center;background-size:cover;padding:40px 0}section.protect-privacy h2,section.wallet-section h2{font-family:var(--guardius-jost);font-weight:600;font-size:44px;line-height:50px;letter-spacing:0;color:var(--guardius-black)}section.protect-privacy p,section.wallet-section p{font-family:var(--guardius-poppins);font-size:24px;line-height:34px;letter-spacing:0;color:var(--guardius-grey);margin-top:30px}section.protect-privacy img,section.wallet-section img{width:85%;border-radius:20px}.wallet-section-img{text-align:end}section.wallet-section{padding:40px 0}section.victim-carry{margin:100px 0;padding:0}.h-faq-sec-col{padding-right:120px}.h-faq-sec .com-yelw-title h2{font-family:var(--guardius-jost);font-weight:600;font-size:45px;line-height:60px;letter-spacing:0;color:var(--guardius-black)}.h-faq-sec .com-yelw-title p{font-family:var(--guardius-poppins);font-weight:500;font-size:24px;line-height:30px;letter-spacing:0;color:var(--guardius-grey);margin-top:25px}.reach-out-cta{background-color:var(--guardius-white);padding:28px;border-radius:30px;margin-top:75px}.reach-out-cta h3{font-weight:400;font-size:24px;line-height:38px;color:var(--guardius-black);margin-bottom:36px}.reach-out-cta-btn h4{font-weight:500;font-size:22px;line-height:48px;color:var(--guardius-black);margin-bottom:20px}.reach-out-cta-btn div{display:flex;align-items:center;gap:15px;background-color:#fef6f6;padding:5px;border-radius:30px}.reach-out-cta-btn div span{width:100%}.reach-out-cta-btn div a{font-weight:400;line-height:16px;color:var(--guardius-black);font-size:14px}.cta-img{text-align:end}.cta-img img{width:100%;object-fit:cover;margin-left:18%;max-width:150px}.faq-content-wrap .accordion-item{margin-bottom:20px;border:none;background-color:#fff;padding:20px;border-radius:12px}.faq-content-wrap .accordion-item .accordion-button{background:transparent;padding:0;box-shadow:none;font-size:22px;color:var(--guardius-black)}.faq-content-wrap .accordion-item .accordion-body{padding:20px 0 0;border-top:1px solid #E7E9ED;margin-top:20px;font-size:18px;line-height:30px;color:var(--guardius-grey)}.dis-products .title-wrap p{text-align:center;margin:auto;font-size:24px;font-family:var(--guardius-poppins);color:var(--guardius-grey);font-weight:500}.footer{background-position:center;background-size:cover;background-repeat:no-repeat;background-color:#f9eeff;padding:70px 0}.footer-right{display:flex;justify-content:space-between;gap:25px}.footer-botm{padding:30px 0 0}.footer-botm p{font-size:14px;font-weight:400;margin:0}.social-wall-sec,.h-faq-sec,.more-features-sec,.product-detl-sec,.contact-page-sec,.matters-most-sec{margin:100px 0}.h-faq-sec{padding:80px 0}.ftr-ul ul{display:flex;gap:35px;align-items:center;justify-content:flex-end;margin:0}.ftr-ul ul li a{font-size:18px;color:var(--guardius-black);transition:.3s}.ftr-ul ul li a:hover{color:var(--guardius-purple)}.ftr-logo-box{text-align:center}.footer-top{margin-bottom:40px}.footer-botm ul{display:flex;gap:16px;align-items:center;margin:0}.footer-botm ul li a{font-size:16px;font-weight:400;font-family:var(--guardius-poppins);color:var(--guardius-black)}#shopify-section-template--19105427947752__faq_section_8jd4fb .h-faq-sec{margin-bottom:0!important}.main-image img{width:100%;height:auto;display:block;border-radius:20px;max-height:650px;object-fit:contain}.main-image{margin-bottom:20px}.thumb-slider img{width:160px!important;height:160px!important;object-fit:cover;cursor:pointer;opacity:.8;border-radius:8px;border:4px solid transparent}.thumb-slider .active-thumb img{opacity:1;border-color:#750ba240}.rating-star{display:flex;align-items:center;justify-content:start;gap:3px;margin-top:-3px}.star-rat-wrap{display:flex;align-items:center;gap:5px}.star-rat-wrap p{margin:0;font-size:16px;font-family:var(--guardius-jost)}.product-details-cont h2{font-size:36px;line-height:50px;font-weight:500}.product-price h4{font-size:28px;font-weight:500;color:var(--guardius-black);font-family:var(--guardius-jost);display:flex;gap:14px;align-items:center}.product-price h4 span{font-size:20px;color:#23232366;text-decoration:line-through}.single-product-details p,.single-product-details ul li{font-size:20px;font-weight:500;color:var(--guardius-grey);margin:0;padding-bottom:10px}.single-product-details ul li{padding-bottom:0}.product-price{margin:20px 0 30px}.single-product-details{border-bottom:1px solid #E9E9E9}.cart-btn{font-family:var(--guardius-jost);font-size:18px;font-weight:400;border:1.2px solid #231F20;border-radius:4px;padding:18px 25px;color:var(--guardius-black);background-color:transparent;width:calc(100% - 140px);transition:.3s;line-height:1}.cart-btn:hover{background-color:var(--guardius-purple);color:var(--guardius-white);border-color:var(--guardius-purple)}.single-product-btn-wrap form input[type=text]{font-size:20px;font-family:var(--guardius-jost);color:var(--guardius-white);font-weight:500;background-color:var(--guardius-purple);border-radius:0;padding:10px 5px;border:none;outline:none;width:50px;line-height:1}.single-product-btn-wrap form{display:flex;gap:20px;align-items:center;margin:35px 0;flex-wrap:wrap}.payment-card{display:flex;gap:10px;align-items:center}.more-pay-option{font-size:18px;font-weight:400;font-family:var(--guardius-jost);color:var(--guardius-black)}.payment-opt-wrap{display:flex;gap:10px;align-items:center;justify-content:space-between;border-bottom:1px solid #E9E9E9;padding-bottom:35px}.extra-info-wrap .accordion-item .accordion-header .accordion-button{background-color:transparent;box-shadow:none;font-size:24px;font-weight:400;color:var(--guardius-grey);font-family:var(--guardius-jost);padding-left:0;padding-right:0}.extra-info-wrap .accordion-item .accordion-body{padding-top:0;padding-left:0;padding-right:0}.gap-75{gap:75px}.feat-icon-box{width:120px;height:100px;margin:auto}.more-feat-box img{max-width:120px;width:auto!important}.more-feat-box h5{font-size:24px;font-weight:400;font-family:var(--guardius-poppins);margin:20px 0 15px}.more-feat-box{text-align:center;max-width:355px;margin:auto}.more-feat-box p{font-size:18px;font-weight:400;line-height:30px;color:var(--guardius-grey)}.contact-banner-cont{text-align:center}.contact-banner-sec{background-size:cover;background-repeat:no-repeat;height:350px;display:flex;align-items:center}.contact-banner-cont h1{font-size:50px;font-weight:500;font-family:var(--guardius-jost);color:var(--guardius-black)}.contact-banner-cont img{max-width:100px;margin-bottom:25px}.contact-page-header h2{font-size:42px;font-weight:500;color:var(--guardius-black);margin-bottom:10px;font-family:var(--guardius-jost)}.contact-page-header p{font-size:18px;font-family:var(--guardius-poppins);line-height:30px;color:var(--guardius-grey)}.contact-page-header{text-align:center;margin-bottom:50px}.contact-box{text-align:center}.contact-box h4{font-size:32px;font-weight:500;font-family:var(--guardius-jost);margin-bottom:25px}.contact-box a{font-size:24px;font-weight:400;font-family:var(--guardius-poppins);transition:.3s;color:var(--guardius-grey)}.contact-box a:hover{color:var(--guardius-purple)}.contact-box ul{display:flex;gap:40px;justify-content:center;align-items:center;margin:0}.contact-form{margin-top:80px}.contact-form form{background-size:cover;background-repeat:no-repeat;border-radius:4px;padding:45px 32px 50px}.contact-form form .input-box input,.contact-form form .input-box textarea{width:100%;border:1px solid #ECECEC;border-radius:4px;font-family:var(--guardius-poppins);font-size:18px;font-weight:400;color:var(--guardius-black);padding:10px 25px;margin-bottom:20px;outline:none}.contact-form form .input-box input:focus,.contact-form form .input-box textarea:focus{border-color:var(--guardius-purple)}.contact-form form .input-box input::placeholder,.contact-form form .input-box textarea::placeholder{color:var(--guardius-black)}.contact-form form .input-box textarea{height:150px}.submit-btn{background-color:var(--guardius-purple);border:1px solid var(--guardius-purple);font-family:var(--guardius-jost);font-size:24px;font-weight:400;padding:14px 20px;color:var(--guardius-pink);border-radius:4px;width:300px;transition:.3s}.submit-btn:hover{background-color:var(--guardius-white);color:var(--guardius-purple)}.more-features-sec{background-color:#fef7f7;padding:60px 0}.add-to-cart-link{border:none!important}.template-404 p{font-size:120px}.shopify-policy__title{display:none}#more-payment-options-link{cursor:pointer;font-size:18px;text-decoration:none;font-weight:400;font-family:var(--guardius-jost);color:var(--guardius-black)}.copyright-txt{text-align:center}.design-by-txt{text-align:right}.matters-most-cont{background-image:url(/cdn/shop/files/what-matter-bg.png?v=1751551995);background-size:cover;padding:60px;text-align:center;border-radius:22px}.matters-most-cont h2{font-size:45px;font-family:var(--guardius-poppins);color:var(--guardius-black);font-weight:600;margin-bottom:22px}.matters-most-cont p{font-size:18px;font-family:var(--guardius-poppins);color:var(--guardius-grey);font-weight:500;max-width:850px;margin:auto}.matters-most-cont a{margin-top:25px}.dis-products .title-wrap h2{font-family:var(--guardius-jost);font-weight:500;font-size:44px}.grad-btn{background:linear-gradient(84.17deg,#672c88 3.04%,#ee2424 122.75%);font-family:var(--guardius-jost);font-size:18px;padding:18px 50px;font-weight:400;color:#fff!important;border-radius:4px;margin-top:10px;display:inline-block}.banner-btm-icon-box{text-align:center;border-right:1px solid #DCD4E1;width:calc((100% - 20px) / 3)}.banner-btm-icon-box img{width:95px;margin-bottom:35px}.banner-btm-icon-box p{font-family:var(--guardius-poppins);font-weight:500;font-size:24px;line-height:34px;color:#787878;max-width:305px;margin:auto}.banner-btm-info-b{display:flex;justify-content:space-around}.banner-btm-info-t h2{text-align:center;margin-bottom:60px}.banner-btm-btm-txt{font-family:var(--guardius-poppins);font-weight:500;font-size:24px;line-height:34px;color:#787878;margin-top:30px;text-align:center}.victim-carry h2{margin-bottom:40px}.victim-carry ul{padding-left:25px}.victim-carry ul li{font-family:var(--guardius-poppins);font-size:24px;font-weight:500;color:var(--guardius-grey);padding-bottom:7px;list-style:disc}.victim-carry p i{font-size:24px;font-family:var(--guardius-poppins);font-weight:600;font-style:italic;color:var(--guardius-purple)}.protect-privacy-content ul{display:flex;gap:30px;flex-direction:column;margin-top:30px}.protect-privacy-content ul li{border-bottom:1px solid #DCD4E1;display:flex;gap:30px;align-items:center;padding-bottom:30px;padding-left:25px}.protect-privacy-content ul li img{min-width:75px;width:75px}.protect-privacy-content ul li p{font-size:24px;font-family:var(--guardius-poppins);font-weight:500;color:var(--guardius-grey);margin:0}.step-sec{margin-top:100px}.step-sec .comm-title{text-align:center;margin-bottom:60px}.step-box img{border-radius:22px}.step-box .step-cont h5{font-size:32px;font-family:var(--guardius-jost);font-weight:500;color:var(--guardius-black);margin:20px 0}.step-box .step-cont p{font-size:24px;font-family:var(--guardius-poppins);font-weight:500;color:var(--guardius-black);line-height:34px}.input-counter{display:flex;align-items:center;width:120px;border-radius:4px;background:#672c88;overflow:hidden;justify-content:center}.input-counter input.quantity{width:50px;text-align:center;font-size:16px}.input-counter button{border:none;padding:10px 6px;background:#672c88;color:#fff;font-size:20px;cursor:pointer}.single-product-btn-wrap .cart-btn{padding:18px 25px!important}#AirReviews-BlockWrapper{margin-bottom:50px}@media (min-width: 1201px){.btnToggle,.btnClose{display:none}}@media (max-width: 1440px){.hid-cam-left-content{padding-left:15px}}@media (max-width: 1400px){.hid-cam-left-content{padding-left:calc((100vw - 1140px)/2)}}@media (max-width: 1400px){.hid-cam-left-content{padding-left:calc((100vw - 960px)/2)}}@media (max-width: 1199px){.main-image img{max-height:500px}.thumb-slider img{height:100px!important}}@media (max-width: 992px){.ftr-ul ul{gap:10px}.ftr-ul ul li a{font-size:16px}.footer-botm{flex-wrap:wrap}.footer-botm ul{width:100%;justify-content:center}.footer-botm{padding-top:0}.hid-cam-left-content{padding-left:calc((100vw - 720px)/2)}header.site_header,header.site_header.fixedHeader{height:auto}.main-image img{max-height:340px}.footer-botm ul{margin-bottom:10px}.btnToggle span,.btnToggle span:before,.btnToggle span:after{background:var(--guardius-black);content:"";position:absolute;width:25px;height:2px;margin-top:14px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotateY(180deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out}.btnToggle span:before{margin-top:-8px}.btnToggle span:after{margin-top:8px}.btnToggle.active span{background:transparent}.btnToggle.active span:before{margin-top:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.btnToggle.active span:after{margin-top:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.btnToggle.active{-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out}.btnClose{color:var(--guardius-black)}.mobile_menu_wrap{position:fixed;width:100%;height:0px;overflow:hidden;left:0;top:15%;background:var(--guardius-white);padding:0 30px;transition:height linear .4s}.btm-head.fixedHeader .mobile_menu_wrap{top:10%}.mobile_menu_wrap.dropNav{height:100%}.main_menunav{width:100%;background:var(--guardius-white)}.main_menunav ul li{display:block;text-align:center;margin:10px 0}.top_right{position:absolute;top:46%;transform:translateY(-50%);right:78px}.btm-head.fixedHeader .top_right{top:25px}.site_header{padding:15px 0;height:auto;background:var(--guardius-black)}.btnToggle{height:32px;width:36px;top:50%;transform:translateY(-50%);cursor:pointer;position:absolute;right:10px}.btm-head.fixedHeader .btnToggle{top:25px}.site_header.fixedHeader{height:auto}.site_header .container{position:relative}.main-banner-content{padding-left:15px}.main-banner-content h1{font-size:50px;line-height:60px}.faq-content-wrap .accordion-item .accordion-button{font-size:19px}.main-banner-content p,.com-btn,section.protect-privacy p,section.wallet-section p,.faq-content-wrap .accordion-item .accordion-body,.h-faq-sec .com-yelw-title p,.single-product-details p,.single-product-details ul li,.more-feat-box p,.matters-most-cont p,.protect-privacy-content ul li p,.banner-btm-icon-box p,.banner-btm-btm-txt,.victim-carry ul li,.victim-carry p i,.step-box .step-cont p,.dis-products .title-wrap p,.product-inner h2.pro-title{font-size:18px;line-height:26px}h2.comm-title,section.protect-privacy h2,section.wallet-section h2,.h-faq-sec .com-yelw-title h2,.contact-page-header h2,.matters-most-cont h2,.dis-products .title-wrap h2{font-size:36px;line-height:42px}section.protect-privacy div.protect-privacy-content{padding-left:0}section.wallet-section div.wallet-section-content{padding-right:0}.h-faq-sec-col{padding-right:12px}section.protect-privacy img,section.wallet-section img{width:100%}.reach-out-cta h3,.reach-out-cta-btn h4{font-size:22px}section.main_banner{padding:40px 0}section.banner-btm-info,section.video-section,.dis-products,.social-wall-sec,.h-faq-sec,section.dis-products,.more-features-sec,.product-detl-sec,.contact-page-sec,.matters-most-sec,section.victim-carry{margin:80px 0}.reach-out-cta{margin:20px 0}.main-banner-content h1{font-size:48px;line-height:55px}.product-details-cont h2{font-size:30px;line-height:40px}.product-price h4,.step-box .step-cont h5{font-size:24px}.product-price h4 span{font-size:18px}.extra-info-wrap .accordion-item .accordion-header .accordion-button,.more-feat-box h5{font-size:20px}.contact-banner-cont h1{font-size:42px}.contact-page-header p{font-size:16px}.contact-box h4{font-size:25px;margin-bottom:20px}.contact-box a{font-size:19px}.contact-box ul{gap:22px}.contact-form{margin-top:40px}.contact-form form .input-box input,.contact-form form .input-box textarea{font-size:16px;padding:10px 20px}.submit-btn{font-size:20px}.step-sec{margin-top:40px}.h-faq-sec{padding:30px 0}.each-product{margin-bottom:25px}.add-cart-btn{font-size:16px;padding:9px 16px}.step-box .step-cont h5{margin:12px 0}.protect-privacy-content ul li img{min-width:55px;width:55px}.protect-privacy-content ul li{gap:15px}.step-sec .comm-title{margin-bottom:30px}.product-inner p.pro-price{font-size:17px}.tag-wish p{font-size:14px}.banner-btm-icon-box img{width:70px;margin-bottom:20px}}@media (max-width: 767px){.site_header{padding:15px 0}.site_logo img{width:180px}.off-code-each h4{font-size:20px}.off-code-grp{gap:12px}.off-code-each span{max-width:105px;display:block;margin:auto}.faq-content-wrap .accordion-item{padding:16px;margin-bottom:12px}.faq-content-wrap .accordion-item .accordion-button{font-size:15px}.faq-content-wrap .accordion-item .accordion-body{padding:12px 0 0;margin-top:12px}.faq-content-wrap .accordion-item .accordion-body p{font-size:12px;line-height:18px}.h-faq-sec .com-yelw-title p{margin-top:15px}.main_banner{padding:100px 0 0}.main-banner-content{padding:0}.main-banner-content h1,.contact-banner-cont h1{font-size:38px;line-height:48px}h2.comm-title,section.protect-privacy h2,section.wallet-section h2,.h-faq-sec .com-yelw-title h2,.product-details-cont h2,.contact-page-header h2,.matters-most-cont h2,.dis-products .title-wrap h2{font-size:32px;line-height:46px}section.protect-privacy p,section.wallet-section p{margin-top:12px}.footer-r-content{padding-left:0}.foot_nav{gap:20px;padding-bottom:10px}.foot_nav ul li a{font-size:16px}.ftr-ul{margin:15px 0}.ftr-ul ul{justify-content:center}.paument-opt{text-align:center}.footer{padding:40px 0}.hid-cam-left-content{padding-left:calc((100vw - 540px)/2)}.single-product-right-box{margin-top:25px}.product-price h4{font-size:20px}.product-price h4 span{font-size:15px}.product-price{margin:15px 0 20px}.more-feat-box{margin-bottom:0}.contact-box h4{margin-bottom:15px}.contact-box{margin-bottom:30px}.contact-box h4{font-size:22px}.submit-btn{width:225px;padding:12px 20px}.contact-form form{padding:25px}.footer-botm ul li a{font-size:14px}.design-by-txt{text-align:center}.matters-most-cont{padding:25px}.more-features-sec{padding:40px 0}.step-box{margin-bottom:55px}section.protect-privacy img,section.wallet-section img{width:75%;margin:auto;display:block}.dis-products .title-wrap h2{text-align:center}}@media (max-width: 576px){.footer-botm{flex-direction:column;gap:5px}.footer-botm p{text-align:center}.footer-top{margin-bottom:20px}.off-code-each{padding:10px}.off-code-each h4{margin-bottom:5px;font-size:19px}.hid-cam-wrap{flex-direction:column}.prod-thumb img{width:100%}.each-product{max-width:80%;margin:0 auto 50px}.dis-products .row .col-lg-3:last-of-type .each-product{margin-bottom:0}section.protect-privacy h2,section.wallet-section h2{margin-top:45px;font-size:28px;line-height:36px;text-align:center;margin-bottom:25px}.site_logo img{width:125px}section.main_banner{margin-top:0}header.site_header{padding:15px 12px}.main-banner-content h1{font-size:42px;line-height:54px;margin-top:20px}.banner-btm-info-b{flex-direction:column;align-items:center;gap:25px}.banner-btm-icon-box{border:none;width:80%;border-bottom:1px solid #DCD4E1;padding-bottom:25px;max-width:235px}.banner-btm-info-b .banner-btm-info-b-each:nth-child(2),.banner-btm-info-b .banner-btm-info-b-each:nth-child(3){border:none;padding-left:0}.banner-btm-info-b .banner-btm-info-b-each:nth-child(2),.banner-btm-info-b .banner-btm-info-b-each:nth-child(1){border-bottom:1px solid #EDD6FA}.banner-btm-info-t img{display:none}.hid-cam-left-content{width:100%;padding-left:15px}.hid-cam-right-img{width:95%}.mobile_menu_wrap{top:11%}.payment-opt-wrap{flex-direction:column;align-items:flex-start}.payment-card a img{width:55px}.row>*{padding-left:20px;padding-right:20px}section.main_banner{background-image:url(/cdn/shop/files/mob-bg.jpg?v=1754543864)}.main-banner-content p{font-size:14px;line-height:22px}.grad-btn{font-size:16px;padding:12px 42px}.banner-btm-info{margin-top:80px!important}.banner-btm-btm-txt,.victim-carry p i,.protect-privacy-content ul li p{font-size:16px}section.protect-privacy p,section.wallet-section p{font-size:14px;line-height:26px;text-align:center}.victim-carry ul li{font-size:14px;line-height:22px}section.protect-privacy{padding:50px 0}.victim-carry ul{padding-left:50px}section.protect-privacy p,section.wallet-section p{margin-top:20px}.play-pause-button{width:40px}section.video-section{margin:50px 0}.protect-privacy-content ul li{flex-direction:column;padding-left:0}.protect-privacy-content ul li img{min-width:48px;width:48px}.step-box .step-cont h5{font-size:28px}.step-box .step-cont p{font-size:20px;text-align:center;line-height:32px}.step-box .step-cont h5{margin:30px 0 15px;text-align:center}.h-faq-sec .com-yelw-title h2{font-size:28px;line-height:38px;text-align:center}.h-faq-sec .com-yelw-title p{font-size:14px;line-height:26px;text-align:center;margin-bottom:16px}.dis-products .title-wrap p{font-size:14px;margin-top:20px}.add-cart-btn{font-size:14px}.ftr-ul ul li a{font-size:12px}.ftr-logo-box a img{max-width:180px}.footer-botm ul li a,.footer-botm p,.design-by-txt{font-size:12px}.footer-botm p{margin-bottom:10px}.ftr-ul{margin:15px 0 25px}.paument-opt{text-align:center;border-bottom:1px solid #FFFFFF;padding-bottom:20px}.footer{padding:35px 0}.protect-privacy-content ul{max-width:90%;margin:auto}.step-sec .row .col-md-4:last-of-type .step-box{margin-bottom:0}.contact-banner-sec{height:190px}.contact-page-header p{font-size:14px;line-height:26px}.submit-btn,.contact-box a{font-size:16px}.contact-form form .input-box input,.contact-form form .input-box textarea{font-size:15px}.contact-form{margin-top:0}.single-product-details p,.extra-info-wrap .accordion-item .accordion-body{font-size:14px;line-height:24px}.product-details-cont h2{font-size:28px;line-height:38px}.single-product-btn-wrap form input[type=text]{font-size:16px}}@media (min-width: 1601px){.container-fluid{padding:0 40px;max-width:1920px;position:relative}}.AirReviews-Widget .AirReviews-Widget__FloatButton{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/custom.css.map */
