:root{--border-color:#e5e5e5;--border-color-subtle:rgba(206,204,204,.333);--w-image:500px;--calculate:calc(3/2);--Primary:#fe8787;--Primary-rgb:254,135,135;--text-primary:#fff;--hover-color:#fe8787;--Secondary:#ffe8e8;--on-secondary:#ffadad;--surface:#f7f8fc;--text-surface:#48647a;--descrption-surface:#9c9eb9;--error:#e23e2b;--text-error:#fff;--success:#2e7d32;--text-success:#fff;--screen:#fff;--text-screen:#2d3142;--text-muted:#666;--text-muted-light:#999;--color-black:black;--color-white:white;--color-grey:#e8e8e8;--bg-subtle:#f9f9f9;--bg-input:#f0f0f0;--bg-hover:#f5f5f5;--time:4s;--time-s:.3s;--vw:60vw;--border-radius:8px;--border-radius-lg:12px;--border-radius-xl:16px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--transition-fast:.15s ease;--transition-normal:.3s ease;--max-width:1400px;--container-padding:clamp(16px,5vw,40px);--gap-xs:8px;--gap-sm:12px;--gap-md:20px;--gap-lg:40px;--gap-xl:60px;--background:var(--screen);--foreground:var(--text-screen)}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}@media (max-width:1400px){:root{--max-width:1200px;--container-padding:clamp(20px,4vw,32px);--gap-lg:32px;--gap-xl:48px}}@media (max-width:1200px){:root{--max-width:1000px;--container-padding:clamp(16px,3vw,24px);--gap-lg:28px;--gap-xl:40px}}@media (max-width:992px){:root{--max-width:100%;--container-padding:20px;--gap-md:16px;--gap-lg:24px;--gap-xl:32px}}@media (max-width:768px){:root{--container-padding:16px;--gap-sm:10px;--gap-md:12px;--gap-lg:20px;--gap-xl:28px;--w-image:100%;--mobile-nav-height:60px}body{padding-bottom:var(--mobile-nav-height)}}@media (max-width:640px){:root{--container-padding:12px;--gap-xs:6px;--gap-sm:8px;--gap-md:10px;--gap-lg:16px;--gap-xl:24px}}@media (max-width:480px){:root{--container-padding:12px;--gap-xs:4px;--gap-sm:6px;--gap-md:8px;--gap-lg:12px;--gap-xl:20px}}
.header-module__yB2-wa__header{grid-template-columns:140px 1fr calc(var(--w-image)*var(--calculate));border-bottom:1px solid var(--border-color);z-index:999;grid-template-rows:70px;align-items:center;display:grid;position:relative}.header-module__yB2-wa__logo__link{justify-content:center;align-items:center;text-decoration:none;display:flex}.header-module__yB2-wa__logo__text{text-align:center;color:var(--text-screen);margin:0;font-size:32px}.header-module__yB2-wa__logo__img{object-fit:contain;width:auto;height:60px;display:block}.header-module__yB2-wa__header .header-module__yB2-wa__main__nav a{text-decoration:none;color:var(--text-screen)!important;font-weight:600!important}.header-module__yB2-wa__header .header-module__yB2-wa__main__nav ul{justify-content:flex-end;align-items:center;gap:30px;height:100%;margin:0;padding:0;list-style:none;display:flex}.header-module__yB2-wa__main__nav .header-module__yB2-wa__nav__item{list-style:none}.header-module__yB2-wa__cart__link{position:relative}.header-module__yB2-wa__cart__badge{background:var(--Primary);color:var(--text-primary);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-10px;right:-15px}html:lang(ar) .header-module__yB2-wa__cart__badge{left:-12px;right:auto}html:lang(en) .header-module__yB2-wa__header .header-module__yB2-wa__main__nav ul{padding-right:30px}html:lang(ar) .header-module__yB2-wa__header .header-module__yB2-wa__main__nav ul{padding-left:30px}html:lang(en) .header-module__yB2-wa__header .header-module__yB2-wa__main__nav{border-left:1px solid var(--border-color)}html:lang(ar) .header-module__yB2-wa__header .header-module__yB2-wa__main__nav{border-right:1px solid var(--border-color)}.header-module__yB2-wa__main__nav p{cursor:pointer;margin-bottom:0;font-weight:600!important}.header-module__yB2-wa__search{align-items:center;margin:0 15px;display:flex}.header-module__yB2-wa__search__input{font-family:inherit;font-size:inherit;background-color:var(--surface);color:var(--text-muted);border:none;border-radius:30px;width:65%;padding:.7rem 1rem;transition:all .5s ease-in-out}html:lang(en) .header-module__yB2-wa__search__input{margin-right:-2rem}html:lang(ar) .header-module__yB2-wa__search__input{margin-left:-2rem}.header-module__yB2-wa__search__input:hover,.header-module__yB2-wa__search__input:focus{box-shadow:var(--shadow-sm)}.header-module__yB2-wa__search__input:focus{background-color:var(--bg-input);outline:none}.header-module__yB2-wa__search__input::-webkit-input-placeholder{color:var(--text-screen);font-weight:100}.header-module__yB2-wa__search__input:focus+.header-module__yB2-wa__search__button{background-color:var(--bg-input)}.header-module__yB2-wa__search__button{cursor:pointer;background-color:transparent;border:none;align-items:center;margin-top:.1em;display:flex}.header-module__yB2-wa__search__icon{width:1.3em;height:1.3em}.header-module__yB2-wa__mobile__actions,.header-module__yB2-wa__mobile__search__bar{display:none}@media (max-width:768px){.header-module__yB2-wa__header{grid-template-columns:unset;grid-template-rows:unset;flex-wrap:wrap;justify-content:space-between;align-items:center;min-height:56px;padding:0 16px;display:flex}.header-module__yB2-wa__logo__text{font-size:24px}.header-module__yB2-wa__main__nav,.header-module__yB2-wa__search{display:none!important}.header-module__yB2-wa__mobile__actions{align-items:center;gap:8px;display:flex}.header-module__yB2-wa__mobile__search__btn{cursor:pointer;color:var(--text-screen);transition:background var(--transition-fast);background:0 0;border:none;border-radius:50%;align-items:center;padding:6px;display:flex}.header-module__yB2-wa__mobile__search__btn:hover{background:var(--surface)}.header-module__yB2-wa__mobile__search__btn .header-module__yB2-wa__search__icon{width:1.3em;height:1.3em;fill:var(--text-muted)}.header-module__yB2-wa__mobile__search__bar{border-top:1px solid var(--border-color);width:100%;padding:8px 0 10px;display:block}.header-module__yB2-wa__mobile__search__input{background-color:var(--surface);width:100%;color:var(--text-screen);border:none;border-radius:30px;outline:none;padding:.6rem 1rem;font-family:inherit;font-size:14px}.header-module__yB2-wa__mobile__search__input::placeholder{color:var(--text-muted-light);font-weight:400}}@media (max-width:480px){.header-module__yB2-wa__header{min-height:52px;padding:0 12px}.header-module__yB2-wa__logo__text{font-size:20px}.header-module__yB2-wa__logo__img{height:36px}}
.langSwitch-module__HCbmbW__nav__item{list-style:none}
.mobileNav-module__xrNViq__mobileNav{display:none}@media (max-width:768px){.mobileNav-module__xrNViq__mobileNav{z-index:1000;background:var(--screen);border-top:1px solid var(--border-color);box-shadow:var(--shadow-md);padding-bottom:env(safe-area-inset-bottom,0px);display:flex;position:fixed;bottom:0;left:0;right:0}.mobileNav-module__xrNViq__navItem{min-height:60px;color:var(--text-muted-light);-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:10px 4px 8px;text-decoration:none;transition:color .2s;display:flex;position:relative}.mobileNav-module__xrNViq__navItem.mobileNav-module__xrNViq__active{color:var(--Primary)}.mobileNav-module__xrNViq__navItem.mobileNav-module__xrNViq__active:before{content:"";background:var(--Primary);border-radius:0 0 4px 4px;width:28px;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.mobileNav-module__xrNViq__icon{justify-content:center;align-items:center;transition:transform .2s;display:flex}.mobileNav-module__xrNViq__navItem.mobileNav-module__xrNViq__active .mobileNav-module__xrNViq__icon{transform:translateY(-2px)}.mobileNav-module__xrNViq__label{white-space:nowrap;font-size:10px;font-weight:500;line-height:1}.mobileNav-module__xrNViq__navItem.mobileNav-module__xrNViq__active .mobileNav-module__xrNViq__label{font-weight:700}.mobileNav-module__xrNViq__cartIconWrapper{justify-content:center;align-items:center;display:inline-flex;position:relative}.mobileNav-module__xrNViq__cart__badge{background:var(--Primary);color:var(--text-primary);border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:9px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-6px;right:-8px}}
.footer-module__yLXdlq__footer{border-top:1px solid var(--border-color);background:var(--screen);padding:24px var(--container-padding)12px;margin-bottom:env(safe-area-inset-bottom,0px)}@media (max-width:768px){.footer-module__yLXdlq__footer{margin-bottom:70px}}.footer-module__yLXdlq__inner{max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:0 auto;display:flex}.footer-module__yLXdlq__logo{transition:opacity var(--transition-fast);align-items:center;text-decoration:none;display:inline-flex}.footer-module__yLXdlq__logo:hover{opacity:.8}.footer-module__yLXdlq__logoImg{object-fit:contain;vertical-align:middle;filter:invert()brightness(.2);width:auto;max-width:180px;height:40px;display:block}.footer-module__yLXdlq__socials{align-items:center;gap:12px;display:flex}.footer-module__yLXdlq__socialLink{border:1px solid var(--border-color);width:38px;height:38px;color:var(--text-muted);transition:color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.footer-module__yLXdlq__socialLink:hover{color:var(--hover-color);border-color:var(--hover-color);transform:translateY(-2px)}.footer-module__yLXdlq__policies{color:var(--text-muted);border-bottom:1px dashed var(--border-color);transition:color var(--transition-fast);font-size:13px;text-decoration:none}.footer-module__yLXdlq__policies:hover{color:var(--Primary);border-color:var(--Primary)}.footer-module__yLXdlq__bottom{border-top:1px solid var(--border-color);text-align:center;color:var(--text-muted-light);max-width:var(--max-width);margin-top:16px;margin-left:auto;margin-right:auto;padding-top:12px;font-size:12px}
@font-face{font-family:Outfit;font-style:normal;font-weight:200;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:200;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_26ee276f-module__fKokwa__className{font-family:Outfit,Outfit Fallback;font-style:normal}
@font-face{font-family:Tajawal;font-style:normal;font-weight:200;font-display:swap;src:url(../media/d078e09ad8bf17e2-s.p.90740eef.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Tajawal;font-style:normal;font-weight:200;font-display:swap;src:url(../media/18165c2c9bd6a371-s.p.70a6c15c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Tajawal;font-style:normal;font-weight:300;font-display:swap;src:url(../media/7ca057cce9853046-s.p.6a702554.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Tajawal;font-style:normal;font-weight:300;font-display:swap;src:url(../media/3c37948f7e3aafda-s.p.8458e040.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Tajawal;font-style:normal;font-weight:400;font-display:swap;src:url(../media/4b676bcffc00356a-s.p.c22aaca1.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Tajawal;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1d2cc0c079997359-s.p.3e57c327.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Tajawal;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d54db18e8cd5f74f-s.p.0e8eb956.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Tajawal;font-style:normal;font-weight:500;font-display:swap;src:url(../media/f0e0669539caf32a-s.p.e7ea314c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Tajawal;font-style:normal;font-weight:700;font-display:swap;src:url(../media/48e6fa8a5baca31f-s.p.33d01b36.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Tajawal;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e7b64a7fde1a3d32-s.p.c2772084.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Tajawal Fallback;src:local(Arial);ascent-override:67.93%;descent-override:37.71%;line-gap-override:21.13%;size-adjust:94.66%}.tajawal_7ac7f180-module__WNxHBW__className{font-family:Tajawal,Tajawal Fallback;font-style:normal}
