:root{--primary-color:#1a3c34;--secondary-color:#f8df8d;--background-color:#00594e;--text-color:#1a3c34;--white:#fff}body,html{max-width:100vw;overflow-x:hidden;font-weight:400}body ::-webkit-scrollbar,html ::-webkit-scrollbar{display:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern";color:var(--text-color)}*{box-sizing:border-box;padding:0;margin:0}a{font-size:.9rem;color:inherit;text-decoration:none}h1{font-size:4rem;font-weight:800}h2{font-size:2.5rem;font-weight:400}h3{font-size:1rem;font-weight:600}h4{font-size:1.5rem}p{font-size:.9rem;font-weight:500;line-height:1.5rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}button{width:160px;height:48px;background:var(--primary-color);cursor:pointer;border:.75px solid hsla(46,88%,76%,.5);font-family:inherit;font-style:normal;font-weight:400;font-size:.75rem;line-height:24px;letter-spacing:1px;text-transform:uppercase;color:var(--white);transition:all .6s cubic-bezier(.2,.9,.2,1);will-change:transform;transform:scale(1);box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)}.promo{background-color:var(--secondary-color)}.promo .wrapper{overflow:hidden;width:100%;white-space:nowrap;background:none}.promo .wrapper .track{height:32px;display:inline-flex;align-items:center;width:max-content}.promo .wrapper .track .text{font-size:.7rem;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:.075rem;display:flex;align-items:center}.promo .wrapper .track .text span{font-size:1.5rem;padding:0 1rem}.header{background-color:var(--background-color)}.header .navbar_desk{display:flex;align-items:center;justify-content:space-between;width:100%;height:80px;padding:1.2rem 0;color:var(--white)}.header .navbar_desk .logo{width:auto;height:40px}.header .navbar_desk ul{list-style:none;display:flex;align-items:center;gap:1.5rem}.header .navbar_desk ul li{display:flex;flex-direction:row;justify-content:center;align-items:center;list-style-type:none}.header .navbar_desk .dropdown{width:100px;height:40px;display:flex;align-items:center;justify-content:center;gap:.25em;border:.75px solid hsla(46,88%,76%,.5);position:relative;cursor:pointer}.header .navbar_desk .dropdown p{color:var(--white);font-size:.9rem}.header .navbar_desk .dropdown img{width:20px;height:20px;transition:transform .2s ease}.header .navbar_desk .dropdown .rotated{transform:rotate(180deg)}.header .navbar_desk .dropdown .dropdown-menu{position:absolute;top:calc(100% + 2px);left:0;right:0;min-width:100%;background:var(--primary-color);list-style:none;display:flex;flex-direction:column;gap:.5rem;z-index:1000}.header .navbar_desk .dropdown .dropdown-item{cursor:pointer;width:100%;padding:10px 8px;font-size:.9rem;font-weight:500}.header .navbar_desk .dropdown .dropdown-item:hover{color:var(--text-color);background-color:var(--secondary-color)}.header .dropdown{width:100px;height:40px;display:flex;align-items:center;justify-content:center;gap:.25em;border:.75px solid hsla(46,88%,76%,.5);position:relative;cursor:pointer}.header .dropdown p{color:var(--white);font-size:.9rem}.header .dropdown img{width:20px;height:20px;transition:transform .2s ease}.header .dropdown .rotated{transform:rotate(180deg)}.header .dropdown .dropdown-menu{position:absolute;top:calc(100% + 2px);left:0;right:0;min-width:100%;background:var(--primary-color);list-style:none;display:flex;flex-direction:column;gap:.5rem;z-index:1000}.header .dropdown .dropdown-item{cursor:pointer;width:100%;padding:10px 8px;font-size:.9rem;font-weight:500}.header .dropdown .dropdown-item:hover{color:var(--text-color);background-color:var(--secondary-color)}.header .cart-link{display:flex;align-items:center;position:relative}.header .cart-link img{object-fit:cover}.header .cart-link .cart-bubble{position:absolute;top:-6px;right:-6px;background-color:#ff3b30;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:10px 6px;display:flex;justify-content:center;align-items:center;min-width:20px;height:20px;line-height:0;box-shadow:0 2px 8px rgba(0,0,0,.2);transition:transform .2s ease-in-out}.header .mob_menu,.header .navbar_mob{display:none}.fooooter{width:100%;z-index:9999;position:absolute;color:var(--white);background:url(/images/pattern-design-fade.svg) repeat,linear-gradient(90.07deg,#006e63,#1a3c34)}.fooooter ul{list-style:none;display:flex;justify-content:center;align-items:center;gap:8px;padding:0}.fooooter ul li{padding:12px 16px}.fooooter ul li img{width:24px;height:24px}.fooooter .logo{width:auto;height:40px}.fooooter .section01{padding:1rem 0;border:.75px hsla(46,88%,76%,.5);border-style:none none solid}.fooooter .section01,.fooooter .section02{display:flex;justify-content:space-between;align-items:center}.fooooter .section02{padding:1.5rem 0}.fooooter .section02 .copyright p{font-size:.75rem;opacity:.5}.cookieConsent{max-width:60%;width:100%;background-color:var(--background-color);position:fixed;bottom:3%;left:50%;transform:translate(-50%);z-index:9999}.cookieConsent .cookie-flex{display:none;align-items:center;justify-content:space-between;padding:.9rem 1.5rem}.cookieConsent .cookie-flex .flex-inner{display:flex;align-items:center;gap:.2rem}.cookieConsent .cookie-flex p{color:var(--white);line-height:auto;font-size:.8rem}.cookieConsent .cookie-flex a{color:var(--secondary-color);margin-left:.2rem;font-size:.8rem}.cookieConsent .show{display:flex}.cookieConsent .fade-out{animation:fadeOut .2s ease-out}.cookieConsent .cookie-Btn{width:120px;height:36px;background-color:var(--primary-color);color:var(--white);border:.75px solid hsla(46,88%,76%,.5);cursor:pointer;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center}.cookieConsent .cookie-Btn:hover{background-color:var(--secondary-color);color:var(--primary-color)}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.loading{width:100%;padding:5rem;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:300;color:var(--primary-color)}.lang-english h1,.lang-english h2,.lang-english h4{font-family:var(--font-arapey),system-ui,sans-serif;font-weight:400}.lang-arabic{font-family:var(--font-arabic),system-ui,sans-serif}.lang-arabic h1{font-weight:400}.lang-arabic .contact-method,.lang-arabic .promo{direction:ltr}.lang-arabic .Cart .main .cart-table .cart_table .cart_grid .product{text-align:right}.lang-arabic .specifications .grid{gap:20px}.lang-arabic .specifications .grid .item1,.lang-arabic .specifications .grid .item2,.lang-arabic .specifications .grid .item3{text-align:right}.lang-arabic .specifications .grid .item1 h2,.lang-arabic .specifications .grid .item2 h2,.lang-arabic .specifications .grid .item3 h2{font-size:1.25rem}@media(max-width:767px){.header .navbar_desk{display:none}.header .navbar_mob{display:flex;align-items:center;justify-content:space-between;width:100%;height:80px;padding:1rem}.header .navbar_mob .logo{width:auto;height:32px}.header .navbar_mob .hamburger svg{stroke:var(--white);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.header .mob_menu{position:fixed;top:0;left:0;width:100vw;height:100vh;padding:1.6rem 1rem;background-color:var(--primary-color);color:var(--white);z-index:999999;display:flex;flex-direction:column;gap:2rem}.header .mob_menu .navbar_mob{padding:1rem 0}.header .mob_menu .navbar_mob .hamburger svg{width:32px;height:32px;stroke-width:1.25}.header .mob_menu .page_links{display:flex;flex-direction:column;gap:1rem}.header .mob_menu .page_links a{width:100%;display:flex;justify-content:space-between;padding:1rem .5rem;border-bottom:1px solid hsla(46,88%,76%,.314);font-size:1.25rem;font-weight:300}.header .mob_menu .page_links a svg{stroke:var(--white);stroke-width:1.25;stroke-linecap:round}.header .mob_menu .lang{width:100%;display:flex;justify-content:center}.header .mob_menu .lang .dropdown{width:60%;height:48px;padding:0 1rem;justify-content:space-between}.header .mob_menu .lang .dropdown p{color:var(--white);font-size:1rem;font-weight:300}.header .mob_menu .lang .dropdown .dropdown-menu{background:var(--secondary-color);gap:0}.header .mob_menu .lang .dropdown .dropdown-menu .dropdown-item{margin:.25rem auto;color:var(--text-color);font-size:1rem;font-weight:400;padding:.5rem 1rem}.header .mob_menu .policy{width:100%;margin:0 auto;padding:0;display:flex;align-items:center;justify-content:center;gap:.6rem;text-align:center}.header .mob_menu .policy a,.header .mob_menu .policy p{font-size:.8rem;font-weight:300;text-align:center}.cookieConsent{max-width:90%;bottom:2%}.cookieConsent .cookie-flex{flex-direction:column;gap:1rem}.cookieConsent .cookie-flex .flex-inner{flex-direction:column;gap:.5rem;text-align:center}.cookieConsent .cookie-flex .cookie-Btn{width:100%}}@media(min-width:320px)and (max-width:1024px){body{text-align:center}h1{font-size:2.5rem}h2{font-size:2rem}p{font-size:.75rem}button{width:120px;height:40px;font-size:.7rem}.fooooter a{font-size:.75rem}.fooooter .section01{flex-direction:column;gap:1.5rem}.fooooter .section01 li{padding:.7rem 1rem}.fooooter .section01 .footer-links ul{display:block}.fooooter .section01 .footer-social ul{gap:0}.fooooter .section02{flex-direction:column;gap:1.5rem}.fooooter .section02 .policy-links{padding:0}.fooooter .section02 .policy-links ul{display:block}.cookieConsent{max-width:90%;bottom:2%}.cookieConsent .cookie-flex{flex-direction:column;gap:1rem}.cookieConsent .cookie-flex .flex-inner{flex-direction:column;text-align:center;gap:.5rem}.cookieConsent .cookie-flex .cookie-Btn{width:100%}}