@media (min-width:1025px){.hidden-desktop{display:none}}@media (max-width:1024px) and (min-width:768px){.hidden-tablet{display:none}}@media (max-width:767px){.hidden-mobile{display:none}}br.mobile-only{content:"";display:inline;vertical-align:top;zoom:1;overflow:hidden;width:.3em;float:right}@media (max-width:767px){br.mobile-only{display:inline;display:initial;content:normal;height:auto;width:100%;float:none}}br.mobile-only:before{content:"";display:inline-block;width:.3em}@media (max-width:767px){br.mobile-only:before{content:none}}.mobile-only{display:none}@media (max-width:767px){.mobile-only{display:inline-block}}@-webkit-keyframes placeholderAnimation{0%{background-position:-1200px 0}to{background-position:1200px 0}}@keyframes placeholderAnimation{0%{background-position:-1200px 0}to{background-position:1200px 0}}@-webkit-keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes appear{0%{opacity:0}to{opacity:1}}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}:root{--input-type-number-width:80px;--placeholder-gradient-color:#d9d9d9;--placeholder-image:linear-gradient(90deg,#ebebeb 0,var(--placeholder-gradient-color) 15%,#ebebeb 30%);--placeholder-size:1200px 100%;--placeholder-animation:placeholderAnimation 2s linear infinite;--primary-divider-color:#f0f0f0;--secondary-error-color:#fff;--primary-error-color:#dc6d6d;--secondary-success-color:#fff;--primary-success-color:#7fcd91;--secondary-info-color:#79632e;--primary-info-color:#ffd166;--primary-base-color:var(--imported_primary_base_color,#f26323);--primary-dark-color:var(--imported_primary_dark_color,#d1490c);--primary-light-color:var(--imported_primary_light_color,#f69e77);--secondary-base-color:var(--imported_secondary_base_color,#eee);--secondary-dark-color:var(--imported_secondary_dark_color,#929292);--secondary-light-color:var(--imported_secondary_light_color,#f8f8f8)}*{position:relative;box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;outline:0;text-shadow:1px 1px 1px rgba(0,0,0,.004);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,label,menu,nav,section,summary{display:block}main{min-height:calc(100vh - var(--header-height) - var(--footer-height) - var(--breadcrumbs-height));max-width:100vw}@media (max-width:767px){main{min-height:0;margin-top:var(--header-total-height);margin-bottom:var(--navigation-tabs-height)}}@media (max-width:1024px) and (min-width:768px){main{min-height:calc(100vh - var(--header-height) - var(--navigation-tabs-height) - var(--footer-height));margin-top:var(--header-height);margin-bottom:var(--navigation-tabs-height)}}table{border-collapse:collapse;border-spacing:0;table-layout:fixed;margin-bottom:1.2rem}img{width:100%}html{font-size:12px}@media (max-width:767px){html{font-size:14px}}body{font-family:"Muli",sans-serif;scroll-behavior:smooth;background-color:#fff}a,body{color:#0a0a0a}a{text-decoration:inherit}a:hover{cursor:pointer}h1{font-size:2.5rem;font-weight:700}@media (max-width:767px){h1{font-size:2rem}}h1+h2,h1+h3,h1+h4{margin-top:.6rem}h2{text-transform:uppercase;font-size:2rem;margin-bottom:1.5rem;margin-top:1.8rem}h2+h3,h2+h4{top:-.9rem;margin-top:.6rem;margin-bottom:.6rem}h3{font-size:1.5rem;margin-top:1.8rem;margin-bottom:1.5rem}h3+h4{top:-.9rem;margin-top:.6rem;margin-bottom:.6rem}button,dl,h4,li,p{font-size:14px}li{list-style-type:none;list-style-position:inside;margin-bottom:6px}ol li{counter-increment:list}li:last-child{margin-bottom:20px}p{margin-bottom:1.2rem;line-height:1.8}p:last-of-type{margin-bottom:0}input,select{min-height:2rem;min-width:4rem;font-size:1.1rem}@media (max-width:767px){input,select{font-size:16px}}select{border-radius:0;-webkit-appearance:none;appearance:none}button{cursor:pointer}@media (max-width:767px){button{-webkit-user-select:none;-ms-user-select:none;user-select:none}}textarea{resize:none}@media (max-width:767px){textarea{font-size:16px}}mark{margin-right:5px}iframe{max-width:100%}@media (max-width:767px){a,button,details,input,select,textarea{touch-action:manipulation}}input{border-radius:0}:root{--button-padding:13px 22px;--button-color:#fff;--button-background:var(--primary-base-color);--button-border:var(--primary-base-color);--button-hover-background:var(--primary-dark-color);--button-hover-color:#fff;--button-hover-border:var(--primary-base-color);--button-border-width:1px}.Button{display:inline-block;border-radius:0;font-weight:700;font-size:1.1rem;line-height:normal;text-transform:uppercase;padding:13px 22px;padding:var(--button-padding);color:#fff;color:var(--button-color);background-color:#ff5637;background-color:var(--button-background);transition-property:background-color,color,border;will-change:background-color,color,border;transition-timing-function:ease-out;transition-duration:.25s;cursor:pointer;border-width:1px;border-color:#ff5637;border:var(--button-border-width) solid var(--button-border)}.Button,.Button:focus,.Button:hover{text-decoration:none}@media (min-width:768px){.Button:not([disabled]):focus,.Button:not([disabled]):hover{border-color:#ff5637;border-color:var(--button-hover-border);background-color:#d12228;background-color:var(--button-hover-background);color:#fff;color:var(--button-hover-color)}}.Button[disabled]{opacity:.25;cursor:not-allowed}.Button_isHollow{border-color:#ff5637;border-color:var(--button-background);color:#ff5637;color:var(--button-background);background:transparent}.Button_likeLink{--button-border:transparent;--button-background:transparent;--button-color:var(--primary-base-color);--button-hover-border:transparent;--button-hover-background:transparent;--button-hover-color:var(--primary-base-color);text-transform:none;margin:0;padding:0;font-weight:400;text-align:left}.Button_likeLink:focus,.Button_likeLink:hover{text-decoration:underline}button{background-color:transparent}li{padding-left:3.25rem}li:before{position:absolute;left:1em;top:.07em;content:"\2022";padding-right:1.1225em}ol li:before{content:counter(list) "."}:root{--link-color:var(--primary-base-color);--link-hover:var(--primary-dark-color)}a{color:#ff5637;color:var(--link-color)}a:focus,a:hover{text-decoration:underline}a+a{margin-left:1rem}:root{--table-secondary-color:var(--secondary-light-color)}table thead tr,table tr:nth-child(2n){background-color:#f8f8f8;background-color:var(--table-secondary-color)}table thead tr{border-bottom:1px solid #929292;border-bottom:1px solid var(--secondary-dark-color)}table td,table th{font-size:1rem;padding:10px;text-align:left;min-width:10rem}.Table-Wrapper{max-width:100%;overflow-x:scroll}:root{--input-border-color:#e0e0e0;--input-background-color:#fff;--input-padding:13px 20px;--input-color:var(--primary-base-color)}input,select,textarea{border:1px solid #e0e0e0;border:1px solid var(--input-border-color);background-color:#fff;background-color:var(--input-background-color);padding:13px 15px;padding:var(--input-padding);-webkit-appearance:none;appearance:none;caret-color:#ff5637;caret-color:var(--primary-base-color)}input:focus,select:focus,textarea:focus{border:1px solid #ff5637;border:1px solid var(--input-color)}input:not(:first-of-type),select:not(:first-of-type),textarea:not(:first-of-type){margin-top:1rem}textarea{width:25rem}[type=number]{width:80px;width:var(--input-type-number-width);font-weight:700;padding-right:0;-moz-appearance:textfield}[type=number]:focus{border:1px solid #e0e0e0;border:1px solid var(--input-border-color)}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}[type=number]~button{position:absolute;left:calc(80px - 1.5rem);left:calc(var(--input-type-number-width) - 1.5rem);padding:0;margin:0;height:50%;width:1.5rem;font-size:1.5rem;line-height:0}[type=number]~button:disabled{opacity:.2;cursor:not-allowed}[type=number]~button:last-child{bottom:0}fieldset{border:0}legend{font-size:1.3rem;padding-bottom:.5rem;display:block;width:100%}blockquote{line-height:1.6;margin-bottom:1rem;padding:.5rem 1.25rem 0 1.2rem;border-left:1px solid #929292;border-left:1px solid var(--secondary-dark-color);color:#929292;color:var(--secondary-dark-color);font-size:1rem}:root{--homepage-slider-color:#fff}.homepage-slider{--button-background:var(--homepage-button-background);--button-color:var(--homepage-button-color);--button-border:transparent;--button-hover-background:var(--homepage-button-color);--button-hover-color:var(--homepage-button-background);--button-hover-border:transparent;--button-padding:13px 40px;--button-border-width:0}.homepage-slider h1{font-size:62px;text-transform:uppercase;color:#fff;color:var(--homepage-slider-color);margin-bottom:2.5rem}@media (max-width:767px){.homepage-slider h1{font-size:30px;margin-bottom:1rem}}.homepage-slider .Slider-Crumbs{bottom:2rem}.homepage-slider .SliderWidget-Figcaption{text-align:center}@media (min-width:1025px){.homepage-slider .SliderWidget-Figcaption{padding-top:5rem}}:root{--homepage-button-background:#fff;--homepage-button-color:#000}@media (min-width:1025px){.HomepageCategories{grid-gap:1rem;display:grid;grid-template-columns:repeat(3,1fr);margin-top:3px}}.HomepageCategories-Figure{margin-top:1rem}@media (min-width:768px){.HomepageCategories-Figure{margin-top:5px;height:400px}}.HomepageCategories-Figure .Image{height:100%;display:block;padding-bottom:0}@media (max-width:767px){.HomepageCategories-Figure .Image{height:0;padding-bottom:56.5%}}.HomepageCategories-Figure .Image-Image{object-fit:cover}.HomepageCategories-Figcaption{--button-background:var(--homepage-button-background);--button-color:var(--homepage-button-color);--button-border:transparent;--button-hover-background:var(--homepage-button-color);--button-hover-color:var(--homepage-button-background);--button-hover-border:transparent;--button-padding:13px 40px;--button-border-width:0}@media (max-width:767px){.HomepageCategories-Figcaption{--button-padding:5px 0}}@media (min-width:768px){.HomepageCategories-Figcaption{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);text-align:center}}.HomepageCategories-Figcaption_isPlaceholder{padding-bottom:31px}.HomepageCategories-Button.Button{font-weight:300}@media (max-width:767px){.HomepageCategories-Button.Button{text-align:left;width:100%}}.HomepageCategories a{display:block}.HomepageCategories a+a{margin-left:0}:root{--homepage-jeans-background:#f8f8f8}.homage-jeans-preview{padding:2rem 4rem;background:#f8f8f8;background:var(--homepage-jeans-background);margin:2rem 0 1rem}@media (max-width:767px){.homage-jeans-preview{padding:2rem 1rem}}.homage-jeans-preview h2{margin:0}@media (min-width:1025px){.Menu-Promotion{display:flex;padding:0 1rem 40px}}.Menu-PageLink{margin:1.5rem 0;text-align:center}@media (min-width:1025px){.Menu-PageLink{font-size:13px;margin:0 3rem 0 0}}.Menu-Social{display:flex;justify-content:center;margin-top:2.5rem}@media (min-width:1025px){.Menu-Social{align-items:center;margin-left:6rem;margin-top:0}}.Menu-Social h3{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.Menu-Social ul{display:grid;grid-auto-flow:column;justify-items:center;width:14rem}@media (min-width:1025px){.Menu-Social ul{grid-column-gap:12px;width:auto}}.Menu-Social li{width:1.9rem}@media (min-width:1025px){.Menu-Social li{margin-bottom:0;width:16px}}.contacts-wrapper dd,.contacts-wrapper dt{display:inline-block;font-size:1rem}.contacts-wrapper dt{margin-right:1rem}.contacts-wrapper dd{margin-right:2rem}.button,button{font-weight:700;font-weight:var(--fw-bold);height:50px;padding:0 15px;text-transform:uppercase;transition-property:background-color,color,border;transition-timing-function:ease-out;transition-duration:.25s}.button.primary,button.primary{background:#0a0a0a;border:2px solid #0a0a0a;color:#fff}.button.primary:hover,button.primary:hover{background:transparent;color:#0a0a0a}.button.secondary,button.secondary{border:2px solid #0a0a0a;color:#0a0a0a}.button.secondary:hover,button.secondary:hover{background:#0a0a0a;color:#fff}.button.red,button.red{background-color:#d12228;border:2px solid #fff;color:#fff}.button.red:focus,.button.red:hover,button.red:focus,button.red:hover{background:#fff;border:2px solid #d12228;color:#d12228}.button.bright-red,button.bright-red{border:2px solid #ff5637;background-color:#ff5637;color:#fff}.button.bright-red:focus,.button.bright-red:hover,button.bright-red:focus,button.bright-red:hover{background:#fff;color:#ff5637}.button.transparent,button.transparent{border:none;color:#ad9d9a;text-transform:capitalize}.button.xs,button.xs{min-width:100px}.button.small,button.small{min-width:150px}.button.medium,button.medium{min-width:200px}.button.big,button.big{min-width:300px}.button.full,button.full{min-width:100%}.button.wide,button.wide{height:70px}.button.image,button.image{background-repeat:no-repeat;background-size:25px}.button.image-left,button.image-left{background-position:15% 45%}.button.image-right,button.image-right{background-position:85% 45%}.button.image-no-label,button.image-no-label{background-position:50% 45%;min-width:60px}.button.rounded,button.rounded{border-radius:7px}.button.thin,button.thin{border-width:1px;font-weight:400;font-weight:var(--fw-regular)}@font-face{font-family:"Avenir Next";font-style:normal;font-weight:100;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-UltraLight.922fc747.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-UltraLight.ddf93cd1.ttf) format("ttf")}@font-face{font-family:"Avenir Next";font-style:italic;font-weight:100;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-UltraLightIt.08493e16.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-UltraLightIt.81e7bef8.ttf) format("ttf")}@font-face{font-family:"Avenir Next";font-style:normal;font-weight:200;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Thin.f7a40837.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Thin.bf02fb56.ttf) format("ttf")}@font-face{font-family:"Avenir Next";font-style:italic;font-weight:200;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-ThinItalic.690ac3ec.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-ThinItalic.0737cd3b.ttf) format("ttf")}@font-face{font-family:"Avenir Next";font-style:normal;font-weight:300;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Light.b947f94a.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Light.e7dad560.ttf) format("ttf")}@font-face{font-family:"Avenir Next";font-style:italic;font-weight:300;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-LightItalic.e7ab181b.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-LightItalic.c5674908.ttf) format("ttf")}@font-face{font-family:"Avenir Next";font-style:normal;font-weight:400;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Regular.5b2fda89.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Regular.cb568b7a.ttf) format("ttf")}@font-face{font-family:"Avenir Next";font-style:italic;font-weight:400;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Italic.53cf3a89.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Italic.117d31c7.ttf) format("ttf")}@font-face{font-family:"Avenir Next";font-style:normal;font-weight:500;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Medium.df5d1661.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Medium.4b1f0b7a.ttf) format("ttf")}@font-face{font-family:"Avenir Next";font-style:italic;font-weight:500;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-MediumItalic.8f9526d5.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-MediumItalic.be2d9ae8.ttf) format("ttf")}@font-face{font-family:"Avenir Next";font-style:normal;font-weight:600;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Demi.29370143.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Demi.2708c5a2.ttf) format("ttf")}@font-face{font-family:"Avenir Next";font-style:italic;font-weight:600;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-DemiItalic.8cbbe768.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-DemiItalic.a8072483.ttf) format("ttf")}@font-face{font-family:"Avenir Next";font-style:normal;font-weight:700;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Bold.0c95fb40.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Bold.be03fec6.ttf) format("ttf")}@font-face{font-family:"Avenir Next";font-style:italic;font-weight:700;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-BoldItalic.47cf59d3.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-BoldItalic.5d4fb98b.ttf) format("ttf")}@font-face{font-family:"Avenir Next";font-style:normal;font-weight:800;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Heavy.bbbaeaec.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-Heavy.a89f9832.ttf) format("ttf")}@font-face{font-family:"Avenir Next";font-style:italic;font-weight:800;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-HeavyItalic.b061323f.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/AvenirNextCyr-HeavyItalic.812c464e.ttf) format("ttf")}@font-face{font-family:"Cairo";font-style:normal;font-weight:600;font-display:swap;src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/Cairo-SemiBold.70eb3e74.woff2),url(https://d2ixpk79061bpu.cloudfront.net/static/media/Cairo-SemiBold.df4b7a4f.ttf) format("ttf")}@font-face{font-family:"currency-symbol";src:url(https://d2ixpk79061bpu.cloudfront.net/static/media/Currency-Symbol.3b2a12d5.otf) format("opentype");font-weight:300;font-style:normal;unicode-range:U+e000,U+e001}h1{font-size:22px;letter-spacing:0;font-weight:600;font-weight:var(--fw-demi);margin:.8rem 0}h2{font-size:15px;letter-spacing:.25px;font-weight:700;font-weight:var(--fw-bold)}h3{font-size:17px;font-weight:600;font-weight:var(--fw-demi);letter-spacing:-.61px}:root{--primary-base-color:var(--imported_primary_base_color,#ff5637);--primary-dark-color:var(--imported_primary_dark_color,#d12228);--primary-light-color:var(--imported_primary_light_color,#ad9d9a);--color-turquoise:#28d9aa;--color-cardinal:#d12228;--color-tundora:#4a4a4a;--color-silver:#cdcdcd;--color-pure-black:#000;--avenir-next-font:"Avenir Next",sans-serif;--cairo-next-font:"Cairo",sans-serif;--currency-symbol-font:currency-symbol;--fw-ultra-light:100;--fw-thin:200;--fw-light:300;--fw-regular:400;--fw-medium:500;--fw-demi:600;--fw-bold:700;--fw-heavy:800;--fs-normal:normal;--fs-italic:italic}body{font-family:"Avenir Next",sans-serif;font-family:var(--avenir-next-font)}:root{--input-padding:13px 15px}input,select,textarea{background-repeat:no-repeat;background-size:20px;background-position:95% 45%;text-transform:uppercase}input.image-left,select.image-left,textarea.image-left{background-position:10px 45%;padding-left:35px}input.image-right,select.image-right,textarea.image-right{background-position:95% 45%}.Field input[type=radio]:focus+label{border-color:#e0e0e0}.Field input[type=radio]+label:hover{border-color:#e0e0e0!important}:root{--main-container-width-dsk:79.389vw;--container-max-width:1100px;--main-container-margin-bottom-dsk:60px}.Currency-Symbol{font-family:currency-symbol;font-family:var(--currency-symbol-font)}.Breadcrumb{padding:0 12px 0 0!important;font-size:12px}.Breadcrumb div{display:inline-block}.Breadcrumb_isArabic.Breadcrumb:not(:last-child):after{-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-right:16px;margin-left:0}.Breadcrumb:last-child{color:var(--breadcrumbs-color)}:root{--content-wrapper-width:1100px!important}.ContentWrapper{max-width:1100px;max-width:var(--content-wrapper-width);padding:0!important;margin:0 auto}@media (max-width:1024px) and (min-width:768px){.ContentWrapper{margin:0 30px!important}}@media (max-width:767px){.ContentWrapper{margin:0 10px!important}}:root{--breadcrumbs-height-main:50px;--breadcrumbs-background-main:#fff;--breadcrumbs-active-color-main:#9b9b9b;--breadcrumbs-color-main:#000;--breadcrumb-padding-main:154px 0 0}.removeExtraSpaceForInfluencer{padding:120px 0 0}.backToNormal{padding:154px 0 0;padding:var(--breadcrumb-padding-main)}.Breadcrumbs{--breadcrumbs-background:var(--breadcrumbs-background-main);--breadcrumbs-height:var(--breadcrumbs-height-main);--breadcrumbs-active-color:var(--breadcrumbs-active-color-main);--breadcrumbs-color:var(--breadcrumbs-color-main);box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 var(--shadow-color);background-color:var(--breadcrumbs-background);z-index:4;width:100%;margin:0 auto}.Breadcrumbs .Breadcrumb_isArabic:first-child{padding-right:0}.Breadcrumbs .ContentWrapper{width:var(--main-container-width-dsk);max-width:var(--container-max-width);margin-inline:auto;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.Breadcrumbs-List{padding:15px 0!important;min-height:50px!important;height:auto!important}:root{--image-default-background:var(--secondary-base-color);--image-content-color:#0a0a0a}.Image{overflow:hidden;background:var(--secondary-base-color);background:var(--image-default-background)}.Image_ratio_16x9{padding-bottom:56.25%}.Image_ratio_4x3{padding-bottom:75%}.Image_ratio_square{padding-bottom:100%}.Image .LazyLoad-wrapper{height:100%;width:100%}.Image_imageStatus_0,.Image_isPlaceholder{background-image:var(--placeholder-image);background-size:var(--placeholder-size);-webkit-animation:var(--placeholder-animation);animation:var(--placeholder-animation)}.Image_hasSrc,.Image_imageStatus_1{background:none}.Image-Content{position:absolute;height:-webkit-max-content;height:max-content;width:100%;text-align:center;margin:auto;bottom:0;top:0;left:0;color:#0a0a0a;color:var(--image-content-color);font-size:14px}.Image-Content_isOffline{width:100%;height:100%;background:var(--secondary-base-color);background:var(--image-default-background)}.Image-Image{object-position:50% 50%;object-fit:contain}.Image-Image,.Image-Image:after{top:0;left:0;width:100%;height:100%}.Image-Image:after{content:"";position:absolute;background:var(--secondary-base-color);background:var(--image-default-background)}.Image_button_style_black{filter:invert(100%) brightness(20);-webkit-filter:invert(100%) brightness(20)}.Image_button_style_white{filter:invert(100%);-webkit-filter:invert(100%)}.Image_isArabic{margin-left:0!important;margin-right:5px!important}:root{--footer-bottom-text-color:$white}.FooterBottom{background:#000;padding:20.5px 0}@media (max-width:1024px){.FooterBottom{display:none}}.FooterBottom-Layout{display:flex;justify-content:space-between;margin:auto;padding:0;max-width:var(--container-max-width);width:var(--main-container-width-dsk)}.FooterBottom_FooterBottomHidden{display:none}.FooterBottom-Copyright{line-height:37px;color:$white;color:var(--footer-bottom-text-color);font-size:13px;font-weight:var(--fw-medium);letter-spacing:0;width:auto}.FooterBottom-Hyperlinks,.FooterBottom a{margin:0 5px;text-decoration:none;line-height:37px;text-transform:uppercase;text-align:center;font-size:11px;color:#9b9b9b;color:var(--footer-bottom-hyperlink-color);font-weight:var(--fw-demi);letter-spacing:.5px}.FooterBottom-Hyperlinks:last-child,.FooterBottom a:last-child{text-transform:none}.FooterBottom-PaymentIcons{width:377px;height:37px;display:flex;align-items:center}.FooterBottom-PaymentIcons-ClubApparel{width:48px!important;height:31px!important;margin-right:28px}.FooterBottom-PaymentIcons-CashOnDelivery{width:52px!important;height:22px!important;margin-right:20px}.FooterBottom-PaymentIcons-Mastercard{width:31px!important;height:19px!important;margin-right:20px}.FooterBottom-PaymentIcons-Visa{width:48px!important;height:16px!important;margin-right:20px}.FooterBottom-PaymentIcons-tamara{margin-left:20px}.FooterBottom-PaymentIcons-tabby{width:65px;margin-left:20px}.PageWrapper_isArabic .FooterBottom{padding:20px 50px}.FooterCustomerSupport h4{padding-bottom:17px}.FooterCustomerSupport p{font-size:14px;margin-bottom:0;line-height:0;font-weight:var(--fw-regular)}.FooterCustomerSupport a{display:block;color:var(--link-color)}@media (max-width:1024px){.FooterCustomerSupport a{color:#fff}}.FooterCustomerSupport div .FooterCustomerSupport-FirstParagraph p{font-size:16px}.FooterCustomerSupport div .FooterCustomerSupport-FirstParagraph .FooterCustomerSupport-OpenHours{padding-top:0;font-weight:600;padding-bottom:19px;font-size:14px}.FooterCustomerSupport-DisplayPhone{display:flex;margin-bottom:15px}.FooterCustomerSupport-Phone{font-weight:var(--fw-medium);font-size:15px}.FooterCustomerSupport-PhoneIcon{background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/call.d30c113b.svg) no-repeat;width:24px;height:24px}.FooterCustomerSupport-DisplayEmail{display:flex}.FooterCustomerSupport-Email{margin:0;vertical-align:top;font-size:15px;font-weight:var(--fw-medium);letter-spacing:0;-webkit-text-decoration:revert;text-decoration:revert}.FooterCustomerSupport-EmailIcon{background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/mail.10713ea6.svg) no-repeat;width:24px;height:24px}.FooterCustomerSupport p{display:flex}.FooterCustomerSupport span{width:15px}.subscriptionContainer{margin-right:80px;width:100%}.subscriptionContainer .subscriptionText{height:19px;font-size:14px;font-family:"Avenir Next";letter-spacing:-.35px;font-weight:500}.subscriptionContainer .formContainer{display:flex;padding-top:13px}.subscriptionContainer .formContainer .emailContainer{display:flex;flex-direction:column}.subscriptionContainer .formContainer .emailContainer .emailInput{width:291px;height:48px;margin-right:8px;border-radius:6px;text-transform:none}.subscriptionContainer .formContainer .emailContainer .emailInput:focus{border:1px solid #000}.subscriptionContainer .formContainer .emailContainer .arabicStyleInput{margin-right:0;margin-left:8px}.subscriptionContainer .formContainer .emailContainer .errorMsg{padding-top:10px;display:flex;grid-gap:3px;gap:3px;color:red;font-size:13px}.subscriptionContainer .formContainer .emailContainer .errorMsg .infoIcon{width:14px;height:14px}.subscriptionContainer .formContainer .submitBtn{background-color:#000;color:#fff;text-transform:uppercase;height:48px;font-size:12px;width:104px;border-radius:6px}.subscriptionContainer .formContainer .submitBtn .submit-animation{width:65px;height:34px;margin:auto}.subscriptionContainer .formContainer .disabledBtn{background-color:grey}.arabicStyleContainer{margin-right:0;margin-left:80px}:root{--loader-scale:1;--s-loader-wrapper-bg-color:#15162b;--s-loader-width:50px;--s-loader-height:var(--s-loader-width);--s-loader-border-color-trans:#ddd;--s-loader-border-color-full:#000}.Loader{position:fixed;top:0;left:0;right:0;bottom:0;z-index:75;margin:auto}.Loader-Scale{position:absolute;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);-webkit-transform:translate(-50%,-50%) scale(var(--loader-scale));transform:translate(-50%,-50%) scale(var(--loader-scale));left:50%;top:calc(50vh - 3px);top:calc(50vh - 3px*var(--loader-scale))}.Loader-SpinningLoader{width:50px;width:var(--s-loader-width);height:50px;height:var(--s-loader-height);border:1px solid #ddd;border-left-color:#000;border:1px solid var(--s-loader-border-color-trans);border-left-color:var(--s-loader-border-color-full);border-radius:50%;background:transparent;-webkit-animation-name:rotate-s-loader;animation-name:rotate-s-loader;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-timing-function:linear;animation-timing-function:linear;position:relative}@-webkit-keyframes rotate-s-loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate-s-loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}:root{--foter-hyperlink-color:#000;--social-icon-background-color:#fff}.FooterMain{padding-top:60px;padding-bottom:27px;background:#f6f6f6;background:var(--footer-background-color)}@media (max-width:1024px){.FooterMain{display:none}}.FooterMain-Layout{max-width:var(--container-max-width);width:var(--main-container-width-dsk);margin:auto;display:flex;justify-content:space-between;flex-wrap:wrap}.FooterMain-Layout p{letter-spacing:0;margin-bottom:20px}.FooterMain-SocialColumn{flex:0 0 100%;display:flex;justify-content:center;margin-bottom:60px}.FooterMain-SocialColumn .FooterMain-SocialLinks{display:flex;width:100%;align-items:center}.FooterMain-SocialColumn .FooterMain-SocialTitle{flex:0 0 33%}.FooterMain-SocialColumn .FooterMain-SocialTitle h4{font-size:35px;line-height:1;font-weight:400;letter-spacing:-1px;margin-bottom:0}.FooterMain-SocialColumn .FooterMain-SocialTitle h4 span{font-weight:600;text-transform:capitalize}.FooterMain-SocialColumn .FooterMain-SocialIcon .Image{padding:18px}.FooterMain-SocialColumn .FooterMain-SocialIcon.youtube .Image{padding:3px}.FooterMain h4{margin-bottom:6px;font-size:16px;font-weight:var(--fw-demi);letter-spacing:0;line-height:22px}.FooterMain-LastColumn{flex:0 0 24%}.FooterMain-Column{min-height:240px}.FooterMain-Column span{display:block;font-weight:var(--fw-regular);font-size:14px}.FooterMain-Nav{letter-spacing:0;line-height:35px}.FooterMain-Nav .FooterMain-Link,.FooterMain-Nav a{font-size:14px;letter-spacing:0;line-height:35px;font-weight:var(--fw-regular);text-decoration:none;color:#000;color:var(--foter-hyperlink-color);height:auto;text-transform:none;padding:0}.FooterMain-Nav .FooterMain-Link div,.FooterMain-Nav a div{display:flex}.FooterMain-Nav .FooterMain-Link div span:nth-last-of-type(2),.FooterMain-Nav .FooterMain-Link div span:nth-last-of-type(4),.FooterMain-Nav a div span:nth-last-of-type(2),.FooterMain-Nav a div span:nth-last-of-type(4){font-size:20px;line-height:35px;-webkit-transform:translateY(-2px);transform:translateY(-2px);font-weight:var(--fw-light)}.FooterMain-Nav li:before{content:""}.FooterMain-Nav li{padding-left:0;margin-bottom:0}.FooterMain-WrapperFirst{margin-bottom:24px;margin-top:20px}.FooterMain-WrapperFirst .Image{display:inline-block;width:151px;height:45px}.FooterMain-WrapperFirst .appGallery{height:49px}.FooterMain-WrapperFirst img{cursor:pointer;max-height:auto!important;max-width:151px!important}.FooterMain-WrapperSecond{padding-top:40px}.FooterMain-WrapperSecond img{padding-bottom:2px}.FooterMain-WrapperSecond span{padding:5px 0 30px;margin:0 11.5px}.FooterMain-SocialIcon{display:inline-block;vertical-align:top;background:#fff;background:var(--social-icon-background-color);border-radius:50%;float:none;width:60px;height:60px;text-align:center;margin:0 7px 10px}.CountryMiniFlag-Container{height:19px;width:31px;background-size:contain;background-repeat:no-repeat;position:relative;display:inline-block}.CountryMiniFlag-Container span{position:absolute;display:block;float:left;border-left:7px solid #fff;border-right:7px solid #fff}.CountryMiniFlag-top{top:0}.CountryMiniFlag-bottom,.CountryMiniFlag-top{border-top:0 solid transparent;border-bottom:0 solid transparent}.CountryMiniFlag-bottom{bottom:0}.FieldSelect-Option{padding-right:1.5rem}:root{--select-option-background:#fff;--select-option-hover-background:#f0f0f0}.FieldSelect{cursor:pointer}.FieldSelect:after{content:"";display:block;width:6px;height:6px;-webkit-transform:translateY(-2px) rotate(45deg);transform:translateY(-2px) rotate(45deg);pointer-events:inherit;position:absolute;right:20px;bottom:0;top:0;margin:auto;border-color:#000;border-style:solid;border-width:0 1px 1px 0}@media (min-width:1025px){.FieldSelect_isExpanded:after{bottom:9px;-webkit-transform:translateY(-2px) rotate(-135deg);transform:translateY(-2px) rotate(-135deg)}}.FieldSelect-Select{width:100%;min-width:100%;padding-right:40px;color:#0a0a0a}@media (min-width:1025px){.FieldSelect-Select{pointer-events:none}}.FieldSelect-Select_isExpanded{border-color:var(--input-color)}.FieldSelect-Options{position:absolute;width:100%;top:100%;left:0;z-index:40;border:1px solid transparent;border-top:0 solid transparent;overflow-y:scroll;transition:max-height .2s;will-change:max-height;max-height:0;-webkit-overflow-scrolling:touch}@media (min-width:1025px){.FieldSelect-Options_isExpanded{max-height:200px;border-color:var(--input-border-color)}}.removeZIndex{z-index:0!important}.selectCityArea{cursor:pointer}.cityAreaPopup{left:0;right:0;bottom:0;top:0;position:fixed;z-index:199;background-color:rgba(0,0,0,.5)}.cityAreaPopup .cityAreaOverlay{left:0;right:0;position:fixed;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:767px){.cityAreaPopup .cityAreaOverlay{position:fixed;top:0;-webkit-transform:none;transform:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.cityAreaPopup .cityAreaPopupBlock{z-index:199;z-index:201;max-width:560px;margin:0 auto;background:#fff;padding:0 30px 30px;overflow:hidden}.cityAreaPopup .cityAreaPopupBlock-titleMeassage{font-weight:600;width:60vw}.cityAreaPopup .cityAreaPopupBlock-titleMeassage_isOnFullScreen{text-align:center;width:100%;margin-top:10px}.cityAreaPopup .cityAreaPopupBlock .couponItemCode{color:#28d9aa!important;font-family:"Avenir Next";font-size:20px!important;font-weight:600!important;letter-spacing:0;line-height:27px;margin-bottom:30px}@media (max-width:767px){.cityAreaPopup .cityAreaPopupBlock .couponItemCode{margin-left:0!important}}.cityAreaPopup .cityAreaPopupBlock .closePopupbtn{cursor:pointer;float:right;padding:0}.cityAreaPopup .cityAreaPopupBlock .closePopupbtn:before{content:"";position:absolute;top:2px;right:5px;display:inline-block;padding:1px;background-image:url(/static/media/icon.12cc0c19.svg);background-size:cover;height:16px;width:16px}.cityAreaPopup .cityAreaPopupBlock .closePopupbtn span{display:none}.cityAreaPopup .cityAreaPopupBlock .closePopupbtn_isArabic{float:left}.cityAreaPopup .cityAreaPopupBlock .couponItemName{color:#000;font-family:"Avenir Next";font-size:14px;letter-spacing:0;line-height:19px;margin-bottom:30px}@media (max-width:767px){.cityAreaPopup .cityAreaPopupBlock .couponItemName{margin-left:0!important}}.cityAreaPopup .cityAreaPopupBlock .couponItemDes{color:#8d8d8d;font-family:"Avenir Next";font-size:14px;letter-spacing:0;line-height:19px;margin-bottom:30px;white-space:pre-line}@media (max-width:767px){.cityAreaPopup .cityAreaPopupBlock .couponItemDes{margin-left:0!important}}.cityAreaPopup .cityAreaPopupBlock .couponItemDesLink{text-decoration:underline}@media (max-width:767px){.cityAreaPopup .cityAreaPopupBlock .couponItemDesLink,.cityAreaPopup .cityAreaPopupBlock .couponItemDesLinkP{margin-left:0!important}}@media (max-width:767px){.cityAreaPopup .cityAreaPopupBlock{margin:0;position:fixed;left:0;right:0;bottom:0;overflow:auto;max-height:80vh}.cityAreaPopup .cityAreaPopupBlock.active{max-height:100vh;height:100vh;top:20vh}}.CityDrop{display:block;top:10px;height:auto;overflow:scroll}.CityDrop ul{list-style:none;text-align:center;margin-top:10px}.CityDrop ul li:before{content:""}.CityDrop ul li{display:inline-flex;min-height:42px;width:100%;border-bottom:1px solid #e6e6e6;padding:0}.CityDrop ul li button{display:flex;margin-top:0;margin-left:0;font-size:13px;width:100%;padding:0}.CityDrop ul li button:after,.CityDrop ul li button:before{content:none}.overlayHeader{position:-webkit-sticky;position:sticky;top:0;z-index:200;background:#fff;padding-top:30px}.overlayHeader_isOnFullScreen{padding-top:10px}.citySearchInput{padding:9px 4px 9px 40px!important;background:transparent url(https://d2ixpk79061bpu.cloudfront.net/static/media/search.a50e5d67.svg) no-repeat 13px;background-color:#efefef;margin-top:20px}.citySearchInput_isArabic{padding:9px 27px 9px 4px!important;background:transparent url(https://d2ixpk79061bpu.cloudfront.net/static/media/search.a50e5d67.svg) no-repeat 100%}.citySearchInput ::-webkit-input-placeholder{text-transform:none}.citySearchInput :-moz-placeholder,.citySearchInput ::-moz-placeholder{text-transform:none}.citySearchInput :-ms-input-placeholder{text-transform:none}@media (max-width:767px){.citySearchInput{height:36px!important;border-radius:10px;border:none!important}}.CountrySwitcher_isArabic{margin-right:0}.CountrySwitcher_isArabic .cityAreaListLi{margin-right:0!important}.cityAreaListUl_isArabic{margin-right:0}.cityAreaListUl_isArabic .cityAreaListLi{margin-right:0!important}.cityAreaListUl_isArabic .cityAreaListLi:before{background:none!important}.cityAreaListUl_isArabic .activeselectedclasa{margin-right:0!important}.cityAreaListUl_isArabic .abutton34:before,.cityAreaListUl_isArabic .activeselectedclasa:before{background:none!important}.abutton34{width:auto!important}.abutton34,.activeselectedclasa{font-weight:var(--fw-bold)!important;text-transform:capitalize}.headerBackButton{display:flex}.headerBackButton-backButton{background-image:url(/static/media/icon.b80036ae.svg);width:16px;height:22px;background-size:16px;background-repeat:no-repeat}.CartPagenewone-BackArrow{height:19px;position:absolute;width:19px;z-index:10}.CartPagenewone-BackArrow:before{content:"";position:absolute;left:5px;border:solid #000;border-width:0 2px 2px 0;display:inline-block;padding:4px;transform:rotate(135deg);-webkit-transform:rotate(135deg);z-index:-9;margin-top:10px}.CartPagenewone-BackArrow button{height:14px;display:block}.Field input[type=radio]:focus+label{border-color:var(--input-border-color)}@media (min-width:768px){.Field input[type=radio]:focus+label:after{--checkmark-color:var(--primary-base-color)}}.Field input[type=radio]+label:hover{border-color:var(--input-border-color)!important}.Field input[type=radio]+label:hover:after{--checkmark-color:var(--primary-base-color)}.Field-Toggle *,.Field-Toggle :after,.Field-Toggle :before{transition:all .4s ease-in-out 50ms;box-sizing:border-box;-webkit-backface-visibility:hidden;backface-visibility:hidden}.Field-Toggle input[type=checkbox]:checked~div{background:#434343;box-shadow:0 0 2px #434343}.Field-Toggle input[type=checkbox]:checked~div label{left:15px;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.Field-Toggle input[type=checkbox]:checked~div label.Field-FakeLabel{left:0}.Field-Toggle div,.Field-Toggle label{border-radius:50px}.Field-Toggle div{height:20px;width:33px;background:#d1d3d4;box-shadow:0 0 2px #d1d3d4}.Field-Toggle label{height:18px;width:17px;background:#fff;position:absolute;top:1px;left:1px;cursor:pointer}.Field-Toggle label.Field-FakeLabel{opacity:0;width:31px}.Field-Toggle label:before{height:7px;width:1px;top:5.5px;left:8px}.Field-Toggle label:after,.Field-Toggle label:before{content:"";position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.Field-Toggle label:after{height:1px;width:7px;top:8.5px;left:5px}.Field-Toggle label:after,.Field-Toggle label:before{background:#d1d3d4;border-radius:5px}.Field-Toggle input[type=checkbox]:checked~div label:before{height:8px;top:5px;left:10px;background:#434343}.Field-Toggle input[type=checkbox]:checked~div label:after{width:3px;top:10px;left:5.5px;background:#434343}.Field-Togglear{margin-left:.4rem}.Field-Togglear *,.Field-Togglear :after,.Field-Togglear :before{transition:all .4s ease-in-out 50ms;box-sizing:border-box;-webkit-backface-visibility:hidden;backface-visibility:hidden}.Field-Togglear input[type=checkbox]:checked~div{background:#434343;box-shadow:0 0 2px #434343}.Field-Togglear input[type=checkbox]:checked~div label{right:15px;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.Field-Togglear input[type=checkbox]:checked~div label.Field-FakeLabel{right:0}.Field-Togglear div,.Field-Togglear label{border-radius:50px}.Field-Togglear div{height:20px;width:33px;background:#d1d3d4;box-shadow:0 0 2px #d1d3d4}.Field-Togglear label{height:18px;width:17px;background:#fff;position:absolute;top:1px;right:1px;cursor:pointer}.Field-Togglear label.Field-FakeLabel{opacity:0;width:31px}.Field-Togglear label:before{height:7px;width:1px;top:5.5px;left:8px}.Field-Togglear label:after,.Field-Togglear label:before{content:"";position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.Field-Togglear label:after{height:1px;width:7px;top:8.5px;left:5px}.Field-Togglear label:after,.Field-Togglear label:before{background:#d1d3d4;border-radius:5px}.Field-Togglear input[type=checkbox]:checked~div label:before{top:5px;height:8px;right:10px;-webkit-transform:rotate(135deg);transform:rotate(135deg);background:#434343}.Field-Togglear input[type=checkbox]:checked~div label:after{width:3px;top:10px;right:4.8px;-webkit-transform:rotate(150deg);transform:rotate(150deg);background:#434343}.Field input[type=date]:after{content:none}.Field_type_radio label:last-of-type{display:flex}.Field_type_radio label:last-of-type span{font-size:14px}.Field_type_radio label label{width:15px}.Field_type_phone input{font-weight:var(--fw-regular)}.Field_type_password label[for=passwordReset]~.Mask,.Field_type_password label[for=passwordResetConfirm]~.Mask{top:unset!important;line-height:45px!important}.Field_type_password .Mask{color:#9b9b9b;font-size:12px;letter-spacing:0;line-height:40px;position:absolute;top:0;right:12px;cursor:pointer;z-index:1}.Field_type_password .Mask_isArabic{left:12px;right:unset;direction:ltr}.Field_type_password input{text-transform:none!important}.WelcomeScreen-Content{min-width:200px;font-weight:var(--fw-regular);height:100%}@media (max-width:767px){.WelcomeScreen-Content{min-width:200px}}.WelcomeScreen-ButtonsContainer{display:flex;justify-content:space-between;margin-top:20px}.WelcomeScreen-List{display:flex;flex-direction:column;margin-top:10px}.WelcomeScreen-ListContainer{overflow:auto}.WelcomeScreen-List li{list-style:none;padding:0;text-transform:uppercase;border-bottom:1px solid #e6e6e6;cursor:pointer}.WelcomeScreen-List li:before{content:""}.WelcomeScreen-List li:last-child{margin-bottom:0}.WelcomeScreen-CountryItem_isCurrent{order:-1}.WelcomeScreen-Options{padding:0 18px;height:100%}.WelcomeScreen-Options h1,.WelcomeScreen-Options p{text-align:left}@media (max-width:767px){.WelcomeScreen-Options{padding:0 10px}}.WelcomeScreen-Close{float:right;width:30px;height:30px;border-radius:100%;background:#000;color:#fff;margin:10px;cursor:pointer;z-index:10;padding:5px;display:flex;align-items:center}@media (max-width:767px){.WelcomeScreen-Close{position:absolute;top:-400px;right:10px}}.WelcomeScreen-Close svg{fill:#fff;margin:0 auto}.WelcomeScreen-LanguageBtn{width:130px}.WelcomeScreen-Check{float:right;right:0;position:absolute}.WelcomeScreen-CountryBtn{display:flex;align-items:center;width:100%;text-align:start;padding:0;margin-top:0;font-weight:var(--fw-regular);height:30px}.WelcomeScreen-CountryBtn_isCurrent{font-weight:var(--fw-demi)}.PageWrapper_isArabic .WelcomeScreen-Close{float:left;margin-top:10px}.PageWrapper_isArabic .WelcomeScreen-Check{float:left;left:0;right:unset}.PageWrapper_isArabic .CountryMiniFlag-Container{margin-left:8px;margin-right:0}.StoreSwitcherPopup{position:absolute;left:-23px}.StoreSwitcherPopup-Container{display:flex;margin-right:auto;margin-left:auto;z-index:9;background:#fff;min-height:10em;height:80%;max-height:550px;position:absolute;height:245px;border-radius:12px;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.15);top:20px}.StoreSwitcherPopup-Container_isArabic{left:190px;right:unset}.StoreSwitcherPopup .LazyLoad-wrapper img{width:385px!important;object-fit:cover}.MyAccountOverlay-StoreSwitcher .StoreSwitcherPopup{position:absolute;left:-23px}.MyAccountOverlay-StoreSwitcher .StoreSwitcherPopup-Container_isArabic{left:10px;right:unset!important}.CountrySwitcher{align-items:center;display:flex;font-size:11px}.CountrySwitcher-CountryBtn{display:flex;margin-top:0;font-weight:var(--fw-regular);font-size:12px;height:auto;letter-spacing:1px;text-transform:capitalize;margin-left:-20px;margin-right:0;align-items:center}.CountrySwitcher-CountryBtn .CountryMiniFlag-Container{margin-right:2px}.CountrySwitcher-CountryBtn span{margin-right:5px}.CountrySwitcher-CountryBtn:after{content:"";position:absolute;display:block;box-sizing:border-box;width:12px;height:12px;background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon.4604b563.svg) no-repeat;background-size:12px;right:0;top:6px}.CountrySwitcher-CountryBtn_isOpen:after{background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon.07ee5253.svg) no-repeat;background-size:12px}.CountrySwitcher .Field{margin-top:0;display:none}.PageWrapper_isArabic .CountrySwitcher-CountryBtn{margin-left:0;margin-right:-20px}.PageWrapper_isArabic .CountrySwitcher-CountryBtn:after{display:none}.PageWrapper_isArabic .CountrySwitcher-CountryBtn:before{content:"";position:absolute;display:block;box-sizing:border-box;width:12px;height:12px;background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon.4604b563.svg) no-repeat;background-size:12px;left:0;top:6px}.PageWrapper_isArabic .CountrySwitcher-CountryBtn_isOpen:before{background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon.07ee5253.svg) no-repeat;background-size:12px}:root{--club-dark-gray:#333}.MyAccountSignedInOverlay{border:1px solid var(--color-gainsboro);border-radius:5px;left:50%;min-width:270px;padding:0 20px;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width:1025px){.MyAccountSignedInOverlay_isVisible{max-height:80vh;overflow-y:scroll!important}}.MyAccountSignedInOverlay:before{background:#fff;border-top:1px solid var(--color-gainsboro);border-right:1px solid var(--color-gainsboro);content:"";height:15px;left:50%;position:absolute;top:-9px;-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg);width:15px}.MyAccountSignedInOverlay-LinkTitle{font-size:13px;vertical-align:middle;font-weight:var(--fw-medium)}.MyAccountSignedInOverlay-LinkTitle:hover{font-weight:var(--fw-demi)}.MyAccountSignedInOverlay-LinkAccount svg{margin-right:10px;vertical-align:middle}.MyAccountSignedInOverlay-LinkClubBtn{font-size:10px;right:0;top:50%;padding:5px 10px}.MyAccountSignedInOverlay-vipLink .MyAccountSignedInOverlay-Image{width:25px;margin-right:5px}.MyAccountSignedInOverlay-Image{height:0;display:inline-block;margin-right:10px;padding-bottom:20px;vertical-align:middle;width:20px}.MyAccountSignedInOverlay-Image img{height:20px!important}.MyAccountSignedInOverlay a{border-bottom:1px solid var(--color-gainsboro);display:block;font-weight:var(--fw-bold);padding:20px 0;text-decoration:none;text-transform:capitalize}.MyAccountSignedInOverlay a+a{margin-left:0}.MyAccountSignedInOverlay button{color:#000;display:block;font-weight:var(--fw-bold);height:auto;padding:20px 0;text-transform:none}.MyAccountSignedInOverlay_isArabic .MyAccountSignedInOverlay-LinkAccount svg{margin-left:10px;margin-right:unset}.MyAccountSignedInOverlay_isArabic .MyAccountSignedInOverlay-LinkClubBtn{right:unset;left:0}.MyAccountSignedInOverlay_isArabic .MyAccountSignedInOverlay-Image{margin-left:10px;margin-right:unset}.MyAccountSignedInOverlay-ReferralTabLink:after{content:"New";color:#35c29c;font-size:11px;font-weight:500;border:1px solid #35c29c;padding:1px 6px;margin-left:7px;border-radius:8px;line-height:1}.MyAccountSignedInOverlay_isArabic .MyAccountSignedInOverlay-ReferralTabLink:after{content:"جديد";color:#35c29c;font-size:11px;font-weight:500;border:1px solid #35c29c;padding:1px 6px;margin-right:7px;margin-left:0;border-radius:8px;line-height:1}.MyAccountSignedInOverlay-LinkClubBtn{font-size:8px;background:#333;background:var(--club-dark-gray);line-height:normal;position:absolute;inset-inline-end:0;inset-block-start:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#fff;padding:2px 4px;border-radius:2px}.nudge-container{width:173px;height:100px;display:flex;flex-direction:column;right:-68px;top:20px;z-index:50;position:absolute}.nudge-container .nudge-content{padding:14px 16px;border-radius:6px;box-shadow:0 0 40px rgba(0,0,0,.1607843137254902);background-color:#fff;position:relative}.nudge-container .nudge-content .signin{width:141px;height:32px;border-radius:6px;background-color:#000;color:#fff;font-family:"Avenir Next";font-size:12px;margin-bottom:12px}.nudge-container .nudge-content .newCostomer{font-family:"Avenir Next";font-weight:500;font-size:12px}.nudge-container .nudge-content .newCostomer .register{cursor:pointer;padding-left:3px;padding-right:3px;color:#f96446}.nudge-container .nudge-content:before{content:"";position:absolute;display:block;width:0;left:50%;top:5px;border:20px solid transparent;border-top:0;border-bottom:20px solid #fff;-webkit-transform:translate(-50%,calc(-100% - 5px));transform:translate(-50%,calc(-100% - 5px))}.arabic-alignment{right:unset;left:-68px}.HeaderAccount{width:auto}.HeaderAccount-Button{padding:0;z-index:3;height:auto}.HeaderAccount-Button:not(.HeaderAccount-Button_isBottomBar) label{text-transform:none;position:relative;height:27px;padding:0;cursor:pointer;font-weight:var(--fw-demi)}.HeaderAccount-Button:not(.HeaderAccount-Button_isBottomBar) label:before{content:"";background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/account.83ea57b2.svg) no-repeat;background-size:24px;width:24px;height:24px;display:flex;font-size:0;margin-right:6px}.HeaderAccount-Button:not(.HeaderAccount-Button_isBottomBar) label span{display:none;font-size:14px;font-weight:var(--fw-demi);letter-spacing:0;line-height:19px;height:27px;color:#000}@media (min-width:768px){.HeaderAccount-Button:not(.HeaderAccount-Button_isBottomBar) label span{display:block}}.HeaderAccount-Button_isArabic:not(.HeaderAccount-Button_isArabic_isBottomBar) label:before{margin-right:0;margin-left:6px}.HeaderAccount-Button_isVip label:after{content:"";background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAARCAYAAACvi+4IAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUBSURBVHgBxVY9bFtVFD7HTmzXieMXJ04TtYldGFpR5GRhYEm8AEIIJUvYilQJsSAxIpCKlCEMVGUABBMSiGxQqREMqGQgydAB1KoJQ1UErZ9RE5IQ/8Rx7OfY73Duz7t+L7Rzr2S/d+89P9/5fwgn1o0FyoY7MEcIFjzFhQSVThi+6Tl5sV3Y/vqH71fyjtMiIIaJfEiCQz8FKxB6YphIXCm6k4s0o+ZVtIpQChEbTyYSGj28kskEvHHp9WwAIHvPunXzTp6cCPRCRPGh4NOgUD6NeiXNNfgMndaEKDFKIOTzDUtEzQwYkjSoNl3pR1WCRsNJBgDyZupg14UopkAp8hwFkM31MVMb69UO1CvH4NnaZ/VIoUeVjk8FeiaQcRgaeT4Y6lIa4jsTp/FkFNJjqbUAwFrleK78N0EMB+HEwivXc5DORuHLtx7A6rcl5QWW9Pa1LOTfTMOe3YJr83/Ax78+Lxkuj9wBNgav/vYcKwsbQXuFJqwu7cP6Upk9RyrMXki0t8V7JjPEUYTVAMDqtjMZY+8RGWt0biDsFzsMEGA0Y0EsJPOF0pkwCnBifTa/A2MsVKzihgOd6gCkkmFiz0uF/9ptBhqCkZkYXJyx4KD4CO6tN9Gf3xxu9ECOjKYKry5gIeSBE/lXfgT5XkhQRPwwARHsR37nZ4JKtjJ0YDAG+gw+WBmXZ7eWmrC9GYFnJhNyv2+DvH92ykK178D750v07uge3F9vSZqL0xbL6ed0Ssgn62KPKZ29fDZ8NrEq6AxAkX+VnSa40GYT2iie3d8x2hvH0q2xJIgzevFSLw5nwtIzy4sVwQPnpyNS1r31BtN06ExOibc3WlJGzHJhKKPCfch5LGR34JiEPMHPNJLv1ACBNRZe07jUqlfbc//YhzKkpiuAaRJ835LP4UyIhTg4e2VE8i0vlmHHbkii8VyPDnGDBM2FGdVKL0xH4er908yr7oVRt3+sKWd4OsiUF6bG+2X+BQCWthqTLjrdbiapVXlxd8GHm4cCHgivzX44IJUVN5uwtlSStMOZCMWtkOQv/F7HDrWNt/aKLa5ylz3Z4J8DP39R5k7gBpR4iShqxBrtkflnAIr821jZzrOLTROWTUH0L9GkIES7dluei0R/5R1V5Z/MF0DyMN04l5cEw9VcqzQgPhiGTC4q6T56+QED6nRtFw0AtR5SvVa9qwJJnT216ks9lX+l3RrnQ7Pb3IVJrjJJYK1VSPa6uKW8cn1xi0NbBx0VmpjslVrszSNma3G4VcEIngMGDOAbKOpFtRQUOa0HAO/6uf+lxmJrAYC1ijO3VdynblsG76076njtFh3IWnHYtR34btEG6nZzzEzGJM3DjUM2tAUTOVUwhc06p73THRWmO5P5A1+DT08kTf4Z4s/nS7+s3/gzD347AYIzWI05KbGPvXhUdvV0UEucpTNRDrEDh3x3biqGfckeTg0HRdhNeD2ROsykRIIX8hdemii899PoOeNBkX+3bxbyLie1LCY14A0zetYRmhFVK7d1CqABeVBq86/l8cFfd2s6nUnP5G4Yvb6s7JUqSM06whHd/wxADkS2VjkCUXVm1JAJs/nakNJIf72g1/HVVwCpStJ8SqngcPlY1LVLXmgkenAD7kQ1hvkqYcUgdSa+FgD42gLe/epy9VMeYbPw2OUb4qi/oJ5wr7yFPprAd1rg7v+yCIZO9xW41pf9p/8B8lx/90nBiKcAAAAASUVORK5CYII=) no-repeat;background-size:26px;width:27px;height:12px;display:flex;font-size:0;margin-right:6px;position:absolute;top:-7px;right:-19px}.HeaderAccount-Button_isVip.HeaderAccount-Button_isArabic label:after{right:8px}.HeaderAccount-Button_isVip.HeaderAccount-Button_isArabic.HeaderAccount-Button_isArabic label:after{right:-25px}.HeaderAccount-Button_isVip.HeaderAccount-Button_isFooter label:after{left:15px;right:auto}.HeaderAccount_isBottomBar{display:block;text-transform:none;font-size:10px;font-weight:var(--fw-medium);letter-spacing:-.2px;line-height:14px;color:var(--inactive-button-header-color);height:40px;width:40px;margin:12px auto 0;padding:0;text-align:center}@media (min-width:1025px){.HeaderAccount_isBottomBar{display:none}}.HeaderAccount_isAccount{color:var(--active-button-header-color)}.HeaderAccount_isAccount:before{-webkit-filter:invert(43%) sepia(60%) saturate(1535%) hue-rotate(335deg) brightness(107%) contrast(95%);filter:invert(43%) sepia(60%) saturate(1535%) hue-rotate(335deg) brightness(107%) contrast(95%)}.HeaderAccount-PopUp{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(70,70,70,.6);cursor:default;pointer-events:all;z-index:100;height:100%}@media (min-width:1025px){.HeaderAccount-PopUp{display:block}}.HeaderAccount-PopUp_isHidden{display:none}:root{--border-color:#d1d3d4;--link-color:#000;--white-color:#fff;--black-color:#000}@media (min-width:1025px){.InlineCustomerSupport{display:flex;flex:1 1;-webkit-transform:none;transform:none;z-index:1}}@media (max-width:767px){.InlineCustomerSupport{left:20px;position:fixed;top:14px}.InlineCustomerSupport_isArabic{left:unset;right:20px}}@media (max-width:1024px) and (min-width:768px){.InlineCustomerSupport{left:20px}.InlineCustomerSupport_isArabic{left:unset;right:20px}}.InlineCustomerSupport-Overlay_isExpanded:before{content:"";position:fixed;width:100vw;height:100%;background-color:transparent;left:0;top:0;z-index:-1}.InlineCustomerSupport-Button{padding-right:31px;padding-left:0;text-align:left;width:150px;height:31px;color:#4a4a4a;font-family:"Avenir Next";font-size:11px;font-weight:600;letter-spacing:.5px;line-height:15px}.InlineCustomerSupport-Button_isHidden{display:none!important}@media (max-width:767px){.InlineCustomerSupport-Button{content:"";background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon.75c5f4a8.svg) no-repeat;background-size:24px;width:24px;height:24px}}@media (min-width:1025px){.InlineCustomerSupport-Button{display:flex;justify-content:inherit;align-items:center}}@media (max-width:1024px) and (min-width:768px){.InlineCustomerSupport-Button{-webkit-transform:translateY(12px);transform:translateY(12px)}}.InlineCustomerSupport-Button:after{display:block;box-sizing:border-box;right:17px;top:9px;position:absolute;content:"";background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon.4604b563.svg) no-repeat;background-size:12px;width:12px;height:12px}@media (max-width:767px){.InlineCustomerSupport-Button:after{display:none}}.InlineCustomerSupport-Button_isExpanded:after{background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon.07ee5253.svg) no-repeat;background-size:12px;top:8px}.InlineCustomerSupport-Button_isArabic{text-align:right!important}.InlineCustomerSupport-Button_isArabic:after{right:65px}.InlineCustomerSupport-Dropdown{border:1px solid #d1d3d4;border:1px solid var(--border-color);border-radius:5px;width:320px;margin-left:80px;position:absolute;z-index:4;background:#fff;background:var(--white-color);padding:8px 20px;display:none}@media (max-width:767px){.InlineCustomerSupport-Dropdown{margin-left:0}}.InlineCustomerSupport-Dropdown_isExpanded{display:block}.InlineCustomerSupport p{font-size:12px;line-height:16px;margin:4px 0}.InlineCustomerSupport a{display:block;color:#000;color:var(--link-color)}@media (min-width:1025px){.InlineCustomerSupport a{color:#000;color:var(--link-color);margin:unset}}.InlineCustomerSupport .InlineCustomerSupport-Dropdown button{height:auto;padding:0;font-weight:400;color:#000;color:var(--link-color);font-size:12px}.InlineCustomerSupport-OpenHours{padding-bottom:12px;font-size:15px!important}.InlineCustomerSupport-OpenHours span:nth-child(2){font-weight:var(--fw-bold)}.InlineCustomerSupport-Phone{font-size:14px}.InlineCustomerSupport-Phone:before{position:absolute;content:"";background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/phone.c2480beb.svg) no-repeat;background-size:22px;width:22px;height:22px;display:inline-block;font-size:0;-webkit-transform:rotate(-10deg);transform:rotate(-10deg);left:5px;top:-3px}.InlineCustomerSupport-Phone_isArabic:before{left:unset!important;right:5px}@media (min-width:1025px){.InlineCustomerSupport-Phone:after,.InlineCustomerSupport-Phone:before{content:none}}.InlineCustomerSupport-Phone bdi{font-size:13px;visibility:visible}.InlineCustomerSupport-PhoneIcon{background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon.d30c113b.svg) no-repeat;background-position-y:center;background-size:contain;width:28px;height:28px;margin-right:15px}.InlineCustomerSupport-PhoneIcon_isArabic{margin-left:15px;margin-right:0}.InlineCustomerSupport-AccountIcon{background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon.83ea57b2.svg) no-repeat;background-position-y:center;background-size:contain;width:28px;height:28px;margin-right:15px}.InlineCustomerSupport-AccountIcon_isArabic{margin-left:15px;margin-right:0}.InlineCustomerSupport-DisplayAuthentication,.InlineCustomerSupport-DisplayEmail,.InlineCustomerSupport-DisplayFAQ,.InlineCustomerSupport-DisplayPhone,.InlineCustomerSupport-DisplayReturns,.InlineCustomerSupport-DisplayShipping{display:flex;padding:8px 0;align-items:center}.InlineCustomerSupport-Email{margin:0;font-size:13px}.InlineCustomerSupport-EmailIcon{background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon.10713ea6.svg) no-repeat;background-position-y:center;background-size:contain;width:28px;height:28px;margin-right:15px}.InlineCustomerSupport-EmailIcon_isArabic{margin-left:15px;margin-right:0}.InlineCustomerSupport-FAQsIcon{background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon.b7e26c76.svg) no-repeat;background-position-y:center;background-size:contain;width:28px;height:28px;margin-right:15px}.InlineCustomerSupport-FAQsIcon_isArabic{margin-left:15px;margin-right:0}.InlineCustomerSupport-ReturnIcon{background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon.683bb670.svg) no-repeat;background-position-y:center;background-size:contain;width:28px;height:28px;margin-right:15px}.InlineCustomerSupport-ReturnIcon_isArabic{margin-left:15px;margin-right:0}.InlineCustomerSupport-ShippingIcon{background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon.d56fc4d4.svg) no-repeat;background-position-y:center;background-size:contain;width:28px;height:28px;margin-right:15px}.InlineCustomerSupport-ShippingIcon_isArabic{margin-left:15px;margin-right:0}.InlineCustomerSupport-CheckoutCommunication{padding:8px;border-top:1px solid #e5e5e5;font-size:12px;text-align:center;margin-top:12px}.InlineCustomerSupport-DisplayQuickAccess{display:flex;flex-wrap:nowrap;align-items:center;justify-content:left;width:100%;color:#fff;color:var(--white-color);text-align:center;padding:0;border:none;color:#4a4a4a;font-family:"Avenir Next";font-size:13px;font-weight:600;letter-spacing:0;line-height:18px}.InlineCustomerSupport-DisplayQuickAccess_isArabic{justify-content:right;margin-left:5px}@media (min-width:1025px){.InlineCustomerSupport-DisplayQuickAccess{color:#000;color:var(--black-color);margin-left:0;padding-left:9px;border-left:1px solid #d1d3d4;border-left:1px solid var(--border-color)}}.InlineCustomerSupport-DisplayQuickAccess p{padding-right:3px;font-weight:var(--fw-demi);color:#4a4a4a;font-family:"Avenir Next";font-size:13px;letter-spacing:0;line-height:18px}@media (max-width:1024px) and (min-width:768px){.InlineCustomerSupport-DisplayQuickAccess p{font-weight:700;color:#fff;font-size:10px;letter-spacing:.91px;line-height:36px;margin:0}}@media (max-width:767px){.InlineCustomerSupport-DisplayQuickAccess p{font-weight:700;color:#fff;font-size:10px;letter-spacing:.91px;line-height:36px;margin:0}}.InlineCustomerSupport-DisplayQuickAccess p:first-letter{text-transform:uppercase}@media (min-width:1025px){.InlineCustomerSupport-DisplayQuickAccess p{width:auto;font-size:13px}}.InlineCustomerSupport-DisplayQuickAccess a{font-weight:var(--fw-demi);color:#4a4a4a;font-size:13px;letter-spacing:0;line-height:18px}.InlineCustomerSupport-DisplayQuickAccess_isArabic p{padding-left:3px;padding-right:0}@media (min-width:1025px){.InlineCustomerSupport-DisplayQuickAccess_isArabic{margin-left:0;padding-right:9px;padding-left:0;border-right:1px solid #d1d3d4;border-right:1px solid var(--border-color);border-left:none}}.PageWrapper_isArabic .InlineCustomerSupport-Button{padding-right:0;text-align:right}.PageWrapper_isArabic .InlineCustomerSupport .CircleContainer{margin-right:0;margin-left:4px}@media (max-width:767px){.PageWrapper_isArabic .InlineCustomerSupport{-webkit-transform:unset;transform:unset}}@-webkit-keyframes pulse{0%{-moz-transform:scale(0);-webkit-transform:scale(0);opacity:0}25%{-moz-transform:scale(0);-webkit-transform:scale(0);opacity:.1}50%{-moz-transform:scale(.1);-webkit-transform:scale(.1);opacity:.3}75%{-moz-transform:scale(.5);-webkit-transform:scale(.5);opacity:.5}to{-moz-transform:scale(1);-webkit-transform:scale(1);opacity:0}}@keyframes pulse{0%{-moz-transform:scale(0);-webkit-transform:scale(0);opacity:0}25%{-moz-transform:scale(0);-webkit-transform:scale(0);opacity:.1}50%{-moz-transform:scale(.1);-webkit-transform:scale(.1);opacity:.3}75%{-moz-transform:scale(.5);-webkit-transform:scale(.5);opacity:.5}to{-moz-transform:scale(1);-webkit-transform:scale(1);opacity:0}}.CircleContainer{width:16px;display:flex;justify-content:center;align-items:center;position:relative;margin-right:4px}.CircleContainer-Pulse{width:10px;height:10px;border:5px solid #28d9aa;border-radius:30px;background-color:#28d9aa;z-index:10;position:absolute}.CircleContainer-Dot{border:10px solid #28d9aa;background:transparent;border-radius:60px;height:16px;width:16px;-webkit-animation:pulse 3s ease-out;animation:pulse 3s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;z-index:1;opacity:0}.LanguageSwitcher{display:flex;margin-left:auto}.LanguageSwitcher .Field{display:none}.LanguageSwitcher button{font-weight:var(--fw-light);font-size:12px;height:auto;letter-spacing:1px;text-transform:capitalize}.LanguageSwitcher button span{border-right:1px solid var(--border-color);padding-right:8px;padding-left:8px;font-family:"Cairo"}.LanguageSwitcher button .Language-Active{text-decoration:underline;text-underline-position:under;color:#000}.LanguageSwitcher button .Language-Active.hidden{display:none}.LanguageSwitcher button .Language-Inactive{color:grey}.LanguageSwitcher button.Popup-button{margin-top:12px;height:40px;display:flex}.LanguageSwitcher button.Popup-button .Language-Active{display:block;border:1px solid #000;border-radius:6px;padding:11px 30px}.LanguageSwitcher button.Popup-button .Language-Active,.LanguageSwitcher button.Popup-button .Language-Inactive{font-size:12px;font-weight:800;letter-spacing:0;line-height:16px;text-align:center;text-transform:uppercase;text-decoration:none;width:117px}.LanguageSwitcher button.Popup-button .Language-Inactive{padding:12px 30px;border-radius:6px;background-color:#9b9b9b;color:#fff}.LanguageSwitcher button.Popup-button span:first-child{margin-right:20px}.LanguageSwitcher_isArabic{margin-left:0;margin-right:auto}.LanguageSwitcher_isArabic button span{border-left:1px solid var(--border-color);border-right:none;padding-left:15px}:root{--footer-background-color:#f6f6f6}.FooterMiddle{padding:18px 0;margin-top:3px;background:#f6f6f6;background:var(--footer-background-color)}@media (max-width:1024px){.FooterMiddle{display:none}}.FooterMiddle_isCheckout{height:70px;padding:20px 30px 30px;background:#fff}.FooterMiddle_isCheckout .CountrySwitcher,.FooterMiddle_isCheckout .HeaderAccount,.FooterMiddle_isCheckout .LanguageSwitcher{display:none}.FooterMiddle-Layout{display:flex;justify-content:space-between;margin:auto;width:var(--main-container-width-dsk);max-width:var(--container-max-width)}.FooterMiddle-Layout_isCheckout{max-width:1150px}.FooterMiddle-CustomerSupport{width:33%}.FooterMiddle-CustomerSupport .InlineCustomerSupport-Dropdown{top:auto;bottom:100%}.FooterMiddle-CustomerSupport .InlineCustomerSupport-DisplayQuickAccess{display:none}.FooterMiddle-FooterAccount{font-size:14px;font-weight:var(--fw-demi);letter-spacing:0;line-height:19px}.FooterMiddle-FooterAccount .HeaderAccount{z-index:1;padding-top:5px;margin:0}.FooterMiddle-FooterAccount .HeaderAccount label{display:flex}.FooterMiddle-FooterAccount .HeaderAccount label span{display:flex;align-items:center}.FooterMiddle-StoreSwitcher{width:33%;display:flex}@media (min-width:1025px){.FooterMiddle-StoreSwitcher .CountrySwitcher .StoreSwitcherPopup-Container{bottom:20px;top:unset}}.FooterMiddle-StoreSwitcher .CountryMiniFlag-Container span{border-left:7px solid #f6f6f6;border-left:7px solid var(--footer-background-color);border-right:7px solid #f6f6f6;border-right:7px solid var(--footer-background-color)}.PageWrapper_isArabic .FooterMiddle-StoreSwitcher .CountrySwitcher-CountryBtn:before{-webkit-transform:none;transform:none}:root{--footer-bottom-background-color:#333;--footer-bottom-text-color:#fff;--footer-bottom-hyperlink-color:#9b9b9b}.FooterMobile{position:fixed;bottom:0;width:100%}@media (min-width:1025px){.FooterMobile{display:none}}.FooterMobile-Wrapper{background:#333;background:var(--footer-bottom-background-color);display:flex;justify-content:space-between;padding:17px 20px 18px 21px;height:50px}.FooterMobile-Copyright{color:#fff;color:var(--footer-bottom-text-color);font-size:11px;font-weight:var(--fw-medium);letter-spacing:.42px;line-height:15px}.FooterMobile-Hyperlinks,.FooterMobile a{margin-left:0;text-decoration:none;padding-top:1px;font-size:9px;color:#9b9b9b;color:var(--footer-bottom-hyperlink-color);font-weight:var(--fw-demi);letter-spacing:.5px;text-align:right}.Footer_isFooterAccountOpen{z-index:100}.GenderButton-Link{margin:0 13px;display:flex;flex-direction:row}.GenderButton-Link:hover{text-decoration:none;text-shadow:0 0 .01px #000}.GenderButton-Link .GenderIcon{height:25px;width:25px}@media (max-width:767px){.GenderButton-Link .GenderIcon{height:20px;width:20px}}.GenderButton-Container{display:inline-block;align-self:center}@media (max-width:1024px){.GenderButton-Container{height:16px;border-left:0;border-right:0;margin-bottom:0;pointer-events:none}}@media (min-width:1025px){.GenderButton-Container:first-child{padding-left:0;margin-left:0}.GenderButton-Container:last-child{padding-left:10;margin-right:0}}@media (max-width:1024px) and (min-width:768px){.GenderButton-Container{margin:0 15px;padding:0}.GenderButton-Container:first-child{padding-left:0;margin-left:0}.GenderButton-Container:last-child{padding-left:10;margin-right:0}}.GenderButton-Button{font-weight:var(--fw-regular);letter-spacing:1px;font-size:12px;padding:0;pointer-events:all;letter-spacing:.86px;z-index:2}.GenderButton-Button:hover,.GenderButton-Button_isCurrentGender,.GenderButton-Button_isCurrentGenderSelected{font-weight:var(--fw-bold);letter-spacing:0;font-size:13px;transition-duration:unset}@media (min-width:1025px){.GenderButton-Button:hover,.GenderButton-Button_isCurrentGender,.GenderButton-Button_isCurrentGenderSelected{font-size:12px}}.GenderButton-Button_isUnsetStyle{border-bottom:0;font-weight:var(--fw-regular)}@media (max-width:1024px){.PageWrapper_isArabic .GenderButton-Container:last-child:before{left:auto;right:-17px}}@media (min-width:1025px){.PageWrapper_isArabic .GenderButton-Container:first-child{margin-left:15px;padding-right:0;margin-right:0}.PageWrapper_isArabic .GenderButton-Container:last-child{margin-left:0}.PageWrapper_isArabic .GenderButton-Container:last-child:before{left:auto;right:-14px}}@media (max-width:1024px) and (min-width:768px){.PageWrapper_isArabic .GenderButton-Container{margin:0 15px}.PageWrapper_isArabic .GenderButton-Container:first-child{padding-left:0;margin-right:0}.PageWrapper_isArabic .GenderButton-Container:last-child{padding-left:0;margin-left:0}}.HeaderGenders{display:flex;justify-content:center}@media (max-width:767px){.HeaderGenders{justify-content:space-around;overflow-x:scroll}}@media (max-width:1024px){.HeaderGenders{display:none}}@media (max-width:1024px) and (min-width:1025px){.HeaderGenders{margin-top:-30px}}@media (max-width:1024px){.HeaderGenders .GenderButton-Button{font-size:11px;letter-spacing:.5px;line-height:16px}.HeaderGenders .GenderButton-Button_isCurrentGender,.HeaderGenders .GenderButton-Button_isCurrentGenderSelected{font-weight:var(--fw-bold)}}.HeaderGenders .GenderButton-Button{height:auto}.HeaderGenders .GenderButton-Button_isCurrentGender,.HeaderGenders .GenderButton-Button_isCurrentGenderSelected{font-weight:var(--fw-bold);border-bottom:2px solid}@media (max-width:767px){.HeaderGenders .GenderButton-Button_isCurrentGender,.HeaderGenders .GenderButton-Button_isCurrentGenderSelected{border-bottom:1px solid}}.HeaderGenders .GenderButton-Button_style_highlightRedBold{font-weight:700;color:#d12229;text-wrap:nowrap}@media (min-width:1025px){.HeaderGenders_isArabic .GenderButton-Container:not(:last-child){border-right:0}}@media (max-width:767px){.mobileMegaMenuHeaderGender{width:100%;justify-content:space-evenly;top:45px!important;height:auto;border-bottom:.6px solid #a9a9a9;padding-bottom:12px!important;padding-top:20px!important}.mobileMegaMenuHeaderGender .GenderButton-Button{padding-bottom:24px!important;font-family:"Avenir Next";font-weight:400;font-size:15px;color:rgba(0,0,0,.4)}.mobileMegaMenuHeaderGender .GenderButton-Button_isCurrentGender,.mobileMegaMenuHeaderGender .GenderButton-Button_isCurrentGenderSelected,.mobileMegaMenuHeaderGender .GenderButton-Button_isSaleSelected{border-bottom:3px solid #000!important;border-radius:3px;font-weight:700;color:#000}}.DynamicContentFooter-Title{display:block;font-weight:var(--fw-bold);font-size:var(--title-font-size);margin-bottom:10px}.DynamicContentFooter-SubTitle{font-size:var(--subtitle-font-size)}.DynamicContentFooter-Button{margin-top:10px;font-size:18px;margin-bottom:10px;text-decoration:underline;font-weight:600}@media (max-width:760px){.DynamicContentFooter-Title{display:block;font-weight:600;font-size:12px;margin-bottom:0;text-align:center}.DynamicContentFooter-SubTitle{font-size:11px;line-height:1;margin-bottom:6px}.DynamicContentFooter-Button{font-size:12px;font-weight:600;text-decoration:underline;margin-bottom:0}}.DynamicContentHeader{margin-top:10px;margin-bottom:30px}@media (min-width:1025px){.DynamicContentHeader h1{text-align:start;text-transform:uppercase;margin-bottom:0;color:#000;font-family:"Avenir Next";font-size:18px;font-weight:500;letter-spacing:2px;line-height:25px;margin-top:50px}}@media (max-width:1024px) and (min-width:768px){.DynamicContentHeader h1{text-align:start;text-transform:uppercase;margin-bottom:0;color:#000;font-family:"Avenir Next";font-size:18px;font-weight:500;letter-spacing:2px;line-height:25px;margin-top:40px}}@media (max-width:767px){.DynamicContentHeader h1{color:#000;font-family:"Avenir Next";font-size:16px;font-weight:500;letter-spacing:1px;line-height:40px;text-align:left;text-transform:uppercase;margin:9px 0}}.DynamicContentHeader p{text-align:start;font-size:18px}@media (max-width:767px){.DynamicContentHeader{margin-bottom:10px}.DynamicContentHeader p{text-align:center;font-size:13px}}@media (max-width:1024px) and (min-width:768px){.DynamicContentHeader{margin-bottom:20px}.DynamicContentHeader p{text-align:center;font-size:13px}}:root{--burning-orange:#ff742f}.DynamicContentBanner{margin:20px 10px;margin-bottom:30px!important;text-align:center;font-weight:var(--fw-regular)}.DynamicContentBanner .Image-Image{position:static;max-width:100%}@media (max-width:767px){.DynamicContentBanner .Image-Image{padding:0 10px}}.DynamicContentBanner a{display:inline-flex;flex-direction:column;align-items:center}.DynamicContentBanner button{border:1px solid var(--black-color);width:195px;height:40px;font-size:12px;font-weight:var(--fw-demi);margin-top:10px}.DynamicContentBanner button:hover{text-decoration:underline}.DynamicContentBanner .BannerDesc{width:100%;text-align:left;font-weight:400;padding:0 10px;line-height:1.4;text-transform:none}.DynamicContentBanner .BannerButton{width:100%;text-align:left;padding:0 10px;text-transform:none;text-decoration:underline;border:0;height:auto;font-size:14px}.DynamicContentBanner .DynamicContentCountDownTimer{position:absolute;width:calc(100% - 32px);top:0;left:16px;right:16px;z-index:9}@media (max-width:860px){.DynamicContentBanner{width:100%}}.DynamicContentCountDownTimer .TimerTitle{font-size:18px;line-height:25px;letter-spacing:2px;font-weight:500;display:flex;align-items:center}.DynamicContentCountDownTimer .TimerTitle.AlignCenter{justify-content:center}.DynamicContentCountDownTimer .TimerTitle.AlignCenter_isArabicStore{justify-content:center;direction:rtl}.DynamicContentCountDownTimer .TimerTitle.AlignLeft{justify-content:left}.DynamicContentCountDownTimer .TimerTitle.AlignLeft_isArabicStore{justify-content:right;direction:rtl}.DynamicContentCountDownTimer .TimerTitle.AlignRight{justify-content:right}.DynamicContentCountDownTimer .TimerTitle.AlignRight_isArabicStore{justify-content:left;direction:rtl}.DynamicContentCountDownTimer .TimerTitle .InfoText{margin:0 4px;font-size:13px;font-weight:500;line-height:20px;letter-spacing:1px}.DynamicContentCountDownTimer .TimerTitle .InfoText.AlignTextRight{order:1}.DynamicContentCountDownTimer .TimerTitle .InfoText.AlignTextCenter,.DynamicContentCountDownTimer .TimerTitle .InfoText.AlignTextLeft{order:0}.DynamicContentCountDownTimer .TimerTitle .timer{min-width:130px;display:flex;align-items:center}.DynamicContentCountDownTimer .TimerTitle .timer .separator{color:#939393;font-weight:500;font-size:14px;line-height:10px}.DynamicContentCountDownTimer .TimerTitle .PLPOrPDPTimer{background-color:#6a6a6a;border-radius:6px}.DynamicContentCountDownTimer .TimerTitle .PLPOrPDPTimer .separator{color:#fff}.DynamicContentCountDownTimer .TimerTitle .clock{padding:2px 4px;width:24px}.DynamicContentCountDownTimer .TimerTitle .Box{background-color:#000;color:#fff;padding:3px 4px 2px;display:inline-block;border-radius:4px;margin:0 2px 0 0;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0}.DynamicContentCountDownTimer .TimerTitle .Box b{font-size:16px;font-weight:700;line-height:20px;letter-spacing:0}.DynamicContentCountDownTimer .TimerTitle .isPLPorPDPBox{background-color:#6a6a6a}@media (max-width:767px){.DynamicContentCountDownTimer .TimerTitle{margin-top:12px}.DynamicContentCountDownTimer .TimerTitle .timer{min-width:99px}.DynamicContentCountDownTimer .TimerTitle .timer .Box{padding:0 3px;margin:0 3px 0 1px;font-size:0;font-weight:500;line-height:1;letter-spacing:0}.DynamicContentCountDownTimer .TimerTitle .timer .Box b{font-size:14px;line-height:20px}}.DynamicContentCountDownTimer .PDPPLPMarginZero{margin:0}.DynamicContentCircleItemSlider{margin-bottom:30px!important;margin-top:23px!important;max-width:1100px!important}@media (max-width:1024px) and (min-width:768px){.DynamicContentCircleItemSlider{margin-left:0;margin-right:0;margin-top:5px!important;margin-bottom:15px!important}}@media (max-width:767px){.DynamicContentCircleItemSlider{margin:0 -10px;margin-top:5px!important}}.DynamicContentCircleItemSlider .CircleSliderWrapper.active,.DynamicContentCircleItemSlider .CircleSliderWrapper.active img{cursor:grabbing;cursor:-webkit-grabbing;-webkit-transform:scale(1);transform:scale(1)}.DynamicContentCircleItemSlider .CircleSliderWrapper{display:flex;overflow-x:auto;scrollbar-width:none;scrollbar-color:red #c2d2e4}.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleItemHelper{display:none;min-width:30px;height:78px}@media (max-width:1024px) and (min-width:768px){.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleItemHelper{display:block;margin-left:auto;margin-right:auto}}@media (max-width:767px){.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleItemHelper{display:block;min-width:20px;margin-left:auto;margin-right:auto}}.DynamicContentCircleItemSlider .CircleSliderWrapper::-webkit-scrollbar{display:none}.DynamicContentCircleItemSlider .CircleSliderWrapper .OuterCircle{border-radius:50%;height:78px;width:78px;margin-top:11px;background-color:#fff}@media (max-width:1024px) and (min-width:768px){.DynamicContentCircleItemSlider .CircleSliderWrapper .OuterCircle{width:60px;height:60px}}@media (max-width:767px){.DynamicContentCircleItemSlider .CircleSliderWrapper .OuterCircle{width:70px;height:70px}}.DynamicContentCircleItemSlider .CircleSliderWrapper .OuterCircle-InnerCircle{background-image:linear-gradient(0deg,#fa775c 0,rgba(250,119,92,.18));content:"";position:absolute;top:-2px;bottom:-2px;right:-2px;left:-2px;z-index:-1;border-radius:inherit}.DynamicContentCircleItemSlider .CircleSliderWrapper .OuterCircle-LiveParty{background-image:linear-gradient(0deg,#27d9aa 0,rgba(39,217,170,.3));content:"";position:absolute;top:-2px;bottom:-2px;right:-2px;left:-2px;z-index:-1;border-radius:inherit}.DynamicContentCircleItemSlider .CircleSliderWrapper .OuterCircle-DefaultbackgroundColor{width:72px;height:72px;background-color:rgba(40,217,170,.4);border-radius:inherit;position:absolute;bottom:3px;left:3px}@media (max-width:1024px) and (min-width:768px){.DynamicContentCircleItemSlider .CircleSliderWrapper .OuterCircle-DefaultbackgroundColor{width:54px;height:54px}}@media (max-width:767px){.DynamicContentCircleItemSlider .CircleSliderWrapper .OuterCircle-DefaultbackgroundColor{width:64px;height:64px}}.DynamicContentCircleItemSlider .CircleSliderWrapper .OuterCircle-LivePartyBackground{background-color:rgba(39,217,170,.1);content:"";position:absolute;top:-9px;bottom:-9px;right:-9px;left:-9px;z-index:-1;border-radius:inherit}.DynamicContentCircleItemSlider .CircleSliderWrapper .OuterCircle-LivePartyText{position:absolute;bottom:-5px;left:16px;z-index:3;width:43.83px;border-radius:7.5px;background-color:#28d9aa;font-size:10px;font-weight:600;letter-spacing:0;line-height:18px;text-align:center;color:#fff;margin-left:auto;margin-right:auto;left:0;right:0}.DynamicContentCircleItemSlider .CircleSliderWrapper .OuterLiveParty{margin-left:11px!important}.DynamicContentCircleItemSlider .CircleSliderWrapper .OuterLiveParty .Image{background:rgba(39,217,170,.1)}.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleSlider{padding-right:17px}@media (max-width:767px){.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleSlider{padding-right:10px}}@media (min-width:1025px){.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleSlider:nth-child(2){margin-left:auto}.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleSlider:nth-last-child(2){margin-right:auto}}.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleSlider_isArabic{padding-right:0;padding-left:17px}.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleSlider_isArabic:nth-child(2) .OuterCircle{margin-right:2px}.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleSlider_isArabic:nth-last-child(2){margin-left:0}@media (max-width:1024px) and (min-width:768px){.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleSlider_isArabic{padding-left:14px;padding-right:0}}@media (max-width:767px){.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleSlider_isArabic{padding-right:0;padding-left:10px}}@media (min-width:1025px){.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleSlider_isArabic:nth-child(2){margin-left:0;margin-right:auto}.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleSlider_isArabic:nth-last-child(2){margin-right:0;margin-left:auto}}.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleSlider:nth-child(2) .OuterCircle{margin-left:2px}@media (max-width:1024px) and (min-width:768px){.DynamicContentCircleItemSlider .CircleSliderWrapper .CircleSlider{padding-right:14px}}.DynamicContentCircleItemSlider .CircleSlider{text-align:center}.DynamicContentCircleItemSlider-Label{display:flex;position:absolute;bottom:15rem;right:70%;text-transform:uppercase;align-items:center;vertical-align:center}.DynamicContentCircleItemSlider .Slider-Crumbs{position:static}.DynamicContentCircleItemSlider .Slider-Crumb{width:9px;height:9px;border:1px solid #0a0a0a;background:#fff}.DynamicContentCircleItemSlider .Slider-Crumb_isActive{width:11px;height:11px;border:2px solid #fff;box-shadow:0 0 0 1px #0a0a0a;background:#0a0a0a}.DynamicContentCircleItemSlider .Image{padding:3px;border-radius:50%;height:78px;width:78px;background:#fff}.DynamicContentCircleItemSlider .Image-Image{object-fit:cover}@media (max-width:1024px) and (min-width:768px){.DynamicContentCircleItemSlider .Image{width:60px;height:60px}}@media (max-width:767px){.DynamicContentCircleItemSlider .Image{width:70px;height:70px}}.DynamicContentCircleItemSlider .tns-controls{display:flex;justify-content:space-between;top:110px}.DynamicContentCircleItemSlider .tns-controls button{font-size:38px;font-weight:400;color:#515151}.DynamicContentCircleItemSlider .tns-ovh{margin-right:40px;margin-left:40px}.DynamicContentCircleItemSlider .tns-outer{direction:ltr!important}.DynamicContentCircleItemSlider .CircleSliderLabel{text-align:center;text-transform:uppercase;width:78px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:12px auto 0;font-size:9px;font-weight:var(--fw-medium);letter-spacing:.2px;line-height:12px;white-space:unset;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}@media (max-width:1024px) and (min-width:768px){.DynamicContentCircleItemSlider .CircleSliderLabel{width:64px}}@media (max-width:767px){.DynamicContentCircleItemSlider .CircleSliderLabel{margin-top:10px;font-weight:400}}@media (max-width:767px){.DynamicContentCircleItemSlider{max-height:700px;overflow:none}.DynamicContentCircleItemSlider-Label{right:2rem;bottom:2rem;text-decoration:underline;background:none!important}.DynamicContentCircleItemSlider .Slider-Wrapper{width:80%;margin:10px}.DynamicContentCircleItemSlider .Slider-Crumbs{display:none}}@media (max-width:1024px){.DynamicContentCircleItemSlider .tns-controls{display:none}.DynamicContentCircleItemSlider .Image-Image{object-fit:cover}.DynamicContentCircleItemSlider .Image img{margin-left:30px}}@media (max-width:760px){.DynamicContentCircleItemSlider{display:block}.DynamicContentCircleItemSlider .tns-controls{display:none}.DynamicContentCircleItemSlider .Image-Image{object-fit:cover}.DynamicContentCircleItemSlider .Image img{margin-left:15px}.DynamicContentCircleItemSlider .tns-ovh{margin:0}.DynamicContentCircleItemSlider .CircleSliderLabel{font-size:9px;width:75px}}.DynamicContentFullWidthBannerSlider{margin-bottom:30px}.DynamicContentFullWidthBannerSlider a+a{margin-left:0}.DynamicContentFullWidthBannerSlider .DynamicContentCountDownTimer .TimerTitle.AlignCenter{justify-content:right}.DynamicContentFullWidthBannerSlider .DynamicContentCountDownTimer .TimerTitle.AlignCenter_isArabicStore{justify-content:left}@media (max-width:767px){.DynamicContentFullWidthBannerSlider .DynamicContentCountDownTimer .TimerTitle.AlignCenter{flex-direction:column;align-items:flex-end}}.DynamicContentFullWidthBannerSlider .DynamicContentCountDownTimer .TimerTitle.AlignLeft{justify-content:right}.DynamicContentFullWidthBannerSlider .DynamicContentCountDownTimer .TimerTitle.AlignLeft_isArabicStore{justify-content:left}@media (max-width:767px){.DynamicContentFullWidthBannerSlider .DynamicContentCountDownTimer .TimerTitle.AlignLeft{flex-direction:column;align-items:flex-end}}.DynamicContentFullWidthBannerSlider .DynamicContentCountDownTimer .TimerTitle.AlignRight{justify-content:right}.DynamicContentFullWidthBannerSlider .DynamicContentCountDownTimer .TimerTitle.AlignRight_isArabicStore{justify-content:left}@media (max-width:767px){.DynamicContentFullWidthBannerSlider .DynamicContentCountDownTimer .TimerTitle.AlignRight{flex-direction:column;align-items:flex-end}}@media (max-width:767px){.DynamicContentFullWidthBannerSlider .DynamicContentCountDownTimer .TimerTitle .InfoText{min-width:92px}}@media (max-width:767px){.DynamicContentFullWidthBannerSlider .DynamicContentCountDownTimer .TimerTitle{text-align:center;margin-top:10px}}@media (max-width:767px){.DynamicContentFullWidthBannerSlider .DynamicContentCountDownTimer{text-align:right}}@media (max-width:767px){.DynamicContentFullWidthBannerSlider a{margin-left:-30px;padding:0 2px 0 10px}.DynamicContentFullWidthBannerSlider a:first-of-type{margin-left:0}}@media (max-width:1024px) and (min-width:768px){.DynamicContentFullWidthBannerSlider{margin-bottom:20px}}.DynamicContentFullWidthBannerSlider .DynamicContentHeader{padding-left:15px;padding-right:15px}.DynamicContentFullWidthBannerSlider .DynamicContentHeader p{text-align:left}@media (max-width:767px){.DynamicContentFullWidthBannerSlider .DynamicContentHeader{padding-left:0;padding-right:0}.DynamicContentFullWidthBannerSlider .DynamicContentHeader .title,.DynamicContentFullWidthBannerSlider .DynamicContentHeader p{text-align:center}}.DynamicContentFullWidthBannerSlider .tns-outer{direction:ltr!important}.DynamicContentFullWidthBannerSlider .tns-outer .tns-liveregion,.DynamicContentFullWidthBannerSlider .tns-outer button[data-action=start],.DynamicContentFullWidthBannerSlider .tns-outer button[data-action=stop]{display:none}.DynamicContentFullWidthBannerSlider .tns-controls{display:none;position:static}.DynamicContentFullWidthBannerSlider .tns-controls button:first-child{left:0;position:absolute;font-size:75px;font-weight:500;color:#888;bottom:5%;height:100%;margin-left:15px;z-index:2}.DynamicContentFullWidthBannerSlider .tns-controls button:first-child:hover{color:#000}.DynamicContentFullWidthBannerSlider .tns-controls button:last-child{right:0;position:absolute;font-size:75px;font-weight:500;color:#888;bottom:5%;height:100%;margin-right:15px;z-index:2}.DynamicContentFullWidthBannerSlider .tns-controls button:last-child:hover{color:#000}.DynamicContentFullWidthBannerSlider .tns-nav{display:flex;justify-content:center;grid-gap:6px;gap:6px;margin-top:20px;align-items:center}.DynamicContentFullWidthBannerSlider .tns-nav button{width:5px;height:5px;border-radius:50%;background-color:#bfbfbf;padding:0}.DynamicContentFullWidthBannerSlider .tns-nav-active{background-color:#3d4447!important;width:7px!important;height:7px!important}@media (max-width:767px){.DynamicContentFullWidthBannerSlider .tns-nav{display:none}}@media (max-width:1024px) and (min-width:768px){.DynamicContentFullWidthBannerSlider .tns-nav{margin-top:17px}}.DynamicContentFullWidthBannerSlider .DynamicContentCountDownTimer{position:absolute;width:calc(100% - 64px);top:0;left:32px;right:32px;z-index:9}@media (max-width:767px){.DynamicContentFullWidthBannerSlider .DynamicContentCountDownTimer{width:calc(100% - 40px);left:24px;right:16px}}@media (max-width:760px){.DynamicContentFullWidthBannerSlider{margin-top:0}.DynamicContentFullWidthBannerSlider .tns-controls{display:none}}:root{--subtitle-font-size:17px;--title-font-size:22px;--light-gray:#efefef}.DynamicContentGrid{max-width:var(--container-max-width);margin-bottom:40px!important;margin-top:40px!important}@media (max-width:1024px) and (min-width:768px){.DynamicContentGrid{margin-bottom:40px!important;margin-top:40px!important}}@media (max-width:767px){.DynamicContentGrid{margin-bottom:22px!important;margin-top:22px!important}}.DynamicContentGrid-Grid{display:grid;grid-gap:0 0}.DynamicContentGrid-Grid img{display:block;object-fit:cover}@media (min-width:1025px){.DynamicContentGrid-Grid{grid-gap:15px}}@media (max-width:1024px) and (min-width:768px){.DynamicContentGrid-Grid{grid-gap:15px}}.DynamicContentGrid-Grid_items_per_row_1{grid-template-columns:repeat(1,1fr)}.DynamicContentGrid-Grid_items_per_row_2{grid-template-columns:repeat(2,1fr)}.DynamicContentGrid-Grid_items_per_row_3{grid-template-columns:repeat(3,1fr)}.DynamicContentGrid-Grid_items_per_row_4{grid-template-columns:repeat(4,1fr)}.DynamicContentGrid-Grid_items_per_row_5{grid-template-columns:repeat(5,1fr)}.DynamicContentGrid-Grid_items_per_row_6{grid-template-columns:repeat(6,1fr)}.DynamicContentGrid .Image{padding-bottom:0;display:block}.DynamicContentGrid .Image-Image{position:static;height:auto;max-width:100%}.DynamicContentGrid-ExploreMore h2{text-align:left!important;text-transform:none!important;font-size:17px!important;padding:0 20px 20px 10px!important}.DynamicContentGrid h2{font-size:20px;margin-top:0;padding:20px;text-align:center;text-transform:uppercase}.CategoryItem-Content.Content_0{padding-right:7px}.CategoryItem-Content.Content_0 .Footer-Title{text-transform:uppercase;letter-spacing:2px}.CategoryItem-Content.Content_1{padding-left:7px}.CategoryItem-Content.Content_1 .Footer-Title{text-transform:uppercase;letter-spacing:2px}.CategoryItem-Content_isArabic.Content_0{padding-left:7px;padding-right:0}.CategoryItem-Content_isArabic.Content_1{padding-right:7px;padding-left:0}@media (max-width:1024px) and (min-width:768px){.CategoryItem-Content.Content_0{padding-right:3px}.CategoryItem-Content.Content_1{padding-left:3px}.CategoryItem-Content_isArabic.Content_0{padding-left:3px;padding-right:0}.CategoryItem-Content_isArabic.Content_1{padding-right:3px;padding-left:0}}@media (min-width:1025px){.CategoryItem-Content{text-align:center;text-decoration:none}.CategoryItem-Content a{text-decoration:none}.CategoryItem-Content .Footer{margin-top:17px}.CategoryItem-Content .Footer-Title{margin-bottom:0;text-decoration:none!important;color:#000;font-family:"Avenir Next";font-size:18px;font-weight:600;letter-spacing:0;line-height:25px;text-align:center}.CategoryItem-Content .Footer-SubTitle{text-decoration:none;color:#4a4a4a}.CategoryItem-Content .Footer-SubTitle,.CategoryItem-Content .Footer .Footer-Button{font-family:"Avenir Next";font-size:16px;letter-spacing:0;line-height:22px;text-align:center}.CategoryItem-Content .Footer .Footer-Button{color:#000;font-weight:500;border-bottom:1px solid #000!important;margin-top:19px}.CategoryItem-Text{margin-top:20px;margin-bottom:30px}}@media (max-width:1024px) and (min-width:768px){.CategoryItem-Content{text-align:center;text-decoration:none}.CategoryItem-Content a{text-decoration:none}.CategoryItem-Content .Footer{margin-top:15px}.CategoryItem-Content .Footer-Title{margin-bottom:0;text-decoration:none!important;color:#000;font-family:"Avenir Next";font-size:18px;font-weight:500;line-height:25px;text-align:center}.CategoryItem-Content .Footer-SubTitle{text-decoration:none;color:#4a4a4a}.CategoryItem-Content .Footer-SubTitle,.CategoryItem-Content .Footer .Footer-Button{font-family:"Avenir Next";font-size:16px;letter-spacing:0;line-height:22px;text-align:center}.CategoryItem-Content .Footer .Footer-Button{color:#000;font-weight:500;border-bottom:1px solid #000!important}.CategoryItem-Text{margin-top:20px;margin-bottom:30px}}@media (max-width:767px){.CategoryItem-Content{text-align:center;padding:0}.CategoryItem-Content .Footer{margin-top:5px}.CategoryItem-Content .Footer-Title{display:block;font-weight:var(--fw-medium);font-size:22px;font-size:var(--title-font-size);margin-bottom:0}.CategoryItem-Content .Footer-SubTitle{font-size:17px;font-size:var(--subtitle-font-size);line-height:1.2}.CategoryItem-Text{margin-top:20px;margin-bottom:30px}.Content_0,.Content_1{padding:10px}}@media (max-width:767px){.DynamicContentGrid{margin:0 10px}.DynamicContentGrid-Grid{grid-gap:8px}.DynamicContentGrid .CategoryItem-Content{margin-bottom:0}.DynamicContentGrid .CategoryItem-Content .Footer-Title{display:block;font-weight:600;font-size:12px;margin-bottom:0;text-align:center}.DynamicContentGrid .CategoryItem-Content .Footer-SubTitle{font-size:11px;line-height:24px}.DynamicContentGrid .CategoryItem-Content .Footer-Button{font-size:12px;font-weight:600;text-decoration:underline}.DynamicContentGrid .CategoryItem-Text{margin-top:20px;margin-bottom:30px}}.DynamicContentMainBanner{padding:0 10px}.DynamicContentMainBanner .Image{height:auto}.DynamicContentMainBanner .Image-Image{position:static;height:auto}.WishlistIcon{width:3rem;height:3rem;display:flex;align-items:center;background:#fff;border-radius:50%;position:absolute;justify-content:center;top:.8rem;right:.8rem;z-index:1;opacity:.7}@media (min-width:1025px){.WishlistIcon{width:3rem;height:3rem}}.WishlistIcon-Icon{width:2.1rem;height:2.1rem;position:absolute;background-size:2.1rem;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width:1025px){.WishlistIcon-Icon{width:2.4rem;height:2.4rem;background-size:2.4rem;left:4px;top:5px;display:flex;flex-direction:column;align-items:center;justify-content:center}}.WishlistIcon-Icon:hover{cursor:pointer}@media (min-width:1025px){.PageWrapper_isArabic .PDPGallery .WishlistIcon{right:9.8rem}}.PLPAddToCart{display:flex;flex-direction:column;margin-top:40px}.PLPAddToCart-Checkout{position:fixed;overflow:hidden;display:flex;flex-direction:column;align-items:center;left:0;bottom:0;background:#fff;border-top:1px solid #d6d6d6;border-top:1px solid var(--checkout-border-gray);width:100vw;z-index:70;animation-name:checkout_show_up;-webkit-animation-name:checkout_show_up;animation-duration:.6s;-webkit-animation-duration:.6s;padding:0}.PLPAddToCart-Checkout_isIPhoneNavigationHidden{bottom:30px}.PLPAddToCart-Checkout_hide{animation-name:checkout_show_down;-webkit-animation-name:checkout_show_down;animation-duration:2s;-webkit-animation-duration:2s;bottom:-300px}@-webkit-keyframes checkout_show_up{0%{bottom:-300px}to{bottom:0}}@keyframes checkout_show_up{0%{bottom:-300px}to{bottom:0}}@-webkit-keyframes checkout_show_down{0%{bottom:0}to{bottom:-300px}}@keyframes checkout_show_down{0%{bottom:0}to{bottom:-300px}}.PLPAddToCart-CheckoutTitle{font-weight:var(--fw-demi);font-size:12px;color:#00f0a5;color:var(--success-color);margin-top:10px;padding:0 12px;text-align:left;width:100%}.PLPAddToCart-CheckoutTitle:before{content:"";background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/basket.314d68c1.svg) no-repeat;padding:0 6px;background-size:25px;width:25px;height:25px;display:inline-block;position:relative;top:6px}.PLPAddToCart-CheckoutButton{border-radius:5px;display:block;width:92%;color:#fff;background:#ff0505;background:var(--checkout-button-red);margin-bottom:20px}.PLPAddToCart-SizeInfoContainer{display:flex}.PLPAddToCart-SizeInfoContainer-title{font-family:"Avenir Next";font-size:16px;font-weight:600;letter-spacing:0;line-height:22px}@media (max-width:767px){.PLPAddToCart-SizeInfoContainer-title{display:none}}.PLPAddToCart-SizeInfoContainer-SizeInfo{margin-bottom:5px;display:flex;width:100%;justify-content:flex-end}@media (min-width:1025px){.PLPAddToCart .PLPAddToCart-SizeTypeSelector select{position:relative;overflow:hidden;cursor:pointer;font-size:13px;letter-spacing:.5px;line-height:18px;border:.5px solid #d1d3d4;border-radius:6px;width:70px;height:50px}}@media (max-width:767px){.PLPAddToCart .PLPAddToCart-SizeTypeSelector{position:relative;display:flex;justify-content:center;flex-direction:column;margin:-20px;width:10%}}.PLPAddToCart .PLPAddToCart-SizeTypeOptionContainer{display:flex;align-items:center;width:100%;padding:0 12px;will-change:transform}@media (max-width:767px){.PLPAddToCart .PLPAddToCart-SizeTypeOptionContainer{padding:0 0 0 6px}.PLPAddToCart .PLPAddToCart-SizeTypeOptionContainer_isArabic{padding:0 6px 0 0}}.PLPAddToCart .PLPAddToCart-SizeTypeOptionContainer input{display:none}.PLPAddToCart .PLPAddToCart-SizeTypeOptionContainer input:checked+label{width:18px;color:#4a4a4a;font-size:13px;font-weight:600;text-decoration:underline}.PLPAddToCart .PLPAddToCart-SizeTypeOptionContainer label{height:30px;width:15px;color:#9b9b9b;font-size:11px;letter-spacing:0;line-height:30px}@media (max-width:767px){.PLPAddToCart-SizeSelector::-webkit-scrollbar{display:none}}.PLPAddToCart-SizeSelector{position:relative;display:flex;justify-content:space-between;flex-direction:row;align-items:center;align-self:center;padding:0 0 3px;width:92%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}@media (min-width:1025px){.PLPAddToCart-SizeSelector{margin-left:0;scrollbar-width:none}}.PLPAddToCart-SizeSelector .left-arrow-btn{content:"";cursor:pointer;display:block;width:10px;height:10px;-webkit-transform:rotate(135deg);transform:rotate(135deg);border:solid #000;border-width:0 1px 1px 0;top:7px;left:6px;opacity:.3}.PLPAddToCart-SizeSelector .left-arrow-btn_isArabic{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);left:-7px}.PLPAddToCart-SizeSelector .right-arrow-btn{content:"";cursor:pointer;display:block;width:10px;height:10px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:solid #000;border-width:0 1px 1px 0;top:7px;right:6px;opacity:.3}.PLPAddToCart-SizeSelector .right-arrow-btn_isArabic{-webkit-transform:rotate(135deg);transform:rotate(135deg);right:-5px}.PLPAddToCart-SizeSelector .displaySelectedSize{display:flex;width:90%}@media (max-width:767px){.PLPAddToCart-SizeSelector{width:90%;margin-left:44px}}.PLPAddToCart-SizeSelector-SizeContainer{white-space:nowrap;width:75%;display:flex;justify-content:space-between}.PLPAddToCart-SizeSelector-SizeContainer-AvailableSizes{display:flex;flex-direction:row;justify-content:flex-start;width:75%;overflow:scroll;margin-bottom:16px;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.PLPAddToCart-SizeSelector-SizeContainer-AvailableSizes::-webkit-scrollbar{display:none}.PLPAddToCart-SizeSelector-SizeContainer-AvailableSizes .SizeOptionList label{cursor:pointer}.PLPAddToCart-SizeSelector-SizeContainer-AvailableSizes .SizeOptionList:first-child{margin-left:auto}.PLPAddToCart-SizeSelector-SizeContainer-AvailableSizes .SizeOptionList:last-child{margin-right:auto}.PLPAddToCart-SizeSelector-SizeContainer-AvailableSizes_isArabic .SizeOptionList:first-child{margin-left:unset;margin-right:auto}.PLPAddToCart-SizeSelector-SizeContainer-AvailableSizes_isArabic .SizeOptionList:last-child{margin-right:unset;margin-left:auto}.PLPAddToCart-SizeSelector-SizeContainer-AvailableSizes_isArabic .SizeOptionList:only-child{margin-left:auto;margin-right:auto}.PLPAddToCart-SizeSelector-SizeContainer .lineImg{top:0;width:100%;height:100%;opacity:.2;padding:2px;color:grey;position:absolute;-webkit-filter:invert(100%);filter:invert(100%);-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.PLPAddToCart-SizeSelector-QuantityBasedMessage{margin-top:8px}.PLPAddToCart-SizeSelector-SizeOptionContainer{padding:0 4px 0 0}.PLPAddToCart-SizeSelector-SizeOptionContainer input{display:none}.PLPAddToCart-SizeSelector-SizeOptionContainer input:checked+label{background-color:#000;color:#fff;font-weight:600;font-size:14px;letter-spacing:0}.PLPAddToCart-SizeSelector-SizeOptionContainer label{box-sizing:border-box;height:23px;min-width:26px;border:1px solid #000;border-radius:4px;background-color:#fff;color:#000;font-size:14px;font-weight:500;letter-spacing:0;line-height:13px;text-align:center;padding:5px}.PLPAddToCart-SizeSelector-SizeOptionContainerOOS{padding:0 4px 0 0;pointer-events:none}.PLPAddToCart-SizeSelector-SizeOptionContainerOOS input{display:none}.PLPAddToCart-SizeSelector-SizeOptionContainerOOS input:checked+label{font-size:14px;color:#fff;font-weight:600;letter-spacing:0;background-color:#000}.PLPAddToCart-SizeSelector-SizeOptionContainerOOS label{height:23px;padding:5px;min-width:26px;font-size:14px;color:#9b9b9b;font-weight:500;letter-spacing:0;line-height:13px;border-radius:4px;text-align:center;box-sizing:border-box;border:1px solid #d6d6d6;background-color:#fff}.PLPAddToCart-SizeTypeSelectElement{height:26px;width:44px;border:.5px solid #c8c8c8;border-radius:4px;text-align:center;margin-bottom:16px;padding:2px 12px 2px 2px}.PLPAddToCart-SizeTypeSelect_isArabic .PLPAddToCart-SizeTypeSelectElement{padding-right:0}.PLPAddToCart-SizeTypeSelect:after{content:"";display:block;width:6px;height:6px;-webkit-transform:translateY(-2px) rotate(44deg);transform:translateY(-2px) rotate(44deg);position:absolute;bottom:0;top:11px;margin-top:0;border:solid #000;border:solid var(--text-color);border-width:0 1px 1px 0;right:4px}.PLPAddToCart-SizeSelectElement{height:50px;width:100%}.PLPAddToCart-Bottom{display:flex;margin-top:20px}@media (max-width:767px){.PLPAddToCart-Bottom{height:85px;bottom:0;background-color:#fff;left:0;position:fixed;width:calc(100vw + 1px);z-index:90;padding:16px;box-shadow:inset 0 .5px 0 0 rgba(0,0,0,.2);box-sizing:border-box}.PLPAddToCart-Bottom_isOutOfStock{display:none}}.PLPAddToCart-ClickAndCollectButton{display:flex;align-items:center;white-space:nowrap;border:1px solid #f96446;border-radius:6px;background-color:#fff;margin-left:8px}.PLPAddToCart-ClickAndCollectButton_isArabic{margin-left:unset;margin-right:8px}@media (max-width:767px){.PLPAddToCart-ClickAndCollectButton{transition:width .5s}}.PLPAddToCart-ClickAndCollectButton div:first-child{color:#f96446}@media (max-width:767px){.PLPAddToCart-ClickAndCollectButton div:first-child{display:block;animation:slide 2s;-webkit-animation:slide 2s;max-width:0;transition:color 1s 1.5s,max-width 2s;opacity:0;overflow:hidden}}.PLPAddToCart-ClickAndCollectButton .Image .LazyLoad-wrapper{max-width:unset;opacity:unset}.PLPAddToCart-ClickAndCollectButton .Image .LazyLoad-wrapper img{padding:0 6px;width:40px!important;top:2px}.PLPAddToCart-AddToCartButton{position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:221px;height:36px;font-weight:var(--fw-bold);font-size:12px;line-height:15px;background:#000;background:var(--text-color);border:2px solid #000;border:2px solid var(--text-color);border-radius:4px;color:#fff;color:var(--text-color-on-dark-background)}.PLPAddToCart-AddToCartButton_isArabic{left:unset;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.PLPAddToCart-AddToCartButton span{display:block;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;will-change:transform,opacity;transition-timing-function:ease-in;transition-duration:.25s}.PLPAddToCart-AddToCartButton span:last-child,.PLPAddToCart-AddToCartButton span:nth-child(2){width:100%;left:0;opacity:0;position:absolute;-webkit-transform:translateY(0);transform:translateY(0)}.PLPAddToCart-AddToCartButton span:last-child{margin-top:5px;padding-top:7px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAASFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////neHiwAAAAF3RSTlMAIN/vXxBAv3/PMJ9gcFCQr4CPoB9vsEr98g8AAAIaSURBVHhe7dfbjqQgEAbgKmoBQcBDzyzv/6abxhjilNSMDjeb+F829BfAAhT+gzx54sM6K8o5k7JrNL/UzEj5GJqDvqvpoWgsNCLripc4Tn4R/1BWHuR8UhYyHb13gxM5tBWgeQnGozdpmRUDi1cieYl2zS3H2WGwZcrcs4I37Jw1wIPTdOIpFDzGsdzxKEJXT2EnL22e0508pOK9enmgiuegl/fZd/0AVQG7eTAWL3bzcOvTx6sDxC5efcRjH6/WtOni1RmrPl6dcezn+dLPd/MglH79PJje4N8j4GcbvvXMGk5B+wYXvhUH2YOhdaG4N5hOCmngHqveD+AhXoUmb6LkAateqcFWseGJIB+6dlWs3hXQQ0NkHvufuIZcnKsnzIzvvAANsen5AupWHUZoitXjlUBwklfrNNRO8CA2r8lY9zIT2x7Mhx3Lq/ijKSq8euhRu0lPdjz3jHDoWeG98dYxHxo1f/ti0yQ0gjQILx2xGS8P0EEjJl9dxSHz7cVPq8SA2+8uyL6T5Kg6QHEV7aUJOxCiVRHXC57wENkt8qMbOoKcyETh7flHZfvaxBllb908pRsMv+mUETi0rRNSOk9HFL7NG54460wrSlx2zGtlyXvGBMeYtXD8c0tOUnkP2SV5DQAaUxyp/h7hSvCV5ViEi/FW4FSCGzEt0ga4GVwc02gy8JtgmCztlhujhx7R6I1HDd3y5MmTfyvxWkzLf0boAAAAAElFTkSuQmCC) no-repeat;background-size:30px 30px;height:30px;width:180px}@media (max-width:1020px){.PLPAddToCart-AddToCartButton span:last-child{left:40%}}@media (max-width:700px){.PLPAddToCart-AddToCartButton span:last-child{left:30%}}@media (max-width:430px){.PLPAddToCart-AddToCartButton span:last-child{left:16%}}.PLPAddToCart-AddToCartButton_isLoading{border:2px solid grey;border:2px solid var(--loading-button-background-color);background:grey;background:var(--loading-button-background-color)}.PLPAddToCart-AddToCartButton_isLoading span:first-child,.PLPAddToCart-AddToCartButton_isLoading span:last-child{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.PLPAddToCart-AddToCartButton_isLoading span:nth-child(2){opacity:1;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.PLPAddToCart-AddToCartButton_isLoading:active span:nth-child(2){opacity:.9;-webkit-transform:translateY(-120%);transform:translateY(-120%)}.PLPAddToCart-AddToCartButton_addedToCart{border:2px solid #00f0a5;border:2px solid var(--success-color);background:#00f0a5;background:var(--success-color)}.PLPAddToCart-AddToCartButton_addedToCart span:first-child,.PLPAddToCart-AddToCartButton_addedToCart span:nth-child(2){opacity:0}.PLPAddToCart-AddToCartButton_addedToCart span:last-child{opacity:1;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.PLPAddToCart-Placeholder{height:50px;width:360px;background-image:var(--placeholder-image);background-size:var(--placeholder-size);animation:var(--placeholder-animation);-webkit-animation:var(--placeholder-animation);margin-top:35px}@media (max-width:767px){.PLPAddToCart-Placeholder{width:100%}}@-webkit-keyframes fadeIn{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}50%{opacity:.5}to{opacity:1}}.PLPAddToCart-OutOfStockContainer{width:100%;height:auto;max-width:99%;padding:10px 0;position:relative;border-radius:7px;margin-bottom:20px;animation:fadeIn 2s;-webkit-animation:fadeIn 2s;box-shadow:0 0 11px rgba(0,0,0,.1)}.PLPAddToCart-OutOfStockHeading{display:block;font-size:13px;line-height:30px;text-align:center;color:var(--Cardinal);text-transform:uppercase;font-family:"Avenir Next Medium"}.PLPAddToCart-NotifyWhenAvailable{display:block;font-size:18px;color:#000;line-height:30px;text-align:center;font-family:"Avenir Next Demi Bold"}.PLPAddToCart-EmailSendContainer{width:90%;height:50px;display:flex;margin:15px auto;border-radius:6px;align-items:center;justify-content:space-between;background-color:var(--heart-background)}.PLPAddToCart-EmailInput{width:82%;border:none;font-size:13px;text-transform:none;background-color:inherit}.PLPAddToCart-EmailSendBtn{font-size:11px;cursor:pointer;color:#f96446;text-transform:uppercase;font-family:"Avenir Next Demi Bold"}.PLPAddToCart-EmailSendBtn:lang(en){margin-right:16px}.PLPAddToCart-EmailSendBtn:lang(ar){margin-left:16px}.PLPAddToCart-LoadingContainer{top:0;left:0;width:100%;height:100%;display:grid;position:absolute;place-items:center;background-color:rgba(0,0,0,.3)}.PLPAddToCart-NotifyMeSuccessContainer{width:100%;height:auto;max-width:366px;padding-top:1px;position:relative;border-radius:7px;margin-bottom:20px;padding-bottom:20px;animation:fadeIn 2s;-webkit-animation:fadeIn 2s;box-shadow:0 0 11px rgba(0,0,0,.1)}.PLPAddToCart-NotifyMeSuccessContainer .Image .LazyLoad-wrapper img{width:40px!important;height:40px!important;display:block;margin:20px auto}.PLPAddToCart-NotifyMeSuccessContainer span{width:70%;display:block;margin:0 auto;font-size:14px;color:#000;line-height:19px;text-align:center}.PLPAddToCart #notavailable{width:100%;max-width:366px;text-align:center}.PLPAddToCart-ViewDetails{color:#8d8d8d;font-size:12px;font-weight:700;letter-spacing:0;line-height:16px;text-align:center;margin-top:16px}.PageWrapper_isArabic .PLPAddToCart-SizeSelector:after,.PageWrapper_isArabic .PLPAddToCart-SizeTypeSelector:after{left:15px;right:auto}.PageWrapper_isArabic .PLPAddToCart-SizeSelector{margin-right:0;margin-left:0}@media (max-width:767px){.PLPAddToCart-SizeSelector::-webkit-scrollbar-thumb{display:none}}@-webkit-keyframes slide{0%{display:none;max-width:0;opacity:0}to{display:block;max-width:300px;opacity:1}}@keyframes slide{0%{visibility:collapse;max-width:0;opacity:0}to{visibility:visible;max-width:300px;opacity:1}}.PLPAddToCart-AddToCartButton[disabled]{opacity:.3!important}.SeperatorAddtoCart{background-color:#efefef;margin:20px 0;height:1px}@media (max-width:767px){.SeperatorAddtoCart{margin:15px 0}}.ProductItem{font-weight:var(--fw-regular);min-width:0;padding-left:0;position:relative}@media (max-width:767px){.ProductItem{display:flex;width:100%;flex-direction:column;justify-content:flex-start;align-items:flex-start}}.ProductItem-SizeFilterBar{height:40px!important;min-height:40px!important;overflow-x:scroll;margin-bottom:15px!important;display:flex;justify-content:center}.ProductItem-SizeFilterBar_isArabic{display:unset}.ProductItem-SizeFilterBar_isArabic .PLPFilters-QuickCategories{overflow-x:auto;overflow-y:hidden}.ProductItem-SizeFilterBar_isArabic .PLPFilters-QuickCategories_isArabic{width:425px!important}.ProductItem-FilterBar{height:55px!important;min-height:55px!important;overflow-x:scroll;margin-bottom:0!important;display:flex;align-items:center}.ProductItem-FilterBar:after{content:""}.ProductItem-BlankFilterBar{height:50px!important;min-height:50px!important}.ProductItem-BlankFilterBar:after{content:""}@media (min-width:1025px){.ProductItem{width:242px;min-height:368px}}@media (max-width:767px){.ProductItem{min-height:273px}}.ProductItem:last-child{margin-bottom:25.7px}.ProductItem_isArabic .Price{display:flex;flex-direction:none}.ProductItem_isArabic .Price-Wrapper{justify-content:center}.ProductItem_isArabic .WishlistIcon-Icon{left:unset!important}.ProductItem:before{display:none}.ProductItem-ImageBox{padding-top:100%;background:#fff;position:relative;display:flex;flex-direction:column;justify-content:center}.ProductItem .Image_imageStatus_2{display:flex}.ProductItem .Image{top:0;left:0;padding-bottom:0!important}.ProductItem .Image img{object-position:center;width:100%;height:100%;position:static;object-fit:fill}.ProductItem a{text-decoration:none}.ProductItem-Brand{font-size:14px;font-weight:600;letter-spacing:0;line-height:19px;text-align:start;margin:0 0 6px}@media (max-width:767px){.ProductItem-Brand{font-size:11px;letter-spacing:.18px;line-height:15px}}.ProductItem-OutOfStock{display:block;font-size:13px;line-height:30px;text-align:center;color:var(--Cardinal);text-transform:uppercase;font-family:"Avenir Next Medium"}.ProductItem-Title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:80%;margin-bottom:0;font-size:13px;letter-spacing:0;line-height:15px;color:#4a4a4a;text-align:left}.ProductItem-Title_isArabic{text-align:right}@media (max-width:767px){.ProductItem-Title{font-size:12px}}.ProductItem .ProductLabel{width:35px;height:20px;display:flex;align-items:center;justify-content:center;background-color:#c8b581;border-radius:0 10px 10px 0;position:absolute;font-size:11px;color:#fff;line-height:13px;font-weight:var(--fw-medium)}.ProductItem .colorVariantContainer{display:flex;flex-direction:row;align-items:center;width:242px;height:31px}.ProductItem .colorVariantContainer .left-arrow{content:"";display:block;width:10px;height:10px;-webkit-transform:rotate(135deg);transform:rotate(135deg);border:solid #000;border-width:0 1px 1px 0}.ProductItem .colorVariantContainer .left-arrow_isArabic,.ProductItem .colorVariantContainer .right-arrow{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ProductItem .colorVariantContainer .right-arrow{content:"";display:block;width:10px;height:10px;border:solid #000;border-width:0 1px 1px 0}.ProductItem .colorVariantContainer .right-arrow_isArabic{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.ProductItem .colorVariantContainer button{display:flex;align-items:center;height:0;padding:0;font-size:20px;font-weight:400;opacity:.2}.ProductItem .colorVariantSlider{display:flex;overflow-x:scroll}.ProductItem .colorVariantSlider::-webkit-scrollbar{display:none}.ProductItem .PLPMobileColorVarients{background-color:#fff;opacity:1;bottom:18px;left:calc(100% - 8px);-webkit-transform:translateX(-100%);transform:translateX(-100%);border-radius:12px;padding:7px 10px;display:flex;justify-content:center;align-items:center}@media (max-width:767px){.ProductItem .PLPMobileColorVarients{position:absolute;font-size:12px;z-index:1;padding:3px 6px}.ProductItem .PLPMobileColorVarients_isArabic{left:8px;-webkit-transform:translateX(0);transform:translateX(0)}}.ProductItem .PLPMobileColorVarients .radio-input{margin:0}.ProductItem .PLPMobileColorVarients .multi-color .radio-input{margin:0 -3px}.ProductItem .PLPMobileColorVarients .colorVarientCounts{margin-left:5px;font-weight:700}.ProductItem .PLPMobileColorVarients .colorVarientCounts_isArabic{margin-left:0;margin-right:6px}.ProductItem .ProductTag{width:90px;height:20px;display:flex;align-items:center;justify-content:center;background-color:#9c9;border-radius:0 10px 10px 0;position:absolute;font-size:11px;color:#fff;line-height:13px;font-weight:var(--fw-medium)}.ProductItem .ProductContainer{width:35px}.ProductItem .ProductContainer,.ProductItem .ProductTagContainer{display:flex;align-items:center;position:absolute;justify-content:center;top:12px;z-index:2;opacity:.7;height:20px}.ProductItem .ProductTagContainer{width:90px}.ProductItem .WishlistIcon{width:28px;height:28px;z-index:2}.ProductItem .WishlistIcon-Icon{width:20px;height:20px;background-size:20px;left:-1px;top:5px}.ProductItem_isArabic .ProductLabel,.ProductItem_isArabic .ProductTag{border-radius:10px 0 0 10px;right:0}.ProductItem_isArabic .WishlistIcon{left:.8rem;right:auto}.ProductItem_isArabic .WishlistIcon-Icon{display:flex;justify-content:center;align-items:center;padding:initial}.ProductItem .Price{font-size:13px;letter-spacing:-.5px;text-align:start;margin-top:8px;display:flex;font-weight:var(--fw-demi)}.ProductItem .Price-Wrapper{justify-content:center;margin-right:5px}.ProductItem .Price-Wrapper_isArabic{margin-left:5px}.ProductItem .Price-Discount,.ProductItem .Price-Special{display:none}.ProductItem .Price-Discount_discount,.ProductItem .Price-Special_discount{display:inline;color:#000}.ProductItem .Price-Del{align-self:center}.ProductItem-AddToCart{position:absolute;bottom:0;width:100%;background-color:#fff;min-height:123px;display:none}.ProductItem:hover .ProductItem-AddToCart{display:block}.ProductItem .CountdownTimer{padding-top:6px;float:left}@media (min-width:1025px){.ProductItem .CountdownTimer .DynamicContentCountDownTimer{margin-bottom:5px}}.ProductItem .CountdownTimerArabic{padding-top:6px;float:right}@media (min-width:1025px){.ProductItem .CountdownTimerArabic .DynamicContentCountDownTimer{margin-bottom:5px}}.ProductItem .radio-label{display:flex}.ProductItem .radio-input{cursor:pointer;margin:8px;width:15px;height:15px;min-height:13px;min-width:12px;padding:0;border:2px solid #fff;border-radius:50%}@media (max-width:767px){.ProductItem .radio-input{border:none;width:13px;height:13px;min-height:13px;min-width:13px}}.ProductItem .radio-input:checked :after{opacity:1}@media (min-width:1025px){.ProductItem .swiperWrapper{min-height:274px}}.ProductItem-sidewideCoupon{text-align:left;font-size:12px}.ProductItem-sidewideCoupon_isArabic{text-align:right}.ProductItem-ImgBlock{position:relative}.ProductItem-ImgBlock,.ProductItem .product-description-block{width:100%;display:inline-block}@media (max-width:767px){.tagsForMsiteProduct{display:flex;margin-bottom:5px}.tagsForMsiteProduct .ExclusiveMobile{background:#e9e9e9;border-radius:12px;color:#000;padding:5px 10px;font-weight:400;line-height:6px;margin:5px 5px 0 0;font-size:10px;z-index:1}}.PLPratings.ratings{position:absolute}@media (max-width:767px){.PLPratings.ratings{left:5px;bottom:30px}}@media (min-width:1025px){.PLPratings.ratings{left:10px;bottom:40px}}@media (max-width:767px){.PLPratings.ratings_isArabic{left:auto;right:5px;bottom:30px}}@media (min-width:1025px){.PLPratings.ratings_isArabic{left:auto;right:10px;bottom:40px}}@media (max-width:767px){.PLPratings .ratings{left:5px;bottom:15px}}@media (min-width:1025px){.PLPratings .ratings{left:10px;bottom:5px}}@media (min-width:1025px){.PLPratings .ratings-summary{border-radius:13px}}.PLPratings .ratings-summary-count,.PLPratings .ratings-summary-rating,.PLPratings .ratings-summary-separator,.PLPratings .ratings-summary-text{color:#000}@media (max-width:767px){.PLPratings .ratings-summary-count,.PLPratings .ratings-summary-rating,.PLPratings .ratings-summary-separator,.PLPratings .ratings-summary-text{font-size:9px;line-height:11px;font-weight:500}}@media (min-width:1025px){.PLPratings .ratings-summary-count,.PLPratings .ratings-summary-rating,.PLPratings .ratings-summary-separator,.PLPratings .ratings-summary-text{font-size:13px;line-height:11px;font-weight:500}}.PLPratings .ratings-summary-separator{color:#c7c7c7}.PLPratings .ratings-summary-totalReview{color:#000}@media (max-width:767px){.PLPratings .ratings-summary-totalReview{font-size:9px;line-height:11px;font-weight:500}}@media (min-width:1025px){.PLPratings .ratings-summary-totalReview{font-size:13px;line-height:11px;font-weight:500}}.PLPratings .ratings-totalReview-count,.PLPratings .ratings-totalReview-text{color:#000}@media (max-width:767px){.PLPratings .ratings-totalReview-count,.PLPratings .ratings-totalReview-text{font-size:9px;line-height:11px;font-weight:500}}@media (min-width:1025px){.PLPratings .ratings-totalReview-count,.PLPratings .ratings-totalReview-text{font-size:13px;line-height:11px;font-weight:500}}.PLPratings .ratings-totalReview-text{display:none}@media (max-width:767px){.PLPratings .ratings-icon{width:6px}}.Price_isArabic{width:100%}.Price_isArabic,.Price_isArabic .Price-Wrapper{display:flex;justify-content:flex-start;align-items:flex-start}.Price_isArabic .Price-Wrapper{direction:rtl;margin-right:0;margin-left:5px}.PageWrapper_isArabic .PLPPage .ProductItem_isArabic .Price_isArabic{display:flex;justify-content:flex-start;align-items:flex-start;width:100%}.PageWrapper_isArabic .PLPPage .ProductItem_isArabic .Price-Wrapper{margin-right:0;margin-left:5px;flex-direction:row}.productItemSlider .swiper-pagination{display:flex;justify-content:center;margin-top:8px;margin-bottom:25px;position:absolute}@media (max-width:767px){.productItemSlider .swiper-pagination{position:absolute;justify-content:center;padding:0 10px;bottom:10px!important;margin-bottom:0}}@media (max-width:767px) and (max-width:767px){.productItemSlider_isArabic .swiper-pagination{justify-content:center}}.productItemSlider .swiper-pagination-bullet{width:6px;height:6px;border-radius:50%;background-color:rgba(0,0,0,.5);margin:0 2px!important;cursor:pointer;transition:background-color .2s ease}.productItemSlider .swiper-pagination-bullet:hover{background-color:#555}.productItemSlider .swiper-pagination-bullet.active{background-color:#000}.productItemSlider .swiper-slide-next,.productItemSlider .swiper-slide-prev{margin-left:0;margin-right:0}@-webkit-keyframes widthLeftToright{0%{max-width:0}to{max-width:100%}}@keyframes widthLeftToright{0%{max-width:0}to{max-width:100%}}.ratings{display:inline-block;z-index:1}@media (max-width:767px){.ratings{position:absolute;left:10px;bottom:25px}}.ratings_isArabic{left:auto;right:10px}.ratings_isArabic .ratings-summary-rating .ratings-icon,.ratings_isArabic .ratings-totalReview-text{margin-right:2px;margin-left:0}.ratings-summary{background:#fff;display:flex;justify-content:space-evenly;align-items:center;border:1px solid #dedede;cursor:pointer}@media (max-width:767px){.ratings-summary{padding:4px 8px;border-radius:15px;width:auto}}@media (min-width:1025px){.ratings-summary{padding:5px 8px}}@media (max-width:767px){.ratings-summary-count,.ratings-summary-rating,.ratings-summary-separator,.ratings-summary-text{font-size:13px;line-height:17px;font-weight:500;color:#000}}@media (min-width:1025px){.ratings-summary-count,.ratings-summary-rating,.ratings-summary-separator,.ratings-summary-text{font-size:14px;line-height:20px;font-weight:500;color:#000}}.ratings-summary-count .ratings-icon,.ratings-summary-rating .ratings-icon,.ratings-summary-separator .ratings-icon,.ratings-summary-text .ratings-icon{margin-left:2px}.ratings-summary-separator{margin:0 3px;color:#dedede}.ratings-detailPop{background:#fff;padding:20px;display:inline-block;width:100%}.ratings-detailPop-title{font-size:18px;line-height:18px;font-size:600;margin-top:0;margin-bottom:20px}@media (min-width:1025px){.ratings-detailPop{padding:20px 10px}}.ratings-Info{display:flex;justify-content:space-evenly;align-items:center}.ratings-Info_isArabic{direction:rtl}.ratings-avg{display:flex;width:38%;flex-direction:column;align-items:center}@media (min-width:1025px){.ratings-avg{width:35%}}.ratings-avg-title{font-size:32px;line-height:32px;font-weight:500;color:#000;display:flex;margin-bottom:5px}.ratings-avg-title span{margin-right:3px}.ratings-avg-separator{height:150px;border:1px solid #e7e7e7;background:#e7e7e7;margin:0 23px}.ratings-avg-text{font-size:12px;line-height:18px;color:#979797}.ratings-starList{display:flex;flex-direction:column;width:58%}@media (min-width:1025px){.ratings-starList{width:65%}}.ratings-starItem{display:flex;width:100%;margin-bottom:10px;align-items:center;justify-content:flex-start}.ratings-starItem:last-child{margin-bottom:0}@media (min-width:1025px){.ratings-starItem{margin-bottom:20px}}.ratings-starItem-text{font-size:12px;line-height:17px;font-weight:500;max-width:25px;color:#000}@media (min-width:1025px){.ratings-starItem-text{font-size:14px}}.ratings-starItem-bar{width:140px;height:5px;background:#d9d9d9;max-width:75%;margin:0 6px;position:relative}.ratings-starItem-barSelected{height:5px;width:0;background:#28d9aa;display:inline-block;position:absolute;left:0;top:0;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:widthLeftToright;animation-name:widthLeftToright}@media (min-width:1025px){.ratings-starItem-bar,.ratings-starItem-barSelected{height:7px}}.ratings-starItem .ratings-icon{margin-left:2px}@media (max-width:767px){.ratings-totalReview-count,.ratings-totalReview-text{font-size:13px;line-height:17px;font-weight:500;color:#000}}@media (min-width:1025px){.ratings-totalReview-count,.ratings-totalReview-text{font-size:14px;line-height:20px;font-weight:500;color:#000;color:#777}}.ratings-totalReview-text{margin-left:2px}@media (max-width:767px){.ratings-totalReview-text{display:none}}.ratings-icon{width:10px}.ratings-icon_isLarge{width:20px}.ratings-icon_isSmall{width:7px}.ratings-detailPop_isArabic .ratings-starItem .ratings-icon{margin-left:0;margin-right:2px}.ratings-detailPop_isArabic .ratings-starItem-barSelected{left:auto;right:0}.ratings-detailPop_isArabic .ratings-totalReview-text{margin-left:0;margin-right:2px}.ratings-detailPop_isArabic .ratings-avg-title span{margin-right:0;margin-left:3px}.ExpressDeliveryTagBlock{block-size:26px;max-inline-size:-webkit-fit-content;max-inline-size:-moz-fit-content;max-inline-size:fit-content;font-style:italic;display:flex;align-items:center;background:#ffe0da;margin-top:10px;width:100%;height:20px;padding:10px 10px 10px 8px;border-top-right-radius:4px;border-bottom-right-radius:4px}.ExpressDeliveryTagBlock svg{width:20px;height:20px;margin:0 4px;-webkit-margin-start:0;margin-inline-start:0}@media (max-width:767px){.ExpressDeliveryTagBlock svg{width:18px;height:18px;margin:0 2px}}.ExpressDeliveryTagBlock_isArabic{padding-left:10px;padding-right:8px;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.ExpressDeliveryTagBlock .ExpressDeliveryText{padding-bottom:3px}.ExpressDeliveryTagBlock .ExpressDeliveryText_isArabic{padding-bottom:0}@media (max-width:767px){.ExpressDeliveryTagBlock .ExpressDeliveryText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}}@media (max-width:767px){.ExpressDeliveryTagBlock{margin-top:0}}.ExpressDeliveryTagBlock .ExpressDeliveryTextRed{color:#f96446;font-weight:600;font-family:"Avenir Next";font-style:italic;font-size:13px}.ExpressDeliveryTagBlock .ExpressDeliveryTextNormal{font-weight:400}.ExpressDeliveryTagBlock .ExpressDeliveryTextBold{font-weight:600;font-family:"Avenir Next"}@media (max-width:767px){.ExpressDeliveryTagBlock .ExpressDeliveryTextBold{font-size:10.5px}}.delivery-container{display:flex;margin-top:10px;align-items:center;background:#d12229;max-inline-size:-webkit-fit-content;max-inline-size:-moz-fit-content;max-inline-size:fit-content;height:20px;padding-right:10px;padding-left:4px;border-top-right-radius:4px;border-bottom-right-radius:4px}.delivery-container_isArabic{padding-left:10px;padding-right:4px;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px}@media (max-width:767px){.delivery-container{margin-top:0}}.delivery-box{display:flex;align-items:center;font-weight:600}@media (max-width:767px){.delivery-box{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}}.quick,.quick .icon{align-items:center}.quick .icon{display:flex;justify-content:center}.quick .icon svg{margin:0 4px}.quick .quickDeliveryTextContainer .quickDeliveryText{font-family:"Avenir Next";font-style:italic;padding-bottom:2px}.quick .quickDeliveryTextContainer .quickDeliveryText_isArabic{padding-bottom:0}.quick .quickDeliveryTextContainer .quickDeliveryText .quickDeliveryTextNormal{color:#fff;font-size:13px;font-weight:600}.quick .quickDeliveryTextContainer .quickDeliveryText .quickDeliveryTextNormal .highlight{font-style:italic}@media (max-width:767px){.ProductItemMeta{margin-bottom:4px}}.ProductItemMeta .ProductItem_Brand{font-weight:var(--fw-demi);text-transform:uppercase;margin-bottom:2px}.ProductItemMeta .ProductItem_Brand,.ProductItemMeta .ProductItem_Title{color:#000;font-family:"Avenir Next";font-size:13px;letter-spacing:0;line-height:20px}.ProductItemMeta .ProductItem_Title{font-weight:var(--fw-regular);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px}@media (max-width:767px){.ProductItemMeta .ProductItem_Title{font-size:12px}}.ProductItemMeta .Price{color:#000;font-family:"Avenir Next";font-size:13px;letter-spacing:-.5px;line-height:20px;font-weight:var(--fw-demi);margin-top:0}.ProductItemMeta .Price .Currency-Symbol{font-size:16px}.ProductItemMeta .Price .Price-Base{margin-right:0;margin-left:2px}.ProductItemMeta .Price .Price-Wrapper{color:#000;font-family:"Avenir Next";font-size:13px;letter-spacing:-.5px;line-height:20px;font-weight:var(--fw-demi);margin:0}.ProductItemMeta .Price .Price-Wrapper .Price-Del{color:#000;font-weight:var(--fw-regular);display:inline-block;margin-right:0;margin-left:2px}.ProductItemMeta .Price .Price-Wrapper .Price-Del .Price-Base{margin-right:0;margin-left:0}.ProductItemMeta .Price .Price-Wrapper .Price-Discount{color:#000;font-weight:var(--fw-regular);margin-right:0;margin-left:2px;display:inline-block}.ProductItemMeta .Price .Price-Wrapper .Price-Special{color:#000;font-weight:var(--fw-demi);display:inline-block;margin-right:0;margin-left:2px}.ProductItemMeta .Price_isArabic .Currency-Symbol{margin-right:0;margin-left:2px}@media (max-width:767px){.VueProductSlider-HeaderContainer{display:flex;align-items:center;text-align:center}.VueProductSlider-HeaderContainer h1{height:40px;width:335px;color:#000;font-family:"Avenir Next";font-size:16px;font-weight:500;letter-spacing:1px;line-height:40px;text-align:left}.VueProductSlider-HeaderContainer .VueProductSlider-ViewAllBtn{margin:0 20px}.VueProductSlider-HeaderContainer .VueProductSlider-ViewAllBtn_isArabic{margin:0!important}.VueProductSlider-HeaderContainer_isHome .VueProductSlider-ViewAllBtn{margin:0 10px!important}.VueProductSlider-HeaderContainer_isHome .VueProductSlider-ViewAllBtn_isArabic{margin:0!important}}.VueProductSlider-SpecialPriceCon .SearchProduct-PriceWrapper{font-size:13px;color:#000;font-weight:var(--fw-demi)}@media (max-width:450px){.VueProductSlider-SpecialPriceCon .SearchProduct-PriceWrapper{font-size:10px}}.VueProductSlider-SpecialPriceCon .SearchProduct-PriceWrapper .Price-Discount{margin-left:4px}.VueProductSlider-SpecialPriceCon .Price-Wrapper{margin-right:4px}.VueProductSlider-SpecialPriceCon .Price-Discount{color:#000;font-size:13px;line-height:20px;padding:0 4px}:root{--new-tag-color:#c8b581;--divider-color:#efefef;--button-text-color:#fff;--button-color:#000;--heart-background:#f9f9f9}.VueProductSlider-HeaderContainer .productWidgetHeading,.VueProductSlider-HeaderContainer h4{color:#000;font-family:"Avenir Next";font-size:18px;font-weight:500;letter-spacing:2px;line-height:25px;text-transform:uppercase}@media (max-width:767px){.VueProductSlider-HeaderContainer .productWidgetHeading,.VueProductSlider-HeaderContainer h4{height:40px;width:335px;color:#000;font-family:"Avenir Next";font-size:16px;font-weight:500;letter-spacing:1px;line-height:40px;text-align:left;text-transform:uppercase}}.VueProductSlider-HeaderContainer_isArabic{display:flex;justify-content:space-between}.VueProductSlider-HeaderContainer_isArabic .productWidgetHeading{text-align:right;width:100%;padding:0 24px}.VueProductSlider-HeaderContainer_isArabic .VueProductSlider-ViewAllBtn{text-align:left}.VueProductSlider-VueProductContainer{cursor:pointer}.VueProductSlider-VueProductContainer #brandName{color:#000;font-family:"Avenir Next";font-weight:600;letter-spacing:0;line-height:19px;text-align:start;text-transform:uppercase;text-align:left}.VueProductSlider-VueProductContainer #productName{font-family:"Avenir Next";letter-spacing:0;line-height:15px;text-align:left}.VueProductSlider-VueProductContainer #productName_isArabic,.VueProductSlider-VueProductContainer_isArabic #brandName,.VueProductSlider-VueProductContainer_isArabic #productName{text-align:right}.VueProductSlider-VueProductContainer .Price .Price-Special_discount{color:#000}.DynamicContentProductSliderHomePage_isArabic{left:0;right:0!important;text-align:right;-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.DynamicContentProductSlider,.DynamicContentProductSliderHomePage{text-align:left}.DynamicContentProductSlider .VueProductSlider-VueProductContainer,.DynamicContentProductSliderHomePage .VueProductSlider-VueProductContainer{height:auto}.DynamicContentProductSlider .VueProductSlider-VueProductContainer .Image,.DynamicContentProductSliderHomePage .VueProductSlider-VueProductContainer .Image{margin-bottom:6px}@media (max-width:1024px) and (min-width:768px){.DynamicContentProductSlider .VueProductSlider-Container,.DynamicContentProductSliderHomePage .VueProductSlider-Container{padding-left:0;width:100%}.DynamicContentProductSlider .VueProductSlider-SliderContainer,.DynamicContentProductSliderHomePage .VueProductSlider-SliderContainer{width:100%}.DynamicContentProductSlider .VueProductSlider-HeaderContainer,.DynamicContentProductSliderHomePage .VueProductSlider-HeaderContainer{margin-left:30px;margin-right:30px}}@media (max-width:767px){.DynamicContentProductSlider-HeaderContainer,.DynamicContentProductSliderHomePage-HeaderContainer{margin-left:10px;margin-right:10px}.DynamicContentProductSlider_isArabic,.DynamicContentProductSliderHomePage_isArabic{text-align:left}}.DynamicContentProductSlider_isArabic,.DynamicContentProductSliderHomePage_isArabic{right:50%;left:0;-webkit-transform:translateX(50%);transform:translateX(50%);text-align:right}.DynamicContentProductSlider-HeaderContainer,.DynamicContentProductSliderHomePage-HeaderContainer{position:relative;text-align:start;padding-top:2rem;padding-bottom:1rem}.DynamicContentProductSlider-HeaderContainer_isArabic,.DynamicContentProductSliderHomePage-HeaderContainer_isArabic{right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}@media (max-width:1024px) and (min-width:768px){.DynamicContentProductSlider-HeaderContainer,.DynamicContentProductSliderHomePage-HeaderContainer{left:0}}.DynamicContentProductSlider-Header,.DynamicContentProductSlider-SubHeader,.DynamicContentProductSliderHomePage-Header,.DynamicContentProductSliderHomePage-SubHeader{width:100%;margin:0;line-height:1.5rem}.DynamicContentProductSlider-Header,.DynamicContentProductSliderHomePage-Header{color:#000;font-family:"Avenir Next";font-size:18px;font-weight:500;letter-spacing:2px;line-height:25px}@media (min-width:1025px){.DynamicContentProductSlider-Header,.DynamicContentProductSliderHomePage-Header{padding-bottom:.5rem;font-size:20px}}@media (min-width:1025px){.DynamicContentProductSlider-SubHeader,.DynamicContentProductSliderHomePage-SubHeader{font-size:1.2rem}}.DynamicContentProductSliderHomePage li,.DynamicContentProductSlider li{content:"";padding:0}.DynamicContentProductSliderHomePage li:before,.DynamicContentProductSlider li:before{content:none}.DynamicContentProductSliderHomePage img,.DynamicContentProductSlider img{object-fit:cover}@media (min-width:1025px){.DynamicContentProductSlider-ProductContainer,.DynamicContentProductSliderHomePage-ProductContainer{height:423px;margin-bottom:20px;width:100%;-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;overflow-x:auto}.DynamicContentProductSlider-ProductContainer::-webkit-scrollbar,.DynamicContentProductSliderHomePage-ProductContainer::-webkit-scrollbar{display:none}}.DynamicContentProductSlider-ProductItem,.DynamicContentProductSliderHomePage-ProductItem{flex:0 0 auto;margin-right:3px;min-width:220px;min-height:326px;background:#fff}.DynamicContentProductSlider-ProductItem h2,.DynamicContentProductSliderHomePage-ProductItem h2{margin-top:1rem;margin-bottom:0}.DynamicContentProductSlider-ProductItem p,.DynamicContentProductSliderHomePage-ProductItem p{margin-bottom:0;font-weight:var(--fw-regular)}.DynamicContentProductSlider-ProductItem del,.DynamicContentProductSliderHomePage-ProductItem del{display:none}.DynamicContentProductSlider-ProductItem .Price,.DynamicContentProductSliderHomePage-ProductItem .Price{font-weight:var(--fw-demi)}@media (max-width:1024px) and (min-width:768px){.DynamicContentProductSlider-MobileSliderWrapper,.DynamicContentProductSliderHomePage-MobileSliderWrapper{margin-bottom:15px}}.DynamicContentProductSlider-MobileSlider,.DynamicContentProductSliderHomePage-MobileSlider{width:80%;overflow:visible}.DynamicContentProductSlider-MobileSlider_isArabic,.DynamicContentProductSliderHomePage-MobileSlider_isArabic{direction:ltr}.DynamicContentProductSlider-TagOverlay,.DynamicContentProductSliderHomePage-TagOverlay{position:absolute;top:1.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;font-size:1.2rem;color:#fff;color:var(--button-text-color);background-color:#c8b581;background-color:var(--new-tag-color);width:3.5rem;height:2rem;padding:3px}.DynamicContentProductSlider-TagOverlay_isArabic,.DynamicContentProductSliderHomePage-TagOverlay_isArabic{border-radius:1rem 0 0 1rem;right:0}.DynamicContentProductSlider-FavoriteOverlay,.DynamicContentProductSliderHomePage-FavoriteOverlay{position:absolute;background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/heart.342ce18f.svg) 5px no-repeat;top:1.2rem;right:1rem;width:30px;height:30px;padding:1rem;border-radius:2rem;background-color:#f9f9f9;background-color:var(--heart-background)}.DynamicContentProductSlider-FavoriteOverlay_isArabic,.DynamicContentProductSliderHomePage-FavoriteOverlay_isArabic{right:auto;left:1rem}@media (min-width:1025px){.DynamicContentProductSlider-ButtonNext,.DynamicContentProductSliderHomePage-ButtonNext{right:0}}.DynamicContentProductSlider-ButtonNext_isArabic,.DynamicContentProductSliderHomePage-ButtonNext_isArabic{right:auto;left:0}@media (min-width:1025px){.DynamicContentProductSlider-ButtonPrev,.DynamicContentProductSliderHomePage-ButtonPrev{left:0}}.DynamicContentProductSlider-ButtonPrev_isArabic,.DynamicContentProductSliderHomePage-ButtonPrev_isArabic{right:0}.DynamicContentProductSlider-ArrowNext,.DynamicContentProductSlider-ArrowPrev,.DynamicContentProductSliderHomePage-ArrowNext,.DynamicContentProductSliderHomePage-ArrowPrev{position:relative;left:35%;top:40%;width:.6vw;height:.6vw;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-top:2px solid #fff;border-top:2px solid var(--button-text-color);border-right:2px solid #fff;border-right:2px solid var(--button-text-color)}.DynamicContentProductSlider-ArrowPrev,.DynamicContentProductSliderHomePage-ArrowPrev{-webkit-transform:rotate(225deg);transform:rotate(225deg);left:40%}.DynamicContentProductSlider-ArrowPrev_isArabic,.DynamicContentProductSliderHomePage-ArrowPrev_isArabic{-webkit-transform:rotate(45deg);transform:rotate(45deg);right:45%}.DynamicContentProductSlider-ArrowNext_isArabic,.DynamicContentProductSliderHomePage-ArrowNext_isArabic{-webkit-transform:rotate(225deg);transform:rotate(225deg);right:40%}.DynamicContentProductSlider-ButtonNext,.DynamicContentProductSlider-ButtonPrev,.DynamicContentProductSliderHomePage-ButtonNext,.DynamicContentProductSliderHomePage-ButtonPrev{display:none}@media (min-width:1025px){.DynamicContentProductSlider-ButtonNext,.DynamicContentProductSlider-ButtonPrev,.DynamicContentProductSliderHomePage-ButtonNext,.DynamicContentProductSliderHomePage-ButtonPrev{display:block;background-color:#000;background-color:var(--button-color);position:absolute;width:3.5vw;height:3.5vw;top:7vw;z-index:2}}.DynamicContentRichContentBanner{max-width:1396px}@media (min-width:1025px){.DynamicContentRichContentBanner{margin-bottom:50px!important}}@media (max-width:1024px) and (min-width:768px){.DynamicContentRichContentBanner{margin-left:30px;margin-right:30px}}.DynamicContentRichContentBanner .DynamicContentHeader{margin-bottom:20px}.DynamicContentRichContentBanner .SliderWithLabelWrapper{display:flex}.DynamicContentRichContentBanner-Label{display:flex;position:absolute;bottom:15rem;right:70%;text-transform:uppercase;align-items:center;vertical-align:center}.DynamicContentRichContentBanner .Slider-Crumbs{position:static}.DynamicContentRichContentBanner .Slider-Crumb{width:9px;height:9px;border:1px solid #0a0a0a;background:#fff}.DynamicContentRichContentBanner .Slider-Crumb_isActive{width:11px;height:11px;border:2px solid #fff;box-shadow:0 0 0 1px #0a0a0a;background:#0a0a0a}.DynamicContentRichContentBanner .Image-Image{object-fit:cover}.DynamicContentRichContentBanner .tns-outer button[data-action=start],.DynamicContentRichContentBanner .tns-outer button[data-action=stop]{display:none}.DynamicContentRichContentBanner .tns-controls{position:static;display:none}.DynamicContentRichContentBanner .tns-controls button:first-child{left:0;position:absolute;font-size:75px;font-weight:500;color:#888;bottom:5%;height:100%;margin-left:15px}.DynamicContentRichContentBanner .tns-controls button:first-child:hover{color:#000}.DynamicContentRichContentBanner .tns-controls button:last-child{right:0;position:absolute;font-size:75px;font-weight:500;color:#888;bottom:5%;height:100%;margin-right:15px}.DynamicContentRichContentBanner .tns-controls button:last-child:hover{color:#000}.DynamicContentRichContentBanner .tns-slider{margin:0 auto}.DynamicContentRichContentBanner .tns-outer{direction:ltr!important}.DynamicContentRichContentBanner .tns-nav{display:flex;justify-content:center;grid-gap:12px;gap:12px;margin-top:25px;margin-bottom:25px}.DynamicContentRichContentBanner .tns-nav button{width:5px;height:5px;border-radius:50%;background-color:#bfbfbf;padding:0}.DynamicContentRichContentBanner .tns-nav-active{background-color:#3d4447!important;width:7px!important;height:7px!important}@media (max-width:1024px) and (min-width:768px){.DynamicContentRichContentBanner .tns-nav{margin-top:20px;margin-bottom:20px}}.DynamicContentRichContentBanner .Label{text-align:center}.DynamicContentRichContentBanner .Label-Title{text-transform:uppercase;font-size:18px;font-weight:500;margin-bottom:0;line-height:25px;margin-top:15px;letter-spacing:2px}.DynamicContentRichContentBanner .Label-SubTitle{font-size:16px;font-weight:400;line-height:22px;margin-top:3px;margin-bottom:19px}.DynamicContentRichContentBanner .Label-Button{text-decoration:underline;font-size:16px;line-height:22px;font-weight:500}@media (max-width:1024px) and (min-width:768px){.DynamicContentRichContentBanner .Label-Title{margin-top:12px}.DynamicContentRichContentBanner .Label-SubTitle{margin-top:2px;margin-bottom:12px}.DynamicContentRichContentBanner .Label-Button{text-decoration:underline;font-size:16px;line-height:22px;font-weight:500}}.DynamicContentRichContentBanner .Tag{position:absolute;color:#000;font-size:14px;letter-spacing:0;line-height:21px;text-transform:capitalize}.DynamicContentRichContentBanner .Tag-TopRight{top:22px;right:25px}.DynamicContentRichContentBanner .Tag-TopCenter{top:22px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.DynamicContentRichContentBanner .Tag-TopLeft{top:22px;left:25px}.DynamicContentRichContentBanner .Tag-BottomRight{bottom:22px;right:25px}.DynamicContentRichContentBanner .Tag-BottomLeft{bottom:22px;left:25px}.DynamicContentRichContentBanner .Tag-BottomCenter{bottom:22px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.DynamicContentRichContentBanner .Title{height:40px;width:335px;color:#000;font-family:"Avenir Next";font-size:16px;font-weight:500;letter-spacing:1px;line-height:40px;text-align:left}@media (max-width:767px){.DynamicContentRichContentBanner .tns-item{padding-right:0!important}}@media (max-width:760px){.DynamicContentRichContentBanner{width:100%}.DynamicContentRichContentBanner .tns-controls{display:none}.DynamicContentRichContentBanner .Image{margin-top:12px}.DynamicContentRichContentBanner .Image-Image{object-fit:cover}.DynamicContentRichContentBanner .tns-ovh{margin:0}.DynamicContentRichContentBanner .CircleSliderLabel{margin-top:4px;font-size:12px}.DynamicContentRichContentBanner .tns-nav{grid-gap:6px;gap:6px;margin-top:8px;margin-bottom:25px}.DynamicContentRichContentBanner .tns-nav button{width:5px;height:5px}.DynamicContentRichContentBanner .Label{height:35%;width:100%;position:absolute;bottom:0;text-align:center;background-image:linear-gradient(0deg,rgba(0,0,0,.7),transparent);color:#fff}.DynamicContentRichContentBanner .Label-Title{text-transform:capitalize;font-size:20px;line-height:1;margin-top:15px;letter-spacing:normal;font-weight:600}.DynamicContentRichContentBanner .Label-SubTitle{font-size:12px;margin-top:3px;margin-bottom:12px}.DynamicContentRichContentBanner .Label-Button{font-size:15px;color:#fff}.DynamicContentRichContentBanner .Tag{font-size:14px;color:#fff}.DynamicContentRichContentBanner .Tag-TopRight{top:25px;right:15px}.DynamicContentRichContentBanner .Tag-TopCenter{top:25px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.DynamicContentRichContentBanner .Tag-TopLeft{top:25px;left:15px}.DynamicContentRichContentBanner .Tag-BottomRight{bottom:25px;right:15px}.DynamicContentRichContentBanner .Tag-BottomLeft{bottom:25px;left:15px}.DynamicContentRichContentBanner .Tag-BottomCenter{bottom:25px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.DynamicContentSliderWithLabel .HeaderWithTimer{display:flex;align-items:flex-start;justify-content:space-between}.DynamicContentSliderWithLabel .HeaderWithTimer .DynamicContentHeader h1{margin-top:0}.DynamicContentSliderWithLabel .HeaderWithTimer .DynamicContentCountDownTimer{margin-top:10px;margin-bottom:20px;text-align:right}@media (max-width:767px){.DynamicContentSliderWithLabel .HeaderWithTimer .DynamicContentCountDownTimer{margin-top:20px}}.DynamicContentSliderWithLabel .HeaderWithTimer .DynamicContentCountDownTimer .TimerTitle{margin:0}@media (max-width:767px){.DynamicContentSliderWithLabel .HeaderWithTimer .DynamicContentCountDownTimer .TimerTitle .timer .Box{font-size:13px}}@media (max-width:767px){.DynamicContentSliderWithLabel .megaMenuSliderText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}@media (max-width:767px){.DynamicContentSliderWithLabel .Title{color:#000;font-family:"Avenir Next";font-size:16px;font-weight:500;letter-spacing:1px;line-height:40px;text-align:left;margin:9px 10px}}.DynamicContentTwiceBanner-Content{justify-content:center;background-color:#fff;text-align:center;margin:0 auto!important;padding:0;display:inline-flex;margin-top:40px;margin-bottom:40px}@media (max-width:767px){.DynamicContentTwiceBanner-Content{display:block}}@media (min-width:1025px){.DynamicContentTwiceBanner-Figure{margin-top:44px;margin-bottom:41px;right:20px}}@media (max-width:1024px) and (min-width:768px){.DynamicContentTwiceBanner-Figure{margin-top:44px;margin-bottom:41px}}@media (min-width:1025px){.DynamicContentTwiceBanner-BannerImg{left:20px}}@media (max-width:1024px) and (min-width:768px){.DynamicContentTwiceBanner-BannerImg{width:50%}}.DynamicContentTwiceBanner-BannerImg .BannerImage{object-fit:cover}@media (max-width:1024px) and (min-width:768px){.DynamicContentTwiceBanner-BannerImg .BannerImage{min-height:475px;min-width:408.91px}}@media (min-width:1025px){.DynamicContentTwiceBanner-BannerImg .BannerImage{min-height:475px;min-width:520px}}@media (max-width:767px){.DynamicContentTwiceBanner-BannerImg .BannerImage{margin-bottom:10px}}.DynamicContentTwiceBanner-BannerImgRight{right:23px}@media (max-width:767px){.DynamicContentTwiceBanner-BannerImgRight{right:0}}.DynamicContentTwiceBanner-BannerImgRight img{object-fit:cover}@media (max-width:1024px) and (min-width:768px){.DynamicContentTwiceBanner-BannerImgRight img{min-height:334px;min-width:390px;right:10px}}@media (min-width:1025px){.DynamicContentTwiceBanner-BannerImgRight img{min-height:459px;min-width:520px}}@media (min-width:1025px){.DynamicContentTwiceBanner-FigureRight{margin-top:44px;margin-bottom:41px;left:20px;z-index:3}}@media (max-width:1024px) and (min-width:768px){.DynamicContentTwiceBanner-FigureRight{margin-top:44px;margin-bottom:41px;left:30px;z-index:3}}.DynamicContentTwiceBanner-FigureRight{display:inline-flex}.DynamicContentTwiceBanner-FigureRight .TwiceBanner{align-items:center;background-color:#fafafa}@media (max-width:1024px) and (min-width:768px){.DynamicContentTwiceBanner-FigureRight .TwiceBanner{min-height:261.07px;min-width:334.99px}}@media (min-width:1025px){.DynamicContentTwiceBanner-FigureRight .TwiceBanner{min-height:376.6px;min-width:426px}}@media (min-width:1025px){.DynamicContentTwiceBanner-FigureRight .TwiceBannerBlock{top:40%;position:absolute;left:0;width:100%;padding-left:10%;padding-right:10%}}@media (max-width:1024px) and (min-width:768px){.DynamicContentTwiceBanner-FigureRight .TwiceBannerBlock{left:15%;top:30%;position:absolute}}.DynamicContentTwiceBanner-FigureRight .TwiceBannerBlockChild a{border-bottom:solid;border-width:thin}.DynamicContentTwiceBanner-FigureRight .TwiceBannerBlockChild a button{padding:0!important;text-transform:capitalize;color:#000;font-family:"Avenir Next";font-size:16px;font-weight:500;letter-spacing:0;line-height:22px;text-align:center}@media (max-width:767px){.DynamicContentTwiceBanner-FigureRight .TwiceBannerBlockChild a button{height:auto;margin-bottom:20px}}.DynamicContentTwiceBanner-FigureRight .TwiceBannerBlockChildTitle{text-transform:uppercase;color:#000;font-family:"Avenir Next";font-size:18px;font-weight:500;letter-spacing:2px;line-height:25px;text-align:center}.DynamicContentTwiceBanner-FigureRight .TwiceBannerBlockChildSub{height:31px;color:#4a4a4a;font-family:"Avenir Next";font-size:16px;letter-spacing:0;line-height:22px;text-align:center}.DynamicContentTwiceBanner-Figure .TwiceBanner{align-items:center;background-color:#fafafa}@media (max-width:1024px) and (min-width:768px){.DynamicContentTwiceBanner-Figure .TwiceBanner{min-height:388px;min-width:334.99px;right:20px}}@media (min-width:1025px){.DynamicContentTwiceBanner-Figure .TwiceBanner{min-height:388px;min-width:426px}}@media (min-width:1025px){.DynamicContentTwiceBanner-Figure .TwiceBannerBlock{left:25%;top:40%;position:absolute}}@media (max-width:1024px) and (min-width:768px){.DynamicContentTwiceBanner-Figure .TwiceBannerBlock{left:15%;top:40%;position:absolute}}.DynamicContentTwiceBanner-Figure .TwiceBannerBlockChild a{border-bottom:solid;border-width:thin}.DynamicContentTwiceBanner-Figure .TwiceBannerBlockChild a button{padding:0!important;text-transform:capitalize;color:#000;font-family:"Avenir Next";font-size:16px;font-weight:500;letter-spacing:0;line-height:22px;text-align:center}@media (max-width:767px){.DynamicContentTwiceBanner-Figure .TwiceBannerBlockChild a button{height:auto;margin-bottom:20px}}.DynamicContentTwiceBanner-Figure .TwiceBannerBlockChildTitle{text-transform:uppercase;color:#000;font-family:"Avenir Next";font-size:18px;font-weight:500;letter-spacing:2px;line-height:25px;text-align:center}.DynamicContentTwiceBanner-Figure .TwiceBannerBlockChildSub{height:31px;color:#4a4a4a;font-family:"Avenir Next";font-size:16px;letter-spacing:0;line-height:22px;text-align:center}.DynamicContentTwiceBanner-Content_isArabic{justify-content:center}.DynamicContentTwiceBanner-Content_isArabic .DynamicContentTwiceBanner-FigureRight{right:40px!important}.DynamicContentTwiceBanner-Content_isArabic .DynamicContentTwiceBanner-BannerImg{left:0!important;margin-left:0!important}@media (min-width:1025px){.DynamicContentTwiceBanner-Content_isArabic .DynamicContentTwiceBanner-BannerImg{right:40px!important}}@media (max-width:1024px) and (min-width:768px){.DynamicContentTwiceBanner-Content_isArabic .DynamicContentTwiceBanner-BannerImg{right:30px!important}}.DynamicContentTwiceBanner-Content_isArabic .DynamicContentTwiceBanner-BannerImgRight{right:0!important;padding-left:40px}@media (min-width:1025px){.DynamicContentTwiceBanner-Content_isArabic .DynamicContentTwiceBanner-Figure{right:0;margin-left:4%}}.VeuSliderWrapper{text-align:left}.VeuSliderWrapper_isArabic{text-align:right}.VeuSliderWrapper .VueProductSlider-VueProductContainer{height:auto}@media (max-width:1024px) and (min-width:768px){.VeuSliderWrapper .VueProductSlider-Container{padding-left:0;width:100%}.VeuSliderWrapper .VueProductSlider-SliderContainer{width:100%}.VeuSliderWrapper .VueProductSlider-HeaderContainer{margin-left:30px;margin-right:30px}}@media (max-width:767px){.VeuSliderWrapper .VueProductSlider-Container{padding-left:0;width:100%;margin:0}.VeuSliderWrapper .VueProductSlider-SliderContainer{width:100%}.VeuSliderWrapper .VueProductSlider-HeaderContainer{margin-left:10px}.VeuSliderWrapper .VueProductSlider-VueProductContainer{width:calc(50vw - 10px)!important}}.DynamicContentCABanner{position:relative;margin:30px auto}.DynamicContentCABanner img{width:100%;height:100%}.DynamicContentCABanner .Banner-Background{z-index:0}.DynamicContentCABanner .Banner-logo{position:absolute;left:4%;top:18%;width:80px;z-index:1}@media (max-width:767px){.DynamicContentCABanner .Banner-logo{left:38%;top:10%}}.DynamicContentCABanner .Banner-Content{position:absolute;width:60%;top:30%;left:14%;text-align:start;z-index:1}@media (max-width:767px){.DynamicContentCABanner .Banner-Content{width:70%;left:15%;top:42%}}.DynamicContentCABanner .Banner-Content p{font-size:16px;font-weight:500;color:#fff;letter-spacing:.3px;line-height:21px}@media (max-width:767px){.DynamicContentCABanner .Banner-Content p{font-size:13px}}.DynamicContentCABanner .Banner-linkNow{z-index:1;position:absolute;right:14%;top:35%}@media (max-width:767px){.DynamicContentCABanner .Banner-linkNow{right:38%;top:70%}}.DynamicContentCABanner .Banner-linkNow .Button-ClubApparelLink{font-size:13px;color:#000;font-weight:600;padding:6px 18px;border-radius:8px;border:1px solid #f4eca4;background-image:linear-gradient(90deg,#dbb96b,#f4eca4,#f4eca4,#f4eca4,#f4eca4,#dbb96b);box-shadow:0 0 5px rgba(0,0,0,.14901960784313725);display:block;height:auto;text-transform:none}.DynamicContentCABanner .Banner-linkNow .Button-ClubApparelLink:hover{text-decoration:none;background-color:#dbb96b;border:1px solid #dbb96b;background-image:none}.DynamicContentCABanner .Banner-close{position:absolute;right:2%;top:35%;z-index:1}@media (max-width:767px){.DynamicContentCABanner .Banner-close{position:absolute;right:6%;top:7%}}.DynamicContentCABanner .Banner-close button{color:#fff;height:auto;width:auto;font-size:14px;font-weight:600;text-transform:none;padding:6px 18px;border-radius:8px;border:1px solid #fff}@media (max-width:767px){.DynamicContentCABanner .Banner-close button{padding:0;border:0}}.DynamicContentCABanner .Banner-close button:before{content:"Not now"}@media (max-width:767px){.DynamicContentCABanner .Banner-close button:before{content:"\2715";font-size:18px}}.DynamicContentCABanner .Banner-close button:hover{background:#fff;color:#000}:root{--ca-alto-color:#d8d8d8;--ca-red-ribbon-color:#f01136;--ca-thunder-color:#231f20;--overlay-black-color:rgba(0,0,0,0.7)}.NotificationList{z-index:999999}.MyAccountClubApparelOverlay_isVisible{background:rgba(0,0,0,.5)}.MyAccountClubApparelOverlay button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:767px){.MyAccountClubApparelOverlay.Popup_isVisible{height:100%}}@media (max-width:767px){.MyAccountClubApparelOverlay_isMessage.Popup_isVisible{height:calc(100% - var(--header-total-height))}}@media (max-width:767px){.MyAccountClubApparelOverlay-Btn_Container{position:fixed;bottom:0;left:30px;width:calc(100% - 60px)}}.MyAccountClubApparelOverlay .LinkAccountLogo .LazyLoad-wrapper img{width:130px!important;display:inline-block;max-width:100%;margin:50px 0 30px}.MyAccountClubApparelOverlay .LinkAccountSuccess img{width:100px!important;max-width:100%;margin:70px 0 0}.MyAccountClubApparelOverlay .Popup-Content{overflow:auto;width:400px;min-width:unset;border-radius:unset;text-align:center;background-image:url(https://d2ixpk79061bpu.cloudfront.net/static/media/autolink-bg.1e8e5ef9.png);background-size:contain;background-repeat:no-repeat;padding:0 25px}@media (max-width:767px){.MyAccountClubApparelOverlay .Popup-Content .Popup-Header{display:block}}.MyAccountClubApparelOverlay .Popup-Content>p{color:#000;font-size:15px;line-height:24px;font-weight:500;width:95%}.MyAccountClubApparelOverlay .Popup-CloseBtn{right:0;top:20px;position:absolute;background-color:transparent;border-radius:50%;height:30px;width:30px;padding:0}.MyAccountClubApparelOverlay .Popup-CloseBtn:after,.MyAccountClubApparelOverlay .Popup-CloseBtn:before{height:17px;width:2px;background-color:#000;right:14px;top:6px}.MyAccountClubApparelOverlay-LinkAccountPhone{margin:46px 0 10px;display:flex;height:50px}.MyAccountClubApparelOverlay-LinkAccountPhone_isArabic .MyAccountClubApparelOverlay-LinkAccountPhoneField{border-left:.5px solid #e0e0e0;border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:6px;border-bottom-left-radius:6px}.MyAccountClubApparelOverlay-LinkAccountPhone_isArabic .MyAccountClubApparelOverlay-LinkAccountPhoneField:focus{border-right:0}.MyAccountClubApparelOverlay-LinkAccountPhone_isArabic .MyAccountClubApparelOverlay-LinkAccountPhoneCode{direction:ltr}.MyAccountClubApparelOverlay-LinkAccountPhone_isArabic .FieldSelect-Select{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px}.MyAccountClubApparelOverlay-LinkAccountPhoneField{height:50px;margin-left:0;width:100%;border-left:0;border-top-right-radius:6px;border-bottom-right-radius:6px}.MyAccountClubApparelOverlay-LinkAccountPhoneField:focus{border:1px solid #e0e0e0;border-left:0}.MyAccountClubApparelOverlay-LinkAccountPhone .Field{margin-top:0}.MyAccountClubApparelOverlay-LinkAccountPhone .Field_type_text{width:calc(100% - 100px)}.MyAccountClubApparelOverlay-LinkAccountPhone .Field p{margin:5px 0 0 5px;text-align:left}.MyAccountClubApparelOverlay-LinkAccountPhone .Field-Message{margin:5px 0 0 5px}.MyAccountClubApparelOverlay-LinkAccountPhone .FieldSelect{height:50px;width:80px}.MyAccountClubApparelOverlay-LinkAccountPhone .FieldSelect-Select{height:50px;width:auto;padding-left:40px;padding-right:10px;border-top-left-radius:6px;border-bottom-left-radius:6px}.MyAccountClubApparelOverlay-LinkAccountPhone .FieldSelect-Select_isExpanded{border-color:#e0e0e0}.MyAccountClubApparelOverlay-LinkAccountPhone .FieldSelect:after{display:none}.MyAccountClubApparelOverlay .CountryMiniFlag-Container{position:absolute;top:15px;left:4%;z-index:1}.MyAccountClubApparelOverlay .CountryMiniFlag-Container_isArabic{left:unset;right:10%}.MyAccountClubApparelOverlay-LinkAccountButton{height:50px;background-color:#000;width:100%;color:#fff;border-radius:6px;margin:50px 0}@media (max-width:767px){.MyAccountClubApparelOverlay-LinkAccountButton{margin:50px 0 20px}}.MyAccountClubApparelOverlay-LinkAccountButton.continue{font-weight:500;letter-spacing:.5px}.MyAccountClubApparelOverlay-Verify>h4{font-size:17px;font-weight:600;margin-bottom:20px;line-height:1}.MyAccountClubApparelOverlay-Verify>p{color:#666}.MyAccountClubApparelOverlay-Verify .Field_type_text input#otp{width:80%;letter-spacing:25px;margin-left:18%;border:0;padding-bottom:0;font-size:28px;font-weight:500;background:transparent}.MyAccountClubApparelOverlay-Verify .Field_type_text:after{content:"___ ___ ___ ___ ___";display:block;word-spacing:20px;margin-left:0;margin-top:-10px;font-weight:600}.MyAccountClubApparelOverlay-Verify .PhoneNumber{direction:ltr;display:contents}.MyAccountClubApparelOverlay-Verify .resendOTP-Container{margin:15px auto;display:flex;justify-content:space-between;width:80%}.MyAccountClubApparelOverlay-Verify .resendOTP-Container_isResendDisabled{cursor:not-allowed}.MyAccountClubApparelOverlay-Verify .resendOTP-Container p.MyAccountClubApparelOverlay-NotSuccessParagraphRed{color:#df465f;font-size:12px;position:relative}.MyAccountClubApparelOverlay-Verify .resendOTP-Container p.MyAccountClubApparelOverlay-NotSuccessParagraphRed span{margin:0 5px;background:#df465f;padding:2px 5px;border-radius:10px}.MyAccountClubApparelOverlay-Verify .resendOTP-Container p.MyAccountClubApparelOverlay-NotSuccessParagraphRed span:before{content:"\2715";color:#fff;font-size:12px}.MyAccountClubApparelOverlay-Verify .resendOTP-Container button,.MyAccountClubApparelOverlay-Verify .resendOTP-Container p{display:inline-block}.MyAccountClubApparelOverlay-Verify .resendOTP-Container p{color:#666;font-size:15px}.MyAccountClubApparelOverlay-Verify .resendOTP-Container button{color:#c4a35d;text-transform:none;font-size:15px;font-weight:500;height:auto;padding:0;margin:0 15px;cursor:pointer}.MyAccountClubApparelOverlay-Verify .resendOTP-Container button:disabled{opacity:.5;cursor:not-allowed}.MyAccountClubApparelOverlay-Verify_isArabic .Field_type_text input#otp{margin-left:0;margin-right:5%}.MyAccountClubApparelOverlay-ChangeNumberBtn{background:#fff;margin:40px 0 0}.MyAccountClubApparelOverlay-ChangeNumberBtn,.MyAccountClubApparelOverlay-VerifyButton{width:100%;border:1px solid #000;border-radius:6px;font-weight:600;font-size:13px;letter-spacing:.5px}.MyAccountClubApparelOverlay-VerifyButton{background:#000;color:#fff;margin:20px 0 40px}.MyAccountClubApparelOverlay-VerifyButton:disabled{opacity:.5;cursor:not-allowed}.MyAccountClubApparelOverlay-Success>h4{font-size:18px;font-weight:600;line-height:30px;margin:20px 0 30px}.MyAccountClubApparelOverlay-Success>p{color:#585858;width:90%;text-align:center;margin:auto;font-weight:500}.MyAccountClubApparelOverlay-DeLinkSuccess{padding-bottom:50px}.MyAccountClubApparelOverlay-DeLinkSuccess>h4{font-size:18px;font-weight:600;line-height:30px}.MyAccountClubApparelOverlay-DeLinkSuccess>p{color:#585858;width:90%;text-align:center;margin:auto;font-weight:500}.MyAccountClubApparelOverlay-Confirmation>h4{font-size:18px;font-weight:600;margin-bottom:15px;line-height:20px}.MyAccountClubApparelOverlay-Confirmation>p{color:#585858;font-size:15px;margin:25px 0 0;font-weight:500}.MyAccountClubApparelOverlay-Confirmation .MyAccountClubApparelOverlay-ButtonContainer{display:flex;justify-content:space-between;margin:40px 0 30px}.MyAccountClubApparelOverlay-Confirmation .MyAccountClubApparelOverlay-ButtonContainer>div{flex:0 0 48%}.MyAccountClubApparelOverlay-Confirmation .MyAccountClubApparelOverlay-ButtonContainer>div button{color:#000;background-color:#fff;width:100%;padding:0;border:1px solid #000;border-radius:6px;cursor:pointer;font-weight:600;font-size:13px;letter-spacing:.4px}.MyAccountClubApparelOverlay-Confirmation .MyAccountClubApparelOverlay-ButtonContainer>div button.MyAccountClubApparelOverlay-ConfirmButton{background-color:#000;color:#fff}.MyAccountClubApparelOverlay_isArabic{direction:rtl}.MyAccountClubApparelOverlay_isArabic .Popup-CloseBtn{right:auto;left:0}.DynamicContentReferralBanner{margin-top:30px!important;margin-bottom:30px!important;background-color:#5c5c5c;padding:20px 30px;position:relative;display:flex;align-items:center}@media (max-width:767px){.DynamicContentReferralBanner{padding:15px}}.DynamicContentReferralBanner .Banner-Icon{margin-right:30px}.DynamicContentReferralBanner .Banner-Icon_isArabic{margin-left:30px;margin-right:0}@media (max-width:767px){.DynamicContentReferralBanner .Banner-Icon_isArabic{margin-right:0;margin-left:10px}}@media (max-width:767px){.DynamicContentReferralBanner .Banner-Icon{margin-right:10px}}.DynamicContentReferralBanner .Banner-Icon img{max-width:60px}@media (max-width:767px){.DynamicContentReferralBanner .Banner-Icon img{max-width:50px}}.DynamicContentReferralBanner .Banner-Content{text-align:left}.DynamicContentReferralBanner .Banner-Content_isArabic{text-align:right}.DynamicContentReferralBanner .Banner-Content h4,.DynamicContentReferralBanner .Banner-Content p{color:#fff;font-size:18px}.DynamicContentReferralBanner .Banner-Content h4{font-weight:600;line-height:22px}@media (max-width:767px){.DynamicContentReferralBanner .Banner-Content h4{font-size:14px}}.DynamicContentReferralBanner .Banner-Content p{letter-spacing:.8px}@media (max-width:767px){.DynamicContentReferralBanner .Banner-Content p{font-size:12px;letter-spacing:0}}.DynamicContentReferralBanner .Banner-Link{position:absolute;width:80%;display:block;height:100%;left:0}.DynamicContentReferralBanner .Banner-Link_isArabic{left:auto;right:0}.DynamicContentReferralBanner .Banner-close{position:absolute;right:7%;top:35%;z-index:5}.DynamicContentReferralBanner .Banner-close_isArabic{right:auto;left:7%}@media (max-width:767px){.DynamicContentReferralBanner .Banner-close_isArabic{left:5%;right:auto!important}}@media (max-width:767px){.DynamicContentReferralBanner .Banner-close{top:24%;right:5%}}.DynamicContentReferralBanner .Banner-close button{color:#fff;height:auto;width:auto;padding:0}.DynamicContentReferralBanner .Banner-close button:before{content:"\2715";font-size:22px;font-weight:600;cursor:pointer}@media (max-width:767px){.DynamicContentReferralBanner .Banner-close button:before{font-size:20px}}.DynamicContentReferralBanner_isArabic{direction:rtl}@media (max-width:767px){.HomePage .DynamicContent>div.DynamicContentReferralBanner{margin-top:0!important;margin-bottom:0!important}}.HomePage .DynamicContentReferralBanner{padding:20px 60px}@media (max-width:767px){.HomePage .DynamicContentReferralBanner{padding:10px 15px;position:fixed;bottom:25px;left:0;max-width:100%;width:100%;border-top-right-radius:15px;border-top-left-radius:15px;z-index:1}}.HomePage .DynamicContentReferralBanner .Banner-Icon{margin-right:40px}.HomePage .DynamicContentReferralBanner .Banner-Icon_isArabic{margin-right:0;margin-left:40px}@media (max-width:767px){.HomePage .DynamicContentReferralBanner .Banner-Icon_isArabic{margin-right:0;margin-left:15px}}@media (max-width:767px){.HomePage .DynamicContentReferralBanner .Banner-Icon{margin-right:15px}}.HomePage .DynamicContentReferralBanner .Banner-Icon img{max-width:70px}@media (max-width:767px){.HomePage .DynamicContentReferralBanner .Banner-Icon img{max-width:55px}}.HomePage .DynamicContentReferralBanner .Banner-Link{width:70%}@media (max-width:767px){.HomePage .DynamicContentReferralBanner .Banner-Link{width:80%}}@media (min-width:1025px){.HomePage .DynamicContentReferralBanner .Banner-Content h4,.HomePage .DynamicContentReferralBanner .Banner-Content p{display:inline-block}.HomePage .DynamicContentReferralBanner .Banner-Content h4:after{content:"-";margin:0 5px}}.HomePage .DynamicContentReferralBanner .Banner-close{top:40%}@media (max-width:767px){.HomePage .DynamicContentReferralBanner .Banner-close{top:30%}}.DynamicContentTimer{margin-right:30px;margin-left:30px;max-width:var(--container-max-width)}.DynamicContentTimer.AlignRight{text-align:right}.DynamicContentTimer.AlignLeft{text-align:left}.DynamicContentTimer.AlignCenter{text-align:center}.DynamicContentTimer .Title{font-size:18px;line-height:25px;letter-spacing:2px;margin-bottom:34px;font-weight:500}.DynamicContentTimer .Title_isArabic{text-align:right}@media (max-width:767px){.DynamicContentTimer .Title{color:#000;font-family:"Avenir Next";font-size:16px;font-weight:500;letter-spacing:1px;line-height:40px;margin:9px 10px}}@media (max-width:1024px) and (min-width:768px){.DynamicContentTimer .Title{margin-bottom:20px;margin-left:30px}.DynamicContentTimer .Title_isArabic{margin-left:0;margin-right:30px}}@media (max-width:767px){.DynamicContentTimer{max-height:700px;overflow:none;margin-left:0;margin-right:0}}@media (max-width:1024px) and (min-width:768px){.DynamicContentTimer{margin-right:0;margin-left:0;margin-bottom:40px!important}}@media (max-width:767px){.DynamicContentTimer .DynamicContentCountDownTimer .TimerTitle .timer .Box{font-size:13px}}.VueProductSlider{padding:0 20px;font-weight:var(--fw-regular)}.VueProductSlider-Container{width:100%;font-size:16px;margin:40px 0;font-weight:var(--fw-demi)}@media (max-width:767px){.VueProductSlider-Container{margin:20px 0}}@media (max-width:1024px) and (min-width:768px){.VueProductSlider-Container{padding-left:30px}}@media (min-width:1025px){.VueProductSlider-Link{height:278px}}.VueProductSlider-HeaderContainer{margin-top:10px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}@media (max-width:767px){.VueProductSlider-HeaderContainer{margin-left:20px}}@media (max-width:1024px) and (min-width:768px){.VueProductSlider-HeaderContainer{margin-left:30px}}.VueProductSlider-HeaderContainer h1{text-transform:uppercase}@media (min-width:1025px){.VueProductSlider-HeaderContainer h1{font-size:18px;font-weight:500;letter-spacing:2px;line-height:25px}.VueProductSlider-HeaderContainer_isHome{margin-bottom:34px}}@media (max-width:767px){.VueProductSlider-HeaderContainer{display:flex;align-items:center;text-align:center}.VueProductSlider-HeaderContainer h1{height:40px;width:335px;color:#000;font-family:"Avenir Next";font-size:16px;font-weight:500;letter-spacing:1px;line-height:40px;text-align:left}.VueProductSlider-HeaderContainer .VueProductSlider-ViewAllBtn,.VueProductSlider-HeaderContainer .VueProductSlider-ViewAllBtn_isArabic{margin:0!important}.VueProductSlider-HeaderContainer_isHome .VueProductSlider-ViewAllBtn{margin:0 10px!important}.VueProductSlider-HeaderContainer_isHome .VueProductSlider-ViewAllBtn_isArabic{margin:0!important}}@media (max-width:1024px) and (min-width:768px){.VueProductSlider-HeaderContainer h1{font-size:18px;font-weight:500;letter-spacing:2px;line-height:25px;margin-bottom:0}.VueProductSlider-HeaderContainer_isHome{margin-bottom:20px}}.VueProductSlider-HeaderContainer_isArabic{align-items:center}.VueProductSlider-ViewAllBtn{height:40px;width:100px;display:grid;cursor:pointer;border-radius:11px;place-items:center;background-color:#f6f6f6}.VueProductSlider-ViewAllBtn span{font-size:13px;font-weight:var(--fw-demi)}.VueProductSlider-SliderContainer{width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none;padding-bottom:40px}.VueProductSlider-SliderContainer_isHome{scrollbar-width:none;padding-bottom:0}.VueProductSlider-SliderContainer_isHome::-webkit-scrollbar{display:none}.VueProductSlider-SliderContainer_Hidden{display:none}@media (max-width:767px){.VueProductSlider-SliderContainer{padding-bottom:0}}.VueProductSlider-SliderContainer::-webkit-scrollbar{display:none;width:6px;height:6px}.VueProductSlider-SliderContainer::-webkit-scrollbar-thumb{background:#585757}.VueProductSlider-SliderContainer::-webkit-scrollbar-track{background:#dcdcdc}.VueProductSlider-VueProductContainer{width:245.39px;height:363.66px;position:relative;margin-right:7.92px;display:inline-block;vertical-align:top}.VueProductSlider-VueProductContainer_isArabic .WishlistIcon{left:.8rem!important;right:unset!important}.VueProductSlider-VueProductContainer img{object-fit:cover}@media (max-width:1024px){.VueProductSlider-VueProductContainer{width:220.08px;height:auto}}@media (max-width:411px){.VueProductSlider-VueProductContainer{height:auto;width:154.31px}}.VueProductSlider-VueProductContainer #brandName{display:block;font-size:14px;font-weight:var(--fw-demi);margin:8.23px 0 5.58px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.VueProductSlider-VueProductContainer #productName{width:80%;display:block;font-size:13px;color:#4a4a4a;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:var(--fw-regular)}.VueProductSlider-VueProductContainer #price{display:block;font-size:14px;font-weight:var(--fw-bold)}.VueProductSlider-VueProductContainer .WishlistIcon-Icon{width:2rem;height:2rem;background-size:2rem}@media (min-width:1025px){.VueProductSlider-VueProductContainer .WishlistIcon{width:28px;height:28px}.VueProductSlider-VueProductContainer .WishlistIcon-Icon{width:20px;height:20px;background-size:20px;left:-1px;top:4px}}@media (max-width:1024px) and (min-width:768px){.VueProductSlider-VueProductContainer .WishlistIcon{width:28px;height:28px}.VueProductSlider-VueProductContainer .WishlistIcon-Icon{width:20px;height:20px;background-size:20px;left:-1px;top:4px}}@media (max-width:767px){.VueProductSlider-VueProductContainer .WishlistIcon{width:28px;height:28px}.VueProductSlider-VueProductContainer .WishlistIcon-Icon{width:20px;height:20px;background-size:20px;left:-1px;top:5px}}.VueProductSlider-VueProductContainer a:hover{text-decoration:none}.VueProductSlider-VueProductImage{width:100%;height:80.33%}.VueProductSlider-VueIsNewTag{width:35px;height:20px;display:flex;align-items:center;justify-content:center;background-color:#c8b581;border-radius:0 10px 10px 0;left:0;top:12px;position:absolute}.VueProductSlider-VueIsNewTag span{font-size:11px;color:#fff;line-height:13px;font-weight:var(--fw-medium)}.VueProductSlider-VueProductTag{width:90px;height:20px;display:flex;align-items:center;justify-content:center;background-color:#9c9;border-radius:0 10px 10px 0;left:0;top:12px;position:absolute}.VueProductSlider-VueProductTag span{font-size:11px;color:#fff;line-height:13px;font-weight:var(--fw-medium)}.VueProductSlider-SpecialPriceCon{display:block;text-align:left}.VueProductSlider-SpecialPriceCon_isArabic{text-align:right!important}.VueProductSlider-SpecialPriceCon .SearchProduct-PriceWrapper{display:inline-block;font-size:14px;color:#d12228;font-weight:var(--fw-bold)}@media (max-width:450px){.VueProductSlider-SpecialPriceCon .SearchProduct-PriceWrapper{font-size:11px}}.VueProductSlider-SpecialPriceCon .SearchProduct-PriceWrapper .Price-Discount{margin-left:3px}.VueProductSlider-SpecialPriceCon .Price-Wrapper{display:inline-block;margin-right:5px;margin-left:unset}#ScrollWrapper.active,#ScrollWrapper.active .VueProductSlider,#ScrollWrapper.active .VueProductSlider-VueProductContainer,#ScrollWrapper.active .VueProductSlider-VueProductContainer-a,#ScrollWrapper.active .VueProductSlider-VueProductImage,.Outer{cursor:grabbing;cursor:-webkit-grabbing}.Outer{width:29.444vw;overflow-x:auto;scroll-behavior:auto;margin:60px auto 0}@media (max-width:767px){.Outer{display:none}}.Outer_Hidden{display:none}.Outer::-webkit-scrollbar{height:3px}.Outer::-webkit-scrollbar:hover{cursor:pointer}.Outer::-webkit-scrollbar-thumb{background:#000;border-radius:3px}.Outer::-webkit-scrollbar-track{background:#e9e9e9}.Outer-Inner{height:1px}.SliderHelper_isHome{display:none}@media (max-width:1024px) and (min-width:768px){.SliderHelper_isHome{width:30px;display:inline-block}}@media (max-width:767px){.SliderHelper_isHome{width:10px;display:inline-block}}.recentProductWrapper{text-align:left}.recentProductWrapper_isArabic{text-align:right}.recentProductWrapper .VueProductSlider-VueProductContainer{height:auto}@media (max-width:1024px) and (min-width:768px){.recentProductWrapper .VueProductSlider-Container{padding-left:0;width:100%}.recentProductWrapper .VueProductSlider-SliderContainer{width:100%}.recentProductWrapper .VueProductSlider-HeaderContainer{margin-left:30px;margin-right:30px}}@media (max-width:767px){.recentProductWrapper .VueProductSlider-Container{padding-left:0;width:100%;margin:0}.recentProductWrapper .VueProductSlider-SliderContainer{width:100%}.recentProductWrapper .VueProductSlider-HeaderContainer{margin-left:10px}.recentProductWrapper .VueProductSlider-VueProductContainer{width:calc(50vw - 10px)!important}}.DynamicContent{text-indent:0}@media (max-width:767px){.DynamicContent{padding:0 10px}}.DynamicContent hr{border-top:1px solid #efefef;margin:60px auto;width:var(--main-container-width-dsk);max-width:var(--container-max-width)}@media (max-width:1024px) and (min-width:768px){.DynamicContent hr{width:calc(100vw - 60px);margin-top:40px;margin-bottom:40px}}@media (max-width:767px){.DynamicContent hr{width:calc(100vw - 20px);margin-top:20px;margin-bottom:20px}}.MenuBrands{width:100%}.MenuBrands-ContentWrapper a,.MenuBrands-ContentWrapper span{color:#0a0a0a}.MenuBrands-ContentWrapper a{font-weight:var(--fw-medium)}.MenuBrands-ContentWrapper a .Image{width:80px}.MenuBrands-ContentWrapper a .Image .LazyLoad-wrapper{width:80px;height:auto}.MenuBrands-ContentWrapper a .Image-Image{border-radius:50%;padding:0 5px}.MenuBrands-ContentWrapper_isArabic a .Image{margin-left:0;margin-right:-20px}.MenuBrands-Title{text-transform:uppercase;width:100%}.MenuBrands-MobileSliderWrapper .Slider-Wrapper{max-width:67%}.MenuBrands-MobileSliderWrapper .Slider-Wrapper a{align-items:center;display:flex;flex-direction:column;font-size:9px;font-weight:var(--fw-medium);line-height:16px;width:80px;text-indent:0}.MenuBrands-MobileSliderWrapper .Slider-Wrapper a .Image{margin-bottom:10px}@media (max-width:1024px){.MenuBrands-ContentWrapper{margin-top:20px}.MenuBrands-ContentWrapper .MenuBrands-Title{text-align:left;display:block}.MenuBrands-ContentWrapper-Brands{display:flex;margin-left:5px;padding-right:2px;text-align:center}.MenuBrands-ContentWrapper-Brands a{align-items:center;display:flex;flex-direction:column;font-size:9px;font-weight:var(--fw-medium);line-height:16px;margin-left:0;padding:0 5px;width:80px;text-indent:0}.MenuBrands-ContentWrapper-Brands_isArabic{direction:ltr}.MenuBrands-ContentWrapper-Brands div{width:100%}}@media (min-width:1025px){.MenuBrands{margin:20px 0 30px 35px;width:23%}.MenuBrands-ContentWrapper{width:100%;height:100%;overflow:hidden}.MenuBrands-ContentWrapper-Brands{display:flex;flex-wrap:wrap;align-content:flex-start;overflow-x:auto;padding-right:17px;width:100%;height:100%;box-sizing:content-box;height:344px;justify-content:flex-start;margin-top:10px;margin-bottom:5px;scrollbar-width:thin;scrollbar-color:#585757 #dcdcdc}.MenuBrands-ContentWrapper-Brands::-webkit-scrollbar{width:6px}.MenuBrands-ContentWrapper-Brands::-webkit-scrollbar-track{background:#dcdcdc}.MenuBrands-ContentWrapper-Brands::-webkit-scrollbar-thumb{background-color:#585757;border-radius:0;border:0 solid #fff}.MenuBrands-ContentWrapper-Brands a{margin-left:0;overflow:hidden;text-overflow:ellipsis;width:50%;line-height:1.3;margin-bottom:20px;padding-right:10px}.MenuBrands-ContentWrapper-Brands_isArabic{padding-right:0;padding-left:17px}.MenuBrands-ContentWrapper-Brands_isArabic a{padding-right:0;padding-left:10px}}.MenuGrid{width:23%}.MenuGrid-Content{background-color:#fff;pointer-events:all}.MenuGrid-Content a,.MenuGrid-Content span{color:#000}.MenuGrid-Columns{display:flex;height:100%}.MenuGrid-Column{width:100%}.MenuGrid-Column:not(:last-child){border-right:1px solid var(--grey)}.MenuGrid-Column span{text-transform:uppercase;width:100%}.MenuGrid-Column-Content{display:grid;grid-template-columns:auto auto;margin-top:10px}.MenuGrid-Column-Content a{margin:0}@media (max-width:1024px){.MenuGrid{margin-top:5px;position:relative;width:100%}.MenuGrid-Content{margin:0;width:100%}.MenuGrid-Content_isArabic button{margin-left:0;margin-right:-30px}.MenuGrid-Columns{flex-direction:column;text-align:center}.MenuGrid-Columns :last-child{margin-right:0}.MenuGrid-Columns>div{margin:0}.MenuGrid-Title{font-weight:var(--fw-bold);display:block;text-align:left}.MenuGrid-Column{line-height:30px;width:100%}.MenuGrid-Column:not(:last-child){border-right:0}.MenuGrid-Column .ViewAll-Link{display:none;font-weight:var(--fw-bold);text-align:center}.MenuGrid-Column .ViewAll-Button a:first-child{display:block}.MenuGrid-Column-Content{grid-auto-flow:row;grid-template-columns:1fr 1fr}.MenuGrid-Column-Content a{line-height:20px;margin:16px 0;text-align:center}.MenuGrid-Column-Content a:first-child,.MenuGrid-Column-Content a:not(:nth-child(-n+5)){display:none}.MenuGrid-Column-Content a:last-child{margin:16px}.MenuGrid-Column-Content a .Image{padding-bottom:16px!important}.MenuGrid-Column-Content a .Image-Image{border-radius:50%}.MenuGrid-Column-Content_isArabic a .Image{margin-left:0;margin-right:-20px}.MenuGrid-Column_isAllShow{background-color:#fff;width:100%}.MenuGrid-Column_isAllShow .MenuGrid-Column-Content{position:relative}.MenuGrid-Column_isAllShow .MenuGrid-Column-Content a:not(:nth-child(-n+4)){display:block}}@media (min-width:1025px){.MenuGrid{margin:20px 0 30px 35px}.MenuGrid-Content_isArabic .MenuGrid-Column{border-left:1px solid var(--grey);border-right:0;margin-left:0;margin-right:0}.MenuGrid-Content_isArabic .MenuGrid-Column:last-child{border-left:0}.MenuGrid a{font-weight:var(--fw-medium);margin-left:0;overflow:hidden;text-overflow:ellipsis;width:50%;line-height:1.3;margin-bottom:20px;padding-right:10px}.MenuGrid a:first-child{display:none}.MenuGrid-Column{width:100%;height:100%;overflow:hidden}.MenuGrid-Column:hover{overflow:unset}.MenuGrid-Column-Content{display:flex;flex-wrap:wrap;align-content:flex-start;overflow-x:auto;padding-right:17px;width:100%;height:100%;box-sizing:content-box;height:344px;margin-top:10px;margin-bottom:3px;scrollbar-width:thin;scrollbar-color:#585757 #dcdcdc}.MenuGrid-Column-Content::-webkit-scrollbar{width:6px}.MenuGrid-Column-Content::-webkit-scrollbar-track{background:#dcdcdc}.MenuGrid-Column-Content::-webkit-scrollbar-thumb{background-color:#585757;border-radius:0;border:0 solid #fff}.MenuGrid-Column-Content a div:not(.MenuGrid-ItemLabel){display:none}.MenuGrid-Column-Content_isArabic{padding-right:0;padding-left:17px}.MenuGrid-Column-Content_isArabic a{padding-right:0;padding-left:10px}.MenuGrid-Column .ViewAll-Button,.MenuGrid-Column .ViewAll-Link{display:none}}:root{--gold:#ccb47a}.MenuCategory{font-weight:var(--fw-demi);padding:0;position:unset;letter-spacing:0;font-size:14px}.MenuCategory:before{content:none}@media (max-width:1024px){.MenuCategory{border:solid #fff;border-width:7px 0;color:#000;font-size:13px;font-weight:var(--fw-demi);line-height:45px;text-indent:20px;text-transform:uppercase;width:34%}.MenuCategory button{transition-duration:0s}.MenuCategory-CategoryButton{font-size:calc(9px + 1vw);font-weight:var(--fw-normal);margin-left:-20px;padding:0 3vw;text-align:left;width:100%}.MenuCategory:first-child .MenuCategory-CategoryButton{color:#ccb47a;color:var(--gold);margin-top:0}.MenuCategory:last-child .MenuCategory-CategoryButton{color:#d12229}.MenuCategory_isDefaultCategoryOpen:first-child .MenuCategory-CategoryButton{background-color:#ccb47a;background-color:var(--gold);color:#fff;font-weight:var(--fw-bold)}.MenuCategory_isDefaultCategoryOpen .MenuCategory-CategoryButton{color:#fff;font-size:15px}.MenuCategory_isDefaultCategoryOpen .DynamicContent{font-weight:var(--fw-regular)}.MenuCategory_isDefaultCategoryOpen .ViewAll-Button{font-weight:var(--fw-bold)}.MenuCategory_isVisible .MenuCategory-CategoryButton{background-color:#000;color:#fff;font-weight:var(--fw-bold);font-size:15px;transition-duration:0s}.MenuCategory_isVisible .DynamicContent{font-weight:var(--fw-regular)}.MenuCategory_isVisible:first-child .MenuCategory-CategoryButton{color:#fff;background-color:#ccb47a;background-color:var(--gold)}.MenuCategory_isVisible:last-child .MenuCategory-CategoryButton{background-color:#d12229;color:#fff}.MenuCategory_isVisible .ViewAll-Button{font-weight:var(--fw-bold)}.MenuCategory .DynamicContentBanner{background-color:transparent;margin:10px 0}.MenuCategory .DynamicContentBanner a{display:flex;height:100%}.MenuCategory .DynamicContentBanner a .Image{display:flex;height:auto;padding-bottom:unset}.MenuCategory .DynamicContentBanner a .Image-Image{position:static}.MenuCategory .DynamicContent{background-color:#fff;border-left:1px solid var(--light-gray);height:100%;overflow-x:hidden;overflow-y:auto;position:absolute;width:100%;z-index:5}.MenuCategory .DynamicContent-Wrapper{height:calc(100% - 223px);width:66%;top:140px;left:33%;position:fixed}.MenuCategory .DynamicContent .MenuBrands-ContentWrapper{font-weight:var(--fw-bold)}.MenuCategory_isArabic .MenuCategory-CategoryButton{text-align:right;margin-right:-20px}.MenuCategory_isArabic .DynamicContent{border-left:0;border-right:1px solid var(--light-gray)}.MenuCategory_isArabic .DynamicContent-Wrapper{left:0}.MenuCategory_isArabic .ViewAll-Button{padding-left:20px}}@media (min-width:1025px){.MenuCategory{padding:0 15px;z-index:3}.MenuCategory:first-child{padding-left:0}.MenuCategory-CategoryLink:hover{text-decoration:none}.MenuCategory-CategoryLink-Label{color:#fff;font-family:"Avenir Next";font-size:12px;font-weight:500;letter-spacing:0;text-transform:uppercase}.MenuCategory .DynamicContent{background-color:#fff;height:403px;overflow:hidden;pointer-events:all;position:absolute;width:var(--main-container-width-dsk);max-width:var(--container-max-width);margin-left:auto;margin-right:auto;left:0;display:grid;grid-template-columns:repeat(3,1fr)}.MenuCategory .DynamicContent-Wrapper{position:unset}.MenuCategory .DynamicContent:after{background:rgba(0,0,0,.7);content:" ";height:100%;left:0;pointer-events:none;position:fixed;width:100%;z-index:-1}.MenuCategory .DynamicContent>div{border-right:1px solid var(--light-gray)}.MenuCategory .DynamicContent .DynamicContentBanner{background-color:transparent;border-right:0;display:block;order:2;margin:0!important;padding:20px 15px}.MenuCategory .DynamicContent .DynamicContentBanner a{width:100%}.MenuCategory .DynamicContent .DynamicContentBanner .Image{height:100%;width:100%;max-height:303px;object-fit:cover}.MenuCategory .DynamicContent .MenuBrands{order:1;width:100%;margin:0;padding:20px 15px}.MenuCategory .DynamicContent .MenuBrands-ContentWrapper{display:flex;flex-direction:column}.MenuCategory .DynamicContent .MenuBrands-ContentWrapper a .Image{display:none}.MenuCategory .DynamicContent .MenuBrands-Title{line-height:16px;margin-bottom:15px}.MenuCategory .DynamicContent .MenuGrid{width:100%;margin:0;padding:20px 15px}.MenuCategory .DynamicContent .MenuGrid-Column{display:flex;flex-direction:column}.MenuCategory .DynamicContent .MenuGrid-Title{line-height:16px;margin-bottom:15px}.MenuCategory:first-child{text-transform:uppercase}.MenuCategory:first-child .MenuCategory-CategoryLink{text-decoration:none}.MenuCategory:first-child .MenuCategory-CategoryLink-Label{color:#c8b581}.MenuCategory:last-child{text-transform:uppercase}.MenuCategory:last-child .MenuCategory-CategoryLink{text-decoration:none}.MenuCategory:last-child .MenuCategory-CategoryLink-Label:before{background-color:#d12229;color:transparent;-webkit-transform:skew(-15deg,0deg) translate(-10px);transform:skew(-15deg,0deg) translate(-10px);content:"";width:calc(100% + 20px);height:100%;position:absolute;z-index:-1}.MenuCategory:last-child .MenuCategory_isArabic .MenuCategory:before{-webkit-transform:skew(-15deg,0deg) translate(10px);transform:skew(-15deg,0deg) translate(10px)}.MenuCategory:last-child .DynamicContent{background-color:#d12229}.MenuCategory:last-child .DynamicContent .DynamicContentBanner button:hover,.MenuCategory:last-child .DynamicContent .MenuBrands-ContentWrapper-Brands a,.MenuCategory:last-child .DynamicContent .MenuBrands-ContentWrapper span{color:#fff}.MenuCategory:last-child .DynamicContent .MenuGrid-Content{background-color:#d12229}.MenuCategory:last-child .DynamicContent .MenuGrid-Content a,.MenuCategory:last-child .DynamicContent .MenuGrid-Content span{color:#fff}.MenuCategory-LastCategoryBackground{background-color:#d12229;color:transparent;margin-left:-65px;-webkit-transform:skew(-15deg,0deg);transform:skew(-15deg,0deg);width:70px}.MenuCategory-LastCategoryBackground_isArabic{color:transparent;margin-right:-90px;-webkit-transform:skew(-15deg,0deg);transform:skew(-15deg,0deg);width:85px;margin-left:0}.MenuCategory:hover{cursor:default;font-weight:var(--fw-bold);height:40px;letter-spacing:0}.MenuCategory_isArabic .DynamicContent{left:unset;max-width:var(--container-max-width);right:-5px}.MenuCategory_isArabic .DynamicContent>div{border-left:1px solid var(--light-gray);border-right:0}.MenuCategory_isArabic .DynamicContent>div:first-child{border:0}.MenuCategory_isArabic .DynamicContentBanner{margin-left:0;margin-right:0}.MenuCategory_isArabic:first-child{padding-left:10px;padding-right:0}}@media (min-width:1025px){.PageWrapper_isArabic .MenuCategory:last-child .MenuCategory-CategoryLink-Label:before{-webkit-transform:skew(-15deg,0deg) translate(10px);transform:skew(-15deg,0deg) translate(10px)}}.PageWrapper .Menu.home-menu .MenuCategory:first-child{text-transform:none}.PageWrapper .Menu.home-menu .MenuCategory:first-child .MenuCategory-CategoryLink-Label{color:#fff}.MegaMenuBannerImage .Image-Image{max-height:157px;object-fit:cover;margin-bottom:5px}@media (max-width:767px){.MegaMenuBannerImage .Image-Image{max-width:100%}}.MegaMenuBannerImage .BannerDesc{width:176px;height:40px;text-align:left;font-weight:600;line-height:1.4;font-size:21.94px;text-transform:none;top:53px;left:28px;text-transform:uppercase;line-height:.9}.MegaMenuBannerImage .BannerButton,.MegaMenuBannerImage .BannerDesc{padding:0 10px;font-family:"Avenir Next";color:#fff;z-index:10;position:absolute}.MegaMenuBannerImage .BannerButton{width:185.01px;font-weight:500;text-transform:none;text-decoration:underline;border:0;height:auto;font-size:10px;bottom:50px;left:10px}.megemenu-horizantal-slider-container .DynamicContentSliderWithLabel{margin-bottom:0!important}.megemenu-horizantal-slider-container .DynamicContentSliderWithLabel .SliderHelper{min-width:0}.megemenu-horizantal-slider-container .DynamicContentSliderWithLabel img{margin-bottom:5px!important;min-width:26vw;min-height:107px;border-radius:6px}.megemenu-horizantal-slider-container .SliderText{font-family:"Avenir Next";text-align:center;color:#fff;font-weight:700;font-size:12px!important;letter-spacing:.74px;bottom:20px;position:absolute;text-transform:uppercase;line-height:13px;left:10%;right:10%}.megamenu-categories-accordian-container{width:100%;background:#fff}.megamenu-categories-accordian-container .megaMenuCategoryList{height:120px;display:flex;flex-direction:row;justify-content:space-between;margin:0 0 10px;background-color:#f4f4f4;border-radius:5px;align-items:center;cursor:pointer}.megamenu-categories-accordian-container .megaMenuCategoryList .Image .LazyLoad-wrapper .Image-Image{max-width:120px;max-height:120px;height:100%}.megamenu-categories-accordian-container .megaMenuCategoryList .megaMenuContentBlock{display:flex;flex-direction:column;white-space:wrap;max-height:70px;left:28px}.megamenu-categories-accordian-container .megaMenuCategoryList .megaMenuContentBlock_isArabicValue{left:0;right:28px}.megamenu-categories-accordian-container .megaMenuCategoryList .megaMenuContentBlock .megeMenuCategoriesHeader{display:flex}.megamenu-categories-accordian-container .megaMenuCategoryList .megaMenuContentBlock .megeMenuCategoriesHeader h3{font-family:"Avenir Next";font-weight:700;font-size:18px;letter-spacing:.7px;text-transform:uppercase;color:#000;display:block;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.megamenu-categories-accordian-container .megaMenuCategoryList .megaMenuContentBlock .megeMenuCategoriesHeader .accordian{margin-right:30px;float:right;font-size:12px;color:#8d8d8d;top:3px}.megamenu-categories-accordian-container .megaMenuCategoryList .megaMenuContentBlock .megeMenuCategoriesHeader .accordian:after{position:absolute;content:"";width:0;height:0;border:solid var(--black-color);border-width:0 1px 1px 0;display:inline-block;padding:3px 6px 6px 3px;margin:0 auto;-webkit-transform:rotate(45deg);transform:rotate(45deg);left:25px;opacity:.3}.megamenu-categories-accordian-container .megaMenuCategoryList .megaMenuContentBlock .megeMenuCategoriesHeader .active:after{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.megamenu-categories-accordian-container .megaMenuCategoryList .megaMenuContentBlock .megeMenuCategoriesHeader_isArabicValue .accordian:after{left:0}.megamenu-categories-accordian-container .megaMenuCategoryList .megaMenuContentBlock .megaMenuCategoriesDescription{font-family:"Avenir Next";font-size:12px;font-weight:500;opacity:.6;color:#606060}.megamenu-categories-accordian-container .megaMenuCategoryList .megaMenuContentBlock .MegamenImage{width:168px;height:110px;object-fit:unset}.megamenu-categories-accordian-container li{padding-left:0;margin:10px 20px}.megamenu-categories-accordian-container li:before{display:none}.nested-categories-list-container{display:flex;flex-direction:column;margin-top:10px}.nested-categories-list-container .nested-categories-list{display:flex;flex-direction:row;height:40px;align-items:center}.nested-categories-list-container .nested-categories-list .Image .LazyLoad-wrapper .Image-Image{width:40px!important;height:100%}.nested-categories-list-container .nested-categories-list .categriesImage{width:33.33px;height:26px}.nested-categories-list-container .nested-categories-list .categoryLabel{margin:0 20px;font-family:"Avenir Next";font-weight:400;font-size:14px;color:#606060}.mobile-megamenu-main-container{overflow-y:scroll;padding:103px 10px 80px;overflow:hidden}@media (max-width:767px){.mobile-megamenu-main-container .AnimationWrapper{max-width:401px;min-height:157px;background-image:linear-gradient(90deg,#e2e2e2 50%,#dcdcdc 50%,#e6e6e6 50%);background-size:0;position:relative;overflow:hidden}.mobile-megamenu-main-container .AnimationWrapper:before{content:"";position:absolute;top:0;right:0;width:calc(200% + 200px);bottom:0;background-image:inherit;-webkit-animation:move 1s linear infinite;animation:move 1s linear infinite}.mobile-megamenu-main-container .Wrapper{display:flex;justify-content:flex-start;margin:20px 0;overflow:hidden}.mobile-megamenu-main-container .Wrapper-Card{min-width:111px;height:136px;margin-right:7px;border-radius:10px;background-image:var(--placeholder-image);background-size:var(--placeholder-size);-webkit-animation:var(--placeholder-animation);animation:var(--placeholder-animation)}.mobile-megamenu-main-container .CategoiresAccordianWrapper{display:flex;flex-direction:column;margin:20px 0;overflow:hidden}}@media (max-width:767px) and (max-width:1024px) and (min-width:768px){.mobile-megamenu-main-container .CategoiresAccordianWrapper{min-width:21.224vw}}@media (max-width:767px) and (max-width:767px){.mobile-megamenu-main-container .CategoiresAccordianWrapper{min-width:41vw}}@media (max-width:767px){.mobile-megamenu-main-container .CategoiresAccordianWrapper-CategoiresAccordianCard{width:392px;height:110px;margin:5px 0;background-image:var(--placeholder-image);background-size:var(--placeholder-size);-webkit-animation:var(--placeholder-animation);animation:var(--placeholder-animation)}}.Menu{list-style-type:square;--pink:#e35467}.Menu-Container{display:flex}@media (max-width:1024px){.Menu{border-right:1px solid var(--light-gray);margin-top:150px}.Menu,.Menu-Container{height:100%;width:100%}.Menu-Container{flex-direction:column}.Menu-Container .HeaderGenders{background:#fff;display:flex;justify-content:center;padding-top:14px;position:fixed;top:80px;width:100%}.Menu-Container .HeaderGenders .GenderButton-Container{display:flex;justify-content:center;width:33.33%;height:auto}.Menu-Container .HeaderGenders .GenderButton-Container .GenderButton-Button{height:30px;margin-top:6px;padding:0 4px}.Menu-Header-Mobile{background-color:var(--pink);position:fixed;width:100%;z-index:10}.Menu-Header-Mobile-Top .HeaderCart-Button{float:right;margin-right:20px;margin-top:-35px}.Menu-Header-Mobile-Top_isArabic .HeaderCart-Button{float:left;margin-left:20px;margin-right:0}.Menu_isArabic{border-left:1px solid var(--light-gray)}}@media (min-width:1025px){.Menu{display:flex;justify-content:left}.Menu-Container .HeaderGenders,.Menu-Header-Mobile{display:none}}.HeaderMenu{line-height:40px;color:#fff;text-align:center}@media (max-width:1024px){.HeaderMenu{overflow-x:hidden;overflow-y:auto}}@media (max-width:767px){.HeaderMenu{line-height:0}}.HeaderMenu-Button{display:block;text-transform:none;font-size:10px;font-weight:var(--fw-medium);letter-spacing:-.2px;line-height:14px;text-align:center;color:var(--inactive-button-header-color);height:40px;width:40px;padding:0;margin:10px auto 0}.HeaderMenu-Button_isExpanded{color:var(--active-button-header-color)}.HeaderMenu-Button_isExpanded:before{-webkit-filter:invert(43%) sepia(60%) saturate(1535%) hue-rotate(335deg) brightness(107%) contrast(95%);filter:invert(43%) sepia(60%) saturate(1535%) hue-rotate(335deg) brightness(107%) contrast(95%)}.HeaderMenu-Button .nav-bar-item-icon{margin-top:16px}.HeaderMenu-Button .nav-bar-item-label{margin-top:2px;margin-bottom:14px;font-size:10px;font-weight:500;text-transform:none}.HeaderMenu-Button .nav-bar-item-label.selected{color:var(--active-button-header-color)}.HeaderMenu-Button img{width:auto}@media (min-width:1025px){.HeaderMenu{width:auto}}.HeaderMenu .nav-bar-item-button{margin:0 10px;border-top:3px solid #fff}.HeaderMenu .nav-bar-item-button.selected{border-top:3px solid var(--active-button-header-color)}.DynamicContentSliderWithLabel{margin-right:30px;margin-left:30px;margin-bottom:60px!important;max-width:var(--container-max-width);text-align:left}.DynamicContentSliderWithLabel_isArabic{text-align:right}.DynamicContentSliderWithLabel .SliderWithLabelWrapper.active{cursor:grabbing;cursor:-webkit-grabbing;-webkit-transform:scale(1);transform:scale(1)}.DynamicContentSliderWithLabel .SliderWithLabelWrapper.active .SliderWithLabel a{cursor:grabbing;cursor:-webkit-grabbing}.DynamicContentSliderWithLabel .SliderWithLabelWrapper{display:flex;overflow-x:auto;scroll-behavior:auto;scrollbar-width:none}.DynamicContentSliderWithLabel .SliderWithLabelWrapper::-webkit-scrollbar{height:4px;border:1px solid #d5d5d5;display:none}.DynamicContentSliderWithLabel .SliderWithLabelWrapper::-webkit-scrollbar-thumb{background:#585757}.DynamicContentSliderWithLabel .SliderWithLabelWrapper::-webkit-scrollbar-track{background:#dcdcdc}.DynamicContentSliderWithLabel .SliderWithLabel{display:inline-block;margin-right:10.5px}.DynamicContentSliderWithLabel .SliderWithLabel:nth-last-child(2){margin-right:0}.DynamicContentSliderWithLabel .SliderWithLabel-Link{width:100%;display:block}.DynamicContentSliderWithLabel .SliderWithLabel_isArabic:nth-last-child(2){margin-right:10px}.DynamicContentSliderWithLabel .SliderWithLabel_isArabic:nth-child(2){margin-right:0}.DynamicContentSliderWithLabel img{min-width:238px;width:100%;height:100%;object-fit:cover}@media (max-width:1024px) and (min-width:768px){.DynamicContentSliderWithLabel img{min-width:163px}}@media (max-width:767px){.DynamicContentSliderWithLabel img{min-width:41vw}}.DynamicContentSliderWithLabel .SliderText{font-size:18px;line-height:25px;margin-top:10px;text-align:center}@media (max-width:1024px) and (min-width:768px){.DynamicContentSliderWithLabel .SliderText{color:#000;font-size:16px;letter-spacing:0;line-height:22px}}@media (max-width:767px){.DynamicContentSliderWithLabel .SliderText{font-size:14px;margin-top:0}}.DynamicContentSliderWithLabel-Label{display:flex;position:absolute;bottom:15rem;right:70%;text-transform:uppercase;align-items:center;vertical-align:center}.DynamicContentSliderWithLabel .Slider-Crumbs{position:static}.DynamicContentSliderWithLabel .Slider-Crumb{width:9px;height:9px;border:1px solid #0a0a0a;background:#fff}.DynamicContentSliderWithLabel .Slider-Crumb_isActive{width:11px;height:11px;border:2px solid #fff;box-shadow:0 0 0 1px #0a0a0a;background:#0a0a0a}.DynamicContentSliderWithLabel .Outer{width:29.444vw;overflow-x:auto;scroll-behavior:auto;margin:50px auto 0;cursor:grabbing;cursor:-webkit-grabbing}.DynamicContentSliderWithLabel .Outer_Hidden{display:none}@media (max-width:767px){.DynamicContentSliderWithLabel .Outer{display:none}}@media (max-width:1024px) and (min-width:768px){.DynamicContentSliderWithLabel .Outer{display:none}}.DynamicContentSliderWithLabel .Outer::-webkit-scrollbar{height:3px}.DynamicContentSliderWithLabel .Outer::-webkit-scrollbar:hover{cursor:pointer}@media (max-width:767px){.DynamicContentSliderWithLabel .Outer::-webkit-scrollbar{display:none}}.DynamicContentSliderWithLabel .Outer::-webkit-scrollbar-thumb{background:#000;border-radius:3px}.DynamicContentSliderWithLabel .Outer::-webkit-scrollbar-track{background:#e9e9e9}.DynamicContentSliderWithLabel .Outer-Inner{height:1px}.DynamicContentSliderWithLabel .Title{font-size:18px;line-height:25px;text-align:left;letter-spacing:2px;margin-bottom:34px;font-weight:500;text-transform:uppercase}.DynamicContentSliderWithLabel .Title_isArabic{text-align:right}@media (max-width:767px){.DynamicContentSliderWithLabel .Title{margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:15px;text-align:center;letter-spacing:0;font-weight:600;line-height:18px}}@media (max-width:1024px) and (min-width:768px){.DynamicContentSliderWithLabel .Title{margin-bottom:20px;margin-left:30px}.DynamicContentSliderWithLabel .Title_isArabic{margin-left:0;margin-right:30px}}@media (max-width:767px){.DynamicContentSliderWithLabel{max-height:700px;overflow:none;margin-left:0;margin-right:0}.DynamicContentSliderWithLabel-Label{right:2rem;bottom:2rem;text-decoration:underline;background:none!important}.DynamicContentSliderWithLabel .Slider-Wrapper{width:80%;margin:10px}.DynamicContentSliderWithLabel .Slider-Crumbs{display:none}}@media (max-width:767px){.DynamicContentSliderWithLabel .tns-nav{margin-top:10px;margin-bottom:0}}.DynamicContentSliderWithLabel .SliderHelper{display:inline-block;min-width:30px;background:transparent}@media (max-width:767px){.DynamicContentSliderWithLabel .SliderHelper{min-width:10px}}@media (min-width:1025px){.DynamicContentSliderWithLabel .SliderHelper{display:none}}@media (max-width:1024px) and (min-width:768px){.DynamicContentSliderWithLabel{margin-right:0;margin-left:0;margin-bottom:40px!important}}html{scroll-behavior:smooth!important}.recommendedForYouSliderBox .VueProductSlider{padding:0 20px;font-weight:var(--fw-regular)}.recommendedForYouSliderBox .VueProductSlider-Container{margin:30px 0}@media (max-width:767px){.recommendedForYouSliderBox .VueProductSlider-Container{margin-bottom:0;margin-top:0}}@media (min-width:1025px){.recommendedForYouSliderBox .VueProductSlider-Link{height:278px}}.recommendedForYouSliderBox .VueProductSlider-HeaderContainer{margin-top:10px;margin-bottom:15px;display:flex;justify-content:space-between}.recommendedForYouSliderBox .VueProductSlider-HeaderContainer h1{text-transform:uppercase}@media (min-width:1025px){.recommendedForYouSliderBox .VueProductSlider-HeaderContainer h1{font-size:18px;font-weight:500;letter-spacing:2px;line-height:25px}}@media (max-width:760px){.recommendedForYouSliderBox .VueProductSlider-HeaderContainer{display:block;text-align:center}.recommendedForYouSliderBox .VueProductSlider-HeaderContainer h1{font-size:15px;margin-bottom:0;margin-top:10px;text-align:center}}@media (max-width:1024px) and (min-width:768px){.recommendedForYouSliderBox .VueProductSlider-HeaderContainer h1{font-size:18px;font-weight:500;letter-spacing:2px;line-height:25px;margin-bottom:0}}.recommendedForYouSliderBox .VueProductSlider-ViewAllBtn{height:40px;width:100px;display:grid;cursor:pointer;border-radius:11px;place-items:center;background-color:#f6f6f6}.recommendedForYouSliderBox .VueProductSlider-ViewAllBtn span{font-size:13px;font-weight:var(--fw-demi)}.recommendedForYouSliderBox .VueProductSlider-SliderContainer{width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding-bottom:0!important}.recommendedForYouSliderBox .VueProductSlider-SliderContainer_isHome::-webkit-scrollbar{display:none}@media (max-width:1024px){.recommendedForYouSliderBox .VueProductSlider-SliderContainer{padding-bottom:0!important;width:99vw}}.recommendedForYouSliderBox .VueProductSlider-SliderContainer a{overflow:hidden;position:relative;padding-top:100%;display:block;margin-bottom:6px}.recommendedForYouSliderBox .VueProductSlider-SliderContainer a img{position:absolute;height:100%;width:100%;top:0;bottom:0;left:0;right:0}.recommendedForYouSliderBox .VueProductSlider-SliderContainer::-webkit-scrollbar{width:6px;height:6px}.recommendedForYouSliderBox .VueProductSlider-SliderContainer::-webkit-scrollbar-thumb{background:#585757}.recommendedForYouSliderBox .VueProductSlider-SliderContainer::-webkit-scrollbar-track{background:#dcdcdc}.recommendedForYouSliderBox .VueProductSlider-VueProductContainer{width:245.39px;height:auto;position:relative;margin-right:7.92px;display:inline-block;vertical-align:top;overflow-y:hidden}.recommendedForYouSliderBox .VueProductSlider-VueProductContainer_isArabic:nth-child(2){margin-right:0}@media (max-width:1024px){.recommendedForYouSliderBox .VueProductSlider-VueProductContainer{height:auto;width:220.08px;margin-bottom:10px}}.recommendedForYouSliderBox .VueProductSlider-VueProductContainer #brandName{display:block;font-size:14px;font-weight:var(--fw-demi);margin:8.23px 0 5.58px;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.recommendedForYouSliderBox .VueProductSlider-VueProductContainer .isArabic{text-align:right!important}.recommendedForYouSliderBox .VueProductSlider-VueProductContainer #productName{width:100%;display:block;font-size:13px;color:#4a4a4a;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:var(--fw-regular);text-align:left}.recommendedForYouSliderBox .VueProductSlider-VueProductContainer #price{display:block;font-size:14px;font-weight:var(--fw-bold)}.recommendedForYouSliderBox .VueProductSlider-VueProductContainer .WishlistIcon-Icon{width:2rem;height:2rem;background-size:2rem}@media (max-width:1024px) and (min-width:768px){.recommendedForYouSliderBox .VueProductSlider-VueProductContainer .WishlistIcon{width:28px;height:28px}.recommendedForYouSliderBox .VueProductSlider-VueProductContainer .WishlistIcon-Icon{width:20px;height:20px;background-size:20px;left:-1px;top:5px}}@media (max-width:767px){.recommendedForYouSliderBox .VueProductSlider-VueProductContainer .WishlistIcon{width:28px;height:28px}.recommendedForYouSliderBox .VueProductSlider-VueProductContainer .WishlistIcon-Icon{width:20px;height:20px;background-size:20px;left:-1px;top:5px}}.recommendedForYouSliderBox .VueProductSlider-VueProductImage{width:100%;overflow:hidden}@media (max-width:767px){.recommendedForYouSliderBox .VueProductSlider-VueProductImage{height:100%;object-fit:cover}}@media (min-width:1025px){.recommendedForYouSliderBox .VueProductSlider-VueProductImage{min-height:168px}}@media (max-width:1024px) and (min-width:768px){.recommendedForYouSliderBox .VueProductSlider-VueProductImage{min-height:168px}}.recommendedForYouSliderBox .VueProductSlider-VueIsNewTag{width:35px;height:20px;display:flex;align-items:center;justify-content:center;background-color:#c8b581;border-radius:0 10px 10px 0;left:0;top:12px;position:absolute}.recommendedForYouSliderBox .VueProductSlider-VueIsNewTag_isArabic{right:0;border-radius:10px 0 0 10px}.recommendedForYouSliderBox .VueProductSlider-VueIsNewTag span{font-size:11px;color:#fff;line-height:13px;font-weight:var(--fw-medium)}.recommendedForYouSliderBox .VueProductSlider-VueProductTag{width:90px;height:20px;display:flex;align-items:center;justify-content:center;background-color:#9c9;border-radius:0 10px 10px 0;left:0;top:12px;position:absolute}.recommendedForYouSliderBox .VueProductSlider-VueProductTag span{font-size:11px;color:#fff;line-height:13px;font-weight:var(--fw-medium)}.recommendedForYouSliderBox .VueProductSlider-SpecialPriceCon{display:block;text-align:left!important}.recommendedForYouSliderBox .VueProductSlider-brandName_isArabic,.recommendedForYouSliderBox .VueProductSlider-productName_isArabic,.recommendedForYouSliderBox .VueProductSlider-SpecialPriceCon_isArabic{text-align:right!important}.recommendedForYouSliderBox .VueProductSlider-Del{display:inline-block}.recommendedForYouSliderBox .VueProductSlider-Del #price{margin-right:10px;font-weight:var(--fw-medium)}.recommendedForYouSliderBox .VueProductSlider-PriceWrapper{display:inline-block;font-size:14px}.recommendedForYouSliderBox .VueProductSlider-PriceWrapper span{color:#d12228;font-weight:var(--fw-bold)}@media (max-width:411px){.recommendedForYouSliderBox .VueProductSlider-PriceWrapper span{font-size:12px}}.recommendedForYouSliderBox #ScrollWrapper.active,.recommendedForYouSliderBox #ScrollWrapper.active .VueProductSlider,.recommendedForYouSliderBox #ScrollWrapper.active .VueProductSlider-VueProductContainer,.recommendedForYouSliderBox #ScrollWrapper.active .VueProductSlider-VueProductContainer-a,.recommendedForYouSliderBox #ScrollWrapper.active .VueProductSlider-VueProductImage,.recommendedForYouSliderBox .Outer{cursor:grabbing;cursor:-webkit-grabbing}.recommendedForYouSliderBox .Outer{width:29.444vw;overflow-x:auto;scroll-behavior:auto;margin:60px auto 0}@media (max-width:767px){.recommendedForYouSliderBox .Outer{display:none}}.recommendedForYouSliderBox .Outer_Hidden{display:none}.recommendedForYouSliderBox .Outer::-webkit-scrollbar{height:3px}.recommendedForYouSliderBox .Outer::-webkit-scrollbar:hover{cursor:pointer}.recommendedForYouSliderBox .Outer::-webkit-scrollbar-thumb{background:#000;border-radius:3px}.recommendedForYouSliderBox .Outer::-webkit-scrollbar-track{background:#e9e9e9}.recommendedForYouSliderBox .Outer-Inner{height:1px}.recommendedForYouSliderBox .SliderHelper_isHome{display:none}@media (max-width:1024px) and (min-width:768px){.recommendedForYouSliderBox .SliderHelper_isHome{width:30px;display:inline-block}}@media (max-width:767px){.recommendedForYouSliderBox .SliderHelper_isHome{width:10px;display:inline-block}}:root{--gray:#f0f0f0;--link-dark-gray:#4a4a4a}@media (max-width:1024px){.SearchSuggestion{height:100%;min-height:100vh;overflow-y:hidden;top:75px}}.SearchSuggestion-CloseContainer{display:flex;justify-content:flex-end;height:36px}.SearchSuggestion-CloseContainer .CloseContainer-Close{height:100%;padding:0;margin:0 8px;font-weight:400;text-transform:capitalize}@media (min-width:1025px){.SearchSuggestion-CloseContainer .CloseContainer-Close{display:none}}.SearchSuggestion-Content{background-color:#fff;display:block;flex-direction:column;font-weight:var(--fw-regular);height:auto;margin-left:4px;padding:20px 40px;pointer-events:all;position:relative;top:4px;width:inherit;vertical-align:middle;scrollbar-width:none}@media (max-width:767px){.SearchSuggestion-Content{top:103px}}@media (max-width:1024px){.SearchSuggestion-Content{height:100%;margin-left:0;max-height:calc(100vh - 160px);overflow-y:auto;padding:0 0 20px;position:absolute}}@media (min-width:1025px){.SearchSuggestion-Content{right:4px}}@media (max-width:1024px){.SearchSuggestion-Content_isPDPSearchVisible{min-height:calc(100vh - 80px)}}@media (max-width:767px){.SearchSuggestion-Content_isBrandsMenu{top:50px;height:calc(100vh - 100px);max-height:calc(100vh - 100px);background-color:#fff;overflow-y:scroll}}@media (min-width:1025px){.SearchSuggestion{position:fixed;right:-20px;top:151px;width:720px}}.SearchSuggestion-ShadeWrapper{position:relative;top:4px}.SearchSuggestion-Recommended{margin-top:15px;margin-left:15px}.SearchSuggestion-Recommended ul{overflow-x:hidden;overflow-y:scroll}.SearchSuggestion-Recommended ul li{margin-top:20px!important;width:245.39px}.SearchSuggestion-Item{margin:15px}.SearchSuggestion-Item ul li{margin-top:20px!important}.SearchSuggestion .RecentSearches,.SearchSuggestion .TopSearches{margin-bottom:21px}.SearchSuggestion .RecentSearches ul,.SearchSuggestion .TopSearches ul{display:flex}.SearchSuggestion .RecentSearches li,.SearchSuggestion .TopSearches li{margin-top:0;margin-right:14px}@media (max-width:767px){.SearchSuggestion .RecentSearches li,.SearchSuggestion .TopSearches li{margin-right:8px}}@media (max-width:1024px) and (min-width:768px){.SearchSuggestion .RecentSearches li,.SearchSuggestion .TopSearches li{margin-right:8px}}.SearchSuggestion .RecentSearches h2,.SearchSuggestion .TopSearches h2{line-height:40px}@media (max-width:1024px){.SearchSuggestion .RecentSearches ul,.SearchSuggestion .TopSearches ul{overflow-x:auto}}@media (min-width:1025px){.SearchSuggestion .RecentSearches ul,.SearchSuggestion .TopSearches ul{flex-wrap:wrap}}.SearchSuggestion .TrandingBrands,.SearchSuggestion .TrandingTags{margin-bottom:21px}.SearchSuggestion .TrandingBrands ul,.SearchSuggestion .TrandingTags ul{display:flex}.SearchSuggestion .TrandingBrands_isArabic li,.SearchSuggestion .TrandingTags_isArabic li{margin-top:0;margin-left:5px}@media (max-width:767px){.SearchSuggestion .TrandingBrands_isArabic li,.SearchSuggestion .TrandingTags_isArabic li{margin-left:5px}}@media (max-width:1024px) and (min-width:768px){.SearchSuggestion .TrandingBrands_isArabic li,.SearchSuggestion .TrandingTags_isArabic li{margin-left:5px}}.SearchSuggestion .TrandingBrands li,.SearchSuggestion .TrandingTags li{margin-top:0;margin-right:5px}@media (max-width:767px){.SearchSuggestion .TrandingBrands li,.SearchSuggestion .TrandingTags li{margin-right:5px}}@media (max-width:1024px) and (min-width:768px){.SearchSuggestion .TrandingBrands li,.SearchSuggestion .TrandingTags li{margin-right:5px}}.SearchSuggestion .TrandingBrands h2,.SearchSuggestion .TrandingTags h2{line-height:40px}@media (max-width:1024px){.SearchSuggestion .TrandingBrands ul,.SearchSuggestion .TrandingTags ul{overflow-x:auto}}@media (min-width:1025px){.SearchSuggestion .TrandingBrands ul,.SearchSuggestion .TrandingTags ul{overflow-x:auto}.SearchSuggestion .TrandingBrands ul::-webkit-scrollbar,.SearchSuggestion .TrandingTags ul::-webkit-scrollbar{display:none}}.SearchSuggestion .recommendedForYou{padding:0 20px 0 10px!important}.SearchSuggestion .RecentSearches,.SearchSuggestion .recommendedForYou,.SearchSuggestion .TopSearches,.SearchSuggestion .TrandingTags,.SearchSuggestion .WishlistSliderHeader{padding:0 20px}.SearchSuggestion .RecentSearches ul,.SearchSuggestion .recommendedForYou ul,.SearchSuggestion .TopSearches ul,.SearchSuggestion .TrandingTags ul,.SearchSuggestion .WishlistSliderHeader ul{flex-wrap:wrap}.SearchSuggestion .RecentSearches li,.SearchSuggestion .recommendedForYou li,.SearchSuggestion .TopSearches li,.SearchSuggestion .TrandingTags li,.SearchSuggestion .WishlistSliderHeader li{margin-bottom:10px}.SearchSuggestion .RecentSearches h2,.SearchSuggestion .recommendedForYou h2,.SearchSuggestion .TopSearches h2,.SearchSuggestion .TrandingTags h2,.SearchSuggestion .WishlistSliderHeader h2{line-height:40px}@media (min-width:1025px){.SearchSuggestion .RecentSearches,.SearchSuggestion .recommendedForYou,.SearchSuggestion .TopSearches,.SearchSuggestion .TrandingTags,.SearchSuggestion .WishlistSliderHeader{padding:0}}.SearchSuggestion .RecentSearches-searchList_isArabic li:first-of-type,.SearchSuggestion .TopSearches-searchList_isArabic li:first-of-type,.SearchSuggestion .TrandingTags-trendingTagsList_isArabic li:first-of-type{margin-right:0!important}.SearchSuggestion .TopSearches{text-transform:capitalize}.SearchSuggestion .TrandingBrands-trendingBrandList_isArabic li{margin-left:5px!important;margin-right:14px}.SearchSuggestion .TrandingBrands-trendingBrandList_isArabic li:first-of-type{margin-right:14px!important}@media (min-width:1025px){.SearchSuggestion .TrandingBrands-trendingBrandList_isArabic li:first-of-type{margin-right:0!important}}.SearchSuggestion .TrandingBrands li{margin-left:14px}.SearchSuggestion .TrandingBrands h2{padding:0 20px}@media (min-width:1025px){.SearchSuggestion .TrandingBrands li{margin-left:0;margin-right:14px}.SearchSuggestion .TrandingBrands li:first-of-type{margin-left:0}.SearchSuggestion .TrandingBrands h2{padding:0}}.SearchSuggestion .CircleSliderLabel{margin-bottom:10px;margin-top:10px;width:70px;font-family:"Avenir Next";white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:13px;white-space:unset;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.SearchSuggestion-TrandingImg{width:70px;height:70px;border:2px solid rgba(249,100,70,.3);border-radius:45px;margin:0;display:flex;flex-direction:column}.SearchSuggestion-TrandingImg img{margin-bottom:10px;border-radius:45px}.SearchSuggestion-TrandingTag{height:30px;background:#f0f0f0;background:var(--gray);color:var(--link-dark-gray);padding:5px 10px}.SearchSuggestion-TopSearches,.SearchSuggestion-TrandingTag{margin:0;width:auto;border-radius:15px;display:flex;justify-content:center;align-items:center}.SearchSuggestion-TopSearches{color:#000;font-size:14px;text-transform:capitalize;text-decoration:underline}.SearchSuggestion ul li{margin-top:15px}.SearchSuggestion ul a{color:#4a4a4a}.SearchSuggestion h2{font-size:17px;text-transform:none;font-weight:600;letter-spacing:0}@media (max-width:1024px){.SearchSuggestion-Brands a,.SearchSuggestion-Recommended a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.SearchSuggestion_isArabic .SearchSuggestion-Content ul li a span{left:0;right:auto}.SearchSuggestion_isArabic .SearchSuggestion-Content .SearchProduct-PriceWrapper .SearchProduct-Discount_discount{margin-right:4px}@media (min-width:1025px){.SearchSuggestion_isArabic{left:-20px}}.SearchSuggestion_isArabic .TrandingBrands li:first-of-type{margin-right:14px}.SearchSuggestion .SearchProduct-SpecialPriceCon{display:block;right:unset;font-size:13px;font-weight:var(--fw-demi);color:var(--color-pure-black);letter-spacing:0;line-height:20px}.SearchSuggestion .SearchProduct .Price-Del{display:inline-block;margin-right:4px}.SearchSuggestion .SearchProduct-PriceWrapper{display:inline-block;position:relative;right:unset}.SearchSuggestion .SearchProduct-PriceWrapper span{color:#000;font-weight:var(--fw-regular);position:relative;right:unset}.SearchSuggestion .SearchProduct-PriceWrapper .Price-Discount_discount{font-weight:var(--fw-demi)!important}.SearchSuggestion .SearchProduct .Image .LazyLoad-wrapper img{grid-column:1;grid-row:auto}.SearchSuggestion .SearchProduct-Brand{font-size:14px;font-weight:var(--fw-demi);letter-spacing:0;line-height:19px;color:var(--color-pure-black);width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:1024px) and (min-width:768px){.SearchSuggestion .SearchProduct-Brand{width:300px}}@media (max-width:767px){.SearchSuggestion .SearchProduct-Brand{width:200px}}.SearchSuggestion .SearchProduct-ProductName{display:-webkit-box;position:relative;font-size:13px;letter-spacing:0;line-height:15px;width:200px;overflow:hidden;text-overflow:ellipsis;white-space:unset;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width:1024px) and (min-width:768px){.SearchSuggestion .SearchProduct-ProductName{width:300px}}@media (max-width:767px){.SearchSuggestion .SearchProduct-ProductName{width:200px}}.SearchSuggestion .SearchProduct-Price{display:block;position:relative;font-size:14px;font-weight:var(--fw-demi);color:var(--color-pure-black);letter-spacing:0;line-height:19px}@media (max-width:1024px) and (min-width:768px){.SearchSuggestion .SearchProduct .ProductItemMeta .ProductItem_Brand{width:300px}}@media (max-width:767px){.SearchSuggestion .SearchProduct .ProductItemMeta .ProductItem_Brand{width:200px}}@media (max-width:1024px) and (min-width:768px){.SearchSuggestion .SearchProduct .ProductItemMeta .ProductItem_Title{width:300px}}@media (max-width:767px){.SearchSuggestion .SearchProduct .ProductItemMeta .ProductItem_Title{width:200px}}.NothingFound{width:var(--main-container-width-dsk);max-width:var(--container-max-width);margin:0 auto}#price{font-size:14px;font-weight:var(--fw-demi);color:var(--color-pure-black);letter-spacing:0;line-height:19px}.recommendedForYouSliderBox{margin-bottom:10px}.recommendedForYouSliderBox .VueProductSlider-Container{width:100%;font-size:16px;margin-top:0;font-weight:var(--fw-demi)}@media (max-width:1024px){.recommendedForYouSliderBox .VueProductSlider-Container{width:96.005vw;margin:0}}@media (max-width:760px){.recommendedForYouSliderBox .VueProductSlider-Container{padding-left:8px}}@media (max-width:1024px) and (min-width:768px){.recommendedForYouSliderBox .VueProductSlider-Container{padding-left:30px}}.recommendedForYouSliderBox .VueProductSlider-Container .DragWrapper .Outer{margin:0 auto 15px}.recommendedForYouSliderBox .VueProductSlider-VueProductContainer:nth-last-child(2),.recommendedForYouSliderBox .VueProductSlider-VueProductContainer_isArabic:nth-child(2){margin-right:7.92px}.recommendedForYouSliderBox .VueProductSlider-HeaderContainer h4{font-size:17px;text-transform:none;margin:0;letter-spacing:.25px;font-weight:700}.wishlistSliderContainer{margin-bottom:10px}.wishlistSliderContainer .VueProductSlider-SliderContainer{padding-bottom:0!important}.wishlistSliderContainer .VueProductSlider-Container{width:100%;font-size:16px;margin:15px 0 0;font-weight:var(--fw-demi)}@media (max-width:1024px){.wishlistSliderContainer .VueProductSlider-Container{width:96.005vw;margin:0}}@media (max-width:760px){.wishlistSliderContainer .VueProductSlider-Container{padding-left:8px}}@media (max-width:1024px) and (min-width:768px){.wishlistSliderContainer .VueProductSlider-Container{padding-left:30px}}.wishlistSliderContainer .VueProductSlider-Container .DragWrapper .Outer{margin:0 auto 15px}.wishlistSliderContainer .VueProductSlider-VueProductContainer:nth-last-child(2),.wishlistSliderContainer .VueProductSlider-VueProductContainer_isArabic:nth-child(2){margin-right:7.92px}.wishlistSliderContainer .VueProductSlider-HeaderContainer h4{font-size:17px;text-transform:none;margin:0;letter-spacing:.25px;font-weight:600}.cursor-pointer{cursor:pointer!important}@media (max-width:1024px){::-webkit-scrollbar{display:none}}.isSuggestionOpen{overflow:hidden!important}.text-capitalize{text-transform:capitalize}@media (max-width:767px){.newSearchSuggestionMsite ul li{font-size:15px!important}}.NoBrandSearchSuggestions{width:230px;text-align:center;margin:150px auto 0}.NoBrandSearchSuggestions .noResultFound{font-family:"Avenir Next";font-weight:500;font-size:14px;color:#000;text-transform:uppercase}.NoBrandSearchSuggestions p{font-family:"Avenir Next";font-weight:500;font-size:14px;text-wrap:wrap;margin-top:10px}.SearchSuggestionNew .TrandingTagNew{font-family:"Avenir Next";font-size:15px;font-weight:400;line-height:51px;letter-spacing:0;text-align:center}.SearchSuggestionNew .TrandingTagNew ul{display:flex}.SearchSuggestionNew .TrandingTagNew li{margin-top:0;margin-right:5px}@media (max-width:767px){.SearchSuggestionNew .TrandingTagNew li{margin-right:5px}}.SearchSuggestionNew .TrandingTagNew h2{line-height:40px}.NewSearchSuggetions{font-family:"Avenir Next";font-size:15px;font-weight:400;padding:10px 0;letter-spacing:0}.NewRecentSearches{padding:0 20px}.NewRecentSearches h3{font-family:"Avenir Next";font-size:18px;font-weight:600;line-height:55px;letter-spacing:0;margin-top:0;margin-bottom:0;color:#606060;text-transform:uppercase}.NewRecentSearches ul li{margin-top:0}.popularSearch{padding-bottom:150px}#newTrendingBrands{background-color:#fff}.CategoiresAccordianWrapper{display:flex;flex-direction:column;margin:10px;overflow:hidden}@media (max-width:1024px) and (min-width:768px){.CategoiresAccordianWrapper{min-width:21.224vw}}@media (max-width:767px){.CategoiresAccordianWrapper{min-width:41vw}}.CategoiresAccordianWrapper-CategoiresAccordianCard{width:90%;height:40px;margin:7px 10px;background-image:var(--placeholder-image);background-size:var(--placeholder-size);-webkit-animation:var(--placeholder-animation);animation:var(--placeholder-animation)}:root{--gray:#efefef;--charcoal:#4a4a4a;--zumthor:#d1d3d4}@media (max-width:1024px){.HeaderSearchSection .SearchSuggestion{display:flex;top:0;position:fixed}}@media (min-width:1025px){.HeaderSearchSection .SearchSuggestion{display:flex}.HeaderSearchSection .SearchSuggestion-Shade{width:100%;height:100%;background:rgba(0,0,0,.7);position:fixed;left:0;content:".";color:transparent;z-index:-1;pointer-events:none}}@media (max-width:767px){.HeaderSearchSection .expressPOsitionCSS{position:fixed;display:block!important;padding-top:12px!important;height:85px!important;background:#f8f8f8!important}.HeaderSearchSection .expressPOsitionCSS #header-search .Field{margin:0;width:100%}.HeaderSearchSection .expressPOsitionCSS #header-search .Field input{background-color:#fff}.HeaderSearchSection .expressPOsitionCSS #header-search .Field input::-webkit-input-placeholder{color:#979797!important}.HeaderSearchSection .expressPOsitionCSS #header-search .Field input:-ms-input-placeholder{color:#979797!important}.HeaderSearchSection .expressPOsitionCSS #header-search .Field input::placeholder{color:#979797!important}}@media (max-width:767px) and (max-width:767px){.HeaderSearchSection .expressPOsitionCSS #header-search .Field input{border:.5px solid #a9a9a9}}.HeaderSearch{position:absolute;z-index:100;height:33px;width:95%;top:3px;right:0;border-radius:5px;background:#fff}@media (min-width:1025px){.HeaderSearch{max-width:320px}.HeaderSearch:hover{height:37px}}@media (max-width:767px){.HeaderSearch{padding:0 10px}}@media (max-width:1024px){.HeaderSearch{position:absolute;top:75px}}@media (max-width:1024px){.HeaderSearch-Clear{width:40px;height:auto;right:0;top:10px;display:block}}.HeaderSearch-Container{height:auto;flex-grow:1;display:flex}.HeaderSearch-Container_isArabic{margin-left:5px;margin-right:auto}.HeaderSearch-Container .SearchBackground{width:100vw;background-color:#000;-webkit-transform:skew(-15deg,0deg);transform:skew(-15deg,0deg);position:absolute;left:-6px;top:0;min-height:100%}.HeaderSearch-Container .SearchBackground_isArabic{right:-6px;left:auto}.HeaderSearch-SubmitBtn{height:25px;width:25px;padding:0;background-color:transparent;position:absolute;top:7px;left:5px}.HeaderSearch-SubmitBtn .Image .LazyLoad-wrapper img{width:15px!important;height:15px!important}@media (min-width:1025px){.HeaderSearch-SubmitBtn{top:5px;left:unset;right:5px}}.HeaderSearch-SubmitBtn_isArabic{left:unset;right:5px}@media (min-width:1025px){.HeaderSearch-SubmitBtn_isArabic{left:5px;right:unset}}.HeaderSearch-Clear{width:45px;height:100%;top:0;display:none}@media (max-width:767px){.HeaderSearch-Clear_isClearVisible{display:block}}.HeaderSearch #header-search{width:100%}@media (max-width:1024px) and (min-width:768px){.HeaderSearch #header-search{width:372px}}@media (max-width:1024px){.HeaderSearch #header-search{border-radius:10px;background-color:#efefef;background-color:var(--gray);height:36px;display:flex;align-items:center}}@media (max-width:767px){.HeaderSearch_isPLP input{padding-left:13px!important}}.HeaderSearch #header-search .Field{margin:0;width:100%}.HeaderSearch #header-search .Field input{background-color:#f5f5f5;border:none;border-radius:5px;font-weight:var(--fw-regular);font-size:14px;padding-left:35px;text-transform:none;width:100%;color:#0a0a0a;height:30px}@media (max-width:767px){.HeaderSearch #header-search .Field input{height:36px;border-radius:10px}}.HeaderSearch #header-search .Field input::-webkit-input-placeholder{color:#0a0a0a}.HeaderSearch #header-search .Field input:-ms-input-placeholder{color:#0a0a0a}.HeaderSearch #header-search .Field input::placeholder{color:#0a0a0a}@media (min-width:1025px){.HeaderSearch #header-search .Field input{padding-left:10px;padding-right:35px;background-position:calc(100% - 10px) 50%}}.HeaderSearch_isArabic{right:unset;left:0}.HeaderSearch_isArabic #search-field{background-position:calc(100% - 10px) 50%;padding-right:35px;padding-left:10px}@media (min-width:1025px){.HeaderSearch_isArabic #search-field{padding-left:35px;padding-right:30px}}.modalWithOutsideClick-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:99999}.modalWithOutsideClick-content{z-index:99999}.modalWithOutsideClick-open{overflow:hidden!important}.signInSignUpWithCityAreaMainBlock{cursor:pointer}.signInSignUpWithCityAreaMainBlock-false_isArabic,.signInSignUpWithCityAreaMainBlock-stylePopUp_isArabic,.signInSignUpWithCityAreaMainBlock_isArabic{direction:rtl}@media (max-width:767px){.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp{height:259px;width:100%;position:fixed;left:0;right:0;bottom:0;background:#fff;padding:10px 20px;z-index:100;border-radius:12px 12px 0 0}}@media (min-width:1025px){.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp{width:400px;height:300px;background:#fff;padding:20px;z-index:100;border-radius:4px;border:1px solid #d1d3d4;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:12px}}.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaPopUpHeading,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaPopUpHeading{font-family:Avenir Next;font-weight:600;line-height:24px;font-size:20px}.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .createAccountSignInButton,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .createAccountSignInButton{display:flex;justify-content:space-evenly;align-items:center;margin:20px 0}@media (min-width:1025px){.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .createAccountSignInButton,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .createAccountSignInButton{margin:20px 0}}.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .createAccountSignInButton button,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .createAccountSignInButton button{height:40px;min-width:140px;line-height:40px}.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .createAccountSignInButton .createAccountButton,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .createAccountSignInButton .createAccountButton{border:1px solid #000;border-radius:5px;font-weight:700;font-size:14px}.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .createAccountSignInButton .signInButton,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .createAccountSignInButton .signInButton{border-radius:5px;font-weight:700;font-size:14px;background:#000;color:#fff}.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .partition,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .partition{position:relative;text-align:center;font-weight:500;font-size:14px}.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .partition:after,.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .partition:before,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .partition:after,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .partition:before{content:"";display:inline-block;width:45%;border-top:1px solid #c8c6c6;position:absolute;top:60%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .partition:before,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .partition:before{left:0}.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .partition:after,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .partition:after{right:0}.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .selectLocation,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .selectLocation{display:flex;align-items:center;justify-content:flex-start;margin:20px 0}@media (min-width:1025px){.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .selectLocation,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .selectLocation{margin:18px 0}}.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .selectLocation img,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .selectLocation img{width:25px!important;height:30px!important}.signInSignUpWithCityAreaMainBlock-false .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .selectLocation .selectLocationText,.signInSignUpWithCityAreaMainBlock-stylePopUp .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .selectLocation .selectLocationText{font-family:Avenir Next;font-size:14px;font-weight:500;color:#0b92d3}@media (min-width:1025px){.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock{position:absolute;top:6px}}@media (max-width:767px){.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp{height:259px;width:100%;position:fixed;left:0;right:0;bottom:0;background:#fff;padding:10px 20px;z-index:100;border-radius:12px 12px 0 0}}@media (min-width:1025px){.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp{width:364px;height:243px;background:#fff;padding:10px 20px;z-index:100;border-radius:4px;border:1px solid #d1d3d4}}.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaPopUpHeading{font-family:Avenir Next;font-weight:600;line-height:24px;font-size:20px}.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .createAccountSignInButton{display:flex;justify-content:space-evenly;align-items:center;margin:20px 0}@media (min-width:1025px){.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .createAccountSignInButton{margin:20px 0}}.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .createAccountSignInButton button{height:40px;min-width:140px;line-height:40px}.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .createAccountSignInButton .createAccountButton{border:1px solid #000;border-radius:5px;font-weight:700;font-size:14px}.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .createAccountSignInButton .signInButton{border-radius:5px;font-weight:700;font-size:14px;background:#000;color:#fff}.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .partition{position:relative;text-align:center;font-weight:500;font-size:14px}.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .partition:after,.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .partition:before{content:"";display:inline-block;width:45%;border-top:1px solid #c8c6c6;position:absolute;top:60%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .partition:before{left:0}.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .partition:after{right:0}.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .selectLocation{display:flex;align-items:center;justify-content:flex-start;margin:20px 0}@media (min-width:1025px){.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .selectLocation{margin:18px 0}}.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .selectLocation img{width:25px!important;height:30px!important}.signInSignUpWithCityAreaMainBlock .signInSignUpWithCityAreaOuterBlock .signInSignUpWithCityAreaPopUp .signInSignUpWithCityAreaInnerBlock .selectLocation .selectLocationText{font-family:Avenir Next;font-size:14px;font-weight:500;color:#0b92d3}:root{--my-acc-border:#efefef;--my-acc-input-border:#a5a5a5;--my-acc-discart-btn:#f96446}.MyAccountAddressFieldForm{top:-90px;background:#fff;z-index:8}@media (min-width:1025px){.MyAccountAddressFieldForm{max-width:100%;top:0;background:none;z-index:1}}.MyAccountAddressFieldForm input{width:100%;font-size:14px;text-transform:none}.MyAccountAddressFieldForm input[type=checkbox],.MyAccountAddressFieldForm input[type=radio]{width:0}.MyAccountAddressFieldForm input#default_common{width:100%;height:100%;z-index:1}.MyAccountAddressFieldForm input+label{min-width:auto}.MyAccountAddressFieldForm input::-webkit-input-placeholder{text-transform:uppercase}.MyAccountAddressFieldForm input:-ms-input-placeholder{text-transform:uppercase}.MyAccountAddressFieldForm input::placeholder{text-transform:uppercase}.MyAccountAddressFieldForm select{font-size:14px}.MyAccountAddressFieldForm select:focus{border:1px solid #a5a5a5;border:1px solid var(--my-acc-input-border)}.MyAccountAddressFieldForm .FieldSelect-Options{overflow-y:auto}.MyAccountAddressFieldForm .FieldSelect-Select_isExpanded{border:1px solid #a5a5a5;border:1px solid var(--my-acc-input-border)}.MyAccountAddressFieldForm .MyAccountBtn{width:100%;margin-top:25px}.MyAccountAddressFieldForm .MyAccountBtn_isLoading{opacity:.3!important}@media (min-width:1025px){.MyAccountAddressFieldForm .MyAccountBtn{width:200px}}.MyAccountAddressFieldForm-Fields{margin-bottom:1rem}.MyAccountAddressFieldForm-Fields input:focus{border:1px solid #a5a5a5;border:1px solid var(--my-acc-input-border)}.MyAccountAddressFieldForm-Header{display:flex;justify-content:center}@media (min-width:1025px){.MyAccountAddressFieldForm-Header{display:block}}.MyAccountAddressFieldForm-Title{text-transform:none;font-size:18px;font-weight:var(--fw-demi);display:inline-block;margin-top:60px;margin-bottom:0}@media (min-width:1025px){.MyAccountAddressFieldForm-Title{display:block;margin-top:0;padding-top:29px}}.MyAccountAddressFieldForm-PhoneCode{position:absolute;display:flex;align-items:center;top:12px;left:10px;font-size:14px}.MyAccountAddressFieldForm-FieldWrapper_hidden{height:0;padding:0;overflow:hidden;margin:0}.MyAccountAddressFieldForm-FieldWrapper_twoFields{display:flex;justify-content:space-between}.MyAccountAddressFieldForm-FieldWrapper_twoFields .Field{width:48%}.MyAccountAddressFieldForm-FieldWrapper_phone{position:relative}.MyAccountAddressFieldForm-FieldWrapper_phone input{padding-left:100px}.MyAccountAddressFieldForm-FieldWrapper_toggle{display:flex;align-items:center;margin-top:20px}.MyAccountAddressFieldForm-FieldWrapper_toggle div{display:flex;flex-direction:row-reverse;align-items:center;margin-top:0}.MyAccountAddressFieldForm-FieldWrapper_toggle label{font-size:14px;font-weight:var(--fw-regular);padding-bottom:0;padding-left:15px;cursor:pointer}.MyAccountAddressFieldForm .MyAccountBtn-Discart{display:none}@media (min-width:1025px){.MyAccountAddressFieldForm .MyAccountBtn-Discart{display:inline-block;color:#f96446;color:var(--my-acc-discart-btn);text-transform:none;padding:0;margin-left:50px;font-size:15px;font-weight:var(--fw-regular)}}.PageWrapper_isArabic .MyAccountAddressFieldForm-PhoneCode{right:10px;left:unset}.PageWrapper_isArabic .MyAccountAddressFieldForm-FieldWrapper_phone input{padding-left:0;padding-right:100px}.PageWrapper_isArabic .MyAccountAddressFieldForm-FieldWrapper_toggle label{padding-left:0;padding-right:15px}.PageWrapper_isArabic .MyAccountAddressFieldForm-FieldWrapper_street:after{display:none}@media (min-width:1025px){.PageWrapper_isArabic .MyAccountAddressFieldForm .MyAccountBtn-Discart{margin-left:0;margin-right:50px}}.overflow-hidden{overflow:hidden!important}@media (max-width:767px){.modalWithOutsideClick-content .MyAccountAddressFieldForm .MyAccountBtn{width:calc(100% - 20px);position:fixed;left:0;bottom:0;margin:10px}.modalWithOutsideClick-content .MyAccountAddressFieldForm .MyAccountBtn:hover{background:#0a0a0a;color:#fff}}.nationality-field-container .MyAccountAddressForm .nationality-id-input-field .custom-clearance-text-Message{font-family:Avenir Next;font-size:14px;font-weight:400;line-height:16px;text-align:left;text-align:initial;color:red;padding:5px 0}.nationality-field-container .MyAccountAddressForm .nationality-id-input-field .Form input{width:100%}.nationality-field-container .MyAccountAddressForm .nationality-id-input-field .Form .show-validation-message{border:1px solid red}.nationality-field-container .MyAccountAddressForm .nationality-id-input-field .Field_type_text input{width:100%;text-transform:none}.nationality-field-container .MyAccountAddressForm .text-box-message{font-family:Avenir Next;font-size:14px;font-weight:400;line-height:16px;text-align:left;text-align:initial;color:#000;padding:5px 0}.nationality-field-container .MyAccountCustomerForm-Nationality-Radio{display:flex;flex-direction:row}.nationality-field-container .MyAccountCustomerForm-Nationality-Radio .Field span{padding:0 15px 0 5px}.nationality-field-container .MyAccountCustomerForm-Nationality-Radio_isArabic .Field span{padding:0 5px 0 15px}.nationality-field-container .MyAccountCustomerForm-Nationality-Radio .Field [type=radio]+label{border-radius:50%;height:15px;position:relative;width:15px;box-shadow:0 0 0 .5px #d1d3d4;border:none}@media (min-width:768px){.nationality-field-container .MyAccountCustomerForm-Nationality-Radio .Field [type=radio]+label{height:14px;width:14px}}.nationality-field-container .MyAccountCustomerForm-Nationality-Radio .Field [type=radio]+label:hover{border-color:#fff!important}.nationality-field-container .MyAccountCustomerForm-Nationality-Radio .Field [type=radio]+label:hover:after{--checkmark-color:var(--black-color);border-color:#fff}.nationality-field-container .MyAccountCustomerForm-Nationality-Radio .Field [type=radio]+label:after{border-radius:50%;bottom:0;height:.5rem;left:0;margin:auto;right:0;top:0;transition-property:background-color,box-shadow;width:.5rem;will-change:background-color,box-shadow}.nationality-field-container .MyAccountCustomerForm-Nationality-Radio .Field [type=radio]:disabled+label{color:var(--dark-gray);cursor:auto}.nationality-field-container .MyAccountCustomerForm-Nationality-Radio .Field [type=radio]:checked+label{--primary-base-color:var(--black-color);border:3px solid #fff}.nationality-field-container .MyAccountCustomerForm-Nationality-Radio .Field [type=radio]:checked+label:after{display:none}.nationality-field-container .MyAccountCustomerForm-Nationality-Radio .Field [type=radio]:not(:checked)+label+span{color:#000}.nationality-field-container .MyAccountCustomerForm-Nationality-Radio .Field [type=radio]:focus+label:after{--checkmark-color:var(--black-color)}.nationality-field-container .MyAccountCustomerForm-Nationality-Radio .nation-id-number{font-family:Avenir Next;font-size:14px;font-weight:400;line-height:16px;text-align:left;text-align:initial;color:#000}.nationality-id-input-field_hasErrorOnload input{background:none;border:1px solid var(--primary-error-color)}.MyAccountCustomerForm-note{margin:10px 0;background-color:#fff7f6;padding:16px 16px 16px 18px;display:flex;justify-content:flex-start;align-items:center}.MyAccountCustomerForm-note:before{content:"";background-image:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon-info.e427869a.svg);width:24px;height:24px;top:50%;left:18px;background-size:98%;background-position:50%;display:block;background-repeat:no-repeat;margin-right:13px}@media (max-width:767px){.MyAccountCustomerForm-note:before{width:40px}}.MyAccountCustomerForm-note_isArabic{padding-left:16px;padding-right:18px}.MyAccountCustomerForm-note_isArabic:before{margin-left:13px;margin-right:0}.hijri-calendar-container{display:inline-block}.custom-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#f0f0f0;border-bottom:1px solid #ccc}.custom-header button{background:none;border:none;font-size:1.2em;cursor:pointer}@-webkit-keyframes fadeInUp{0%{opacity:0;bottom:-100%}to{opacity:1;bottom:0}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeInDown{0%{opacity:0;left:50%;top:25%;-webkit-transform:translate3d(-50%,-100%,-50%);transform:translate3d(-50%,-100%,-50%)}to{opacity:1;left:50%;top:50%;-webkit-transform:translateZ(0) translateY(-50%) translateX(-50%);transform:translateZ(0) translateY(-50%) translateX(-50%)}}@keyframes fadeInDown{0%{opacity:0;left:50%;top:50%;-webkit-transform:translate3d(-50%,0,-50%);transform:translate3d(-50%,0,-50%)}to{opacity:1;left:50%;top:50%;-webkit-transform:translateZ(0) translateY(-50%) translateX(-50%);transform:translateZ(0) translateY(-50%) translateX(-50%)}}.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;background:rgba(0,0,0,.2);z-index:-99;visibility:hidden;opacity:0}.backdrop.active{z-index:99;opacity:1;visibility:visible}html.modal-open{overflow:hidden!important}.modal{position:fixed;left:0;width:100%;z-index:100;overflow:hidden;background:#fff}.modal.fromBottom{width:100%;max-width:100%;border-top-left-radius:8px;border-top-right-radius:8px}@media (max-width:767px){.modal.fromBottom{bottom:0;opacity:0;z-index:-100;visibility:hidden}}@media (min-width:1025px){.modal.fromBottom{max-width:375px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;bottom:auto;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}}.modal.fromBottom.active{z-index:100;visibility:visible;animation-timing-function:linear;-webkit-animation-timing-function:linear}@media (max-width:1024px) and (min-width:768px){.modal.fromBottom.active{-webkit-animation-duration:.25s;animation-duration:.25s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInUp;animation-name:fadeInUp;bottom:0}}@media (max-width:767px){.modal.fromBottom.active{-webkit-animation-duration:.25s;animation-duration:.25s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInUp;animation-name:fadeInUp}}.modal-close{position:absolute;top:20px;right:15px;width:20px;height:20px;padding:0}.modal-close-icon{width:15px;height:15px}.modal-close-text{display:none}.modal-close_isArabic{right:auto;left:15px}.modal._isArabic{direction:rtl}.rc-tooltip{position:absolute;z-index:1070;display:block;visibility:visible;line-height:1.5;font-size:12px;background-color:#fff;opacity:1;box-shadow:0 4px 4px 0 rgba(0,0,0,.1);border-radius:3px}.rc-tooltip-hidden{display:none}.rc-tooltip-inner{padding:8px 10px;color:#777;text-align:left;text-decoration:none;background-color:#fff;border-radius:3px;min-height:34px;border:1px solid rgba(0,0,0,.251)}.rc-tooltip-arrow,.rc-tooltip-arrow-inner{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;z-index:1}.rc-tooltip-arrow-inner:after,.rc-tooltip-arrow:after{content:"";position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-tooltip-placement-top,.rc-tooltip-placement-topLeft,.rc-tooltip-placement-topRight{margin-top:-6px}.rc-tooltip-placement-top .rc-tooltip-arrow,.rc-tooltip-placement-topLeft .rc-tooltip-arrow,.rc-tooltip-placement-topRight .rc-tooltip-arrow{-webkit-transform:translate(-50%,9px);transform:translate(-50%,9px);margin-left:-10px;border-width:10px 10px 0;border-top-color:rgba(0,0,0,.251)}.rc-tooltip-placement-top .rc-tooltip-arrow:after,.rc-tooltip-placement-topLeft .rc-tooltip-arrow:after,.rc-tooltip-placement-topRight .rc-tooltip-arrow:after{-webkit-transform:translate(-50%);transform:translate(-50%);margin-left:0;border-width:10px 10px 0;border-top-color:#fff;bottom:1px}.rc-tooltip-placement-top .rc-tooltip-arrow-inner,.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner,.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner{bottom:1px;margin-left:-10px;border-width:10px 10px 0;border-top-color:#fff}.rc-tooltip-placement-top .rc-tooltip-arrow{left:50%}.rc-tooltip-placement-topLeft .rc-tooltip-arrow{left:15%}.rc-tooltip-placement-topRight .rc-tooltip-arrow{right:15%}.rc-tooltip-placement-right,.rc-tooltip-placement-rightBottom,.rc-tooltip-placement-rightTop{margin-left:6px}.rc-tooltip-placement-right .rc-tooltip-arrow,.rc-tooltip-placement-rightBottom .rc-tooltip-arrow,.rc-tooltip-placement-rightTop .rc-tooltip-arrow{left:-9px;margin-top:-10px;border-width:10px 10px 10px 0;border-right-color:rgba(0,0,0,.251);-webkit-transform:translateX(calc(-100% + 1px));transform:translateX(calc(-100% + 1px))}.rc-tooltip-placement-right .rc-tooltip-arrow-inner,.rc-tooltip-placement-right .rc-tooltip-arrow:after,.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner,.rc-tooltip-placement-rightBottom .rc-tooltip-arrow:after,.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner,.rc-tooltip-placement-rightTop .rc-tooltip-arrow:after{left:1px;margin-top:-10px;border-width:10px 10px 10px 0;border-right-color:#fff}.rc-tooltip-placement-right .rc-tooltip-arrow{top:50%}.rc-tooltip-placement-rightTop .rc-tooltip-arrow{top:15%;margin-top:0}.rc-tooltip-placement-rightBottom .rc-tooltip-arrow{bottom:15%}.rc-tooltip-placement-left,.rc-tooltip-placement-leftBottom,.rc-tooltip-placement-leftTop{margin-left:-6px}.rc-tooltip-placement-left .rc-tooltip-arrow,.rc-tooltip-placement-leftBottom .rc-tooltip-arrow,.rc-tooltip-placement-leftTop .rc-tooltip-arrow{right:-9px;margin-top:-10px;border-width:10px 0 10px 10px;border-left-color:rgba(0,0,0,.251);-webkit-transform:translateX(calc(100% - 1px));transform:translateX(calc(100% - 1px))}.rc-tooltip-placement-left .rc-tooltip-arrow-inner,.rc-tooltip-placement-left .rc-tooltip-arrow:after,.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner,.rc-tooltip-placement-leftBottom .rc-tooltip-arrow:after,.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner,.rc-tooltip-placement-leftTop .rc-tooltip-arrow:after{right:1px;margin-top:-10px;border-width:10px 0 10px 10px;border-left-color:#fff}.rc-tooltip-placement-left .rc-tooltip-arrow{top:50%}.rc-tooltip-placement-leftTop .rc-tooltip-arrow{top:15%;margin-top:0}.rc-tooltip-placement-leftBottom .rc-tooltip-arrow{bottom:15%}.rc-tooltip-placement-bottom,.rc-tooltip-placement-bottomLeft,.rc-tooltip-placement-bottomRight{margin-bottom:6px}.rc-tooltip-placement-bottom .rc-tooltip-arrow,.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{-webkit-transform:translate(-50%,-9px);transform:translate(-50%,-9px);margin-left:-10px;border-width:0 10px 10px;border-bottom-color:rgba(0,0,0,.251)}.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner,.rc-tooltip-placement-bottom .rc-tooltip-arrow:after,.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner,.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow:after,.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner,.rc-tooltip-placement-bottomRight .rc-tooltip-arrow:after{margin-left:-10px;border-width:0 10px 10px;border-bottom-color:#fff;top:1px}.rc-tooltip-placement-bottom .rc-tooltip-arrow{left:50%}.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow{left:15%}.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{right:15%}.customDatePicker{width:100%}.customDatePicker input{margin-top:0}.Field_customeCN_customDatePicker{position:relative}.Field_customeCN_customDatePicker .customDatePicker input,.Field_customeCN_customDatePicker .customDatePicker input:focus{background:none;border:0;font-weight:400}.Field_customeCN_customDatePicker .customDatePicker input::-webkit-input-placeholder{color:transparent}.Field_customeCN_customDatePicker .customDatePicker input:-moz-placeholder,.Field_customeCN_customDatePicker .customDatePicker input::-moz-placeholder{color:transparent}.Field_customeCN_customDatePicker .customDatePicker input::-ms-input-placeholder{color:transparent}.Field_customeCN_customDatePicker .customDatePicker input+.react-date-picker__inputGroup__divider{display:none}.Field_customeCN_customDatePicker .customDatePicker .react-date-picker__wrapper,.Field_customeCN_customDatePicker .customDatePicker .react-datepicker-wrapper{border:1px solid var(--input-border-color);padding:var(--input-padding) 0;padding-top:0}.Field_customeCN_customDatePicker .customDatePicker+label{position:absolute;padding:var(--input-padding);font-size:14px;font-weight:400;left:0;text-transform:uppercase;color:#666;z-index:-1;background:#fff;width:93%;height:100%;top:0;margin:0;line-height:25px}.Field_customeCN_customDatePicker .customDatePicker.react-date-picker--open input+.react-date-picker__inputGroup__divider,.Field_customeCN_customDatePicker .customDatePicker.valueAdd input+.react-date-picker__inputGroup__divider{display:inline-block}.Field_customeCN_customDatePicker .customDatePicker.react-date-picker--open input::-webkit-input-placeholder,.Field_customeCN_customDatePicker .customDatePicker.valueAdd input::-webkit-input-placeholder{color:#000}.Field_customeCN_customDatePicker .customDatePicker.react-date-picker--open input:-moz-placeholder,.Field_customeCN_customDatePicker .customDatePicker.react-date-picker--open input::-moz-placeholder,.Field_customeCN_customDatePicker .customDatePicker.valueAdd input:-moz-placeholder,.Field_customeCN_customDatePicker .customDatePicker.valueAdd input::-moz-placeholder{color:#000}.Field_customeCN_customDatePicker .customDatePicker.react-date-picker--open input::-ms-input-placeholder,.Field_customeCN_customDatePicker .customDatePicker.valueAdd input::-ms-input-placeholder{color:#000}.Field_customeCN_customDatePicker .customDatePicker.react-date-picker--open+label,.Field_customeCN_customDatePicker .customDatePicker.valueAdd+label{display:none}.Field_customeCN_customDatePicker .customDatePicker .react-datepicker-wrapper{height:50px;line-height:50px;padding:0;width:100%}.Field_hasError .customDatePicker input,.Field_hasErrorOnload .customDatePicker input{background:none;border:0}.Field_hasError .customDatePicker .hijri_input,.Field_hasError .customDatePicker .react-date-picker__wrapper,.Field_hasError .customDatePicker .react-datepicker-wrapper,.Field_hasErrorOnload .customDatePicker .hijri_input,.Field_hasErrorOnload .customDatePicker .react-date-picker__wrapper,.Field_hasErrorOnload .customDatePicker .react-datepicker-wrapper{border:1px solid var(--primary-error-color)}@media (min-width:1025px){.MyAccountAddressBook-Express-ContentWrapper_formContent .MyAccountAddressPopup .MyAccountAddressFieldForm .react-date-picker__wrapper,.MyAccountAddressBook-Express-ContentWrapper_formContent .MyAccountAddressPopup .MyAccountAddressFieldForm .react-datepicker-wrapper{border-radius:5px}}.Field_customeCN_customDatePicker .customDatePicker .react-datepicker__input-container input{background-image:url(https://d2ixpk79061bpu.cloudfront.net/static/media/field-DropDownArrow.aefdf5a1.svg);background-repeat:no-repeat;background-position:98%;background-size:20px 20px}.Field_customeCN_customDatePicker .customDatePicker{position:relative}.Field_customeCN_customDatePicker .customDatePicker .gregorian_input,.Field_customeCN_customDatePicker .customDatePicker .gregorian_input:focus,.Field_customeCN_customDatePicker .customDatePicker .hijri_input,.Field_customeCN_customDatePicker .customDatePicker .hijri_input:focus{background-image:url(https://d2ixpk79061bpu.cloudfront.net/static/media/field-DropDownArrow.aefdf5a1.svg);background-repeat:no-repeat;background-position:98%;background-size:20px 20px;border:1px solid var(--input-border-color);padding:var(--input-padding) 0;padding-top:0;height:50px;line-height:50px;font-weight:400;width:100%;font-size:14px}.Field_customeCN_customDatePicker.Field_hasError .gregorian_input,.Field_customeCN_customDatePicker.Field_hasError .hijri_input,.Field_customeCN_customDatePicker.Field_hasErrorOnload .gregorian_input,.Field_customeCN_customDatePicker.Field_hasErrorOnload .hijri_input{border:1px solid var(--primary-error-color)}.customDatePicker{position:relative}.customDatePicker .gregorian_input,.customDatePicker .gregorian_input:focus,.customDatePicker .hijri_input,.customDatePicker .hijri_input:focus{background-image:url(https://d2ixpk79061bpu.cloudfront.net/static/media/field-DropDownArrow.aefdf5a1.svg);background-repeat:no-repeat;background-position:98%;background-size:20px 20px;border:1px solid var(--input-border-color);padding:var(--input-padding) 0;padding-top:0;height:50px;line-height:50px}.customDatePicker .react-date-picker__calendar,.customDatePicker .react-datepicker{box-shadow:0 0 5px 2px #f2f2f2}.customDatePicker .react-datepicker-popper{width:100%;max-width:350px;margin-top:0}.customDatePicker .react-datepicker,.customDatePicker .react-datepicker__month-container{width:100%}.customDatePicker .custom-header,.customDatePicker .react-datepicker__header{background-color:#fff;padding:0;border-bottom:0}.customDatePicker .custom-header button,.customDatePicker .custom-header select{height:50px;border:0;margin:0;padding-top:0;padding-bottom:0;cursor:pointer}.customDatePicker .custom-header button{font-size:20px;font-weight:var(--fw-bold);min-width:44px;font-size:0;margin:0 5px;transition:all .2s ease;-webkit-transition:all .2s ease}.customDatePicker .custom-header button:hover{background-color:#f3f2f2}.customDatePicker .custom-header button.react-calendar__navigation__next,.customDatePicker .custom-header button.react-calendar__navigation__prev{background-image:url(https://d2ixpk79061bpu.cloudfront.net/static/media/field-DropDownArrow.aefdf5a1.svg);background-repeat:no-repeat;background-position:50%;background-size:20px}.customDatePicker .custom-header button.react-calendar__navigation__next:disabled,.customDatePicker .custom-header button.react-calendar__navigation__prev:disabled{opacity:.3;color:#aaa}.customDatePicker .custom-header button.react-calendar__navigation__next{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.customDatePicker .custom-header button.react-calendar__navigation__prev{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.customDatePicker .react-datepicker__day-names,.customDatePicker .react-datepicker__week{margin-bottom:0;display:flex;justify-content:space-between;align-items:center;font-size:10px}.customDatePicker .react-datepicker__day-name{flex-grow:0;flex-shrink:0;flex-basis:14.28571%;margin:0;font-weight:600}.customDatePicker .react-datepicker__month{margin:0}.customDatePicker .custom-header select,.customDatePicker .react-calendar__navigation button,.customDatePicker .react-calendar__tile,.customDatePicker .react-datepicker__day,.customDatePicker .react-datepicker__day--keyboard-selected{margin:0;max-width:100%;padding:10px 0;background:none;text-align:center;line-height:16px;font-weight:var(--fw-normal);text-transform:uppercase;transition-property:background-color,color,border;transition-timing-function:ease-out;transition-duration:.25s;font-size:11px;width:14.28571%;line-height:30px;color:#000}.customDatePicker .custom-header select.react-datepicker__day--disabled,.customDatePicker .custom-header select:disabled,.customDatePicker .react-calendar__navigation button.react-datepicker__day--disabled,.customDatePicker .react-calendar__navigation button:disabled,.customDatePicker .react-calendar__tile.react-datepicker__day--disabled,.customDatePicker .react-calendar__tile:disabled,.customDatePicker .react-datepicker__day--keyboard-selected.react-datepicker__day--disabled,.customDatePicker .react-datepicker__day--keyboard-selected:disabled,.customDatePicker .react-datepicker__day.react-datepicker__day--disabled,.customDatePicker .react-datepicker__day:disabled{color:#aaa}.customDatePicker .react-calendar__navigation .react-calendar__navigation__arrow{font-size:20px}.customDatePicker .react-calendar__tile--active,.customDatePicker .react-datepicker__day--keyboard-selected,.customDatePicker .react-datepicker__day--selected{background:#000;color:#fff}.customDatePicker .react-calendar__tile--now,.customDatePicker .react-datepicker__day--today{background:#f3f2f2}.customDatePicker .react-datepicker{position:absolute;z-index:1;left:0;top:100%;max-width:350px;width:100%}.customDatePicker.gregorianCalendar.active,.customDatePicker.HijriCalendar.active{position:fixed;z-index:99999}.customDatePicker.gregorianCalendar .react-calendar,.customDatePicker.gregorianCalendar .react-datepicker,.customDatePicker.HijriCalendar .react-calendar,.customDatePicker.HijriCalendar .react-datepicker{position:relative;max-width:100%;border:0;box-shadow:none;margin-top:40px;width:100%}.customDatePicker.rc-tooltip{position:absolute;width:100%;max-width:350px;z-index:99999}.customDatePicker.rc-tooltip .rc-tooltip-inner{padding:0}.customDatePicker.rc-tooltip .react-datepicker{position:relative;border:0;box-shadow:none}.backdrop.gregorianCalendar__backdrop.active,.backdrop.HijriCalendar__backdrop.active{z-index:99999}.Field_customeCN_customDatePicker.Field_isArabic .customDatePicker .gregorian_input,.Field_customeCN_customDatePicker.Field_isArabic .customDatePicker .hijri_input,.Field_customeCN_customDatePicker.Field_isArabic .customDatePicker .react-datepicker__input-container input{background-position:2%}.Field_customeCN_customDatePicker.Field_isArabic .customDatePicker+label{left:auto;right:0}.Field_customeCN_customDatePicker.Field_isArabic .customDatePicker .react-datepicker{right:0!important}.Field_customeCN_customDatePicker.Field_isArabic .customDatePicker .custom-header button.react-calendar__navigation__next{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.Field_customeCN_customDatePicker.Field_isArabic .customDatePicker .custom-header button.react-calendar__navigation__prev{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}._isArabic.customDatePicker .react-datepicker,.Field_customeCN_customDatePicker.Field_isArabic .react-date-picker__calendar{right:0!important}._isArabic.customDatePicker .custom-header button.react-calendar__navigation__next{-webkit-transform:rotate(90deg);transform:rotate(90deg)}._isArabic.customDatePicker .custom-header button.react-calendar__navigation__prev{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.AddressTypeSelection .MyAccountAddressFieldForm{display:flex;width:60%;justify-content:space-between;align-items:center;margin:10px 0;color:#b7b7b7;top:0}.AddressTypeSelection .MyAccountAddressFieldForm label span{margin:0 10px}.AddressTypeSelection .MyAccountAddressFieldForm .Field [type=radio]+label{border-radius:50%;height:18px;position:relative;width:18px;box-shadow:0 0 0 1px #484b4d;border:none}@media (min-width:768px){.AddressTypeSelection .MyAccountAddressFieldForm .Field [type=radio]+label{height:14px;width:14px}}.AddressTypeSelection .MyAccountAddressFieldForm .Field [type=radio]+label:hover{border-color:#fff!important}.AddressTypeSelection .MyAccountAddressFieldForm .Field [type=radio]+label:hover:after{--checkmark-color:var(--black-color);border-color:#fff}.AddressTypeSelection .MyAccountAddressFieldForm .Field [type=radio]+label:after{border-radius:50%;bottom:0;height:.5rem;left:0;margin:auto;right:0;top:0;transition-property:background-color,box-shadow;width:.5rem;will-change:background-color,box-shadow}.AddressTypeSelection .MyAccountAddressFieldForm .Field [type=radio]:disabled+label{color:var(--dark-gray);cursor:auto}.AddressTypeSelection .MyAccountAddressFieldForm .Field [type=radio]:checked+label{--primary-base-color:var(--black-color);border:3px solid #fff;color:#000}.AddressTypeSelection .MyAccountAddressFieldForm .Field [type=radio]:checked+label:after{display:none}.AddressTypeSelection .MyAccountAddressFieldForm .Field [type=radio]:checked+label+span{color:#000}.AddressTypeSelection .MyAccountAddressFieldForm .Field [type=radio]:focus+label:after{--checkmark-color:var(--black-color)}.AddressTypeSelection .MyAccountAddressFieldForm .Field_id_38945 [type=radio],.AddressTypeSelection .MyAccountAddressFieldForm .Field_id_38946 [type=radio],.AddressTypeSelection .MyAccountAddressFieldForm .Field_id_38947 [type=radio]{width:100%;height:100%;z-index:1}.MyAccountAddressPopup{margin-bottom:100px}.MyAccountAddressPopup-Address{margin:1rem 0}.MyAccountAddressPopup-DeletePopup{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(70,70,70,.8);z-index:9}.MyAccountAddressPopup-BtnContainer{display:flex;justify-content:flex-end}.MyAccountAddressPopup-NoBtn{margin-right:10px}.MyAccountAddressPopup-DeletePopupContainer{display:block;position:fixed;top:250px;right:0;left:0;margin-right:auto;margin-left:auto;z-index:9;background:#fff;width:80%;padding:20px 20px 30px}.MyAccountAddressPopup-DeletePopupContainer p{font-size:16px;margin-bottom:20px}.MyAccountAddressPopup-DeletePopupContainer .primary{min-width:150px}.MyAccountAddressPopup-DeletePopupContainer_isMobile{padding-bottom:5px}.MyAccountAddressPopup-DeletePopupContainer_isMobile p{font-size:14px}.MyAccountAddressPopup-DeletePopupContainer_isMobile h2{margin-top:0;text-transform:none;font-size:18px;font-weight:var(--fw-demi)}.MyAccountAddressPopup-CancelBtn{color:var(--primary-base-color);margin-left:20px}.MyAccountAddressPopup-DeleteBtn{position:fixed;top:5px;right:14px;z-index:99;text-transform:none;font-weight:var(--fw-regular);font-size:13px;padding:0}.MyAccountAddressPopup-DeleteBtn_newForm{display:none}@media (min-width:1025px){.MyAccountAddressPopup-DeleteBtn{display:none}}.MyAccountAddressPopup-xBtn{position:absolute;top:10px;right:20px;padding:0;height:30px;font-size:20px}.MyAccountAddressPopup .MyAccountAddressFieldForm-Fields .Field_type_select .FieldSelect-Options .FieldSelect-Option{text-transform:capitalize}.PageWrapper_isArabic .MyAccountAddressPopup-xBtn{right:auto;left:20px}.cityAreaSelectionMainBlock{cursor:pointer}.cityAreaSelectionMainBlock_isArabic{direction:rtl}.cityAreaSelectionMainBlock ::-webkit-scrollbar{display:none}@media (max-width:767px){.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp{height:561px;width:100%;position:fixed;left:0;right:0;bottom:0;background:#fff;padding:30px 20px;z-index:100;border-radius:12px 12px 0 0}}@media (min-width:1025px){.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp{width:412px;height:600px;background:#fff;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:40px 30px;border-radius:12px}}.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaButtons{display:flex;justify-content:center;align-items:center}.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaButtons .button{min-width:76px;height:38px;border-radius:4px;border:1px solid #adadad;font-family:Avenir Next;font-size:14px;font-weight:600;line-height:16.39px;text-align:center;color:#adadad;margin:0 10px}.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaButtons .active{border:1px solid #000;background:#d8d9db;color:#000}.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .headingText{font-family:Avenir Next;font-size:16px;font-weight:600;text-transform:uppercase;margin-top:30px}.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaSearchBox .searchIcon{position:absolute;z-index:1;width:15px;height:15px;top:12px;left:11px}.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaSearchBox .searchIcon_isArabic{left:auto;right:15px}.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaSearchBox .cityAreaSearchInputBoxForMobile{height:40px;width:100%;border-radius:8px;background-color:#f5f5f5;text-transform:none;border:none;outline:none;font-size:12px;padding-left:35px}.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaSearchBox .cityAreaSearchInputBoxForMobile ::-webkit-input-placeholder{color:#000}.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaSearchBox .cityAreaSearchInputBoxForMobile :-ms-input-placeholder{color:#000}.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaSearchBox .cityAreaSearchInputBoxForMobile ::placeholder{color:#000}.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaSearchBox .cityAreaSearchInputBoxForMobile_isArabic{margin-left:2px;padding-right:35px}.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaList .cityAreaUL{margin:20px 0;overflow-y:scroll}@media (max-width:767px){.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaList .cityAreaUL{height:300px}}@media (min-width:1025px){.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaList .cityAreaUL{height:375px}}.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaList .cityAreaUL .areaListLI:before,.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaList .cityAreaUL .cityListLI:before{content:""}.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaList .cityAreaUL .areaListLI,.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaList .cityAreaUL .cityListLI{list-style:none;min-height:50px;width:100%;font-family:Avenir Next;font-size:14px;font-weight:500;padding:0;border-bottom:1px solid #eaeaea;line-height:50px}.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaList .cityAreaUL .areaListLI,.cityAreaSelectionMainBlock .cityAreaSelectionOuterblock .cityAreaSelectionPopUp .cityAreaSelectionInnerBlock .cityAreaList .cityAreaUL .cityListLI:last-child{border-bottom:none}.deliveryAddressMainBlock_isArabic{direction:rtl}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressPopUp{overflow:hidden}@media (max-width:767px){.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressPopUp{height:479px;width:100%;position:fixed;left:0;right:0;bottom:0;background:#fff;padding:20px;z-index:100;border-radius:12px}}@media (min-width:1025px){.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressPopUp{width:570px;height:80vh;background:#fff;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:30px}}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .deliveryAddressUpperInnerBlock .deliveryTextwithAddNewButton{display:flex;justify-content:space-between;align-items:center}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .deliveryAddressUpperInnerBlock .deliveryTextwithAddNewButton .deliveryText{font-family:Avenir Next;font-weight:600;text-transform:none;font-size:22px}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .deliveryAddressUpperInnerBlock .deliveryTextwithAddNewButton .addnewButton{display:flex;justify-content:space-between;align-items:center;height:36px;min-width:110px;border:1px solid #0b92d3;font-size:14px;font-weight:500;color:#0b92d3;border-radius:10px;text-transform:none;font-family:Avenir Next;padding:0 12px}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .deliveryAddressUpperInnerBlock .deliveryTextwithAddNewButton .addnewButton .plusIconImage{height:16px;width:16px}@media (max-width:767px){.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .deliveryAddressUpperInnerBlock .deliveryTextwithAddNewButton .deliveryText{font-size:20px;width:70%}}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .deliveryAddressUpperInnerBlock .paragraphText{margin-bottom:15px;font-family:Avenir Next;font-weight:400;line-height:18px;color:#616161}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock{overflow-y:scroll}@media (max-width:767px){.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock{height:250px;padding-bottom:50px}}@media (min-width:1025px){.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock{height:53vh;padding-bottom:50px}}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock::-webkit-scrollbar{display:none}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock{display:flex;justify-content:space-between;border-top:1px solid #dedede;padding:15px 0}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .nameAndCityAreaBlock{padding-left:35px;width:95%}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .nameAndCityAreaBlock:after,.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .nameAndCityAreaBlock:before{content:"";position:absolute}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .nameAndCityAreaBlock:before{top:0;left:0;width:16px;height:16px;border-radius:50%;border:1px solid #979797;background:#fff}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .nameAndCityAreaBlock:after{opacity:0}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .nameAndCityAreaBlock_isSelected:after{opacity:1;top:0;left:0;width:18px;height:18px;background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon.c13e0696.svg) no-repeat 50%;transform:none;-webkit-transform:none}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .nameAndCityAreaBlock_isSelected:before{opacity:0}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .nameAndCityAreaBlock .nameWithDefaultText{display:flex;align-items:center}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .nameAndCityAreaBlock .nameWithDefaultText .nameBlock{font-family:Avenir Next;font-size:14px;font-weight:600;text-transform:uppercase}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .nameAndCityAreaBlock .nameWithDefaultText .defaultText{width:60px;height:20px;border-radius:4px;opacity:0;background:#ebebeb;text-align:center;font-size:12px;font-weight:500;color:#565656;line-height:20px;margin:0 10px}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .nameAndCityAreaBlock .cityAreaInfo{margin-top:5px}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .nameAndCityAreaBlock .cityAreaInfo .city,.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .nameAndCityAreaBlock .cityAreaInfo .number,.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .nameAndCityAreaBlock .cityAreaInfo .street{font-family:Avenir Next;font-size:14px;font-weight:400;line-height:16px;margin-top:5px}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .isArabic{padding-left:0;padding-right:35px}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .isArabic:before{left:auto;right:0}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .isArabic_isSelected:after{opacity:1;top:0;left:auto;right:0;width:18px;height:18px;background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/icon.c13e0696.svg) no-repeat;transform:none;-webkit-transform:none}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .allAddressAndEditBlock .deliveryAddressInfoBlock .isArabic_isSelected:before{opacity:0}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .deliverHereBlock{width:100%;position:fixed;left:0;right:0;bottom:0;background:#fff;text-align:center}.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .deliverHereBlock .deliverHereButton{width:90%;background:#000;color:#fff;font-family:Avenir Next;font-size:15px;font-weight:600;line-height:15px;text-align:center;height:50px;z-index:96;border-radius:5px;margin:25px auto}@media (min-width:1025px){.deliveryAddressMainBlock .deliveryAddressOuterBlock .deliveryAddressInnerBlock .deliverHereBlock .deliverHereButton{width:335px}}.deliveryAddressPopUpWhenNoAddressBlock_isArabic{direction:rtl}@media (min-width:1025px){.deliveryAddressPopUpWhenNoAddressBlock-false .deliveryAddressPopUpWhenNoAddressOuterBlock,.deliveryAddressPopUpWhenNoAddressBlock-stylePopUp .deliveryAddressPopUpWhenNoAddressOuterBlock{position:fixed;z-index:100;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@media (max-width:767px){.deliveryAddressPopUpWhenNoAddressBlock-false .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressPopUp,.deliveryAddressPopUpWhenNoAddressBlock-stylePopUp .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressPopUp{height:300px;width:100%;position:fixed;left:0;right:0;bottom:0;background:#fff;padding:10px 20px;z-index:100;border-radius:12px 12px 0 0}}@media (min-width:1025px){.deliveryAddressPopUpWhenNoAddressBlock-false .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressPopUp,.deliveryAddressPopUpWhenNoAddressBlock-stylePopUp .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressPopUp{width:400px;height:300px;background:#fff;padding:20px;z-index:100;border-radius:12px;border:1px solid #d1d3d4}}.deliveryAddressPopUpWhenNoAddressBlock-false .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .greetingToUser .headingText,.deliveryAddressPopUpWhenNoAddressBlock-stylePopUp .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .greetingToUser .headingText{font-family:Avenir Next;font-weight:600;line-height:24px;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deliveryAddressPopUpWhenNoAddressBlock-false .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .deliveryNote p,.deliveryAddressPopUpWhenNoAddressBlock-stylePopUp .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .deliveryNote p{font-family:Avenir Next;font-size:14px;font-weight:400;color:#616161}.deliveryAddressPopUpWhenNoAddressBlock-false .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .addNewAddressButton,.deliveryAddressPopUpWhenNoAddressBlock-stylePopUp .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .addNewAddressButton{margin:20px 0}.deliveryAddressPopUpWhenNoAddressBlock-false .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .addNewAddressButton button,.deliveryAddressPopUpWhenNoAddressBlock-stylePopUp .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .addNewAddressButton button{height:40px;width:100%;line-height:40px;border-radius:5px;font-weight:700;font-size:14px;background:#000;color:#fff}.deliveryAddressPopUpWhenNoAddressBlock-false .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .partition,.deliveryAddressPopUpWhenNoAddressBlock-stylePopUp .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .partition{position:relative;text-align:center;font-weight:500;font-size:14px}.deliveryAddressPopUpWhenNoAddressBlock-false .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .partition:after,.deliveryAddressPopUpWhenNoAddressBlock-false .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .partition:before,.deliveryAddressPopUpWhenNoAddressBlock-stylePopUp .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .partition:after,.deliveryAddressPopUpWhenNoAddressBlock-stylePopUp .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .partition:before{content:"";display:inline-block;width:45%;border-top:1px solid #c8c6c6;position:absolute;top:60%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.deliveryAddressPopUpWhenNoAddressBlock-false .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .partition:before,.deliveryAddressPopUpWhenNoAddressBlock-stylePopUp .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .partition:before{left:0}.deliveryAddressPopUpWhenNoAddressBlock-false .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .partition:after,.deliveryAddressPopUpWhenNoAddressBlock-stylePopUp .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .partition:after{right:0}.deliveryAddressPopUpWhenNoAddressBlock-false .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .selectLocation,.deliveryAddressPopUpWhenNoAddressBlock-stylePopUp .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .selectLocation{display:flex;align-items:center;justify-content:flex-start;margin:20px 0}.deliveryAddressPopUpWhenNoAddressBlock-false .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .selectLocation img,.deliveryAddressPopUpWhenNoAddressBlock-stylePopUp .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .selectLocation img{width:25px!important;height:30px!important}.deliveryAddressPopUpWhenNoAddressBlock-false .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .selectLocation .selectLocationText,.deliveryAddressPopUpWhenNoAddressBlock-stylePopUp .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .selectLocation .selectLocationText{font-family:Avenir Next;font-size:14px;font-weight:500;color:#0b92d3}@media (min-width:1025px){.deliveryAddressPopUpWhenNoAddressBlock .deliveryAddressPopUpWhenNoAddressOuterBlock{position:absolute;top:6px;z-index:100}}@media (max-width:767px){.deliveryAddressPopUpWhenNoAddressBlock .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressPopUp{height:300px;width:100%;position:fixed;left:0;right:0;bottom:0;background:#fff;padding:10px 20px;z-index:100;border-radius:12px 12px 0 0}}@media (min-width:1025px){.deliveryAddressPopUpWhenNoAddressBlock .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressPopUp{width:364px;height:290px;background:#fff;padding:10px 20px;z-index:100;border-radius:4px;border:1px solid #d1d3d4}}.deliveryAddressPopUpWhenNoAddressBlock .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .greetingToUser .headingText{font-family:Avenir Next;font-weight:600;line-height:24px;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deliveryAddressPopUpWhenNoAddressBlock .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .deliveryNote p{font-family:Avenir Next;font-size:14px;font-weight:400;color:#616161}.deliveryAddressPopUpWhenNoAddressBlock .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .addNewAddressButton{margin:20px 0}.deliveryAddressPopUpWhenNoAddressBlock .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .addNewAddressButton button{height:40px;width:100%;line-height:40px;border-radius:5px;font-weight:700;font-size:14px;background:#000;color:#fff}.deliveryAddressPopUpWhenNoAddressBlock .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .partition{position:relative;text-align:center;font-weight:500;font-size:14px}.deliveryAddressPopUpWhenNoAddressBlock .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .partition:after,.deliveryAddressPopUpWhenNoAddressBlock .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .partition:before{content:"";display:inline-block;width:45%;border-top:1px solid #c8c6c6;position:absolute;top:60%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.deliveryAddressPopUpWhenNoAddressBlock .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .partition:before{left:0}.deliveryAddressPopUpWhenNoAddressBlock .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .partition:after{right:0}.deliveryAddressPopUpWhenNoAddressBlock .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .selectLocation{display:flex;align-items:center;justify-content:flex-start;margin:20px 0}.deliveryAddressPopUpWhenNoAddressBlock .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .selectLocation img{width:25px!important;height:30px!important}.deliveryAddressPopUpWhenNoAddressBlock .deliveryAddressPopUpWhenNoAddressOuterBlock .deliveryAddressPopUpWhenNoAddressInnerBlock .selectLocation .selectLocationText{font-family:Avenir Next;font-size:14px;font-weight:500;color:#0b92d3}.cityAreaAddressSelection{position:relative;cursor:pointer}.cityAreaAddressSelection_isArabic{direction:rtl}.cityAreaAddressSelection .showBackgroundColor{background:#f5f5f5}.cityAreaAddressSelection .cityAreaDropdown{display:flex;align-items:center;cursor:pointer}.cityAreaAddressSelection .cityAreaDropdown svg{width:12px;height:12px;color:#f5f5f5;margin:0 5px}@media (min-width:1025px){.cityAreaAddressSelection .cityAreaDropdown{min-width:105px;max-width:155px}}@media (max-width:767px){.cityAreaAddressSelection .cityAreaDropdown{height:36px;border-radius:10px;padding:3px;margin:0 3px}}.cityAreaAddressSelection .cityAreaDropdown .locationImage{height:19px;width:19px;display:flex;justify-content:center;align-items:center;margin:0 3px}.cityAreaAddressSelection .cityAreaDropdown .showEllipsisArea{max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cityAreaAddressSelection .cityAreaDropdown .cityAreaText{font-family:Avenir Next;font-size:13px;font-weight:500;text-transform:capitalize}.cityAreaAddressSelection .colorBlack{color:#000}.cityAreaAddressSelection .colorBlue{color:#0b92d3}@media (max-width:767px){min-width:35%;max-width:90%;margin:0 5px;.MyAccountAddressBook-Express-ContentWrapper_formContent .popUpBackArrow svg{position:fixed;z-index:9999;top:10px;left:5px;height:40px;width:10px}.MyAccountAddressBook-Express-ContentWrapper .MyAccountAddressPopup{width:100%;height:100vh;z-index:9999;position:fixed;top:0;left:0;bottom:0;background-color:#fff;box-sizing:border-box;padding:65px 10px}.MyAccountAddressBook-Express-ContentWrapper .MyAccountAddressPopup_isArabic{direction:rtl}}@media (min-width:1025px){.MyAccountAddressBook-Express-ContentWrapper_formContent .MyAccountAddressPopup{width:542px;height:auto;z-index:100;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;box-sizing:border-box;padding:30px;border-radius:10px;min-height:650px}.MyAccountAddressBook-Express-ContentWrapper_formContent .MyAccountAddressPopup_isArabic{direction:rtl}.MyAccountAddressBook-Express-ContentWrapper_formContent .MyAccountAddressPopup .MyAccountAddressFieldForm .FieldSelect-Select,.MyAccountAddressBook-Express-ContentWrapper_formContent .MyAccountAddressPopup .MyAccountAddressFieldForm input{border-radius:5px}}.modalWithOutsideClick-content .MyAccountAddressPopup{overflow:auto;min-height:auto;max-height:100%;padding-bottom:60px}:root{--black:#000;--dark-grey:#a9a9a9;--grey:#d3d3d3;--light-grey:#f3f4f6;--red:#d12229;--white:#fff;--white-smoke:#f5f5f5}.HeaderBottomBar{background:var(--color-black);z-index:2}@media (max-width:1024px){.HeaderBottomBar{display:none}}.HeaderBottomBar-Content{background:var(--color-black)}.HeaderBottomBar-Content .HeaderMenu{height:100%}@media (max-width:1024px){.HeaderBottomBar-Content{background-color:#fff;height:100%;padding-bottom:83px;position:fixed;top:0;width:100%;z-index:1}.HeaderBottomBar-Content .FooterMain{background-color:#fff;display:block;height:280px;margin-bottom:-144px;padding:0}.HeaderBottomBar-Content .FooterMain-WrapperSecond{margin-bottom:40px;margin-left:10px;margin-top:10px}.HeaderBottomBar-Content .FooterMain-SocialIcon{background-color:#f3f4f6;background-color:var(--light-grey)}.HeaderBottomBar-Content .FooterMain .HeaderAccount{border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--light-grey);margin:0 10px;padding-bottom:10px}.HeaderBottomBar-Content .FooterMain .HeaderAccount-Button{margin-left:50px}.HeaderBottomBar-Content .FooterMain .HeaderAccount-Button_isArabic{left:12px}.HeaderBottomBar-Content .FooterMain .HeaderAccount label{font-size:17px;font-weight:var(--fw-regular);padding-left:10px}.HeaderBottomBar-Content .FooterMain .HeaderAccount label:before{margin-top:2px}.HeaderBottomBar-Content .FooterMain h4{font-weight:var(--fw-thin);margin-bottom:10px;margin-left:12px;margin-top:30px}.HeaderBottomBar-Content .FooterMain-WrapperFirst{margin:10px 0 10px 11px}.HeaderBottomBar-Content .FooterMain-WrapperFirst a{margin-left:0}.HeaderBottomBar-Content .FooterMain-WrapperFirst a img{max-width:125px}.HeaderBottomBar-Content .FooterMain-Column{height:250px;margin-top:150px}.HeaderBottomBar-Content .FooterMain-Column .FooterMain-Nav{display:grid}.HeaderBottomBar-Content .FooterMain-Column .FooterMain-Nav a{border-bottom:1px solid var(--light-gray);line-height:50px;margin-left:12px}.HeaderBottomBar-Content .FooterMain-Column .FooterMain-Nav a:after{border-bottom:2px solid #a9a9a9;border-right:2px solid #a9a9a9;content:"";display:inline-block;height:7px;margin-left:auto;margin-right:0;position:absolute;right:20px;top:20px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:7px;z-index:100}.HeaderBottomBar-Content .FooterMiddle-StoreSwitcher{margin-top:-20px}.HeaderBottomBar-Content_isArabic .FooterMain-Column .FooterMain-Nav a{margin-left:0;margin-right:12px}.HeaderBottomBar-Content_isArabic .FooterMain-Column .FooterMain-Nav a:after{left:20px;right:unset;top:20px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.HeaderBottomBar-Content_isArabic .FooterMain-WrapperFirst,.HeaderBottomBar-Content_isArabic .FooterMain h4{margin-left:0;margin-right:12px}}.HeaderBottomBar-Content .HeaderMenu-Button{display:none}@media (min-width:1025px){.HeaderBottomBar-Content{display:flex;margin:0 auto;max-width:var(--container-max-width);width:var(--main-container-width-dsk)}.HeaderBottomBar-Content .FooterMain,.HeaderBottomBar-Content .FooterMain-Column,.HeaderBottomBar-Content .FooterMiddle,.HeaderBottomBar-Content .FooterMiddle-StoreSwitcher{display:none}}@media (min-width:1025px){.HeaderBottomBar{padding:0 15px}}:root{--text-color:#000;--text-color-on-dark-background:#fff;--loading-button-background-color:grey;--success-color:#00f0a5;--checkout-border-gray:#d6d6d6;--checkout-button-red:#ff0505}.CartItemQuantityPopup{display:flex;flex-direction:column;width:100%;bottom:0;position:fixed;z-index:999999;background-color:#fff;left:0;height:58%;justify-content:center;text-align:center;box-shadow:0 -4px 6px 0 rgba(0,0,0,.15)}.CartItemQuantityPopup h3{margin-bottom:1.25rem}.CartItemQuantityPopup-QuantitySelectContainer{flex-direction:column;padding:0 32px;display:flex;overflow-y:scroll}.CartItemQuantityPopup-QuantitySelectContainer .QuantityButton{display:flex;justify-content:center;align-items:center;padding:24px 32px;border-bottom:1px solid #efefef;color:#9b9b9b;font-weight:500;height:60px}.CartItemQuantityPopup-QuantitySelectContainer .QuantityButton_isSelected{color:#000}.CartItemQuantityPopup-QuantitySelectContainer .QuantityButton_isSelected svg{position:absolute;right:0}:root{--cart-item-heading-color:#000;--cart-item-subheading-color:#888;--cart-item-option-color:#adadad;--cart-item-background:#fff;--cart-item-actions-color:#000;--cart-item-divider-color:var(--expandable-content-divider-color);--Gallery:#efefef;--Cardinal:#d12228}.CartItem{--header-color:var(--cart-item-actions-color);border-top:none;margin:0;font-weight:var(--fw-regular);min-height:140px}.CartItem-NotAvailable{font-size:14px;color:#d12228;color:var(--Cardinal)}.CartItem .AdditionShippingInformation{font-family:"Avenir Next";font-size:12px;letter-spacing:0;line-height:16px}@media (min-width:1025px){.CartItem{margin-inline:20px;margin-left:20px;margin-right:20px}}.CartItem:first-of-type{border-top:none}.CartItem-Pipe{padding-right:5px;padding-left:5px}.CartItem-Quantity{display:flex;margin-left:auto;margin-right:0}.CartItem-Quantity select{-webkit-appearance:none;padding:7px;height:30px;width:55px;border:1px solid #d1d1d1;border-radius:6px;background-color:#fff;font-size:14px;line-height:14px}.CartItem-Quantity:after{content:"";display:block;width:6px;height:6px;-webkit-transform:translateY(-2px) rotate(44deg);transform:translateY(-2px) rotate(44deg);position:absolute;right:14px;bottom:0;top:0;margin-top:12px;border:solid var(--text-color);border-width:0 1px 1px 0}.CartItem-Quantity_isArabic{margin-left:0;margin-right:auto}.CartItem-Quantity_isArabic:after{right:unset;left:14px}.CartItem-Link{color:inherit;padding:0}.CartItem-Link:hover{text-decoration:none}.CartItem,.CartItem-Option{padding-left:0}.CartItem-Option:before,.CartItem:before{content:none}.CartItem-Option:last-child,.CartItem:last-child{margin-bottom:0}.CartItem-Content{height:auto;width:60%;margin-left:6px}.CartItem-Content .AreaText{color:#9b9b9b;font-family:"Avenir Next";text-transform:none!important;font-size:12px;letter-spacing:0;line-height:16px;top:1px}.CartItem-Content .AreaText span:nth-child(2){color:#28d9aa;font-size:12px;line-height:20px}.CartItem-Content_isArabic{margin-left:0}@media (min-width:1025px){.CartItem-Content{height:130px;width:100%;margin-left:6px}.CartItem-Content_isArabic{margin-left:0}}@media (max-width:1024px) and (min-width:768px){.CartItem-Content{width:100%}}@media (max-width:767px){.CartItem-Content{width:100%}}@media (min-width:768px){.CartItem-Content_isLikeTable{padding-bottom:0;min-height:5rem;align-self:center}}.CartItem-Wrapper{width:100%;display:flex;justify-content:space-between;align-items:center;background:#fff;background:var(--cart-item-background);padding-top:15px;height:auto;text-transform:capitalize}.CartItem-Options{display:flex;justify-content:flex-start;align-items:flex-start}@media (min-width:768px){.CartItem-Options_isLikeTable{flex-grow:1}}.CartItem-Option{font-size:10px;text-transform:uppercase;border:1px solid #adadad;border:1px solid var(--cart-item-option-color);color:#adadad;color:var(--cart-item-option-color);padding:3px 5px;margin-right:5px}@media (min-width:1025px){.CartItem-ItemOptionsWrapper_isLikeTable{max-width:45%}}.CartItem-ItemOption{display:flex;margin-bottom:.5rem;margin-right:.5rem}.CartItem-ItemOptionLabel{align-self:center;font-weight:var(--fw-bold);margin-right:.5rem}.CartItem-Heading{flex-grow:1;width:100%;margin-bottom:0;color:#000;color:var(--cart-item-heading-color);text-align:left;font-weight:var(--fw-demi);font-family:"Avenir Next";font-size:13px;letter-spacing:0;line-height:20px;margin-top:4px;text-transform:uppercase}.CartItem-Heading_isArabic{text-align:right}.CartItem-ProductName{font-size:13px;line-height:20px;flex-grow:1;width:100%;margin-top:2px;color:#000;color:var(--cart-item-heading-color);text-align:left;letter-spacing:0;font-weight:var(--fw-regular);text-transform:uppercase}@media (max-width:767px){.CartItem-ProductName{font-size:12px}}.CartItem-ProductName_isArabic{text-align:right}.CartItem-Picture img{height:121px!important;width:90px!important;object-fit:cover}.CartItem-Picture_isArabic{margin:0 0 0 6px}.CartItem-Picture_isCartPage{width:100px}.CartItem-ColSizeQty,.CartItem-Price{line-height:20px;font-size:13px;text-align:left;color:#000;letter-spacing:.75px;margin-right:0;display:flex;align-items:center;width:100%}.CartItem-ColSizeQty span,.CartItem-ColSizeQty span:first-child{margin-left:0}.CartItem .Price{color:#000;text-decoration:unset;font-weight:var(--fw-demi);font-size:13px;letter-spacing:-.5px}.CartItem .Price .Currency-Symbol{font-size:16px}.CartItem .Price_isArabic .Currency-Symbol{margin-left:2px}.CartItem .Price-Discount,.CartItem .Price span del{margin-left:2px;margin-right:0;padding-left:0;padding-right:0}.CartItem .Price span del{color:#000;text-decoration:line-through;font-weight:var(--fw-regular)}.CartItem .Price .discountPercentageText{font-weight:var(--fw-regular)}.CartItem .Price .discountPercentageText,.CartItem .Price .SearchProduct-PriceWrapper .Price-Discount_discount,.CartItem .Price_isArabic .discountPercentageText,.CartItem .Price_isArabic .Price-Del,.CartItem .Price_isArabic .Price-Discount_discount{margin-left:2px;margin-right:0;padding-left:0;padding-right:0}.CartItem-ColSizeQty{font-weight:var(--fw-regular);margin-right:0;display:flex;align-items:center;width:100%;color:#4a4a4a;font-family:"Avenir Next";font-size:13px;letter-spacing:0}@media (max-width:767px){.CartItem-ColSizeQty{font-size:12px}}.CartItem-ColSizeQty span{font-family:"Avenir Next";font-size:13px;letter-spacing:0;color:#9b9b9b}@media (max-width:767px){.CartItem-ColSizeQty span{font-size:12px}}.CartItem-ColSizeQty_isArabic{text-align:right}.CartItem-Actions{opacity:0;max-height:0;pointer-events:none;display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;will-change:max-height,opacity,padding;transition-property:padding,max-height;transition-duration:.2s}@media (max-width:767px){.CartItem-Actions{margin-bottom:10px;padding:0}}@media (min-width:768px){.CartItem-Actions{margin-top:-20px;height:3rem}}.CartItem-Actions_isArabic{right:unset;left:0}@media (min-width:768px){.CartItem-Actions_isLikeTable{width:20%;bottom:0;right:20%;top:-5px;margin:auto;justify-content:center}}.CartItem-Actions_isLikeTable>*{margin:0 5px}.CartItem-Actions_isEditing{transition-property:padding,max-height,opacity;opacity:1;pointer-events:all}@media (min-width:1025px){.CartItem-Actions_isEditing{max-height:3rem}}.CartItem-Delete{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAM1BMVEX////Au7vAu7vAu7vAu7vAu7vAu7vAu7vAu7vAu7vAu7vAu7vAu7vAu7vAu7vAu7vAu7uhYoeTAAAAEXRSTlMAYOD/EMBAsCCQgPCg0FAwcPAJe7UAAADiSURBVHja7dfRDsIgDEDRslIQ2Ab//7UuXSJES1Z5MEY5j5VcccliCjKz4JPFgJ4lFJAFLUIRgZLDDgc6Hjs8qNyQhdgIiWc30Ah8dpWGARSs+GXntZJVBIz8xInHRhHY5JM7jzeQ7LERkMUXwqPda3vQWYg4LH5JICcclDJUtXjlvDGwGfjdQE6P97bgoTze8pQ1gfYA4YGaz2dgBmZgBmbg/wKlHyiqgF2JqPDQ0cEBZ4lotfPv/QMBr1+p5ECy6o2ms2f4eMl3dsiCbzHizfQWaA0sLg4EZvAHVI5QxWeo7soLHehT3VXVAAAAAElFTkSuQmCC) no-repeat;background-size:15px;width:15px;height:15px;padding:0;bottom:-10px}.CartItem .CartItem-Qty{margin-top:10px;display:flex}.CartItem .CartItem-Qty input{border:0;height:28px;font-weight:var(--fw-regular);text-align:center;padding:0;order:2;width:44px;min-width:44px;font-size:15px}.CartItem .CartItem-Qty button,.CartItem .CartItem-Qty input{background:transparent;color:#000;color:var(--cart-item-actions-color)}.CartItem .CartItem-Qty button{position:relative;order:1;border:1px solid #000;border:1px solid var(--cart-item-actions-color);width:18px;height:18px;top:15px;left:0}.CartItem .CartItem-Qty button:first-of-type{left:0;order:3}.CartItem .CartItem-Qty button:last-of-type{right:0;order:1}@media (max-width:767px){.CartItem .CartItem-Qty button span{top:-1px}}.CartItem-ClickAndCollect{display:flex;align-items:center;justify-content:flex-start;font-size:11px;line-height:1.2;font-weight:500;flex-grow:1;width:100%;color:#000;color:var(--cart-item-heading-color);text-align:left}@media (min-width:1025px){.CartItem-ClickAndCollect{padding:8px 0}}.CartItem-ClickAndCollect-StoreName{padding:0 6px}.CartItem-ClickAndCollect_isArabic{text-align:right}.CartItem .eddAndActionsBlock{display:flex;justify-content:space-between;align-items:center;margin-top:5px}.CartItem .EddExpressWrapper{min-width:290px;max-width:290px}.CartItem .EddExpressWrapper .eddExpressDelivery{height:34px!important;margin-top:0}.CartItem .EddExpressWrapper .eddExpressDelivery .eddExpressDeliveryBlock svg{margin:0 4px;width:21px;height:26px}@media (max-width:767px){.CartItem .EddExpressWrapper .eddExpressDelivery .eddExpressDeliveryBlock svg{width:20px;height:20px;margin:0 4px}}.CartItem .EddExpressWrapper .QuickDeliveryWrapper{height:34px;padding:3px 10px 4px}.CartItem .EddExpressWrapper .QuickDeliveryWrapper .quickDeliveryIcon svg{width:21px;height:26px}.CartItem .EddExpressWrapper .QuickDeliveryWrapper .quickDeliveryText .quickDeliveryTextBold,.CartItem .EddExpressWrapper .QuickDeliveryWrapper .quickDeliveryText .quickDeliveryTextNormal{font-size:12px}.CartItem .EddExpressWrapper .eddStandardDelivery{height:34px}.CartItem .ExpressInternationalShippmentTag{display:flex;background:hsla(0,0%,52.5%,.10196078431372549);padding:5px;justify-content:center;align-items:center;border-radius:8px;text-transform:none;color:#606060;font-family:Avenir Next;font-size:12px;font-weight:400}.CartItem .ExpressInternationalShippmentTag svg{width:18px;height:18px;margin:0 4px}.CartItem .stockQuantityNotReservedText{font-size:12px;font-weight:500;margin:5px 3px 0 5px;color:#d12228}.pipe{color:#4b4b4b!important}:root{--cart-page-totals-background:var(--secondary-base-color);--cart-page-divider-background:#d8d8d8;--cart-page-promo-background:#f6f6f6;--cart-page-table-head-background:var(--secondary-base-color);--color-black:#000;--color-green-cyan:#28d9aa;--color-light-gray:#9b9b9b;--color-orange-soda:#f96446;--color-charcoal:#4a4a4a;--color-nobel:#9b9b9b}.CartPage .CartItem{display:flex;flex-wrap:wrap;margin-bottom:8px}@media (min-width:1025px){.CartPage .CartItem{height:170px}}.CartPage .CartItem-Wrapper{display:flex}.CartPage .CartItem-Wrapper .Image_hasSrc{display:none}.CartPage .CartItem-Wrapper .Image{display:block;width:130px}.CartPage .CartItem-Wrapper .Image-Image{position:relative;object-fit:contain}.CartPage .CartItem-ColSizeQty{color:#4a4a4a;color:var(--color-charcoal)}.CartPage .CartItem-ColSizeQty span{color:#9b9b9b;color:var(--color-nobel);margin-left:0}.CartPage .CartItem-ColSizeQty span:nth-child(2){color:#000}.CartPage .CartItem-ColSizeQty-Qty span:nth-child(2){border-bottom:1px solid #000;cursor:pointer}.CartPage .CartItem_isArabic span{padding-right:0;padding-left:15px;border-right:none;border-left:1px solid #9b9b9b;border-left:1px solid var(--color-nobel)}.CartOverlay{text-transform:none}@media (min-width:768px){.CartOverlay{position:absolute;top:30px;right:-150px;padding:0;width:400px;width:var(--cart-overlay-width)}.CartOverlay_isArabic{right:unset;left:-150px}}.CartOverlay-PromoBlock{display:flex;align-items:center;justify-content:center;padding:2rem 1rem;height:40px;background:var(--cart-page-promo-background)}@media (max-width:767px){.CartOverlay-PromoBlock{padding:1rem;border:0;border-bottom:1px solid var(--primary-divider-color)}}.CartOverlay-PromoBlock span:nth-child(2){font-weight:var(--fw-bold)}.CartOverlay-PromoBlock span:last-child{font-weight:var(--fw-demi);color:var(--color-green-cyan);letter-spacing:-.1px;text-transform:capitalize}.CartOverlay-PromoBlock span:last-child.Currency-Symbol{color:#000;font-size:14px}.CartOverlay-PromoFreeShipping a{text-decoration:underline}.CartOverlay-PromoImage{width:46px;margin-right:.5rem}@media (max-width:767px){.CartOverlay-PromoImage{width:36px}}.CartOverlay-PromoText{font-size:12px;display:inline;flex-wrap:wrap;line-height:20px;align-items:center;width:100%;text-align:center}.CartOverlay-PromoText .Image{overflow:inherit!important}.CartOverlay-PromoText .Image .LazyLoad-wrapper img{width:20px!important;height:auto!important;margin-right:5px;float:left;margin-top:5px}@media (max-width:767px){.CartOverlay-PromoText{font-size:11px}}.CartOverlay-PromoText_isArabic .Image .LazyLoad-wrapper img{margin-right:unset;margin-left:5px;float:right}.CartOverlay-Wrapper .Image-Image{object-fit:cover}.CartOverlay-Currency,.CartOverlay-FreeDelivery{font-weight:var(--fw-bold)}.CartOverlay-FreeDelivery{color:var(--color-green-cyan)}@media (min-width:768px){.CartOverlay:before{content:"";position:absolute;height:1px;width:70px;z-index:900;margin-left:auto;margin-right:auto;left:130px;right:0;text-align:center;background-color:#4a4a4a}}@media (min-width:768px){.CartOverlay_isArabic:before{left:-130px}}.CartOverlay_isPopup{opacity:0;overflow:hidden}.CartOverlay-ItemCount{height:50px;color:#000;font-family:"Avenir Next";font-size:18px;font-weight:var(--fw-medium);letter-spacing:2px;line-height:25px;padding:33px 20px 10px;display:flex;justify-content:space-between;align-items:center}.CartOverlay-ItemCount div{display:flex;font-size:15px;font-weight:var(--fw-demi);text-transform:uppercase!important}.CartOverlay-ItemCount div div{font-weight:var(--fw-light);padding-left:7px;padding-right:5px}.CartOverlay-ItemCount span:last-of-type{--header-color:#fff;padding-right:10px;top:-18px}.CartOverlay-ItemCount span:last-of-type:after,.CartOverlay-ItemCount span:last-of-type:before{content:"";position:absolute;width:1px;height:20px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;top:7px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background-color:var(--header-color)}.CartOverlay-ItemCount span:last-of-type:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.CartOverlay-Empty,.CartOverlay-ItemCount,.CartOverlay-Promo,.CartOverlay-Total dt{font-weight:var(--fw-regular)}.CartOverlay-Actions{display:flex;align-items:center;padding:15px 20px}.CartOverlay-CheckoutButton{color:#fff;background-color:var(--OutrageousOrange);box-shadow:0 1px 4px rgba(0,0,0,.6);box-shadow:0 1px 4px var(--BlackOpacityOf6);margin:0 20px}@media (max-width:767px){.CartOverlay-CheckoutButton{width:100%;display:block;text-align:center}}@media (min-width:768px){.CartOverlay-CheckoutButton{text-align:center}}.CartOverlay-CheckoutButton_isDisabled{opacity:.5}.CartOverlay-CartButton{border:2px solid #000;color:#000!important;width:124px!important;background-color:#fff!important;font-size:12px;font-weight:var(--fw-bold);text-transform:uppercase}@media (max-width:767px){.CartOverlay-CartButton{display:none}}.CartOverlay-CartButton:hover{text-decoration:none}.CartOverlay-CartButton,.CartOverlay-CheckoutButton{display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:var(--fw-bold);border-radius:6px;background-color:#000;height:50px;width:200px;color:#fff;font-family:"Avenir Next";letter-spacing:0;line-height:15px;text-align:center}.CartOverlay-Promo,.CartOverlay-Total{min-height:4rem}@media (min-width:768px){.CartOverlay-Promo,.CartOverlay-Total{min-height:3rem}}.CartOverlay-Promo{padding:1rem;text-align:center;background:#fff;background:var(--cart-overlay-promo-background);margin-bottom:0;color:#4a4a4a;font-size:12px}@media (max-width:767px){.CartOverlay-Promo{border-bottom:1px solid #d8d8d8;border-bottom:1px solid var(--cart-overlay-divider-background);border-top:1px solid var(--expandable-content-color)}}@media (min-width:768px){.CartOverlay-Promo{padding:0 20px 10px;background:#fff}}.CartOverlay-Promo strong{margin:0 5px}.CartOverlay-Items{padding-bottom:20px;max-height:calc(60vh - 150px);overflow-y:auto;overflow-x:hidden}.CartOverlay-Items::-webkit-scrollbar{width:4px;border:1px solid #d5d5d5}.CartOverlay-Items::-webkit-scrollbar-thumb{background:#585757;border-radius:5px}.CartOverlay-Items::-webkit-scrollbar-track{background:#dcdcdc}.CartOverlay-Items .CartItem-Content{height:auto}.CartOverlay-Items .CartItem .Image-Image{object-fit:cover}.CartOverlay-Discount,.CartOverlay-Tax,.CartOverlay-Total{display:flex;justify-content:space-between;align-items:center;padding:15px 20px 0;font-size:18px}.CartOverlay-Discount dt,.CartOverlay-Tax dt,.CartOverlay-Total dt{color:#000;font-family:"Avenir Next";font-size:15px;letter-spacing:0;line-height:20px}.CartOverlay-Discount dt span,.CartOverlay-Tax dt span,.CartOverlay-Total dt span{color:#9b9b9b;font-family:"Avenir Next";font-size:12px;letter-spacing:0;line-height:16px}@media (min-width:768px){.CartOverlay-Discount,.CartOverlay-Tax,.CartOverlay-Total{font-size:14px}}.CartOverlay-Total{font-weight:var(--fw-light)}.CartOverlay-Total dd{font-weight:var(--fw-bold);font-size:18px;letter-spacing:0;line-height:25px}.CartOverlay-Total .Currency-Symbol{font-size:21px}.CartOverlay-Total_isArabic dt{display:grid;grid-template-columns:auto auto;grid-column-gap:10px}.CartOverlay-Empty{font-size:15px;font-weight:var(--fw-light);text-align:center;letter-spacing:.75px;padding:20px 0}.CartOverlay-DiscountCoupon:after{content:":";font-weight:var(--fw-regular)}.CartOverlay-DiscountCouponSideWide{font-weight:var(--fw-regular)}.Overlay_isVisible{overflow:auto}div.CartOverlay.Overlay{width:450px;opacity:1;border-radius:12px;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.sidewideSavingPercentages{display:inline;color:#d12229;font-weight:500}.cart-nudge-container{height:48px;display:flex;background-color:#f6f6f6;padding-left:20px;padding-right:20px;justify-content:space-between}.cart-nudge-container .content-close{display:flex;align-items:center;margin:auto}.cart-nudge-container .content-close .gif{width:48px}.cart-nudge-container .content-close .content{margin:12px auto;font-size:13px;font-family:"Avenir Next";line-height:18px;padding-left:4px}.cart-nudge-container .content-close .content .signin{text-decoration:underline;font-weight:650;padding:0 5px;cursor:pointer;margin-left:10px}.cart-nudge-container .close{margin-top:12px;padding:3px;width:18px;cursor:pointer}@media (max-width:767px){.cart-nudge-container{height:60px}.cart-nudge-container .close{width:20px}}.empty-cart-nudge-container{height:90px;display:flex;background-color:#f6f6f6;padding-left:20px;padding-right:20px;justify-content:space-between}.empty-cart-nudge-container .content{display:flex}.empty-cart-nudge-container .content .gif{width:60px;height:60px;padding-top:8px}.empty-cart-nudge-container .content .content-text{margin:12px auto;font-size:13px;font-family:"Avenir Next";line-height:18px;font-weight:500;padding-left:4px}.empty-cart-nudge-container .content .content-text .btnsSignInRegister{cursor:pointer;padding:0;line-height:16px;font-size:12px;font-weight:unset;text-transform:none;text-decoration:underline;font-weight:600}.overlayWrapper{left:0;right:0;bottom:0;top:0;position:fixed;z-index:200;background-color:rgba(0,0,0,.5)}.overlayWrapper .removeOosOverlay{right:0;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:92;max-width:500px;background:#fff;border-radius:16px;padding:10px 30px 42px;max-height:80vh;overflow:auto}@media (max-width:767px){.overlayWrapper .removeOosOverlay{-webkit-transform:none;transform:none;margin:0;padding-left:18px;padding-right:18px;position:fixed;left:0;right:0;bottom:0;top:auto;overflow:auto;max-height:80vh;border-radius:0}}.overlayWrapper .removeOosOverlay_isArabic{min-width:500px;margin:auto;right:auto}@media (max-width:767px){.overlayWrapper .removeOosOverlay_isArabic{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;right:0}}.overlayWrapper .image_wrapper{max-width:200px;margin:auto}.overlayWrapper .titleRemoveOos{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.overlayWrapper .removeOssMessageWrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:25px auto auto}.overlayWrapper .removeOosButtonWrapper{display:flex;justify-content:center;align-items:center;margin-top:50px}.overlayWrapper .removeOosButtonWrapper .removeOosButton{height:50px;width:315px;border-radius:6px;background-color:#000;color:#fff}.closebuttonDiv{position:relative;width:100%;height:30px}.closebuttonDiv .closePopupbtn{cursor:pointer;float:right;padding:0}.closebuttonDiv .closePopupbtn:before{content:"";position:absolute;top:2px;display:inline-block;padding:1px;background-image:url(/static/media/icon.12cc0c19.svg);background-size:cover;height:16px;width:16px}.closebuttonDiv .closePopupbtn span{display:none}.closebuttonDiv .closePopupbtn_isArabic{float:left}@media (max-width:767px){.closebuttonDiv .closePopupbtn{display:none}}:root{--OutrageousOrange:#f96446}.HeaderCart{position:relative}@media (max-width:767px){.HeaderCart{z-index:96}}.HeaderCart-PopUp{position:fixed;height:100%;width:100%;top:0;right:0;bottom:0;left:0;font-size:0;cursor:default;pointer-events:all;z-index:10}@media (min-width:1025px){.HeaderCart-PopUp{display:block}}.HeaderCart-PopUp_isHidden{display:none}.HeaderCart-Button{content:"";background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/basket.4906401a.svg) no-repeat;background-size:24px;width:24px;height:24px;display:inline-block;position:relative;padding:0}.HeaderCart-Count{position:absolute;top:-2px;right:14px;background-color:#f96446;background-color:var(--OutrageousOrange);border-radius:50%;height:14px;width:14px;color:#fff;text-align:center;font-size:8px;font-weight:var(--fw-demi);padding-top:2px}@media (min-width:1025px){.HeaderCart-Count{right:0}}.HeaderCart .Loader{position:absolute}.HeaderCart .Loader-Scale{top:50%}.HeaderLogo{text-align:left;text-align:initial}.HeaderLogo_isArabic{margin-right:0}@media (max-width:1024px){.HeaderLogo{height:auto;margin:0;display:flex;justify-content:center;align-items:center}}.HeaderLogo .Image{height:auto}@media (min-width:1025px){.HeaderLogo .Image .LazyLoad-wrapper{height:auto}}.HeaderLogo .Image .LazyLoad-wrapper img_isArabic{width:80%!important;right:-12px}.HeaderLogo .Image .LazyLoad-wrapper .Image-Image{left:0}@media (max-width:1024px){.HeaderLogo .Image{padding:0;display:flex;justify-content:center;align-items:center;height:21px;width:119px}}@media (min-width:1025px){.HeaderLogo .Image{height:36.48px;margin-top:0;padding:0;width:160px;overflow:visible;overflow:initial}.HeaderLogo .Image_isArabic{margin-right:0!important}}@media (max-width:767px){.HeaderWishlist:not(.HeaderWishlist_isBottomBar){margin-left:auto}}.HeaderWishlist:not(.HeaderWishlist_isBottomBar) label{display:none}.HeaderWishlist:not(.HeaderWishlist_isBottomBar) .HeaderWishlist-Button{height:auto;padding:0}.HeaderWishlist:not(.HeaderWishlist_isBottomBar) .HeaderWishlist-Heart{display:inline-block}.HeaderWishlist:not(.HeaderWishlist_isBottomBar) .HeaderWishlist-Heart:before{background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/favorites.e2cb72d0.svg) no-repeat;background-size:25px;content:"";width:25px;height:25px;display:inline-block}.HeaderWishlist:not(.HeaderWishlist_isBottomBar) .HeaderWishlist-Heart_isBlack:before{background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/favorites-active.e6ea46e5.svg) no-repeat;background-size:25px;width:25px;height:25px}.HeaderWishlist:not(.HeaderWishlist_isBottomBar) .HeaderWishlist-Count{display:none}.HeaderWishlist:not(.HeaderWishlist_isBottomBar) .HeaderWishlist-Count_have{color:#fff;display:inline-block;position:absolute;font-size:10px;left:1px;text-align:center;top:5px;width:23px;z-index:99}.HeaderWishlist-Count{display:none}.HeaderWishlist_isBottomBar{display:block;text-transform:none;font-size:10px;font-weight:var(--fw-medium);letter-spacing:-.2px;line-height:14px;color:var(--inactive-button-header-color);height:40px;width:40px;margin:12px auto 0;padding:0;text-align:center}.HeaderWishlist_isBottomBar button{display:none}@media (min-width:1025px){.HeaderWishlist_isBottomBar{display:none}}.HeaderWishlist_isWishlist{color:var(--active-button-header-color)}.HeaderWishlist_isWishlist:before{-webkit-filter:invert(43%) sepia(60%) saturate(1535%) hue-rotate(335deg) brightness(107%) contrast(95%);filter:invert(43%) sepia(60%) saturate(1535%) hue-rotate(335deg) brightness(107%) contrast(95%)}.HeaderWishlist_isArabic:not(.HeaderWishlist_isArabic_isBottomBar) div:before{left:0}:root{--cart-overlay-totals-background:var(--secondary-base-color);--cart-overlay-divider-background:#d8d8d8;--cart-overlay-promo-background:#fff;--cart-overlay-width:400px;--White:#fff;--Black:#000;--BlackOpacityOf6:rgba(0,0,0,0.6);--BlackOpacityOf1:rgba(0,0,0,0.10196078431372549);--Tundora:#4a4a4a;--Iron:#d1d3d4;--DustyGray:#9b9b9b}.RecentSearches{text-align:left;letter-spacing:1.56px;color:#000;text-transform:uppercase;opacity:1}.RecentSearches ul{display:flex}.RecentSearches ul:before{display:none}.RecentSearches a{text-decoration:none}.RecentSearches li{margin-top:0;margin-right:8px}.RecentSearches li:before{display:none}@media (max-width:767px){.RecentSearches li{margin-right:8px}}@media (max-width:1024px) and (min-width:768px){.RecentSearches li{margin-right:8px}}.RecentSearches h2{font:normal normal 600 14px/19px "Avenir Next",sans-serif;color:#000;text-transform:uppercase;text-align:left;text-align:initial;letter-spacing:1.56px;margin-bottom:24px;margin-top:0;padding-left:7px}@media (max-width:1024px){.RecentSearches ul{overflow-x:auto}}@media (min-width:1025px){.RecentSearches ul{flex-wrap:wrap}}.RecentSearches-searchList li{padding-bottom:2px;padding-top:2px;padding-left:0!important;overflow:hidden}.RecentSearches-searchList li .SearchSuggestion-TrandingTag{font-size:13px}.RecentSearches-searchList_isArabic li:first-of-type{margin-right:0!important}.SearchOverlay{text-transform:none}@media (min-width:1025px){.SearchOverlay{width:385px;height:auto!important}}@media (min-width:768px){.SearchOverlay{position:absolute;right:-120px;padding:0;width:400px;width:var(--cart-overlay-width)}.SearchOverlay_isArabic{right:unset;left:-120px}}.SearchOverlay-Wrapper .Image-Image{object-fit:cover}@media (min-width:768px){.SearchOverlay:before{content:"";position:absolute;list-style-type:none!important;height:1px;width:70px;z-index:900;margin-left:auto;margin-right:auto;left:0;right:0;text-align:center;background-color:#4a4a4a}}.SearchOverlay_isPopup{opacity:0;overflow:hidden}.SearchOverlay-ItemCount{color:#000;font-family:"Avenir Next";font-size:18px;font-weight:var(--fw-medium);line-height:20px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;align-items:left}.SearchOverlay-ItemCount div{font-size:14px;font-weight:var(--fw-demi)}.SearchOverlay-ItemCount div .QuerySuggestionCount{padding-left:1px}.SearchOverlay-ItemCount div .QuerySuggestionCount_isArabic{padding-right:1px}.SearchOverlay-ItemCount div div{font-weight:var(--fw-light)}.SearchOverlay-ItemCount span:last-of-type:after,.SearchOverlay-ItemCount span:last-of-type:before{content:"";position:absolute;width:1px;height:20px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;top:7px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background-color:var(--header-color)}.SearchOverlay-ItemCount span:last-of-type:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.SearchOverlay-ItemCount .moreDataLink{text-align:left;text-align:initial;text-decoration:underline;font-size:16px;position:left;font-family:"Avenir Next";font-weight:500;letter-spacing:0;opacity:1;width:200px;height:21px;white-space:nowrap;overflow:hidden;display:inline-block;text-overflow:ellipsis}.SearchOverlay-ItemCount .NothingFound .moreDataLink{margin-top:50px}.SearchOverlay-ItemCount .NothingFound .suggestionBlocks .spacingBlock,.SearchOverlay-ItemCount .NothingFound .suggestionBlocks .spacingBlock_isArabic{width:35px}.SearchOverlay-Empty,.SearchOverlay-ItemCount{font-weight:var(--fw-regular)}.SearchOverlay-Items{padding-bottom:20px;max-height:calc(60vh - 150px);overflow-y:auto;overflow-x:hidden}.SearchOverlay-Items::-webkit-scrollbar{width:4px;border:1px solid #d5d5d5}.SearchOverlay-Items::-webkit-scrollbar-thumb{background:#585757;border-radius:5px}.SearchOverlay-Items::-webkit-scrollbar-track{background:#dcdcdc}.SearchOverlay-Items .CartItem-Content{height:auto}.SearchOverlay-Items .CartItem .Image-Image{object-fit:cover}.SearchOverlay-Empty{font-size:15px;font-weight:var(--fw-light);text-align:center;letter-spacing:.75px;padding:20px 0}.Overlay_isInstant{pointer-events:all;touch-action:pan-y;opacity:1;z-index:99}@media (min-width:1025px){.Overlay_isInstant{height:auto}}div.SearchOverlay.Overlay{width:590px;height:auto;opacity:1;border-radius:12px;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.suggestionBlocks{display:flex;flex-direction:row}.suggestionBlocks .productDetailsLayout a{display:flex;flex-direction:row;text-decoration:none}.suggestionBlocks .QuerySuggestionBlock{width:186px;height:auto;opacity:1}.suggestionBlocks .QuerySuggestionBlock h2{font:normal normal 600 14px/19px "Avenir Next",sans-serif;color:#000;text-transform:uppercase;margin-bottom:0;margin-top:0;letter-spacing:1.56px}.suggestionBlocks .QuerySuggestionBlock p{font:normal normal normal 14px/52px "Avenir Next";letter-spacing:0;color:#000;opacity:1;margin-bottom:40px}.suggestionBlocks .imagesLayouts img{width:95px!important;height:99px!important}.suggestionBlocks .SearchProduct-Brand{font-family:"Avenir Next";font-weight:600;font-size:14px;color:#000;line-height:19px;text-transform:uppercase}.suggestionBlocks .SearchProduct-ProductName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestionBlocks .SearchProduct-Info{padding:0 10px}.suggestionBlocks .SearchProduct-Info .SearchProduct-ProductName{font-family:"Avenir Next";font-size:13px;width:165px;height:18px;text-align:left;text-align:initial;letter-spacing:0;color:#4a4a4a;font-weight:400;opacity:1;display:inline-block;text-overflow:ellipsis}.suggestionBlocks .SearchProduct-Info .ProductItemMeta .ProductItem_Title{width:165px}.suggestionBlocks .SearchProduct-Info .Price{white-space:nowrap}.suggestionBlocks .SearchProduct-Info .Price-Del{margin-right:4px}.suggestionBlocks .SearchProduct-Info .Price .SearchProduct-Discount_discount{font-weight:var(--fw-regular)}.suggestionBlocks .SearchProduct-Info .Price .Price-Discount_discount{font-weight:var(--fw-demi)}.suggestionBlocks .SearchProduct-Info .Price_isArabic,.suggestionBlocks .SearchProduct-Info .Price_isArabic .Price-Wrapper{font-size:12px}.suggestionBlocks .SearchProduct-Info .Price_isArabic .Price-Del{margin-right:0}.suggestionBlocks .SearchProduct-Info .Price_isArabic .SearchProduct-Discount_discount{margin-right:4px}.suggestionBlocks .SearchProduct-Info .Price_isArabic .Price-Discount{margin-left:0;margin-right:4px}.suggestionBlocks .moreDataLink{font-family:"Avenir Next";font-weight:500;font-size:16px;letter-spacing:0;line-height:22px;color:#000;opacity:1;position:absolute;bottom:0;cursor:pointer}.suggestionBlocks .SearchSuggestion:before{display:none;list-style-type:none}.suggestionBlocks .spacingBlock{width:57px}.SearchSuggestion{position:absolute;width:100%}.SearchSuggestion-TrandingTag{font-family:"Avenir Next";font-size:13px;letter-spacing:0;text-align:center;line-height:40;color:#4a4a4a;background-color:#f0f0f0;opacity:1;text-transform:capitalize;max-width:515px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;justify-content:normal}@media (min-width:1025px){.SearchSuggestion-Item{margin:0}}.SearchSuggestion-Item ul{margin-bottom:50px}.SearchSuggestion-Item ul li{display:flex;flex-direction:row;padding:0;justify-content:space-between;font-family:"Avenir Next";font-size:14px;line-height:16px;color:#000}.SearchSuggestion-Item ul li:before{display:none}.SearchSuggestion-Item ul li a:hover{text-decoration:none}@media (min-width:1025px){.SearchSuggestion-Recommended{width:283px;margin-left:0;font-size:14px;margin-top:0}}.SearchSuggestion-Recommended h2{font:normal normal 600 14px/19px "Avenir Next",sans-serif;color:#000;text-transform:uppercase;margin-top:0;letter-spacing:1.56px}.SearchSuggestion-Recommended_isArabic{margin-left:0}.SearchSuggestion-Recommended_isArabic .SearchProduct-Info{padding-left:0!important}.SearchSuggestion-Recommended:before{display:none}.SearchSuggestion-Recommended .productContentLayoutLink{list-style-type:none!important}.SearchSuggestion-Recommended .productContentLayoutLink_isArabic ul li{margin-right:0!important}.SearchSuggestion-Recommended ul{display:flex;flex-direction:column;justify-content:space-between}.SearchSuggestion-Recommended ul:before{display:none}@media (max-width:767px){.SearchSuggestion-Recommended ul{display:flex;flex-direction:row;width:1011px;overflow:scroll}}.SearchSuggestion-Recommended ul::-webkit-scrollbar{width:1px}.SearchSuggestion-Recommended ul li{margin-bottom:-20px;padding-left:0;width:260.39px;height:auto;margin-right:7.92px}.SearchSuggestion-Recommended ul li:before{display:none}@media (min-width:1025px){.SearchSuggestion-Recommended ul li:first-child{margin-top:0!important}}@media (min-width:1025px){.SearchSuggestion-Recommended ul li{width:270.39px}}.SearchSuggestion-Recommended ul li a,.SearchSuggestion-Recommended ul li a:hover{text-decoration:none}.SearchSuggestion-Recommended_isArabic ul li{margin-right:0}@media (max-width:1024px){.SearchSuggestion-Recommended{margin-bottom:15px}}.SearchSuggestion ul :before{content:unset}.SearchSuggestion ul li{padding:0;font-size:15px;margin-bottom:0}@media (max-width:1024px){.SearchSuggestion ul li{font-size:12px}}.SearchSuggestion ul a{color:var(--link-dark-gray);width:100%;display:block;text-decoration:none}.SearchSuggestion ul a .suggestion-details-box{display:flex;justify-content:space-between}.SearchSuggestion ul a .suggestion-details-box span{position:relative}.SearchSuggestion ul a .suggestion-details-box div{display:flex;flex-direction:row;justify-content:space-between}.SearchSuggestion h2{font-family:"Avenir Next";text-transform:uppercase;font-weight:"Demi Bold";margin:0;color:#000;font-size:14px}.TrandingBrands ul{display:grid;grid-template-columns:96px 96px 96px;grid-template-rows:124px 124px 124px;grid-gap:3px 6px;padding-top:20px}.TrandingBrands ul:before{display:none}.TrandingBrands h2{font:normal normal 600 14px/19px "Avenir Next",sans-serif;color:#000;text-transform:uppercase;margin-bottom:0;margin-top:0;letter-spacing:1.56px}.TrandingBrands li{padding-left:0!important}.TrandingBrands li:before{display:none}@media (min-width:1025px){.TrandingBrands img{width:96px!important;height:96px!important;border-radius:4px;opacity:1}}.TrandingBrands .SearchSuggestion-TrandingImage{width:96px;height:96px;border:none;border-radius:5px;margin:0;position:relative}.TrandingBrands .SearchSuggestion-TrandingImage:before{background-image:url(/static/media/fallback.bf804003.png)}.TrandingBrands .SearchSuggestion-TrandingImage div{position:absolute!important;text-align:center;font-size:10px;left:0;right:0;line-height:11px;font-family:"Avenir Next";font-weight:600;text-transform:uppercase}.TrandingBrands .SearchSuggestion .trendingLabels{text-align:center}.TrandingBrands .SearchSuggestion .trendingLabels_isArabic{right:27%}:root{--main-content-padding:147px}@media (max-width:767px){main{padding-top:147px;padding-top:var(--main-content-padding)}}@media (max-width:1024px) and (min-width:768px){main{padding-top:147px;padding-top:var(--main-content-padding)}}@media (max-width:767px){.expressHeaderPositionCSS .moveDownGenders{top:130px!important;background-color:#fff;padding-top:18px!important;padding-bottom:18px}}@media (max-width:1024px) and (min-width:768px){.expressHeaderPositionCSS .moveDownGenders{top:100px}}@media (max-width:767px){.HeaderSearchSection .HeaderSearch{background:#fff;position:fixed;display:flex;width:100%;justify-content:center;align-items:top;padding-top:5px;height:54px;top:49px}}@media (max-width:1024px) and (min-width:768px){.HeaderSearchSection .HeaderSearch{background:#fff;position:fixed;display:flex;width:100%;padding-top:5px;justify-content:center;align-items:top;height:54px;top:49px}}@media (max-width:767px){.HeaderSearchSection .HeaderSearch{top:49px}}@media (max-width:1024px) and (min-width:768px){.HeaderSearchSection .HeaderSearch{top:49px}}@media (max-width:767px){.HeaderSearchSection .mobileMegaMenuStyle{top:5px;width:300px;left:10%}}.HeaderSearchSection .cityAreaAddressSelection{width:100%}.HeaderSearchSection .cityAreaAddressSelection .showBackgroundColor{background:none}.HeaderSearchSection .cityAreaAddressSelection .cityAreaDropdown{margin:0}.HeaderSearchSection .cityAreaAddressSelection .cityAreaDropdown .locationImage{margin:0 8px 0 5px}@media (max-width:767px){.HeaderSearchMegaMenuSection .HeaderSearch{background:#fff;position:fixed;display:flex;width:100%;justify-content:center;align-items:top;padding-top:5px;height:54px;top:49px}}@media (max-width:1024px) and (min-width:768px){.HeaderSearchMegaMenuSection .HeaderSearch{background:#fff;position:fixed;display:flex;width:100%;padding-top:5px;justify-content:center;align-items:top;height:54px;top:49px}}.HeaderSearchMegaMenuSection .HeaderSearch #header-search{border-radius:10px;width:300px;background-color:var(--gray);height:39px;display:flex;align-items:center}.HeaderMainSection{display:grid;justify-content:center;align-items:center;grid-template-columns:200px 1.5fr 1fr .5fr;height:50px;max-width:var(--container-max-width);margin:0 auto}.HeaderMainSection_isArabic{right:-18px}.HeaderMainSection .rightContainer{display:flex;justify-content:space-between;align-items:center;flex:1 1}@media (max-width:767px){.HeaderMainSection .rightContainer{justify-content:flex-end}}@media (min-width:1025px){.HeaderMainSection .rightContainer{z-index:3}}.HeaderMainSection .rightIcons{display:flex;justify-content:space-between;align-items:center}@media (max-width:767px){.HeaderMainSection{display:flex;z-index:9999;position:fixed;width:100%;background:#fff;top:0}.HeaderMainSection_showPLPSearch[data-visible=true]{z-index:9999}.HeaderMainSection[data-visible=false]{visibility:hidden;top:-50px}.HeaderMainSection[data-visible=true]{z-index:94}}@media (max-width:1024px) and (min-width:768px){.HeaderMainSection{z-index:90;position:fixed;width:100%;background:#fff;top:0}.HeaderMainSection[data-visible=false]{visibility:hidden;top:-50px}}.HeaderMainSection .HeaderGenders{display:flex;flex:1 1}.HeaderMainSection .HeaderLogo_isArabic{padding-right:0}@media (max-width:767px){.HeaderMainSection .HeaderLogo{position:fixed;top:15px;z-index:1}}@media (max-width:1024px) and (min-width:768px){.HeaderMainSection .HeaderLogo{position:fixed;top:15px;width:90%}}.HeaderMainSection .SearchIcon img{cursor:pointer}.HeaderMainSection .SearchIcon-Button{content:"";background:url(https://d2ixpk79061bpu.cloudfront.net/static/media/search-black.962f9d4a.svg) no-repeat;background-size:24px;width:24px;height:24px;display:inline-block;position:relative}@media (min-width:1025px){.HeaderMainSection .SearchIcon{display:flex;border:1px solid #d1d3d4;border-radius:8px;opacity:1;width:250px;height:40px;margin-right:10px}}.HeaderMainSection #searchIconImage{margin:8px 12px;opacity:1}.HeaderMainSection #search-field{width:178px;height:30px;border:none;margin-top:5px!important;margin-left:0;overflow-y:scroll;text-transform:none;padding-left:0;letter-spacing:var(--unnamed-character-spacing-0);color:var(--unnamed-color-000000);font:normal normal normal 15px/20px "Avenir Next";letter-spacing:0;color:#000;opacity:1}.HeaderMainSection .clear-button{opacity:1;cursor:pointer}.HeaderMainSection .clear-button img{width:12px!important;height:12px;margin-top:15px}@media (max-width:767px){.HeaderMainSection .CategoryTitle{font-size:12px;padding-left:15px;padding-right:15px;top:0;width:70%;margin-left:15%;height:40px;line-height:40px;font-weight:400;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.HeaderMainSection .CategoryTitle_isArabic{margin-right:15%;margin-left:unset}.HeaderMainSection .CategoryTitle_isPDP{top:5px;margin-left:0!important;margin-right:0!important}}@media (max-width:1024px) and (min-width:768px){.HeaderMainSection .CategoryTitle{font-size:12px;padding-left:15px;padding-right:15px;top:0;width:70%;margin-left:15%;height:40px;line-height:40px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.HeaderMainSection .CategoryTitle_isArabic{margin-right:15%;margin-left:unset}}@media (min-width:768px){.HeaderMainSection .CategoryTitle{display:none}}.HeaderMainSection .BackArrow{height:40px;width:40px;border-radius:20px;position:fixed;top:11px;left:15px;background:#fff}@media (max-width:767px){.HeaderMainSection .BackArrow{height:30px}}.HeaderMainSection .BackArrow_isArabic{right:15px;left:unset}.HeaderMainSection .BackArrow_isArabic .BackArrow-Button{right:5px;left:unset}.HeaderMainSection .BackArrow_isArabic .BackArrow-Button:before{right:5px;left:unset;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.HeaderMainSection .BackArrow-Button{top:0;left:5px;background-size:30px;width:30px;height:30px;padding:0}.HeaderMainSection .BackArrow-Button p{display:none}.HeaderMainSection .BackArrow-Button:before{content:"";position:absolute;top:10px;left:5px;border:solid #0a0a0a;border-width:0 2px 2px 0;display:inline-block;padding:4px;transform:rotate(135deg);-webkit-transform:rotate(135deg)}@media (min-width:768px){.HeaderMainSection .BackArrow{display:none}}.HeaderMainSection .HeaderWishlist{height:25px}@media (max-width:1024px){.HeaderMainSection .HeaderCart{top:5px;width:45px;margin:0 auto}}@media (max-width:1024px) and (max-width:767px){.HeaderMainSection .HeaderCart{position:fixed;top:14px;right:20px;background:#fff;height:30px;width:30px;border-radius:20px}.HeaderMainSection .HeaderCart-Button{left:5px;background-size:24px;width:24px;height:24px}.HeaderMainSection .HeaderCart-Count{top:2px;right:-2px}.HeaderMainSection .HeaderCart_isArabic{right:unset;left:20px}.HeaderMainSection .HeaderCart_isArabic .HeaderCart{margin-left:0!important}.HeaderMainSection .HeaderCart_isArabic .HeaderCart-Button{right:5px;left:unset}}@media (max-width:1024px) and (min-width:768px){.HeaderMainSection .HeaderCart{position:fixed;top:14px;right:20px;background:#fff;height:40px;width:30px;border-radius:20px}.HeaderMainSection .HeaderCart-Button{right:5px;background-size:24px;width:24px;height:24px}.HeaderMainSection .HeaderCart-Count{top:0;right:-5px}.HeaderMainSection .HeaderCart_isArabic{right:unset;left:20px}.HeaderMainSection .HeaderCart_isArabic .HeaderCart-Button{right:5px;left:unset}}@media (max-width:767px){.HeaderMainSection_showPLPSearch .HeaderGenders_isMobile{top:7px!important;flex-direction:row;justify-content:start!important;width:65%!important;overflow:scroll;z-index:999}}@media (max-width:767px){.HeaderMainSection .moveUpGenders{top:46px;background-color:#fff;padding-top:10px;padding-bottom:18px}}@media (max-width:1024px) and (min-width:768px){.HeaderMainSection .moveUpGenders{top:50px}}@media (max-width:767px){.HeaderMainSection .moveDownGenders{top:100px;background-color:#fff;padding-top:11px;padding-bottom:18px}}@media (max-width:1024px) and (min-width:768px){.HeaderMainSection .moveDownGenders{top:100px}}@media (max-width:767px){.HeaderMainSection .HeaderGenders_isMobile{display:flex;background:#fff;width:100%;padding-top:10px;padding-bottom:18px;align-items:center;margin-top:0;position:fixed;justify-content:center}.HeaderMainSection .HeaderGenders .GenderButton-Container{display:flex;justify-content:center}.HeaderMainSection .HeaderGenders .GenderButton-Container .GenderButton-Button{padding:0;text-wrap:nowrap}}@media (max-width:1024px) and (min-width:768px){.HeaderMainSection .HeaderGenders_isMobile{display:flex;background:#fff;width:100%;padding-top:10px;padding-bottom:18px;align-items:center;margin-top:0;position:fixed;justify-content:center}.HeaderMainSection .HeaderGenders .GenderButton-Container{display:flex;justify-content:center}.HeaderMainSection .HeaderGenders .GenderButton-Container .GenderButton-Button{padding:0;height:20px}}.HeaderMainSection .HeaderAccount label span,.HeaderMainSection .HeaderWishlist label span{display:none}@media (max-width:1024px){.HeaderMainSection .HeaderAccount_isMobile,.HeaderMainSection .HeaderWishlist_isMobile{display:none}}@media (min-width:1025px){.HeaderMainSection{height:84px;flex-direction:unset;padding:0;width:var(--main-container-width-dsk)}.HeaderMainSection_isMobile{display:block}}.HeaderMainSection .DesktopSearch{position:fixed;top:115px;background:#f6f6f6;width:100%;height:40px;left:0;z-index:10}.HeaderMainSection .DesktopSearch .HeaderSearch{position:relative;width:var(--main-container-width-dsk);max-width:var(--container-max-width);height:40px;top:0;border-radius:0;margin-left:auto;margin-right:auto;background:#f6f6f6;display:flex;justify-content:center;align-items:center;border:1px solid #f6f6f6}.HeaderMainSection .DesktopSearch .HeaderSearch-Clear{padding-right:0;padding-left:0;width:15px}.HeaderMainSection .DesktopSearch .HeaderSearch .Form{width:100%;display:flex;align-items:center}.HeaderMainSection .DesktopSearch .HeaderSearch .Field input{padding-left:35px!important}.HeaderMainSection .DesktopSearch .HeaderSearch-Clear{display:flex}.HeaderMainSection .DesktopSearch .HeaderSearch-SubmitBtn{left:0;right:0}.HeaderMainSection .DesktopSearch .SearchSuggestion{width:100%;left:0;right:0}.HeaderMainSection .DesktopSearch .SearchSuggestion-Shade{width:100%;height:100%;background:rgba(0,0,0,.7);position:fixed;left:0;content:".";color:transparent;z-index:-1;pointer-events:none}.HeaderMainSection .DesktopSearch .SearchSuggestion-Content{margin-left:0;opacity:1;max-height:400px;overflow-y:auto;right:0}.HeaderMainSection .DesktopSearch .SearchSuggestion-Content>div{max-width:var(--container-max-width);width:var(--main-container-width-dsk);margin-left:auto;margin-right:auto;padding:0 35px}@media (max-width:767px){.SearchIcon{margin-left:216px;top:4px}.SearchIcon_isArabic{margin-left:0;margin-right:216px!important}}.SearchIcon #searchIconImage{width:24px;opacity:1;margin-left:12px;margin-right:10px}.SearchIcon #searchIconImage_isArabic{margin-left:0}#overlay-sections{margin-top:4px}@media (max-width:767px){.HeaderSearchSection{z-index:95}.HeaderSearchSection_isPDP .HeaderSearch{display:none}}.MegaMenuHeaderSectionContainer{display:flex;flex-direction:row;justify-content:space-around;align-items:center;z-index:95}.MegaMenuHeaderSectionContainer .megaMenuHeaderSearchContainer .HeaderSearchSection .HeaderSearch{width:300px;height:39px;top:0}.MegaMenuHeaderSectionContainer .megaMenuBackArrow{height:30px}.MegaMenuHeaderSectionContainer .megaMenuBackArrow .BackArrow{height:40px;width:40px;border-radius:20px;position:fixed;top:11px;left:15px;background:#fff}@media (max-width:767px){.MegaMenuHeaderSectionContainer .megaMenuBackArrow .BackArrow{height:30px}}.MegaMenuHeaderSectionContainer .megaMenuBackArrow .BackArrow_isArabic{right:15px;left:unset}.MegaMenuHeaderSectionContainer .megaMenuBackArrow .BackArrow_isArabic .BackArrow-Button{right:5px;left:unset}.MegaMenuHeaderSectionContainer .megaMenuBackArrow .BackArrow_isArabic .BackArrow-Button:before{right:5px;left:unset;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.MegaMenuHeaderSectionContainer .megaMenuBackArrow .BackArrow-Button{top:0;left:5px;background-size:30px;width:30px;height:30px;padding:0}.MegaMenuHeaderSectionContainer .megaMenuBackArrow .BackArrow-Button p{display:none}.MegaMenuHeaderSectionContainer .megaMenuBackArrow .BackArrow-Button:before{content:"";position:absolute;top:10px;left:5px;border:solid #0a0a0a;border-width:0 2px 2px 0;display:inline-block;padding:4px;transform:rotate(135deg);-webkit-transform:rotate(135deg)}@media (min-width:768px){.MegaMenuHeaderSectionContainer .megaMenuBackArrow .BackArrow{display:none}}:root{--shadow-color:rgba(0,0,0,0.1)}.HeaderTopBar{display:flex;align-items:center;justify-content:center;flex:0.6 1;min-height:31px;box-shadow:none;width:100%;position:fixed;bottom:70px;z-index:4;background:#0a0a0a;transition:.5s ease-in-out}@media (min-width:1025px){.HeaderTopBar{width:100%;position:relative;top:0;z-index:4;box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 var(--shadow-color);background:none;height:31px;padding:0}}@media (max-width:767px){.HeaderTopBar{position:fixed;top:15.5px;height:31px;z-index:95;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:transparent}}@media (max-width:1024px) and (min-width:768px){.HeaderTopBar{width:100%;position:relative;top:0;z-index:91;box-shadow:unset;background:none;height:31px;padding:0}}.HeaderTopBar-ContentWrapper{display:flex;max-width:var(--container-max-width);margin:0 auto;width:var(--main-container-width-dsk);justify-content:space-between}@media (max-width:767px){.HeaderTopBar-ContentWrapper{margin:0;width:100%}}@media (max-width:1024px) and (min-width:768px){.HeaderTopBar-ContentWrapper{margin:0;width:100%}}.HeaderTopBar-ContentWrapper .tns-outer .tns-controls,.HeaderTopBar-ContentWrapper .tns-outer .tns-liveregion,.HeaderTopBar-ContentWrapper .tns-outer .tns-nav,.HeaderTopBar-ContentWrapper .tns-outer button[data-action=start],.HeaderTopBar-ContentWrapper .tns-outer button[data-action=stop]{display:none}.HeaderTopBar-ContentWrapper .tns-outer .tns-ovh{overflow:hidden}@media (min-width:1025px){.HeaderTopBar-ContentWrapper .CountrySwitcher{flex:0 0 100%}}.HeaderTopBar-CmsBlock{display:none;margin:7px 0;text-transform:uppercase;color:#4a4a4a;font-family:"Avenir Next";font-size:12px;font-weight:700;letter-spacing:.5px;line-height:16px;text-align:center}@media (min-width:1025px){.HeaderTopBar-CmsBlock{display:block;height:30px;margin:0;position:relative;top:0;-webkit-animation:verticalscroll 16s 2s infinite;animation:verticalscroll 16s 2s infinite;padding:7px 0}}.HeaderTopBar_isHidden{display:none}.HeaderTopBar .Switcher{display:flex;align-items:center;flex:1 1}@media (max-width:1024px) and (min-width:768px){.HeaderTopBar .Switcher{display:none}}@media (max-width:767px){.HeaderTopBar .Switcher{display:none}}@media (max-width:1024px){.HeaderTopBar .CountrySwitcher,.HeaderTopBar .LanguageSwitcher{display:none}}@media (min-width:1025px){.customVerticalSlider{position:relative;width:100%}.customVerticalSlider .carouselItemInner{position:absolute;width:100%;height:30px;max-height:30px;overflow:hidden}}@-webkit-keyframes verticalscroll{0%{top:0}16%{top:0}32%{top:-30px}48%{top:-58px}64%{top:-88px}82%{top:-118px}to{top:-150px}}@keyframes verticalscroll{0%{top:0}16%{top:0}32%{top:-30px}48%{top:-58px}64%{top:-88px}82%{top:-118px}to{top:-150px}}:root{--active-button-header-color:#f96446;--inactive-button-header-color:#4a4a4a}@media (max-width:1024px){.HeaderAccount-PopUp,.HeaderAccount-PopUp_isHidden_undefined{display:block;overflow-y:auto}.MyAccountOverlay-Heading{display:block}.MyAccountOverlay{display:block;height:100%;padding-top:0}.MyAccountOverlay-Action_state_createAccount{padding-top:0}.MyAccountOverlay-Image{object-position:0;width:100%}.MyAccountOverlay-ForgotPasswordSubheading{font-weight:inherit}}@media (max-width:767px){.MyAccountOverlay-Action{display:block}.MyAccountOverlay-Buttons{margin:30px}}.Button:hover,.MyAccountOverlay-Button:hover{background-color:var(--black-color)}.MyAccountOverlay-Button_isSignIn:after{background:none}.MobileBottomBar{display:flex;justify-content:center;align-items:flex-start;z-index:95;background:#fff;position:fixed;bottom:0;width:100%;border-top:1px solid var(--light-gray);transition:.1s ease}.MobileBottomBar>div{width:20%}.MobileBottomBar .nav-bar-item{text-align:center}.MobileBottomBar .nav-bar-item .nav-bar-item-button{border-top:3px solid #fff;padding:0;width:80%}.MobileBottomBar .nav-bar-item .nav-bar-item-button.selected{border-top:3px solid #f96446;border-top:3px solid var(--active-button-header-color)}.MobileBottomBar .nav-bar-item .nav-bar-item-icon{margin-top:16px}.MobileBottomBar .nav-bar-item .nav-bar-item-label{margin-top:2px;margin-bottom:14px;font-size:10px;font-weight:500;text-transform:none}.MobileBottomBar .nav-bar-item .nav-bar-item-label.selected{color:#f96446;color:var(--active-button-header-color)}.MobileBottomBar .nav-bar-item img{width:auto}.MobileBottomBar.hidden{display:none}@media (max-width:1024px) and (min-width:768px){.MobileBottomBar{height:80px}}@media (min-width:1025px){.MobileBottomBar{display:none;z-index:0;background:none;height:auto;position:relative}}.MobileBottomBar-HomeAndBrand{display:block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:20%;text-align:center;padding-top:16px}@media (min-width:1025px){.MobileBottomBar-HomeAndBrand{display:none}}.MobileBottomBar-WishListAndAccount{width:100%}.MobileBottomBar .HeaderMenu .Menu-Container{display:none}.MobileBottomBar .HeaderMenu-Button{display:block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%;text-align:center;margin-top:0}.MobileBottomBar-WishListAndAccount{display:block;height:24px;text-align:center}.MobileBottomBar-WishListAndAccount .HeaderAccount{height:24px;padding-top:16px;margin-top:0;width:100%}.MobileBottomBar-WishListAndAccount_isVip .HeaderAccount:after{content:"";background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAARCAYAAACvi+4IAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUBSURBVHgBxVY9bFtVFD7HTmzXieMXJ04TtYldGFpR5GRhYEm8AEIIJUvYilQJsSAxIpCKlCEMVGUABBMSiGxQqREMqGQgydAB1KoJQ1UErZ9RE5IQ/8Rx7OfY73Duz7t+L7Rzr2S/d+89P9/5fwgn1o0FyoY7MEcIFjzFhQSVThi+6Tl5sV3Y/vqH71fyjtMiIIaJfEiCQz8FKxB6YphIXCm6k4s0o+ZVtIpQChEbTyYSGj28kskEvHHp9WwAIHvPunXzTp6cCPRCRPGh4NOgUD6NeiXNNfgMndaEKDFKIOTzDUtEzQwYkjSoNl3pR1WCRsNJBgDyZupg14UopkAp8hwFkM31MVMb69UO1CvH4NnaZ/VIoUeVjk8FeiaQcRgaeT4Y6lIa4jsTp/FkFNJjqbUAwFrleK78N0EMB+HEwivXc5DORuHLtx7A6rcl5QWW9Pa1LOTfTMOe3YJr83/Ax78+Lxkuj9wBNgav/vYcKwsbQXuFJqwu7cP6Upk9RyrMXki0t8V7JjPEUYTVAMDqtjMZY+8RGWt0biDsFzsMEGA0Y0EsJPOF0pkwCnBifTa/A2MsVKzihgOd6gCkkmFiz0uF/9ptBhqCkZkYXJyx4KD4CO6tN9Gf3xxu9ECOjKYKry5gIeSBE/lXfgT5XkhQRPwwARHsR37nZ4JKtjJ0YDAG+gw+WBmXZ7eWmrC9GYFnJhNyv2+DvH92ykK178D750v07uge3F9vSZqL0xbL6ed0Ssgn62KPKZ29fDZ8NrEq6AxAkX+VnSa40GYT2iie3d8x2hvH0q2xJIgzevFSLw5nwtIzy4sVwQPnpyNS1r31BtN06ExOibc3WlJGzHJhKKPCfch5LGR34JiEPMHPNJLv1ACBNRZe07jUqlfbc//YhzKkpiuAaRJ835LP4UyIhTg4e2VE8i0vlmHHbkii8VyPDnGDBM2FGdVKL0xH4er908yr7oVRt3+sKWd4OsiUF6bG+2X+BQCWthqTLjrdbiapVXlxd8GHm4cCHgivzX44IJUVN5uwtlSStMOZCMWtkOQv/F7HDrWNt/aKLa5ylz3Z4J8DP39R5k7gBpR4iShqxBrtkflnAIr821jZzrOLTROWTUH0L9GkIES7dluei0R/5R1V5Z/MF0DyMN04l5cEw9VcqzQgPhiGTC4q6T56+QED6nRtFw0AtR5SvVa9qwJJnT216ks9lX+l3RrnQ7Pb3IVJrjJJYK1VSPa6uKW8cn1xi0NbBx0VmpjslVrszSNma3G4VcEIngMGDOAbKOpFtRQUOa0HAO/6uf+lxmJrAYC1ijO3VdynblsG76076njtFh3IWnHYtR34btEG6nZzzEzGJM3DjUM2tAUTOVUwhc06p73THRWmO5P5A1+DT08kTf4Z4s/nS7+s3/gzD347AYIzWI05KbGPvXhUdvV0UEucpTNRDrEDh3x3biqGfckeTg0HRdhNeD2ROsykRIIX8hdemii899PoOeNBkX+3bxbyLie1LCY14A0zetYRmhFVK7d1CqABeVBq86/l8cFfd2s6nUnP5G4Yvb6s7JUqSM06whHd/wxADkS2VjkCUXVm1JAJs/nakNJIf72g1/HVVwCpStJ8SqngcPlY1LVLXmgkenAD7kQ1hvkqYcUgdSa+FgD42gLe/epy9VMeYbPw2OUb4qi/oJ5wr7yFPprAd1rg7v+yCIZO9xW41pf9p/8B8lx/90nBiKcAAAAASUVORK5CYII=) no-repeat;width:27px;height:17px;background-size:28px;right:10px;top:10px;position:absolute}@media (max-width:767px){.MobileBottomBar-WishListAndAccount label{line-height:1}}.MobileMenuSidebar-Modal{top:0;z-index:50!important}@media (max-width:767px){.MobileMenuSidebar-Modal .Menu-Header-Mobile{display:unset}}.MobileMenuSidebar-Modal .Popup-Content{background-color:rgba(0,0,0,.1);height:100%;pointer-events:none;position:fixed;top:0}.MobileMenuSidebar-Modal .Popup-Content .HeaderBottomBar{display:block;left:0;pointer-events:all;position:fixed}.MobileMenuSidebar-Modal .Popup-Content .HeaderBottomBar .GenderButton{display:flex}.MobileMenuSidebar-Modal .Popup-Content .HeaderBottomBar .HeaderSearch,.MobileMenuSidebar-Modal .Popup-Content .HeaderBottomBar .SearchBackground{display:none}@media (max-width:1024px) and (min-width:768px){.MobileMenuSidebar-Modal .Popup-Content{background-color:transparent}}@media (min-width:1025px){.MobileMenuSidebar-Modal{display:none}}.MobileMenuSidebar-Modal_isArabic .Popup-Content .HeaderBottomBar{direction:rtl;left:unset;right:0}.MobileMenuSidebar-Modal .HeaderCart-Count{top:-40px;right:20px}@media (min-width:1025px){main.HomePage{padding-top:156px}}@media (min-width:1025px){.Header{background-color:#fff;height:auto;position:fixed;width:100%;z-index:99;top:0}}.hiddenHeader{--header-height:0px;--breadcrumb-padding-main:0px}.hiddenHeader #ori-chatbot-root,.hiddenHeader .Breadcrumbs,.hiddenHeader .Footer,.hiddenHeader .Header{display:none}.hiddenHeader #branch-banner-iframe{display:none!important}@media (max-width:767px){.hiddenHeader #single .spck-box-one,.hiddenHeader .Container{margin-top:0}.hiddenHeader .LiveShopping{padding-top:7px}}.NewVersionPopup_isArabic .Popup-Content{text-align:right}:root{--error-color:#d12229}@media (max-width:767px){.NotificationList{overflow:hidden;max-width:100vw;width:100%;position:fixed;top:var(--header-total-height);right:0}}.NotificationList .Notification_type_error{--notification-background:var(--error-color)}:root{--color-dove-gray:#666;--color-dusty-gray:#999;--color-white:#fff}.NoMatch{margin:auto}@media (max-width:767px){.NoMatch{padding-bottom:106px;padding-top:80px}}.NoMatch-PageNotFound{align-items:center;display:flex;flex-direction:column;font-size:1.4rem;margin-top:var(--header-height);padding:30px 0 100px}@media (max-width:1024px) and (min-width:768px){.NoMatch-PageNotFound{background:#fff;background:var(--color-white);text-align:center;width:100%}}@media (max-width:767px){.NoMatch-PageNotFound{font-size:1rem;margin:0 0 20px;padding:25px 0 80px}}.NoMatch .PageNotFound-Title{font-size:1.4rem;margin-bottom:45px;text-transform:uppercase;letter-spacing:1px}.NoMatch .PageNotFound-Title span{color:var(--primary-dark-color);margin:0 5px}@media (max-width:1024px) and (min-width:768px){.NoMatch .PageNotFound-Title{margin-bottom:30px}}@media (max-width:767px){.NoMatch .PageNotFound-Title{font-size:1rem;margin-bottom:20px}}.NoMatch .PageNotFound-SubTitle{color:#666;color:var(--color-dove-gray);display:block;font-weight:var(--fw-regular);font-size:1.4rem;margin:17px 0;text-transform:uppercase}@media (max-width:767px){.NoMatch .PageNotFound-SubTitle{font-size:1rem}}.NoMatch .PageNotFound-Content{color:#999;color:var(--color-dusty-gray);font-weight:var(--fw-light);font-size:1.4rem;line-height:33px;margin-bottom:20px;text-align:center;width:349px}@media (max-width:767px){.NoMatch .PageNotFound-Content{font-size:14px;width:290px}}.NoMatch .PageNotFound-LinkHome{background-color:var(--link-color);color:#fff;color:var(--color-white);font-weight:var(--fw-regular);font-size:12px;padding:13px 23px;text-decoration:none;text-transform:uppercase}.NoMatch .PageNotFound .Image .lazyload-wrapper{height:auto;max-width:160px}@media (max-width:767px){.NoMatch .PageNotFound .Image .lazyload-wrapper{width:23%}}.NoMatch .PageNotFound .Image .lazyload-wrapper img{display:inline-block;height:auto;max-width:100%}.NotFoundContent{padding-top:12px;text-align:center}.NotFoundContent .notFoundImage{text-align:center;margin-bottom:2px}.NotFoundContent .notFoundImage .Image{width:120px;display:inline-block}.NotFoundContent .Title{color:#000;font-family:"Avenir Next";font-size:30px;font-weight:600;letter-spacing:-.83px;line-height:1;text-align:center;padding-bottom:8px}@media (max-width:767px){.NotFoundContent .Title{font-size:21px}}.NotFoundContent .SubTitle{color:#000;font-family:"Avenir Next";font-size:16px;letter-spacing:0;line-height:22px;text-align:center}@media (max-width:767px){.NotFoundContent .SubTitle{font-size:14px}}.SomethingWentWrong{display:flex;justify-content:center;align-items:center;text-align:center;background:var(--secondary-base-color);min-height:100vh;margin-top:0;padding:1rem;margin-bottom:0}.SomethingWentWrong-Debug{text-align:left;white-space:pre-line;margin-top:4rem;font-family:"Droid Sans Mono","monospace",monospace,"Droid Sans Fallback";background-color:#0a0a0a;color:#fff;padding:1rem;overflow:scroll;max-width:calc(100vw - 2rem)}.UrlRewrites{margin-inline:auto;margin-left:auto;margin-right:auto}@media (max-width:1024px) and (min-width:768px){.UrlRewrites{width:100vw;padding-top:var(--main-content-padding)}}@media (max-width:767px){.UrlRewrites{width:100vw;padding-top:52px}}.PageWrapper{height:100vh}@media (min-width:1025px){.PageWrapper{display:flex;flex-direction:column}}.PageWrapper .HomePage,.PageWrapper .SearchPage,.PageWrapper .UrlRewrites{min-height:500px}.PageWrapper-Content{flex:1 1}.PageWrapper-Content .EmptyPage{display:block;min-height:800px}.PageWrapper_isArabic{direction:rtl}