body{direction:ltr;font-family:var(--font-body-family);font-weight:400;line-height:2;overflow-x:hidden;font-size:1rem;background-color:#f8f8f8;color:#08151a}html[lang=ar] body{direction:rtl}p{color:var(--font-body-color);font-size:calc(var(--font-body-scale) * .0625rem)}ol,ul{list-style-type:none;padding-left:0}html[lang=ar] ol,html[lang=ar] ul{padding-left:auto;padding-right:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family);font-weight:500;color:var(--font-heading-color);line-height:2;word-break:break-word;margin-bottom:0}dl,ol,ul{margin-bottom:0}p{line-height:1.7;margin-bottom:0}h1,.h1{font-size:calc(var(--font-heading-scale) * .0625rem + 1.5rem)}h2,.h2{font-size:calc(var(--font-heading-scale) * .0625rem + 1rem)}h3,.h3{font-size:calc(var(--font-heading-scale) * .0625rem + .75rem)}h4,.h4{font-size:calc(var(--font-heading-scale) * .0625rem + .5rem)}h5,.h5{font-size:calc(var(--font-heading-scale) * .0625rem + .25rem)}h6,.h6{font-size:calc(var(--font-heading-scale) * .0625rem)}img{object-fit:cover}textarea{resize:none}input[type=search]::-ms-clear{display:none;width:0;height:0}input[type=search]::-ms-reveal{display:none;width:0;height:0}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}[type=email],[type=number],[type=tel],[type=url]{direction:ltr}html[lang=ar] [type=email],html[lang=ar] [type=number],html[lang=ar] [type=tel],html[lang=ar] [type=url]{direction:rtl}.form-control-lg,.form-select-lg{padding:.8rem 2rem}.mt-8{margin-top:8rem!important}.fs-14{font-size:14px}.form-check-input:checked{background-color:#420909;border-color:#420909}.form-check-input:focus{box-shadow:0 0 0 .2rem #4209094d}.form-control:focus,.form-select:focus,.header .content .logo-search .search-box input:focus{border-color:#420909;box-shadow:0 0 0 .2rem #42090980}.form-control.is-invalid{background-position:right .5rem center}html[lang=ar] .form-control.is-invalid{background-position:left .5rem center}a{text-decoration:none;color:#08151a}a:hover{color:#08151a}button{border:none}.mt-8rem{margin-top:8rem}.success-message{color:#4bb543}.error-message{color:#dc3545!important}.success-message svg,.error-message svg{height:1.2rem;width:1.2rem;margin-right:4px}span.required{color:#e74646}.hover-black-icon:hover{color:#1f1f1f}.errors{color:#e74646}.store-form-control,.store-form-select{background-color:var(--inputs-backgroundColor);color:var(--inputs-color);font-weight:var(--inputs-font-weight);border:var(--inputs-border-thickness) var(--inputs-border-style) var(--inputs-border-color);font-size:calc(var(--inputs-text-size) * .0625rem);border-radius:calc(var(--inputs-border-radius) * .0625rem)}::placeholder{font-size:14px}.store-form-control::placeholder,.store-form-select::placeholder{color:var(--inputs-placeholder-color);font-size:calc(var(--inputs-placeholder-size) * .0625rem)}.btn-store{padding:12px 20px;color:var(--buttons-color);border-radius:var(--buttons-border-radius);border:var(--buttons-border-thickness) solid var(--buttons-backgroundColor);transition:all .3s ease-in-out;font-size:calc(var(--buttons-text-size) * .0625rem);font-weight:400;cursor:pointer;background-color:var(--buttons-backgroundColor)}.btn-store:hover{background-color:var(--buttons-color);color:var(--buttons-backgroundColor)}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.app-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:888;display:none;background-color:#0000004d}.overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2}.store-animation-anchor{position:relative}.store-animation-anchor:after{border-radius:1em;border-top:.1em solid #1f1f1f;content:"";position:absolute;left:0;bottom:-.1em;right:100%;transition:right .3s cubic-bezier(0,.5,0,1)}html[lang=ar] .store-animation-anchor:after{right:0;left:100%;transition:left .3s cubic-bezier(0,.5,0,1)}.store-animation-anchor:hover:after{right:0}html[lang=ar] .store-animation-anchor:hover:after{left:0}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes flash{0%{opacity:.1}to{opacity:1}}@keyframes flash{0%{opacity:.8}to{opacity:1}}.store-animation-flash:hover{opacity:1;-webkit-animation:flash 1.5s;animation:flash 1.5s}.not-allowed-cursor{cursor:not-allowed!important}.cursor-auto{cursor:auto!important}.pointer-cursor{cursor:pointer!important}.fw-medium{font-weight:500!important}.placeholder{background-color:rgba(var(--color-foreground),.04);color:rgba(var(--color-foreground),.55);fill:rgba(var(--color-foreground),.55)}.store-slick-items .slick-prev,.store-slick-items .slick-next{top:45%;height:35px;width:35px;transition:all .3s ease-in-out;border-radius:50%;font-size:30px}.store-slick-items .slick-next{right:-35px}html[lang=ar] .store-slick-items .slick-next{right:auto;left:-35px}.store-slick-items .slick-prev{left:-35px}html[lang=ar] .store-slick-items .slick-prev{left:auto;right:-35px}@media (max-width: 991.98px){.slider-line{width:70%}h1,.h1{font-size:calc(var(--font-heading-scale) * .0625rem + 1.3rem)}h2,.h2{font-size:calc(var(--font-heading-scale) * .0625rem + .85rem)}h3,.h3{font-size:calc(var(--font-heading-scale) * .0625rem + .65rem)}h3,.h3{font-size:calc(var(--font-heading-scale) * .0625rem + .55rem)}h4,.h4{font-size:calc(var(--font-heading-scale) * .0625rem + .35rem)}h5,.h5{font-size:calc(var(--font-heading-scale) * .0625rem + .15rem)}h6,.h6{font-size:calc(var(--font-heading-scale) * .06rem)}p,span,a,button,.btn,.btn-store,.form-label,::placeholder{font-size:16px}.icon svg,.default-icon{height:22px;width:22px}}@media (max-width: 767.98px){.store-slick-items .slick-next{right:0}html[lang=ar] .store-slick-items .slick-next{right:auto;left:0}.store-slick-items .slick-prev{left:0}html[lang=ar] .store-slick-items .slick-prev{left:auto;right:0}h1,.h1{font-size:calc(var(--font-heading-scale) * .0625rem + 1.2rem)}h2,.h2{font-size:calc(var(--font-heading-scale) * .0625rem + .55rem)}h3,.h3{font-size:calc(var(--font-heading-scale) * .0625rem + .4rem)}h4,.h4{font-size:calc(var(--font-heading-scale) * .0625rem + .2rem)}h5,.h5{font-size:calc(var(--font-heading-scale) * .0625rem + .05rem)}h6,.h6{font-size:calc(var(--font-heading-scale) * .05rem)}p,span,a,button,.btn,.btn-store,.form-label,.form-label ::placeholder{font-size:14px}.btn-store{padding:8px 10px}.icon svg,.default-icon,.btn-show-all svg,.slick-prev svg,.slick-next svg{height:18px;width:18px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/base.css.map */
