*{font-family:Tajawal,sans-serif;transition:.4s ease-in-out}*,body{margin:0}body{background:url(/static/media/2.f403f935b2393caea2ce.jpg);background-position:50%;background-size:cover}body::-webkit-scrollbar{width:4px}body::-webkit-scrollbar-track{background-color:#f3f3f3;background-color:var(--primary-base-color);border-radius:50px}body::-webkit-scrollbar-thumb{background:#28272c;background:var(--primary-dark-base-color);border-radius:50px}.sarIcon{height:20px;width:20px}:root{--primary-base-color:#f3f3f3;--secondary-base-color:#f7f7f7;--primary-dark-base-color:#28272c;--secondary-dark-base-color:#5c5c5c;--primary-color:#815531;--secondary-color:#553181;--third-color:#318155;--forth-color:#315d81;--primary-color-trs:#815531aa;--primary-color-trs-more:#81553188;--secondary-color-trs:#553181aa;--third-color-trs:#318155aa;--forth-color-trs:#315d81aa;--primary-text-color:#fff;--secondary-text-color:#f3f3f3;--third-text-color:#f3e9dc;--primary-dark-text-color:#000;--secondary-dark-text-color:#28272c;--third-dark-text-color:#3c3c3c;--shadow:#00000022;--shadow-light:#f3f3f322;--shadow-second:#00000011;--light-shadow:#f3f3f344;--primary-color-shadow:#81553122;--secondary-color-shadow:#55318122;--third-color-shadow:#31815522;--forth-color-shadow:#315d8122;--error-color:#ae1010}.footer{align-items:center;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background-color:var(--shadow);box-shadow:5px 5px 10px var(--shadow);color:var(--secondary-base-color);display:flex;flex-direction:column;gap:20px;justify-content:center}.footer.ar{direction:rtl}.footer-vibes{box-sizing:border-box;justify-content:space-around;margin-top:20px;padding:0 10px;width:100%}.footer-vibe,.footer-vibes{align-items:center;display:flex;gap:10px}.footer-vibe{justify-content:center}.footer-vibe-txt{max-width:300px}.footer-vibe img{height:80px;width:80px}.footer-base{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr);width:100%}.footer-base,.footer-logo{align-items:center;margin-top:20px}.footer-logo{color:var(--secondary-base-color);display:flex;flex-direction:column}.footer-logo img{filter:invert(1);width:250px}.footer-links{color:var(--secondary-text-color);display:flex;flex-direction:column;font-size:20px;list-style:none;padding:0}.footer-links li{cursor:pointer}.footer-links li:hover{transform:scale(1.02)}.footer-social-icons{cursor:pointer;display:flex;filter:invert(1);gap:10px}.footer-social-icon{height:30px;width:30px}.footer-social-icon:hover{transform:scale(1.02)}.footer-payment-icons{display:flex;gap:20px}.footer-payment-icon{background-color:var(--secondary-base-color);border-radius:6px;height:30px;padding:2px;width:40px}.footer-copyright{align-items:center;color:var(--secondary-text-color);display:flex;flex-direction:column;gap:10px;margin-bottom:30px;width:100%}.footer-copyright hr{background:var(--secondary-base-color);border:none;border-radius:10px;height:2px;width:90%}@media(max-width:1200px){.footer-vibes{gap:0}}@media(max-width:930px){.footer-vibes{align-items:start;flex-direction:column;gap:20px;padding:0 30px}.footer-base{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.footer-base{gap:20px;grid-template-columns:1fr}.footer-links,.footer-social-icons{padding:0 40px}}.navbar{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background-color:var(--shadow);border-radius:30px;box-shadow:5px 5px 10px var(--shadow);color:var(--secondary-text-color);display:flex;justify-content:space-between;margin:10px;padding:5px 5px 5px 25px;position:relative;z-index:1}.nav-logo{align-items:center;display:flex;gap:10px}a{border:0;outline:0}.nav-logo img{filter:invert(1);object-fit:cover;padding-top:10px;width:70px}.nav-menu{align-items:center;cursor:pointer;display:flex;font-size:20px;font-weight:500;gap:50px;height:100%;list-style:none;padding:0}.nav-menu.ar{direction:rtl;text-align:right}.nav-list{border-bottom:2px solid var(--light-shadow);font-size:21px;padding:5px}.nav-menu-right{align-items:center;display:flex;font-size:20px;font-weight:500;gap:20px;list-style:none;padding:0}.nav-menu-right li{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:3px;justify-content:center;position:relative;transition:.4s ease-in-out}.signout-link{cursor:pointer;filter:invert(1);height:30px;width:30px}.nav-menu-right li a{align-items:center;display:flex;flex-direction:column;justify-content:center}.nav-menu-right li a img,.nav-menu-right li img{filter:invert(1)}.nav-cart-count{align-items:center;background-color:var(--secondary-base-color);border-radius:11px;box-shadow:5px 5px 10px var(--shadow);color:var(--secondary-dark-text-color);display:flex;font-size:12px;font-weight:600;height:18px;justify-content:center;position:absolute;right:13px;top:0;width:18px;z-index:2}.cart,.navbar-user{height:45px}.nav-close,.nav-dropdown{display:none}.language{cursor:pointer;height:35px}.language:hover{transform:scale(1.02)}.language-list-container{display:none;position:relative}.language-display{display:block}@keyframes langConAnim{0%{height:0}to{height:100px}}.language-list{animation:langConAnim .4s ease-in-out 0s 1 normal forwards;background-color:var(--secondary-base-color);border-radius:10px;display:flex;filter:drop-shadow(5px 5px 6px var(--shadow));flex-direction:column;height:0;overflow:hidden;position:absolute;right:-15px;top:0;width:100px;z-index:55}.language-list p{align-items:center;color:var(--secondary-dark-text-color);cursor:pointer;display:flex;flex-grow:1;margin:0;padding:5px}.language-list-p-align{justify-content:end}.language-list p:hover{background-color:var(--shadow)}@media(max-width:1130px){.nav-dropdown{cursor:pointer;display:block;height:35px;transition:.4s ease-in-out}.nav-menu-container{display:none;height:100dvh;overflow:hidden;position:fixed;right:-10px;top:-10px;width:250px;z-index:999}.nav-menu{align-items:start;animation:navOpen .4s ease-in-out .1s 1 normal forwards;background-color:var(--secondary-base-color);box-sizing:border-box;color:#000;display:flex;flex-direction:column;gap:20px;height:inherit;justify-content:start;padding:50px;transform:translate(300px);width:250px}@keyframes navOpen{0%{transform:translate(300px)}to{transform:translate(0)}}.nav-close,.nav-menu-visible{display:block}.nav-close img{height:20px;width:20px}.nav-menu-right{gap:5px}}@media(max-width:670px){.nav-logo img{width:60px}.nav-menu-right{gap:0}.cart{height:35px}.language{height:25px}.nav-cart-count{font-size:10px;height:12px;right:8px;width:12px}.navbar-user{height:30px}}.relatedproducts{align-items:center;display:flex;flex-direction:column;gap:10px;padding:50px 0}.relatedproducts h4{color:var(--primary-dark-text-color);font-size:30px;font-weight:500}.relatedproducts hr{background-color:var(--primary-dark-base-color);border-radius:10px;height:2px;width:50%}.relatedproducts-item{align-items:center;box-sizing:border-box;display:flex;gap:30px;justify-content:start;overflow:auto;padding:20px 0;width:80vw}.relatedproducts-item *{flex-shrink:0}.relatedproducts-item::-webkit-scrollbar{height:2px}.relatedproducts-item::-webkit-scrollbar-track{background-color:var(--primary-base-color);border-radius:50px}.relatedproducts-item::-webkit-scrollbar-thumb{background:var(--secondary-dark-base-color);border-radius:50px}.item{border-radius:10px;overflow:hidden;position:relative;width:200px}.item.ar{direction:rtl}.item.outOfStock{filter:grayscale(1)}.item.outOfStock:after{transform:rotate(130deg)}.item.outOfStock:after,.item.outOfStock:before{background-color:var(--shadow);content:"";height:2px;left:-25px;position:absolute;top:95px;width:250px}.item.outOfStock:before{transform:rotate(-130deg)}.item-img{border-radius:10px;height:200px;object-fit:contain;width:200px}.item-colors{align-items:center;display:flex;gap:10px;height:25px;padding:0 2px}.item-color{border-radius:50%;box-sizing:border-box;cursor:pointer;display:inline-block;height:20px;position:relative;width:20px}.item-color.outOfStock{border:3px solid #afafaf;filter:grayscale(.5)}.item-color.outOfStock:after{background-color:#afafaf;content:"";height:2px;left:-2px;position:absolute;top:7px;transform:rotate(-45deg);transform-origin:center;width:19.5px}.item-color.selected{border:2px double #afafaf;transform:scale(1.02)}.item-price-cart{gap:0;justify-content:space-between;width:100%}.item-price,.item-price-cart{align-items:center;display:flex}.item-price{color:var(--secondary-dark-text-color);direction:ltr;font-size:18px;font-weight:600;gap:5px}.item-old-price{direction:ltr;text-align:center}.sarIcon-item{height:15px;width:15px}.sarIcon-item-2{height:12px;width:12px}.item-old-price{color:var(--primary-color-trs);font-size:14px;font-weight:500;text-decoration:line-through}.add-to-cart{align-items:center;background-color:var(--third-color-trs);border-radius:10px;cursor:pointer;display:flex;height:30px;justify-content:center;width:50px}.add-to-cart img{filter:invert(1);height:30px;width:30px}.add-to-cart:hover{transform:scale(1.02)}.add-to-cart.outOfStock{cursor:default;filter:grayscale(.5)}.add-to-cart.outOfStock:hover{transform:scale(1)}.link{cursor:pointer;text-decoration:none}.link,.link:visited{color:inherit}@media(max-width:480px){.item,.item-img{width:180px}.item-img{height:180px}}@media(max-width:400px){.item,.item-img{width:140px}.item-img{height:140px}}.cart-container{background-color:var(--primary-base-color)}.home{align-items:center;box-sizing:border-box;color:var(--primary-text-color);display:flex;flex-direction:column;gap:50px;height:100dvh;justify-content:start;padding:50px;width:100%}.home-imgs{height:250px;overflow:hidden;position:relative;width:500px}.home-imgs img{animation:slide 8s infinite;height:auto;object-fit:cover;position:absolute;width:100%}@keyframes slide{0%{opacity:0;transform:translateX(100%)}10%{opacity:1;transform:translateX(0)}25%{opacity:1;transform:translateX(0)}35%{opacity:0;transform:translateX(-100%)}to{opacity:0;transform:translateX(-100%)}}.home-imgs img:first-child{animation-delay:0s}.home-imgs img:nth-child(2){animation-delay:2s;opacity:0}.home-imgs img:nth-child(3){animation-delay:4s;opacity:0}.home-imgs img:nth-child(4){animation-delay:6s;opacity:0}.home-links{gap:50px}.home-link,.home-links{align-items:center;display:flex;justify-content:center}.home-link{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background-color:var(--shadow);border-radius:16px;box-shadow:5px 5px 10px var(--shadow);flex-grow:1;font-size:30px;font-weight:700;height:250px;width:250px}.home-link:hover{filter:drop-shadow(5px 5px 6px var(--shadow));transform:scale(1.02)}@media(max-width:750px){.home-imgs{width:400px}.home-link{height:200px;width:200px}}@media(max-width:500px){.home{height:100%}.home-imgs{width:300px}.home-links{flex-wrap:wrap;gap:10px}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.home-reviews.swiper-reviews-container{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background-color:var(--shadow);border-radius:10px;box-sizing:border-box;color:#fff;margin:auto;padding:1rem;width:100%}.home-reviews.swiper-reviews-container.ar{direction:rtl}.home-reviews.review-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(5px);background:var(--light-shadow);border-radius:12px;box-sizing:border-box;display:flex;filter:drop-shadow(5px 5px 6px var(--shadow));flex-direction:column;height:100%;justify-content:space-between;max-height:150px;padding:1rem;width:270px}.home-reviews.review-stars{color:#ffb400;font-size:12px}.home-reviews.review-comment{font-size:12px;font-style:italic;height:50px;margin-bottom:10px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:pre-wrap;white-space:nowrap;word-break:break-word}.home-reviews.review-comment:after{bottom:0;content:"";height:40px;left:0;position:absolute;width:100%}.home-reviews.review-name{font-weight:700;text-align:right}.home-reviews.swiper-slide{display:flex;height:auto!important}.swiper-pagination-bullet{background:#ccc}.displayProduct-reviews.swiper-reviews-container{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background-color:var(--secondary-color-shadow);border-radius:10px;box-sizing:border-box;color:#333;margin:auto;padding:1rem;width:100%}.displayProduct-reviews.swiper-reviews-container.ar{direction:rtl}.displayProduct-reviews.review-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(5px);background:var(--light-shadow);border-radius:12px;box-sizing:border-box;display:flex;filter:drop-shadow(5px 5px 6px var(--shadow));flex-direction:column;height:100%;justify-content:space-between;max-height:150px;padding:1rem;width:270px}.displayProduct-reviews.review-stars{color:#ffb400;font-size:12px}.displayProduct-reviews.review-comment{font-size:12px;font-style:italic;height:50px;margin-bottom:10px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:pre-wrap;white-space:nowrap;word-break:break-word}.displayProduct-reviews.review-comment:after{bottom:0;content:"";height:40px;left:0;position:absolute;width:100%}.displayProduct-reviews.review-name{font-weight:700;text-align:right}.swiper-slide{display:flex;height:auto!important}.swiper-pagination{bottom:-5px!important;text-align:center}.swiper-pagination-bullet{background:#999;border-radius:50%;height:5px;margin:0 5px;opacity:1;transition:background .3s;width:5px}.swiper-pagination-bullet-active{background:#000}.product{background-color:var(--primary-base-color);padding:20px}.breadcrum{align-items:center;color:var(--third-dark-text-color);display:flex;font-size:16px;font-weight:500;gap:8px;padding:20px;text-transform:capitalize}.breadcrum.ar{direction:rtl}@media(max-width:500px){.breadcrum{padding:0 0 20px}}.productDisplay{display:flex;gap:5px;justify-content:space-around;min-height:70dvh}.productDisplay-left{display:flex;gap:10px}.productDisplay-img-list{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:space-between;max-height:500px;overflow:auto;overflow-x:hidden;padding:10px;width:130px}.productDisplay-img-list::-webkit-scrollbar{height:2px;width:2px}.productDisplay-img-list::-webkit-scrollbar-track{background-color:var(--light-shadow);border-radius:50px}.productDisplay-img-list::-webkit-scrollbar-thumb{background:var(--shadow);border-radius:50px}.productDisplay-img-list .image{border:1px solid var(--shadow);border-radius:10px;cursor:pointer;height:100px;object-fit:cover;width:100px}.productDisplay-img-list .image.active{border:3px solid var(--secondary-color-trs)}.productDisplay-img-list img:hover{transform:scale(1.05)}.productdisplay-img{cursor:pointer;height:500px;width:500px}.productdisplay-img img{border:1px solid var(--shadow);border-radius:10px;height:500px;object-fit:contain;width:500px}.productDisplay-right{display:flex;flex-direction:column;width:100%}.productDisplay-right.ar{align-items:end;text-align:right}.productDisplay-right h1{color:var(--secondary-dark-text-color);font-size:30px;font-weight:600}.productdisplay-right-prices{display:flex;flex-direction:column;font-size:35px;font-weight:600;margin:40px 0}.productdisplay-right-price{color:var(--third-color)}.product-disp-sarIcon{height:24px;margin-right:5px;width:24px}.product-disp-sarIcon2{height:15px;margin-right:5px;width:15px}.productdisplay-right-old-price{color:var(--primary-color-trs);font-size:20px;font-weight:500;text-decoration:line-through}.productdisplay-right-description{margin:20px 0;width:100%}.productdisplay-right-description.ar{direction:rtl}.productdisplay-right-color{margin:10px 0}.productdisplay-right-color.ar{direction:rtl}.productdisplay-details{margin:5px 0;width:100%}.productdisplay-details.ar{direction:rtl}.productdisplay-details summary{background-color:var(--primary-color-trs);border-radius:7px;box-shadow:5px 5px 10px var(--shadow);color:var(--secondary-text-color);font-size:16px;font-weight:500;padding:10px}.productdisplay-details p{border:1px solid var(--shadow);border-radius:10px;line-height:25px;margin:10px 0;padding:15px 10px}.productdisplay-right-quantity{align-items:center;border-bottom:1px solid var(--shadow);display:flex;gap:10px;justify-content:start;margin:20px 0;width:fit-content}.quantity-input{background-color:initial;border:0;border-radius:10px;color:var(--primary-dark-text-color);font-size:17px;height:20px;outline:none;padding:5px 20px;text-align:center;width:100px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.quantity-btn{align-items:center;background-color:initial;border:none;color:var(--primary-dark-text-color);display:flex;font-size:30px;height:30px;justify-content:center;padding:0;width:30px}.productDisplay-right-btn,.quantity-btn{border-radius:10px;cursor:pointer;outline:none}.productDisplay-right-btn{background:var(--third-color);border:none;color:var(--primary-text-color);font-size:16px;font-weight:600;margin-bottom:40px;padding:20px 40px;width:100%}.productDisplay-right-btn.outOfStock{cursor:default;filter:grayscale(1)}.notify-container{border:1px solid var(--shadow);border-radius:10px;box-shadow:5px 5px 10px var(--shadow);display:flex;flex-direction:column;gap:10px;justify-content:center;margin-bottom:20px;min-width:300px;padding:10px}.notify-container p{color:var(--secondary-color);font-size:18px}.notify-container p.error{color:var(--error-color);font-size:12px}.notify-container p.productDisplay_message{font-size:13px}.notify-container input{border:1px solid var(--shadow);border-radius:10px;box-sizing:border-box;color:var(--secondary-dark-text-color);font-size:18px;margin-bottom:10px;outline:none;padding:5px;width:100%}.notify-container button{background-color:var(--secondary-color);border:none;border-radius:10px;color:var(--primary-text-color);cursor:pointer;font-size:16px;font-weight:600;outline:none;padding:10px;width:100%}.notify-container button:hover{background-color:var(--secondary-color-trs);transform:scale(1.02)}.notify-container button:active{background:var(--secondary-color);transform:scale(.95)}.productdisplay-colors{align-items:center;display:flex;gap:10px;height:45px;padding:0 2px}.productdisplay-color{border-radius:50%;box-sizing:border-box;cursor:pointer;height:40px;width:40px}.productdisplay-color.selected{border:2px double var(--primary-color-trs);transform:scale(1.1)}.productdisplay-color.outOfStock{border:3px solid #afafaf;filter:grayscale(.5)}.productdisplay-color.outOfStock:after{background-color:#afafaf;content:"";height:2px;left:-2px;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:40px}@media(max-width:1200px){.productDisplay{align-items:center;flex-direction:column;gap:50px;justify-content:center}.productDisplay-left{gap:20px;justify-content:space-evenly}.productDisplay-right{width:80%}}@media(max-width:620px){.productDisplay-left{align-items:center;flex-direction:column-reverse;width:95%}.productDisplay-img-list{align-items:center;flex-direction:row;gap:15px;height:90px;justify-content:space-between;overflow:hidden;overflow-x:auto;padding:10px;width:85dvw}.productDisplay-img-list img{flex-shrink:0;height:70px;width:70px}.productdisplay-img img{height:400px;width:400px}}.fullscreen-img-container{align-items:center;background-color:var(--shadow);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.fullscreen-main-img{background-color:var(--primary-base-color);margin:auto;max-height:90vh;max-width:90vw;object-fit:contain}.fullscreen-swiper{display:flex;height:100%;width:100%}.fullscreen-swiper,.swiper-slide{align-items:center;justify-content:center}.swiper-slide{display:flex!important}.shop-category{background-color:var(--primary-base-color);min-height:70dvh;padding:50px}.shop-category h1{font-size:25px}.shop-category-top{align-items:center;display:flex;justify-content:space-between}.shop-category-top.ar{flex-direction:row-reverse}.shopcategory-indexsort{align-items:center;display:flex;flex-wrap:wrap;justify-content:end}.shopcategory-sort{align-items:center;border:1px solid var(--shadow);border-radius:25px;cursor:pointer;display:flex;gap:10px;padding:8px 20px}.shopcategory-sort.ar{flex-direction:row-reverse}.shopcategory-sort-icon{height:20px;width:20px}.shopcategory-sort-icon-active{animation:rotateSortIcon .3s ease-in-out forwards;height:20px;transform:rotate(0deg);width:20px}@keyframes rotateSortIcon{0%{transform:rotate(0deg)}to{transform:rotate(-90deg)}}.shopcategory-sort-icon-active-ar{animation:rotateSortIconAr .3s ease-in-out forwards;height:20px;transform:rotate(0deg);width:20px}@keyframes rotateSortIconAr{0%{transform:rotate(0deg)}to{transform:rotate(90deg)}}.shopcategory-sort:hover{transform:scale(1.01)}.shopcategory-sort-dropdown-container{display:none;position:relative;z-index:99}.shopcategory-sort-dropdown{align-items:center;background-color:var(--primary-base-color);border:1px solid var(--shadow);border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:start;overflow:hidden;position:absolute;right:0;top:20px;width:115px;z-index:99}.sort-dropdown-item{padding-left:15px}.sort-dropdown-item,.sort-dropdown-item-ar{flex-grow:1;height:30px;padding-top:5px;width:100%}.sort-dropdown-item-ar{padding-right:15px;text-align:right}.sort-dropdown-item-ar:hover,.sort-dropdown-item:hover{background-color:var(--shadow)}.shopcategory-sort-dropdown-container-active{animation:openSort .3s ease-in-out forwards;display:block;transform:scaleY(0)}@keyframes openSort{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.shopcategory-products{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(6,1fr);justify-items:center;margin:20px}.loading-container{width:200px}.loading-img{height:200px;margin-bottom:10px;width:200px}.loading-img,.loading-text{animation:loadingGrayscale 2s ease infinite;background:linear-gradient(to right,var(--shadow) 8%,var(--shadow-second) 38%,var(--shadow) 54%);background-size:1000px 640px;border-radius:10px}.loading-text{height:20px;width:150px}@keyframes loadingGrayscale{0%{background-position:-468px 0}to{background-position:468px 0}}@media(max-width:1530px){.shopcategory-products{grid-template-columns:repeat(5,1fr)}}@media(max-width:1270px){.shopcategory-products{grid-template-columns:repeat(4,1fr)}}@media(max-width:1050px){.shopcategory-products{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.shop-category{padding:50px 20px}.shopcategory-products{grid-template-columns:repeat(2,1fr)}.shopcategory-sort{border-radius:25px;padding:4px 10px}.shopcategory-sort-dropdown{top:16px;width:100px}}@media(max-width:500px){.shop-category{padding:50px 10px}.shopcategory-products{gap:10px;margin:20px 0}}.soon-loader-container{align-items:center;display:flex;height:40vh;justify-content:center;width:80vw}.soon-loader{position:relative;width:100%}.soon-loader.en{direction:ltr;text-align:center}.soon-loader.ar{direction:rtl}.soon-loader span{color:var(--primary-base-color);font-size:38px;letter-spacing:5px;position:absolute;transform:translate(-50%,-50%)}.soon-loader span:first-child{-webkit-text-stroke:.3px var(--primary-color);color:#0000}.soon-loader span:nth-child(2){-webkit-text-stroke:1px var(--primary-color);animation:uiverse723 3s ease-in-out infinite;color:var(--primary-color)}@keyframes uiverse723{0%,to{clip-path:polygon(0 45%,15% 44%,32% 50%,54% 60%,70% 61%,84% 59%,100% 52%,100% 100%,0 100%)}50%{clip-path:polygon(0 60%,16% 65%,34% 66%,51% 62%,67% 50%,84% 45%,100% 46%,100% 100%,0 100%)}}.signinsignup{height:90dvh;padding:60px 0 0;width:100%}.signinsignup-container{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background-color:var(--shadow);border-radius:20px;box-shadow:5px 5px 10px var(--shadow);box-sizing:border-box;margin:auto;padding:40px 60px;width:580px}.signinsignup-container.ar{direction:rtl}.signinsignup-container h1{color:var(--secondary-text-color);margin:20px 0}.signinsignup-fields{display:flex;flex-direction:column}.signinsignup-fields p{color:var(--secondary-text-color);font-size:18px;font-weight:500;margin-bottom:5px}.signinsignup-fields p.error{color:var(--error-color);font-size:14px;font-weight:500;margin:0}.signinsignup-fields .errorfield{border:1px solid var(--error-color)}.signinsignup-fields input{border:1px solid var(--shadow);border-radius:10px;box-sizing:border-box;color:var(--secondary-dark-text-color);font-size:18px;height:40px;margin-bottom:10px;outline:none;padding:5px 20px;width:100%}.signinsignup-container button{background:var(--primary-color);border:none;border-radius:10px;color:var(--primary-text-color);cursor:pointer;font-size:24px;font-weight:400;height:40px;margin-top:30px;width:100%}.signinsignup-container button:active{transform:scale(.95)}.signinsignup-signin{color:var(--secondary-text-color);font-size:18px;font-weight:400;margin-top:20px}.signinsignup-signin span{color:var(--third-color);cursor:pointer;font-weight:600;text-decoration:underline}.ios-checkbox{-webkit-tap-highlight-color:transparent;cursor:pointer;display:flex;gap:10px;position:relative;-webkit-user-select:none;user-select:none}.ios-checkbox p{color:var(--secondary-dark-text-color);font-size:15px;font-weight:500;text-align:justify}.ios-checkbox input{display:none}.checkbox-wrapper{border-radius:8px;flex-shrink:0;height:24px;position:relative;transition:transform .2s ease;width:24px}.checkbox-bg{background:#fff;border:2px solid var(--primary-color);border-radius:8px}.checkbox-bg,.checkbox-icon{inset:0;position:absolute;transition:all .2s ease}.checkbox-icon{color:#fff;height:80%;margin:auto;transform:scale(0);width:80%}.check-path{stroke-dasharray:40;stroke-dashoffset:40;transition:stroke-dashoffset .3s ease .1s}.ios-checkbox input:checked+.checkbox-wrapper .checkbox-bg{background:var(--primary-color-trs);border-color:var(--primary-color-trs)}.ios-checkbox input:checked+.checkbox-wrapper .checkbox-icon{transform:scale(1)}.ios-checkbox input:checked+.checkbox-wrapper .check-path{stroke-dashoffset:0}.ios-checkbox:hover .checkbox-wrapper{transform:scale(1.05)}.ios-checkbox:active .checkbox-wrapper{transform:scale(.95)}.ios-checkbox input:focus+.checkbox-wrapper .checkbox-bg{box-shadow:0 0 0 4px var(--primary-base-color)}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.ios-checkbox input:checked+.checkbox-wrapper{animation:bounce .3s cubic-bezier(.4,0,.2,1)}@media(max-width:760px){.signinsignup-container{padding:20px;width:95%}.signinsignup-fields input,.signinsignup-fields-ar input{font-size:15px;height:30px;width:100%}.signinsignup-container button{font-size:20px;width:100%}.signinsignup-signin{font-size:15px}}.aboutus{background-color:var(--primary-base-color);padding:20px}.aboutus.ar{direction:rtl}.aboutus-container{flex-direction:column;justify-content:center;margin:40px 0}.about-us-container,.aboutus-container{align-items:center;display:flex;gap:20px}.about-us-container{background-color:var(--primary-color-trs);border-radius:10px;box-shadow:5px 5px 10px var(--shadow);box-sizing:border-box;justify-content:space-between;padding:20px;width:90%}.about-us-container img{border-radius:6px;object-fit:cover;width:40vw}.about-us-information{font-size:18px;font-weight:500;padding:10px;width:50%}.objective-container{align-items:center;display:flex;justify-content:space-around;width:70%}.objective{align-items:center;background-color:var(--primary-color-trs);border-radius:50%;box-shadow:5px 5px 10px var(--shadow);cursor:pointer;display:flex;flex-direction:column;font-size:17px;height:200px;justify-content:center;width:200px}.objective:nth-child(2){background-color:var(--third-color-trs)}.objective:nth-child(3){background-color:var(--secondary-color-trs)}.objective:hover{transform:scale(1.05)}.objective img{height:60px}@media(max-width:1400px){.about-us-container img{height:70vh}}@media(max-width:1000px){.about-us-container{flex-direction:column;width:100%}.about-us-container:first-child{flex-direction:column-reverse}.about-us-container img{height:40vh;width:100%}.about-us-information,.objective-container{width:100%}}@media(max-width:600px){.objective-container{flex-wrap:wrap;gap:30px;width:100%}}.more-info-container{background-color:var(--shadow);cursor:pointer;height:100%;position:fixed;right:0;top:0;width:100%}.more-info,.more-info-container{align-items:center;display:flex;justify-content:center}.more-info{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background-color:var(--secondary-base-color);border-radius:16px;flex-direction:column;gap:30px;padding:60px 10px;width:30vw}.more-info.ar{direction:rtl}.more-info img{width:100px}.more-info p{font-size:18px}@media(max-width:1400px){.more-info{width:60dvw}}.common-questions{color:var(--secondary-dark-text-color);padding:20px 50px}.common-questions h2{font-size:30px}.common-questions-details{margin:5px auto;width:90%}.common-questions-details summary{background-color:var(--primary-color-trs);border-radius:7px;box-shadow:5px 5px 10px var(--shadow);color:var(--secondary-text-color);font-size:16px;font-weight:500;padding:10px}.common-questions-details p{border:1px solid var(--shadow);border-radius:10px;line-height:25px;margin:10px 0;padding:15px 10px}@media(max-width:600px){.common-questions{padding:20px 0}}.cart-payment{align-items:center;display:flex;flex-direction:column;gap:20px;padding:20px}.cart-payment-headline{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;padding:0 10px;width:100%}.cart-payment-headline.ar{flex-direction:row-reverse}.cart-payment-headline a{color:var(--primary-dark-text-color)}.cart-payment-promocode{flex:1 1;font-size:16px;font-weight:400}.promocode-no{color:var(--forth-color)!important}.cart-payment-promocode.ar{direction:rtl}.cart-payment-promocode p{color:var(--secondary-dark-text-color)}.cart-payment-promobox{align-items:center;border:1px solid var(--shadow);border-radius:10px;display:flex;height:40px;justify-content:space-around;margin:15px 0 0;padding:0 10px;width:500px}.cart-payment-promobox input{background:#0000;border:none;flex-grow:2;font-size:17px;height:40px;outline:none}.cart-payment-promobox button{background:var(--secondary-color-trs);border:none;border-radius:10px;color:var(--secondary-text-color);cursor:pointer;flex-grow:1;font-size:16px;font-weight:600;height:40px;margin:0 -10px;outline:none}.cart-payment-promobox button:hover{background:var(--secondary-color);transform:scale(1.02)}.cart-payment-promobox button:active{background:var(--secondary-color-trs);transform:scale(.95)}.cartitems-total{display:flex;flex-direction:column;gap:40px;width:500px}.cartitems-total.ar{direction:rtl}.cartitems-total h1{color:var(--secondary-dark-text-color);font-size:30px}.cartitems-total-item{display:flex;justify-content:space-between;padding:15px 0}.cartitems-total-item-price{align-items:center;display:flex;gap:5px}.cartitems-total-item-price.ar{direction:ltr}.cartitems-total-item-price img{height:15px;width:15px}@media(max-width:600px){.cart-footer{height:50px;padding:0 5px}.cart-next button{font-size:20px;height:35px;width:90%}.cart-total{font-size:25px}.cart-payment{padding:20px 0}.cart-payment-promocode{font-size:14px}.cart-payment-promobox{width:88dvw}.cartitems-total{gap:20px;width:88dvw}.cartitems-total h1{font-size:25px}}.location{align-items:start;display:flex;flex-direction:column;gap:10px;padding:20px;width:500px}.location.ar{direction:rtl}.location-error{color:var(--error-color);font-size:13px;margin:0}.location-container,.location-information{box-sizing:border-box;padding:10px 20px;width:100%}.location-container{align-items:center;border:1px solid var(--shadow);border-radius:10px;display:flex;gap:15px;margin-bottom:10px;position:relative}.location-container input[type=radio]{opacity:0;position:absolute}.radio{border:2px solid #ccc;border-radius:50%;box-shadow:0 0 5px #0003;display:inline-block;position:relative;transform:translateZ(-25px)}.radio,.radio:before{height:15px;transition:all .3s ease-in-out;width:15px}.radio:before{background-color:var(--secondary-color);border-radius:50%;box-shadow:0 0 10px #00000080;content:"";left:0;opacity:0;position:absolute;top:0}.location-container input[type=radio]:checked+.radio{background-color:#fff;border-color:var(--secondary-color-trs);transform:translateZ(0)}.location-container input[type=radio]:checked+.radio:before{opacity:1}.location-info-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 3fr}.create-location-btn{align-items:center;background-color:initial;border:none;border:1px solid var(--shadow);border-radius:16px;color:var(--primary-dark-text-color);cursor:pointer;display:flex;font-size:15px;font-weight:400;gap:20px;height:30px;justify-content:center;transition:.4s ease-in-out;width:100%}.create-location-btn img{height:20px;width:20px}.create-location-btn:hover{transform:scale(1.02)}.location-input-container{animation:locationContainer .8s ease-in-out forwards;border:1px solid var(--shadow);border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:15px;overflow:hidden;padding:10px 20px;width:100%}@keyframes locationContainer{0%{max-height:0}to{max-height:470px}}.location-input{display:flex;flex-direction:column;gap:5px}.location-input input{background-color:var(--primary-base-color);border:1px solid var(--shadow);border-radius:10px;box-sizing:border-box;color:var(--secondary-dark-text-color);font-size:18px;outline:none;padding:5px 10px;width:95%}.location-input input:focus{border-color:var(--third-color);outline:none}.new-location-btns{align-items:center;display:flex;gap:20px;justify-content:center;width:100%}.save-new-location-btn{flex-grow:1;position:relative}.save-new-location-btn button{background:var(--third-color);border:none;border:1px solid var(--shadow);border-radius:16px;color:var(--secondary-text-color);cursor:pointer;font-size:15px;font-weight:400;height:30px;transition:.4s ease-in-out;width:100%}.save-new-location-btn button:hover{background:var(--third-color-trs);transform:scale(1.02)}.save-new-location-btn button:active{background:var(--third-color);transform:scale(.95)}.cancel-new-location-btn{flex-grow:1;position:relative}.cancel-new-location-btn button{background-color:initial;border:none;border:1px solid var(--primary-color-trs);border-radius:16px;color:var(--primary-color-trs);cursor:pointer;font-size:15px;font-weight:400;height:30px;width:100%}.cancel-new-location-btn button:hover{border:1px solid var(--primary-color);color:var(--primary-color);transform:scale(1.02)}.cancel-new-location-btn button:active{transform:scale(.95)}@media(max-width:600px){.location{width:88dvw}}.payment-method{align-items:start;display:flex;flex-direction:column;gap:10px;padding:20px;width:500px}.payment-method.ar{direction:rtl}.payment-method-error{color:var(--error-color);font-size:13px;margin:0}.payment-method-card{align-items:center;border:1px solid var(--shadow);border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;flex-grow:1;gap:10px;padding:10px 20px;position:relative;width:100%}.payment-method-card input[type=radio]{opacity:0;position:absolute}.radio-payment{border:2px solid #ccc;border-radius:50%;box-shadow:0 0 5px #0003;display:inline-block;position:relative;transform:translateZ(-25px)}.radio-payment,.radio-payment:before{height:15px;transition:all .3s ease-in-out;width:15px}.radio-payment:before{background-color:var(--secondary-color);border-radius:50%;box-shadow:0 0 10px #00000080;content:"";left:0;opacity:0;position:absolute;top:0}.payment-method-card input[type=radio]:checked+.radio-payment{background-color:#fff;border-color:var(--secondary-color-trs);transform:translateZ(0)}.payment-method-card input[type=radio]:checked+.radio-payment:before{opacity:1}.payment-card-img{height:20px;margin-left:auto}.payment-card-img.ar,.payment-card-img2.ar,.payment-card-img3.ar,.payment-imgs.ar{margin-left:0;margin-right:auto}.payment-imgs{margin-left:auto}.payment-card-img2{height:25px;margin-left:auto;object-fit:cover;width:40px}.payment-card-img3{height:20px;margin-left:auto;object-fit:cover;width:60px}.payment-card-details-container{animation:containerOpen .8s ease-in-out forwards;height:0;overflow:hidden;width:100%}@keyframes containerOpen{0%{height:0}to{height:300px}}.payment-card-details{animation:openCardDetails .8s ease-in-out forwards;border:1px solid var(--shadow);border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:10px;transform:translateY(-230px);width:100%}@keyframes openCardDetails{0%{transform:translateY(-230px)}to{transform:translateY(0)}}.card-name-num{width:95%}.card-cvv-exp,.card-name-num{background-color:var(--secondary-base-color);border:1px solid var(--shadow);border-radius:10px;box-sizing:border-box;color:var(--secondary-dark-text-color);font-size:18px;outline:none;padding:5px 10px}.card-cvv-exp{width:100px}.card-cvv-exp:focus,.card-name-num:focus{border-color:var(--third-color);outline:none}.payment-card-detail{align-items:center;display:flex}.payment-card-detail *{flex-grow:1}@media(max-width:600px){.payment-method{width:88dvw}}.customer-info{align-items:start;display:flex;flex-direction:column;gap:10px;padding:20px;width:500px}.customer-info.ar{direction:rtl}.customerInfo-error{color:var(--error-color);font-size:13px;margin:0}.customer-input-container{border:1px solid var(--shadow);border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:15px;overflow:hidden;padding:10px 20px;width:100%}.customer-input{display:flex;flex-direction:column;gap:5px}.customer-input input{background-color:var(--primary-base-color);border:1px solid var(--shadow);border-radius:10px;box-sizing:border-box;color:var(--secondary-dark-text-color);font-size:18px;outline:none;padding:5px 10px;width:95%}.customer-input input.error{border:1px solid var(--error-color)}.customer-input input:focus{border-color:var(--third-color);outline:none}@media(max-width:600px){.customer-info{width:88dvw}}.cartitems{margin:0 auto;min-height:100dvh;padding:20px 0;width:80%}.cartitems.ar{direction:rtl}.cartitems hr{background:var(--shadow);border:0;height:1px}.cartitems-format{grid-gap:30px;align-items:center;border-bottom:1px solid var(--shadow);color:var(--secondary-dark-text-color);display:grid;font-size:17px;font-weight:400;gap:30px;grid-template-columns:.5fr 2fr 1fr;padding:20px 0}.cart-item-price{align-items:center;display:flex;font-size:20px;gap:5px}.cart-item-price.ar{direction:ltr;justify-content:end}.cart-item-price img{height:16px;width:16px}.old-price img{height:13px;width:13px}.old-price{align-items:center;color:var(--primary-color-trs);display:flex;font-size:15px;font-weight:400;gap:5px;text-decoration:line-through}.old-price.ar{direction:ltr;justify-content:end}.cartitems-format-header{font-size:18px;font-weight:500}.carticon-product-icon{border-radius:8px;height:100px;object-fit:cover;width:100%}.cartitems-remove-icon{cursor:pointer;height:20px}.cartitems-quantity{align-items:center;border-bottom:1px solid var(--shadow);display:flex;gap:5px;justify-content:space-between}.cartitems-quantity-num{align-items:center;border-radius:5px;display:flex;height:30px;justify-content:center;width:44px}.cartItems-color{border-radius:10px;padding:0 10px;width:fit-content}.cartitems-quantity-btn{align-items:center;background-color:initial;border:0;border-radius:5px;color:var(--primary-dark-text-color);cursor:pointer;display:flex;font-size:30px;font-weight:500;height:30px;justify-content:center;width:30px}.cart-footer{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(5px);background-color:var(--shadow);bottom:0;box-shadow:5px 5px 10px var(--shadow);box-sizing:border-box;display:flex;height:70px;justify-content:space-between;left:0;padding:0 20px;position:sticky;text-align:center;width:100%}.cart-footer.ar{direction:rtl}.cart-next{flex-grow:3;position:relative}.cart-next button{background:var(--third-color);border:none;border-radius:10px;box-shadow:5px 5px 10px var(--shadow);color:var(--primary-text-color);cursor:pointer;font-size:24px;font-weight:400;height:40px;width:70%}.cart-next button:hover{background:var(--third-color-trs);transform:scale(1.02)}.cart-next button:active{background:var(--third-color);transform:scale(.95)}.cart-next button:disabled{opacity:.5;pointer-events:none}.cart-total{flex-grow:1;font-size:30px;font-weight:600}.cart-total.ar{direction:ltr}.empty-cart{align-items:center;display:flex;flex-direction:column;height:80vh;justify-content:center;width:100%}.empty-cart img{background-color:var(--light-shadow);border-radius:50%;filter:invert(.4);height:200px;width:200px}.empty-cart h4{font-size:24px;font-weight:600}.empty-cart p{color:var(--error-color);font-size:15px;font-weight:500}.empty-cart button{border:none;border:1px solid var(--shadow);border-radius:20px;color:var(--secondary-dark-text-color);cursor:pointer;font-size:18px;font-weight:400;height:40px;margin-top:10px;padding:0 10px}.empty-cart button:hover{background-color:var(--shadow)}@media(max-width:600px){.cart-footer{height:50px;padding:0 5px}.cart-next button{font-size:20px;height:35px;width:90%}.cart-total{font-size:25px}}@media(max-width:500px){.cartitems{width:90%}.cartitems-format{font-size:15px;gap:15px}}.message{justify-content:center;overflow:hidden;padding:20px 0;position:fixed;right:0;top:0;width:100%;z-index:99}.message,.message-container{align-items:center;display:flex}.message-container{animation:messageEnter .8s ease-in-out forwards;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background-color:var(--third-color);border-radius:16px;box-shadow:5px 5px 5px var(--shadow);justify-content:space-between;min-width:300px;padding:5px 10px;transform:translateY(-250px)}.message-container.fail{background-color:var(--error-color)}.message-container.fail img{filter:invert(1)}.message-container p{color:var(--secondary-text-color);margin:5px 0}@keyframes messageEnter{0%{transform:translateY(-250px)}to{transform:translateY(0)}}.message img{height:30px;width:30px}.policies{background-color:var(--primary-base-color);min-height:80dvh;padding:40px 20px}.policies.ar{direction:rtl}.splash{align-items:center;background-color:var(--primary-base-color);bottom:0;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.splash.disappear{animation:disappear .4s ease-in-out normal forwards}@keyframes disappear{0%{opacity:1}to{display:none;opacity:0;z-index:-1000}}.splash img{width:400px}.postorder{background-color:var(--primary-base-color);margin:0 auto;padding:20px;text-align:center}.postorder.ar{direction:rtl}.success-image{height:200px;margin-bottom:20px;width:200px}.postorder h2{color:var(--third-color);margin-bottom:10px}.postorder p{margin:10px 0}.postorder p,.success-home-link{color:var(--secondary-dark-text-color)}.success-home-link{border-bottom:2px solid var(--shadow);display:inline-block;font-weight:700;margin:20px 0;padding:5px 20px;text-align:center;text-decoration:none;transition:background-color .3s ease}.success-home-link:hover{background-color:var(--shadow)}.fail-back-icon{height:25px;margin:0 0 -5px 10px}.add-comment{align-items:center;color:var(--secondary-text-color);display:flex;height:90dvh;justify-content:center;width:100%}.add-comment.ar{direction:rtl}.add-comment-container{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background-color:var(--shadow);border-radius:12px;border-radius:20px;box-shadow:5px 5px 10px var(--shadow);box-sizing:border-box;margin:auto;padding:40px 60px;width:70dvw}.stars{margin:10px 0}.star{color:#ccc;cursor:pointer;font-size:24px;transition:color .2s}.star.filled{color:#fb0}.name-input{height:35px}.comment-textarea,.name-input{border:1px solid var(--shadow);border-radius:10px;box-sizing:border-box;color:var(--secondary-dark-text-color);font-size:15px;margin-bottom:10px;outline:none;padding:5px 20px;width:100%}.comment-textarea{height:80px;resize:none}.add-comment-btn{align-items:center;display:flex;justify-content:center}.add-comment-btn button{background-color:#333;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:12px;padding:10px 20px;width:90%}.add-comment-btn button:disabled{background-color:#999;cursor:not-allowed}.error{color:var(--error-color);margin-top:8px}.success{align-items:center;display:flex;flex-direction:column;justify-content:center}.add-comment-success-img{height:250px;margin-bottom:50px;width:250px}@media(max-width:600px){.add-comment-container{width:80dvw}.add-comment-success-img{height:200px;width:200px}}
/*# sourceMappingURL=main.6cc4452d.css.map*/