:root{--blue: #2563eb;--blue-dark: #1d4ed8;--blue-light: #eff6ff;--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-600: #475569;--slate-700: #334155;--slate-900: #0f172a}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--slate-900);background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;font-family:inherit}.announcement-bar{background:var(--blue);color:#fff;text-align:center;padding:10px 16px;font-size:13px;font-weight:600;letter-spacing:.3px}.site-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 12px #0000000f}.header-inner{max-width:1400px;margin:0 auto;padding:0 30px;height:100px!important;display:flex;align-items:center;justify-content:space-between}.header-logo img{height:70px!important;width:auto!important;max-width:350px!important}.header-nav{display:flex;align-items:center;gap:35px}.header-nav a{font-size:15px;font-weight:600;color:#334155;transition:all .3s ease}.header-nav a:hover,.header-nav a.active{color:#2563eb}.header-actions{display:flex;align-items:center;gap:15px}.header-search{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px 14px}.header-search input{width:220px;border:none;background:transparent;outline:none}.cart-btn{background:#2563eb;color:#fff;padding:10px 18px;border-radius:12px;font-weight:700}.header-search{display:flex;align-items:center;gap:8px;background:var(--slate-50);border:1.5px solid var(--slate-200);border-radius:8px;padding:6px 12px}.header-search input{border:none;background:transparent;font-size:14px;width:180px;outline:none}.cart-btn{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:700;background:var(--blue);color:#fff;padding:8px 16px;border-radius:8px;transition:background .2s}.cart-btn:hover{background:var(--blue-dark)}.cart-count{background:#fff;color:var(--blue);font-size:11px;font-weight:800;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.mobile-menu-btn{display:none;background:none;padding:4px}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.mobile-nav.open{display:block}.mobile-nav-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.mobile-nav-panel{position:absolute;top:0;left:0;bottom:0;width:280px;background:#fff;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.mobile-nav-panel a{padding:12px 0;font-size:15px;font-weight:600;color:var(--slate-700);border-bottom:1px solid var(--slate-100)}.mobile-nav-panel a:hover{color:var(--blue)}.btn-primary{display:inline-flex;align-items:center;gap:6px;background:var(--blue);color:#fff;font-size:15px;font-weight:700;padding:12px 24px;border-radius:8px;transition:background .2s;border:none}.btn-primary:hover{background:var(--blue-dark)}.btn-secondary{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#fff;font-size:15px;font-weight:700;padding:12px 24px;border-radius:8px;border:2px solid rgba(255,255,255,.6);transition:all .2s}.btn-secondary:hover{background:#ffffff26}.hero-section{background:linear-gradient(135deg,#1e3a8a,#2563eb,#3b82f6);padding:80px 24px;text-align:center;color:#fff}.hero-content{max-width:800px;margin:0 auto}.hero-badge{display:inline-block;background:#ffffff26;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:700;margin-bottom:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-title{font-size:clamp(36px,6vw,72px);font-weight:900;line-height:1.1;margin-bottom:16px}.hero-subtitle{font-size:18px;opacity:.9;margin-bottom:32px;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.hero-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:48px}.hero-stats{display:flex;gap:32px;justify-content:center;flex-wrap:wrap}.hero-stat{text-align:center}.stat-number{display:block;font-size:28px;font-weight:900}.hero-stat span:last-child{font-size:13px;opacity:.8}.featured-section{max-width:1280px;margin:0 auto;padding:60px 24px}.section-header{text-align:center;margin-bottom:40px}.section-header h2{font-size:32px;font-weight:800;color:var(--slate-900);margin-bottom:8px}.section-header p{font-size:16px;color:var(--slate-600)}.why-us-section{background:var(--blue-light);padding:60px 24px}.why-us-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.why-us-card{background:#fff;padding:28px 24px;border-radius:12px;box-shadow:0 2px 8px #0000000f}.why-us-icon{font-size:36px;margin-bottom:12px}.why-us-card h3{font-size:17px;font-weight:700;color:var(--slate-900);margin-bottom:8px}.why-us-card p{font-size:14px;color:var(--slate-600);line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.product-card{background:#fff;border:1.5px solid var(--slate-100);border-radius:12px;overflow:hidden;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 8px 24px #2563eb1f;transform:translateY(-2px)}.product-card-img-link{position:relative;display:block;aspect-ratio:1;overflow:hidden;background:var(--slate-50)}.product-card-img-link img{width:100%;height:100%;object-fit:contain;padding:8px;transition:transform .3s}.product-card:hover .product-card-img-link img{transform:scale(1.04)}.badge-sale,.badge-outofstock{position:absolute;top:10px;left:10px;padding:3px 10px;border-radius:6px;font-size:11px;font-weight:700;z-index:1}.badge-sale{background:var(--blue);color:#fff}.badge-outofstock{background:#64748b;color:#fff}.product-card-body{padding:14px}.product-card-title{font-size:14px;font-weight:600;color:var(--slate-900);display:block;margin-bottom:4px;line-height:1.4}.product-card-sku{font-size:11px;color:var(--slate-600);margin-bottom:8px;font-family:monospace}.product-card-price-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.product-card-price{font-size:16px;font-weight:800;color:var(--blue)}.product-card-compare{font-size:13px;color:var(--slate-600);text-decoration:line-through}.btn-add-to-cart{width:100%;padding:10px;background:var(--blue);color:#fff;font-size:13px;font-weight:700;border-radius:8px;transition:background .2s}.btn-add-to-cart:hover:not(:disabled){background:var(--blue-dark)}.collection-page{max-width:1280px;margin:0 auto;padding:40px 24px}.collection-header{margin-bottom:32px}.collection-header h1{font-size:32px;font-weight:800;color:var(--slate-900)}.collection-banner{height:240px;border-radius:16px;background-size:cover;background-position:center;margin-bottom:24px;overflow:hidden}.collection-banner-overlay{height:100%;background:#0f172a80;display:flex;flex-direction:column;justify-content:center;padding:32px;color:#fff}.collection-banner-overlay h1{font-size:36px;font-weight:900;margin-bottom:8px}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.sort-select{padding:8px 12px;border:1.5px solid var(--slate-200);border-radius:8px;font-size:14px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:48px;flex-wrap:wrap}.page-btn{padding:8px 16px;border:1.5px solid var(--slate-200);border-radius:8px;font-size:14px;font-weight:600;color:var(--slate-700);transition:all .2s}.page-btn:hover,.page-btn.active{background:var(--blue);color:#fff;border-color:var(--blue)}.product-page{max-width:1280px;margin:0 auto;padding:40px 24px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:48px}.product-gallery-main{aspect-ratio:1;background:var(--slate-50);border-radius:12px;overflow:hidden;border:1.5px solid var(--slate-100)}.product-gallery-main img{width:100%;height:100%;object-fit:contain;padding:16px}.product-gallery-thumbs{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.product-gallery-thumbs img{width:72px;height:72px;object-fit:contain;border:2px solid var(--slate-200);border-radius:8px;cursor:pointer;padding:4px;background:var(--slate-50)}.product-gallery-thumbs img:hover{border-color:var(--blue)}.product-breadcrumb{font-size:13px;color:var(--slate-600);margin-bottom:12px}.product-breadcrumb a{color:var(--blue)}.product-title{font-size:28px;font-weight:800;color:var(--slate-900);margin-bottom:8px;line-height:1.3}.product-sku{font-size:13px;color:var(--slate-600);font-family:monospace;margin-bottom:16px}.product-price-block{display:flex;align-items:center;gap:12px;margin-bottom:24px}.product-price{font-size:32px;font-weight:900;color:var(--blue)}.product-compare-price{font-size:18px;color:var(--slate-600);text-decoration:line-through}.product-save-badge{background:#dcfce7;color:#16a34a;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:700}.product-option{margin-bottom:20px}.product-option label{font-size:14px;font-weight:700;color:var(--slate-900);display:block;margin-bottom:8px}.option-values{display:flex;gap:8px;flex-wrap:wrap}.option-value input{display:none}.option-value span{padding:6px 14px;border:1.5px solid var(--slate-200);border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.option-value input:checked+span{border-color:var(--blue);background:var(--blue-light);color:var(--blue)}.product-add-row{margin-bottom:24px}.product-add-row .btn-add-to-cart{width:100%;padding:14px;font-size:16px}.product-trust-badges{display:flex;gap:16px;flex-wrap:wrap}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px;font-weight:600;color:var(--slate-700)}.trust-badge span:first-child{font-size:24px}.product-description-section{border-top:1.5px solid var(--slate-100);padding-top:32px;margin-bottom:48px}.product-description-section h2{font-size:22px;font-weight:800;margin-bottom:16px}.product-description{font-size:15px;color:var(--slate-700);line-height:1.8}.related-products h2{font-size:22px;font-weight:800;margin-bottom:24px}.cart-page{max-width:1100px;margin:0 auto;padding:40px 24px}.cart-title{font-size:28px;font-weight:800;margin-bottom:32px}.cart-table{width:100%;border-collapse:collapse;margin-bottom:32px}.cart-table th{text-align:left;padding:12px 8px;border-bottom:2px solid var(--slate-200);font-size:13px;font-weight:700;color:var(--slate-600);text-transform:uppercase}.cart-table td{padding:16px 8px;border-bottom:1px solid var(--slate-100);vertical-align:middle}.cart-item-img{width:72px;height:72px;object-fit:contain;border-radius:8px;background:var(--slate-50);border:1px solid var(--slate-100)}.cart-item-name{font-size:15px;font-weight:600;color:var(--slate-900)}.cart-item-sku{font-size:12px;color:var(--slate-600);font-family:monospace;margin-top:4px}.qty-control{display:flex;align-items:center;gap:8px}.qty-btn{background:var(--slate-100);border:none;width:28px;height:28px;border-radius:6px;font-size:16px;font-weight:700}.qty-btn:hover{background:var(--slate-200)}.qty-value{font-size:15px;font-weight:700;min-width:24px;text-align:center}.cart-footer{display:flex;justify-content:flex-end}.cart-summary{background:var(--slate-50);border:1.5px solid var(--slate-200);border-radius:12px;padding:24px;min-width:320px}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:15px}.checkout-btn{background:var(--blue);color:#fff;padding:14px;border-radius:8px;font-size:16px;font-weight:700;text-align:center;transition:background .2s;display:block}.checkout-btn:hover{background:var(--blue-dark)}.site-footer{background:var(--slate-900);color:#94a3b8;padding:60px 24px 0;margin-top:80px}.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px}.footer-brand{font-size:20px;font-weight:800;color:#fff;margin-bottom:12px}.footer-brand span{color:var(--blue)}.footer-desc{font-size:14px;line-height:1.7;margin-bottom:16px}.footer-contact{display:flex;flex-direction:column;gap:6px}.footer-contact a{font-size:13px;color:#94a3b8;transition:color .2s}.footer-contact a:hover{color:#fff}.footer-col h4{color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col a{font-size:14px;color:#94a3b8;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-payment{display:flex;gap:8px;flex-wrap:wrap}.payment-badge{background:#ffffff1a;color:#fff;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700}@media(max-width:768px){.why-us-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}.product-detail{grid-template-columns:1fr}}@media(max-width:768px){.header-logo img{height:38px;width:auto;max-width:180px}.header-nav,.header-search{display:none}.mobile-menu-btn{display:block}.hero-section{padding:48px 16px}.hero-stats{gap:20px}.why-us-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;gap:24px}.cart-footer{justify-content:stretch}.cart-summary{min-width:auto;width:100%}.product-trust-badges{gap:12px}}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.cart-table{font-size:13px}}.site-footer{background:#071126;color:#cbd5e1;padding:70px 40px 20px;margin-top:80px}.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px}.footer-brand{margin-bottom:20px}.footer-brand img{max-width:260px;width:100%;height:auto;display:block}.footer-desc{color:#94a3b8;line-height:1.8;margin-bottom:20px}.footer-col h4{color:#fff;font-size:16px;font-weight:700;margin-bottom:20px}.footer-col ul{list-style:none;padding:0}.footer-col li{margin-bottom:12px}.footer-col a{color:#cbd5e1;text-decoration:none;transition:all .3s ease}.footer-col a:hover{color:#3b82f6;padding-left:6px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:20px;text-align:center;color:#94a3b8;font-size:14px}@media(max-width:768px){.footer-inner{grid-template-columns:1fr;gap:30px}}.nav-dropdown{position:relative}.nav-dropdown>a{display:flex;align-items:center;gap:5px}.dropdown-menu{display:none;position:absolute;top:100%;left:0;min-width:230px;background:#fff;border-radius:12px;padding:10px 0;box-shadow:0 10px 30px #0000001f;z-index:999}.dropdown-menu a{display:block;padding:12px 20px;font-size:14px;color:#334155;white-space:nowrap}.dropdown-menu a:hover{background:#f8fafc;color:#2563eb}.nav-dropdown:hover .dropdown-menu{display:block}.logo-tagline,.logo p,.site-logo p{font-size:15px!important;font-weight:800!important;letter-spacing:2.5px;color:#444!important}.header__heading-logo,.site-header__logo-image,.header-logo img,.header__heading img{max-width:400px!important;width:400px!important;height:auto!important}.header-inner{padding:0 40px}.header-logo img{width:300px!important;height:auto!important;max-width:300px!important}.header-inner{height:85px!important}.header-logo img,.header__heading-logo,.site-header__logo-image{width:280px!important;max-width:280px!important;height:auto!important}.product-features-box{margin-top:25px}.feature-item{display:flex;gap:15px;padding:16px;margin-bottom:15px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.feature-item span{font-size:28px;flex-shrink:0}.feature-item h4{margin:0 0 5px;font-size:18px;font-weight:700}.feature-item p{margin:0;color:#64748b;line-height:1.6}.product-description-section{max-width:1200px;margin:60px auto;padding-top:50px;border-top:1px solid #e2e8f0}.product-description-section h2{text-align:center;font-size:38px;font-weight:800;color:#0f172a;margin-bottom:60px}.product-description{max-width:850px;margin:0 auto;font-size:18px;line-height:1.9;color:#475569}.product-description h1,.product-description h2,.product-description h3,.product-description h4{text-align:center;color:#0f172a;font-weight:700;margin:50px 0 25px}.product-description p{margin-bottom:25px}.product-description ul,.product-description ol{margin:25px 0;padding-left:30px}.product-description li{margin-bottom:12px}.product-description img{display:block;margin:30px auto;max-width:100%;border-radius:12px}.product-description-section,.product__description,.rte{max-width:1320px!important;margin:60px auto!important;padding:0 25px!important}.product-description-section h2{display:none!important}.product-description,.product__description .rte,.rte{max-width:1000px!important;margin:0 auto!important;font-size:18px!important;line-height:1.9!important;color:#374151!important;text-align:left!important}.product-description h1,.product-description h2,.product-description h3,.product-description h4,.rte h1,.rte h2,.rte h3,.rte h4{font-size:42px!important;font-weight:700!important;color:#111827!important;margin:45px 0 25px!important;text-align:left!important;border:none!important;padding:0!important}.product-description p,.rte p{margin-bottom:28px!important}.product-description ul,.product-description ol,.rte ul,.rte ol{padding-left:30px!important;margin:30px 0!important}.product-description li,.rte li{margin-bottom:16px!important;line-height:1.8!important}.product-description table,.rte table{width:100%;border-collapse:collapse;margin-top:30px}.product-description th,.product-description td,.rte th,.rte td{padding:14px;border-bottom:1px solid #e5e7eb;text-align:left}@media(max-width:768px){.product-description,.rte{font-size:16px!important}.product-description h1,.product-description h2,.product-description h3,.product-description h4,.rte h1,.rte h2,.rte h3,.rte h4{font-size:30px!important}}.product-description-section{max-width:1200px;margin:70px auto;padding:0 25px}.product-description-section h2{display:block!important;text-align:center;font-size:34px;font-weight:800;color:#0f172a;margin-bottom:50px;padding-bottom:15px;border-bottom:1px solid #e5e7eb}.product-description,.product__description,.rte{max-width:1000px;margin:0 auto!important;font-size:18px;line-height:1.9;color:#334155}.product-description h1,.product__description h1,.rte h1{font-size:48px;font-weight:800;color:#0f172a;text-align:center;margin:0 0 30px!important}.product-description h1+p,.product__description h1+p,.rte h1+p{margin-top:0!important;margin-bottom:40px!important}.product-description h2,.product-description h3,.product-description h4,.rte h2,.rte h3,.rte h4{font-size:36px;font-weight:700;color:#0f172a;margin:50px 0 25px;text-align:left;border:none}.product-description ul,.rte ul{padding-left:35px}.product-description li,.rte li{margin-bottom:18px}.product-description img,.product__description img,.rte img{width:100%!important;max-width:100%!important;height:auto!important;display:block!important;margin:30px auto!important;border-radius:12px}.footer-brand img,.site-footer img{width:320px!important;max-width:100%!important;height:auto!important;display:block}@media(max-width:768px){.footer-brand img,.site-footer img{width:240px!important}}.footer-brand img{width:320px;height:auto;margin-bottom:25px}.footer-desc{max-width:520px;line-height:1.9;font-size:16px;color:#cbd5e1}.footer-inner{align-items:start}@media screen and (max-width:768px){html,body{overflow-x:hidden!important}.hero-section,.hero-banner,.hero-inner,.hero-content{width:100%!important;max-width:100%!important;overflow:hidden!important}.hero-section img,.hero-banner img{width:100%!important;height:auto!important;display:block}.header-inner{width:100%!important;max-width:100%!important;padding:0 12px!important;box-sizing:border-box}.header-logo img{max-width:180px!important;height:auto!important}}@media screen and (max-width:768px){html,body{overflow-x:hidden!important;width:100%!important}.header-inner{padding:0 10px!important;height:70px!important;width:100%!important}.header-logo img{width:140px!important;max-width:140px!important;height:auto!important}.cart-btn{padding:8px 12px!important;font-size:14px!important}.mobile-nav-panel{width:85vw!important;max-width:320px!important;padding-top:25px!important}.mobile-nav-panel .header-logo,.mobile-nav-panel img,.mobile-nav-panel .logo{display:none!important}.hero-section,.hero-content,.hero-banner,.hero-inner{width:100%!important;max-width:100%!important;overflow:hidden!important}.hero-section img,.hero-banner img{width:100%!important;height:auto!important;object-fit:cover!important}.product-detail{grid-template-columns:1fr!important;gap:20px!important}.product-gallery-main img{width:100%!important;height:auto!important}.product-description,.product__description,.rte{font-size:15px!important;line-height:1.7!important;overflow-wrap:break-word!important}.rte table{display:block!important;overflow-x:auto!important}}@media(max-width:768px){.mobile-nav{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:99999!important}.mobile-nav-panel{position:fixed!important;top:0!important;left:0!important;width:280px!important;max-width:85vw!important;height:100vh!important;background:#fff!important;z-index:100000!important;padding:20px!important;overflow-y:auto!important}.mobile-nav-panel a{display:block!important;padding:14px 0!important;font-size:16px!important}.mobile-nav-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#00000073!important}}@media screen and (max-width:768px){.hero-title,.banner__heading,.hero-content h1,.banner h1{font-size:32px!important;line-height:1.2!important;white-space:normal!important;max-width:100%!important;padding:0 15px!important}}@media screen and (max-width:1024px){.slideshow__title{font-size:28px!important;line-height:1.3!important;max-width:650px!important;margin:0 auto 16px!important;white-space:normal!important}}@media screen and (min-width:1025px){.slideshow__title{white-space:nowrap!important;font-size:52px!important}}@media screen and (max-width:1024px){.slideshow__title{display:block!important;width:100%!important;max-width:500px!important;margin:0 auto!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;font-size:28px!important;line-height:1.25!important}}@media screen and (min-width:1025px){.slideshow__title{white-space:nowrap!important;max-width:none!important;font-size:52px!important}}.mobile-break{display:none}@media screen and (max-width:1024px){.mobile-break{display:block}}@media screen and (min-width:1025px){.mobile-break{display:none}}.payment-method-box,#order-total-box{display:none!important}.drone-news-gallery{display:flex;gap:15px}.drone-news-gallery img{width:50%;border-radius:8px}.whatsapp-chat,.whatsapp-button,.joinchat,.wa__btn_popup,#whatsapp-chat{left:20px!important;right:auto!important;bottom:20px!important}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
