:root{--primary: #2d1b69;--primary-dark: #1d1248;--secondary: #f5b333;--secondary-light: #ffd567;--heading: #111827;--text: #555555;--white: #ffffff;--black: #1f1f1f;--bg: #fffdf8;--bg-light: #fff8e9;--light: #f8f8f8;--border: #ececec;--font: "Poppins", sans-serif;--top-height: 44px;--header-height: 90px;--section-padding: 40px;--radius: 18px;--radius-lg: 60px;--shadow-sm: 0 8px 20px rgba(0, 0, 0, .08);--shadow-md: 0 15px 40px rgba(0, 0, 0, .12);--shadow-lg: 0 30px 80px rgba(0, 0, 0, .15);--shadow: var(--shadow-sm);--transition: .35s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font);background:#fff;color:var(--black)}a{text-decoration:none}.top-header{width:100%;height:var(--top-height);display:flex;align-items:center;background:var(--primary);color:#fff}.top-header-container{width:100%;padding:0 30px}.top-header-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.top-item{display:flex;align-items:center;gap:8px;color:#fff;font-size:13px;font-weight:500;white-space:nowrap}.top-item i{color:var(--secondary);font-size:14px}.middle-header{position:relative;width:100%;background:#fff;border-bottom:1px solid var(--border);z-index:1000}.header-container{width:100%;padding-left:30px;padding-right:30px}.desktop-header-row{min-height:100px;display:grid;grid-template-columns:200px minmax(300px,1fr) auto;align-items:center;gap:30px}.desktop-logo{min-width:0}.logo{display:flex;align-items:center;width:100%;text-decoration:none}.logo img{display:block;width:200px;max-width:100%;height:auto}.desktop-search{width:100%;min-width:0}.search-box{width:100%;height:52px;display:flex;align-items:center;background:#fff;border:1px solid #ddd;border-radius:50px;overflow:hidden;box-shadow:0 8px 25px #0000000d}.search-box input{flex:1;width:100%;min-width:0;height:100%;padding:0 22px;border:none;outline:none;background:transparent;color:#222;font-size:14px}.search-box input::placeholder{color:#888}.search-box button{width:52px;height:52px;flex:0 0 52px;display:flex;align-items:center;justify-content:center;border:none;background:var(--secondary);color:#fff;cursor:pointer;transition:.3s ease}.search-box button:hover{background:#f3a600}.desktop-actions{min-width:max-content}.header-icons{display:flex;align-items:center;justify-content:flex-end;gap:24px}.header-icons a{position:relative;min-width:55px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--black);font-size:12px;line-height:1.25;font-weight:500;text-align:center;text-decoration:none;transition:.25s ease}.header-icons a:hover{color:var(--primary)}.header-icons i{margin-bottom:7px;font-size:22px;line-height:1}.count{position:absolute;top:-12px;right:3px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:var(--secondary);color:#fff;border-radius:50%;font-size:10px;font-weight:700}.mobile-header-row,.mobile-menu{display:none}.custom-navbar{width:100%;min-height:58px;padding:0;background:#fff;border-bottom:1px solid var(--border);z-index:999}.header-nav-container,.custom-navbar .navbar-collapse{min-height:58px}.custom-navbar .navbar-nav{min-height:58px;display:flex;align-items:center;gap:20px}.custom-navbar .nav-link{min-height:58px;display:flex;align-items:center;padding:0 20px;color:var(--black);font-size:15px;font-weight:500;text-decoration:none;transition:.25s ease}.custom-navbar .nav-link:hover{color:var(--secondary)}.category-btn{min-height:58px;margin-right:15px;padding:0 10px;background:#fafafa;border-right:1px solid var(--border)}.category-btn .nav-link{color:var(--primary);font-weight:700;gap:10px}.category-btn .nav-link i{color:var(--secondary);font-size:17px}.dropdown-menu{padding:10px 0;margin-top:0;background:#fff;border:none;border-radius:12px;box-shadow:0 12px 35px #0000001a}.dropdown-item{padding:10px 20px;color:#222;font-size:14px;transition:.25s ease}.dropdown-item:hover{background:var(--secondary);color:#fff}@media(max-width:767px){.top-header,.desktop-header-row{display:none}.middle-header{background:#fff;border-bottom:1px solid #ededed}.header-container{padding:0 12px}.mobile-header-row{width:100%;min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:10px}.mobile-logo{flex:1;min-width:0;display:flex;align-items:center;text-decoration:none}.mobile-logo img{display:block;width:145px;max-width:100%;height:auto}.mobile-text-logo{color:var(--primary);font-size:18px;font-weight:800}.mobile-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-shrink:0}.mobile-header-icon{position:relative;width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #ececf1;border-radius:50%;color:#111;text-decoration:none;box-shadow:0 3px 12px #0000000a;transition:.25s ease}.mobile-header-icon i{margin:0;font-size:18px;line-height:1}.mobile-header-icon:hover{background:var(--primary);border-color:var(--primary);color:#fff}.mobile-count{position:absolute;top:-5px;right:-4px;min-width:17px;height:17px;padding:0 4px;display:flex;align-items:center;justify-content:center;background:var(--secondary);color:#fff;border-radius:50%;font-size:9px;font-weight:700;line-height:1}.mobile-menu-toggle{width:40px;height:40px;flex:0 0 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0;background:linear-gradient(135deg,var(--primary),#4e2ac6);border:none;border-radius:50%;cursor:pointer;box-shadow:0 6px 18px #4e2ac638;transition:.3s ease}.mobile-menu-toggle span{width:17px;height:2px;display:block;background:#fff;border-radius:10px;transition:.3s ease}.mobile-menu-toggle:hover{transform:translateY(-2px)}.mobile-menu{width:100%;background:#fff;border-top:1px solid #eee;box-shadow:0 18px 35px #0000001a;overflow:hidden}.mobile-menu.show{display:block}.mobile-menu-search{padding:14px 14px 12px;background:linear-gradient(135deg,#faf9ff,#fffdf8);border-bottom:1px solid #eeeeee}.mobile-search-form{width:100%;margin:0}.mobile-search-box{width:100%;height:46px;display:flex;align-items:center;background:#fff;border:1px solid #dedee7;border-radius:50px;overflow:hidden;box-shadow:0 6px 20px #0000000f;transition:border-color .25s ease,box-shadow .25s ease}.mobile-search-box:focus-within{border-color:var(--primary);box-shadow:0 8px 25px #5d3fd31f}.mobile-search-icon{margin-left:15px;color:#888;font-size:14px}.mobile-search-box input{flex:1;min-width:0;height:100%;padding:0 10px;border:none;outline:none;background:transparent;color:#222;font-size:13px}.mobile-search-box input::placeholder{color:#999}.mobile-search-box button{width:42px;height:42px;flex:0 0 42px;margin-right:2px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:var(--secondary);color:#fff;font-size:13px;cursor:pointer}.mobile-menu-navigation{padding:6px 14px 5px}.mobile-menu-link{width:100%;min-height:49px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 8px;color:#222;font-size:14px;font-weight:600;text-decoration:none;border-bottom:1px solid #f0f0f0;transition:.25s ease}.mobile-menu-link:hover{color:var(--primary);padding-left:12px}.mobile-menu-link-left{display:flex;align-items:center;gap:12px;min-width:0}.mobile-menu-icon{width:32px;height:32px;flex:0 0 32px;display:flex;align-items:center;justify-content:center;background:#f6f4ff;border-radius:9px;color:var(--primary);font-size:14px}.category-icon{background:#fdb8131f;color:var(--secondary)}.mobile-arrow{color:#999;font-size:11px;transition:.25s ease}.mobile-menu-link[aria-expanded=true] .mobile-arrow{transform:rotate(180deg);color:var(--primary)}.mobile-category-wrapper{margin-bottom:2px;background:linear-gradient(135deg,#f8f6ff,#fffaf0);border:1px solid #eee;border-radius:10px;overflow:hidden}.mobile-category-wrapper .mobile-menu-link{border-bottom:none;color:var(--primary);font-weight:700}.mobile-submenu{padding:3px 10px 10px 52px}.mobile-submenu-link{display:block;padding:9px 10px;color:#555;font-size:13px;text-decoration:none;border-bottom:1px solid #f3f3f3;transition:.2s ease}.mobile-submenu-link:hover{color:var(--primary);padding-left:14px}.mobile-account-actions{margin:8px 14px 0;padding:6px 0;border-top:1px solid #e8e8e8}.mobile-account-link{min-height:62px;display:flex;align-items:center;gap:12px;padding:9px 5px;color:#222;text-decoration:none;border-bottom:1px solid #f0f0f0;transition:.25s ease}.mobile-account-link:hover{color:var(--primary);transform:translate(3px)}.mobile-account-icon{width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;background:#fdb8131f;border-radius:11px;color:var(--secondary);font-size:16px}.mobile-account-content{flex:1;display:flex;flex-direction:column;gap:3px}.mobile-account-content strong{color:#222;font-size:13px;font-weight:700}.mobile-account-content small{color:#888;font-size:11px}.mobile-account-link>.fa-chevron-right{color:#aaa;font-size:10px}.mobile-menu-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#fafafa;color:#999;font-size:10px;border-top:1px solid #eee}.mobile-menu-footer span:first-child{color:var(--primary);font-weight:700}.custom-navbar{display:none!important}}@media(min-width:576px)and (max-width:767px){.header-container{padding:0 18px}.mobile-logo img{width:155px}.mobile-header-row{min-height:74px}.mobile-header-icon{width:41px;height:41px}.mobile-menu-toggle{width:42px;height:42px;flex-basis:42px}.mobile-search-box{height:48px}}@media(max-width:480px){.mobile-header-row{min-height:64px}.mobile-logo img{width:135px}.mobile-header-actions{gap:5px}.mobile-header-icon{width:36px;height:36px}.mobile-header-icon i{font-size:17px}.mobile-menu-toggle{width:38px;height:38px;flex-basis:38px}.mobile-menu-toggle span{width:16px}.mobile-menu-search{padding:12px 12px 10px}.mobile-menu-navigation{padding-left:12px;padding-right:12px}.mobile-account-actions{margin-left:12px;margin-right:12px}}@media(max-width:359px){.header-container{padding-left:9px;padding-right:9px}.mobile-logo img{width:120px}.mobile-header-actions{gap:4px}.mobile-header-icon{width:34px;height:34px}.mobile-header-icon i{font-size:16px}.mobile-menu-toggle{width:35px;height:35px;flex-basis:35px}.mobile-menu-toggle span{width:14px}.mobile-count{min-width:15px;height:15px;font-size:8px}.mobile-search-box{height:43px}.mobile-search-box button{width:39px;height:39px;flex-basis:39px}.mobile-search-box input{font-size:12px}}@media(max-width:767px){.mobile-menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.mobile-menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}}.hero-section{position:relative;overflow:hidden;padding:var(--section-padding, 100px) 0;background:radial-gradient(circle at left,#fff8e9 0%,transparent 35%),radial-gradient(circle at right,#fff6dd 0%,transparent 35%),linear-gradient(90deg,#fffefb,#fff8ef)}.hero-section .container{position:relative;z-index:5}.hero-content{position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 24px;border-radius:50px;background:var(--primary);color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:30px;box-shadow:var(--shadow-sm)}.hero-badge i{color:var(--secondary);flex-shrink:0}.hero-title{margin:0 0 25px;font-size:50px;line-height:1.08;font-weight:800;color:var(--heading)}.hero-title span{color:#5d3fd3}.hero-description{max-width:520px;margin:0 0 45px;font-size:16px;line-height:1.8;color:var(--text)}.hero-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:650px;margin:0 0 45px}.feature-item{display:flex;align-items:center;gap:16px;min-width:0}.hero-section .feature-icon{width:50px;height:50px;min-width:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--primary);font-size:24px;box-shadow:var(--shadow-sm);margin:0}.feature-item h6{margin:0;font-size:16px;line-height:1.3;font-weight:700;color:var(--heading)}.feature-item p{margin:4px 0 0;color:#777;font-size:14px;line-height:1.4}.theme-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:5px 8px 5px 20px;border:0;border-radius:50px;background:linear-gradient(135deg,var(--primary),#4e2ac6);color:#fff;text-decoration:none;font-size:13px;font-weight:700;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;box-shadow:0 20px 35px #4e2ac640;overflow:hidden}.theme-btn span{width:35px;height:35px;min-width:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff2e}.theme-btn span i{font-size:14px}.theme-btn:hover{transform:translateY(-5px);color:#fff;box-shadow:0 25px 40px #4e2ac64d}.hero-image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:620px;text-align:center;z-index:2}.hero-phone{position:relative;z-index:20;display:block;width:100%;max-width:800px;height:auto;margin:0 auto;transition:transform .45s ease,filter .45s ease}.hero-phone:hover{filter:drop-shadow(0 25px 50px rgba(0,0,0,.2))}.floating{position:absolute;z-index:5;animation:float 5s ease-in-out infinite}.metal-ball{position:absolute;z-index:4;display:block!important;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff,#bdbdbd);box-shadow:0 12px 30px #0000002e;animation:float 6s ease-in-out infinite;pointer-events:none}.ball-1{width:38px;height:38px;top:35px;left:130px}.ball-2{width:55px;height:55px;right:80px;top:20px}.ball-3{width:28px;height:28px;left:220px;bottom:80px}.dot-pattern{position:absolute;width:230px;height:230px;right:-60px;bottom:-60px;background-image:radial-gradient(var(--secondary) 2px,transparent 2px);background-size:14px 14px;opacity:.4;border-radius:50%;display:block!important;pointer-events:none}.shape{position:absolute;border-radius:50%;pointer-events:none}.shape-1{width:400px;height:400px;left:-220px;top:-100px;background:#ffd76726}.shape-2{width:320px;height:320px;right:-120px;top:-80px;background:#5d3fd314}.shape-3{width:250px;height:250px;left:40%;bottom:-150px;background:#ffc4461f}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-16px)}to{transform:translateY(0)}}.hero-badge,.hero-title,.hero-description,.feature-item,.theme-btn,.hero-phone{opacity:0;transform:translate3d(0,40px,0);transition:opacity .8s ease,transform .8s ease}.hero-badge.show,.hero-title.show,.hero-description.show,.feature-item.show,.theme-btn.show,.hero-phone.show{opacity:1;transform:translateZ(0)}.theme-btn .ripple{position:absolute;width:20px;height:20px;background:#ffffff73;border-radius:50%;transform:translate(-50%,-50%) scale(0);animation:ripple .7s linear;pointer-events:none}@keyframes ripple{to{transform:translate(-50%,-50%) scale(18);opacity:0}}.floating,.metal-ball{transition:transform .3s ease}@media(min-width:1400px){.hero-section{padding-top:30px;padding-bottom:30px}.hero-title{font-size:50px}.hero-description{font-size:16px}.hero-image-wrapper{min-height:650px}.hero-phone{max-width:800px}}@media(min-width:1200px)and (max-width:1399px){.hero-title{font-size:50px}.hero-description{font-size:16px}.hero-image-wrapper{min-height:580px}.hero-phone{max-width:680px}.ball-1{left:80px}.ball-2{right:40px}.ball-3{left:140px}}@media(min-width:992px)and (max-width:1199px){.hero-section{padding:80px 0}.hero-title{font-size:48px}.hero-description{max-width:480px;font-size:18px;line-height:1.7;margin-bottom:35px}.hero-badge{margin-bottom:24px;padding:9px 20px;font-size:13px}.hero-features{gap:15px;margin-bottom:35px}.feature-item{gap:12px}.hero-section .feature-icon{width:46px;height:46px;min-width:46px;font-size:20px}.feature-item h6{font-size:15px}.feature-item p{font-size:13px}.theme-btn{font-size:16px}.hero-image-wrapper{min-height:500px}.hero-phone{max-width:560px}.ball-1{left:40px}.ball-2{right:20px}.ball-3{left:100px}.dot-pattern{width:180px;height:180px}}@media(min-width:768px)and (max-width:991px){.hero-section{padding:75px 0 80px;text-align:center}.hero-content{max-width:750px;margin:0 auto}.hero-badge{margin-bottom:25px}.hero-title{max-width:700px;margin-left:auto;margin-right:auto;font-size:44px;line-height:1.12}.hero-description{max-width:650px;margin:0 auto 35px;font-size:17px;line-height:1.7}.hero-features{width:100%;max-width:650px;margin:0 auto 40px;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;text-align:left}.feature-item{gap:12px}.hero-section .feature-icon{width:48px;height:48px;min-width:48px;font-size:21px}.feature-item h6{font-size:15px}.feature-item p{font-size:13px}.theme-btn{margin:0 auto}.hero-image-wrapper{min-height:480px;margin-top:50px}.hero-phone{width:90%;max-width:520px}.camera-module,.chip-module,.pcb-module{display:none!important}.ball-1{width:32px;height:32px;left:50px;top:30px}.ball-2{width:44px;height:44px;right:40px;top:30px}.ball-3{width:24px;height:24px;left:90px;bottom:60px}.dot-pattern{width:160px;height:160px;right:-50px;bottom:-50px}}@media(min-width:576px)and (max-width:767px){.hero-section{padding:65px 0 70px;text-align:center}.hero-badge{padding:8px 18px;margin-bottom:22px;font-size:12px;letter-spacing:.8px}.hero-title{font-size:36px;line-height:1.15;margin-bottom:20px}.hero-description{max-width:560px;margin:0 auto 30px;font-size:16px;line-height:1.7}.hero-features{width:100%;max-width:500px;margin:0 auto 35px;gap:16px;text-align:left}.feature-item{gap:13px}.hero-section .feature-icon{width:48px;height:48px;min-width:48px;font-size:20px}.feature-item h6{font-size:15px}.feature-item p{font-size:13px}.theme-btn{min-height:54px;padding:7px 10px 7px 22px;gap:14px;font-size:15px}.theme-btn span{width:40px;height:40px;min-width:40px}.hero-image-wrapper{min-height:400px;margin-top:45px}.hero-phone{width:90%;max-width:460px}.camera-module,.chip-module,.pcb-module{display:none!important}.ball-1{width:28px;height:28px;left:20px;top:30px}.ball-2{width:40px;height:40px;right:20px;top:25px}.ball-3{width:22px;height:22px;left:50px;bottom:40px}.dot-pattern{width:130px;height:130px;right:-45px;bottom:-45px}.shape-1{width:250px;height:250px;left:-160px;top:-70px}.shape-2{width:220px;height:220px;right:-110px;top:-60px}.shape-3{width:180px;height:180px;left:40%;bottom:-100px}}@media(min-width:400px)and (max-width:575px){.hero-section{padding:55px 0 60px;text-align:center}.hero-badge{max-width:100%;padding:8px 16px;margin-bottom:20px;font-size:11px;letter-spacing:.6px}.hero-title{font-size:31px;line-height:1.15;margin-bottom:18px}.hero-description{max-width:100%;margin:0 auto 28px;font-size:15px;line-height:1.65}.hero-features{width:100%;gap:14px;margin:0 auto 32px;text-align:left}.feature-item{gap:12px}.hero-section .feature-icon{width:46px;height:46px;min-width:46px;font-size:19px}.feature-item h6{font-size:15px}.feature-item p{font-size:12px;line-height:1.4}.theme-btn{max-width:330px;min-height:52px;margin:0 auto;padding:6px 9px 6px 20px;gap:12px;font-size:14px}.theme-btn span{width:40px;height:40px;min-width:40px}.hero-image-wrapper{min-height:340px;margin-top:40px}.hero-phone{width:94%;max-width:430px}.camera-module,.chip-module,.pcb-module{display:none!important}.ball-1{width:25px;height:25px;left:10px;top:25px}.ball-2{width:34px;height:34px;right:10px;top:20px}.ball-3{width:18px;height:18px;left:35px;bottom:30px}.dot-pattern,.shape-1,.shape-2,.shape-3{display:none!important}}@media(max-width:399px){.hero-section{padding:45px 0 50px;text-align:center}.hero-badge{padding:7px 13px;margin-bottom:18px;font-size:10px;letter-spacing:.4px;gap:7px}.hero-title{font-size:27px;line-height:1.16;margin-bottom:17px}.hero-description{font-size:14px;line-height:1.6;margin-bottom:25px}.hero-features{gap:12px;margin-bottom:28px;text-align:left}.feature-item{gap:10px}.hero-section .feature-icon{width:42px;height:42px;min-width:42px;font-size:17px}.feature-item h6{font-size:14px}.feature-item p{font-size:11px;margin-top:2px}.theme-btn{min-height:50px;padding:5px 8px 5px 17px;gap:10px;font-size:13px}.theme-btn span{width:38px;height:38px;min-width:38px}.hero-image-wrapper{min-height:280px;margin-top:30px}.hero-phone{width:96%}.ball-1{width:20px;height:20px;left:5px;top:20px}.ball-2{width:28px;height:28px;right:5px;top:15px}.ball-3{width:16px;height:16px;left:20px;bottom:20px}.dot-pattern,.shape-1,.shape-2,.shape-3{display:none!important}}@media(max-width:319px){.hero-section{padding:40px 10px 45px}.hero-title{font-size:24px}.hero-description{font-size:13px}.hero-badge{font-size:9px;padding:6px 11px}.feature-item h6{font-size:13px}.feature-item p{font-size:10px}.theme-btn{font-size:12px}.hero-image-wrapper{min-height:240px}}.brand-section{position:relative;width:100%;padding:40px 0;background:var(--white);overflow:hidden}.section-title{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 0 45px;text-align:center}.section-title span{display:block;width:70px;height:3px;flex-shrink:0;background:linear-gradient(90deg,var(--secondary),transparent);border-radius:50px}.section-title span:last-child{background:linear-gradient(90deg,transparent,var(--secondary))}.section-title h2{margin:0;font-size:34px;line-height:1.2;font-weight:700;color:var(--black);text-transform:uppercase;letter-spacing:.5px}.brand-slider{width:100%;padding:10px 5px 20px;overflow:hidden}.brand-slider .swiper-wrapper{align-items:stretch}.brand-slider .swiper-slide{height:auto;display:flex}.brand-slider .swiper-slide>*{width:100%}.brand-card{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:170px;padding:30px 20px;background:var(--white);border:1px solid #ececec;border-radius:20px;text-decoration:none;overflow:hidden;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease,background .35s ease}.brand-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#fdb81314,#2b124c0a);opacity:0;transition:opacity .35s ease;pointer-events:none}.brand-card:hover:before{opacity:1}.brand-card:hover{transform:translateY(-8px);border-color:var(--secondary);box-shadow:0 20px 45px #00000014}.brand-image{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:100%;height:90px;flex-shrink:0}.brand-image img{display:block;width:auto;height:auto;max-width:120px;max-height:70px;object-fit:contain;transition:transform .35s ease;border-radius:40px}.brand-card:hover .brand-image img{transform:scale(1.08)}.brand-card h5{position:relative;z-index:2;margin:18px 0 0;color:var(--black);font-size:18px;line-height:1.25;font-weight:600;text-align:center;transition:color .35s ease}.brand-card:hover h5{color:var(--primary)}.brand-prev,.brand-next{position:absolute;top:auto;bottom:30px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid #ececec;border-radius:50%;background:var(--white);color:var(--black);cursor:pointer;box-shadow:0 8px 25px #00000014;transition:background .35s ease,color .35s ease,border-color .35s ease,transform .35s ease;z-index:20}.brand-prev{left:50%;transform:translate(-60px)}.brand-next{right:50%;transform:translate(60px)}.brand-prev:hover,.brand-next:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}.brand-prev i,.brand-next i{font-size:18px;line-height:1}@media(min-width:1400px){.section-title{margin-bottom:50px}.section-title h2{font-size:36px}.section-title span{width:80px}.brand-card{height:180px;padding:30px 25px}.brand-image{height:95px}.brand-image img{max-width:130px;max-height:75px}.brand-card h5{font-size:18px}}@media(min-width:1200px)and (max-width:1399px){.section-title h2{font-size:34px}.brand-card{height:170px}.brand-image img{max-width:120px;max-height:70px}}@media(min-width:992px)and (max-width:1199px){.section-title{gap:15px;margin-bottom:40px}.section-title span{width:60px}.section-title h2{font-size:30px}.brand-slider{padding-left:35px;padding-right:35px}.brand-card{height:165px;padding:25px 15px;border-radius:18px}.brand-image{height:82px}.brand-image img{max-width:105px;max-height:65px}.brand-card h5{margin-top:15px;font-size:16px}.brand-prev,.brand-next{width:44px;height:44px}.brand-prev{left:8px;transform:none}.brand-next{right:8px;transform:none}}@media(min-width:768px)and (max-width:991px){.section-title{gap:12px;margin-bottom:35px}.section-title span{width:50px;height:2px}.section-title h2{font-size:28px}.brand-slider{padding:10px 35px 20px}.brand-card{height:155px;padding:22px 12px;border-radius:17px}.brand-image{height:75px}.brand-image img{max-width:95px;max-height:60px}.brand-card h5{margin-top:12px;font-size:15px}.brand-prev,.brand-next{width:42px;height:42px}.brand-prev{left:5px;transform:none}.brand-next{right:5px;transform:none}.brand-prev i,.brand-next i{font-size:16px}}@media(min-width:576px)and (max-width:767px){.brand-section{padding:55px 0}.section-title{gap:10px;margin-bottom:30px}.section-title span{width:40px;height:2px}.section-title h2{font-size:24px;letter-spacing:.3px}.brand-slider{padding:8px 20px 15px}.brand-card{height:145px;padding:20px 12px;border-radius:15px}.brand-image{height:68px}.brand-image img{max-width:85px;max-height:55px}.brand-card h5{margin-top:10px;font-size:15px}.brand-prev,.brand-next{display:none}}@media(min-width:400px)and (max-width:575px){.brand-section{padding:50px 0}.section-title{gap:8px;margin-bottom:25px}.section-title span{width:30px;height:2px}.section-title h2{font-size:21px;letter-spacing:.2px}.brand-slider{padding:5px 15px 12px}.brand-card{height:135px;padding:15px 10px;border-radius:14px}.brand-image{height:62px}.brand-image img{max-width:80px;max-height:50px}.brand-card h5{margin-top:8px;font-size:14px;line-height:1.2}.brand-prev,.brand-next{display:none}}@media(min-width:320px)and (max-width:399px){.brand-section{padding:45px 0}.section-title{gap:7px;margin-bottom:22px}.section-title span{width:25px;height:2px}.section-title h2{font-size:19px;letter-spacing:.1px}.brand-slider{padding:5px 10px 10px}.brand-card{height:128px;padding:13px 8px;border-radius:13px}.brand-image{height:58px}.brand-image img{max-width:70px;max-height:45px}.brand-card h5{margin-top:7px;font-size:13px}.brand-prev,.brand-next{display:none}}@media(max-width:319px){.brand-section{padding:40px 0}.section-title{gap:5px;margin-bottom:20px}.section-title span{width:20px;height:2px}.section-title h2{font-size:17px}.brand-slider{padding:5px 8px 10px}.brand-card{height:120px;padding:10px 6px;border-radius:12px}.brand-image{height:52px}.brand-image img{max-width:62px;max-height:40px}.brand-card h5{margin-top:6px;font-size:12px}.brand-prev,.brand-next{display:none}}@media(hover:none)and (pointer:coarse){.brand-card:hover{transform:none;border-color:#ececec;box-shadow:none}.brand-card:hover:before{opacity:0}.brand-card:hover .brand-image img{transform:none}.brand-card:hover h5{color:var(--black)}}.category-section{width:100%;padding:40px 0;background:var(--white);overflow:hidden}.category-wrapper{position:relative;width:100%;max-width:100%;padding:45px;background:linear-gradient(135deg,#f8f6ff,#f5f4ff);border-radius:30px;overflow:hidden}.category-wrapper:before{content:"";position:absolute;width:350px;height:350px;top:-180px;left:-120px;background:#5d3fd30d;border-radius:50%;pointer-events:none;z-index:0}.category-wrapper:after{content:"";position:absolute;width:250px;height:250px;right:-100px;bottom:-120px;background:#fdb81314;border-radius:50%;pointer-events:none;z-index:0}.category-wrapper>.row{position:relative;z-index:2;width:100%;margin-left:0;margin-right:0;align-items:center}.category-wrapper>.row>[class*=col-]{min-width:0}.category-info{position:relative;z-index:5;width:100%;min-width:0}.category-info .sub-title{display:block;margin-bottom:8px;color:var(--primary);font-size:20px;line-height:1.3;font-weight:700;text-transform:uppercase;letter-spacing:1px}.category-info h2{margin:0 0 25px;color:var(--primary);font-size:54px;line-height:1;font-weight:800;text-transform:uppercase}.category-info p{max-width:480px;margin:0 0 35px;color:var(--text);font-size:18px;line-height:1.8}.category-info .theme-btn{padding:10px 20px;font-size:14px}.category-slider-column{position:relative;width:100%;min-width:0;max-width:100%;z-index:3}.category-wrapper>.row>[class*=col-lg-]{min-width:0}.category-slider{position:relative;display:block;width:100%;max-width:100%;min-width:0;padding:10px 5px 45px;overflow:hidden;box-sizing:border-box}.category-slider.swiper{width:100%;max-width:100%;min-width:0;overflow:hidden}.category-slider .swiper-wrapper{display:flex;width:100%;max-width:100%;align-items:stretch;box-sizing:border-box}.category-slider .swiper-slide{height:auto;min-width:0;display:flex;align-items:stretch;box-sizing:border-box}.category-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;min-width:0;height:255px;padding:22px;background:#fff;border:1px solid #ececec;border-radius:24px;box-shadow:0 10px 30px #0000000f;text-align:center;text-decoration:none;overflow:visible;box-sizing:border-box;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.category-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#5d3fd308,#fdb8130d);border-radius:24px;opacity:0;pointer-events:none;transition:opacity .35s ease}.category-card:hover{transform:translateY(-8px);border-color:var(--secondary);box-shadow:0 20px 50px #0000001f}.category-card:hover:before{opacity:1}.category-image{position:relative;z-index:2;width:100%;height:135px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.category-image img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;transition:transform .35s ease}.category-card:hover .category-image img{transform:scale(1.08) rotate(-3deg)}.category-card h5{position:relative;z-index:3;width:100%;margin:15px 0 25px;color:var(--black);font-size:14px;line-height:1.3;font-weight:600;text-align:center;word-break:normal;overflow-wrap:break-word}.category-card:hover h5{color:var(--primary)}.category-arrow{position:absolute;z-index:10;left:50%;bottom:-24px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #ece8ff;border-radius:50%;color:var(--primary);box-shadow:0 8px 20px #00000014;transform:translate(-50%);transition:background .35s ease,color .35s ease,border-color .35s ease,transform .35s ease}.category-arrow i{font-size:16px;line-height:1}.category-card:hover .category-arrow{background:var(--primary);color:#fff;border-color:var(--primary);transform:translate(-50%) rotate(-45deg)}@media(min-width:1400px){.category-wrapper{padding:50px}.category-info h2{font-size:50px}.category-info p{font-size:16px}.category-card{height:265px}.category-image{height:140px}}@media(min-width:1200px)and (max-width:1399px){.category-wrapper{padding:40px}.category-info h2{font-size:50px}.category-info p{font-size:16px;line-height:1.7}.category-card{height:250px;padding:20px}.category-image{height:130px}}@media(min-width:992px)and (max-width:1199px){.category-wrapper{padding:35px}.category-info .sub-title{font-size:18px}.category-info h2{font-size:44px;margin-bottom:20px}.category-info p{font-size:16px;line-height:1.7;margin-bottom:28px}.category-info .theme-btn{padding:14px 25px}.category-slider{padding:10px 5px 42px}.category-card{height:235px;padding:18px;border-radius:20px}.category-card:before{border-radius:20px}.category-image{height:115px}.category-image img{max-width:110px}.category-card h5{margin:12px 0 22px;font-size:14px}.category-arrow{width:44px;height:44px;bottom:-22px}}@media(min-width:768px)and (max-width:991px){.category-wrapper{padding:35px 25px;border-radius:25px}.category-wrapper>.row{display:flex;flex-direction:column}.category-wrapper>.row>[class*=col-]{width:100%;max-width:100%;flex:0 0 100%}.category-info{margin-bottom:35px;text-align:center}.category-info .sub-title{font-size:17px}.category-info h2{font-size:40px;margin-bottom:18px}.category-info p{max-width:650px;margin:0 auto 25px;font-size:16px;line-height:1.7}.category-info .theme-btn{margin:0 auto;padding:14px 25px}.category-slider{width:100%;max-width:100%;padding:10px 10px 42px;overflow:hidden}.category-card{height:225px;padding:18px;border-radius:19px}.category-card:before{border-radius:19px}.category-image{height:105px}.category-image img{max-width:100px}.category-card h5{margin:10px 0 20px;font-size:14px}.category-arrow{width:42px;height:42px;bottom:-21px}}@media(min-width:576px)and (max-width:767px){.category-wrapper{padding:30px 20px;border-radius:22px}.category-wrapper>.row{display:flex;flex-direction:column}.category-wrapper>.row>[class*=col-]{width:100%;max-width:100%;flex:0 0 100%}.category-info{margin-bottom:30px;text-align:center}.category-info .sub-title{font-size:15px}.category-info h2{font-size:34px;margin-bottom:18px}.category-info p{margin:0 auto 25px;font-size:15px}.category-info .theme-btn{margin:0 auto}.category-slider{width:100%;max-width:100%;padding:5px 8px 40px;overflow:hidden}.category-card{height:210px;padding:16px;border-radius:17px}.category-card:before{border-radius:17px}.category-image{height:95px}.category-image img{max-width:90px}.category-card h5{margin:8px 0 18px;font-size:14px}.category-arrow{width:40px;height:40px;bottom:-20px}}@media(min-width:400px)and (max-width:575px){.category-wrapper{padding:25px 15px;border-radius:20px}.category-wrapper:before{width:220px;height:220px;top:-120px;left:-100px}.category-wrapper:after{width:180px;height:180px;right:-80px;bottom:-100px}.category-wrapper>.row{display:flex;flex-direction:column}.category-wrapper>.row>[class*=col-]{width:100%;max-width:100%;flex:0 0 100%}.category-info{margin-bottom:25px;text-align:center}.category-info .sub-title{font-size:14px}.category-info h2{font-size:29px;margin-bottom:15px}.category-info p{margin:0 auto 22px;font-size:14px;line-height:1.6}.category-info .theme-btn{max-width:300px;margin:0 auto;justify-content:center}.category-slider{width:100%;max-width:100%;padding:5px 5px 36px;overflow:hidden}.category-card{height:200px;padding:14px;border-radius:15px}.category-card:before{border-radius:15px}.category-image{height:90px}.category-image img{max-width:80px}.category-card h5{margin:7px 0 17px;font-size:14px}}@media(min-width:320px)and (max-width:399px){.category-wrapper{padding:22px 12px;border-radius:18px}.category-wrapper>.row{display:flex;flex-direction:column}.category-wrapper>.row>[class*=col-]{width:100%;max-width:100%;flex:0 0 100%}.category-info{margin-bottom:22px;text-align:center}.category-info .sub-title{font-size:13px}.category-info h2{font-size:26px;margin-bottom:13px}.category-info p{font-size:13px;line-height:1.55;margin-bottom:20px}.category-info .theme-btn{justify-content:center;font-size:12px}.category-slider{width:100%;max-width:100%;padding:5px 3px 34px;overflow:hidden}.category-card{height:190px;padding:12px;border-radius:14px}.category-card:before{border-radius:14px}.category-image{height:82px}.category-image img{max-width:72px}.category-card h5{margin:6px 0 15px;font-size:13px}}@media(max-width:319px){.category-section{padding:40px 0}.category-wrapper{padding:20px 10px;border-radius:16px}.category-wrapper>.row{display:flex;flex-direction:column}.category-wrapper>.row>[class*=col-]{width:100%;max-width:100%;flex:0 0 100%}.category-info{margin-bottom:20px;text-align:center}.category-info .sub-title{font-size:12px}.category-info h2{font-size:23px}.category-info p{font-size:12px}.category-info .theme-btn{font-size:11px;justify-content:center}.category-slider{width:100%;max-width:100%;overflow:hidden}.category-card{height:180px;padding:10px;border-radius:13px}.category-image{height:75px}.category-image img{max-width:65px}.category-card h5{font-size:12px}}@media(hover:none)and (pointer:coarse){.category-card:hover{transform:none;border-color:#ececec;box-shadow:0 10px 30px #0000000f}.category-card:hover:before{opacity:0}.category-card:hover .category-image img{transform:none}.category-card:hover h5{color:var(--black)}}.spare-parts-section{position:relative;width:100%;padding:80px 0;background:#fff;overflow:hidden}.spare-parts-section:before{content:"";position:absolute;width:500px;height:500px;top:-300px;left:-250px;border-radius:50%;background:radial-gradient(circle,rgba(93,63,211,.045),transparent 70%);pointer-events:none}.spare-parts-section:after{content:"";position:absolute;width:450px;height:450px;right:-250px;bottom:-300px;border-radius:50%;background:radial-gradient(circle,rgba(253,184,19,.05),transparent 70%);pointer-events:none}.spare-parts-section .brand-box{position:relative;width:100%;height:100%;min-width:0;padding:24px;background:linear-gradient(145deg,#fafafd,#f7f7fa);border:1px solid #e8e9f0;border-radius:24px;overflow:hidden;box-shadow:0 8px 30px #241f5409;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.spare-parts-section .brand-box:hover{border-color:#5d3fd329;box-shadow:0 18px 45px #241f5412}.spare-parts-section .brand-box:before{content:"";position:absolute;width:130px;height:130px;top:-80px;right:-60px;border-radius:50%;background:#5d3fd309;pointer-events:none}.spare-parts-section .brand-box:after{content:"";position:absolute;width:100px;height:100px;bottom:-65px;left:-50px;border-radius:50%;background:#fdb8130b;pointer-events:none}.spare-parts-section .brand-heading{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:22px}.spare-parts-section .brand-heading h4{margin:0;color:var(--primary);font-size:22px;line-height:1.25;font-weight:800;letter-spacing:.3px;text-transform:uppercase}.spare-parts-section .brand-heading a{flex-shrink:0;color:var(--primary);font-size:13px;font-weight:700;line-height:1.2;text-decoration:none;white-space:nowrap;transition:color .3s ease,transform .3s ease}.spare-parts-section .brand-heading a:hover{color:var(--secondary);transform:translate(3px)}.spare-parts-section .swiper{position:relative;width:100%;max-width:100%;min-width:0;overflow:hidden;box-sizing:border-box}.spare-parts-section .swiper-wrapper{display:flex;width:100%;max-width:100%;align-items:stretch}.spare-parts-section .swiper-slide{height:auto;min-width:0;display:flex;box-sizing:border-box}.spare-parts-section .product-card{position:relative;display:flex;flex-direction:column;width:100%;height:100%;min-width:0;padding:16px;background:#fff;border:1px solid #e6e6e8;border-radius:17px;overflow:hidden;box-sizing:border-box;text-decoration:none;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.spare-parts-section .product-card:hover{transform:translateY(-6px);border-color:#5d3fd338;box-shadow:0 15px 35px #251e561a}.spare-parts-section .product-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid transparent;border-radius:17px;pointer-events:none;transition:border-color .35s ease}.spare-parts-section .product-card:hover:before{border-color:#5d3fd31f}.spare-parts-section .product-card .product-image{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:190px;margin-bottom:12px;padding:8px;background:linear-gradient(145deg,#fff,#fafafd);border-radius:12px;overflow:hidden}.spare-parts-section .product-card img{display:block;width:100%;height:180px;max-width:100%;object-fit:contain;margin:0 auto;transition:transform .4s ease,filter .4s ease}.spare-parts-section .product-card:hover img{transform:scale(1.07)}.spare-parts-section .badge-off{position:absolute;top:8px;left:8px;z-index:10;display:inline-flex;align-items:center;justify-content:center;min-width:52px;padding:7px 10px;background:linear-gradient(135deg,var(--primary),#42268f);color:#fff;border-radius:30px;font-size:12px;line-height:1;font-weight:700;box-shadow:0 6px 15px #2b124c2e}.spare-parts-section .product-card h5{display:-webkit-box;width:100%;margin:8px 0 15px;color:var(--heading);font-size:16px;line-height:1.5;font-weight:700;text-decoration:none;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:72px}.spare-parts-section .product-card h5{color:var(--heading)}.spare-parts-section .price{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin-top:auto;margin-bottom:8px}.spare-parts-section .price .new{color:#111;font-size:13px;line-height:1.3;font-weight:800}.spare-parts-section .price .old{color:#999;font-size:10px;line-height:1.3;text-decoration:line-through}.spare-parts-section .rating{display:flex;align-items:center;gap:5px;margin-top:4px;color:#ffb400;font-size:13px;line-height:1.3;letter-spacing:.5px}.spare-parts-section .rating span{color:#777;font-size:12px;letter-spacing:0}.spare-parts-section .swiper-button-next,.spare-parts-section .swiper-button-prev{width:38px;height:38px;margin-top:-5px;background:#fffffff5;border:1px solid #e6e5ee;border-radius:50%;color:var(--primary);box-shadow:0 6px 18px #0000001a;opacity:0;transition:opacity .3s ease,background .3s ease,color .3s ease,transform .3s ease}.spare-parts-section .brand-box:hover .swiper-button-next,.spare-parts-section .brand-box:hover .swiper-button-prev{opacity:1}.spare-parts-section .swiper-button-next:hover,.spare-parts-section .swiper-button-prev:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.spare-parts-section .swiper-button-next:after,.spare-parts-section .swiper-button-prev:after{font-size:13px;font-weight:800}.spare-parts-section .swiper-button-prev{left:4px}.spare-parts-section .swiper-button-next{right:4px}.spare-parts-section .swiper-pagination{bottom:4px;line-height:1}.spare-parts-section .swiper-pagination-bullet{width:6px;height:6px;background:#cfcfe0;opacity:1;transition:width .3s ease,background .3s ease}.spare-parts-section .swiper-pagination-bullet-active{width:20px;border-radius:10px;background:var(--primary)}@media(min-width:1400px){.spare-parts-section{padding:90px 0}.spare-parts-section .brand-box{padding:26px}.spare-parts-section .brand-heading h4{font-size:23px}.spare-parts-section .product-card{padding:17px}.spare-parts-section .product-card img{height:190px}.spare-parts-section .product-card .product-image{height:200px}}@media(min-width:1200px)and (max-width:1399px){.spare-parts-section{padding:80px 0}.spare-parts-section .brand-box{padding:22px}.spare-parts-section .brand-heading h4{font-size:21px}.spare-parts-section .brand-heading a{font-size:12px}.spare-parts-section .product-card{padding:14px}.spare-parts-section .product-card img{height:165px}.spare-parts-section .product-card .product-image{height:175px}.spare-parts-section .product-card h5{font-size:15px;line-height:1.45;min-height:65px}}@media(min-width:992px)and (max-width:1199px){.spare-parts-section{padding:70px 0}.spare-parts-section .brand-box{padding:20px;border-radius:20px}.spare-parts-section .brand-heading{margin-bottom:16px}.spare-parts-section .brand-heading h4{font-size:19px}.spare-parts-section .brand-heading a{font-size:11px}.spare-parts-section .product-card{padding:12px;border-radius:15px}.spare-parts-section .product-card .product-image{height:145px}.spare-parts-section .product-card img{height:140px}.spare-parts-section .badge-off{padding:6px 8px;font-size:10px}.spare-parts-section .product-card h5{margin-top:6px;font-size:14px;line-height:1.45;min-height:61px}.spare-parts-section .price{gap:5px}.spare-parts-section .swiper-button-next,.spare-parts-section .swiper-button-prev{width:34px;height:34px}}@media(min-width:768px)and (max-width:991px){.spare-parts-section{padding:60px 0}.spare-parts-section .brand-box{margin-bottom:20px;padding:20px;border-radius:20px}.spare-parts-section .brand-heading h4{font-size:20px}.spare-parts-section .brand-heading a{font-size:12px}.spare-parts-section .product-card{padding:14px;border-radius:16px}.spare-parts-section .product-card .product-image{height:170px}.spare-parts-section .product-card img{height:160px}.spare-parts-section .product-card h5{font-size:15px;line-height:1.45}.spare-parts-section .swiper-button-next,.spare-parts-section .swiper-button-prev{opacity:1;width:36px;height:36px}}@media(min-width:576px)and (max-width:767px){.spare-parts-section{padding:55px 0}.spare-parts-section .brand-box{margin-bottom:18px;padding:17px;border-radius:18px}.spare-parts-section .brand-heading{margin-bottom:15px}.spare-parts-section .brand-heading h4{font-size:18px}.spare-parts-section .brand-heading a{font-size:11px}.spare-parts-section .swiper{padding:6px 2px 34px}.spare-parts-section .product-card{padding:12px;border-radius:15px}.spare-parts-section .product-card .product-image{height:145px}.spare-parts-section .product-card img{height:135px}.spare-parts-section .badge-off{padding:5px 8px;font-size:10px}.spare-parts-section .product-card h5{margin:7px 0 12px;font-size:14px;line-height:1.4;min-height:59px}.spare-parts-section .rating{font-size:11px}.spare-parts-section .swiper-button-next,.spare-parts-section .swiper-button-prev{opacity:1;width:32px;height:32px}.spare-parts-section .swiper-button-next:after,.spare-parts-section .swiper-button-prev:after{font-size:11px}}@media(min-width:400px)and (max-width:575px){.spare-parts-section{padding:50px 0}.spare-parts-section .brand-box{margin-bottom:16px;padding:15px;border-radius:17px}.spare-parts-section .brand-heading{align-items:center;margin-bottom:14px}.spare-parts-section .brand-heading h4{font-size:17px;line-height:1.25}.spare-parts-section .brand-heading a{font-size:10px}.spare-parts-section .product-card{padding:10px;border-radius:14px}.spare-parts-section .product-card .product-image{height:125px;padding:5px;border-radius:10px}.spare-parts-section .product-card img{height:115px}.spare-parts-section .badge-off{min-width:45px;padding:5px 7px;font-size:9px}.spare-parts-section .product-card h5{margin:6px 0 10px;font-size:13px;line-height:1.4;min-height:55px;-webkit-line-clamp:3}.spare-parts-section .price{gap:4px;margin-bottom:6px}.spare-parts-section .rating,.spare-parts-section .rating span{font-size:10px}.spare-parts-section .swiper-button-next,.spare-parts-section .swiper-button-prev{display:none!important}}@media(min-width:320px)and (max-width:399px){.spare-parts-section{padding:45px 0}.spare-parts-section .brand-box{margin-bottom:15px;padding:12px;border-radius:15px}.spare-parts-section .brand-heading{margin-bottom:12px}.spare-parts-section .brand-heading h4{font-size:15px}.spare-parts-section .brand-heading a{font-size:9px}.spare-parts-section .product-card{padding:8px;border-radius:12px}.spare-parts-section .product-card .product-image{height:105px;padding:4px}.spare-parts-section .product-card img{height:98px}.spare-parts-section .badge-off{top:6px;left:6px;min-width:40px;padding:4px 6px;font-size:8px}.spare-parts-section .product-card h5{margin:5px 0 8px;font-size:12px;line-height:1.35;min-height:49px}.spare-parts-section .price{gap:3px}.spare-parts-section .price .new{font-size:12px}.spare-parts-section .price .old{font-size:10px}.spare-parts-section .rating{display:none}.spare-parts-section .swiper-button-next,.spare-parts-section .swiper-button-prev{display:none!important}}@media(max-width:319px){.spare-parts-section{padding:40px 0}.spare-parts-section .brand-box{padding:10px;border-radius:14px}.spare-parts-section .brand-heading h4{font-size:14px}.spare-parts-section .brand-heading a{font-size:8px}.spare-parts-section .product-card{padding:7px}.spare-parts-section .product-card .product-image{height:90px}.spare-parts-section .product-card img{height:84px}.spare-parts-section .badge-off{top:5px;left:5px;padding:3px 5px;font-size:7px}.spare-parts-section .product-card h5{font-size:11px;line-height:1.3;min-height:43px}.spare-parts-section .price .new{font-size:11px}.spare-parts-section .price .old{font-size:9px}.spare-parts-section .rating{display:none}}@media(hover:none)and (pointer:coarse){.spare-parts-section .brand-box:hover{box-shadow:0 8px 30px #241f5409}.spare-parts-section .product-card:hover{transform:none;box-shadow:none;border-color:#e6e6e8}.spare-parts-section .product-card:hover img{transform:none}.spare-parts-section .product-card:hover:before{border-color:transparent}}.why-choose{position:relative;padding:90px 0;background:#fff;overflow:hidden}.why-content{position:relative;z-index:2}.why-content h2{margin:0 0 20px;color:var(--primary);font-size:44px;font-weight:800;line-height:1.15;letter-spacing:-.5px}.why-content h2 span{display:block;color:#fdb813}.why-content p{max-width:620px;margin:0 0 30px;color:#666;font-size:17px;line-height:30px}.why-choose .theme-btn{min-width:170px;min-height:54px;display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:50px;background:var(--primary);color:#fff;font-size:15px;font-weight:600;line-height:1;text-decoration:none;transition:background .35s ease,color .35s ease,transform .35s ease,box-shadow .35s ease}.why-choose .theme-btn:hover{background:#fdb813;color:#fff;transform:translateY(-3px);box-shadow:0 10px 25px #fdb81333}.why-choose .row{row-gap:25px}.why-choose .feature-card{position:relative;width:100%;height:100%;min-height:245px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:35px 25px;background:#fff;border:1px solid #ececec;border-radius:22px;text-align:center;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.why-choose .feature-card:before{content:"";position:absolute;width:150px;height:150px;top:-80px;right:-70px;border-radius:50%;background:#5d3fd30a;transition:transform .4s ease}.why-choose .feature-card:hover:before{transform:scale(1.5)}.why-choose .feature-card:hover{transform:translateY(-8px);border-color:#5d3fd326;box-shadow:0 18px 40px #00000014}.why-choose .feature-icon{position:relative;z-index:2;width:78px;height:78px;flex:0 0 78px;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;background:#fff;border:2px solid;border-radius:50%;font-size:30px;transition:transform .35s ease,box-shadow .35s ease}.why-choose .feature-card:hover .feature-icon{transform:scale(1.06);box-shadow:0 10px 25px #00000012}.why-choose .feature-icon.green{color:#2dbe60;border-color:#cdefd8;background:#2dbe600a}.why-choose .feature-icon.yellow{color:#fdb813;border-color:#ffe8a5;background:#fdb8130d}.why-choose .feature-icon.purple{color:#7a56f7;border-color:#d9ceff;background:#7a56f70a}.why-choose .feature-card h4{position:relative;z-index:2;margin:0 0 10px;color:#222;font-size:20px;font-weight:700;line-height:1.3}.why-choose .feature-card p{position:relative;z-index:2;max-width:300px;margin:0;color:#666;font-size:15px;line-height:27px}@media(min-width:1400px){.why-choose{padding:110px 0}.why-content h2{font-size:48px}.why-content p{font-size:18px;line-height:31px}.why-choose .feature-card{min-height:265px;padding:40px 30px}.why-choose .feature-icon{width:82px;height:82px;flex-basis:82px;font-size:31px}}@media(min-width:1200px)and (max-width:1399px){.why-choose{padding:90px 0}.why-content h2{font-size:42px}.why-content p{font-size:16px;line-height:28px}.why-choose .feature-card{min-height:245px;padding:32px 22px}.why-choose .feature-icon{width:74px;height:74px;flex-basis:74px;font-size:28px}.why-choose .feature-card h4{font-size:19px}}@media(min-width:992px)and (max-width:1199px){.why-choose{padding:80px 0}.why-content h2{font-size:38px;line-height:1.18}.why-content p{font-size:16px;line-height:28px;max-width:520px}.why-choose .feature-card{min-height:230px;padding:28px 18px;border-radius:18px}.why-choose .feature-icon{width:68px;height:68px;flex-basis:68px;margin-bottom:18px;font-size:25px}.why-choose .feature-card h4{font-size:18px}.why-choose .feature-card p{font-size:14px;line-height:24px}.why-choose .theme-btn{min-height:50px;padding:11px 25px}}@media(min-width:768px)and (max-width:991px){.why-choose{padding:70px 0}.why-content{text-align:center;margin-bottom:45px}.why-content h2{font-size:36px;line-height:1.2}.why-content p{max-width:650px;margin:0 auto 25px;font-size:16px;line-height:27px}.why-choose .theme-btn{min-height:52px}.why-choose .feature-card{min-height:235px;padding:30px 20px;border-radius:19px}.why-choose .feature-icon{width:68px;height:68px;flex-basis:68px;margin-bottom:18px;font-size:25px}.why-choose .feature-card h4{font-size:18px}.why-choose .feature-card p{font-size:14px;line-height:25px}}@media(min-width:576px)and (max-width:767px){.why-choose{padding:65px 0}.why-content{text-align:center;margin-bottom:35px}.why-content h2{font-size:32px;line-height:1.2;margin-bottom:16px}.why-content p{max-width:600px;margin:0 auto 25px;font-size:15px;line-height:26px}.why-choose .theme-btn{min-width:155px;min-height:50px;padding:11px 24px;font-size:14px}.why-choose .feature-card{min-height:225px;padding:28px 18px;border-radius:18px}.why-choose .feature-icon{width:65px;height:65px;flex-basis:65px;margin-bottom:17px;font-size:24px}.why-choose .feature-card h4{font-size:18px;margin-bottom:8px}.why-choose .feature-card p{font-size:14px;line-height:24px}}@media(min-width:400px)and (max-width:575px){.why-choose{padding:55px 0}.why-content{text-align:center;margin-bottom:30px}.why-content h2{font-size:30px;line-height:1.2;margin-bottom:15px}.why-content h2 span{margin-top:3px}.why-content p{margin:0 auto 24px;font-size:15px;line-height:25px}.why-choose .theme-btn{width:auto;min-width:155px;min-height:48px;padding:10px 22px;font-size:14px}.why-choose .feature-card{min-height:215px;padding:28px 18px;border-radius:17px}.why-choose .feature-icon{width:62px;height:62px;flex-basis:62px;margin-bottom:16px;font-size:23px}.why-choose .feature-card h4{font-size:18px;line-height:1.3}.why-choose .feature-card p{max-width:290px;font-size:14px;line-height:24px}}@media(max-width:399px){.why-choose{padding:45px 0}.why-content{text-align:center;margin-bottom:28px}.why-content h2{font-size:27px;line-height:1.18;margin-bottom:14px;letter-spacing:0}.why-content p{font-size:14px;line-height:24px;margin-bottom:22px}.why-choose .theme-btn{width:70%;min-width:0;min-height:48px;padding:10px 20px;font-size:14px}.why-choose .feature-card{min-height:205px;padding:25px 15px;border-radius:16px}.why-choose .feature-icon{width:58px;height:58px;flex-basis:58px;margin-bottom:15px;font-size:21px}.why-choose .feature-card h4{font-size:17px;margin-bottom:7px}.why-choose .feature-card p{font-size:13px;line-height:22px}}@media(max-width:339px){.why-choose{padding:40px 0}.why-content h2{font-size:24px}.why-content p{font-size:13px;line-height:22px}.why-choose .feature-card{min-height:195px;padding:22px 12px}.why-choose .feature-icon{width:54px;height:54px;flex-basis:54px;font-size:19px}.why-choose .feature-card h4{font-size:16px}.why-choose .feature-card p{font-size:12px;line-height:20px}}@media(hover:none){.why-choose .feature-card:hover{transform:none;box-shadow:none}.why-choose .feature-card:hover .feature-icon{transform:none}.why-choose .theme-btn:hover{transform:none;box-shadow:none}}@media(prefers-reduced-motion:reduce){.why-choose *,.why-choose *:before,.why-choose *:after{transition:none!important;animation:none!important}}.blog-section{position:relative;padding:80px 0;background:#fff;overflow:hidden}.blog-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:45px}.blog-heading .section-title{margin-bottom:0}.view-all{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-size:15px;font-weight:600;text-decoration:none;white-space:nowrap;transition:color .3s ease,transform .3s ease}.view-all:hover{color:var(--secondary);transform:translate(3px)}.view-all i{margin-left:0;font-size:13px}.blog-card{position:relative;width:100%;border-radius:22px;background:#fff;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.blog-card:hover{transform:translateY(-8px);box-shadow:0 18px 45px #0000001a}.blog-image{position:relative;width:100%;overflow:hidden;border-radius:22px}.blog-image img{display:block;width:100%;height:430px;object-fit:cover;border-radius:22px;transition:transform .5s ease}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-date{position:absolute;left:15px;bottom:155px;z-index:3;display:inline-flex;align-items:center;padding:8px 15px;background:#4b2ca4;color:#fff;border-radius:30px;font-size:13px;font-weight:600;line-height:1;box-shadow:0 7px 18px #4b2ca433}.blog-date i{margin-right:6px;font-size:12px}.blog-content{position:absolute;z-index:4;left:15px;right:55px;bottom:15px;padding:22px 24px;background:#fffffffa;border-radius:18px;box-shadow:0 12px 35px #0000001f;transition:transform .35s ease}.blog-card:hover .blog-content{transform:translateY(-3px)}.blog-content h3{margin:0 0 15px;color:#222;font-size:18px;font-weight:700;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.blog-content a{color:var(--primary);font-size:18px;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:color .3s ease}.blog-content a:hover{color:var(--secondary)}.blog-content .readmore-btn{display:inline-flex;align-items:center;gap:6px;color:#000;font-size:14px;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:color .3s ease,transform .3s ease}.blog-content .readmore-btn:hover{color:var(--primary);transform:translate(3px)}.blog-content a i{margin-left:0;font-size:12px}.blog-section .row{row-gap:30px}@media(min-width:1400px){.blog-section{padding:100px 0}.blog-heading{margin-bottom:50px}.blog-image img{height:450px}.blog-content{left:15px;right:55px;bottom:15px;padding:25px 28px}.blog-content h3{font-size:20px}}@media(min-width:1200px)and (max-width:1399px){.blog-section{padding:90px 0}.blog-image img{height:410px}.blog-content{left:14px;right:40px;bottom:14px;padding:20px 22px}.blog-content h3{font-size:18px}.blog-date{bottom:145px}}@media(min-width:992px)and (max-width:1199px){.blog-section{padding:80px 0}.blog-heading{margin-bottom:40px}.blog-image img{height:360px}.blog-date{left:12px;bottom:135px;padding:7px 13px;font-size:12px}.blog-content{left:12px;right:25px;bottom:12px;padding:18px 20px;border-radius:16px}.blog-content h3{font-size:17px;line-height:1.4;margin-bottom:12px}.blog-content .readmore-btn{font-size:13px}}@media(min-width:768px)and (max-width:991px){.blog-section{padding:70px 0}.blog-heading{margin-bottom:35px}.blog-image img{height:280px}.blog-content{position:relative;left:auto;right:auto;bottom:auto;margin:-35px 18px 18px;padding:20px;border-radius:17px}.blog-card:hover .blog-content{transform:none}.blog-date{left:15px;bottom:135px;font-size:12px}.blog-content h3{font-size:18px;margin-bottom:12px}}@media(min-width:576px)and (max-width:767px){.blog-section{padding:65px 0}.blog-heading{flex-direction:row;align-items:center;margin-bottom:30px;gap:15px}.blog-image img{height:300px}.blog-content{position:relative;left:auto;right:auto;bottom:auto;margin:-40px 18px 18px;padding:20px;border-radius:17px}.blog-date{left:15px;bottom:50px;padding:7px 13px;font-size:12px}.blog-content h3{font-size:18px;line-height:1.4}.blog-content .readmore-btn{font-size:13px}}@media(min-width:400px)and (max-width:575px){.blog-section{padding:55px 0}.blog-heading{flex-direction:column;align-items:center;gap:20px;margin-bottom:28px}.view-all{font-size:14px}.blog-image img{height:250px;border-radius:18px}.blog-image,.blog-card{border-radius:18px}.blog-content{position:relative;left:auto;right:auto;bottom:auto;margin:-32px 14px 14px;padding:18px;border-radius:16px}.blog-content h3{font-size:17px;line-height:1.4;margin-bottom:12px}.blog-content .readmore-btn{font-size:12px}.blog-date{left:12px;bottom:50px;padding:7px 12px;font-size:11px}.blog-date i{font-size:10px}}@media(max-width:399px){.blog-section{padding:45px 0}.blog-heading{flex-direction:column;align-items:center;gap:20px;margin-bottom:25px}.view-all{font-size:13px}.blog-image,.blog-image img{border-radius:16px}.blog-image img{height:220px}.blog-card{border-radius:16px}.blog-content{position:relative;left:auto;right:auto;bottom:auto;margin:-28px 10px 10px;padding:16px;border-radius:14px}.blog-content h3{font-size:16px;line-height:1.4;margin-bottom:10px}.blog-content .readmore-btn{font-size:11px}.blog-date{left:10px;bottom:50px;padding:6px 10px;font-size:10px}}@media(max-width:339px){.blog-section{padding:40px 0}.blog-image img{height:200px}.blog-content{margin:-25px 8px 8px;padding:14px}.blog-content h3{font-size:15px}.blog-content .readmore-btn{font-size:10px}.blog-date{bottom:40px;font-size:9px;padding:5px 9px}}@media(hover:none){.blog-card:hover{transform:none;box-shadow:none}.blog-card:hover .blog-image img,.blog-card:hover .blog-content{transform:none}}@media(prefers-reduced-motion:reduce){.blog-section *,.blog-section *:before,.blog-section *:after{transition:none!important;animation:none!important}}.counter-section{position:relative;width:100%;background:#fff;overflow:hidden}.counter-section .container-fluid{width:100%;padding-left:30px;padding-right:30px}.counter-wrapper{position:relative;width:100%;background:linear-gradient(90deg,#fffdf8,#fff7e6,#fffdf8);border:1px solid #f3dfc1;border-radius:28px;overflow:hidden}.counter-wrapper>.row{width:100%;margin-left:0!important;margin-right:0!important;display:flex;flex-wrap:wrap}.counter-wrapper:before{content:"";position:absolute;width:220px;height:220px;left:-45px;top:-30px;background-image:radial-gradient(#f2d79d 1.5px,transparent 1.5px);background-size:12px 12px;opacity:.45;pointer-events:none;z-index:0}.counter-column{position:relative;z-index:2;padding:0!important}.counter-box{position:relative;width:100%;min-height:150px;display:flex;align-items:center;justify-content:center;gap:18px;padding:35px 20px;border-right:1px dashed rgba(0,0,0,.1);transition:background .35s ease,transform .35s ease}.counter-column:last-child .counter-box{border-right:none}.counter-box:hover{background:#ffffffa6}.counter-box:after{content:"";position:absolute;left:0;bottom:0;width:0;height:3px;background:var(--primary);transition:width .4s ease}.counter-box:hover:after{width:100%}.counter-icon{width:70px;height:70px;min-width:70px;min-height:70px;flex:0 0 70px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;color:var(--primary);font-size:28px;box-shadow:0 8px 25px #00000014;transition:transform .35s ease,background .35s ease,color .35s ease,box-shadow .35s ease}.counter-box:hover .counter-icon{transform:translateY(-6px) rotate(6deg);background:var(--primary);color:#fff;box-shadow:0 12px 30px #0000001f}.counter-content{min-width:0}.counter-content h3{display:flex;align-items:baseline;flex-wrap:nowrap;gap:3px;margin:0;color:#222;font-size:46px;font-weight:700;line-height:1;white-space:nowrap;transition:color .3s ease}.counter-box:hover .counter-content h3{color:var(--primary)}.counter-suffix{font-size:.65em;font-weight:700;line-height:1}.counter-content p{margin:8px 0 0;color:#666;font-size:18px;font-weight:500;line-height:1.3}@media(min-width:1400px){.counter-section .container-fluid{padding-left:40px;padding-right:40px}.counter-wrapper{border-radius:30px}.counter-box{min-height:160px;padding:40px 25px;gap:20px}.counter-icon{width:76px;height:76px;min-width:76px;min-height:76px;flex-basis:76px;font-size:30px}.counter-content h3{font-size:48px}.counter-content p{font-size:18px}}@media(min-width:1200px)and (max-width:1399px){.counter-box{min-height:145px;padding:32px 15px;gap:14px}.counter-icon{width:64px;height:64px;min-width:64px;min-height:64px;flex-basis:64px;font-size:25px}.counter-content h3{font-size:40px}.counter-content p{font-size:16px}}@media(min-width:992px)and (max-width:1199px){.counter-section .container-fluid{padding-left:25px;padding-right:25px}.counter-wrapper{border-radius:24px}.counter-box{min-height:140px;justify-content:flex-start;padding:28px 20px;gap:15px;border-right:1px dashed rgba(0,0,0,.1)}.counter-icon{width:62px;height:62px;min-width:62px;min-height:62px;flex-basis:62px;font-size:24px}.counter-content h3{font-size:34px}.counter-content p{font-size:15px;margin-top:6px}}@media(min-width:768px)and (max-width:991px){.counter-section .container-fluid{padding-left:20px;padding-right:20px}.counter-wrapper{border-radius:22px}.counter-box{min-height:135px;justify-content:flex-start;padding:25px 20px;gap:14px;border-right:1px dashed rgba(0,0,0,.08);border-bottom:1px dashed rgba(0,0,0,.08)}.counter-column:nth-child(2n) .counter-box{border-right:none}.counter-column:nth-child(3) .counter-box,.counter-column:nth-child(4) .counter-box{border-bottom:none}.counter-icon{width:58px;height:58px;min-width:58px;min-height:58px;flex-basis:58px;font-size:23px}.counter-content h3{font-size:31px}.counter-content p{font-size:14px;margin-top:5px}}@media(max-width:767px){.counter-section .container-fluid{width:100%;padding-left:12px;padding-right:12px}.counter-wrapper>.row{display:flex!important;flex-wrap:wrap!important;width:100%!important;margin-left:0!important;margin-right:0!important}.counter-wrapper .counter-column{width:50%!important;max-width:50%!important;flex:0 0 50%!important;padding:0!important}.counter-wrapper .counter-box{width:100%;min-height:125px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px 8px;text-align:center;border-right:1px dashed rgba(0,0,0,.08);border-bottom:1px dashed rgba(0,0,0,.08)}.counter-wrapper .counter-column:nth-child(2n) .counter-box{border-right:none}.counter-wrapper .counter-column:nth-child(3) .counter-box,.counter-wrapper .counter-column:nth-child(4) .counter-box{border-bottom:none}.counter-wrapper .counter-icon{width:52px;height:52px;min-width:52px;min-height:52px;flex:0 0 52px;font-size:21px;margin:0}.counter-wrapper .counter-content{width:100%;text-align:center}.counter-wrapper .counter-content h3{justify-content:center;margin:0;font-size:27px;line-height:1.1}.counter-wrapper .counter-content p{margin:4px 0 0;font-size:12px;line-height:1.3}.counter-box:hover{background:transparent;transform:none}.counter-box:hover .counter-icon{transform:none;background:#fff;color:var(--primary);box-shadow:0 8px 25px #00000014}.counter-box:hover .counter-content h3{color:#222}.counter-box:hover:after{width:0}}@media(min-width:400px)and (max-width:575px){.counter-section .container-fluid{padding-left:10px;padding-right:10px}.counter-wrapper{border-radius:18px}.counter-wrapper .counter-box{min-height:115px;padding:18px 7px;gap:7px}.counter-wrapper .counter-icon{width:48px;height:48px;min-width:48px;min-height:48px;flex-basis:48px;font-size:19px}.counter-wrapper .counter-content h3{font-size:24px}.counter-wrapper .counter-content p{font-size:11px;margin-top:3px}}@media(min-width:360px)and (max-width:399px){.counter-section .container-fluid{padding-left:8px;padding-right:8px}.counter-wrapper{border-radius:16px}.counter-wrapper .counter-box{min-height:108px;padding:15px 5px;gap:6px}.counter-wrapper .counter-icon{width:44px;height:44px;min-width:44px;min-height:44px;flex-basis:44px;font-size:17px}.counter-wrapper .counter-content h3{font-size:21px}.counter-wrapper .counter-content p{font-size:10px}}@media(max-width:359px){.counter-section .container-fluid{padding-left:7px;padding-right:7px}.counter-wrapper{border-radius:14px}.counter-wrapper .counter-box{min-height:100px;padding:13px 4px;gap:5px}.counter-wrapper .counter-icon{width:40px;height:40px;min-width:40px;min-height:40px;flex-basis:40px;font-size:16px}.counter-wrapper .counter-content h3{font-size:19px}.counter-wrapper .counter-content p{font-size:9px;line-height:1.2}}@media(prefers-reduced-motion:reduce){.counter-section *,.counter-section *:before,.counter-section *:after{transition:none!important;animation:none!important}}.newsletter-section{position:relative;width:100%;padding:40px 0;background:#fff;overflow:hidden}.newsletter-section .container-fluid{width:100%;padding-left:30px;padding-right:30px}.newsletter-wrapper{position:relative;width:100%;padding:45px 60px;border-radius:28px;background:linear-gradient(135deg,#2b124c,#351a63,#2b124c);box-shadow:0 20px 60px #2b124c2e;overflow:hidden;isolation:isolate}.newsletter-wrapper:before{content:"";position:absolute;width:380px;height:380px;left:-150px;top:-120px;border-radius:50%;background:#ffffff0d;pointer-events:none;z-index:-1}.newsletter-wrapper:after{content:"";position:absolute;width:260px;height:260px;right:-100px;bottom:-120px;border-radius:50%;background:#ffffff0a;pointer-events:none;z-index:-1}.newsletter-content{position:relative;z-index:3;display:flex;align-items:center;gap:35px;width:100%}.newsletter-image{width:240px;max-width:240px;flex:0 0 240px;display:flex;align-items:center;justify-content:center}.newsletter-image img{display:block;width:100%;max-width:100%;height:auto;object-fit:contain;animation:phoneFloat 4s ease-in-out infinite}.newsletter-text{min-width:0;flex:1}.newsletter-text h2{margin:0 0 18px;color:#fff;font-size:42px;font-weight:700;line-height:1.25}.newsletter-text p{max-width:500px;margin:0;color:#fffc;font-size:18px;line-height:1.8}.newsletter-form-wrapper{position:relative;z-index:3;width:100%}.newsletter-form{position:relative;z-index:3;display:flex;align-items:center;width:100%;min-width:0;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px #0000002e}.newsletter-form input{width:100%;min-width:0;height:72px;padding:0 28px;border:none!important;outline:none!important;background:#fff;color:#222;font-size:17px;box-shadow:none!important}.newsletter-form input::placeholder{color:#888}.newsletter-form button{width:auto;min-width:180px;height:72px;flex:0 0 180px;padding:0 25px;border:none;background:var(--secondary);color:#222;font-size:16px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background .35s ease,transform .35s ease}.newsletter-form button:hover{background:#ffcf33}.newsletter-plane{position:absolute;right:-10px;bottom:-85px;z-index:1;pointer-events:none}.newsletter-plane img{display:block;width:250px;max-width:250px;height:auto;animation:planeMove 6s linear infinite}.cube{position:absolute;width:18px;height:18px;background:#fdb813;border-radius:4px;opacity:.65;transform:rotate(45deg);pointer-events:none;z-index:2}.cube-1{left:150px;top:45px;animation:floatCube 4s ease-in-out infinite}.cube-2{left:330px;bottom:15px;animation:floatCube 5s ease-in-out infinite}.cube-3{right:320px;top:55px;animation:floatCube 6s ease-in-out infinite}@keyframes phoneFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes floatCube{0%,to{transform:translateY(0) rotate(45deg)}50%{transform:translateY(-12px) rotate(90deg)}}@keyframes planeMove{0%{transform:translate(0) translateY(0)}50%{transform:translate(18px) translateY(-8px)}to{transform:translate(0) translateY(0)}}@media(min-width:1400px){.newsletter-section{padding:40px 0}.newsletter-section .container-fluid{padding-left:40px;padding-right:40px}.newsletter-wrapper{padding:55px 70px;border-radius:30px}.newsletter-content{gap:45px}.newsletter-image{width:260px;max-width:260px;flex-basis:260px}.newsletter-text h2{font-size:46px}.newsletter-text p{font-size:18px}.newsletter-form input,.newsletter-form button{height:74px}.newsletter-form button{min-width:190px;flex-basis:190px}}@media(min-width:1200px)and (max-width:1399px){.newsletter-section{padding:40px 0}.newsletter-wrapper{padding:45px;border-radius:26px}.newsletter-content{gap:30px}.newsletter-image{width:200px;max-width:200px;flex-basis:200px}.newsletter-text h2{font-size:38px}.newsletter-text p{font-size:17px;line-height:1.7}.newsletter-form input,.newsletter-form button{height:68px}.newsletter-form button{min-width:165px;flex-basis:165px;font-size:15px}.newsletter-plane img{width:210px}}@media(min-width:992px)and (max-width:1199px){.newsletter-section{padding:40px 0}.newsletter-section .container-fluid{padding-left:25px;padding-right:25px}.newsletter-wrapper{padding:40px 35px;border-radius:24px}.newsletter-content{gap:25px}.newsletter-image{width:165px;max-width:165px;flex-basis:165px}.newsletter-text h2{font-size:32px;margin-bottom:14px}.newsletter-text p{font-size:15px;line-height:1.7}.newsletter-form{border-radius:15px}.newsletter-form input{height:62px;padding:0 20px;font-size:15px}.newsletter-form button{height:62px;min-width:145px;flex-basis:145px;padding:0 15px;font-size:14px}.newsletter-plane img{width:180px}.cube-1{left:100px}.cube-2{left:250px}.cube-3{right:220px}}@media(min-width:768px)and (max-width:991px){.newsletter-section{padding:40px 0}.newsletter-section .container-fluid{padding-left:20px;padding-right:20px}.newsletter-wrapper{padding:40px 30px;border-radius:24px}.newsletter-content{flex-direction:column;align-items:center;text-align:center;gap:20px;margin-bottom:30px}.newsletter-image{width:150px;max-width:150px;flex-basis:auto}.newsletter-text{width:100%}.newsletter-text h2{font-size:32px;margin-bottom:12px}.newsletter-text p{max-width:600px;margin:0 auto;font-size:16px;line-height:1.7}.newsletter-form-wrapper{width:100%;max-width:650px;margin:0 auto}.newsletter-form input{height:62px;font-size:15px}.newsletter-form button{height:62px;min-width:150px;flex-basis:150px;font-size:14px}.newsletter-plane{display:none}.cube{opacity:.35}.cube-1{left:60px}.cube-2{left:150px}.cube-3{right:100px}}@media(min-width:576px)and (max-width:767px){.newsletter-section{padding:40px 0}.newsletter-section .container-fluid{padding-left:15px;padding-right:15px}.newsletter-wrapper{padding:35px 25px;border-radius:22px}.newsletter-content{flex-direction:column;align-items:center;text-align:center;gap:18px;margin-bottom:25px}.newsletter-image{width:140px;max-width:140px;flex-basis:auto}.newsletter-text{width:100%}.newsletter-text h2{font-size:29px;margin-bottom:12px}.newsletter-text p{max-width:500px;margin:0 auto;font-size:15px;line-height:1.7}.newsletter-form{flex-direction:column;gap:10px;background:transparent;box-shadow:none;overflow:visible}.newsletter-form input{width:100%;height:55px;padding:0 18px;border-radius:12px!important;box-shadow:0 8px 20px #0000001f!important}.newsletter-form button{width:100%;height:55px;min-width:0;flex:none;border-radius:12px;box-shadow:0 8px 20px #0000001f}.newsletter-plane,.cube{display:none}}@media(min-width:400px)and (max-width:575px){.newsletter-section{padding:40px 0}.newsletter-section .container-fluid{padding-left:12px;padding-right:12px}.newsletter-wrapper{padding:30px 20px;border-radius:20px}.newsletter-content{flex-direction:column;align-items:center;text-align:center;gap:15px;margin-bottom:25px}.newsletter-image{width:125px;max-width:125px;flex-basis:auto}.newsletter-text{width:100%}.newsletter-text h2{font-size:26px;line-height:1.3;margin-bottom:10px}.newsletter-text p{font-size:14px;line-height:1.7;margin:0 auto}.newsletter-form{flex-direction:column;gap:10px;background:transparent;box-shadow:none;overflow:visible}.newsletter-form input{width:100%;height:52px;padding:0 16px;border-radius:11px!important;font-size:14px;box-shadow:0 8px 20px #0000001f!important}.newsletter-form button{width:100%;height:52px;min-width:0;flex:none;border-radius:11px;font-size:14px;box-shadow:0 8px 20px #0000001f}.newsletter-plane,.cube{display:none}}@media(min-width:360px)and (max-width:399px){.newsletter-section{padding:40px 0}.newsletter-section .container-fluid{padding-left:10px;padding-right:10px}.newsletter-wrapper{padding:27px 16px;border-radius:18px}.newsletter-content{flex-direction:column;align-items:center;text-align:center;gap:13px;margin-bottom:22px}.newsletter-image{width:110px;max-width:110px;flex-basis:auto}.newsletter-text h2{font-size:23px;line-height:1.3;margin-bottom:9px}.newsletter-text p{font-size:13px;line-height:1.6}.newsletter-form{flex-direction:column;gap:9px;background:transparent;box-shadow:none;overflow:visible}.newsletter-form input{width:100%;height:50px;padding:0 14px;border-radius:10px!important;font-size:13px;box-shadow:0 6px 18px #0000001f!important}.newsletter-form button{width:100%;height:50px;min-width:0;flex:none;border-radius:10px;font-size:13px}.newsletter-plane,.cube{display:none}}@media(max-width:359px){.newsletter-section{padding:35px 0}.newsletter-section .container-fluid{padding-left:8px;padding-right:8px}.newsletter-wrapper{padding:25px 14px;border-radius:16px}.newsletter-content{flex-direction:column;align-items:center;text-align:center;gap:10px;margin-bottom:20px}.newsletter-image{width:95px;max-width:95px;flex-basis:auto}.newsletter-text h2{font-size:21px;line-height:1.3;margin-bottom:8px}.newsletter-text p{font-size:12px;line-height:1.6}.newsletter-form{flex-direction:column;gap:8px;background:transparent;box-shadow:none;overflow:visible}.newsletter-form input{width:100%;height:47px;padding:0 12px;border-radius:9px!important;font-size:12px}.newsletter-form button{width:100%;height:47px;min-width:0;flex:none;border-radius:9px;font-size:12px}.newsletter-plane,.cube{display:none}}@media(hover:none){.newsletter-form button:hover{background:var(--secondary)}}@media(prefers-reduced-motion:reduce){.newsletter-section *,.newsletter-section *:before,.newsletter-section *:after{animation:none!important;transition:none!important}}.footer-section{position:relative;width:100%;background:#fff;border-top:1px solid #ececec;overflow:hidden}.footer-section .container-fluid{width:100%;padding-left:40px;padding-right:40px}.footer-top{padding:70px 0 45px}.footer-about{height:100%;padding-right:30px}.footer-logo{display:inline-block;margin-bottom:18px;text-decoration:none}.footer-logo img{display:block;width:auto;max-width:250px;height:auto;transition:transform .45s ease}.footer-logo:hover img{transform:scale(1.04)}.footer-about p{max-width:430px;margin:0 0 25px;color:#666;font-size:15px;line-height:1.85}.social-links{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:0;margin:0;list-style:none}.social-links li{margin:0}.social-links li a{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#f8f8f8;color:var(--primary);border:1px solid #ececec;border-radius:50%;font-size:16px;text-decoration:none;overflow:hidden;transition:background .35s ease,color .35s ease,border-color .35s ease,transform .35s ease}.social-links li a:before{content:"";position:absolute;width:120%;height:120%;left:-120%;top:-120%;border-radius:50%;background:#fff3;transition:left .45s ease,top .45s ease}.social-links li a:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-5px)}.social-links li a:hover:before{left:0;top:0}.footer-widget{height:100%;padding-left:35px;border-left:1px solid #ececec}.footer-widget h4{position:relative;display:flex;align-items:center;gap:8px;margin:0 0 22px;padding-bottom:14px;color:#222;font-size:15px;font-weight:700;line-height:1.3;text-transform:uppercase}.footer-widget h4 i{color:var(--primary);font-size:14px}.footer-widget h4:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:3px;background:var(--secondary);border-radius:50px;transition:width .4s ease}.footer-widget:hover h4:after{width:70px}.footer-widget ul{padding:0;margin:0;list-style:none}.footer-widget ul li{margin-bottom:14px}.footer-widget ul li:last-child{margin-bottom:0}.footer-widget ul li a{position:relative;display:inline-block;padding-bottom:3px;color:#666;font-size:15px;line-height:1.5;text-decoration:none;transition:color .35s ease,transform .35s ease}.footer-widget ul li a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--secondary);border-radius:50px;transition:width .35s ease}.footer-widget ul li a:hover{color:var(--primary);transform:translate(6px)}.footer-widget ul li a:hover:after{width:100%}.payment-methods{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:12px;width:100%}.payment-methods img{display:block;width:70px;height:50px;padding:4px 8px;object-fit:contain;background:#fff;border:1px solid #ececec;border-radius:8px;cursor:pointer;transition:transform .35s ease,box-shadow .35s ease}.payment-methods img:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 8px 20px #00000014}.footer-bottom{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;border-top:1px solid #ececec}.footer-bottom:before{content:"";position:absolute;left:0;top:-1px;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--secondary),transparent)}.footer-bottom p{margin:0;color:#777;font-size:14px;line-height:1.5}.whatsapp-btn{position:fixed!important;right:20px;bottom:35px;z-index:9999;width:58px;height:58px;display:flex;align-items:center;justify-content:center;background:#25d366;color:#fff;border-radius:50%;font-size:28px;text-decoration:none;box-shadow:0 10px 25px #25d36659;overflow:hidden;transition:transform .35s ease}.whatsapp-btn:hover{color:#fff;transform:scale(1.08)}.whatsapp-btn{animation:pulseWhatsapp 2.5s infinite}@keyframes pulseWhatsapp{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 18px #25d36600}to{box-shadow:0 0 #25d36600}}@media(min-width:1400px){.footer-section .container-fluid{padding-left:50px;padding-right:50px}.footer-top{padding:85px 0 50px}.footer-logo img{max-width:270px}.footer-about p{font-size:16px;line-height:1.9}.footer-widget{padding-left:40px}.footer-widget ul li a{font-size:16px}}@media(min-width:1200px)and (max-width:1399px){.footer-top{padding:70px 0 45px}.footer-about{padding-right:20px}.footer-widget{padding-left:25px}.footer-logo img{max-width:230px}.footer-about p{font-size:15px}.footer-widget ul li a{font-size:14px}.payment-methods img{width:70px;height:45px}}@media(min-width:992px)and (max-width:1199px){.footer-section .container-fluid{padding-left:25px;padding-right:25px}.footer-top{padding:60px 0 40px}.footer-about{padding-right:10px}.footer-widget{padding-left:20px}.footer-logo img{max-width:210px}.footer-about p{font-size:14px;line-height:1.8}.footer-widget h4,.footer-widget ul li a{font-size:14px}.footer-widget ul li{margin-bottom:12px}.payment-methods{gap:8px}.payment-methods img{width:70px;height:42px}}@media(min-width:768px)and (max-width:991px){.footer-section .container-fluid{padding-left:20px;padding-right:20px}.footer-top{padding:55px 0 40px}.footer-about{padding-right:0;text-align:center}.footer-logo img{max-width:220px;margin:0 auto}.footer-about p{max-width:600px;margin-left:auto;margin-right:auto}.social-links{justify-content:center}.footer-widget{height:auto;margin-top:30px;padding-left:0;border-left:none;text-align:center}.footer-widget h4{justify-content:center;text-align:center}.footer-widget h4:after{left:50%;transform:translate(-50%)}.footer-widget ul,.footer-widget ul li{text-align:center}.footer-widget ul li a:hover{transform:none}.payment-methods{justify-content:center}.payment-methods img{width:70px;height:42px}.footer-bottom{justify-content:center;flex-direction:column;gap:8px;text-align:center}.footer-bottom p{text-align:center}}@media(min-width:576px)and (max-width:767px){.footer-section .container-fluid{padding-left:15px;padding-right:15px}.footer-top{padding:50px 0 35px}.footer-about{padding-right:0;text-align:center}.footer-logo{margin-bottom:15px}.footer-logo img{max-width:210px;margin:0 auto}.footer-about p{max-width:550px;margin:0 auto 22px;font-size:14px;line-height:1.8}.social-links{justify-content:center;gap:10px}.social-links li a{width:40px;height:40px}.footer-widget{width:100%;height:auto;margin-top:32px;padding-left:0;border-left:none;text-align:center}.footer-widget h4{display:flex;justify-content:center;align-items:center;text-align:center}.footer-widget h4:after{left:50%;transform:translate(-50%)}.footer-widget ul{width:100%;text-align:center}.footer-widget ul li{width:100%;text-align:center;margin-bottom:11px}.footer-widget ul li a:hover{transform:none}.payment-methods{justify-content:center}.payment-methods img{width:70px;height:42px}.footer-bottom{flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:18px 0;text-align:center}.footer-bottom p{font-size:13px;text-align:center}.whatsapp-btn{right:15px;bottom:15px;width:52px;height:52px;font-size:24px}}@media(min-width:400px)and (max-width:575px){.footer-section .container-fluid{padding-left:12px;padding-right:12px}.footer-top{padding:45px 0 30px}.footer-about{padding-right:0;text-align:center}.footer-logo img{max-width:190px;margin:0 auto}.footer-about p{max-width:100%;margin:0 auto 20px;font-size:13px;line-height:1.8}.social-links{justify-content:center;gap:9px}.social-links li a{width:40px;height:40px;font-size:15px}.footer-widget{width:100%;height:auto;margin-top:30px;padding-left:0;border-left:none;text-align:center}.footer-widget h4{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:18px;text-align:center;font-size:14px}.footer-widget h4:after{left:50%;transform:translate(-50%)}.footer-widget ul{width:100%;text-align:center}.footer-widget ul li{width:100%;margin-bottom:11px;text-align:center}.footer-widget ul li a{display:inline-block;text-align:center}.footer-widget ul li a:hover{transform:none}.payment-methods{justify-content:center;gap:7px}.payment-methods img{width:65px;height:40px}.footer-bottom{flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:16px 0;text-align:center}.footer-bottom p{font-size:12px;text-align:center}.whatsapp-btn{right:15px;bottom:15px;width:52px;height:52px;font-size:24px}}@media(min-width:360px)and (max-width:399px){.footer-section .container-fluid{padding-left:10px;padding-right:10px}.footer-top{padding:40px 0 28px}.footer-about{padding-right:0;text-align:center}.footer-logo img{max-width:175px;margin:0 auto}.footer-about p{margin:0 auto 18px;font-size:12px;line-height:1.75}.social-links{justify-content:center;gap:8px}.social-links li a{width:38px;height:38px;font-size:14px}.footer-widget{width:100%;height:auto;margin-top:27px;padding-left:0;border-left:none;text-align:center}.footer-widget h4{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:16px;font-size:13px;text-align:center}.footer-widget h4:after{left:50%;transform:translate(-50%)}.footer-widget ul{width:100%;text-align:center}.footer-widget ul li{width:100%;margin-bottom:10px;text-align:center}.footer-widget ul li a{font-size:13px;text-align:center}.footer-widget ul li a:hover{transform:none}.payment-methods{justify-content:center;gap:6px}.payment-methods img{width:65px;height:36px;padding:3px 5px}.footer-bottom{flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:15px 0;text-align:center}.footer-bottom p{font-size:11px;text-align:center}.whatsapp-btn{right:12px;bottom:12px;width:48px;height:48px;font-size:22px}}@media(max-width:359px){.footer-section .container-fluid{padding-left:8px;padding-right:8px}.footer-top{padding:35px 0 25px}.footer-about{padding-right:0;text-align:center}.footer-logo img{max-width:155px;margin:0 auto}.footer-about p{font-size:11px;line-height:1.7;margin:0 auto 16px}.social-links{justify-content:center;gap:6px}.social-links li a{width:35px;height:35px;font-size:13px}.footer-widget{width:100%;height:auto;margin-top:23px;padding-left:0;border-left:none;text-align:center}.footer-widget h4{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:14px;font-size:12px;text-align:center}.footer-widget h4:after{left:50%;transform:translate(-50%)}.footer-widget ul{width:100%;text-align:center}.footer-widget ul li{width:100%;margin-bottom:9px;text-align:center}.footer-widget ul li a{font-size:12px;text-align:center}.footer-widget ul li a:hover{transform:none}.payment-methods{justify-content:center;gap:5px}.payment-methods img{width:60px;height:33px;padding:2px 4px}.footer-bottom{flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:13px 0;text-align:center}.footer-bottom p{font-size:10px;text-align:center}.whatsapp-btn{right:10px;bottom:10px;width:45px;height:45px;font-size:20px}}@media(hover:none){.footer-logo:hover img{transform:none}.social-links li a:hover{transform:none;background:#f8f8f8;color:var(--primary);border-color:#ececec}.social-links li a:hover:before{left:-120%;top:-120%}.footer-widget ul li a:hover{transform:none;color:#666}.footer-widget ul li a:hover:after{width:0}.payment-methods img:hover{transform:none;box-shadow:none}.whatsapp-btn:hover{transform:none;color:#fff}}@media(prefers-reduced-motion:reduce){.footer-section *,.footer-section *:before,.footer-section *:after{animation:none!important;transition:none!important}}.shop-brand-banner{background:#f5f6fb;border-radius:18px;overflow:hidden;position:relative}.brand-breadcrumb{font-size:14px;color:#777}.brand-breadcrumb a{color:#111;text-decoration:none;font-weight:500}.brand-breadcrumb span{margin:0 6px}.banner-content{padding:20px 0}.banner-content h1{font-size:60px;font-weight:800;line-height:1.1;color:#11152d;margin-bottom:18px;text-transform:uppercase}.banner-content h1 span{color:#5b2acb}.banner-content p{font-size:16px;color:#525252;max-width:480px;line-height:1.6}.banner-image{text-align:right}.banner-image img{max-height:320px;object-fit:contain}@media(max-width:991px){.banner-content{text-align:center;margin-bottom:25px}.banner-image{text-align:center}.banner-content h1{font-size:42px}.banner-content p{font-size:18px;margin:auto}}@media(max-width:575px){.shop-brand-banner{border-radius:12px}.banner-content h1{font-size:32px}.banner-content p{font-size:16px}.brand-breadcrumb{font-size:13px}}.premium-brand-section{background:#fff;position:relative;overflow:hidden;padding:90px 25px}.premium-brand-section:before{content:"";position:absolute;width:450px;height:450px;background:linear-gradient(135deg,#5e00ff,#853ec8);opacity:.09;border-radius:50%;top:-180px;left:-180px}.premium-brand-section:after{content:"";position:absolute;width:400px;height:400px;background:linear-gradient(135deg,#5e00ff,#853ec8);opacity:.09;border-radius:50%;right:-234px;bottom:10px}.premium-brand-section .section-header{margin-bottom:60px}.section-tag{display:inline-block;background:#ede9fe;color:#6d28d9;font-size:13px;font-weight:700;letter-spacing:1px;padding:8px 18px;border-radius:50px;text-transform:uppercase;margin-bottom:18px}.section-header h2{font-size:52px;font-weight:800;color:#1e293b;margin-bottom:18px}.section-header p{max-width:620px;margin:auto;color:#64748b;font-size:17px;line-height:1.8}.brand-sidebar{background:#fff;border-radius:28px;padding:35px;box-shadow:0 20px 60px #0f172a14;border:1px solid #eef2f7;position:sticky;top:30px}.sidebar-heading{margin-bottom:35px}.sidebar-heading span{color:#8b5cf6;font-size:13px;text-transform:uppercase;font-weight:700;letter-spacing:2px}.sidebar-heading h2{font-size:42px;font-weight:800;margin:8px 0;color:#111827}.sidebar-heading p{color:#64748b;line-height:1.7;margin:0}.brand-list{list-style:none;margin:0;padding:0}.brand-list li{margin-bottom:12px}.brand-list li:last-child{margin-bottom:0}.brand-list li a{display:flex;align-items:center;justify-content:space-between;text-decoration:none;background:#fff;border-radius:18px;padding:10px;transition:.35s;border:1px solid transparent}.brand-list li.active a,.brand-list li a:hover{background:linear-gradient(135deg,#6d28d9,#8b5cf6);color:#fff;box-shadow:0 12px 30px #6d28d940;transform:translate(6px)}.brand-left{display:flex;align-items:center}.brand-icon{width:54px;height:54px;border-radius:50%;background:#f8fafc;display:flex;align-items:center;justify-content:center;margin-right:15px;transition:.35s}.brand-list li:hover .brand-icon,.brand-list li.active .brand-icon{background:#ffffff2e}.brand-icon img{width:28px;height:28px;object-fit:contain;border-radius:20px}.brand-icon i{font-size:22px}.brand-left h6{margin:0;font-size:16px;font-weight:700;color:#1e293b}.brand-left small{color:#94a3b8;font-size:13px}.brand-list li:hover h6,.brand-list li:hover small,.brand-list li:hover i,.brand-list li.active h6,.brand-list li.active small,.brand-list li.active i{color:#fff}.brand-card{background:#fff;border-radius:26px;overflow:hidden;border:1px solid #edf2f7;transition:.4s;height:100%;position:relative;box-shadow:0 10px 25px #0f172a0d}.brand-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #4f46e52e}.brand-card:before{content:"";position:absolute;width:250px;height:250px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#a855f7);opacity:.08;top:-180px;right:-150px;transition:.4s}.brand-card:hover:before{top:-140px}.card-top{padding:35px 20px 10px;text-align:center}.brand-logo{width:110px;height:110px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;margin:auto;border:5px solid #f1f5f9;box-shadow:0 12px 30px #0f172a14;transition:.35s}.brand-card:hover .brand-logo{transform:scale(1.08);border-color:#8b5cf6}.brand-logo img{width:70px;height:70px;object-fit:contain;font-size:40px}.card-body{text-align:center;padding:10px 30px 25px}.card-body h4{font-size:28px;font-weight:800;color:#111827;margin-bottom:10px}.card-body p{font-size:15px;color:#64748b;margin:0}.card-footer{padding:0 20px 30px;background:transparent;border:0}.brand-btn{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;width:100%;height:45px;border-radius:16px;background:linear-gradient(135deg,#6d28d9,#8b5cf6);color:#fff;text-decoration:none;font-size:15px;font-weight:700;overflow:hidden;transition:.35s;box-shadow:0 12px 25px #6d28d940;padding:10px 20px;z-index:9}.brand-btn span,.brand-btn i{position:relative;z-index:2}.brand-btn:before{content:"";position:absolute;left:-100%;top:0;width:100%;height:100%;background:linear-gradient(135deg,#4f46e5,#7c3aed);transition:.4s}.brand-btn:hover:before{left:0}.brand-btn:hover{color:#fff;transform:translateY(-3px);box-shadow:0 18px 35px #4f46e559}.brand-btn i{transition:.35s}.brand-btn:hover i{transform:translate(6px)}.brand-card:hover .card-body h4{color:#6d28d9}.brand-card:hover .card-body p{color:#475569}.brand-card:hover .brand-logo img{transform:scale(1.08);transition:.35s}.brand-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:26px;border:2px solid transparent;transition:.35s}.brand-card:hover:after{border-color:#8b5cf640}.brand-sidebar::-webkit-scrollbar{width:6px}.brand-sidebar::-webkit-scrollbar-thumb{background:#c4b5fd;border-radius:20px}.brand-btn:focus,.brand-list a:focus{outline:none;box-shadow:0 0 0 4px #8b5cf62e}@media(max-width:1399px){.card-body h4{font-size:24px}}@media(max-width:1199px){.section-header h2{font-size:42px}.sidebar-heading h2{font-size:36px}.brand-logo{width:100px;height:100px}}@media(max-width:991px){.brand-sidebar{position:relative;top:0;margin-bottom:35px}.section-header h2{font-size:36px}.premium-brand-section{padding:60px 0}}@media(max-width:767px){.premium-brand-section{padding:50px 0}.section-header h2{font-size:30px}.section-header p{font-size:15px}.sidebar-heading h2{font-size:30px}.brand-sidebar{padding:25px;display:none}.brand-list li a{padding:14px}.brand-icon{width:48px;height:48px;margin-right:12px}.brand-icon img{width:24px;height:24px}.brand-logo{width:90px;height:90px}.brand-logo img{width:60px;height:60px}.card-body{padding:10px 20px 20px}.card-body h4{font-size:22px}.brand-btn{height:50px;font-size:14px}.premium-brand-section:before{width:400px;height:350px}}@media(max-width:575px){.section-header{text-align:left}.premium-brand-section:before{width:400px;height:350px}.section-header p{margin:0}.brand-card{border-radius:22px}.card-footer{padding:0 20px 20px}}.brand-card,.brand-logo,.brand-btn,.brand-list li a,.brand-icon img{transition:all .35s ease}.usp-section{background:#fff}.usp-wrapper{background:#fff;border:1px solid #ece8ff;border-radius:18px;overflow:hidden;box-shadow:0 10px 35px #6c4bff0f}.usp-item{display:flex;align-items:center;gap:18px;padding:24px 28px;border-right:1px solid #efeff5;transition:.35s;height:100%;position:relative;background:#fff}.usp-item:hover{background:#faf8ff}.usp-item:before{content:"";position:absolute;left:0;top:0;width:4px;height:0;background:#6d28d9;transition:.35s}.usp-item:hover:before{height:100%}.usp-icon{width:56px;height:56px;border-radius:16px;background:#f7f2ff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.35s}.usp-icon i{font-size:30px;color:#6d28d9;transition:.35s}.usp-item:hover .usp-icon{background:#6d28d9;transform:rotate(-8deg)}.usp-item:hover .usp-icon i{color:#fff}.usp-content h5{font-size:17px;font-weight:700;color:#222;margin-bottom:4px}.usp-content p{margin:0;font-size:14px;color:#7a7a7a}@media(max-width:991px){.usp-item{border-right:none;border-bottom:1px solid #efeff5}}@media(max-width:576px){.usp-item{padding:18px}.usp-icon{width:48px;height:48px}.usp-icon i{font-size:24px}.usp-content h5{font-size:15px}.usp-content p{font-size:13px}}.apple-hero-section{padding:20px 0;background:#fff}.apple-hero-box{background:linear-gradient(90deg,#f8f7ff,#fbfbff);border-radius:18px;overflow:hidden}.apple-hero-content{padding:45px 60px}.apple-breadcrumb{display:flex;align-items:center;gap:10px;font-size:14px;margin-bottom:35px}.apple-breadcrumb a{text-decoration:none;color:#777}.apple-breadcrumb .active{color:#111;font-weight:600}.apple-logo-card{width:90px;height:90px;background:#fff;border-radius:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #00000014}.apple-logo-card img{width:42px}.apple-device-brand{display:block;font-size:24px;font-weight:600;color:#333}.apple-device-title{font-size:62px;font-weight:800;line-height:1;margin:8px 0 18px;color:#101223}.apple-device-desc{color:#666;font-size:17px;line-height:1.7;margin-bottom:25px}.apple-stock-badge{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid #ddd;border-radius:50px;padding:11px 22px;font-weight:600;color:#222}.apple-stock-badge i{color:#6c63ff}.apple-hero-image{display:flex;justify-content:center;align-items:center;height:100%;padding-right:30px}.apple-hero-image img{width:auto;max-width:100%;max-height:350px;height:auto;display:block;object-fit:contain;padding:20px}@media(max-width:991px){.apple-hero-content{padding:35px}.apple-device-title{font-size:42px}.apple-hero-image{margin-top:20px}}@media(max-width:576px){.apple-hero-content{padding:25px}.apple-logo-card{width:70px;height:70px}.apple-logo-card img{width:34px}.apple-device-brand{font-size:18px}.apple-device-title{font-size:34px}.apple-device-desc{font-size:14px}.apple-stock-badge{font-size:13px;padding:10px 16px}}.iphone-models-sec{padding:80px 0;background:#fff}.section-heading{margin-bottom:30px}.section-heading h2{font-size:30px;font-weight:700;color:#20233b;margin-bottom:12px;text-transform:uppercase}.section-heading span{width:55px;height:4px;background:#7d4dff;border-radius:30px;display:block}.model-sidebar{border:1px solid #ececf7;border-radius:16px;padding:20px;background:#fff;box-shadow:0 5px 18px #0000000a}.sidebar-title{font-size:14px;font-weight:700;color:#6b42ff;margin-bottom:18px;text-transform:uppercase}.model-list{padding:0;margin:0;list-style:none}.model-list li{margin-bottom:6px}.model-list li:last-child{margin-bottom:0}.model-list li a{display:flex;justify-content:space-between;align-items:center;text-decoration:none;padding:10px 12px;border-radius:8px;color:#53566e;font-size:14px;transition:.3s}.model-list li a:hover{background:#f8f5ff;color:#6b42ff}.model-list li.active a{background:#f5efff;color:#6b42ff;font-weight:600}.model-list li span:last-child{font-size:13px;font-weight:600}.support-card{border:1px solid #ececf7;border-radius:16px;background:#fff;padding:24px;text-align:center;box-shadow:0 5px 18px #0000000a}.support-icon{width:58px;height:58px;border-radius:50%;background:#f5efff;color:#6b42ff;display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 15px}.support-card h6{font-size:18px;font-weight:700;color:#20233b;margin-bottom:10px}.support-card p{font-size:14px;color:#6f7387;line-height:1.7;margin-bottom:20px}.btn-support{background:#6b42ff;color:#fff;border-radius:8px;padding:10px 22px;font-size:14px;font-weight:600;transition:.3s}.btn-support:hover{background:#5831df;color:#fff}.iphone-card{border:1px solid #ececf7;border-radius:16px;background:#fff;padding:18px;height:100%;transition:.35s}.iphone-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #00000014}.iphone-image{display:flex;justify-content:center;align-items:center}.iphone-image img{max-height:90px;width:auto;transition:.35s}.iphone-card:hover .iphone-image img{transform:scale(1.05)}.iphone-content h5{font-size:18px;font-weight:700;color:#20233b;margin-bottom:8px}.iphone-content span{display:block;font-size:14px;color:#666;margin-bottom:5px}.iphone-content p{font-size:14px;color:#7d4dff;font-weight:600;margin-bottom:16px}.view-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid #d8c8ff;color:#6b42ff;text-decoration:none;padding:8px 18px;border-radius:8px;font-size:14px;font-weight:600;transition:.3s}.view-btn:hover{background:#6b42ff;color:#fff}.view-btn i{transition:.3s}.view-btn:hover i{transform:translate(4px)}@media(max-width:1199px){.iphone-content h5{font-size:16px}.iphone-image img{max-height:80px}}@media(max-width:991px){.model-sidebar{margin-bottom:25px}.support-card{margin-bottom:30px}.section-heading{margin-top:20px}}@media(max-width:767px){.mobile-browser-section .row{flex-direction:column-reverse}.iphone-card{padding:15px}.section-heading h2{font-size:24px}.iphone-image img{max-height:70px}.iphone-content h5{font-size:15px}.view-btn{width:100%;justify-content:center}.model-sidebar{display:none}}@media(max-width:575px){.model-sidebar{display:none}.mobile-browser-section .row{flex-direction:column-reverse}.model-sidebar,.support-card,.iphone-card{border-radius:12px}.section-heading h2{font-size:22px}.support-card{padding:20px}}.parts-grid .accessory-card{display:flex;align-items:center;gap:20px;background:#fff;border:1px solid #e8e8f3;border-radius:18px;padding:15px;height:100%;transition:.35s ease}.parts-grid .accessory-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #252a4b14;border-color:#d7cdfc}.parts-grid .img-box{width:90px;min-width:90px;height:90px;display:flex;align-items:center;justify-content:center}.parts-grid .img-box img{max-width:75px;max-height:90px;object-fit:contain;transition:.3s}.parts-grid .accessory-card:hover .img-box img{transform:scale(1.08)}.parts-grid .accessory-content{flex:1}.parts-grid .accessory-content h5{font-size:18px;font-weight:700;color:#20233b;margin-bottom:8px}.parts-grid .accessory-content p{font-size:14px;color:#7d8298;margin-bottom:18px}.parts-grid .select-category,.top-action-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid #d8c8ff;color:#6b42ff;text-decoration:none;padding:8px 18px;border-radius:8px;font-size:14px;font-weight:600;transition:.3s}.parts-grid .select-category:hover,.top-action-btn:hover{background:#6243f4;border-color:#6243f4;color:#fff}.top-action-btn .bi-arrow-left{margin-top:3px}.parts-grid .select-category span{transition:.3s}.parts-grid .select-category:hover span{transform:translate(5px)}@media(max-width:991px){.parts-grid .accessory-content h5{font-size:22px}.parts-grid .accessory-card{padding:20px;gap:18px}}@media(max-width:767px){.parts-grid .accessory-card{flex-direction:column;text-align:center}.parts-grid .img-box{width:100px;height:100px}.parts-grid .accessory-content h5{font-size:20px}.parts-grid .select-category{width:100%;justify-content:center}}.product-card{position:relative;background:#fff;border:1px solid #ececec;border-radius:18px;overflow:hidden;transition:.35s;height:100%;display:flex;flex-direction:column;padding:18px}.product-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #00000014}.product-image{height:220px;display:flex;justify-content:center;align-items:center}.product-image img{max-height:180px;transition:.4s;object-fit:contain}.product-card:hover img{transform:scale(1.08)}.product-badge{position:absolute;top:15px;left:15px;background:#6c3cff;color:#fff;padding:5px 10px;border-radius:30px;font-size:12px;font-weight:600}.wishlist-btn{position:absolute;top:15px;right:15px;width:38px;height:38px;border:1px solid #eee;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#fff;transition:.3s}.wishlist-btn:hover{color:#6c3cff;border-color:#6c3cff}.product-content{display:flex;flex-direction:column;flex:1;z-index:9}.product-content h5{font-size:17px;font-weight:600;line-height:1.2;min-height:auto;margin-bottom:15px}.product-content h5 a{color:#222;text-decoration:none}.price-box{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.sale-price{font-size:22px;font-weight:700;color:#111}.price-box del{color:#999;font-size:15px}.discount-text{color:#18a558;font-weight:600}.rating{color:#ffc107;font-size:14px;margin-bottom:18px}.rating span{color:#777}.btn-cart{width:100%;height:46px;border:none;background:#6c3cff;color:#fff;border-radius:10px;font-weight:600;transition:.3s}.btn-cart:hover{background:#5425e5}.btn-sold{width:100%;height:46px;border:none;background:#adb5bd;color:#fff;border-radius:10px}.cc-banner{background:#fff;padding:45px 0}.cc-left{display:flex;align-items:flex-end}.cc-image{width:200px;height:200px;min-width:200px;border-radius:50%;background:#f5f0ff;display:flex;align-items:center;justify-content:center;margin-right:30px}.cc-image img{width:100%;object-fit:contain;padding:10px}.cc-content{flex:1}.cc-breadcrumb{display:flex;align-items:center;gap:12px;margin-bottom:10px;font-size:14px}.cc-breadcrumb a{color:#666;text-decoration:none}.cc-breadcrumb a:hover,.cc-breadcrumb .active{color:#6f42ff}.cc-title{font-size:25px;font-weight:700;line-height:1.15;color:#1b1b1b;margin-bottom:14px}.cc-description{font-size:16px;color:#555;line-height:1.7;max-width:520px;margin-bottom:24px}.cc-quality-list{display:flex;flex-wrap:wrap;gap:28px}.cc-quality-item{display:flex;align-items:center;gap:10px}.cc-quality-item i{width:38px;height:38px;border:1px solid #e8daff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6f42ff;font-size:18px}.cc-quality-item strong{display:block;font-size:14px;font-weight:600}.cc-quality-item small{color:#888;font-size:12px}.cc-feature-box{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;border-radius:16px;overflow:hidden;box-shadow:0 12px 30px #0000000d}.cc-feature-card{background:#fff;padding:15px;display:flex;align-items:center;gap:15px;border:1px solid #eee6ff;border-radius:14px;box-shadow:0 12px 30px #0000000d}.cc-feature-card i{width:52px;height:52px;border:1px solid #e7d8ff;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#6f42ff;font-size:22px;flex-shrink:0}.cc-feature-card span{font-size:15px;font-weight:600;color:#222;line-height:1.4}@media(max-width:991px){.cc-banner{padding:40px 0}.cc-left{display:flex;flex-direction:column;align-items:center;text-align:center}.cc-content{width:100%}.cc-image{width:170px;height:170px;min-width:170px;margin:0 auto 25px}.cc-breadcrumb{justify-content:center;gap:8px;margin-bottom:18px}.cc-title{font-size:25px;margin-bottom:18px}.cc-description{max-width:600px;margin:0 auto 30px;font-size:16px}.cc-quality-list{justify-content:center;gap:20px;margin-bottom:30px}.cc-quality-item{text-align:left}.cc-feature-box{margin-top:35px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px;box-shadow:none}.cc-feature-card{padding:18px}}@media(max-width:768px){.cc-title{font-size:25px}.cc-description{font-size:16px}.cc-feature-box{grid-template-columns:1fr}}@media(max-width:576px){.cc-banner{padding:25px 0 20px}.cc-left{flex-direction:column;align-items:center;text-align:center}.cc-content{width:100%}.cc-image{width:130px;height:130px;min-width:130px;margin:0 auto 20px}.cc-breadcrumb{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:15px;font-size:13px;line-height:1.4}.cc-breadcrumb a{color:#666}.cc-breadcrumb span{color:#999}.cc-breadcrumb .active{color:#6f42ff;font-weight:600}.cc-title{font-size:25px;line-height:1.15;margin-bottom:14px}.cc-description{max-width:310px;margin:0 auto 28px;font-size:14px;line-height:1.7}.cc-quality-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:28px}.cc-quality-item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;text-align:center;padding:12px 8px;background:#fff;border:1px solid #eee6ff;border-radius:14px;box-shadow:0 5px 15px #0000000a}.cc-quality-item i{width:42px;height:42px;margin:0;font-size:18px}.cc-quality-item strong{font-size:13px;line-height:1.3}.cc-quality-item small{font-size:11px;line-height:1.3}.cc-feature-box{display:grid;grid-template-columns:1fr;gap:14px;margin-top:10px;box-shadow:none;overflow:visible}.cc-feature-card{padding:14px;gap:14px;border-radius:14px;box-shadow:0 8px 20px #0000000d}.cc-feature-card i{width:48px;height:48px;border-radius:12px;font-size:20px}.cc-feature-card span{font-size:14px;line-height:1.4}}.shop-section{background:#fafafa;padding:50px 0!important;width:100%;overflow:hidden}.shop-section>.container-fluid{width:100%;max-width:1600px;margin:0 auto;padding-left:30px;padding-right:30px}.shop-section>.container-fluid>.row{--bs-gutter-x: 28px;--bs-gutter-y: 28px;align-items:flex-start}.shop-section>.container-fluid>.row>.col-xl-3,.shop-section>.container-fluid>.row>.col-lg-4{position:relative}.filter-sidebar{position:sticky;top:20px;width:100%;max-width:100%;background:#fff;border:1px solid #e9e9e9;border-radius:16px;padding:22px;box-shadow:0 4px 18px #00000009;height:calc(100vh - 40px);max-height:calc(100vh - 40px);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cfcfcf transparent;z-index:10}.filter-sidebar::-webkit-scrollbar{width:5px}.filter-sidebar::-webkit-scrollbar-track{background:transparent}.filter-sidebar::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:20px}.filter-sidebar::-webkit-scrollbar-thumb:hover{background:#b5b5b5}#CollectionFiltersForm{width:100%}.filter-box{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid #eeeeee}.filter-box:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.filter-title{position:relative;display:flex;align-items:center;margin:0 0 17px;color:#202020;font-size:13px;line-height:1.3;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.small-heading{margin-bottom:14px;color:#444;font-size:13px;line-height:1.3;font-weight:700;text-transform:uppercase}.filter-list{margin:0;padding:0;list-style:none}.filter-list li{width:100%;margin:0 0 7px;padding:0;border-radius:8px;transition:background-color .2s ease}.filter-list li:last-child{margin-bottom:0}.filter-list label{display:flex;align-items:center;width:100%;min-height:34px;margin:0;padding:6px 8px;gap:10px;color:#444;font-size:13px;line-height:1.4;cursor:pointer;border-radius:8px;transition:background-color .2s ease,color .2s ease}.filter-list input[type=checkbox]{flex:0 0 auto;width:16px;height:16px;margin:0;accent-color:#6f42ff;cursor:pointer}.filter-list label span{flex:1 1 auto;min-width:0;color:#444;font-size:13px;line-height:1.4;overflow-wrap:anywhere}.filter-list label small{flex:0 0 auto;margin-left:auto;color:#999;font-size:11px;line-height:1}.filter-list li:hover label{background:#f7f5ff}.filter-list li:hover label span{color:#6f42ff}.filter-list li.active{background:#f3efff}.filter-list li.active label{color:#6f42ff}.filter-list li.active label span{color:#6f42ff;font-weight:600}.view-more{display:inline-flex;align-items:center;margin-top:8px;color:#6f42ff;font-size:13px;font-weight:600;text-decoration:none}.view-more:hover{color:#5935d8}.active-filters{margin-top:18px!important}.active-filters:empty{display:none}#ClearFilters{min-height:44px;border-radius:9px;font-size:13px;font-weight:600;transition:all .25s ease}#ClearFilters:hover{background:#6f42ff;border-color:#6f42ff;color:#fff}.price-slider{margin-top:0!important}.price-slider .form-label{margin-bottom:7px;color:#555;font-size:12px;font-weight:600}.price-slider .form-control{min-height:42px;border:1px solid #e5e5e5;border-radius:8px;font-size:13px;box-shadow:none}.price-slider .form-control:focus{border-color:#6f42ff;box-shadow:0 0 0 3px #6f42ff14}.price-slider button{min-height:42px;margin-top:3px;background:#6f42ff;border:1px solid #6f42ff;border-radius:8px;font-size:13px;font-weight:600;transition:all .25s ease}.price-slider button:hover{background:#5935d8;border-color:#5935d8}.form-range::-webkit-slider-thumb{background:#6f42ff}.form-range::-moz-range-thumb{background:#6f42ff}.shop-section>.container-fluid>.row>.col-xl-9,.shop-section>.container-fluid>.row>.col-lg-8{min-width:0;position:relative}.shop-toolbar{width:100%;min-height:48px;margin-bottom:24px!important;padding:0}.product-count{color:#666;font-size:14px;line-height:1.4;white-space:nowrap}.product-count strong{color:#222;font-weight:700}.toolbar-right{display:flex;align-items:center;gap:10px!important;margin-left:auto}.sort-box{width:200px;max-width:100%}.sort-box .form-select{width:100%;min-height:42px;padding:8px 38px 8px 13px;border:1px solid #e5e5e5;border-radius:9px;background-color:#fff;color:#333;font-size:13px;box-shadow:none;cursor:pointer}.sort-box .form-select:focus{border-color:#6f42ff;box-shadow:0 0 0 3px #6f42ff14}.view-buttons{display:flex;gap:6px!important}.btn-view{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid #dedede;border-radius:9px;background:#fff;color:#555;font-size:17px;transition:all .25s ease}.btn-view:hover{color:#6f42ff;border-color:#6f42ff;background:#faf8ff}.btn-view.active{background:#6f42ff;border-color:#6f42ff;color:#fff}#CollectionProducts{width:100%;min-width:0}#CollectionGrid{width:100%;--bs-gutter-x: 20px;--bs-gutter-y: 20px;margin-top:0}#CollectionGrid:not(.list-view)>.col-xl-4,#CollectionGrid:not(.list-view)>.col-lg-5,#CollectionGrid:not(.list-view)>.col-md-6,#CollectionGrid:not(.list-view)>.col-sm-6,#CollectionGrid:not(.list-view)>[class*=col-]{flex:0 0 auto}#CollectionGrid:not(.list-view)>.col-xl-4,#CollectionGrid:not(.list-view)>[class*=col-xl-]{width:25%}#CollectionGrid:not(.list-view)>.col-lg-5,#CollectionGrid:not(.list-view)>[class*=col-lg-]{width:33.333333%}#CollectionGrid:not(.list-view)>.col-md-6,#CollectionGrid:not(.list-view)>[class*=col-md-]{width:50%}#CollectionGrid:not(.list-view) .product-card{position:relative;display:flex;flex-direction:column;width:100%;height:100%;min-width:0;overflow:hidden;background:#fff;border:1px solid #e9e9e9;border-radius:14px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}#CollectionGrid:not(.list-view) .product-card:hover{transform:translateY(-4px);border-color:#e1e1e1;box-shadow:0 12px 30px #00000012}#CollectionGrid:not(.list-view) .product-image{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:220px;padding:22px;background:#fff;overflow:hidden}#CollectionGrid:not(.list-view) .product-image a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}#CollectionGrid:not(.list-view) .product-image img{display:block;width:auto;max-width:100%;height:auto;max-height:175px;object-fit:contain;transition:transform .35s ease}#CollectionGrid:not(.list-view) .product-card:hover .product-image img{transform:scale(1.05)}#CollectionGrid:not(.list-view) .product-body{position:relative;display:flex;flex-direction:column;flex:1;padding:16px 17px 18px;min-width:0}.product-vendor{margin-bottom:6px;color:#999;font-size:11px;line-height:1.4;font-weight:500;text-transform:uppercase;letter-spacing:.4px}.product-title{display:-webkit-box;margin:0 0 11px;height:auto;min-height:44px;overflow:hidden;color:#222;font-size:14px;line-height:1.55;font-weight:600;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-title a{color:inherit;text-decoration:none;transition:color .2s ease}.product-title a:hover{color:#6f42ff}.price-box{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:13px}.price{color:#111;font-size:19px;line-height:1.3;font-weight:700}.price-box del{color:#999;font-size:13px}.discount{color:#16a34a;font-size:12px;font-weight:700}.rating{margin-bottom:14px;color:#ffb400;font-size:13px}.rating span{margin-left:5px;color:#888}.product-actions{display:flex;gap:8px;width:100%;margin-top:auto}.cart-btn{display:inline-flex;justify-content:center;flex:1;min-height:42px;padding:9px 12px;background:#fff;border:1px solid #6f42ff;border-radius:8px;color:#6f42ff;font-size:13px;font-weight:600;transition:all .25s ease;display:flex;align-items:center;gap:10px}.cart-btn:hover{background:#6f42ff;color:#fff}.wishlist-btn{position:absolute;top:12px;right:12px;z-index:5;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;background:#fff;border:1px solid #e5e5e5;border-radius:50%;color:#555;font-size:15px;transition:all .25s ease}.wishlist-btn:hover{background:#6f42ff;border-color:#6f42ff;color:#fff}.product-badge{position:absolute;top:13px;left:13px;z-index:4;display:inline-flex;align-items:center;min-height:24px;padding:4px 9px;border-radius:30px;color:#fff;font-size:10px;line-height:1;font-weight:700;letter-spacing:.3px}.product-badge.best{background:#6f42ff}.product-badge.new{background:#7c3aed}.product-badge.purple{background:#9333ea}#CollectionGrid.list-view{display:flex;flex-direction:column;width:100%;gap:16px;margin-left:0;margin-right:0}#CollectionGrid.list-view>[class*=col-]{width:100%!important;max-width:100%!important;flex:0 0 100%!important;padding-left:0;padding-right:0}#CollectionGrid.list-view .product-card{position:relative;display:flex;flex-direction:row;align-items:stretch;width:100%;min-height:230px;overflow:hidden;background:#fff;border:1px solid #e9e9e9;border-radius:14px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}#CollectionGrid.list-view .product-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000012}#CollectionGrid.list-view .product-image{flex:0 0 240px;width:240px;min-width:240px;height:230px;display:flex;align-items:center;justify-content:center;padding:20px;border-right:1px solid #eeeeee;background:#fff;overflow:hidden}#CollectionGrid.list-view .product-image a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}#CollectionGrid.list-view .product-image img{display:block;width:auto;max-width:100%;height:auto;max-height:190px;object-fit:contain;transition:transform .35s ease}#CollectionGrid.list-view .product-card:hover .product-image img{transform:scale(1.04)}#CollectionGrid.list-view .product-body{position:relative;display:flex;flex-direction:column;flex:1;min-width:0;padding:25px 28px}#CollectionGrid.list-view .product-title{display:block;height:auto;min-height:0;margin-bottom:14px;font-size:19px;line-height:1.45;font-weight:600;-webkit-line-clamp:initial}#CollectionGrid.list-view .price{font-size:24px}#CollectionGrid.list-view .product-actions{max-width:260px;margin-top:auto}#CollectionGrid.list-view .cart-btn{min-height:44px;font-size:14px}#CollectionGrid.list-view .wishlist-btn{top:18px;right:18px}#CollectionGrid.list-view .product-badge{top:17px;left:17px}.pagination{display:flex;flex-wrap:wrap;gap:8px;margin-top:35px}.page-link{display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid #e5e5e5;border-radius:8px!important;background:#fff;color:#555;font-size:13px;font-weight:600;transition:all .25s ease}.page-item.active .page-link,.page-link:hover{background:#6f42ff;border-color:#6f42ff;color:#fff}.mobile-bottom-bar{display:none}.mobile-filter-offcanvas,.mobile-sort-offcanvas{border-radius:20px 20px 0 0}.mobile-filter-offcanvas .offcanvas-header,.mobile-sort-offcanvas .offcanvas-header{border-bottom:1px solid #eee}.mobile-filter-offcanvas .offcanvas-body{padding-bottom:90px;overflow-y:auto}.mobile-filter-offcanvas{display:flex;flex-direction:column;height:100vh!important}.mobile-filter-offcanvas .offcanvas-body{flex:1;overflow-y:auto}.filter-menu{height:100%;background:#f7f7f7}.filter-menu .nav-link{padding:18px;border-radius:0;color:#444;font-size:15px;text-align:left}.filter-menu .nav-link.active{background:#fff;color:#6f42ff;border-left:3px solid #6f42ff}.filter-option{border-bottom:1px solid #f2f2f2}.filter-option label{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0;padding:18px}.filter-footer{position:sticky;bottom:0;z-index:10;display:flex;gap:12px;padding:15px;background:#fff;border-top:1px solid #eee}.filter-footer button{flex:1;height:48px}.sort-list{padding:10px 0}.sort-item{display:flex;align-items:center;gap:15px;padding:18px 22px;border-bottom:1px solid #f5f5f5;font-size:17px;cursor:pointer}.sort-item:last-child{border-bottom:0}.sort-item input{width:22px;height:22px;accent-color:#6f42ff}.sort-item span{flex:1}.mobile-filter-offcanvas .btn-close,.mobile-sort-offcanvas .btn-close{position:relative;width:40px;height:40px;padding:0;opacity:1;background:#1d22382e!important;border-radius:50%;color:#000!important}.mobile-filter-offcanvas .btn-close:before,.mobile-sort-offcanvas .btn-close:before{content:"\d7";position:absolute;left:50%;top:50%;transform:translate(-50%,-52%);color:#000;font-size:25px;line-height:1}.mobile-filter-offcanvas .btn-close:after,.mobile-sort-offcanvas .btn-close:after{display:none}@media(min-width:769px){.mobile-bottom-bar,.mobile-filter-offcanvas,.mobile-sort-offcanvas{display:none!important}}@media(min-width:1400px){.shop-section>.container-fluid{max-width:1600px;padding-left:35px;padding-right:35px}.filter-sidebar{padding:24px}#CollectionGrid:not(.list-view){--bs-gutter-x: 22px;--bs-gutter-y: 22px}}@media(max-width:1399px){.shop-section>.container-fluid{max-width:1400px;padding-left:25px;padding-right:25px}.filter-sidebar{padding:20px}#CollectionGrid:not(.list-view)>[class*=col-xl-]{width:33.333333%}#CollectionGrid:not(.list-view)>[class*=col-lg-]{width:33.333333%}}@media(max-width:1199px){.shop-section{padding:40px 0!important}.shop-section>.container-fluid{padding-left:20px;padding-right:20px}.shop-section>.container-fluid>.row{--bs-gutter-x: 22px}.filter-sidebar{padding:18px}.product-image{height:200px}#CollectionGrid:not(.list-view)>[class*=col-xl-],#CollectionGrid:not(.list-view)>[class*=col-lg-]{width:50%}#CollectionGrid.list-view .product-image{flex-basis:210px;width:210px;min-width:210px}#CollectionGrid.list-view .product-body{padding:22px}}@media(max-width:1099px){.shop-toolbar{align-items:flex-start!important}.product-count{font-size:13px}.sort-box{width:180px}}@media(max-width:991px){.shop-section{padding:30px 0 90px!important}.shop-section>.container-fluid{padding-left:18px;padding-right:18px}.shop-section>.container-fluid>.row{--bs-gutter-x: 18px;--bs-gutter-y: 20px}.filter-sidebar{position:relative;top:auto;height:auto;max-height:none;overflow:visible}#CollectionGrid:not(.list-view)>[class*=col-]{width:50%}.shop-toolbar{display:flex!important;flex-direction:row!important;align-items:center!important;gap:15px;margin-bottom:20px!important}.toolbar-right{width:auto;margin-left:auto;justify-content:flex-end}#CollectionGrid.list-view .product-image{flex-basis:190px;width:190px;min-width:190px;height:210px}#CollectionGrid.list-view .product-title{font-size:17px}#CollectionGrid.list-view .price{font-size:21px}}@media(max-width:767px){.shop-section{padding:20px 0 85px!important}.shop-section>.container-fluid{width:100%;max-width:100%;padding-left:12px;padding-right:12px}.shop-section>.container-fluid>.row{--bs-gutter-x: 12px;--bs-gutter-y: 18px}.filter-sidebar{display:none!important}.shop-toolbar{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;margin-bottom:18px!important}.product-count{width:100%;font-size:13px}.toolbar-right{width:100%;display:flex;justify-content:space-between;gap:8px!important;margin-left:0}.sort-box{flex:1;width:auto}.sort-box .form-select{min-height:40px;font-size:12px}.btn-view{width:40px;height:40px}#CollectionGrid:not(.list-view){--bs-gutter-x: 10px;--bs-gutter-y: 12px}#CollectionGrid:not(.list-view)>[class*=col-]{width:50%}#CollectionGrid:not(.list-view) .product-card{border-radius:11px}#CollectionGrid:not(.list-view) .product-image{height:155px;padding:14px}#CollectionGrid:not(.list-view) .product-image img{max-height:125px}#CollectionGrid:not(.list-view) .product-body{padding:12px}.product-vendor{font-size:9px}#CollectionGrid:not(.list-view) .product-title{min-height:42px;font-size:12px;line-height:1.45}#CollectionGrid:not(.list-view) .price{font-size:16px}.price-box del{font-size:11px}.product-actions{gap:5px}.cart-btn{min-height:38px;padding:7px 8px;font-size:11px}.wishlist-btn{top:8px;right:8px;width:32px;height:32px;font-size:13px}.product-badge{top:8px;left:8px;min-height:21px;padding:4px 7px;font-size:8px}#CollectionGrid.list-view{gap:12px}#CollectionGrid.list-view .product-card{display:flex;flex-direction:row;min-height:150px;border-radius:11px}#CollectionGrid.list-view .product-image{flex:0 0 125px;width:125px;min-width:125px;height:150px;padding:12px;border-right:1px solid #eee}#CollectionGrid.list-view .product-image img{max-height:125px}#CollectionGrid.list-view .product-body{padding:14px 12px}#CollectionGrid.list-view .product-title{margin-bottom:8px;font-size:13px;line-height:1.45}#CollectionGrid.list-view .price{font-size:17px}#CollectionGrid.list-view .product-actions{max-width:170px}#CollectionGrid.list-view .cart-btn{min-height:36px;font-size:11px}#CollectionGrid.list-view .wishlist-btn{top:8px;right:8px}#CollectionGrid.list-view .product-badge{top:8px;left:8px}.mobile-bottom-bar{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:flex!important;height:58px;background:#fff;border-top:1px solid #e5e5e5;box-shadow:0 -5px 20px #0000000f}.mobile-bottom-bar button{display:flex;align-items:center;justify-content:center;flex:1;gap:7px;padding:0;background:#fff;border:0;color:#333;font-size:13px;font-weight:600}.mobile-bottom-bar button:first-child{border-right:1px solid #e5e5e5}.mobile-bottom-bar i{color:#6f42ff;font-size:17px}.shop-section{padding-bottom:80px!important}}@media(max-width:575px){.shop-section>.container-fluid{padding-left:10px;padding-right:10px}.toolbar-right{gap:6px!important}.sort-box{min-width:0}.sort-box .form-select{padding-left:9px;padding-right:28px;font-size:11px}.btn-view{width:38px;height:38px;font-size:15px}#CollectionGrid:not(.list-view){--bs-gutter-x: 8px;--bs-gutter-y: 10px}#CollectionGrid:not(.list-view) .product-image{height:140px;padding:10px}#CollectionGrid:not(.list-view) .product-image img{max-height:110px}#CollectionGrid:not(.list-view) .product-body{padding:10px}#CollectionGrid:not(.list-view) .product-title{font-size:11.5px}#CollectionGrid:not(.list-view) .price{font-size:15px}#CollectionGrid:not(.list-view) .cart-btn{font-size:10px}#CollectionGrid.list-view .product-card{min-height:135px}#CollectionGrid.list-view .product-image{flex-basis:105px;width:105px;min-width:105px;height:135px;padding:8px}#CollectionGrid.list-view .product-image img{max-height:110px}#CollectionGrid.list-view .product-body{padding:11px 10px}#CollectionGrid.list-view .product-title{font-size:12px}#CollectionGrid.list-view .price{font-size:15px}#CollectionGrid.list-view .product-actions{max-width:145px}#CollectionGrid.list-view .cart-btn{font-size:10px}}@media(max-width:400px){#CollectionGrid:not(.list-view) .product-image{height:125px}#CollectionGrid:not(.list-view) .product-image img{max-height:95px}#CollectionGrid:not(.list-view) .product-title{font-size:11px}#CollectionGrid:not(.list-view) .price{font-size:14px}#CollectionGrid.list-view .product-image{flex-basis:92px;width:92px;min-width:92px;height:125px}#CollectionGrid.list-view .product-title{font-size:11.5px}#CollectionGrid.list-view .price{font-size:14px}}@media(max-width:767px){.mobile-filter-offcanvas{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important;padding:0!important;margin:0!important;background:#f8f8fb!important;border:0!important;border-radius:0!important;overflow:hidden!important;box-shadow:none!important;z-index:10050!important}.mobile-filter-offcanvas .offcanvas-header{position:relative;display:flex!important;align-items:center!important;justify-content:space-between!important;height:70px;min-height:70px;padding:0 18px!important;background:#fffffff7!important;border-bottom:1px solid #ececf0!important;box-shadow:0 2px 12px #1414280a;z-index:100}.mobile-filter-offcanvas .offcanvas-title{position:relative;margin:0!important;color:#17171b!important;font-size:19px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-.2px!important}.mobile-filter-offcanvas .offcanvas-title:after{content:"";display:block;width:25px;height:3px;margin-top:6px;background:#6f42ff;border-radius:10px}.mobile-filter-offcanvas .btn-close{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;min-width:42px!important;margin:0!important;padding:0!important;opacity:1!important;background:#f1f1f5!important;border:1px solid #e8e8ec!important;border-radius:50%!important;box-shadow:none!important;transition:all .25s ease}.mobile-filter-offcanvas .btn-close:before{content:"\d7";position:absolute;top:50%;left:50%;transform:translate(-50%,-53%);color:#24242a;font-family:Arial,sans-serif;font-size:28px;line-height:1;font-weight:400}.mobile-filter-offcanvas .btn-close:hover{background:#6f42ff!important;border-color:#6f42ff!important}.mobile-filter-offcanvas .btn-close:hover:before{color:#fff}.mobile-filter-offcanvas .btn-close:after{display:none!important}.mobile-filter-offcanvas .offcanvas-body{position:relative;display:block!important;width:100%;height:calc(100dvh - 70px);max-height:calc(100dvh - 70px);margin:0!important;padding:14px 14px 105px!important;overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d0d0d5 transparent}.mobile-filter-offcanvas .offcanvas-body::-webkit-scrollbar{width:4px}.mobile-filter-offcanvas .offcanvas-body::-webkit-scrollbar-track{background:transparent}.mobile-filter-offcanvas .offcanvas-body::-webkit-scrollbar-thumb{background:#d0d0d5;border-radius:20px}.mobile-filter-offcanvas .filter-sidebar{position:static!important;display:block!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}.mobile-filter-offcanvas .filter-box{width:100%;margin:0 0 10px!important;padding:0!important;background:#fff;border:1px solid #e9e9ee!important;border-radius:12px!important;overflow:hidden;box-shadow:0 2px 8px #19192d06}.mobile-filter-offcanvas .filter-box:last-child{margin-bottom:0!important}.mobile-filter-offcanvas .filter-title{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%;min-height:48px;margin:0!important;padding:13px 15px!important;background:#fff!important;color:#222!important;font-size:14px!important;line-height:1.3!important;font-weight:700!important;text-transform:none!important;letter-spacing:0!important;border-bottom:1px solid #f0f0f2}.mobile-filter-offcanvas .small-heading{margin:0!important;padding:14px 15px 8px!important;color:#222!important;font-size:14px!important;line-height:1.3;font-weight:700!important;text-transform:none!important}.mobile-filter-offcanvas .filter-list{width:100%;margin:0!important;padding:0!important;list-style:none}.mobile-filter-offcanvas .filter-list li{width:100%;margin:0!important;padding:0!important;background:#fff!important;border:0!important;border-bottom:1px solid #f1f1f3!important;border-radius:0!important}.mobile-filter-offcanvas .filter-list li:last-child{border-bottom:0!important}.mobile-filter-offcanvas .filter-list label{display:flex!important;align-items:center!important;width:100%!important;min-height:46px!important;margin:0!important;padding:8px 15px!important;gap:11px!important;background:#fff!important;color:#333!important;border-radius:0!important;cursor:pointer;transition:background .2s ease}.mobile-filter-offcanvas .filter-list label:active{background:#f7f5ff!important}.mobile-filter-offcanvas .filter-list input[type=checkbox]{appearance:none;-webkit-appearance:none;position:relative;flex:0 0 auto;width:19px!important;height:19px!important;margin:0!important;background:#fff;border:1.7px solid #b8b8c0;border-radius:5px;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .15s ease}.mobile-filter-offcanvas .filter-list input[type=checkbox]:checked{background:#6f42ff;border-color:#6f42ff}.mobile-filter-offcanvas .filter-list input[type=checkbox]:checked:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.mobile-filter-offcanvas .filter-list input[type=checkbox]:active{transform:scale(.92)}.mobile-filter-offcanvas .filter-list label span{flex:1;min-width:0;color:#333!important;font-size:13px!important;line-height:1.35!important;font-weight:450;overflow-wrap:anywhere}.mobile-filter-offcanvas .filter-list label small{flex:0 0 auto;margin-left:auto;padding:3px 7px;background:#f5f5f7;border-radius:20px;color:#888!important;font-size:10px!important}.mobile-filter-offcanvas .filter-list li.active,.mobile-filter-offcanvas .filter-list li.active label{background:#faf8ff!important}.mobile-filter-offcanvas .filter-list li.active label span{color:#6f42ff!important;font-weight:600}.mobile-filter-offcanvas .price-slider{width:100%;padding:12px 15px 15px!important}.mobile-filter-offcanvas .price-slider .row{--bs-gutter-x: 10px}.mobile-filter-offcanvas .price-slider .form-control{width:100%!important;height:44px!important;min-height:44px!important;padding:8px 12px!important;background:#fafafd!important;border:1px solid #dedee5!important;border-radius:8px!important;color:#333;font-size:13px!important;box-shadow:none!important;outline:none}.mobile-filter-offcanvas .price-slider .form-control::placeholder{color:#85858c;opacity:1}.mobile-filter-offcanvas .price-slider .form-control:focus{background:#fff!important;border-color:#6f42ff!important;box-shadow:0 0 0 3px #6f42ff14!important}.mobile-filter-offcanvas .view-more{display:inline-flex;margin:8px 15px 13px!important;color:#6f42ff!important;font-size:12px;font-weight:700;text-decoration:none}.mobile-filter-offcanvas .active-filters{margin:12px 15px!important}.mobile-filter-offcanvas #ClearFilters{width:calc(100% - 30px)!important;min-height:42px;margin:10px 15px 15px!important;background:#fff;border:1px solid #d9d9df;border-radius:8px;color:#666;font-size:12px;font-weight:600}.mobile-filter-offcanvas .filter-footer{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:500;display:flex!important;align-items:center!important;width:100%!important;min-height:82px;margin:0!important;padding:10px 14px calc(10px + env(safe-area-inset-bottom))!important;gap:10px;background:#fffffff5!important;border-top:1px solid #e7e7ec!important;box-shadow:0 -5px 20px #14142814;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.mobile-filter-offcanvas .filter-footer button{display:flex!important;align-items:center!important;justify-content:center!important;flex:1;width:auto!important;height:46px!important;min-height:46px!important;margin:0!important;padding:0 15px!important;border-radius:9px!important;font-size:13px!important;font-weight:600!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.mobile-filter-offcanvas .filter-footer button:first-child{background:#fff!important;border:1px solid #bfc1c8!important;color:#555d67!important}.mobile-filter-offcanvas .filter-footer button:first-child:active{background:#f5f5f7!important;transform:scale(.98)}.mobile-filter-offcanvas .filter-footer button:last-child{background:linear-gradient(135deg,#7547ff,#6231e8)!important;border:1px solid #6f42ff!important;color:#fff!important;box-shadow:0 6px 16px #6f42ff38}.mobile-filter-offcanvas .filter-footer button:last-child:active{transform:scale(.98);box-shadow:0 3px 10px #6f42ff2e}.offcanvas-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:10040!important;background:#101014!important}.offcanvas-backdrop.show{opacity:.48!important}body:has(.mobile-filter-offcanvas.show) .mobile-bottom-bar{visibility:hidden!important;opacity:0!important;pointer-events:none!important}body:has(.mobile-filter-offcanvas.show){overflow:hidden!important}}@media(max-width:575px){.mobile-filter-offcanvas .offcanvas-header{height:64px;min-height:64px;padding:0 15px!important}.mobile-filter-offcanvas .offcanvas-body{height:calc(100dvh - 64px);max-height:calc(100dvh - 64px);padding-left:10px!important;padding-right:10px!important}.mobile-filter-offcanvas .offcanvas-title{font-size:18px!important}.mobile-filter-offcanvas .btn-close{width:40px!important;height:40px!important;min-width:40px!important}.mobile-filter-offcanvas .filter-box{margin-bottom:8px!important;border-radius:11px!important}.mobile-filter-offcanvas .filter-title{min-height:46px;padding:12px 14px!important;font-size:13px!important}.mobile-filter-offcanvas .small-heading{padding-left:14px!important;padding-right:14px!important}.mobile-filter-offcanvas .filter-list label{min-height:44px!important;padding-left:14px!important;padding-right:14px!important}.mobile-filter-offcanvas .price-slider{padding-left:14px!important;padding-right:14px!important}.mobile-filter-offcanvas .filter-footer{min-height:78px;padding-left:12px!important;padding-right:12px!important}.mobile-filter-offcanvas .filter-footer button{height:44px!important;min-height:44px!important;font-size:12px!important}}@media(max-width:400px){.mobile-filter-offcanvas .offcanvas-body{padding-left:8px!important;padding-right:8px!important}.mobile-filter-offcanvas .filter-list label{min-height:43px!important;padding-left:13px!important;padding-right:13px!important}.mobile-filter-offcanvas .filter-list label span{font-size:12px!important}.mobile-filter-offcanvas .filter-footer{gap:8px;padding-left:10px!important;padding-right:10px!important}}button,select,input{-webkit-tap-highlight-color:transparent}.product-card a{outline-offset:3px;color:#000!important}#CollectionGrid.list-view>div{width:100%!important;max-width:100%!important}#CollectionGrid:not(.list-view)>div{min-width:0}.shop-section,.shop-section .container-fluid,.shop-section .row,#CollectionProducts,#CollectionGrid,.shop-section img{max-width:100%}#CollectionPagination{width:100%;margin-top:35px;padding:0}#CollectionPagination nav{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;width:100%;margin:0!important;padding:0}#CollectionPagination .page,#CollectionPagination .next,#CollectionPagination .deco{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;margin:0}#CollectionPagination .page{background:#fff;border:1px solid #e3e3e3;border-radius:8px;color:#444;font-size:13px;line-height:1;font-weight:600;transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}#CollectionPagination .page a{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0 12px;color:#444;text-decoration:none;font-size:13px;line-height:1;font-weight:600;border-radius:8px;transition:background-color .25s ease,color .25s ease}#CollectionPagination .page:not(.current):hover{background:#f4f1ff;border-color:#6f42ff;transform:translateY(-2px)}#CollectionPagination .page:not(.current):hover a{color:#6f42ff}#CollectionPagination .page.current{background:#6f42ff;border-color:#6f42ff;color:#fff;cursor:default;box-shadow:0 5px 15px #6f42ff2e}#CollectionPagination .deco{min-width:30px;border:0;background:transparent;color:#888;font-size:15px;font-weight:600;cursor:default}#CollectionPagination .next{min-width:auto;background:#fff;border:1px solid #e3e3e3;border-radius:8px;transition:background-color .25s ease,border-color .25s ease,transform .25s ease}#CollectionPagination .next a{display:inline-flex;align-items:center;justify-content:center;height:100%;padding:0 16px;color:#444;text-decoration:none;font-size:13px;font-weight:600;white-space:nowrap;border-radius:8px;transition:background-color .25s ease,color .25s ease}#CollectionPagination .next:hover{background:#6f42ff;border-color:#6f42ff;transform:translateY(-2px)}#CollectionPagination .next:hover a{color:#fff}#CollectionPagination .page a[href=""],#CollectionPagination .next a[href=""]{pointer-events:none;opacity:.5}@media(max-width:991px){#CollectionPagination{margin-top:30px}#CollectionPagination nav{gap:7px}#CollectionPagination .page,#CollectionPagination .next{min-width:40px;height:40px}#CollectionPagination .page a{padding:0 10px}#CollectionPagination .next a{padding:0 14px}}@media(max-width:767px){#CollectionPagination{margin-top:25px}#CollectionPagination nav{gap:6px}#CollectionPagination .page,#CollectionPagination .next{min-width:38px;height:38px}#CollectionPagination .page a{padding:0 9px;font-size:12px}#CollectionPagination .next a{padding:0 12px;font-size:12px}#CollectionPagination .deco{min-width:20px;font-size:13px}}@media(max-width:575px){#CollectionPagination{margin-top:22px}#CollectionPagination nav{gap:5px}#CollectionPagination .page,#CollectionPagination .next{min-width:36px;height:36px;border-radius:7px}#CollectionPagination .page a{padding:0 8px;font-size:11px}#CollectionPagination .next a{padding:0 10px;font-size:11px}#CollectionPagination .deco{min-width:16px;font-size:12px}}@media(max-width:400px){#CollectionPagination nav{gap:4px}#CollectionPagination .page,#CollectionPagination .next{min-width:34px;height:34px}#CollectionPagination .page a{padding:0 7px;font-size:10px}#CollectionPagination .next a{padding:0 8px;font-size:10px}#CollectionPagination .deco{min-width:13px;font-size:11px}}.spare-product-count{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;margin-bottom:10px;padding:5px 10px;min-height:28px;border-radius:20px;background:#f3f6f9;color:#555;font-size:12px;font-weight:600;line-height:1;white-space:nowrap;border:1px solid #e5e9ed;transition:background-color .25s ease,color .25s ease,border-color .25s ease}.accessory-card:hover .spare-product-count{background:#fff;color:#111;border-color:#d8dde2}.spare-product-count:empty{display:none}.accessory-content .spare-product-count{display:inline-flex}@media(max-width:767.98px){.spare-product-count{margin-top:6px;margin-bottom:8px;padding:5px 9px;min-height:26px;font-size:11px}}.ajax-search-wrapper{position:relative;width:100%;z-index:9999}.ajax-search-form{position:relative;z-index:10001}.ajax-search-wrapper .search-box{display:flex;align-items:center;width:100%;height:50px;background:#fff;border:1px solid #111;border-radius:30px;overflow:hidden}.ajax-search-wrapper .search-box input{flex:1;width:100%;height:100%;border:0;outline:none;padding:0 20px;font-size:15px;background:transparent;color:#111}.ajax-search-wrapper .search-box select{height:100%;min-width:150px;border:0;border-left:1px solid #ddd;outline:none;padding:0 15px;background:#fff;font-size:14px;color:#333;cursor:pointer}.ajax-search-wrapper{position:relative;width:100%;z-index:99999}.ajax-search-form{width:100%;position:relative;z-index:100001}.ajax-search-wrapper .search-box{width:100%;height:50px;background:#fff;border:1px solid #ddd;border-radius:30px;overflow:hidden}.ajax-search-wrapper .search-box input{width:100%;height:100%;border:0;outline:none;padding:0 20px;background:transparent;font-size:15px;color:#111}.ajax-search-wrapper .search-box input::placeholder{color:#777}.ajax-search-dropdown{position:absolute;left:0;top:calc(100% + 3px);width:100%;background:#fff;border-radius:0 0 5px 5px;box-shadow:0 10px 35px #0000002e;display:none;z-index:100000;overflow:hidden}.ajax-search-dropdown.active{display:block}.ajax-search-inner{display:grid;grid-template-columns:320px minmax(0,1fr);min-height:480px}.ajax-search-sidebar{padding:25px 20px;border-right:1px solid #e5e5e5;background:#fff}.ajax-search-group{margin-bottom:25px}.ajax-search-group:last-child{margin-bottom:0}.ajax-search-group h3,.ajax-search-products>h3{margin:0 0 16px;font-size:19px;line-height:1.2;font-weight:700;color:#111}.ajax-search-list{display:flex;flex-direction:column;gap:13px}.ajax-search-list a{display:block;color:#333;text-decoration:none;font-size:14px;line-height:1.4;transition:.2s}.ajax-search-list a:hover{color:#000;transform:translate(2px)}.ajax-search-list a strong{font-weight:700;color:#111}.ajax-search-products{padding:25px 20px 20px;min-width:0}.ajax-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 20px}.ajax-product-item{display:block;min-width:0;text-decoration:none;color:#111}.ajax-product-image{width:100%;height:135px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:12px}.ajax-product-image img{width:100%;height:100%;object-fit:contain;display:block}.ajax-product-title{font-size:14px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:5px}.ajax-product-type{font-size:12px;color:#666;margin-bottom:6px}.ajax-product-price{font-size:14px;font-weight:700;color:#111}.ajax-search-view-more{display:flex;justify-content:center;margin-top:30px}.ajax-search-view-more a{display:inline-flex;align-items:center;gap:8px;background:#000;color:#fff;padding:10px 16px;border-radius:10px;text-decoration:none;font-size:14px}.ajax-search-view-more a:hover{background:#222}.ajax-search-view-more span{font-size:19px;line-height:1}.ajax-search-loading{min-height:250px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#777}.ajax-search-empty{padding:50px 20px;text-align:center;color:#777;font-size:14px}@media(max-width:768px){.ajax-search-inner{grid-template-columns:1fr}.ajax-search-sidebar{border-right:0;border-bottom:1px solid #eee}.ajax-search-products{padding:20px}.ajax-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}.ajax-search-dropdown{position:fixed;left:10px;right:10px;top:70px;width:auto;max-height:calc(100vh - 90px);overflow-y:auto}}.contact-hero-section{position:relative;width:100%;overflow:hidden;background:#fffaf0}.contact-container{width:100%;margin:0 auto;padding:0 30px;position:relative}.contact-hero-row{min-height:455px;position:relative;z-index:2}.contact-content{position:relative;z-index:5}.contact-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 15px;background:#21165f;color:#fff;border-radius:30px;font-size:11px;font-weight:700;letter-spacing:.3px;margin-bottom:20px}.contact-title{margin:0 0 18px;color:#16284c;font-size:clamp(38px,4vw,48px);line-height:1.08;font-weight:700;letter-spacing:-1.5px}.contact-title span{color:#51349b}.contact-description{color:#35445e;font-size:16px;line-height:1.7;margin:0 0 30px;font-weight:400}.contact-features{display:flex;align-items:center;gap:32px;flex-wrap:wrap}.contact-feature{display:flex;align-items:center;gap:11px}.feature-icon{width:32px;height:32px;border:2px solid #5b43a9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#5b43a9;font-size:14px;flex-shrink:0}.feature-content h6{margin:0 0 2px;color:#243653;font-size:14px;font-weight:700}.feature-content p{margin:0;color:#5f6778;font-size:12px;line-height:1.4}.contact-visual{position:relative;width:100%;height:455px;display:flex;align-items:center;justify-content:center;z-index:2}.contact-main-image{width:100%;max-width:650px;height:auto;object-fit:contain;position:relative;z-index:3;display:block}.floating-ball{position:absolute;width:25px;height:25px;border-radius:50%;background:linear-gradient(145deg,#fff 10%,#d8d8d8 50%,#6b6b6b);box-shadow:inset -4px -4px 7px #00000040,0 6px 12px #00000026;z-index:2}.ball-one{top:25%;right:5%}.ball-two{top:34%;left:4%;width:18px;height:18px}.ball-three{top:5%;left:24%;width:20px;height:20px}.orange-dots{position:absolute;right:-50px;bottom:-115px;width:230px;height:230px;border-radius:50%;background-image:radial-gradient(circle,#f7a900 1.4px,transparent 1.6px);background-size:11px 11px;opacity:.75;z-index:1}@media(max-width:1199px){.contact-container{padding:0 25px}.contact-content{padding-left:10px}.contact-title{font-size:40px}.contact-description{font-size:15px}.contact-features{gap:20px}.contact-visual{height:420px}}@media(max-width:991px){.contact-hero-row{min-height:auto}.contact-title{font-size:38px}.contact-description{font-size:15px}.contact-visual{height:350px;margin-top:0}.contact-main-image{max-width:520px}.contact-features{gap:18px}.desktop-break{display:none}}@media(max-width:767px){.contact-container{padding:0 20px}.contact-hero-section{overflow:hidden}.contact-content{text-align:center}.contact-badge{font-size:10px;padding:7px 13px;margin-bottom:16px}.contact-title{font-size:34px;line-height:1.12;letter-spacing:-.8px}.contact-description{font-size:14px;line-height:1.65;margin-bottom:25px}.contact-features{justify-content:center;gap:18px 22px}.contact-feature{min-width:145px;justify-content:flex-start;text-align:left}.feature-icon{width:30px;height:30px;font-size:12px}.feature-content h6{font-size:10px}.feature-content p{font-size:8px}.contact-visual{height:330px;margin-top:5px}.contact-main-image{width:100%;max-width:450px}.floating-message{width:34px;height:34px;font-size:14px}.orange-dots{width:170px;height:170px;right:-80px;bottom:-90px}}@media(max-width:480px){.contact-container{padding:0 16px}.contact-content{padding-top:32px}.contact-title{font-size:29px}.contact-description{font-size:13px}.contact-features{display:grid;grid-template-columns:1fr 1fr;gap:16px 10px;width:100%}.contact-feature{min-width:0;width:100%}.contact-visual{height:270px}.contact-main-image{max-width:370px}.floating-message{width:30px;height:30px;font-size:12px}.ball-one{right:2%}.ball-two{left:2%}.ball-three{left:20%}}@media(max-width:360px){.contact-title{font-size:26px}.contact-description{font-size:12px}.contact-feature{gap:7px}.feature-icon{width:27px;height:27px;font-size:11px}.feature-content h6{font-size:9px}.feature-content p{font-size:7px}.contact-visual{height:235px}}.contact-form-section{width:100%;background:#fff;padding:55px 0}.contact-form-container{width:100%;max-width:1080px;margin:0 auto;padding-left:20px;padding-right:20px}.contact-card{height:100%;background:#fff;border:1px solid #e9e9ef;border-radius:14px;box-shadow:0 4px 15px #1e1e3c0a;padding:28px 30px}.contact-card-heading{margin-bottom:21px}.contact-card-heading h2{margin:0;color:#17183c;font-size:19px;line-height:1.2;font-weight:700}.contact-card-heading span{display:block;width:32px;height:3px;background:#f6ad00;margin-top:8px}.contact-form{width:100%}.contact-input{position:relative;width:100%;height:52px;display:flex;align-items:center;border:1px solid #e7e8ef;border-radius:10px;background:#fff;transition:all .25s ease}.contact-input:focus-within{border-color:#6040a5;box-shadow:0 0 0 3px #6040a512}.contact-input>i:first-child{width:48px;text-align:center;color:#626b78;font-size:15px;flex-shrink:0}.contact-input input,.contact-input select{width:100%;height:100%;border:0;outline:0;background:transparent;color:#3d4350;font-size:13px;padding:0 15px 0 0;box-shadow:none}.contact-input input::placeholder{color:#727988}.contact-input select{appearance:none;-webkit-appearance:none;cursor:pointer}.select-input .select-arrow{width:auto!important;position:absolute;right:17px;color:#273344!important;font-size:11px!important;pointer-events:none}.custom-subject-dropdown{position:relative;width:100%}.subject-dropdown-toggle{position:relative;width:100%;height:52px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border:1px solid #ddd;border-radius:10px;background:#fff;font-family:inherit;font-size:14px;color:#14233b;cursor:pointer;outline:none;transition:all .25s ease}.custom-subject-dropdown.active .subject-dropdown-toggle{border-color:#673ab7;box-shadow:0 0 0 2px #673ab714}.subject-left{display:flex;align-items:center;gap:9px}.subject-left>i{color:#52637a;font-size:16px}.subject-selected-text{color:#52637a;white-space:nowrap}.custom-subject-dropdown.has-value .subject-selected-text{color:#14233b}.subject-arrow{color:#14233b;font-size:12px;transition:transform .25s ease}.custom-subject-dropdown.active .subject-arrow{transform:rotate(180deg)}.subject-dropdown-menu{position:absolute;top:calc(100% + 7px);left:0;width:100%;padding:6px;background:#fff;border:1px solid #e5e5e5;border-radius:10px;box-shadow:0 12px 30px #14233b24;z-index:9999;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.custom-subject-dropdown.active .subject-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.subject-option{width:100%;min-height:42px;display:flex;align-items:center;padding:0 13px;border:0;border-radius:7px;background:transparent;color:#14233b;font-family:inherit;font-size:14px;text-align:left;cursor:pointer;transition:background .2s ease,color .2s ease}.subject-option:hover{background:#f4efff;color:#673ab7}.subject-option.selected{background:#673ab7;color:#fff}.subject-option.selected:hover{background:#5b2eaa;color:#fff}@media(max-width:767px){.subject-dropdown-toggle{height:50px}.subject-dropdown-menu{top:calc(100% + 5px)}.subject-option{min-height:40px}}.contact-textarea{position:relative;width:100%;min-height:125px;display:flex;align-items:flex-start;border:1px solid #e7e8ef;border-radius:10px;background:#fff;transition:all .25s ease}.contact-textarea:focus-within{border-color:#6040a5;box-shadow:0 0 0 3px #6040a512}.contact-textarea>i{width:48px;padding-top:17px;text-align:center;color:#626b78;font-size:15px;flex-shrink:0}.contact-textarea textarea{width:100%;min-height:125px;padding:15px 15px 15px 0;resize:vertical;border:0;outline:0;background:transparent;color:#3d4350;font-size:13px;line-height:1.5}.contact-textarea textarea::placeholder{color:#727988}.contact-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-width:174px;height:44px;padding:0 17px;border:0;border-radius:8px;background:#4c2a91;color:#fff;font-size:12px;font-weight:700;cursor:pointer;transition:all .25s ease}.contact-submit-btn i{font-size:14px}.contact-submit-btn:hover{background:#382070;transform:translateY(-1px);box-shadow:0 7px 16px #4c2a912e}.information-card{padding-left:30px;padding-right:30px}.contact-info-list{display:flex;flex-direction:column;gap:22px}.contact-info-item{display:flex;align-items:flex-start;gap:18px}.contact-info-icon{width:72px;height:72px;flex:0 0 72px;display:flex;align-items:center;justify-content:center;background:#faf9fd;border:1px solid #f0edf7;border-radius:18px;color:#58349c;font-size:27px}.contact-info-icon i{font-size:26px}.contact-info-content{padding-top:5px}.contact-info-content h3{margin:0 0 7px;color:#24204d;font-size:15px;font-weight:700}.contact-info-content a{display:block;margin-bottom:3px;color:#353743;text-decoration:none;font-size:13px;line-height:1.5}.contact-info-content a:hover{color:#58349c}.contact-info-content p{margin:0;color:#555b69;font-size:12px;line-height:1.55}.contact-info-item:nth-child(2) .contact-info-content a{color:#59369c;font-weight:500}.form-social-links{display:flex;align-items:center;gap:12px;margin-top:8px}.form-social-links a{width:31px;height:31px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff!important;font-size:15px;transition:all .25s ease}.form-social-links a:hover{transform:translateY(-3px)}.form-social-links .facebook{background:#2874c7}.form-social-links .instagram{background:#e82d75}.form-social-links .youtube{background:#f00000}.form-social-links .linkedin{background:#1676a8}@media(min-width:1400px){.contact-form-container{max-width:1120px}.contact-card{padding:30px}}@media(max-width:991px){.contact-form-section{padding:40px 0}.message-card,.information-card{padding:25px}.contact-info-list{gap:20px}}@media(max-width:767px){.contact-form-section{padding:30px 0}.contact-form-container{padding-left:15px;padding-right:15px}.contact-card{padding:22px 18px;border-radius:12px}.contact-card-heading{margin-bottom:18px}.contact-card-heading h2{font-size:17px}.contact-input{height:50px}.contact-input>i:first-child,.contact-textarea>i{width:43px}.contact-info-item{gap:14px}.contact-info-icon{width:58px;height:58px;flex-basis:58px;border-radius:15px}.contact-info-icon i{font-size:22px}.contact-info-content h3{font-size:14px}.contact-info-content a,.contact-info-content p{font-size:12px}}@media(max-width:480px){.contact-form-section{padding:20px 0}.contact-card{padding:20px 15px}.contact-card-heading h2{font-size:16px}.contact-input input,.contact-input select,.contact-textarea textarea{font-size:12px}.contact-submit-btn{width:100%}.contact-info-icon{width:52px;height:52px;flex-basis:52px}.contact-info-icon i{font-size:19px}.contact-info-item{gap:12px}.form-social-links{gap:9px}}.service-perks-section{width:100%;background:#fff;padding:0 0 35px}.service-perks-container{padding-left:30px;padding-right:30px}.service-perks-grid{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;background:#fcfbf7;border:1px solid #f1eee6;border-radius:12px;padding:20px 35px}.service-perk-card{min-height:64px;display:flex;align-items:center;justify-content:center;padding:0 30px;position:relative}.service-perk-card:not(:last-child):after{content:"";position:absolute;top:50%;right:0;width:1px;height:45px;background:#e8e6df;transform:translateY(-50%)}.service-perk-symbol{width:45px;height:45px;flex:0 0 45px;display:flex;align-items:center;justify-content:center;margin:0 14px 0 0;font-size:25px;background:transparent}.secure-icon{color:#39b95a}.response-icon,.return-icon{color:#f4a900}.support-icon{color:#40b95c}.service-perk-info{min-width:0}.service-perk-info h3{margin:0 0 5px;color:#171b32;font-size:18px;line-height:1.2;font-weight:700;white-space:nowrap}.service-perk-info p{margin:0;color:#687080;font-size:14px;line-height:1.4;white-space:nowrap}@media(max-width:1199px){.service-perks-container{padding-left:30px;padding-right:30px}.service-perks-grid{padding:18px 20px}.service-perk-card{padding:0 20px}.service-perk-symbol{width:40px;height:40px;flex-basis:40px;margin-right:10px;font-size:22px}.service-perk-info h3{font-size:18px}.service-perk-info p{font-size:14px}}@media(max-width:991px){.service-perks-section{padding-bottom:30px}.service-perks-container{padding-left:30px;padding-right:30px}.service-perks-grid{grid-template-columns:repeat(2,1fr);gap:0;padding:15px}.service-perk-card{min-height:65px;padding:12px 20px}.service-perk-card:nth-child(2):after{display:none}.service-perk-card:nth-child(-n+2){border-bottom:1px solid #e8e6df}.service-perk-card:nth-child(odd){border-right:1px solid #e8e6df}.service-perk-card:after{display:none}.service-perk-info h3{font-size:16px}.service-perk-info p{font-size:14px}}@media(max-width:767px){.service-perks-section{padding-bottom:25px}.service-perks-container{padding-left:30px;padding-right:30px}.service-perks-grid{grid-template-columns:1fr;padding:10px 15px;border-radius:10px}.service-perk-card{min-height:60px;padding:12px 10px;border-right:0!important;border-bottom:1px solid #e8e6df}.service-perk-card:last-child{border-bottom:0}.service-perk-symbol{width:40px;height:40px;flex-basis:40px;margin-right:13px;font-size:21px}.service-perk-info h3{font-size:16px}.service-perk-info p{font-size:12px}}@media(max-width:480px){.service-perks-container{padding-left:20px;padding-right:20px}.service-perks-grid{padding:8px 12px}.service-perk-card{min-height:56px}.service-perk-symbol{width:36px;height:36px;flex-basis:36px;margin-right:11px;font-size:19px}.service-perk-info h3{font-size:16px}.service-perk-info p{font-size:12px}}.location-section{width:100%;background:#fff;padding:45px 0}.location-container{padding-left:30px;padding-right:30px}.location-card{position:relative;min-height:250px;display:flex;align-items:stretch;overflow:hidden;background:#fff;border:1px solid #e9e9ef;border-radius:14px;box-shadow:0 4px 15px #1e1e3c0d}.location-content{position:relative;z-index:3;width:30%;flex:0 0 30%;display:flex;flex-direction:column;justify-content:center;padding:28px 25px;background:#fff}.location-heading{margin-bottom:18px}.location-heading span{display:block;color:#17183c;font-size:17px;line-height:1.2;font-weight:700}.location-heading i{display:block;width:28px;height:3px;margin-top:8px;background:#f6ad00}.location-content h2{margin:0 0 10px;color:#201b4d;font-size:21px;line-height:1.25;font-weight:700}.location-description{margin:0 0 18px;color:#4d5667;font-size:12px;line-height:1.6}.location-description p{margin:0}.location-direction-btn{display:inline-flex;align-items:center;justify-content:space-between;width:fit-content;min-width:148px;height:40px;padding:0 12px 0 14px;gap:18px;background:#4c2a91;color:#fff;border-radius:7px;text-decoration:none;font-size:10px;font-weight:700;transition:all .25s ease}.location-direction-btn i{font-size:15px;transition:transform .25s ease}.location-direction-btn:hover{color:#fff;background:#382070;transform:translateY(-1px);box-shadow:0 7px 16px #4c2a912e}.location-direction-btn:hover i{transform:translate(2px,-2px)}.location-map{position:relative;flex:1;min-height:250px;overflow:hidden;background:#edf1ef}.location-map iframe{position:relative;z-index:1;display:block;width:100%;height:100%;min-height:250px;border:0;margin:0}.location-map:before{content:"";position:absolute;z-index:2;top:0;left:0;bottom:0;width:100px;background:linear-gradient(90deg,#ffffffe6,#fff0);pointer-events:none}.location-map-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#777;background:#edf1ef;font-size:13px}.location-map-placeholder i{font-size:28px;color:#e52c24}.location-marker,.marker-pin{display:none!important}@media(max-width:991px){.location-section{padding:35px 0}.location-container{padding-left:20px;padding-right:20px}.location-card{min-height:235px}.location-content{width:35%;flex-basis:35%;padding:25px 20px}.location-heading span{font-size:15px}.location-content h2{font-size:19px}.location-description{font-size:11px}.location-map,.location-map iframe{min-height:235px}}@media(max-width:767px){.location-section{padding:30px 0}.location-container{padding-left:15px;padding-right:15px}.location-card{display:flex;flex-direction:column;min-height:auto}.location-content{width:100%;flex-basis:auto;padding:25px 20px}.location-heading{margin-bottom:14px}.location-heading span{font-size:15px}.location-content h2{font-size:20px}.location-description{font-size:12px;line-height:1.6}.location-direction-btn{min-width:145px;height:40px}.location-map{width:100%;min-height:240px;height:240px}.location-map iframe{width:100%;height:240px;min-height:240px}.location-map:before{display:none}}@media(max-width:480px){.location-container{padding-left:12px;padding-right:12px}.location-content{padding:22px 17px}.location-heading span{font-size:14px}.location-content h2{font-size:18px}.location-description{font-size:11px}.location-map{min-height:210px;height:210px}.location-map iframe{height:210px;min-height:210px}}#shopify-section-template--17915152367824__custom_newsletter_6MT6p4 .newsletter-section{padding:30px 0!important}.blog-hero-section{position:relative;width:100%;overflow:hidden;background:#fffaf0}.blog-hero-container{position:relative;padding-left:55px;padding-right:55px}.blog-hero-row{position:relative;min-height:365px;z-index:2}.blog-hero-content{position:relative;z-index:5}.blog-hero-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 13px;margin-bottom:20px;background:#21165f;color:#fff;border-radius:30px;font-size:10px;font-weight:700;line-height:1}.blog-hero-title{margin:0 0 18px;color:#16284c;font-size:clamp(38px,4vw,48px);line-height:1.1;font-weight:700;letter-spacing:-1.5px}.blog-hero-title span{color:#51349b}.blog-hero-description{margin:0;color:#35445e;font-size:16px;line-height:1.65;font-weight:400}.blog-hero-visual{position:relative;width:100%;height:365px;display:flex;align-items:center;justify-content:center;z-index:3}.blog-hero-image{position:relative;z-index:3;display:block;width:100%;max-width:500px;height:auto;object-fit:contain}.blog-floating-icon{position:absolute;z-index:6;width:52px;height:42px;display:flex;align-items:center;justify-content:center;background:#6740a5;color:#fff;border-radius:7px;box-shadow:0 8px 18px #321e6426;font-size:22px}.blog-floating-icon:after{content:"";position:absolute;bottom:-9px;right:7px;width:0;height:0;border-left:9px solid transparent;border-top:11px solid #6740a5}.blog-chat-icon{top:20%;left:15%;transform:rotate(-1deg)}.blog-floating-ball{position:absolute;z-index:2;display:block;border-radius:50%;background:linear-gradient(145deg,#fff 10%,#d7d7d7 50%,#666);box-shadow:inset -4px -4px 7px #00000040,0 5px 12px #0000001f}.blog-ball-one{width:27px;height:27px;top:13%;right:4%}.blog-ball-two{width:20px;height:20px;bottom:17%;left:5%}.blog-pencil-decoration{position:absolute;z-index:5;right:17%;bottom:16%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#7046a7;font-size:22px;transform:rotate(-20deg)}.blog-orange-dots{position:absolute;z-index:1;right:-55px;bottom:-120px;width:245px;height:245px;border-radius:50%;background-image:radial-gradient(circle,#f7a900 1.4px,transparent 1.6px);background-size:11px 11px;opacity:.8}@media(max-width:1199px){.blog-hero-container{padding-left:35px;padding-right:35px}.blog-hero-content{padding-left:10px}.blog-hero-title{font-size:40px}.blog-hero-description{font-size:15px}.blog-hero-visual{height:340px}.blog-chat-icon{left:10%}}@media(max-width:991px){.blog-hero-row{min-height:auto}.blog-hero-title{font-size:36px;letter-spacing:-1px}.blog-hero-description{font-size:14px}.blog-hero-visual{height:300px}.blog-hero-image{max-width:480px}.blog-floating-icon{width:44px;height:36px;font-size:18px}.blog-chat-icon{top:19%;left:5%}.blog-pencil-decoration{right:14%;bottom:13%}}@media(max-width:767px){.blog-hero-section{overflow:hidden}.blog-hero-container{padding-left:20px;padding-right:20px}.blog-hero-content{text-align:center}.blog-hero-badge{font-size:9px;padding:7px 12px;margin-bottom:15px}.blog-hero-title{font-size:34px;line-height:1.12;letter-spacing:-.8px}.blog-hero-description{font-size:13px;line-height:1.65}.desktop-break{display:none}.blog-hero-visual{height:280px;margin-top:5px}.blog-hero-image{width:100%;max-width:450px}.blog-floating-icon{width:40px;height:32px;font-size:16px}.blog-chat-icon{left:5%;top:18%}.blog-ball-one{width:22px;height:22px;right:3%}.blog-ball-two{width:16px;height:16px;left:4%}.blog-pencil-decoration{right:11%;bottom:13%;font-size:18px}.blog-orange-dots{width:180px;height:180px;right:-85px;bottom:-90px}}@media(max-width:480px){.blog-hero-container{padding-left:15px;padding-right:15px}.blog-hero-content{padding-top:32px}.blog-hero-title{font-size:29px}.blog-hero-description{font-size:12px}.blog-hero-visual{height:230px}.blog-hero-image{max-width:370px}.blog-floating-icon{width:34px;height:28px;font-size:14px}.blog-floating-icon:after{bottom:-7px;border-left-width:7px;border-top-width:9px}.blog-chat-icon{left:2%}.blog-pencil-decoration{font-size:16px;right:9%}}@media(max-width:360px){.blog-hero-title{font-size:26px}.blog-hero-description{font-size:11px}.blog-hero-visual{height:205px}}.blog-listing-section{width:100%;background:#fff;padding:45px 0}.blog-listing-container{padding-left:30px;padding-right:30px}.blog-listing-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.blog-section-label{display:block;color:#191b3d;font-size:15px;font-weight:700;line-height:1.3}.blog-heading-line{display:block;width:32px;height:3px;margin-top:7px;background:#f5ae00}.blog-toolbar{display:flex;align-items:center;gap:14px}.blog-result-count{color:#737989;font-size:13px;line-height:1.4}.blog-sort-select{width:100px;height:36px;padding:0 10px;border:1px solid #e8e8ef;border-radius:6px;outline:none;background:#fff;color:#555c6d;font-size:12px;cursor:pointer}.blog-sort-select:focus{border-color:#4d2b91}.blog-card{height:100%;overflow:hidden;background:#fff;border:1px solid #e9e9ef;border-radius:9px;box-shadow:0 2px 8px #1e1e3c09;transition:all .25s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #1e1e3c14}.blog-card-image{position:relative;width:100%;height:180px;overflow:hidden;background:#f4f4f7}.blog-card-image a{display:block;width:100%;height:100%}.blog-card-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.blog-card:hover .blog-card-image img{transform:scale(1.04)}.blog-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f3f6;color:#999;font-size:30px}.blog-date{position:absolute;background:#4d2b91;color:#fff;font-weight:600;line-height:1}.blog-card-body{display:flex;flex-direction:column;padding:15px 14px 12px}.blog-card-body h2{display:-webkit-box;margin:0 0 9px;overflow:hidden;color:#222143;font-size:16px;line-height:1.4;font-weight:700;-webkit-line-clamp:2;-webkit-box-orient:vertical}.blog-card-body h2 a{color:inherit;text-decoration:none}.blog-card-body h2 a:hover{color:#4d2b91}.blog-card-body>p{display:-webkit-box;margin:0;overflow:hidden;color:#666d7c;font-size:13px;line-height:1.6;-webkit-line-clamp:3;-webkit-box-orient:vertical}.blog-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:12px}.blog-author{display:flex;align-items:center;gap:5px;color:#6d7482;font-size:11px;white-space:nowrap}.blog-author i{font-size:12px}.blog-card-footer>a{display:inline-flex;align-items:center;gap:4px;color:#4e2a91;font-size:11px;font-weight:600;text-decoration:none;white-space:nowrap;transition:all .2s ease}.blog-card-footer>a:hover{color:#382070}.blog-card-footer>a i{font-size:12px;transition:transform .2s ease}.blog-card-footer>a:hover i{transform:translate(3px)}.blog-no-results{width:100%;padding:50px 20px;text-align:center;color:#666d7c}.blog-no-results i{display:block;margin-bottom:12px;font-size:36px;color:#4d2b91}.blog-no-results h3{margin:0;color:#222143;font-size:18px;font-weight:600}.blog-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:25px}.blog-pagination a,.blog-pagination span{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#555b6b;font-size:12px;text-decoration:none}.blog-pagination a{border:1px solid #ececf1;background:#fff;transition:all .2s ease}.blog-pagination a:hover,.blog-pagination a.active{background:#4d2b91;border-color:#4d2b91;color:#fff}.blog-pagination span{border:0}.blog-pagination .pagination-arrow{font-size:13px}.blog-sidebar{display:flex;flex-direction:column;gap:25px}.sidebar-widget{padding-bottom:3px}.sidebar-widget h3{margin:0;color:#1b1d42;font-size:14px;line-height:1.3;font-weight:700}.sidebar-heading-line{width:30px;height:3px;margin-top:7px;margin-bottom:12px;background:#f5ae00}.blog-search{display:flex;width:100%;height:40px;border:1px solid #e9e9ef;border-radius:6px;overflow:hidden;background:#fff}.blog-search input{width:100%;min-width:0;padding:0 12px;border:0;outline:0;color:#555c6d;font-size:12px}.blog-search input::placeholder{color:#a0a5b0}.blog-search button{width:40px;flex-shrink:0;border:0;background:#4d2b91;color:#fff;font-size:13px;cursor:pointer;transition:background .2s ease}.blog-search button:hover{background:#382070}.blog-category-list{list-style:none;margin:0;padding:0}.blog-category-list li{border-bottom:1px solid #f1f1f4}.blog-category-list li:last-child{border-bottom:0}.blog-category-list a{display:flex;align-items:center;justify-content:space-between;padding:9px 0;color:#596071;font-size:12px;text-decoration:none;transition:color .2s ease}.blog-category-list a:hover{color:#4d2b91}.blog-category-list a span{display:flex;align-items:center;gap:6px}.blog-category-list a i{color:#8c91a0;font-size:9px}.blog-category-list small{min-width:22px;padding:3px 5px;text-align:center;background:#f3f3f7;color:#747987;border-radius:3px;font-size:10px}.recent-post{display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-bottom:1px solid #f1f1f4}.recent-post:last-of-type{border-bottom:0}.recent-post img{width:48px;height:48px;flex:0 0 48px;object-fit:cover;border-radius:5px}.recent-post>div{min-width:0}.recent-post a{display:-webkit-box;margin-bottom:4px;overflow:hidden;color:#292847;font-size:11px;line-height:1.4;font-weight:600;text-decoration:none;-webkit-line-clamp:3;-webkit-box-orient:vertical}.recent-post a:hover{color:#4d2b91}.recent-post span{color:#8a8f9b;font-size:10px}.view-all-posts{display:inline-flex;align-items:center;justify-content:space-between;gap:15px;min-width:120px;height:34px;margin-top:10px;padding:0 11px;border-radius:5px;background:#4d2b91;color:#fff;font-size:10px;font-weight:700;text-decoration:none;transition:all .2s ease}.view-all-posts:hover{color:#fff;background:#382070}.view-all-posts i{font-size:11px}.blog-tags{display:flex;flex-wrap:wrap;gap:6px}.blog-tags a{padding:6px 9px;border:1px solid #e7e7ed;border-radius:4px;background:#fff;color:#777d8b;font-size:10px;line-height:1.2;text-decoration:none;transition:all .2s ease}.blog-tags a:hover{border-color:#4d2b91;background:#4d2b91;color:#fff}@media(max-width:1199px){.blog-listing-container{padding-left:25px;padding-right:25px}.blog-card-image{height:165px}.blog-card-body h2{font-size:15px}.blog-card-body>p{font-size:12px}}@media(max-width:991px){.blog-listing-section{padding:35px 0}.blog-listing-container{padding-left:20px;padding-right:20px}.blog-listing-header{margin-bottom:18px}.blog-section-label{font-size:15px}.blog-result-count{font-size:12px}.blog-sort-select{width:95px;height:36px;font-size:12px}.blog-card-image{height:180px}.blog-card-body h2{font-size:15px}.blog-card-body>p{font-size:12px}.blog-sidebar{margin-top:5px}.sidebar-widget h3{font-size:14px}.blog-category-list a{font-size:12px}}@media(max-width:767px){.blog-listing-section{padding:30px 0}.blog-listing-container{padding-left:15px;padding-right:15px}.blog-listing-header{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:20px}.blog-section-label{font-size:15px}.blog-toolbar{width:100%;justify-content:space-between}.blog-result-count{font-size:11px}.blog-sort-select{width:95px;height:36px;font-size:12px}.blog-card-image{height:200px}.blog-card-body{padding:14px}.blog-card-body h2{font-size:16px;line-height:1.4}.blog-card-body>p{font-size:12px;line-height:1.6}.blog-date,.blog-author{font-size:10px}.blog-card-footer>a{font-size:10px}.blog-author i,.blog-card-footer>a i{font-size:11px}.blog-sidebar{margin-top:15px;gap:25px}.sidebar-widget h3{font-size:14px}.blog-search input,.blog-category-list a{font-size:12px}.recent-post a{font-size:11px}.recent-post span,.blog-tags a{font-size:10px}}@media(max-width:480px){.blog-listing-container{padding-left:12px;padding-right:12px}.blog-listing-section{padding:25px 0}.blog-section-label{font-size:14px}.blog-result-count{font-size:10px}.blog-sort-select{width:90px;height:34px;font-size:11px}.blog-card-image{height:180px}.blog-card-body{padding:14px}.blog-card-body h2{font-size:15px;line-height:1.4}.blog-card-body>p{font-size:11px;line-height:1.55}.blog-date{left:8px;bottom:8px;padding:5px 8px;font-size:9px}.blog-author,.blog-card-footer>a{font-size:10px}.blog-author i,.blog-card-footer>a i{font-size:11px}.blog-pagination{gap:6px;margin-top:20px}.blog-pagination a,.blog-pagination span{width:30px;height:30px;font-size:11px}.blog-pagination .pagination-arrow{font-size:12px}.recent-post img{width:45px;height:45px;flex-basis:45px}.recent-post a{font-size:10px}.recent-post span{font-size:9px}.blog-tags a{padding:5px 8px;font-size:9px}}.ajax-blog-section{position:relative}.blog-active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:14px}.blog-filter-badge,.blog-clear-all{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:5px 10px;border:1px solid #e4e2ec;border-radius:5px;background:#f7f5fb;color:#4d2b91;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease}.blog-filter-badge:hover{background:#4d2b91;border-color:#4d2b91;color:#fff}.blog-filter-badge i{font-size:12px}.blog-clear-all{border-color:#4d2b91;background:#4d2b91;color:#fff}.blog-clear-all:hover{background:#382070;border-color:#382070}.blog-reset-filters{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:36px;margin-top:10px;padding:7px 12px;border:1px solid #4d2b91;border-radius:5px;background:#fff;color:#4d2b91;font-size:11px;font-weight:700;cursor:pointer;transition:all .2s ease}.blog-reset-filters:hover{background:#4d2b91;color:#fff}.blog-reset-filters i{font-size:12px}.blog-category-list a.active{color:#4d2b91;font-weight:700}.blog-category-list a.active i{color:#f5ae00}.blog-tags a.active{background:#4d2b91;border-color:#4d2b91;color:#fff}.ajax-blog-results{position:relative;min-height:100px;transition:opacity .2s ease}.ajax-blog-results.blog-ajax-loading{opacity:.45;pointer-events:none}.ajax-blog-results.blog-ajax-loading:after{content:"";position:absolute;top:50%;left:50%;width:32px;height:32px;margin-left:-16px;margin-top:-16px;border:3px solid #e5e1ef;border-top-color:#4d2b91;border-radius:50%;animation:blogAjaxSpinner .7s linear infinite}@keyframes blogAjaxSpinner{to{transform:rotate(360deg)}}.blog-no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;padding:30px;text-align:center}.blog-no-results i{margin-bottom:12px;color:#4d2b91;font-size:35px}.blog-no-results h3{margin:0;color:#222143;font-size:17px;font-weight:600}@media(max-width:767px){.blog-active-filters{margin-bottom:12px}.blog-filter-badge,.blog-clear-all{font-size:10px;min-height:28px;padding:5px 8px}.blog-reset-filters{font-size:10px}}.collections-hero-section{position:relative;width:100%;overflow:hidden;background:#fffaf0}.collections-hero-container{position:relative;padding-left:30px;padding-right:30px}.collections-hero-row{position:relative;min-height:285px;z-index:2}.collections-hero-content{position:relative;z-index:5;padding:25px 0}.collections-breadcrumb{display:flex;align-items:center;gap:8px;margin:0 0 25px;color:#24274a;font-size:10px;line-height:1}.collections-breadcrumb a{color:#222748;font-weight:500;text-decoration:none}.collections-breadcrumb a:hover{color:#51349b}.collections-breadcrumb span{color:#51349b;font-weight:600}.collections-breadcrumb i{color:#8a8e9b;font-size:8px}.collections-hero-title{margin:0 0 18px;color:#16284c;font-size:clamp(38px,4vw,48px);line-height:1.05;letter-spacing:-1.5px;font-weight:700}.collections-hero-title span{color:#51349b}.collections-hero-description{margin:0;color:#35445e;font-size:14px;line-height:1.8;font-weight:400}.collections-hero-visual{position:relative;width:100%;height:285px;display:flex;align-items:center;justify-content:center;z-index:3}.collections-hero-image{position:relative;z-index:4;display:block;width:100%;max-width:500px;height:auto;object-fit:contain}.collection-ball{position:absolute;z-index:2;display:block;border-radius:50%;background:linear-gradient(145deg,#fff 8%,#dedede 35%,#777 65%,#fff);box-shadow:inset -4px -4px 7px #0000003d,inset 3px 3px 5px #fffc,0 5px 12px #0000001f}.collection-ball-one{width:29px;height:29px;top:13%;right:3%}.collection-ball-two{width:25px;height:25px;bottom:15%;left:5%}.collection-ball-three{width:16px;height:16px;top:25%;left:7%}.collections-orange-dots{position:absolute;z-index:1;right:-55px;bottom:-115px;width:235px;height:235px;border-radius:50%;background-image:radial-gradient(circle,#f6a900 1.4px,transparent 1.6px);background-size:10px 10px;opacity:.8}@media(max-width:1199px){.collections-hero-container{padding-left:30px;padding-right:30px}.collections-hero-row{min-height:270px}.collections-hero-visual{height:270px}.collections-hero-title{font-size:40px}.collections-hero-description{font-size:13px}}@media(max-width:991px){.collections-hero-container{padding-left:30px;padding-right:30px}.collections-hero-row{min-height:250px}.collections-hero-content{padding:25px 0}.collections-breadcrumb{margin-bottom:20px}.collections-hero-title{font-size:35px;letter-spacing:-1px}.collections-hero-description{font-size:12px;line-height:1.7}.collections-hero-visual{height:250px}.collections-hero-image{max-width:500px}.collection-ball-one{width:24px;height:24px}.collection-ball-two{width:20px;height:20px}}@media(max-width:767px){.collections-hero-container{padding-left:20px;padding-right:20px}.collections-hero-row{min-height:auto}.collections-hero-content{padding:30px 0 10px;text-align:center}.collections-breadcrumb{justify-content:center;margin-bottom:17px}.collections-hero-title{font-size:34px;line-height:1.1}.collections-hero-description{font-size:13px;line-height:1.65}.desktop-break{display:none}.collections-hero-visual{height:260px;margin-top:5px}.collections-hero-image{width:100%;max-width:450px}.collection-ball-one{width:22px;height:22px;right:2%}.collection-ball-two{width:18px;height:18px;left:2%}.collection-ball-three{width:13px;height:13px;left:5%}.collections-orange-dots{width:180px;height:180px;right:-85px;bottom:-90px}}@media(max-width:480px){.collections-hero-container{padding-left:15px;padding-right:15px}.collections-hero-content{padding-top:25px}.collections-breadcrumb{font-size:9px;gap:6px}.collections-hero-title{font-size:29px}.collections-hero-description{font-size:11px}.collections-hero-visual{height:215px}.collections-hero-image{max-width:370px}.collection-ball-one{width:18px;height:18px}.collection-ball-two{width:15px;height:15px}}@media(max-width:360px){.collections-hero-title{font-size:26px}.collections-hero-description{font-size:10px}.collections-hero-visual{height:190px}}.all-collections-section{width:100%;background:#fff;padding:35px 0 50px}.all-collections-container{padding-left:30px;padding-right:30px}.collection-card{height:100%;overflow:hidden;background:#fff;border:1px solid #e4e5ec;border-radius:9px;box-shadow:0 2px 8px #1e1e3c09;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.collection-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #281e5014}.collection-image{position:relative;width:100%;height:155px;overflow:hidden;background:#f8f8fb;display:flex;align-items:center;justify-content:center}.collection-image-link{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-decoration:none}.collection-image img{width:100%;height:100%;display:block;object-fit:contain;object-position:center;padding:8px;transition:transform .35s ease}.collection-card:hover .collection-image img{transform:scale(1.03)}.collection-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f7f7fa;color:#5b3aa0;font-size:30px}.collection-icon{position:absolute;left:9px;bottom:8px;width:25px;height:25px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2deeb;border-radius:5px;color:#56379a;font-size:12px;box-shadow:0 2px 6px #1e144614;z-index:3}.collection-content{flex:1;padding:13px 12px;display:flex;flex-direction:column;background:#fff}.collection-content h3{margin:0 0 5px;font-size:13px;line-height:1.35;font-weight:700;color:#242344}.collection-content h3 a{color:inherit;text-decoration:none}.collection-content h3 a:hover{color:#533294}.collection-content p{margin:0 0 11px;color:#72798a;font-size:10px;line-height:1.3;font-weight:400}.collection-view-link{display:inline-flex;align-items:center;gap:5px;width:fit-content;color:#513096;font-size:9px;line-height:1;font-weight:700;text-decoration:none;letter-spacing:.15px;margin-top:auto;transition:color .2s ease}.collection-view-link i{font-size:10px;transition:transform .2s ease}.collection-view-link:hover{color:#321c68}.collection-view-link:hover i{transform:translate(3px)}.collections-no-results{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fafafd;border:1px solid #e6e6ed;border-radius:10px;color:#6c7080;text-align:center}.collections-no-results i{margin-bottom:12px;color:#56379a;font-size:32px}.collections-no-results h3{margin:0;font-size:15px;font-weight:600}.collections-pagination{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:25px}.collections-pagination a,.collections-pagination span{width:29px;height:29px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:10px;text-decoration:none}.collections-pagination a{color:#555b6b;background:#fff;border:1px solid #e7e7ed}.collections-pagination a:hover,.collections-pagination a.active{background:#4d2b91;border-color:#4d2b91;color:#fff}.collections-pagination span{color:#777c8b}.collections-pagination-arrow{font-size:11px!important}@media(max-width:1199px){.all-collections-container{padding-left:25px;padding-right:25px}.collection-image{height:150px}}@media(max-width:991px){.all-collections-section{padding:30px 0 40px}.all-collections-container{padding-left:20px;padding-right:20px}.collection-image{height:145px}.collection-content{padding:12px 11px}.collection-content h3{font-size:12px}.collection-content p{font-size:9px}.collection-view-link{font-size:8px}}@media(max-width:767px){.all-collections-section{padding:25px 0 35px}.all-collections-container{padding-left:15px;padding-right:15px}.collection-image{height:175px}.collection-image img{padding:10px}.collection-content{padding:13px 12px}.collection-content h3{font-size:13px}.collection-content p{font-size:10px}.collection-view-link{font-size:9px}}@media(max-width:480px){.all-collections-container{padding-left:12px;padding-right:12px}.collection-image{height:150px}.collection-image img{padding:8px}.collection-icon{width:23px;height:23px;left:8px;bottom:7px;font-size:11px}.collection-content{padding:11px 10px}.collection-content h3{font-size:12px}.collection-content p{font-size:9px;margin-bottom:9px}.collection-view-link{font-size:8px}}@media(max-width:360px){.collection-image{height:135px}.collection-content h3{font-size:11px}.collection-content p{font-size:8px}.collection-view-link{font-size:7px}}.template-search{background:#fff;color:#171717}.template-search .page-width{max-width:1400px}.template-search__header{max-width:1400px!important;margin:0 auto!important;padding:42px 30px 25px!important;text-align:center}.template-search__header h1{margin:0 0 20px!important;color:#151515;font-size:30px!important;line-height:1.25;font-weight:700;letter-spacing:-.3px}.template-search__search{width:100%;max-width:650px!important;margin:0 auto!important}.template-search__search .search{margin:0!important}.template-search__search .field{position:relative;width:100%}.template-search__search .search__input{width:100%;height:48px;min-height:48px;padding:0 95px 0 17px;background:#fff;color:#222;font-size:12px;box-shadow:0 3px 12px #0000000a;transition:all .2s ease}.template-search__search .search__input:hover{border-color:#cfcfcf!important}.template-search__search .search__input:focus{border-color:#422080!important;outline:none;box-shadow:0 0 0 2px #42208014}.template-search__search .field__label{display:none!important}.template-search__search .search__button{width:45px;height:46px;top:1px;right:1px;border-radius:0 24px 24px 0;background:transparent}.template-search__search .search__button:hover{background:#f7f5fb}.template-search__search .search__button .icon{width:17px;height:17px}.template-search__search .reset__button{right:47px;width:38px}#main-search-filters{max-width:1400px!important;margin:0 auto!important;padding:0 30px!important}.facets-container{width:100%}.facets__form{width:100%;min-height:62px;display:flex;align-items:center;gap:10px;padding:9px 0;border-top:1px solid #eeeeee;border-bottom:1px solid #eeeeee}.facets__heading{margin:0 7px 0 0!important;color:#1a1a1a;font-size:12px!important;font-weight:700;white-space:nowrap}.facets__wrapper{display:flex;align-items:center;flex-wrap:wrap;gap:9px;flex:1}.facets__disclosure{position:relative}.facets__summary{min-height:36px!important;height:36px;display:flex!important;align-items:center;padding:0 20px 0 10px!important;border:1px solid #dddddd;border-radius:6px;background:#fff;color:#222;cursor:pointer;transition:all .2s ease;margin:0!important}.facets__summary .icon-caret{right:5px!important}.facets__summary:hover{border-color:#43218a;color:#43218a}.facets__summary>div{display:flex;align-items:center;gap:7px}.facets__summary-label{font-size:11px;font-weight:500;white-space:nowrap}.facets__summary .icon-caret{width:8px;height:5px}.facets__display{min-width:245px;max-height:400px;overflow-y:auto;border:1px solid #e7e7e7!important;border-radius:8px!important;background:#fff;box-shadow:0 10px 30px #0000001a}.facets__header{padding:12px 14px!important;border-bottom:1px solid #eeeeee}.facets__selected,.facets__reset{font-size:11px}.facets__list{padding:8px 12px!important}.facets__item{margin:0}.facets__label{padding:7px 4px!important;font-size:12px}.facet-filters{margin-left:auto}.facet-filters__field{display:flex;align-items:center;gap:8px}.facet-filters__label{color:#777;font-size:11px!important;white-space:nowrap}.facet-filters__sort{min-height:36px;padding:0 28px 0 5px!important;border:0;background:transparent;color:#555;font-size:11px;cursor:pointer}.product-count{margin-left:15px}.product-count__text{color:#999;font-size:11px!important;white-space:nowrap}#ProductGridContainer{width:100%;margin-top:24px}.template-search__results{max-width:1400px!important;margin:0 auto!important;padding:0 30px!important}.template-search__results .product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;margin:0!important;padding:0!important}.template-search__results .grid__item{width:auto!important;max-width:none!important;margin:0!important;padding:0!important}.template-search__results .card-wrapper{width:100%;height:100%}.template-search__results .card{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e8e8e8!important;border-radius:10px!important;background:#fff;box-shadow:0 2px 8px #00000006;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.template-search__results .card:hover{transform:translateY(-3px);border-color:#dcd5eb!important;box-shadow:0 8px 22px #2b175614}.template-search__results .card__inner{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#fafafa;border-radius:10px 10px 0 0}.template-search__results .card__media{width:100%;height:100%}.template-search__results .media{width:100%;height:100%;background:#fafafa}.template-search__results .card__media img{width:100%!important;height:100%!important;display:block;object-fit:contain!important;object-position:center;padding:12px;transition:transform .35s ease}.template-search__results .card:hover .card__media img{transform:scale(1.035)}.template-search__results .card__badge{position:absolute;top:9px!important;left:9px!important;right:auto!important;bottom:auto!important;z-index:10}.template-search__results .badge{display:inline-flex;align-items:center;min-height:18px;padding:3px 7px!important;border:0!important;border-radius:4px!important;background:#171717!important;color:#fff!important;font-size:9px!important;line-height:1!important;font-weight:600}.template-search__results .card__content{flex:1;display:flex;flex-direction:column;padding:11px 12px 13px!important}.template-search__results .card__information{padding:0!important}.template-search__results .card__heading{margin:0 0 8px!important;min-height:39px;color:#171717;font-size:12px!important;line-height:1.4!important;font-weight:600}.template-search__results .card__heading a{color:#171717!important;text-decoration:none!important}.template-search__results .card__heading a:hover{color:#43218a!important}.template-search__results .card-information{margin-top:auto}.template-search__results .price{margin:0!important}.template-search__results .price__container{width:100%}.template-search__results .price__sale{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.template-search__results .price-item--regular{color:#aaa;font-size:10px!important;font-weight:400;text-decoration:line-through}.template-search__results .price-item--sale{color:#171717;font-size:13px!important;font-weight:700}.pagination-wrapper{margin:38px 0 50px!important;padding:0!important}.pagination{display:flex;justify-content:center}.pagination__list{display:flex;align-items:center;justify-content:center;gap:6px;margin:0!important;padding:0!important}.pagination__list li{margin:0!important}.pagination__item{width:34px;height:34px;display:flex!important;align-items:center;justify-content:center;border:1px solid #e2e2e2;border-radius:6px;background:#fff;color:#333;font-size:11px;text-decoration:none;transition:all .2s ease}.pagination__item:hover{border-color:#43218a;background:#43218a;color:#fff}.pagination__item--current{border-color:#43218a!important;background:#43218a!important;color:#fff!important}.mobile-facets__wrapper{margin-bottom:15px}@media screen and (min-width:1500px){.template-search__header,#main-search-filters,.template-search__results{max-width:1450px!important}.template-search__results .product-grid{gap:20px!important}}@media screen and (max-width:1199px){.template-search__header,#main-search-filters,.template-search__results{padding-left:25px!important;padding-right:25px!important}.template-search__results .product-grid{gap:15px!important}.template-search__results .card__heading{font-size:11px!important}}@media screen and (max-width:989px){.template-search__header{padding-top:35px!important}.template-search__header h1{font-size:27px!important}.template-search__results .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important}.template-search__results .card__content{padding:10px!important}}@media screen and (max-width:749px){.template-search__header{padding:28px 15px 20px!important}.template-search__header h1{margin-bottom:16px!important;font-size:23px!important}.template-search__search{max-width:100%!important}.template-search__search .search__input{height:46px;min-height:46px;padding-left:15px;font-size:11px}.template-search__search .search__button{height:44px;width:43px}#main-search-filters{padding:0 15px!important}.facets__form{min-height:auto;padding:10px 0;border-top:1px solid #eeeeee}.facets__heading{display:none}.facets__wrapper{gap:6px}.facets__summary{height:34px;min-height:34px!important;padding:0 9px!important}.facets__summary-label{font-size:10px}.template-search__results{padding:0 15px!important}#ProductGridContainer{margin-top:18px}.template-search__results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 9px!important}.template-search__results .card{border-radius:8px!important}.template-search__results .card__inner{border-radius:8px 8px 0 0}.template-search__results .card__media img{padding:7px}.template-search__results .card__content{padding:9px 8px 11px!important}.template-search__results .card__heading{min-height:38px;margin-bottom:6px!important;font-size:10px!important;line-height:1.35!important}.template-search__results .price-item--sale{font-size:12px!important}.template-search__results .price-item--regular{font-size:8px!important}.template-search__results .card__badge{top:7px!important;left:7px!important}.template-search__results .badge{min-height:16px;padding:3px 5px!important;font-size:8px!important}.pagination-wrapper{margin:30px 0 40px!important}.pagination__item{width:32px;height:32px;font-size:10px}}@media screen and (max-width:480px){.template-search__header{padding-top:24px!important}.template-search__header h1{font-size:21px!important}.template-search__results .product-grid{gap:10px 7px!important}.template-search__results .card__heading{font-size:9.5px!important}.template-search__results .price-item--sale{font-size:11px!important}}button.sr-headless-checkout{background-color:#2d1b69!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/style.css.map */
