.theme-futuroo{--card:#ffffff;--shadow:0 12px 32px rgba(15,23,42,0.07);--text-muted:#6b7688;--text-dark:#1a1a1a;--bg-soft:#f6f7f9;--emerald-dark:#0c7458;--emerald-light:#0f8a6a;--emerald:#16a798;--flame-light:#ff8a55;--flame:#f46a2c;--color-bg:#f1f5f9;--color-surface:#ffffff;--color-surface-soft:#f7f9fc;--color-text-primary:#1c1c1c;--color-text-secondary:#515151;--text:#1a1a1a;--muted:#6b7688;--bg:#f6f7f9;--panel:rgba(255,255,255,0.9);--border-soft:rgba(0,0,0,0.08);--shadow-soft:0 14px 40px rgba(0,0,0,0.08);--radius:16px;--btn-gradient:var(--emerald);--white:#ffffff;--panel-soft:#f8fffc;--phold:linear-gradient(180deg,#eee,#ddd);--emerald-shadow:rgba(15,138,106,0.12);--radius-sm:10px;--radius-md:14px;--radius-pill:999px;--glass-bg:rgba(255,255,255,0.7);--glass-border:rgba(255,255,255,0.4);--shadow-soft:0 10px 30px rgba(0,0,0,0.06);--shadow-hover:0 14px 40px rgba(0,0,0,0.1);--radius-lg:16px;--radius-xl:20px;--blur:blur(12px)}.theme-futuroo *{margin:0;padding:0;box-sizing:border-box}.theme-futuroo{background:var(--color-bg);color:var(--text);font-family:Inter,sans-serif}.theme-futuroo .btn{cursor:pointer;border:none;font-weight:600;padding:5px 8px;border-radius:1rem}.theme-futuroo a{text-decoration:none}.theme-futuroo .card{background:var(--panel);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow-soft);border:1px solid var(--border-soft)}.theme-futuroo .glass-card{background:var(--glass-bg);backdrop-filter:var(--blur);border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease}.theme-futuroo .glass-card:hover{box-shadow:var(--shadow-hover)}.theme-futuroo .ap-navbar{width:100%;height:200px;position:sticky;top:0;backdrop-filter:blur(8px);background:linear-gradient(180deg,var(--panel),var(--bg));z-index:99}.theme-futuroo .ap-navbar.no-header{height:100px}.theme-futuroo .ap-navbar.no-header .nav-inner{height:100%}.theme-futuroo .ap-navbar .nav-inner{height:50%;margin:auto;padding:0 16px;display:flex;justify-content:space-between;align-items:center}.theme-futuroo .ap-navbar .brand{display:flex;align-items:center;cursor:pointer;flex-shrink:0}.theme-futuroo .ap-navbar .brand .logo-mark{display:flex;align-items:center;overflow:hidden}.theme-futuroo .ap-navbar .brand .logo-mark .logo-img{width:58px;height:auto;-o-object-fit:contain;object-fit:contain}.theme-futuroo .ap-navbar .brand .logo-mark .brand-name{margin-left:10px}.theme-futuroo .ap-navbar .brand .logo-mark .brand-name h2{font-size:22px;color:var(--emerald-dark);margin:0}.theme-futuroo .ap-navbar .brand .logo-mark .brand-name p{font-size:13px;color:var(--muted);margin:3px 0}.theme-futuroo .ap-navbar .nav-actions{display:flex;align-items:center;gap:16px}.theme-futuroo .ap-navbar .nav-actions .nav-links{display:flex;gap:10px;list-style:none;margin:0;padding:0}.theme-futuroo .ap-navbar .nav-actions .nav-links li .nav-btn{padding:8px 16px;border-radius:var(--radius-pill);border:1px solid transparent;background:transparent;color:var(--text);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.theme-futuroo .ap-navbar .nav-actions .nav-links li .nav-btn:hover{background:var(--panel-soft);color:var(--emerald)}.theme-futuroo .ap-navbar .nav-actions .nav-links li .nav-btn.active{background:var(--emerald);color:var(--white);box-shadow:0 6px 16px var(--emerald-shadow)}.theme-futuroo .ap-navbar .nav-actions .nav-links li .nav-btn:active{transform:scale(.96)}.theme-futuroo .ap-navbar .icons{display:flex;align-items:center;gap:14px}.theme-futuroo .ap-navbar .icons .icon-btn.modern{position:relative;width:42px;height:42px;border-radius:var(--radius-pill);border:1px solid var(--border-soft);background:var(--panel);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.theme-futuroo .ap-navbar .icons .icon-btn.modern:hover{background:var(--panel-soft);box-shadow:var(--shadow-soft);transform:translateY(-1px)}.theme-futuroo .icon-btn.modern:active{transform:scale(.96)}.theme-futuroo .icon-btn .icon{font-size:18px}.theme-futuroo .icon-btn .badge{position:absolute;top:-4px;right:-4px;background:var(--flame);color:var(--white);font-size:11px;font-weight:600;min-width:18px;height:18px;padding:0 6px;border-radius:var(--radius-pill);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(244,106,44,.35)}.theme-futuroo .pulse{animation:pulse 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,59,59,.5)}70%{box-shadow:0 0 0 8px rgba(255,59,59,0)}to{box-shadow:0 0 0 0 rgba(255,59,59,0)}}.theme-futuroo .account-btn.modern-account{padding:8px 14px;border-radius:20px;border:none;background:#111827;color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.theme-futuroo .account-btn.modern-account:hover{background:#000}@media (max-width:480px){.theme-futuroo .ap-navbar{height:155px}.theme-futuroo .ap-navbar .nav-inner{max-width:100%;padding:15px;gap:8px}.theme-futuroo .ap-navbar .brand .logo-mark .logo-img{width:46px}.theme-futuroo .ap-navbar .brand .brand-name{display:none}.theme-futuroo .ap-navbar .nav-actions{gap:8px}.theme-futuroo .ap-navbar .nav-actions .nav-links{gap:8px;overflow-x:auto;white-space:nowrap}.theme-futuroo .ap-navbar .nav-actions .nav-links li .nav-btn{padding:8px 16px;font-size:12px}.theme-futuroo .ap-navbar .icons .icon-btn.modern{width:36px;height:36px}.theme-futuroo .account-btn.modern-account{width:36px;height:36px;padding:0;border-radius:50%;font-size:0}.theme-futuroo .account-btn.modern-account:after{content:"👤";font-size:16px}}@media (min-width:481px) and (max-width:767px){.theme-futuroo .ap-navbar{height:100px}.theme-futuroo .ap-navbar .nav-inner{padding:0 12px}.theme-futuroo .ap-navbar .brand .logo-mark .logo-img{width:50px}.theme-futuroo .ap-navbar .brand .brand-name p{display:none}.theme-futuroo .ap-navbar .nav-actions .nav-links{gap:10px;font-size:13px}.theme-futuroo .ap-navbar .icons .icon-btn.modern{width:38px;height:38px}}@media (min-width:768px) and (max-width:991px){.theme-futuroo .ap-navbar{height:150px}.theme-futuroo .ap-navbar .nav-inner{max-width:94%;padding:0 14px}.theme-futuroo .ap-navbar .brand .logo-mark .logo-img{width:35px}.theme-futuroo .ap-navbar .brand .logo-mark .brand-name h2{font-size:18px}.theme-futuroo .ap-navbar .brand .logo-mark .brand-name p{font-size:12px}.theme-futuroo .ap-navbar .nav-actions .nav-links{gap:12px}.theme-futuroo .ap-navbar .nav-actions .nav-links li .nav-btn{font-size:11px}}@media (min-width:1200px){.theme-futuroo .ap-navbar .nav-inner{max-width:85%}.theme-futuroo .ap-navbar .brand .logo-mark .logo-img{width:50px}}.theme-futuroo .header-wrapper{background-color:var(--color-surface);width:100%;height:50%;margin:auto;display:flex}.theme-futuroo .header-wrapper .header-list-wrapper{max-width:90%;margin:10px auto;display:flex;justify-content:start;align-items:center;flex-wrap:wrap;gap:5px}.theme-futuroo .header-wrapper .header-list-wrapper .header-dropdown{position:relative;display:flex;align-items:center}.theme-futuroo .header-wrapper .header-list-wrapper .header-dropdown .header-dropdown-btn{width:100%;background:transparent;border:none;font-size:.93rem;font-weight:500;color:var(--text-muted);padding:8px 18px;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition)}.theme-futuroo .more-btn{font-weight:600;color:var(--emerald);padding:5px 12px;background:transparent;border:none}.theme-futuroo @media(max-width: 480px){.header-wrapper{height:80px;padding:6px 0}.header-wrapper .header-list-wrapper{max-width:100%;gap:8px;flex-wrap:nowrap;overflow-x:auto;padding:0 8px;scrollbar-width:none}.header-wrapper .header-list-wrapper::-webkit-scrollbar{display:none}.header-wrapper .header-list-wrapper .header-dropdown .header-dropdown-btn{font-size:.75rem;padding:6px 8px;white-space:nowrap}.header-dropdown-content{min-width:110px}.more-btn{font-size:.75rem;padding:4px 8px}}.theme-futuroo @media(min-width: 481px) and(max-width: 767px){.header-wrapper{height:auto;padding:8px 0}.header-wrapper .header-list-wrapper{max-width:100%;gap:12px;flex-wrap:nowrap;overflow-x:auto;padding:0 12px}.header-dropdown-btn{font-size:.8rem;padding:7px 10px;white-space:nowrap}}.theme-futuroo @media(min-width: 768px) and(max-width: 991px){.header-wrapper{height:auto;padding:10px 0}.header-wrapper .header-list-wrapper{max-width:95%;gap:16px}.header-dropdown-btn{font-size:.85rem}}.theme-futuroo @media(min-width: 992px) and(max-width: 1199px){.header-wrapper .header-list-wrapper{max-width:98%;gap:18px}}.theme-futuroo @media(min-width: 1200px){.header-dropdown-btn{font-size:.85rem}}.theme-futuroo .footer-eco{background:#fff;border-top:1px solid var(--border-soft)}.theme-futuroo .footer-eco .footer-main{height:210px;max-width:1200px;margin:auto;padding:28px 16px;display:grid;grid-template-columns:1.5fr .8fr 1.2fr;gap:32px;align-items:start}.theme-futuroo .footer-eco .footer-main .footer-col{display:flex;flex-direction:column;gap:8px}.theme-futuroo .footer-eco .footer-main .footer-col.brand .brand-wrapper{display:flex;align-items:center;gap:10px}.theme-futuroo .footer-eco .footer-main .footer-col.brand img{max-width:80px;margin-bottom:6px}.theme-futuroo .footer-eco .footer-main .footer-col.brand p{font-size:14px;color:var(--muted);line-height:1.55;max-width:320px}.theme-futuroo .footer-eco .footer-main .footer-col.links a{font-size:13px;color:var(--muted);cursor:pointer}.theme-futuroo .footer-eco .footer-main .footer-col.links a:hover{color:var(--emerald)}.theme-futuroo .footer-eco .footer-main .footer-col.newsletter h4{font-size:13px;font-weight:700;color:var(--text)}.theme-futuroo .footer-eco .footer-main .footer-col.newsletter .nl-box{display:flex;gap:6px}.theme-futuroo .footer-eco .footer-main .footer-col.newsletter input{height:34px;padding:0 12px;border-radius:8px;border:1px solid var(--border-soft);font-size:13px;width:170px}.theme-futuroo .footer-eco .footer-main .footer-col.newsletter button{height:34px;padding:0 14px;border-radius:8px;border:none;background:var(--emerald);color:#fff;font-size:13px;font-weight:600;cursor:pointer}.theme-futuroo .footer-eco .footer-main .footer-col.newsletter .nl-msg{font-size:12px;color:var(--emerald)}.theme-futuroo .footer-eco .footer-main .footer-col.newsletter .nl-success{color:var(--emerald);font-size:12px;font-weight:600;margin-top:4px}.theme-futuroo .footer-eco .footer-bottom{border-top:1px solid var(--border-soft);padding:10px 16px;display:flex;align-items:center;justify-content:space-between;font-size:12.5px;color:var(--muted)}.theme-futuroo .footer-eco .footer-bottom .footer-social{display:flex;gap:12px;font-size:16px}.theme-futuroo .footer-eco .footer-bottom .footer-social svg:hover{color:var(--emerald)}@media (max-width:480px){.theme-futuroo .footer-eco .footer-main{height:auto;grid-template-columns:1fr;gap:20px;padding:20px 14px}.theme-futuroo .footer-eco .footer-main .footer-col.brand p{max-width:100%;font-size:13px}.theme-futuroo .footer-eco .footer-main .footer-col.newsletter .nl-box{flex-direction:column;gap:8px}.theme-futuroo .footer-eco .footer-main .footer-col.newsletter button,.theme-futuroo .footer-eco .footer-main .footer-col.newsletter input{width:100%}.theme-futuroo .footer-eco .footer-bottom{flex-direction:column;gap:8px;text-align:center}}@media (min-width:481px) and (max-width:767px){.theme-futuroo .footer-eco .footer-main{height:auto;grid-template-columns:1fr;gap:24px;padding:24px 16px}.theme-futuroo .footer-eco .footer-main .footer-col.newsletter .nl-box{gap:8px}.theme-futuroo .footer-eco .footer-bottom{flex-direction:column;gap:10px;text-align:center}}@media (min-width:768px) and (max-width:991px){.theme-futuroo .footer-eco .footer-main{height:auto;grid-template-columns:1fr 1fr;gap:28px;padding:26px 16px}.theme-futuroo .footer-eco .footer-main .footer-col.newsletter{grid-column:span 2}.theme-futuroo .footer-eco .footer-main .footer-col.newsletter .nl-box{max-width:360px}}@media (min-width:992px) and (max-width:1199px){.theme-futuroo .footer-eco .footer-main{max-width:96%;grid-template-columns:1.5fr 1fr 1.2fr}}@media (min-width:1200px){.theme-futuroo .footer-eco .footer-main{max-width:1200px}}.theme-futuroo .home .home-page-body{margin:auto;display:flex;justify-content:space-between;align-items:start;padding:10px 20px;width:93%}.theme-futuroo @keyframes bannerSlideIn{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes sideBoxFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.theme-futuroo .homeslider{padding:20px 0}.theme-futuroo .slidercontainer{width:100%;padding:10px 24px;border-radius:20px;display:flex;gap:20px}.theme-futuroo .sliderbox{width:70%;height:460px;border-radius:20px;animation:bannerSlideIn .7s cubic-bezier(.16,1,.3,1) both}.theme-futuroo .home_slider_main{height:100%;border-radius:20px;overflow:hidden;position:relative}.theme-futuroo .home_slider_main .item img{width:100%;height:460px;-o-object-fit:fill;object-fit:fill;transition:transform .6s cubic-bezier(.4,0,.2,1)}.theme-futuroo .home_slider_main .item:hover img{transform:scale(1.03)}.theme-futuroo .home_slider_main .item .info_text1{position:absolute;top:30%;right:6%;z-index:100}.theme-futuroo .home_slider_main h1{font-size:42px;line-height:1.3}.theme-futuroo .home_slider_main p{font-size:20px;margin-top:5px}.theme-futuroo .home_slider_main p span{font-size:35px;color:red;font-weight:600;margin-left:5px}.theme-futuroo .slick-arrow{position:absolute;top:50%;width:32px;height:32px;border-radius:50%;background:#f2f3f4!important;z-index:1000;box-shadow:0 4px 10px rgba(0,0,0,.2)}.theme-futuroo .slick-next{right:18px}.theme-futuroo .slick-prev{left:18px}.theme-futuroo .slick-next:before,.theme-futuroo .slick-prev:before{font-family:FontAwesome;font-size:14px;color:#000}.theme-futuroo .slick-prev:before{content:"\f104"}.theme-futuroo .slick-next:before{content:"\f105"}.theme-futuroo .slick-dots{bottom:12px}.theme-futuroo .slick-dots li button:before{font-size:12px;color:#777}.theme-futuroo .slick-dots li.slick-active button:before{color:#0fae96}.theme-futuroo .slidercontainer .norbox{width:30%;display:flex;flex-direction:column;gap:14px}.theme-futuroo .slidercontainer .norbox .box{position:relative;border-radius:16px;overflow:hidden;animation:sideBoxFadeUp .6s cubic-bezier(.16,1,.3,1) both;transition:transform .3s ease,box-shadow .3s ease}.theme-futuroo .slidercontainer .norbox .box:first-child{animation-delay:.15s}.theme-futuroo .slidercontainer .norbox .box:nth-child(2){animation-delay:.3s}.theme-futuroo .slidercontainer .norbox .box:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(0,0,0,.12)}.theme-futuroo .slidercontainer .norbox .box .imagewapper{width:100%;height:220px;overflow:hidden;border-radius:16px}.theme-futuroo .slidercontainer .norbox .box img{width:100%;height:100%;-o-object-fit:fill;object-fit:fill;transition:transform .5s cubic-bezier(.4,0,.2,1)}.theme-futuroo .slidercontainer .norbox .box:hover img{transform:scale(1.06)}.theme-futuroo .box .info_text2 h1,.theme-futuroo .box .info_text3 h1{font-size:1.7rem}.theme-futuroo .box .info_text2 p,.theme-futuroo .box .info_text3 p{font-size:1.4rem;margin-top:8px;color:red;font-weight:600}.theme-futuroo .box .info_text2{position:absolute;top:30%;left:5%}.theme-futuroo .box .info_text3{position:absolute;top:32%;right:3%}.theme-futuroo .box p{font-size:13px}.theme-futuroo @media(max-width: 768px){.slidercontainer{flex-direction:column;padding:10px 14px}.sliderbox{width:100%}.home_slider_main .item img,.sliderbox{height:260px}.home_slider_main h1{font-size:18px;line-height:1.2}.home_slider_main p{font-size:12px}.home_slider_main p span{font-size:14px}.slick-arrow{width:26px;height:26px}.slidercontainer .norbox{width:100%;flex-direction:column}.slidercontainer .norbox .box .imagewapper{height:180px}.box .info_text2 h1,.box .info_text3 h1{font-size:1.4rem}.box .info_text2 p,.box .info_text3 p{font-size:1.1rem}.slick-dots{bottom:8px}}.theme-futuroo @media(max-width: 480px){.home_slider_main h1{font-size:16px}.slidercontainer .norbox .box .imagewapper{height:150px}}.theme-futuroo @keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes cardShimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.theme-futuroo .home-root{width:100%;padding:36px 20px;font-family:Inter,system-ui,sans-serif}.theme-futuroo .home-container{max-width:100%;margin:auto}.theme-futuroo .section{margin-bottom:40px}.theme-futuroo .section-head{width:200px;align-items:center;margin-bottom:16px;animation:fadeUp .55s cubic-bezier(.16,1,.3,1) both}.theme-futuroo .section-head h3{font-size:20px;color:var(--text);position:relative}.theme-futuroo .section-head h3:after{content:"";position:absolute;bottom:-6px;left:0;width:66px;height:3px;border-radius:99px;background:var(--emerald,#10b981);transition:width .4s cubic-bezier(.4,0,.2,1)}.theme-futuroo .section-head:hover h3:after{width:100%}.theme-futuroo .link{color:var(--emerald);font-weight:700;cursor:pointer}.theme-futuroo .category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:18px;margin-top:20px}.theme-futuroo .category-card{background-color:var(--color-surface);border:1px solid var(--border-soft);border-radius:16px;padding:15px 14px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:15px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(0,0,0,.04);animation:popIn .5s cubic-bezier(.16,1,.3,1) both}.theme-futuroo .category-card:first-child{animation-delay:.05s}.theme-futuroo .category-card:nth-child(2){animation-delay:.1s}.theme-futuroo .category-card:nth-child(3){animation-delay:.15s}.theme-futuroo .category-card:nth-child(4){animation-delay:.2s}.theme-futuroo .category-card:nth-child(5){animation-delay:.25s}.theme-futuroo .category-card:nth-child(6){animation-delay:.3s}.theme-futuroo .category-card:nth-child(7){animation-delay:.35s}.theme-futuroo .category-card:nth-child(8){animation-delay:.4s}.theme-futuroo .category-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 12px 24px rgba(16,185,129,.18);border-color:var(--emerald,#10b981);background:linear-gradient(135deg,rgba(16,185,129,.06),rgba(5,150,105,.03))}.theme-futuroo .cat-icon{width:48px;height:48px;border-radius:12px;background:var(--primary-light,#e6f6f3);color:var(--primary,#009879);font-weight:700;font-size:20px;display:flex;align-items:center;justify-content:center}.theme-futuroo .cat-name{font-size:14px;font-weight:600;text-align:center;color:var(--text)}.theme-futuroo .product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;margin:30px 0}.theme-futuroo .product-grid .product-card{background:var(--white);border:1px solid var(--border-soft);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px rgba(0,0,0,.04);animation:fadeUp .55s cubic-bezier(.16,1,.3,1) both;position:relative}.theme-futuroo .product-grid .product-card:first-child{animation-delay:.05s}.theme-futuroo .product-grid .product-card:nth-child(2){animation-delay:.1s}.theme-futuroo .product-grid .product-card:nth-child(3){animation-delay:.15s}.theme-futuroo .product-grid .product-card:nth-child(4){animation-delay:.2s}.theme-futuroo .product-grid .product-card:nth-child(5){animation-delay:.25s}.theme-futuroo .product-grid .product-card:nth-child(6){animation-delay:.3s}.theme-futuroo .product-grid .product-card:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transform:skewX(-15deg);transition:.55s ease;pointer-events:none}.theme-futuroo .product-grid .product-card:hover:after{left:160%}.theme-futuroo .product-grid .product-card:hover{transform:translateY(-6px);box-shadow:0 16px 28px rgba(16,185,129,.16);border-color:var(--emerald,#10b981)}.theme-futuroo .product-grid .product-card .img-wrapper{height:260px;border-radius:14px 14px 0 0;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.theme-futuroo .product-grid .product-card .img-wrapper .p-img{transition:transform .5s cubic-bezier(.4,0,.2,1)}.theme-futuroo .product-grid .product-card:hover .img-wrapper .p-img{transform:scale(1.08)}.theme-futuroo .product-grid .product-card .img-wrapper .img-phold{font-size:.85rem;font-weight:600;color:#0f172a;padding:10px;text-align:center;opacity:.8}.theme-futuroo .product-grid .product-card .p-info{padding:12px 14px;display:flex;flex-direction:column;gap:8px}.theme-futuroo .product-grid .product-card .p-info .p-title{font-size:.9rem;font-weight:600;color:#111827;line-height:1.4}.theme-futuroo .product-grid .product-card .p-info .amount{font-size:1rem;font-weight:700}.theme-futuroo .product-grid .product-card .p-info .p-rating{font-size:.8rem;font-weight:600;color:#111827}.theme-futuroo .product-grid .product-card .p-info .p-rating .p-rating-count{font-size:.7rem;color:var(--muted)}.theme-futuroo .product-grid .product-card .p-actions{display:flex;gap:8px}.theme-futuroo .product-grid .product-card .p-actions .btn-primary{background:var(--btn-gradient);color:white;border:none;padding:10px 38px;border-radius:var(--radius-lg);cursor:pointer}.theme-futuroo .home-root .home-container .promotions{margin-top:34px}.theme-futuroo .home-root .home-container .promotions .section-head h3{font-size:20px;font-weight:600;color:var(--text);margin-bottom:20px}.theme-futuroo .home-root .home-container .promotions .promo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}.theme-futuroo .home-root .home-container .promotions .promo-grid .promo-card{background:linear-gradient(180deg,var(--white),var(--panel-soft));border-radius:var(--radius-lg);padding:18px;border:1.8px solid var(--border-soft);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;justify-content:space-between;gap:10px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeUp .6s cubic-bezier(.16,1,.3,1) both}.theme-futuroo .home-root .home-container .promotions .promo-grid .promo-card:first-child{animation-delay:.1s}.theme-futuroo .home-root .home-container .promotions .promo-grid .promo-card:nth-child(2){animation-delay:.2s}.theme-futuroo .home-root .home-container .promotions .promo-grid .promo-card:nth-child(3){animation-delay:.3s}.theme-futuroo .home-root .home-container .promotions .promo-grid .promo-card:hover{transform:translateY(-6px);border-color:var(--emerald,#10b981);box-shadow:0 14px 28px rgba(16,185,129,.15)}.theme-futuroo .home-root .home-container .promotions.promo-grid .promo-card:hover{transform:translateY(-5px);border-color:var(--emerald);box-shadow:0 10px 20px rgba(0,0,0,.1)}.theme-futuroo .home-root .home-container .promotions .promo-grid .promo-card .promo-title{font-size:17px;font-weight:700;color:var(--text)}.theme-futuroo .home-root .home-container .promotions .promo-grid .promo-card .promo-desc{font-size:13px;color:var(--muted);line-height:1.45;margin-bottom:14px}.theme-futuroo .home-root .home-container .promotions .promo-grid .promo-card .btn-neutral{background:transparent;border:1px solid rgba(15,138,106,.3);color:var(--emerald);padding:10px 14px;border-radius:var(--radius-pill);cursor:pointer;transition:.2s ease}.theme-futuroo .home-root .home-container .promotions .promo-grid .promo-card .btn-neutral:hover{background:var(--btn-gradient);color:var(--white);border-color:transparent}.theme-futuroo .promo-card.tyre:before{background:linear-gradient(90deg,var(--emerald),var(--emerald-light))}.theme-futuroo .promo-card.battery:before{background:linear-gradient(90deg,#004aad,#2e7bff)}.theme-futuroo .promo-card.oil:before{background:linear-gradient(90deg,var(--flame),var(--flame-light))}@media (max-width:480px){.theme-futuroo .home-root{width:100%;padding:20px 12px}.theme-futuroo .section{margin-bottom:28px}.theme-futuroo .section-head h3{font-size:18px}.theme-futuroo .category-grid{grid-template-columns:repeat(2,1fr);gap:14px}.theme-futuroo .category-card{padding:12px;gap:10px}.theme-futuroo .cat-icon{width:40px;height:40px;font-size:18px}.theme-futuroo .product-grid{grid-template-columns:1fr;gap:18px}.theme-futuroo .product-grid .product-card .img-wrapper{height:150px}.theme-futuroo .product-grid .product-card .p-actions .btn-primary{width:100%;padding:10px 0}.theme-futuroo .home-root .home-container .promotions .promo-grid{grid-template-columns:1fr;gap:18px}}@media (min-width:481px) and (max-width:767px){.theme-futuroo .home-root{width:100%;padding:26px 16px}.theme-futuroo .category-grid{grid-template-columns:repeat(3,1fr);gap:16px}.theme-futuroo .product-grid{gap:20px}.theme-futuroo .home-root .home-container .promotions .promo-grid,.theme-futuroo .product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px) and (max-width:991px){.theme-futuroo .home-root{width:90%;padding:32px 16px}.theme-futuroo .category-grid{grid-template-columns:repeat(4,1fr)}.theme-futuroo .product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.theme-futuroo .home-root .home-container .promotions .promo-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px) and (max-width:1199px){.theme-futuroo .home-root{width:80%}.theme-futuroo .product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width:1200px){.theme-futuroo .home-root{width:100%}}.theme-futuroo .sliderbox{position:relative}.theme-futuroo .home_slider_main .item .images.ft-fade{animation:ftFade .7s ease both}@keyframes ftFade{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.theme-futuroo .ft-dots{position:absolute;bottom:14px;left:0;right:0;display:flex;gap:8px;justify-content:center;z-index:3}.theme-futuroo .ft-dot{width:9px;height:9px;border-radius:999px;border:none;background:rgba(255,255,255,.55);cursor:pointer;padding:0;transition:width .3s ease,background .3s ease}.theme-futuroo .ft-dot.active{background:#fff;width:22px}.theme-futuroo .section-head{width:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:2px}.theme-futuroo .section-head-text h3{font-size:22px;font-weight:800;color:var(--text);position:relative;padding-bottom:9px}.theme-futuroo .section-head-text h3:after{content:"";position:absolute;left:0;bottom:0;width:46px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--emerald),var(--flame))}.theme-futuroo .section-sub{margin-top:9px;font-size:13px;color:var(--muted)}.theme-futuroo .section-viewall{flex-shrink:0;font-size:13px;font-weight:700;color:var(--emerald-light);text-decoration:none;white-space:nowrap}.theme-futuroo .section-viewall:hover{text-decoration:underline}.theme-futuroo .value-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:6px 0 30px}.theme-futuroo .value-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:16px;background:var(--color-surface);border:1px solid var(--border-soft);box-shadow:0 6px 18px rgba(15,23,42,.04)}.theme-futuroo .value-ic{flex-shrink:0;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(22,167,152,.1);color:var(--emerald)}.theme-futuroo .value-text{min-width:0}.theme-futuroo .value-text strong{display:block;font-size:14px;font-weight:800;color:var(--text)}.theme-futuroo .value-text span{font-size:12px;color:var(--muted)}.theme-futuroo .category-card{min-height:74px;justify-content:center}.theme-futuroo .category-card.cat-all{background:linear-gradient(135deg,rgba(22,167,152,.1),rgba(244,106,44,.05));border-color:rgba(22,167,152,.28)}.theme-futuroo .product-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:16px;margin:20px 0 8px}.theme-futuroo .product-grid .product-card{padding:0;gap:0;border-radius:14px;overflow:hidden}.theme-futuroo .product-grid .product-card .img-wrapper{width:100%;height:auto;aspect-ratio:3/4;border-radius:0;padding:6px;background:linear-gradient(180deg,#ffffff,#eef2f7)}.theme-futuroo .product-grid .product-card .img-wrapper .p-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.theme-futuroo .product-grid .product-card .p-info{padding:10px 12px 12px;gap:5px}.theme-futuroo .product-grid .product-card .p-info .p-title{font-size:12.5px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px}.theme-futuroo .product-grid .product-card .p-info .amount{font-size:14px;font-weight:800;color:var(--emerald-dark)}.theme-futuroo .card-link{position:absolute;inset:0;z-index:1;border-radius:inherit}.theme-futuroo .p-badge{position:absolute;top:8px;left:8px;z-index:2;padding:3px 9px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:linear-gradient(135deg,var(--flame),var(--flame-light));box-shadow:0 4px 10px rgba(244,106,44,.3)}.theme-futuroo .wish-btn{position:absolute;top:8px;right:8px;z-index:3;width:32px;height:32px;border-radius:50%;border:1px solid var(--border-soft);background:rgba(255,255,255,.92);color:var(--muted);display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(4px);transition:transform .15s ease,color .15s ease}.theme-futuroo .wish-btn:hover{transform:scale(1.1);color:var(--flame)}.theme-futuroo .wish-btn.active{color:var(--flame);border-color:rgba(244,106,44,.4)}.theme-futuroo .p-skel-line{height:11px;border-radius:6px;background:linear-gradient(90deg,#eef1f5,#f7f9fb,#eef1f5);background-size:200% 100%;animation:pSkel 1.2s ease-in-out infinite;margin:8px 12px 0}.theme-futuroo .p-skel-line.short{width:50%}@keyframes pSkel{0%{background-position:200% 0}to{background-position:-200% 0}}.theme-futuroo .cta-band{margin:36px 0 12px;padding:30px 34px;border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;background:linear-gradient(135deg,#0c7458,#16a798);color:#fff;box-shadow:0 20px 48px rgba(12,116,88,.28)}.theme-futuroo .cta-band-text{min-width:240px;flex:1}.theme-futuroo .cta-band-text h3{font-size:24px;font-weight:800;margin-bottom:6px;color:#fff}.theme-futuroo .cta-band-text p{font-size:14px;opacity:.92;max-width:640px;line-height:1.55}.theme-futuroo .cta-band-actions{display:flex;gap:12px;flex-wrap:wrap}.theme-futuroo .cta-btn{height:46px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;transition:transform .16s ease}.theme-futuroo .cta-btn.solid{background:#fff;color:var(--emerald-dark)}.theme-futuroo .cta-btn.ghost{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.5)}.theme-futuroo .cta-btn:hover{transform:translateY(-2px)}@media (max-width:1280px){.theme-futuroo .product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:1024px){.theme-futuroo .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.theme-futuroo .value-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.theme-futuroo .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:480px){.theme-futuroo .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.theme-futuroo .value-strip{grid-template-columns:1fr}.theme-futuroo .cta-band{padding:22px}.theme-futuroo .cta-band-text h3{font-size:20px}}.theme-futuroo .ap-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:40px;padding:0 10px;border:1px solid rgba(0,0,0,.1);border-radius:12px;background:#fff;cursor:pointer;flex-shrink:0}.theme-futuroo .ap-burger span{display:block;width:100%;height:2.5px;border-radius:2px;background:var(--emerald-dark)}.theme-futuroo .ap-drawer{display:none;position:fixed;inset:0;z-index:200}.theme-futuroo .ap-drawer.open{display:block}.theme-futuroo .ap-drawer-scrim{position:absolute;inset:0;width:100%;height:100%;border:none;padding:0;background:rgba(10,20,16,.5);cursor:pointer;animation:apScrimIn .2s ease both}@keyframes apScrimIn{0%{opacity:0}to{opacity:1}}.theme-futuroo .ap-drawer-panel{position:absolute;top:0;inset-inline-end:0;height:100%;width:min(340px,86vw);background:#fff;box-shadow:-14px 0 44px rgba(0,0,0,.2);display:flex;flex-direction:column;overflow-y:auto;animation:apPanelIn .28s cubic-bezier(.22,1,.36,1) both}@keyframes apPanelIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.theme-futuroo[dir=rtl] .ap-drawer-panel,[dir=rtl] .theme-futuroo .ap-drawer-panel{animation-name:apPanelInRtl}@keyframes apPanelInRtl{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.theme-futuroo .ap-drawer-head{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border-soft);background:#fff}.theme-futuroo .ap-drawer-title{font-size:15px;font-weight:800;color:var(--text)}.theme-futuroo .ap-drawer-close{width:36px;height:36px;border-radius:10px;border:1px solid var(--border-soft);background:#fff;color:var(--muted);display:flex;align-items:center;justify-content:center;cursor:pointer}.theme-futuroo .ap-drawer-close:hover{background:rgba(0,0,0,.04)}.theme-futuroo .ap-drawer-links{display:flex;flex-direction:column;gap:2px;padding:12px 14px 4px}.theme-futuroo .ap-drawer-link{display:block;padding:13px 14px;border-radius:12px;font-size:15px;font-weight:700;color:var(--text);text-decoration:none}.theme-futuroo .ap-drawer-link:hover{background:rgba(15,138,106,.06)}.theme-futuroo .ap-drawer-link.active{background:rgba(15,138,106,.1);color:var(--emerald-light)}.theme-futuroo .ap-drawer-section{padding:14px 20px 8px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.theme-futuroo .ap-drawer-cats{display:flex;flex-direction:column;padding:0 14px 26px}.theme-futuroo .ap-drawer-cat{padding:12px 14px;border-radius:10px;font-size:14px;font-weight:500;color:var(--muted);text-decoration:none;border-bottom:1px solid rgba(0,0,0,.045)}.theme-futuroo .ap-drawer-cat:last-child{border-bottom:none}.theme-futuroo .ap-drawer-cat:hover{background:rgba(15,138,106,.05);color:var(--emerald-light)}@media (max-width:991px){.theme-futuroo .ap-navbar{height:auto}.theme-futuroo .ap-navbar .brand .logo-mark .logo-img{width:64px}.theme-futuroo .ap-navbar .account-btn.modern-account,.theme-futuroo .ap-navbar .nav-actions .nav-links,.theme-futuroo .header-wrapper{display:none}.theme-futuroo .ap-burger{display:flex}.theme-futuroo .homeslider{display:none}}@media (min-width:992px){.theme-futuroo .ap-drawer{display:none!important}}.theme-futuroo .footer-eco .ftr-inner{max-width:1080px;margin:0 auto;padding:44px 24px 22px}.theme-futuroo .footer-eco .ftr-top{display:grid;grid-template-columns:1.5fr 1fr 1.3fr;gap:48px;align-items:start;padding-bottom:30px;border-bottom:1px solid var(--border-soft)}.theme-futuroo .footer-eco .ftr-brand{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.theme-futuroo .footer-eco .ftr-logo-link{display:inline-block;line-height:0}.theme-futuroo .footer-eco .ftr-logo{height:46px;width:auto;max-width:190px;-o-object-fit:contain;object-fit:contain}.theme-futuroo .footer-eco .ftr-tag{font-size:13.5px;color:var(--muted);line-height:1.6;max-width:300px}.theme-futuroo .footer-eco .footer-social{display:flex;gap:12px;color:var(--muted)}.theme-futuroo .footer-eco .footer-social svg{cursor:pointer;transition:color .15s ease,transform .15s ease}.theme-futuroo .footer-eco .footer-social svg:hover{color:var(--emerald);transform:translateY(-2px)}.theme-futuroo .footer-eco .ftr-col-title{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text);margin-bottom:4px}.theme-futuroo .footer-eco .ftr-links{display:flex;flex-direction:column;gap:11px}.theme-futuroo .footer-eco .ftr-links a{width:-moz-fit-content;width:fit-content;font-size:13.5px;color:var(--muted);text-decoration:none;transition:color .15s ease}.theme-futuroo .footer-eco .ftr-links a:hover{color:var(--emerald)}.theme-futuroo .footer-eco .ftr-nl{display:flex;flex-direction:column;gap:8px}.theme-futuroo .footer-eco .ftr-nl-sub{font-size:13px;color:var(--muted);line-height:1.5;max-width:280px;margin-bottom:4px}.theme-futuroo .footer-eco .ftr-nl .nl-box{display:flex;gap:8px}.theme-futuroo .footer-eco .ftr-nl .nl-box input{flex:1;height:40px;max-width:220px;padding:0 14px;border-radius:10px;border:1px solid var(--border-soft);font-size:13.5px}.theme-futuroo .footer-eco .ftr-nl .nl-box input:focus{outline:none;border-color:var(--emerald)}.theme-futuroo .footer-eco .ftr-nl .nl-box button{height:40px;padding:0 18px;border-radius:10px;border:none;background:linear-gradient(135deg,var(--emerald-light),var(--emerald));color:#fff;font-size:13.5px;font-weight:700;white-space:nowrap;cursor:pointer}.theme-futuroo .footer-eco .ftr-nl .nl-success{font-size:12.5px;font-weight:600;color:var(--emerald-light)}.theme-futuroo .footer-eco .ftr-nl .nl-error{font-size:12.5px;color:#c62828}.theme-futuroo .footer-eco .ftr-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:18px;font-size:12.5px;color:var(--muted)}.theme-futuroo .footer-eco .ftr-bottom-link{color:var(--muted);text-decoration:none}.theme-futuroo .footer-eco .ftr-bottom-link:hover{color:var(--emerald)}@media (max-width:768px){.theme-futuroo .footer-eco .ftr-inner{padding:32px 20px 18px}.theme-futuroo .footer-eco .ftr-top{grid-template-columns:1fr;gap:28px}.theme-futuroo .footer-eco .ftr-bottom{flex-direction:column;gap:8px;text-align:center}}.theme-futuroo .ap-navbar .brand .logo-mark.has-logo .logo-img{width:auto;height:40px;max-width:210px}