.yarl__fullsize{width:100%;height:100%}.yarl__relative{position:relative}.yarl__portal{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;overflow:hidden;z-index:var(--yarl__portal_zindex,9999);transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);pointer-events:auto}.yarl__portal_open{opacity:1}.yarl__container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:var(--yarl__controller_touch_action,none);overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain)}.yarl__carousel{display:flex;flex:0 0 auto;height:100%;align-content:center;justify-content:center;align-items:stretch;width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%));transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));opacity:var(--yarl__pull_opacity,1)}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{display:flex;justify-content:center;align-content:center;align-items:center}.yarl__slide{flex:1;position:relative;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%)}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden;-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%);line-height:0}.yarl__slide_loading{color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));animation:yarl__delayed_fadein 1s linear}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{width:var(--yarl__slide_icon_error_size,48px);height:var(--yarl__slide_icon_error_size,48px);color:var(--yarl__slide_icon_error_color,red)}@media(prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{position:absolute;top:0;right:0;bottom:auto;left:auto;display:flex;justify-content:flex-end;padding:var(--yarl__toolbar_padding,8px)}[dir=rtl] .yarl__toolbar{top:0;right:auto;bottom:auto;left:0}.yarl__icon{width:var(--yarl__icon_size,32px);height:var(--yarl__icon_size,32px)}.yarl__button{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);margin:var(--yarl__button_margin,0);outline:none;line-height:0;padding:var(--yarl__button_padding,8px);color:var(--yarl__color_button,hsla(0,0%,100%,.8));filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media(hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{position:absolute;top:50%;transform:translateY(-50%);padding:var(--yarl__navigation_button_padding,24px 16px)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.product_detail_wrapper .buy_n_get_n_overlay_tag{display:flex;position:absolute;flex-direction:row;justify-content:center;align-items:center;padding:10px 0;gap:5px;height:30px;left:96px;width:calc(100% - 100px);right:0;bottom:34px;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif;font-size:12px;text-align:center;z-index:2}@media only screen and (max-width:812px){.product_detail_wrapper .buy_n_get_n_overlay_tag{height:30px;position:relative;left:0;width:100%;bottom:0}}.quickview_divider{height:100%!important;padding-bottom:10px}.quickview_divider .size_list{position:static;text-align:left;margin-top:25px;margin-bottom:10px;width:100%}.arabic .quickview_divider .size_list{text-align:right}@media only screen and (max-width:812px){.quickview_divider .size_list{width:100%}}.quickview_divider .size_list li{font-family:Futura PT Book,Helvetica,Arial,sans-serif;font-size:16px;cursor:pointer;-moz-transition:all .3s;-o-transition:all .3s;-webkit-transition:all .3s;transition:all .3s;min-width:50px;height:40px;line-height:40px;color:#000;border:1px solid #282828;text-align:center;padding:0 10px}.quickview_divider .size_list li.size_not_available{opacity:.3;background-color:#fff!important;color:#000!important}.quickview_divider .item_price_slab.arabic .product-discount{padding:5px 15px 4px}.quickview_divider .product-discount{margin-right:0;position:static;margin-left:20px;vertical-align:middle;float:none;padding:1px 11px;font-size:16px;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif!important;background-color:#f4100e;color:#fff;text-transform:uppercase}.quickview_divider .slick-next,.quickview_divider .slick-prev{left:32px;bottom:27px;top:auto;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid rgba(0,0,0,.6);margin:0;outline:none;background-color:transparent!important;border-radius:0!important;z-index:3;-moz-transition:border .3s;-o-transition:border .3s;-webkit-transition:border .3s;transition:border .3s}.quickview_divider .slick-next:before,.quickview_divider .slick-prev:before{background:none;left:-10px;content:""}@media only screen and (max-width:812px){.quickview_divider .slick-next,.quickview_divider .slick-prev{left:65px}}.arabic .quickview_divider .slick-next,.arabic .quickview_divider .slick-prev{left:auto;right:34px}@media only screen and (max-width:812px){.arabic .quickview_divider .slick-next,.arabic .quickview_divider .slick-prev{right:65px}}.quickview_divider .slick-next:hover{border-top:8px solid #f8d000}.quickview_divider .slick-prev{top:16px;left:32px;bottom:auto;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:7px solid rgba(0,0,0,.6);border-top:none}.quickview_divider .slick-prev:hover{border-bottom:8px solid #f8d000}@media only screen and (max-width:812px){.quickview_divider .slick-prev{left:65px}}.ril-errored{display:none}.item_detail_preview{background-color:#fff;display:inline-block;vertical-align:top;height:100%;max-width:512px;width:100%;position:relative}@media only screen and (max-width:1024px){.item_detail_preview{max-width:50%}}@media only screen and (max-width:812px){.item_detail_preview{padding-left:0;padding-right:0;max-width:100%;margin:0 auto;width:100%;display:block}}.item_detail_preview .product_tag{bottom:33px}.item_detail_preview .slick-next{bottom:10px;left:30px}@media only screen and (max-width:812px){.item_detail_preview .slick-next{left:65px}}.item_detail_preview .slick-prev{top:-9px}.item_detail_preview .slick-dots li{width:auto;height:auto;margin:0}.item_detail_preview .slick-dots li button{width:8px;height:8px;margin-left:3px;margin-right:3px;border:1px solid #666666;background-color:#dcdbe0;opacity:1;padding:0;border-radius:50%}.item_detail_preview .slick-dots li button:before{display:none}.item_detail_preview .slick-dots li.slick-active button{background-color:#1c1c1c}@media only screen and (max-width:812px){.item_detail_preview .swiper-pagination.swiper-pagination-bullets{bottom:8px;width:100%}.item_detail_preview .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet{width:8px;height:8px;margin-left:3px;margin-right:3px;border:1px solid #666666;background-color:#dcdbe0;opacity:1}.item_detail_preview .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#1c1c1c}}.item_detail_preview .image_discount_block{position:absolute;right:12px;top:12px;z-index:1}.arabic .item_detail_preview .image_discount_block{left:0;direction:ltr}.arabic .item_detail_preview .image_discount_block .item_discount .product-discount{margin-left:10px}@media only screen and (max-width:812px){.item_detail_preview .image_discount_block{top:70px}.item_detail_preview .image_discount_block .item_discount .product-discount{padding:15px 7px;border-radius:50%;background:#fff;color:#f61a1a}}@media only screen and (max-width:812px){.item_detail_preview .item_preview_mobile{display:block;overflow:hidden;height:auto}.item_detail_preview .item_preview_mobile .swiper-button-next,.item_detail_preview .item_preview_mobile .swiper-button-prev{display:none}}.item_detail_preview .item_preview_mobile .item_preview_slide>div{display:flex;justify-content:center}.item_detail_preview .item_preview_mobile .item_preview_slide img{min-height:70vh}@media only screen and (max-width:812px){.item_detail_preview .item_preview_mobile .item_preview_slide img{width:45.5vh;object-fit:contain;max-width:465px}}@media only screen and (max-width:767px){.item_detail_preview .item_preview_mobile .item_preview_slide img{object-fit:cover}}.item_detail_preview .item_preview_mobile .item_preview_slide video{display:block;width:100%;height:100%;object-fit:cover}.item_detail_preview .item_preview_mobile .slick-dots{display:block;z-index:1;bottom:10px}.item_detail_preview .item_preview_mobile .rightCross{position:fixed;padding-top:14px;padding-right:14px}.thumb-side-gallery{display:inline-block;max-width:68px;width:100%;vertical-align:top;max-height:614px;overflow:hidden;position:static;height:100%}@media only screen and (max-width:1024px){.thumb-side-gallery{max-height:445px}}.thumb-side-gallery.invisible_list .slick-list{visibility:hidden}.thumb-side-gallery.thumb_sliding .slick-list{position:relative}.thumb-side-gallery.thumb_sliding .slick-list:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:85px;background-image:linear-gradient(to bottom,#ffffff08,#fff);z-index:0}.thumb-side-gallery.thumb_sliding .slick-list .slick-slide.slick-active .thumb_item{position:relative;z-index:4}.thumb-side-gallery.thumb_sliding.static_slider{z-index:9999}.thumb-side-gallery.thumb_sliding.static_slider .slick-track :first-child.thumb_item{border:1px solid #f8d000;box-shadow:0 0 8px #f8d0004d}.thumb-side-gallery.thumb_sliding.static_slider .slick-track .thumb_item{margin:0 auto 7px}.thumb-side-gallery.thumb_sliding.static_slider:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:85px;background-image:linear-gradient(to bottom,#ffffff08,#fff);z-index:0}.thumb-side-gallery .thumb_item{width:66px!important;height:96px!important;cursor:pointer;padding:2px;box-shadow:0 0 5px #ececec99;margin:0 auto 5px;border:1px solid transparent;position:relative}.thumb-side-gallery .thumb_item:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#f9f9f9;z-index:-2}.thumb-side-gallery .thumb_item:hover{border:1px solid #f8d000;-webkit-box-shadow:0px 0px 8px rgba(248,208,0,.3);-moz-box-shadow:0px 0px 8px rgba(248,208,0,.3);box-shadow:0 0 8px #f8d0004d;z-index:3}.thumb-side-gallery .activeSlide{border:1px solid #f8d000;-webkit-box-shadow:0px 0px 8px rgba(248,208,0,.3);-moz-box-shadow:0px 0px 8px rgba(248,208,0,.3);box-shadow:0 0 8px #f8d0004d}.thumb-side-gallery .slick-slide:last-child .thumb_item{margin-bottom:0;z-index:2;position:relative}.thumb-main-gallery{display:inline-block;max-width:calc(100% - 100px);width:100%;vertical-align:top;margin-left:27px;height:100%;border:1px solid #e9e9e9}.arabic .thumb-main-gallery{margin-left:0;margin-right:27px}@media only screen and (max-width:767px){.thumb-main-gallery{margin:0 auto 35px;max-width:100%}}.thumb-main-gallery .slick-list{max-height:614px}@media only screen and (min-width:813px){.thumb-main-gallery .slick-list{min-height:600px}}@media only screen and (min-width:1200px){.thumb-main-gallery .slick-list{min-height:614px}}@media only screen and (max-width:1024px){.thumb-main-gallery .slick-list{max-height:445px;min-height:445px}}.thumb-main-gallery .slick-list .slick-current{z-index:1;cursor:zoom-in}@media only screen and (min-width:1200px){.thumb-main-gallery .slick-list .slick-current{min-height:614px}}.thumb-main-gallery .slick-list .slick-slide>div:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#f9f9f9;z-index:-2}.thumb-main-gallery .slick-list .slick-slide img{object-fit:cover;min-height:614px}.thumb-main-gallery.hideZoom .slick-current{cursor:default!important}.share_zoom_wrap{padding-top:17px;text-align:left;width:auto;margin-left:21%}@media only screen and (max-width:1024px){.share_zoom_wrap{width:100%;margin-left:23%}}@media only screen and (max-width:812px){.share_zoom_wrap{padding:0;margin:0;right:15px;bottom:10px;position:absolute;z-index:1;width:auto}}.arabic .share_zoom_wrap{margin-left:0;margin-right:21%;text-align:right}@media only screen and (max-width:812px){.arabic .share_zoom_wrap{right:auto;left:15px;padding:0;margin:0;text-align:left}}.share_zoom_wrap .share_over{padding-right:15px;padding-left:25px;position:relative;font-size:16px;display:inline-block;vertical-align:top;cursor:pointer;vertical-align:bottom;line-height:16px}@media only screen and (max-width:812px){.share_zoom_wrap .share_over{font-size:0;padding:0;width:40px;height:40px;z-index:2;left:10px;top:5px}}.arabic .share_zoom_wrap .share_over{padding-left:10px;padding-right:25px}@media only screen and (max-width:812px){.arabic .share_zoom_wrap .share_over{padding:0;width:40px;height:40px;z-index:2;left:auto;right:10px}}.share_zoom_wrap .share_over:before{content:"";position:absolute;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='19.839'%20height='30.055'%20viewBox='0%200%2019.839%2030.055'%3e%3cg%20data-name='Group%2015'%3e%3cpath%20d='M5.401%205.42a.453.453%200%200%200%20.319-.132l3.748-3.749v19.5a.451.451%200%200%200%20.9%200v-19.5l3.73%203.73a.451.451%200%201%200%20.637-.638l-4.5-4.5a.436.436%200%200%200-.147-.1.449.449%200%200%200-.345%200%20.457.457%200%200%200-.147.1L5.079%204.648a.451.451%200%200%200%20.319.77z'%20data-name='Path%2011'/%3e%3cpath%20d='M13.075%207.214a.451.451%200%201%200%200%20.9h5.862v21.042H.901V8.116h5.862a.451.451%200%201%200%200-.9H0v22.84h19.839V7.214z'%20data-name='Path%2012'/%3e%3c/g%3e%3c/svg%3e") no-repeat;left:0;top:-6px;width:15px;height:21px;background-size:contain}@media only screen and (max-width:812px){.share_zoom_wrap .share_over:before{background:url(/static/media/m-sprite.BgZD8ZDs.png) no-repeat;background-size:300px;display:inline-block;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='33px'%20height='33px'%20viewBox='0%200%2033%2033'%20style='enable-background:new%200%200%2033%2033;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23eaeaea;}%20.st1{fill:%23020000;}%20%3c/style%3e%3cg%3e%3ccircle%20class='st0'%20cx='16.5'%20cy='16.5'%20r='16'/%3e%3cg%3e%3cg%3e%3crect%20x='15.9'%20y='7.3'%20class='st1'%20width='1.3'%20height='9.4'/%3e%3c/g%3e%3cg%3e%3cpolygon%20class='st1'%20points='12.6,11.9%2011.7,11%2016.5,6%2021.4,11%2020.4,11.9%2016.5,7.8%20'/%3e%3c/g%3e%3cg%3e%3cpolygon%20class='st1'%20points='23.4,22.8%209.6,22.8%209.6,14.4%2013.1,14.4%2013.1,15.7%2010.9,15.7%2010.9,21.5%2022.1,21.5%2022.1,15.7%2019.9,15.7%2019.9,14.4%2023.4,14.4%20'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat;left:0;top:0;width:32px;height:32px}}.arabic .share_zoom_wrap .share_over:before{left:auto;right:0}.share_zoom_wrap .share_over:hover{position:relative}.share_zoom_wrap .share_over:hover .social_share{visibility:visible;opacity:1}@media only screen and (max-width:812px){.share_zoom_wrap .share_over.with_overlay_tag{top:-25px}}.share_zoom_wrap .zoom_over{margin-left:55px;position:relative;padding-left:25px;color:#bebebe99;font-size:16px;line-height:16px}@media only screen and (max-width:1024px){.share_zoom_wrap .zoom_over{margin-left:10%;width:65%;display:inline-block;vertical-align:middle}}.arabic .share_zoom_wrap .zoom_over{margin-left:0;margin-right:55px;padding-left:0;padding-right:25px}@media only screen and (max-width:1024px){.arabic .share_zoom_wrap .zoom_over{margin-right:14%;width:58%}}.share_zoom_wrap .zoom_over:before{content:"";position:absolute;background:url(/static/media/m-sprite.BgZD8ZDs.png) no-repeat;background-size:300px;display:inline-block;background-position:-231.5px -195.5px;left:0;top:3px;width:16px;height:16px}.arabic .share_zoom_wrap .zoom_over:before{left:auto;right:0}@media only screen and (max-width:812px){.share_zoom_wrap .zoom_over{display:none}}.share_zoom_wrap .social_share{display:flex;visibility:hidden;position:absolute;transition:opacity .25s;opacity:0;z-index:4;left:-15px;top:30px;min-width:138px;padding:7px 6px;box-shadow:0 0 8px 1px #00000029,0 3px 6px #0000003b;-moz-box-shadow:0 0 8px 1px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);-webkit-box-shadow:0 0 8px 1px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);background-color:#fff}@media only screen and (max-width:812px){.share_zoom_wrap .social_share{left:auto;right:13px;top:40px}}.arabic .share_zoom_wrap .social_share{left:auto;right:-15px}@media only screen and (max-width:812px){.arabic .share_zoom_wrap .social_share{left:14px;right:auto}}.share_zoom_wrap .social_share:before{content:"";position:absolute;width:0;height:0;border-left:10px solid transparent;border-bottom:10px solid #ffffff;border-right:10px solid transparent;filter:drop-shadow(-3px -2px 2px rgba(0,0,0,.12));-webkit-filter:drop-shadow(-3px -2px 2px rgba(0,0,0,.12));left:90px;top:-10px;z-index:-1}@media only screen and (max-width:1024px){.share_zoom_wrap .social_share:before{left:10px}}@media only screen and (max-width:812px){.share_zoom_wrap .social_share:before{right:0;left:auto}}.arabic .share_zoom_wrap .social_share:before{left:auto;right:13px;filter:drop-shadow(5px -4px 2px rgba(0,0,0,.12));-webkit-filter:drop-shadow(5px -4px 2px rgba(0,0,0,.12))}@media only screen and (max-width:812px){.arabic .share_zoom_wrap .social_share:before{left:0;right:auto}}.share_zoom_wrap .social_share:after{content:"";position:absolute;top:-12px;background-color:transparent;padding:10px;width:100%;left:0;z-index:-1}.share_zoom_wrap .social_share>div{display:inline-block;vertical-align:middle}.share_zoom_wrap .social_share span[data-share]{width:42px;display:flex;justify-content:center}.share_zoom_wrap .social_share .SocialMediaShareButton{width:42px;position:relative}.share_zoom_wrap .social_share .SocialMediaShareButton>div{margin:0 auto}.share_zoom_wrap .social_share .SocialMediaShareCount{position:absolute;bottom:2px;right:3px;background-color:#000;width:18px;height:18px;border-radius:50%;color:#fff;text-align:center;font-size:12px;padding:2px 0}.zoom-container{position:absolute;overflow:hidden;width:425px;height:500px;top:0;right:0;transform:translate(calc(100% + 35px));opacity:1;transition:opacity .3s ease-in 0s;background-repeat:no-repeat;z-index:3;pointer-events:none;border:1px solid #e9e9e9;background-color:#fff}.arabic .zoom-container{transform:translate(calc(-100% - 120px))}.zoom-img{height:1155px;width:900px;pointer-events:none;max-width:none}.playVideo{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='51.083'%20height='51.083'%20viewBox='0%200%2051.083%2051.083'%3e%3cdefs%3e%3cstyle%3e%20.cls-1{fill:%23fff;opacity:.7}.cls-2{fill:%23333}%20%3c/style%3e%3c/defs%3e%3cg%20id='Group_25'%20data-name='Group%2025'%20transform='translate(-144.951%20-471.506)'%3e%3cg%20id='Group_5'%20data-name='Group%205'%3e%3ccircle%20id='Ellipse_5'%20cx='25.542'%20cy='25.542'%20r='25.542'%20class='cls-1'%20data-name='Ellipse%205'%20transform='translate(144.951%20471.506)'/%3e%3cg%20id='Group_4'%20data-name='Group%204'%3e%3cpath%20id='Path_5'%20d='M166.175%20508.2a1.023%201.023%200%200%201-.465-.113%201.01%201.01%200%200%201-.542-.9V486.9a1.007%201.007%200%200%201%201.579-.828l14.713%2010.146a1.006%201.006%200%200%201%200%201.657l-14.712%2010.146a1%201%200%200%201-.573.179zm0-21.3l-.012%2020.3%2014.724-10.139.283-.424-.283.411z'%20class='cls-2'%20data-name='Path%205'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");width:28px;height:28px;position:absolute;left:12px;bottom:10px;background-size:contain;z-index:1}.arabic .playVideo{left:auto;right:12px}.image-magnify{cursor:pointer}.image-magnify.openFullScreen img,.image-magnify.closeFullScreen img{transition:all .5s ease}.double-tap{cursor:pointer;touch-action:manipulation;overflow:scroll;transition:all .5s ease}.double-tap img{transition:all .5s ease;max-width:150%;height:150%}.ReactModal__Body--open .ril__outer{background-color:#fff}.ReactModal__Body--open .ril__toolbar{background:none}.ReactModal__Body--open .ril__toolbar .ril__toolbarRightSide{padding:0}.ReactModal__Body--open .ril__toolbar .ril__toolbarRightSide .ril__closeButton{filter:invert(100%)}.ReactModal__Body--open .ril__navButtonNext,.ReactModal__Body--open .ril__navButtonPrev{width:35px;height:35px;padding:0;border:.5px solid #ffffff;border-radius:50%;background-color:#000;opacity:1;filter:invert(100%);background-size:8px}.ReactModal__Body--open .ril__navButtonNext{right:10px}.ReactModal__Body--open .ril__navButtonPrev{left:10px}.ril__zoomOutButton,.ril__zoomInButton{display:none}.item_preview_web .swiper{max-height:614px;min-height:614px}.item_preview_web .swiper .swiper-wrapper .swiper-slide:not(.thumb_item)>div>img{min-height:614px;object-fit:cover}.tier_label_container{display:flex;align-items:center;height:24px;border-radius:5px;top:0;right:0;left:auto;transform:translate(-14px,-5px);background-color:#000}.tier_label_container .star_icon{margin:auto 5px;height:20px;width:20px;background:center/contain no-repeat url(/static/media/white-star.CyPVl3L6.svg)}.tier_label_container .black_tier_label{color:#fff;font-weight:600;font-size:14px;margin-right:8px}.arabic .tier_label_container{top:0;right:auto;left:0}.arabic .tier_label_container .black_tier_label{margin-left:8px;margin-right:0}.arabic .shipping_modal_wrapper .tier_label_container{left:50px}.arabic .shippingType .tier_label_container{left:16px}.delivery_info_mobile{font-size:14px}.delivery_info_mobile .shipping_modal_wrapper{display:flex;gap:5px;padding:10px 0;border-bottom:1px solid #e9e9e9;font-family:Futura PT Book,Helvetica,Arial,sans-serif;color:#696969}.delivery_info_mobile .shipping_modal_wrapper .shipping_modal_info_mobile{display:flex;flex-direction:column}.delivery_info_mobile .shipping_modal_wrapper>span:nth-child(1){width:25%;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif;color:#222}.delivery_info_mobile .shipping_modal_wrapper>span:nth-child(2){width:75%}.delivery_info_mobile .shipping-price{color:#000}.delivery_info_mobile .free-delivery-msg .text-green{color:#5cb25f;font-weight:600}.delivery_info_mobile .tier_label_container{height:20px}.delivery_info_mobile .tier_label_container .star_icon{height:16px;width:16px}.slideRight{position:fixed;background-color:#f6f6f6!important;width:100%;top:0;left:0;right:0;bottom:0;height:100%;min-height:100vh;z-index:100000}.slideRight .cross{position:absolute;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM1QTRCQzVFQzk2QjExRTk4NDYzQTk2QjMzMDY2M0EyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM1QTRCQzVGQzk2QjExRTk4NDYzQTk2QjMzMDY2M0EyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzVBNEJDNUNDOTZCMTFFOTg0NjNBOTZCMzMwNjYzQTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzVBNEJDNURDOTZCMTFFOTg0NjNBOTZCMzMwNjYzQTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz55SEBCAAAAzUlEQVR42nTRvQqCUBjG8XNCGmoQnB1dXVy8hAhFvAL3Vrfco7uoqSWhob21qWto6hYiisD+R17kKHbgp/K8D8cvrZTaYIp10zRfNbK01g6nLT4TDi8sUaj/q5CO6ba7Z7hixV2UzWQyy9quNUhxQ2llpWRplw12S3DCQpjrpNcZeYQQbxEO587ga8w5xbhIFJPdKT67krWzix1qzEQtmdt7JJaHPc4IrE0CyczMk0xFOOAIf+SdfJmZTmR+XA7zLhWFx/CPSVZJJ/8JMAAAE5i7iaVW5AAAAABJRU5ErkJggg==) no-repeat center center;background-size:12px 11px;width:25px;height:19px;left:19px;top:21px;padding:8px}.arabic .slideRight .cross{left:auto;right:24px}.slideRight .cross.rightCross{left:auto;right:15px}.arabic .slideRight .cross.rightCross{left:15px;right:auto}.slideRight.back .cross,.slideRight.back .mCrossIcon{display:none}.slideRight.back .crossBack,.slideRight.back .crossAgain{position:absolute;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.0'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='33px'%20height='33px'%20viewBox='0%200%2033%2033'%20style='enable-background:new%200%200%2033%2033;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23020000;}%20%3c/style%3e%3cg%3e%3cg%3e%3crect%20x='9.2'%20y='15.8'%20class='st0'%20width='16'%20height='1.5'/%3e%3c/g%3e%3cg%3e%3cpolygon%20class='st0'%20points='13.6,22.1%207.7,16.5%2013.6,10.9%2014.7,12%209.9,16.5%2014.7,21%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:contain;display:inline-block;width:33px;height:33px;left:5px;top:12px}.arabic .slideRight.back .crossBack,.arabic .slideRight.back .crossAgain{left:auto;right:5px;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.0'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='33px'%20height='33px'%20viewBox='0%200%2033%2033'%20style='enable-background:new%200%200%2033%2033;transform:%20rotate(180deg)'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23020000;}%20%3c/style%3e%3cg%3e%3cg%3e%3crect%20x='9.2'%20y='15.8'%20class='st0'%20width='16'%20height='1.5'/%3e%3c/g%3e%3cg%3e%3cpolygon%20class='st0'%20points='13.6,22.1%207.7,16.5%2013.6,10.9%2014.7,12%209.9,16.5%2014.7,21%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center}.slideRight.back.arabic .crossBack{left:auto;right:5px;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.0'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='33px'%20height='33px'%20viewBox='0%200%2033%2033'%20style='enable-background:new%200%200%2033%2033;transform:%20rotate(180deg)'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23020000;}%20%3c/style%3e%3cg%3e%3cg%3e%3crect%20x='9.2'%20y='15.8'%20class='st0'%20width='16'%20height='1.5'/%3e%3c/g%3e%3cg%3e%3cpolygon%20class='st0'%20points='13.6,22.1%207.7,16.5%2013.6,10.9%2014.7,12%209.9,16.5%2014.7,21%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center}.slideRight h3{font-size:18px;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif;color:#111;text-align:center;padding:18px 0 20px;margin-bottom:0;background-color:#fff}.deliveryReturn{display:none}@media only screen and (max-width:812px){.deliveryReturn{display:block;overflow-y:scroll;-webkit-overflow-scrolling:touch}}.deliveryReturnTabs{margin-top:10px;margin-bottom:15px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative}.deliveryReturnTabs:before{content:"";position:absolute;background-color:#cacaca;height:1px;width:100%;bottom:0;left:0}.deliveryReturnTabs .nav-item{width:50%}.deliveryReturnTabs .nav-item .nav-link{font-size:16px;font-family:FuturaPT-Demi,Helvetica,Arial,sans-serif;color:#11111180;text-transform:uppercase;margin-bottom:0;width:100%;text-align:center;padding:12px 10px}.deliveryReturnTabs .nav-item .nav-link.active{color:#111;position:relative}.deliveryReturnTabs .nav-item .nav-link.active:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#f8d000;z-index:2}@media only screen and (max-width:812px){.deliveryReturnTabContent{padding:0 11px}}.deliveryReturnTabContent .deliveryContent{font-size:16px}.deliveryReturnTabContent .shippingType .amnt{margin-left:5px}.deliveryReturnTabContent .border_bottom_style{border-bottom:.5px solid #e9e9e9;margin:6px 0}.deliveryReturnTabContent .applePay_card_wrapper{padding-top:0}.arabic .deliveryReturnTabContent .applePay_card_wrapper .applePay_card.selectedCountry{text-align:right}.deliveryReturnTabContent .applePay_card_wrapper .applePay_card.selectedCountry .floatedTxt{top:-12px}.arabic .deliveryReturnTabContent .applePay_card_wrapper .applePay_card.selectedCountry .floatedTxt{left:auto;right:15px}.deliveryReturnTabContent .applePay_card_wrapper .applePay_card.selectedCountry div .country_flag_img{width:15px;padding-right:0;margin-right:9px}.arabic .deliveryReturnTabContent .applePay_card_wrapper .applePay_card.selectedCountry div .country_flag_img{margin-right:0;margin-left:9px;padding:0}.deliveryReturnTabContent .applePay_card_wrapper .applePay_card.selectedCountry div span{padding-bottom:0;padding-top:14px}.deliveryReturnTabContent .applePayDeliveryType_wrapper{padding:15px 0}.arabic .deliveryReturnTabContent .applePayDeliveryType_wrapper{text-align:right}.deliveryReturnTabContent .applePayDeliveryType_wrapper .radio_option_value{padding-left:0}.deliveryReturnTabContent .applePayDeliveryType_wrapper .radio_option_value .shippingType{font-size:14px;font-family:FuturaPT-Demi,Helvetica,Arial,sans-serif;color:#020202;margin-bottom:6px}.arabic .deliveryReturnTabContent .applePayDeliveryType_wrapper .radio_option_value .shippingType span{margin-right:5px}.deliveryReturnTabContent .applePayDeliveryType_wrapper .radio_option_value .shippingMsg{font-size:14px;color:#242424;padding-bottom:8px;font-family:Futura PT Book,Helvetica,Arial,sans-serif}.deliveryReturnTabContent .applePayDeliveryType_wrapper .radio_option_value .txtGreen{color:#17904d;font-size:14px}@media only screen and (max-width:812px){.deliveryReturnTabContent .applePayDeliveryType_wrapper .radio_option_value .txtGreen{font-family:Futura PT Book,Helvetica,Arial,sans-serif}}.deliveryReturnTabContent .returnContent{font-size:16px}.deliveryReturnTabContent .returnContent .applePay_card_wrapper{margin-bottom:15px}.deliveryReturnTabContent .returnContent .applePay_card_wrapper .selectedCountry div span{padding-bottom:0;padding-top:14px}.deliveryReturnTabContent .returnContent .applePay_card_wrapper .selectedCountry div span.floatedTxt{top:-12px}.deliveryReturnTabContent .returnContent .accordion{background-color:#fff;padding:10px 15px 11px;border-bottom:1px solid #f8f8f8}.arabic .deliveryReturnTabContent .returnContent .accordion .tile_acc{text-align:right}.deliveryReturnTabContent .returnContent .accordion .accordion_heading{font-family:FuturaPT-Demi,Helvetica,Arial,sans-serif;font-size:14px;color:#272727;display:inline-block;margin-bottom:0;width:calc(100% - 30px);cursor:pointer}.arabic .deliveryReturnTabContent .returnContent .accordion .accordion_heading{text-align:right}.deliveryReturnTabContent .returnContent .accordion .accordion_content{position:relative;margin-top:15px;padding-top:15px}.deliveryReturnTabContent .returnContent .accordion .accordion_content:before{content:"";position:absolute;top:0;width:calc(100% + 30px);left:-15px;height:1px;background-color:#e6e6e6}.deliveryReturnTabContent .returnContent .accordion .accordion_content p{font-size:16px;line-height:1.33;color:#4d4d4d}.arabic .deliveryReturnTabContent .returnContent .accordion .accordion_content p{text-align:right}.deliveryReturnTabContent .returnContent .accordion .accordion_content ul,.deliveryReturnTabContent .returnContent .accordion .accordion_content ol{padding-left:15px}.arabic .deliveryReturnTabContent .returnContent .accordion .accordion_content ul,.arabic .deliveryReturnTabContent .returnContent .accordion .accordion_content ol{padding-left:0;padding-right:15px}.deliveryReturnTabContent .returnContent .accordion .accordion_content ul li,.deliveryReturnTabContent .returnContent .accordion .accordion_content ol li{list-style-type:disc;font-size:16px;line-height:1.33}.arabic .deliveryReturnTabContent .returnContent .accordion .accordion_content ul li,.arabic .deliveryReturnTabContent .returnContent .accordion .accordion_content ol li{text-align:right}.deliveryReturnTabContent .returnContent .accordion .plus{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='612px'%20height='612px'%20viewBox='0%200%20612%20612'%20style='enable-background:new%200%200%20612%20612;%20fill:%23272727;'%20xml:space='preserve'%3e%3cg%3e%3cg%20id='plus'%3e%3cg%3e%3cpath%20d='M554.625,248.625h-191.25V57.375C363.375,25.685,337.69,0,306,0c-31.69,0-57.375,25.685-57.375,57.375v191.25H57.375%20C25.685,248.625,0,274.31,0,306c0,31.69,25.685,57.375,57.375,57.375h191.25v191.25C248.625,586.315,274.31,612,306,612%20c31.69,0,57.375-25.685,57.375-57.375v-191.25h191.25C586.315,363.375,612,337.69,612,306%20C612,274.31,586.315,248.625,554.625,248.625z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e") no-repeat;width:10px;height:10px;background-size:contain;opacity:.85}.deliveryReturnTabContent .returnContent .accordion .minus{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='612px'%20height='612px'%20viewBox='0%200%20612%20612'%20style='enable-background:new%200%200%20612%20612;%20fill;%20%23272727;'%20xml:space='preserve'%3e%3cg%3e%3cg%20id='minus'%3e%3cg%3e%3cpath%20d='M554.625,248.625H57.375C25.685,248.625,0,274.31,0,306c0,31.69,25.685,57.375,57.375,57.375h497.25%20C586.315,363.375,612,337.69,612,306C612,274.31,586.315,248.625,554.625,248.625z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e") no-repeat;width:10px;height:10px;background-size:contain;opacity:.85}.deliveryReturnTabContent .returnContent .accordion .toggle-banner{float:right;margin-top:5px;cursor:pointer}.arabic .deliveryReturnTabContent .returnContent .accordion .toggle-banner{float:left}.brand_detail_wrapper{padding:0;max-width:89%;width:100%;position:relative;min-height:auto;margin-bottom:21px}.arabic .brand_detail_wrapper{margin-left:auto;text-align:right}.brand_detail_wrapper h5{font-size:24px;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif;color:#222;margin-bottom:10px}.brand_detail_wrapper h1{font-size:24px;font-family:FuturaPT-Light,Helvetica,Arial,sans-serif;color:#222;line-height:1.2;margin-bottom:20px;min-height:auto}@media only screen and (max-width:812px){.brand_detail_wrapper{max-width:100%;margin-bottom:0;background-color:#fff}}@media only screen and (max-width:812px){.brand_detail_wrapper h5{font-size:20px;margin-bottom:9px}}@media only screen and (max-width:767px){.brand_detail_wrapper h5{font-size:18px}}.brand_detail_wrapper h1{margin-bottom:12px}@media only screen and (max-width:812px){.brand_detail_wrapper h1{font-size:16px;font-family:Futura PT Book,Helvetica,Arial,sans-serif;color:#4d4d4d;margin-bottom:9px}}@media only screen and (max-width:767px){.brand_detail_wrapper h1{font-size:14px}}.arabic .item_details_wrapper{padding-left:0;padding-right:35px}.arabic .item_details_wrapper .brand_detail_wrapper .pdp_brand{font-weight:700;color:#151515}.retail-price-tooltip{width:292px;position:absolute;top:-20px;left:37px;background-color:#fff;border-radius:3px;z-index:3;box-shadow:1px 4px 14px #0000003d}.retail-price-tooltip .close-icon-container{justify-content:flex-end;cursor:pointer}.retail-price-tooltip .close-icon-container:active{opacity:.7}.retail-price-tooltip .close-icon-container img{width:16px;height:16px;margin:0}.retail-price-tooltip .tooltip-content{padding:10px 15px 15px;margin-right:0}.retail-price-tooltip .tooltip-content .header-wrapper{display:flex;justify-content:space-between;flex-direction:row;padding:0;margin:0}.retail-price-tooltip .tooltip-content .header{font-family:Futura PT;font-style:normal;font-weight:700;font-size:16px;line-height:28px;padding-bottom:4px;color:#3f3f3f}.retail-price-tooltip .tooltip-content .main-text{margin:0;font-family:Futura PT;font-style:normal;font-weight:400;font-size:16px;line-height:23px;text-align:unset;letter-spacing:-.04em;color:#767676;white-space:initial}.retail-price-tooltip .tooltip-arrow :after{content:"";height:9px;width:20px;position:absolute;top:20px;left:-7px;transform:rotate(-45deg);background-color:#fff}.retail-price-tooltip .responsive-view{top:50%;left:50%;transform:translate(-50%,-50%);width:320px}.retail-price-tooltip .responsive-view .tooltip-content{padding:0}.retail-price-tooltip .responsive-view .tooltip-content .header-wrapper .header{font-family:Futura PT;font-weight:600;font-size:16px;line-height:23px;padding-top:17px}.retail-price-tooltip .arabic .retail-price-tooltip{top:-16px;right:27px}.retail-price-tooltip .arabic .tooltip-arrow :after{content:"";height:9px;width:20px;position:absolute;top:24px;right:-6px;transform:rotate(-45deg);background-color:#fff}.retail-price-tooltip .arabic.responsive-view .tooltip-content .header-wrapper{padding-right:20px}.product_price_wrapper .item_price_slab .price{font-size:20px;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif}@media only screen and (max-width:812px){.product_price_wrapper .item_price_slab .price{margin:3px 0}}@media only screen and (max-width:767px){.product_price_wrapper .item_price_slab .price{font-size:15px;line-height:32px;margin:0}}.product_price_wrapper .item_price_slab .price.red{font-weight:500;color:#df0000;line-height:32px}.product_price_wrapper .item_price_slab .old_price{font-family:FuturaPT-Light,Helvetica,Arial,sans-serif;font-size:14px;display:inline-block;vertical-align:middle;color:#b4b4b4;margin-left:12px;text-decoration:line-through}@media only screen and (max-width:767px){.product_price_wrapper .item_price_slab .old_price{font-size:13px}.arabic .product_price_wrapper .item_price_slab .old_price{float:none}}.product_price_wrapper .vat_price{font-size:12px;color:#787878;font-family:Futura PT Book,Helvetica,Arial,sans-serif;margin-bottom:0;min-height:0}.product_price_wrapper .item_price_slab .price_label_wrapper{display:flex;align-items:center;gap:9px}.product_price_wrapper img{max-width:100%;height:auto}.product_price_wrapper .view_content .price{font-family:Futura PT Book,Helvetica,Arial,sans-serif;color:#000;vertical-align:middle;font-size:19px;line-height:32px}.product_price_wrapper .quickview_divider .view_content .price{font-size:20px;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif}@media only screen and (max-width:767px){.product_price_wrapper .quickview_divider .view_content .price{font-size:15px}}.product_price_wrapper .product_detail_wrapper .quickview_divider .item_price_slab{justify-content:flex-start}@media only screen and (max-width:812px){.product_price_wrapper .product_detail_wrapper .quickview_divider .item_price_slab{margin-top:0;justify-content:flex-start}.product_price_wrapper .product_detail_wrapper .quickview_divider .item_price_slab p{margin-bottom:0!important}}.product_price_wrapper .product_detail_wrapper .quickview_divider .item_price_slab .item_price{flex:0 0 auto;align-items:baseline}@media only screen and (max-width:812px){.product_price_wrapper .product_detail_wrapper .quickview_divider .item_price_slab .item_price{align-items:center;flex:0 0 auto;margin-left:0}}@media only screen and (max-width:812px){.product_price_wrapper .product_detail_wrapper .quickview_divider .item_price_slab .item_price .price{font-size:18px;color:#151515}}.product_detail_wrapper .product_price_wrapper #price-slab .rrp_section .rrp_value{font-size:14px}.product_detail_wrapper .product_price_wrapper #price-slab .rrp_section .rrp_percentage{font-size:13px;padding:0;font-weight:700;white-space:nowrap;text-transform:uppercase}.product_price_wrapper .item_price_slab{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:20px;align-items:center}.product_price_wrapper .item_price_slab p{min-height:auto!important;margin-bottom:0!important}.product_price_wrapper .item_price_slab .item_price{flex:0 0 65%;display:flex;justify-content:flex-start;align-items:baseline;margin-bottom:0}@media only screen and (max-width:375px){.product_price_wrapper .item_price_slab .item_price{flex:0 0 64%}}.product_price_wrapper .item_price_slab .rrp_section{width:100%;font-size:13px;margin-top:8px;font-family:Futura PT,Helvetica,Arial,sans-serif;white-space:nowrap;gap:6px}@media only screen and (max-width:812px){.product_price_wrapper .item_price_slab .rrp_section{white-space:normal}}.product_price_wrapper .item_price_slab .rrp_section .rrp_percentage{font-size:14px;font-weight:600}.product_price_wrapper .item_price_slab .rrp_section .rrp_percentage{font-weight:700}@media only screen and (max-width:767px){.product_price_wrapper .item_price_slab .rrp_section .rrp_value_inline{display:inline;width:auto}.product_price_wrapper .item_price_slab .rrp_section .rrp_save{font-family:Futura PT,Helvetica,Arial,sans-serif;font-size:12px;line-height:14px}.product_price_wrapper .item_price_slab .rrp_section .rrp_percentage{font-family:Futura PT,Helvetica,Arial,sans-serif;font-size:10px;line-height:12px;margin-right:0;margin-right:initial}}.product_price_wrapper .item_price_slab .rrp_section .rrp_percentage{direction:ltr;direction:initial;padding:2px 4px;text-transform:uppercase;font-weight:600}@media only screen and (max-width:1024px){.product_price_wrapper .item_price_slab .rrp_section .rrp_value_inline{display:inline}}@media only screen and (max-width:812px){.product_price_wrapper .question-mark{margin:0 0 3px}}@media only screen and (max-width:1024px){.product_price_wrapper .rrp_value{display:block;width:100%}}.product_price_wrapper .retail-price-wrapper{position:relative}.product_price_wrapper #price-slab .rrp_section .retail-price-wrapper img{margin:0 0 4px}.product_price_wrapper .retail-price-tooltip{width:292px;position:absolute;top:-20px;left:37px;background-color:#fff;border-radius:3px;z-index:3;box-shadow:1px 4px 14px #0000003d}@media screen and (min-width:450px)and (max-width:900px){.product_price_wrapper .retail-price-tooltip{width:240px}.arabic .product_price_wrapper .retail-price-tooltip{width:205px}}.product_price_wrapper .retail-price-tooltip .tooltip-content{padding:10px 15px 15px;margin-right:0}.product_price_wrapper .retail-price-tooltip .tooltip-content .header-wrapper{display:flex;justify-content:space-between;flex-direction:row;padding:0;margin:0}.product_price_wrapper .retail-price-tooltip .tooltip-content .header{font-family:Futura PT,Helvetica,Arial,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:28px;padding-bottom:4px;color:#3f3f3f}.product_price_wrapper .retail-price-tooltip .tooltip-content .main-text{margin:0;font-family:Futura PT,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:23px;text-align:inherit;letter-spacing:-.04em;color:#767676;white-space:normal;white-space:initial}.product_price_wrapper .tooltip-arrow :after{content:"";height:9px;width:20px;position:absolute;top:20px;left:-7px;transform:rotate(-45deg);background-color:#fff}.product_price_wrapper.arabic{text-align:right}.product_price_wrapper.arabic .item_price_slab .rrp_section{display:flex;flex-wrap:wrap}.product_price_wrapper.arabic .retail-price-tooltip{top:-16px;right:27px}.product_price_wrapper.arabic .tooltip-arrow :after{content:"";height:9px;width:20px;position:absolute;top:24px;right:-6px;transform:rotate(-45deg);background-color:#fff}.pdp_price_section.retail-price-modal .header-wrapper{display:flex;justify-content:space-between;padding:0 10px 0 20px}.pdp_price_section.retail-price-modal .header-wrapper .cross_button{font-size:30px;font-weight:700}.pdp_price_section.retail-price-modal .tooltip-content .header{font-family:Futura PT,Helvetica,Arial,sans-serif;font-weight:600;font-size:18px;line-height:23px;padding-top:17px;margin-bottom:11px}.pdp_price_section.retail-price-modal .tooltip-content .main-text{padding:0 20px 10px;text-align:justify}.pdp_price_section.responsive-view{top:50%;left:50%;transform:translate(-50%,-50%);width:320px}.pdp_price_section.responsive-view .tooltip-content{padding:0}.pdp_price_section .tooltip-content .header-wrapper .header{font-family:Futura PT,Helvetica,Arial,sans-serif;font-weight:600;font-size:16px;line-height:23px;padding-top:17px}.pdp_price_section.arabic .tooltip-content .header-wrapper{flex-direction:row-reverse;padding:0 20px 0 10px}.loyalty_pdp_wrap{padding:15px;background:linear-gradient(93.33deg,#efb732 1.11%,#edda2f 97.73%);margin:0;display:flex;align-items:center;justify-content:space-between}.loyalty_pdp_wrap .loyalty_pdp_content{display:flex;align-items:center}.loyalty_pdp_wrap .loyalty_pdp_content img{min-width:17px}.loyalty_pdp_wrap .loyalty_pdp_content .earnPoints{color:#1f1f1f;padding-left:8px;margin-bottom:0;font-size:16px;font-weight:600}.arabic .loyalty_pdp_wrap .loyalty_pdp_content .earnPoints{padding-left:0;padding-right:8px}.loyalty_pdp_wrap .loyalty_pdp_content .earnPoints a{cursor:pointer;padding:0 3px}.loyalty_pdp_wrap .loyalty_pdp_content .earnPoints .loyalty-join,.loyalty_pdp_wrap .loyalty_pdp_content .earnPoints .learn-more-text{font-weight:700;white-space:nowrap}.loyalty_pdp_wrap .loyalty_pdp_content .earnPoints .learn-more-text{text-decoration:underline}.loyalty_pdp_wrap .learn-more-btn{width:98px;height:27px;line-height:100%;border:1.5px solid #000000;border-radius:4px;text-decoration:none;font-size:12px;font-weight:600;font-family:Futura PT Book,Helvetica,Arial,sans-serif;display:flex;align-items:center;justify-content:center}.loyalty_pdp_wrap .learn-more-btn:hover{cursor:pointer;transform:scale(1.03)}.loyalty_pdp_wrap .learn-more-btn:active{transform:scale(1)}.side_sizeChart{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999999;overflow:hidden}@media only screen and (max-width:812px){.side_sizeChart{top:0}}.side_sizeChart .chart_wrapper{width:600px;height:100vh;right:-600px;padding:20px 20px 40px;top:0;position:absolute;background-color:#fff;z-index:9999999;direction:ltr;-moz-transition:right .4s ease;-o-transition:right .4s ease;-webkit-transition:right .4s ease;transition:right .4s ease}.side_sizeChart .chart_wrapper.active{-moz-transition:right .4s ease;-o-transition:right .4s ease;-webkit-transition:right .4s ease;transition:right .4s ease;-webkit-animation:slide .25s ease 1 forwards;animation:slide .25s ease 1 forwards}@media only screen and (max-width:812px){.side_sizeChart .chart_wrapper{width:100%;padding:10px}}@-webkit-keyframes slide{0%{right:-440px}to{right:0}}@keyframes slide{0%{right:-440px}to{right:0}}.side_sizeChart .popupHeading{position:sticky;position:-webkit-sticky;top:0;right:0;left:0;border-bottom:1px solid #e9e9e9;background-color:#fff;margin:-20px -20px 24px;padding:15px 20px}.side_sizeChart .popupHeading p{margin:0;font-family:FuturaPT-Demi,Helvetica,Arial,sans-serif;font-size:18px;text-align:center}.side_sizeChart .popupHeading p span{text-transform:capitalize}.side_sizeChart .popupHeading .close{position:absolute;top:0;right:0;width:54px;height:54px;text-align:center;line-height:54px}.arabic .side_sizeChart .popupHeading .close{right:auto;left:0}.side_sizeChart .switchUnit p{font-family:Futura PT Book,Helvetica,Arial,sans-serif;font-size:18px;color:#022222;text-shadow:0 0 .032rem rgba(2,34,34,.3);margin:15px 0;text-align:right}.side_sizeChart .switchUnit p span{display:inline-block;width:40px;height:26px;border:2px solid #000000;text-align:center;line-height:20px;border-radius:4px;background-color:#fff;color:#787878;font-size:14px;font-weight:600;cursor:pointer}.side_sizeChart .switchUnit p span.cm{margin-left:10px}.side_sizeChart .switchUnit p span.in{margin-left:-4px}.side_sizeChart .switchUnit p span.active{background-color:#f8d000;color:#000}.side_sizeChart .table{margin-top:15px;text-align:center;border:1px solid #e9e9e9}.side_sizeChart .table thead tr{background-color:#f0f0f0}.side_sizeChart .table thead tr th{border:none;border-right:1px solid #e9e9e9}.side_sizeChart .table tbody tr th,.side_sizeChart .table tbody tr td{border-top:1px solid #e9e9e9;border-right:1px solid #e9e9e9}.htmldata{margin-bottom:15px;font-size:16px}.htmldata:last-child{padding-bottom:120px}.arabic .htmldata{direction:rtl;text-align:right}.htmldata p.table_title{font-size:16px;color:#000;font-family:FuturaPT-Demi,Helvetica,Arial,sans-serif}.arabic .htmldata p.table_title{text-align:right}.htmldata p{font-size:16px}.htmldata table{margin-top:15px;text-align:center;border:1px solid #e9e9e9;font-size:15px;font-family:FuturaPT,Arial,sans-serif}.htmldata table thead tr{background-color:#f0f0f0}.htmldata table thead tr th{border:none;border-right:1px solid #e9e9e9;color:#000!important}.htmldata table tbody tr th,.htmldata table tbody tr td{border-top:1px solid #e9e9e9;border-right:1px solid #e9e9e9;padding:10px 8px;color:#696969}.htmldata table tbody tr th:nth-child(1),.htmldata table tbody tr td:nth-child(1){color:#000;font-weight:700}.htmldata table tbody tr th{color:#000!important}.mCrossIcon{position:absolute;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12px'%20height='12px'%20viewBox='0%200%2012%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2057.1%20(83088)%20-%20https://sketch.com%20--%3e%3ctitle%3eclose-button%20(2)%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Assets-Login'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Sprint-3-Assets'%20transform='translate(-306.000000,%20-616.000000)'%20fill='%23545454'%20fill-rule='nonzero'%3e%3cg%20id='close-button-(2)'%20transform='translate(306.000000,%20616.000000)'%3e%3cpolygon%20id='Path'%20points='12%201.2%2010.8%20-1.77635684e-15%206%204.8%201.2%20-1.77635684e-15%20-1.77635684e-15%201.2%204.8%206%20-1.77635684e-15%2010.8%201.2%2012%206%207.2%2010.8%2012%2012%2010.8%207.2%206'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:12px 11px;width:25px;height:20px;left:20px;top:15px;padding:8px}.arabic .mCrossIcon{left:auto;right:20px}.mCrossIcon.rightCross{left:auto;right:15px}.arabic .mCrossIcon.rightCross{left:15px;right:auto}.product_quality_detail{margin-top:22px;position:relative}@media only screen and (max-width:812px){.product_quality_detail{display:none}}@media only screen and (max-width:767px){.product_quality_detail:before{content:"";position:absolute;left:-2px;top:-10px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXoAAAATCAIAAAARTlHhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGpJREFUeNrs2jEOgCAQRUEg3mjvf4Q909LZQGNhAzMVMd/G4iUk9qpqAP8bPgEgN4DcAMgNIDeA3ADIDXCSZ32Ume85Irav2djY2HzddL/5AS5TgNwAyA0gN4DcAMgNIDcAcgPIDXC5KcAATLRjIUTDEmIAAAAASUVORK5CYII=) repeat-x;height:19px;width:100%}}.arabic .product_quality_detail:before{left:auto;right:-2px}.arabic .product_quality_detail{text-align:right}.product_quality_detail .detail{max-width:89%;height:100%}.product_quality_detail .detail p{color:#787878;font-size:18px;line-height:26px}@media only screen and (max-width:767px){.product_quality_detail .detail p{font-size:16px}}.product_quality_detail .detail h2{display:inline-block;vertical-align:middle;font-size:18px;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif;color:#787878;min-width:100px;width:auto;position:relative;padding-left:40px;padding-right:35px;padding-bottom:12px}@media only screen and (max-width:767px){.product_quality_detail .detail h2{font-size:17px}}.arabic .product_quality_detail .detail h2{padding-left:60px;padding-right:30px;text-align:right}.product_quality_detail .detail h2.selected_tab{color:#222}.product_quality_detail .detail h2.selected_tab:before{content:"";position:absolute;height:3px;width:64px;background-color:#f8d000;bottom:0;border-radius:4px}.product_quality_detail .detail h2:first-child{padding-left:4px}@media only screen and (max-width:812px){.product_quality_detail .detail h2:first-child{display:none}}.arabic .product_quality_detail .detail h2:first-child{padding-right:4px;padding-left:60px}.product_quality_detail .detail h2:first-child:before{left:0}.arabic .product_quality_detail .detail h2:first-child:before{right:0;left:auto}.product_quality_detail .detail .infoHeading{display:none}.product_quality_detail .detail .product_quality_listing{margin-bottom:7px;overflow:hidden}.product_quality_detail .detail .product_quality_listing .model-size-direction{direction:ltr}.product_quality_detail .detail .product_quality_listing li{color:#787878;font-size:18px;line-height:26px}@media only screen and (max-width:812px){.product_quality_detail .detail .product_quality_listing li{font-size:16px;color:#4d4d4d}}.product_quality_detail .detail .product_quality_listing .product_table_wrapper{list-style-type:none}.product_quality_detail .detail ul.product_quality_listing{padding-left:30px}.arabic .product_quality_detail .detail ul.product_quality_listing{padding-left:0!important;padding-right:30px}.product_quality_detail .detail ul.product_quality_listing li{list-style-type:disc}.product_quality_detail .detail ul.product_quality_listing li:nth-last-child(2){padding-bottom:10px}.product_quality_detail .attribute_table{width:calc(100% + 30px);margin-left:-30px}.arabic .product_quality_detail .attribute_table{margin-left:0;margin-right:-30px}.product_quality_detail .attribute_table tbody tr:nth-child(odd){background-color:#f7f7f7}.product_quality_detail .attribute_table tbody tr td{color:#787878;padding:6px 15px;font-size:18px;font-family:Futura PT Book,Helvetica,Arial,sans-serif}.product_quality_detail .attribute_table tbody tr td:first-of-type{width:40%}.product_quality_detail .attribute_table tbody tr td:last-of-type{width:60%}@media only screen and (max-width:767px){.product_quality_detail .attribute_table tbody tr td{font-size:16px}}.arabic .product_quality_detail .attribute_table tbody tr td{text-align:right}.model_info_block{margin-top:15px;display:flex;align-items:center;background-color:#f7f7f7;height:100px;padding:15px;max-width:445px;gap:15px}@media only screen and (max-width:812px){.model_info_block{margin-top:10px;max-width:100%;height:80px;padding:10px;background-color:#f4f9ff;border-radius:8px;gap:10px}}.model_info_block .image_block{height:75px;width:75px;overflow:hidden;border-radius:50%}@media only screen and (max-width:812px){.model_info_block .image_block{height:60px;width:60px;border-radius:3px}}.model_info_block .details_block{flex:1;font-size:16px;max-width:300px;color:#787878;font-weight:400;line-height:20px}@media only screen and (max-width:767px){.model_info_block .details_block{font-size:14px;max-width:245px}}.arabic .model_info_block .details_block{text-align:right}.model_info_block .details_block .details_text_block{max-width:300px;display:flex;flex-wrap:wrap;margin-top:5px}.model_info_block .details_block .details_text_block span{margin-right:10px}.arabic .model_info_block .details_block .details_text_block span{margin-right:0;margin-left:10px}@media only screen and (max-width:767px){.model_info_block .details_block .details_text_block span{font-size:13px}}.model_info_block .details_block .size_text{color:#000;font-weight:bolder;margin-bottom:10px}.ReactModal__Overlay.ReactModal__Overlay--after-open #tabby-info-modal.ReactModal__Content.ReactModal__Content--after-open{border:none!important}.ReactModal__Overlay.ReactModal__Overlay--after-open .cross-icon{position:absolute;cursor:pointer;right:20px;top:13px;z-index:2}.ReactModal__Overlay.ReactModal__Overlay--after-open{z-index:100}.ReactModal__Overlay.ReactModal__Overlay--after-open #tamara-info-modal.ReactModal__Content.ReactModal__Content--after-open{border:none!important}.ReactModal__Overlay.ReactModal__Overlay--after-open .cross-icon{cursor:pointer;position:absolute;right:20px;top:13px;z-index:2}@media only screen and (max-width:812px){.ReactModal__Body--open{position:absolute}}.pay_later_options_wrapper{gap:1rem}.pay_later_options_wrapper .price-snippet{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;text-align:center;border:1px solid #dfdfdf;margin-bottom:18px;width:initial;margin-right:0;position:relative;flex-grow:1;max-width:50%}@media only screen and (max-width:812px){.pay_later_options_wrapper .price-snippet{margin-bottom:0;background-color:#fff;padding:0 14px;flex-grow:unset;max-width:unset}}.pay_later_options_wrapper .price-snippet .description{font-family:Futura PT Book,Helvetica,Arial,sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:14px;text-align:center;color:#000}.pay_later_options_wrapper .price-snippet .description .bnpl-desc{display:block}.pay_later_options_wrapper .price-snippet .description .bnpl-desc b{margin-right:3px;white-space:nowrap}.pay_later_options_wrapper .price-snippet .description{margin-top:7px}.arabic .pay_later_options_wrapper .price-snippet .description{margin-right:0;margin-left:0}@media only screen and (max-width:812px){.pay_later_options_wrapper .price-snippet .description{font-size:13px;line-height:14px}.arabic .pay_later_options_wrapper .price-snippet .description{margin-right:0;margin-left:6px}}.pay_later_options_wrapper .price-snippet .description .price{font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif}.pay_later_options_wrapper .price-snippet .text{cursor:pointer;font-family:Futura PT Book,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:18px;position:relative;display:flex;align-items:center;text-decoration-line:underline;color:#000}.pay_later_options_wrapper .price-snippet .pay-icon{height:21px;position:relative;margin-top:4px;margin-bottom:4px}@media only screen and (max-width:812px){.pay_later_options_wrapper .price-snippet .pay-icon{margin-top:0;margin-bottom:0}}.pay_later_options_wrapper .price-snippet .pay-icon .touch-detector{cursor:pointer;width:auto;height:100%}.pay_later_options_wrapper .price-snippet .pay-icon .svg-icon{position:relative;width:auto;height:21px}@media only screen and (max-width:812px){.pay_later_options_wrapper .price-snippet .pay-icon .svg-icon{width:32px;height:15.5px;bottom:-2px;margin-right:6px}.arabic .pay_later_options_wrapper .price-snippet .pay-icon .svg-icon{margin-right:0;margin-left:6px}}.pay_later_options_wrapper .price-snippet .pay-icon.tamara_pay_installment+.info-icon,.pay_later_options_wrapper .price-snippet .pay-icon.tamara+.info-icon{right:30px}.pay_later_options_wrapper .price-snippet .info-icon{width:12px;height:12px;position:absolute;bottom:5px;right:38px;cursor:pointer}.pay_later_options_wrapper .price-snippet .info-icon.d-none-resp{top:0;right:0;transform:translate(150%,50%)}.pay_later_options_wrapper .price-snippet.arabic .info-icon{right:unset;left:38px}.pay_later_options_wrapper .price-snippet.arabic .info-icon.d-none-resp{right:unset;left:0;transform:translate(-150%,50%)}.pay_later_options_wrapper .price-snippet.arabic .tamara_pay_installment+.info-icon,.pay_later_options_wrapper .price-snippet.arabic .tamara+.info-icon{right:unset;left:30px}.web-wrapper>.learn_more{display:none}.options_wrapper_resp{margin-top:15px;background-color:#fff;padding:11px 15px;display:flex;justify-content:space-between}.options_wrapper_resp .options_description{font-size:14px;display:flex;flex-direction:column}.arabic .options_wrapper_resp .options_description{text-align:right}.options_wrapper_resp .pay_later_options{display:flex;align-items:center}.options_wrapper_resp .pay_later_options>div:first-child{padding-right:9px}.arabic .options_wrapper_resp .pay_later_options>div:first-child{padding-right:0;padding-left:9px}.options_wrapper_resp .pay_later_options>div:last-child{border-left:.5px solid #e0e0e0;padding-left:9px}.arabic .options_wrapper_resp .pay_later_options>div:last-child{padding-left:0;padding-right:9px;border-left:none;border-right:.5px solid #e0e0e0}.options_wrapper_resp .pay_later_options .payment_option_content{display:flex;align-items:center;gap:6px}.options_wrapper_resp .pay_later_options .payment_option_content .payment_system_icon_wrapper{width:48px;height:21px;overflow:hidden;background-position:center;display:flex;align-items:center}.options_wrapper_resp .pay_later_options .payment_option_content .payment_system_icon_wrapper img{width:100%}.options_wrapper_resp .pay_later_options .payment_option_content .info-icon{height:15px;width:15px}.scrollToTop{font-size:15px;color:#1f1f1f;background-color:#e5e5e5;border:none;height:32px;line-height:32px;width:100%;margin-top:15px;margin-bottom:15px;cursor:pointer;position:relative}@media only screen and (max-width:767px){.scrollToTop{font-size:14px}}.scrollToTop:after{content:"";position:absolute;width:9px;height:13px;background:url(/static/media/m-sprite.BgZD8ZDs.png) no-repeat;background-size:300px;display:inline-block;background-position:-64px -217px;top:9px;margin-left:10px}.arabic .scrollToTop:after{margin-left:0;margin-right:10px}ul{margin:0}ul,ul li{padding:0}ul li{list-style-type:none}a{text-decoration:none;transition:color .3s}.breadcrumb{border-bottom:1px solid rgba(0,0,0,.1)}@media only screen and (max-width:812px){.breadcrumb{display:none}}.breadcrumb .container{padding:0}.breadcrumb ul{list-style-type:none;margin:0 auto;padding:0}.breadcrumb ul.breadcrumb-list{display:flex;margin:0;white-space:nowrap;width:80%}.breadcrumb ul li{display:inline-block;font-size:14px;font-weight:700;padding:6px 14px;position:relative;vertical-align:middle}.breadcrumb ul li:first-child{padding-left:0}.breadcrumb ul li:nth-last-child(2):after{border:solid rgba(0,0,0,.6);border-width:0 1px 1px 0}.breadcrumb ul li:last-child{overflow:hidden;text-overflow:ellipsis}.breadcrumb ul li:last-child:after{display:none}.breadcrumb ul li:after{border:solid #000000;border-width:0 1px 1px 0;content:"";display:inline-block;padding:2px;position:absolute;right:0;top:45%;transform:translate(50%) rotate(-45deg);-ms-transform:translate(50%) rotate(-45deg);-moz-transform:translate(50%) rotate(-45deg)}.breadcrumb ul li a{color:#696969}.breadcrumb ul li a:hover{color:#f8d000;text-decoration:none}.breadcrumb .content{color:#696969;text-transform:capitalize}a:hover{text-decoration:none}.ai-badge-wrapper{display:flex;background-color:#fff;justify-content:flex-end;padding:5px 5px 0 0}.ai-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;border-radius:4px}.ai-badge__icon{width:12px;height:12px}.ai-badge__text{font-style:italic;font-size:14px;color:#8b8b8b;font-weight:500}.ai-box{display:flex;align-items:center;background-color:#f7f7f7;border-radius:6px;width:100%;padding:10px;margin-top:20px;margin-bottom:20px}.ai-box__icon{margin-top:2px;margin-right:10px}.arabic .ai-box__icon{margin-left:10px;margin-right:0}.ai-box__text{display:flex;flex-direction:column}.ai-box__title{font-weight:600;font-size:16px;margin-bottom:2px}.ai-box__subtitle{font-size:14px;color:#787878}.related_product_items{margin-top:23px;padding-top:10px;border-top:1px dashed #e9e9e9}@media only screen and (max-width:812px){.related_product_items{margin-top:15px;border:none;background-color:#fff;padding:14px 14px 11px}}.arabic .related_product_items{text-align:right}.related_product_items p{font-size:18px;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif;color:#222;margin-bottom:8px;padding-bottom:0;padding-left:3px}@media only screen and (max-width:812px){.related_product_items p{font-size:0;padding-left:1px}}.arabic .related_product_items p{padding-left:0;padding-right:3px;text-align:right}.related_product_items p span{padding-left:3px}@media only screen and (max-width:812px){.related_product_items p span{font-size:16px;color:#272727;text-transform:uppercase;padding-left:0}}.arabic .related_product_items p span{padding-left:0;padding-right:3px}.related_product_items .product_item{display:inline-block;margin-right:5px;margin-bottom:5px;border:2px solid #efefef;cursor:pointer;vertical-align:top;-moz-transition:border-color .3s;-o-transition:border-color .3s;-webkit-transition:border-color .3s;transition:border-color .3s}.related_product_items .product_item:last-child{margin-right:0}@media only screen and (max-width:812px){.related_product_items .product_item{border:1px solid #c5c5c5;padding:1px;margin-right:12px}.arabic .related_product_items .product_item{margin-right:0;margin-left:12px}}.related_product_items .product_item .content_image{width:50px;height:75px;background-color:#f9f9f9}.arabic .related_product_items .product_item{margin-right:0;margin-left:5px}.related_product_items .product_item:hover{border:2px solid #f8d000}.related_product_items_resp_wrapper{margin-top:15px;background-color:#fff;padding:0 15px}.related_product_items_resp_wrapper .related_product_items_resp{padding-top:15px;padding-bottom:10px}.related_product_items_resp_wrapper .related_product_items_resp p{font-size:16px;color:#222;padding-left:0;text-transform:capitalize;font-weight:600;width:fit-content}.related_product_items_resp_wrapper .related_product_items_resp .related_product_items_content{display:flex;gap:12px;overflow:auto;padding-bottom:5px}.related_product_items_resp_wrapper .related_product_items_resp .related_product_items_content .related_product_item{border:1px solid #efefef;border-radius:50%;height:fit-content;width:fit-content}.related_product_items_resp_wrapper .related_product_items_resp .related_product_items_content .related_product_item .product_item{cursor:pointer;vertical-align:top;border-radius:50%;height:65px;width:65px;overflow:hidden;-moz-transition:border-color .3s;-o-transition:border-color .3s;-webkit-transition:border-color .3s;transition:border-color .3s;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff}.related_product_items_resp_wrapper .related_product_items_resp .related_product_items_content .related_product_item .product_item .content_image{background-size:cover;background-color:#f9f9f9}.related_product_items_resp_wrapper .related_product_items_resp .related_product_items_content .related_product_item .product_item:hover{border:2px solid #f8d000}.related_product_items_resp_wrapper .related_product_items_resp .related_product_items_content .related_product_item.selected{border:1px solid #000000;pointer-events:none}.global_shipping_highlights{background-color:#fff}.global_shipping_highlights .global_shipping_highlights_list{background-color:#fff8d7;padding:10px;margin-bottom:15px}@media only screen and (max-width:767px){.global_shipping_highlights .global_shipping_highlights_list{margin:0;padding:8px}}.global_shipping_highlights .global_shipping_highlights_list .global_shipping_highlights_list_item{display:flex;align-items:center}@media only screen and (max-width:767px){.global_shipping_highlights .global_shipping_highlights_list .global_shipping_highlights_list_item{justify-content:center}}.global_shipping_highlights .global_shipping_highlights_list .global_shipping_highlights_text{font-size:16px}@media only screen and (max-width:767px){.global_shipping_highlights .global_shipping_highlights_list .global_shipping_highlights_text{font-size:14px}}.global_shipping_highlights .global_shipping_highlights_list .global_shipping_highlights_icon{margin-right:10px}.arabic .global_shipping_highlights .global_shipping_highlights_list .global_shipping_highlights_icon{margin-right:0;margin-left:10px}@media only screen and (max-width:767px){.global_shipping_highlights .global_shipping_highlights_list .global_shipping_highlights_icon{height:14px}}.need-help-whatsapp-block{display:flex;align-items:center;background:#f7f7f7;border-radius:12px;box-shadow:0 2px 8px #0000000a;border:none;padding:18px 20px;margin:16px 0;gap:16px}.need-help-whatsapp-block a{display:flex;align-items:center;text-decoration:none;color:inherit;width:100%;cursor:pointer}.need-help-whatsapp-block img{width:28px;height:28px;margin-right:16px;flex-shrink:0}.need-help-whatsapp-block span{font-family:Futura PT Book,Helvetica,Arial,sans-serif;font-weight:400;font-size:15px;letter-spacing:.01em;color:#4d4d4d}.brand_follow_card{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;margin:20px 0;padding:10px 11px;gap:18px;background:#fff;border:1px solid #ececec;border-radius:0}.arabic .brand_follow_card{text-align:right;direction:rtl}.brand_follow_card__left{flex:1;display:flex;flex-direction:row;align-items:center;gap:8px;min-width:0}.brand_follow_card__avatar{flex-shrink:0;width:45px;height:45px;border-radius:50%;background:#eee;display:flex;align-items:center;justify-content:center;font-size:18px;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif;color:#222;text-transform:uppercase;overflow:hidden}.brand_follow_card__avatar_img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.brand_follow_card__info{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.brand_follow_card__name{font-size:15px;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif;color:#222;line-height:115.72%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;width:100%}.brand_follow_card__subtitle{font-size:13px;font-family:FuturaPT-Light,Helvetica,Arial,sans-serif;color:#828282;line-height:115.72%;display:block}.brand_follow_card__btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:110px;height:31px;padding:0 10px;font-size:18px;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif;font-weight:600;color:#4a5e8a;background:#fff;border:1px solid #819ddb;border-radius:0;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease}.brand_follow_card__btn:disabled{opacity:.45;cursor:not-allowed}.brand_follow_card__btn.is_following{background:#fff;color:#4a5e8a;border-color:#819ddb}.brand_follow_card__btn_check{display:none;flex-shrink:0;width:10px;height:7px}.is_following .brand_follow_card__btn_check{display:inline-block}@media only screen and (max-width:812px){.brand_follow_card{padding:10px 14px;margin-top:10px;margin-bottom:10px;border:none}}@media only screen and (max-width:767px){.brand_follow_card{padding:10px 14px;gap:12px}.brand_follow_card__left{gap:6px}.brand_follow_card__avatar{width:40px;height:40px;font-size:16px}.brand_follow_card__name{font-size:14px}.brand_follow_card__subtitle{font-size:12px}.brand_follow_card__btn{min-width:98px;height:28px;padding:0 10px;font-size:15px}}.product_detail_wrapper{padding-bottom:30px;position:relative}@media only screen and (max-width:812px){.product_detail_wrapper{padding:0!important;background-color:#f9f9f9}}.product_detail_wrapper.arabic .item_detail_preview .thumb_swiper_wrapper .gallery_item{margin-left:0}.product_detail_wrapper.arabic .item_detail_preview .product_tag{left:auto;right:101px}@media only screen and (max-width:1024px){.product_detail_wrapper.arabic .item_detail_preview .product_tag{bottom:34px}}.product_detail_wrapper.arabic .item_details_wrapper{padding-left:0;padding-right:35px}@media only screen and (max-width:1024px){.product_detail_wrapper.arabic .item_details_wrapper{padding-right:26px}}@media only screen and (max-width:812px){.product_detail_wrapper.arabic .item_details_wrapper{padding:0}}.product_detail_wrapper.arabic .item_details_wrapper .action_container{text-align:right}.product_detail_wrapper.arabic .item_details_wrapper .action_container .quantity .dropdown_container.quantity_dropdown:after{right:auto;left:11px}.product_detail_wrapper.arabic .item_details_wrapper .action_container .add_to_btn{margin-left:0;margin-right:15px}.product_detail_wrapper.arabic .item_details_wrapper .action_container .error{left:auto;right:2px}.product_detail_wrapper.arabic .item_details_wrapper .action_container .error.qtyError{right:65px!important}.product_detail_wrapper.arabic .wishlist_icon{margin-left:0;margin-right:35px}@media only screen and (max-width:812px){.product_detail_wrapper.arabic .wishlist_icon{right:auto;left:15px}}.product_detail_wrapper.arabic .quickview_divider .product_top_wish_list .back_icon:after{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20class='arabic-arrow'%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='33px'%20height='33px'%20viewBox='0%200%2033%2033'%20style='enable-background:new%200%200%2033%2033;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23eaeaea;}%20.st1{fill:%23020000;}%20.arabic-arrow{%20transform:%20rotate(180deg);%20-webkit-transform:%20rotate(180deg);%20}%20%3c/style%3e%3cg%3e%3ccircle%20class='st0'%20cx='16.5'%20cy='16.5'%20r='16'/%3e%3cg%3e%3cg%3e%3crect%20x='9.2'%20y='15.8'%20class='st1'%20width='16'%20height='1.5'/%3e%3c/g%3e%3cg%3e%3cpolygon%20class='st1'%20points='13.6,22.1%207.7,16.5%2013.6,10.9%2014.7,12%209.9,16.5%2014.7,21%20'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:contain;left:auto;right:-3px}.product_detail_wrapper .item_preview_web .thumb-side-gallery .slick-slide:last-child .thumb_item{display:flex!important;align-items:center}@media only screen and (max-width:812px){.product_detail_wrapper .item_preview_web{display:none}}.product_detail_wrapper .product_quality_detail .view_product_quality{overflow:hidden}@media only screen and (max-width:812px){.product_detail_wrapper .item_preview_mobile .slick-list{min-height:445px}.product_detail_wrapper .item_preview_mobile{display:block;overflow:hidden;height:100%;text-align:center}.product_detail_wrapper .item_preview_mobile .swiper-button-next,.product_detail_wrapper .item_preview_mobile .swiper-button-prev{display:none}}@media only screen and (max-width:812px){.product_detail_wrapper .item_preview_mobile .item_preview_slide img{width:100%;object-fit:cover}}@media only screen and (max-width:767px){.product_detail_wrapper .item_preview_mobile .item_preview_slide img{object-fit:cover}}.product_detail_wrapper .item_preview_mobile .closeFullScreen{display:none}.product_detail_wrapper .item_preview_mobile .closeFullScreen.openFullScreen{display:flex}.product_detail_wrapper .item_preview_mobile .closeFullScreen.openFullScreen img{object-fit:contain;vertical-align:middle}.product_detail_wrapper .wishlist_icon:after{top:16px;left:0}@media only screen and (max-width:812px){.product_detail_wrapper .wishlist_icon{width:49px;height:49px;top:15px;right:15px;left:auto}.product_detail_wrapper .wishlist_icon:after{background:url(/static/media/m-sprite.BgZD8ZDs.png) no-repeat;background-size:300px;display:inline-block;background-position:-9.5px -150px;width:21px;height:18px}}@media only screen and (max-width:812px){.product_detail_wrapper .wishlist_icon.wish_listed:after{background:url(/static/media/m-sprite.BgZD8ZDs.png) no-repeat;background-size:300px;display:inline-block;background-position:-38px -150px}}.product_detail_wrapper .quickview_divider{padding-top:20px;display:block;font-size:0;max-width:1065px;margin:0 auto;position:relative}@media only screen and (max-width:1024px){.product_detail_wrapper .quickview_divider{max-width:94%}}@media only screen and (max-width:812px){.product_detail_wrapper .quickview_divider{max-width:100%;width:100%;padding-top:0;padding-bottom:0}.product_detail_wrapper .quickview_divider .item_preview_slide{width:auto}}@media only screen and (max-width:812px)and (max-width:767px){.product_detail_wrapper .quickview_divider .item_preview_slide{-webkit-width:100%!important}}@media only screen and (max-width:812px){.product_detail_wrapper .quickview_divider .product_top_wish_list{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:fixed;width:100%;align-items:center;z-index:4;padding-left:14px;padding-right:14px;top:0;transition:background .25s;height:62px}.product_detail_wrapper .quickview_divider .product_top_wish_list.whiteStrip{background:#fff;box-shadow:0 1px 3px 1px #0000001a;transition:background 15ms;z-index:2}.product_detail_wrapper .quickview_divider .product_top_wish_list.whiteStrip .productHighlight{opacity:1;-moz-transition:opacity .3s;-o-transition:opacity .3s;-webkit-transition:opacity .3s;transition:opacity .3s}.product_detail_wrapper .quickview_divider .product_top_wish_list .back_icon{width:30px;height:32px;position:relative}.product_detail_wrapper .quickview_divider .product_top_wish_list .back_icon:after{content:"";position:absolute;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='33px'%20height='33px'%20viewBox='0%200%2033%2033'%20style='enable-background:new%200%200%2033%2033;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23eaeaea;}%20.st1{fill:%23020000;}%20%3c/style%3e%3cg%3e%3ccircle%20class='st0'%20cx='16.5'%20cy='16.5'%20r='16'/%3e%3cg%3e%3cg%3e%3crect%20x='9.2'%20y='15.8'%20class='st1'%20width='16'%20height='1.5'/%3e%3c/g%3e%3cg%3e%3cpolygon%20class='st1'%20points='13.6,22.1%207.7,16.5%2013.6,10.9%2014.7,12%209.9,16.5%2014.7,21%20'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:contain;width:36px;height:32px;left:-8px;right:0;bottom:0;top:0;margin:auto}.arabic .product_detail_wrapper .quickview_divider .product_top_wish_list .back_icon:after{left:auto;right:-8px}.product_detail_wrapper .quickview_divider .product_top_wish_list .productHighlight{margin-bottom:0;width:calc(100% - 57px);padding-left:10px;padding-right:10px;text-align:center;opacity:0}.product_detail_wrapper .quickview_divider .product_top_wish_list .productHighlight span{font-size:14px;color:#4d4d4d;display:block}.product_detail_wrapper .quickview_divider .product_top_wish_list .productHighlight span:first-child{font-family:FuturaPT-Demi,Helvetica,Arial,sans-serif;color:#111}}.product_detail_wrapper .quickview_divider .arabic .item_price{margin-left:25px}.product_detail_wrapper .quickview_divider .item_price_slab{justify-content:flex-start}@media only screen and (max-width:812px){.product_detail_wrapper .quickview_divider .item_price_slab{margin-top:0;justify-content:flex-start}.product_detail_wrapper .quickview_divider .item_price_slab p{margin-bottom:0!important}}.product_detail_wrapper .quickview_divider .item_price_slab .item_price{flex:0 0 auto;align-items:baseline}@media only screen and (max-width:812px){.product_detail_wrapper .quickview_divider .item_price_slab .item_price{align-items:center;flex:0 0 auto;margin-left:0}}@media only screen and (max-width:812px){.product_detail_wrapper .quickview_divider .item_price_slab .item_price .price{font-size:18px;color:#151515}.product_detail_wrapper .quickview_divider .item_price_slab .item_price .price.red{color:#df0000}}.product_detail_wrapper .quickview_divider .item_price_slab .item_price .old_price{line-height:22px}@media only screen and (max-width:812px){.product_detail_wrapper .quickview_divider .item_price_slab .item_price .old_price{margin-left:9px;font-size:14px;color:#595858!important;font-family:Futura PT Book,Helvetica,Arial,sans-serif;line-height:15px}.arabic .product_detail_wrapper .quickview_divider .item_price_slab .item_price .old_price{margin-left:0;margin-right:9px}}.product_detail_wrapper .quickview_divider .item_price_slab .item_discount{flex:0 0 auto}@media only screen and (max-width:812px){.product_detail_wrapper .quickview_divider .item_price_slab .item_discount{flex:0 0 auto;justify-content:flex-start;margin-left:15px}.arabic .product_detail_wrapper .quickview_divider .item_price_slab .item_discount{margin-left:0;margin-right:15px}}.product_detail_wrapper .quickview_divider .item_price_slab .product-discount{display:inline-block;vertical-align:top;padding:2px 15px;margin-left:25px;margin-top:2px;margin-right:25px}@media only screen and (max-width:812px){.product_detail_wrapper .quickview_divider .item_price_slab .product-discount{font-size:13px;vertical-align:middle;padding:3px 8px;margin-left:0;line-height:15px}}@media only screen and (max-width:375px){.product_detail_wrapper .quickview_divider .item_price_slab .product-discount{margin-right:0;padding:3px 5px}}.product_detail_wrapper .item_details_wrapper{position:relative;display:inline-block;vertical-align:top;width:100%;max-width:50%;padding-left:35px}@media only screen and (max-width:1024px){.product_detail_wrapper .item_details_wrapper{padding-left:22px}}@media only screen and (max-width:812px){.product_detail_wrapper .item_details_wrapper{display:block;width:100%;max-width:100%;margin-top:0;padding:0;background-color:#f9f9f9;position:relative}}@media only screen and (max-width:375px){.product_detail_wrapper .item_details_wrapper.forced_one_line{position:relative}.product_detail_wrapper .item_details_wrapper.forced_one_line .item_discount{margin:0 0 0 auto}.product_detail_wrapper .item_details_wrapper.forced_one_line .vat_price{position:absolute;bottom:27px;left:auto;right:auto}.product_detail_wrapper .item_details_wrapper.forced_one_line .gold-label.pdp{margin-top:8px}}.product_detail_wrapper .item_details_wrapper .action_container{width:92%;margin-bottom:0;position:relative;margin-top:0}@media only screen and (max-width:1024px){.product_detail_wrapper .item_details_wrapper .action_container{width:100%}}@media only screen and (max-width:812px){.product_detail_wrapper .item_details_wrapper .action_container{width:100%;position:fixed;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;bottom:0;z-index:9;background-color:#fff;padding:10px;left:0;margin:0;height:69px;text-align:center;-webkit-box-shadow:2.2px -4.5px 5px 0 rgba(35,31,32,.2);-moz-box-shadow:2.2px -4.5px 5px 0 rgba(35,31,32,.2);box-shadow:2.2px -4.5px 5px #231f2033;justify-content:center;align-items:center}}.product_detail_wrapper .item_details_wrapper .action_container .quantity{position:relative;width:52px;height:51px;background-color:transparent;outline:none;border:1px solid #d0d0d0;margin-bottom:0;display:inline-block;vertical-align:middle}.product_detail_wrapper .item_details_wrapper .action_container .quantity .selectSizeFirst{background-color:transparent;position:absolute;z-index:2;width:52px;height:51px;display:inline-block;vertical-align:top}.product_detail_wrapper .item_details_wrapper .action_container .quantity .qty_text{position:absolute;font-size:11px;color:#515151;top:2px;left:14px;text-transform:uppercase}.product_detail_wrapper .item_details_wrapper .action_container .quantity .dropdown_container.quantity_dropdown span{padding-top:19px;font-size:18px;color:#000;position:static}.product_detail_wrapper .item_details_wrapper .action_container .quantity .dropdown_container.quantity_dropdown:after{bottom:13px;right:11px;top:auto;transform:none}.product_detail_wrapper .item_details_wrapper .action_container .quantity .dropdown_container.quantity_dropdown.filter_open:after{transform:rotate(-180deg) translateY(50%);bottom:11px}.product_detail_wrapper .item_details_wrapper .action_container .error{display:inline-block;margin-top:0;position:absolute;bottom:-18px;left:2px}@media only screen and (max-width:767px){.product_detail_wrapper .item_details_wrapper .action_container .error{position:absolute;top:-18px;width:100%;left:0;background-color:#fff;padding:5px;text-align:center}}@media only screen and (max-width:812px){.product_detail_wrapper .item_details_wrapper .action_container .respError{position:absolute;height:20px;top:-10px;width:100%;background-color:#fff;padding:3px 0}}.product_detail_wrapper .item_details_wrapper .product_price_wrapper{margin-bottom:22px}@media only screen and (max-width:812px){.product_detail_wrapper .item_details_wrapper .product_price_wrapper{margin:0}}.product_detail_wrapper .thumb_swiper_wrapper{background-color:#fff;position:relative}@media only screen and (max-width:767px){.product_detail_wrapper .thumb_swiper_wrapper .swiper-container-horizontal{padding-bottom:30px}}.product_detail_wrapper .thumb_swiper_wrapper .swiper-container-horizontal .gallery_img_wrapper{max-height:604px;display:block}@media only screen and (max-width:812px){.product_detail_wrapper .thumb_swiper_wrapper .swiper-container-horizontal .gallery_img_wrapper{max-height:auto}}.product_detail_wrapper .thumb_swiper_wrapper .swiper-container-horizontal .swiper-slide-active{max-width:100%}.product_detail_wrapper .thumb_swiper_wrapper .swiper-container-horizontal .gallery_item{max-height:604px;min-height:604px;height:100%}@media only screen and (max-width:812px){.product_detail_wrapper .thumb_swiper_wrapper .swiper-container-horizontal .gallery_item{max-height:auto;min-height:400px;margin-right:25px}}.product_detail_wrapper .thumb_swiper_wrapper .swiper-container-horizontal .swiper-pagination{width:100%}.product_detail_wrapper .thumb_swiper_wrapper .swiper-container-horizontal .swiper-pagination.swiper-pagination-bullets{bottom:5px}.product_detail_wrapper .thumb_swiper_wrapper .swiper-container-vertical{padding-top:3px;max-height:604px;margin-top:0;margin-bottom:0}.product_detail_wrapper .product_tag{bottom:34px;left:96px}@media only screen and (max-width:1024px){.product_detail_wrapper .product_tag{bottom:34px}}@media only screen and (max-width:812px){.product_detail_wrapper .product_tag{bottom:0;left:0;z-index:1;margin-left:0;display:none}}@media only screen and (max-width:812px){.product_detail_wrapper .action_container .quantity{display:none;width:51px;height:43px}.product_detail_wrapper .action_container .quantity .showModal{display:none}.product_detail_wrapper .action_container .quantity .qty_text{top:7px;left:15px}.product_detail_wrapper .action_container .quantity .quantity_dropdown:after{display:none}.product_detail_wrapper .action_container .quantity .quantity_dropdown span{padding-right:0;height:42px;color:#151515;padding-top:14px}.product_detail_wrapper .action_container .quantity .quantity_dropdown.filter_open:after{bottom:8px}}@media only screen and (max-width:767px){.product_detail_wrapper .action_container .quantity .dropdown-custom-text{width:47px;height:47px}.product_detail_wrapper .action_container .quantity .dropdown-custom-text:focus{border:1px solid #f8d000;outline:none}}@media only screen and (max-width:812px){.product_detail_wrapper .action_container .quantitySelectMobile{display:block}.product_detail_wrapper .action_container .quantitySelectMobile .qtyInput{width:51px;height:51px;position:relative;font-size:18px;color:#151515;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif;border:1px solid #9d9d9d;line-height:62px;text-align:center}.product_detail_wrapper .action_container .quantitySelectMobile .qtyInput span{font-family:Futura PT Book,Helvetica,Arial,sans-serif;position:absolute;top:6px;font-size:11px;color:#515151;left:15px;line-height:18px;text-transform:uppercase}}@media only screen and (max-width:375px){.product_detail_wrapper.arabic .item_details_wrapper.forced_one_line .item_discount{margin:0 auto 0 0}}.product_detail_wrapper #price-slab .rrp_section .rrp_value{font-size:14px}.product_detail_wrapper #price-slab .rrp_section .rrp_percentage{font-size:15px}.product_detail_wrapper .size_selection_message{font-size:16px;color:#bf1717;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif}@media only screen and (max-width:812px){.product_detail_wrapper .size_selection_message{font-size:15px;margin-bottom:0;background-color:#fff;padding:0 15px}}@media only screen and (max-width:812px)and (max-width:767px){.product_detail_wrapper .size_selection_message{font-size:13px}}@media only screen and (max-width:812px){.product_detail_wrapper .mobile-view.productExtraInfo>div{background-color:#fff;border-bottom:1px solid #f6f6f6}.product_detail_wrapper .mobile-view.productExtraInfo>div:last-child{border-bottom:0}.product_detail_wrapper .mobile-view.productExtraInfo .title h5{font-size:15px;text-transform:uppercase;color:#272727;padding:19px 15px;margin-bottom:0;background-color:#fff}}@media only screen and (max-width:812px)and (max-width:767px){.product_detail_wrapper .mobile-view.productExtraInfo .title h5{font-size:14px}}@media only screen and (max-width:812px){.arabic .product_detail_wrapper .mobile-view.productExtraInfo .title h5{text-align:right}.product_detail_wrapper .mobile-view.productExtraInfo .product_information{margin-top:15px}.product_detail_wrapper .mobile-view.productExtraInfo .product_information .title{position:relative}.arabic .product_detail_wrapper .mobile-view.productExtraInfo .product_information .title h5{font-weight:700;color:#151515}.product_detail_wrapper .mobile-view.productExtraInfo .product_information .title:after{content:"";position:absolute;background:url(/static/media/m-sprite.BgZD8ZDs.png) no-repeat;background-size:300px;display:inline-block;background-position:-15px -108px;width:10px;height:6px;right:14px;top:24px;transition:all .3s}.arabic .product_detail_wrapper .mobile-view.productExtraInfo .product_information .title:after{left:14px;right:auto}.product_detail_wrapper .mobile-view.productExtraInfo .product_information.open_prod_info{margin-bottom:15px}.product_detail_wrapper .mobile-view.productExtraInfo .product_information.open_prod_info .title:after{transform:rotate(-180deg);transition:all .3s}.product_detail_wrapper .mobile-view.productExtraInfo .product_information.close_prod_info{margin-bottom:0}.product_detail_wrapper .mobile-view.productExtraInfo .product_information.close_prod_info .content{height:0;overflow:hidden}.product_detail_wrapper .mobile-view.productExtraInfo .product_information .content{background-color:#fff;margin-top:-5px}.product_detail_wrapper .mobile-view.productExtraInfo .product_information .content .infoHeading{padding:0 15px}.product_detail_wrapper .mobile-view.productExtraInfo .product_information .content ul.product_quality_listing{padding-left:30px}.product_detail_wrapper .mobile-view.productExtraInfo .product_information .content ul.product_quality_listing .model-size-direction{direction:ltr}.arabic .product_detail_wrapper .mobile-view.productExtraInfo .product_information .content ul.product_quality_listing{padding-left:0;padding-right:30px}.product_detail_wrapper .mobile-view.productExtraInfo .product_information .content .attribute_table{width:calc(100% + 47px)}.product_detail_wrapper .mobile-view.productExtraInfo .product_information .content .attribute_table tr td{font-size:15px;color:#4d4d4d;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif}}@media only screen and (max-width:812px)and (max-width:767px){.product_detail_wrapper .mobile-view.productExtraInfo .product_information .content .attribute_table tr td{font-size:16px}}@media only screen and (max-width:812px){.product_detail_wrapper .mobile-view.productExtraInfo .product_information .content .attribute_table tr td:last-child{font-family:Futura PT Book,Helvetica,Arial,sans-serif;width:65%}.product_detail_wrapper .mobile-view.productExtraInfo .product_information .content .view_more span{font-size:14px;text-transform:uppercase;color:#4d4d4d;text-decoration:none}}@media only screen and (max-width:812px)and (max-width:767px){.product_detail_wrapper .mobile-view.productExtraInfo .product_information .content .view_more span{font-size:12px}}@media only screen and (max-width:812px){.product_detail_wrapper .mobile-view.productExtraInfo .product_quality_detail{display:block}.product_detail_wrapper .mobile-view.productExtraInfo .product_quality_detail:before{display:none}.product_detail_wrapper .mobile-view.productExtraInfo .product_quality_detail .detail{max-width:100%;width:100%}.product_detail_wrapper .mobile-view.productExtraInfo .product_quality_detail .infoHeading{display:block;font-size:16px;color:#272727;font-family:FuturaPT-Demi,Helvetica,Arial,sans-serif;margin-bottom:8px}}@media only screen and (max-width:812px)and (max-width:767px){.product_detail_wrapper .mobile-view.productExtraInfo .product_quality_detail .infoHeading{font-size:14px}}@media only screen and (max-width:812px){.product_detail_wrapper .mobile-view.productExtraInfo .product_quality_detail .view_product_quality .view_more span{bottom:-12px}.product_detail_wrapper .mobile-view.productExtraInfo .product_quality_detail .product_quality_listing{font-size:18px;color:#4d4d4d;line-height:1.3}}@media only screen and (max-width:812px)and (max-width:767px){.product_detail_wrapper .mobile-view.productExtraInfo .product_quality_detail .product_quality_listing{font-size:16px}}@media only screen and (max-width:812px){.product_detail_wrapper .mobile-view.productExtraInfo .productDelivery,.product_detail_wrapper .mobile-view.productExtraInfo .sizeChart{position:relative}.arabic .product_detail_wrapper .mobile-view.productExtraInfo .productDelivery h5,.arabic .product_detail_wrapper .mobile-view.productExtraInfo .sizeChart h5{font-weight:700;color:#151515}.product_detail_wrapper .mobile-view.productExtraInfo .productDelivery:after,.product_detail_wrapper .mobile-view.productExtraInfo .sizeChart:after{content:"";position:absolute;background:url(/static/media/m-sprite.BgZD8ZDs.png) no-repeat;background-size:300px;display:inline-block;background-position:-62px -179px;width:8px;height:10px;right:14px;top:22px}.arabic .product_detail_wrapper .mobile-view.productExtraInfo .productDelivery:after,.arabic .product_detail_wrapper .mobile-view.productExtraInfo .sizeChart:after{background-position:-60px -196px;right:auto;left:14px}}.product_detail_wrapper .item_details_wrapper .action_container .wishlist-icon{visibility:visible;position:relative;display:inline-block;vertical-align:middle;width:49px;height:49px;margin-left:21px;background-color:#efefef;top:auto;right:0;border-radius:50%;cursor:pointer}.arabic .product_detail_wrapper .item_details_wrapper .action_container .wishlist-icon{margin-left:0;margin-right:21px}.product_detail_wrapper .item_details_wrapper .action_container .wishlist-icon:before{content:"";width:49px;height:49px;position:absolute;background:url(/static/media/wishlistspritesheet_yellow.DJ07Ulbt.png) no-repeat}.product_detail_wrapper .item_details_wrapper .action_container .wishlist-icon.wishlistedIcon:before{background:url(/static/media/wishlistspritesheet_yellow.DJ07Ulbt.png) -1541px -5px}.product_detail_wrapper .item_details_wrapper .action_container .wishlist-icon.wishlistIcon:before{background:url(/static/media/wishlistspritesheet_yellow.DJ07Ulbt.png) no-repeat -1217px -5px}.product_detail_wrapper .item_details_wrapper .action_container .addAnimation:before{background-position:-1217px -5px;animation:pdp-add-to-wishlist 1s steps(22);-webkit-animation:pdp-add-to-wishlist 1s steps(22);animation-fill-mode:both}.product_detail_wrapper .item_details_wrapper .action_container .removeAnimation:before{background-position:-1541px -5px;animation:pdp-remove-from-wishlist .35s steps(7);-webkit-animation:pdp-remove-from-wishlist .35s steps(7);animation-fill-mode:forwards}@keyframes pdp-add-to-wishlist{0%{background-position:-29px -5px}to{background-position:-1217px -5px}}@keyframes pdp-remove-from-wishlist{0%{background-position:-1217px -5px}to{background-position:-1541px -5px}}@-webkit-keyframes pdp-add-to-wishlist{0%{background-position:-29px -5px}to{background-position:-1217px -5px}}@-webkit-keyframes pdp-remove-from-wishlist{0%{background-position:-1217px -5px}to{background-position:-1541px -5px}}@media only screen and (max-width:812px){.product_detail_wrapper .item_details_wrapper .action_container .wishlist-icon{display:none}}.product_detail_wrapper .product_top_wish_list .mobile-tablet-view.wishlist-icon{overflow:hidden;z-index:2;top:0;left:0;position:relative;background-color:#fff;border:1px solid #c2c2c2;border-radius:50%;visibility:visible;width:30px;height:30px}.product_detail_wrapper .product_top_wish_list .mobile-tablet-view.wishlist-icon:before{content:"";width:30px;height:30px;position:absolute;top:1px;left:1px;background:url(/static/media/mobile_wishlistspritesheet_new.DEVwylQv.png) no-repeat}@media only screen and (max-width:812px){.product_detail_wrapper .product_top_wish_list .mobile-tablet-view.wishlist-icon{visibility:visible;width:30px;height:30px}.product_detail_wrapper .product_top_wish_list .mobile-tablet-view.wishlist-icon:before{content:"";width:30px;height:30px;background:url(/static/media/mobile_wishlistspritesheet_new.DEVwylQv.png) no-repeat}}.product_detail_wrapper .product_top_wish_list .mobile-tablet-view.wishlist-icon.wishlistedIcon:before{background:url(/static/media/mobile_wishlistspritesheet_new.DEVwylQv.png) no-repeat -770px -2px}@media only screen and (max-width:812px){.product_detail_wrapper .product_top_wish_list .mobile-tablet-view.wishlist-icon.wishlistedIcon:before{background:url(/static/media/mobile_wishlistspritesheet_new.DEVwylQv.png) no-repeat -770px -2px}}.product_detail_wrapper .product_top_wish_list .mobile-tablet-view.wishlist-icon.wishlistIcon:before{background:url(/static/media/mobile_wishlistspritesheet_new.DEVwylQv.png) no-repeat -554px -2px}@media only screen and (max-width:812px){.product_detail_wrapper .product_top_wish_list .mobile-tablet-view.wishlist-icon.wishlistIcon:before{background:url(/static/media/mobile_wishlistspritesheet_new.DEVwylQv.png) no-repeat -554px -2px}}.product_detail_wrapper .product_top_wish_list .addAnimation.mobile-tablet-view:before{background-position:-554px -2px;animation:m-add-to-wishlist 1s steps(22);-webkit-animation:m-add-to-wishlist 1s steps(22);animation-fill-mode:both}@media only screen and (max-width:812px){.product_detail_wrapper .product_top_wish_list .addAnimation:before{background-position:-554px -2px;animation:m-add-to-wishlist 1s steps(22);-webkit-animation:m-add-to-wishlist 1s steps(22);animation-fill-mode:both}}.product_detail_wrapper .product_top_wish_list .removeAnimation .mobile-tablet-view:before{background-position:-770px -2px;animation:m-remove-from-wishlist .35s steps(7);-webkit-animation:m-remove-from-wishlist .35s steps(7);animation-fill-mode:forwards}@media only screen and (max-width:812px){.product_detail_wrapper .product_top_wish_list .removeAnimation:before{background-position:-770px -2px;animation:m-remove-from-wishlist .35s steps(7);-webkit-animation:m-remove-from-wishlist .35s steps(7);animation-fill-mode:forwards}}@keyframes m-add-to-wishlist{0%{background-position:40px -2px}to{background-position:-554px -2px}}@keyframes m-remove-from-wishlist{0%{background-position:-554px -2px}to{background-position:-770px -2px}}@-webkit-keyframes m-add-to-wishlist{0%{background-position:40px -2px}to{background-position:-554px -2px}}@-webkit-keyframes m-remove-from-wishlist{0%{background-position:-554px -2px}to{background-position:-770px -2px}}@media only screen and (max-width:812px){#product-detail{padding-bottom:80px;background-color:#f9f9f9}}@media only screen and (max-width:812px){#product-detail .recentlyViewed{background-color:#fff;padding-bottom:2px}}@media only screen and (max-width:812px){#product-detail .recentlyViewed .section_heading{color:#272727;text-transform:uppercase;margin-bottom:12px}}@media only screen and (max-width:812px){#product-detail .side_sizeChart .chart_wrapper .popupHeading{padding:0}#product-detail .side_sizeChart .chart_wrapper .popupHeading p{text-align:center;position:relative;border-bottom:none;font-size:18px;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif;color:#111;padding:18px 0 20px;margin-bottom:0;background-color:#fff}#product-detail .side_sizeChart .chart_wrapper .popupHeading p:after{content:"";position:absolute;height:15px;background-color:#f6f6f6;width:100%;left:0;bottom:-15px}#product-detail .side_sizeChart .chart_wrapper .switchUnit p{margin-top:45px}#product-detail .side_sizeChart .chart_wrapper .switchUnit p span{height:30px;line-height:26px;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif;border:1px solid #5d5d5d;font-weight:500;border-radius:0;width:auto;padding:0 9px;outline:1px solid #d1d1d1;outline-offset:-2px}#product-detail .side_sizeChart .chart_wrapper .switchUnit p span.active{background-color:#e9e9e9}#product-detail .side_sizeChart .close{right:auto;left:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20.247'%20height='20.241'%20viewBox='0%200%2020.247%2020.241'%3e%3cg%20data-name='Group%2016'%3e%3cpath%20d='M12.999%2012.153a.7.7%200%200%200-1.194.51.7.7%200%200%200%20.211.493l7.037%206.889a.721.721%200%200%200%20.994-.01.7.7%200%200%200-.011-.993z'%20data-name='Path%2017'/%3e%3cpath%20d='M6.945%207.936a.717.717%200%200%200%20.994%200%20.7.7%200%200%200%200-.992L1.2.205a.702.702%200%201%200-.994.992z'%20data-name='Path%2018'/%3e%3cpath%20d='M19.545%200a.7.7%200%200%200-.5.2L.203%2019.043a.7.7%200%200%200%200%20.992.716.716%200%200%200%20.994%200L20.039%201.192a.7.7%200%200%200-.5-1.2z'%20data-name='Path%2019'/%3e%3c/g%3e%3c/svg%3e") no-repeat top center;background-size:12px 11px;width:12px;height:11px;top:20px;padding:8px;opacity:1;font-size:0}.arabic #product-detail .side_sizeChart .close{left:auto;right:24px}#product-detail .side_sizeChart .htmldata table tbody tr th{background-color:#646464;color:#fff!important;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif;font-weight:500;text-transform:uppercase;font-size:12px}#product-detail .side_sizeChart .htmldata table tbody tr td{font-size:14px;color:#000;font-family:Futura PT Book,Helvetica,Arial,sans-serif}#product-detail .side_sizeChart .htmldata table tbody tr td:nth-child(1){font-weight:400}}.with_no_border{border:none}#product-detail .product_detail_wrapper{padding-bottom:30px;position:relative}@media only screen and (max-width:812px){#product-detail .product_detail_wrapper{padding:0!important;background-color:#f9f9f9}}#product-detail .product_detail_wrapper .item_details_wrapper{position:relative;display:inline-block;vertical-align:top;width:100%;max-width:50%;padding-left:35px}#product-detail .product_detail_wrapper .item_details_wrapper .dynamic_banner{font-size:initial}@media only screen and (max-width:1024px){#product-detail .product_detail_wrapper .item_details_wrapper{padding-left:22px}}@media only screen and (max-width:812px){#product-detail .product_detail_wrapper .item_details_wrapper .brand_detail_wrapper h1{margin-bottom:0}#product-detail .product_detail_wrapper .item_details_wrapper .brand_detail_wrapper{padding:15px 14px 0}#product-detail .product_detail_wrapper .item_details_wrapper .brand_detail_wrapper.ai_image{padding:5px 14px 0}#product-detail .product_detail_wrapper .item_details_wrapper .product_price_wrapper{padding:9px 14px 14px;background-color:#fff}#product-detail .product_detail_wrapper .item_details_wrapper{display:block;width:100%;max-width:100%;margin-top:0;padding:0;background-color:#f9f9f9;position:relative}}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container{margin-top:15px;padding:18px 15px;background-color:#fff}.arabic #product-detail .product_detail_wrapper .item_details_wrapper .installments-container .installments-title{text-align:right;margin:auto 15px auto 0}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container .installments-title{margin:auto 0 auto 15px;width:100%;font-size:14px;font-weight:600;text-transform:uppercase;display:block;position:relative}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container .installments-title:after{content:"";position:absolute;background:url(/static/media/m-sprite.BgZD8ZDs.png) no-repeat;background-size:300px;display:inline-block;background-position:-15px -108px;width:10px;height:6px;right:0;top:6px;transition:all .3s}.arabic #product-detail .product_detail_wrapper .item_details_wrapper .installments-container .installments-title:after{left:-3px;right:auto}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container .installments-content{display:none}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-title:after{transform:rotate(180deg)}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content{display:block}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content .price-snippet{margin:10px 0 0;padding:16px 16px 16px 20px;width:auto;flex-direction:row;justify-content:space-between;background-color:#f8f8f8;border-radius:3px;border:none}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content .price-snippet{padding:11px 14px 9px}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content .price-snippet:first-child{margin-top:0}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content .price-snippet .pay-icon{height:auto;width:auto;margin-left:10px}.arabic #product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content .price-snippet .pay-icon,.arabic #product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content .price-snippet .pay-icon.tamara_pay_by_instalments{margin-left:0;margin-right:10px}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content .price-snippet .pay-icon.tamara_pay_by_instalments{margin-left:10px;margin-right:0}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content .price-snippet .pay-icon .svg-icon{margin:0;width:64px;max-width:64px;height:auto}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content .price-snippet .description{display:flex;flex-wrap:wrap;font-size:16px;line-height:20px;color:#464545;text-align:start;margin:0 3px 0 0}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content .price-snippet .description>.price{margin-right:3px;white-space:nowrap}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content .price-snippet .description>.learn_more{display:inline-block;text-decoration:underline;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif}.arabic #product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content .price-snippet .description{margin-right:0;margin-left:3px}.arabic #product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content .price-snippet .description>.price{margin-right:0;margin-left:3px}.arabic #product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content .price-snippet .description>.learn_more{display:inline-block;text-decoration:underline;font-family:FuturaPT-Medium,Helvetica,Arial,sans-serif}#product-detail .product_detail_wrapper .item_details_wrapper .installments-container.expanded-content .installments-content .price-snippet .info-icon{display:none;width:14px;height:14px;order:3;position:relative!important;bottom:3px!important;right:10px!important}#product-detail .product_detail_wrapper .item_details_wrapper .deliveryReturnTabContent{padding:0}#product-detail .product_detail_wrapper .item_details_wrapper .deliveryReturnTabContent .selectedCountry{background-color:#fff;padding:0 16px;height:66px}#product-detail .product_detail_wrapper .item_details_wrapper .deliveryReturnTabContent .selectedCountry .floatedTxt{display:inline-block;font-family:Futura PT Book,Helvetica,Arial,sans-serif;font-size:14px;margin-top:10px}#product-detail .product_detail_wrapper .item_details_wrapper .deliveryReturnTabContent .selectedCountry .country_section{display:flex;align-items:center;font-size:16px;font-family:FuturaPT-Demi,Helvetica,Arial,sans-serif;margin-top:8px;gap:4px}#product-detail .product_detail_wrapper .item_details_wrapper .deliveryReturnTabContent .selectedCountry .country_section span{padding:0}#product-detail .product_detail_wrapper .item_details_wrapper .deliveryReturnTabContent .selectedCountry .country_section .delivery_city{background-color:#fffade;text-decoration:underline}#product-detail .product_detail_wrapper .item_details_wrapper .deliveryReturnTabContent .delivery_info_mobile .shipping_modal_wrapper{background-color:#fff;padding:13px 15px}.arabic .size_selection_message{text-align:right}
