@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: #0d6efd;--secondary: #6c757d;--success: #198754;--danger: #dc3545;--warning: #ffc107;--info: #0dcaf0;--light: #f8f9fa;--dark: #212529;--white: #fff;--black: #000;--gray: #6c757d;--gray-dark: #343a40;--glass: rgba(255, 255, 255, .2);--bg-clear: rgba(255, 255, 255, .1);--txt-teal: #64ffda;--p-color: #94A3B8;--bg-color: rgba(33, 43, 54, 1);--bg-color-clear: rgba(18, 27, 48, .8);--light-green: rgba(200, 250, 214, 1);--Background-Paper: rgba(255, 255, 255, 1);--text-primary: rgba(33, 43, 54, 1);--boxShadow: 0px 12px 24px -4px rgba(145, 158, 171, .12), 0px 0px 2px 0px rgba(145, 158, 171, .2);--success-lighter: rgba(211, 252, 210, 1);--success-light: rgba(119, 237, 139, 1);--success-dark: rgba(17, 141, 87, 1);--success-darker: rgba(6, 94, 73, 1);--primary-lighter: rgba(200, 250, 214, 1);--primary-light: rgba(91, 228, 155, 1);--primary-dark: rgba(0, 120, 103, 1);--primary-darker: rgba(0, 75, 80, 1);--secondary-lighter: rgba(239, 214, 255, 1);--secondary-light: rgba(198, 132, 255, 1);--secondary-dark: rgba(81, 25, 183, 1);--secondary-darker: rgba(39, 9, 122, 1);--info-lighter: rgba(202, 253, 245, 1);--info-light: rgba(97, 243, 243, 1);--info-dark: rgba(0, 108, 156, 1);--info-darker: rgba(0, 55, 104, 1);--warning-lighter: rgba(255, 245, 204, 1);--warning-light: rgba(255, 214, 102, 1);--warning-dark: rgba(183, 110, 0, 1);--warning-darker: rgba(122, 65, 0, 1);--error-lighter: rgba(255, 233, 213, 1);--error-light: rgba(255, 172, 130, 1);--error-dark: rgba(183, 29, 24, 1);--error-darker: rgba(122, 9, 22, 1);--coffee: #723e29;--coffee-light: rgba(166, 121, 68, .5);--coffee-dark: rgba(166, 121, 68, .8);--coffee-darker: rgba(166, 121, 68, 1);--coffee-lighter: rgba(166, 121, 68, .2)}*{margin:0;padding:0;box-sizing:border-box;font-family:sans-serif;overscroll-behavior:none}html{height:100%;scroll-behavior:smooth}body{font-family:Arial,sans-serif;color:var(--text-primary);line-height:1.5;overscroll-behavior:none}a{text-decoration:none;color:inherit}.App{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100vw;height:100%;background:#e2d9c8!important}.FlexDisplay{display:flex;flex-direction:column;justify-content:center;align-items:center}textarea{font-family:sans-serif;font-size:1rem}::-webkit-scrollbar{width:1px;height:1px}::-webkit-scrollbar-track{background:#ccc}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}.ErrorLoading{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.Header{display:flex;flex-direction:row;align-items:center!important;justify-content:center!important;gap:.5rem;font-weight:600}.Header h3{font-size:1.2rem;color:var(--coffee);font-weight:600}.Header i{font-size:1rem;color:var(--coffee)}.Loading{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw}.loader{position:absolute;top:calc(50% - 32px);left:calc(50% - 32px);width:64px;height:64px;border-radius:50%;perspective:800px}.inner{position:absolute;box-sizing:border-box;width:100%;height:100%;border-radius:50%}.inner.one{left:0%;top:0%;animation:rotate-one 1s linear infinite;border-bottom:3px solid var(--primary-darker)}.inner.two{right:0%;top:0%;animation:rotate-two 1s linear infinite;border-right:3px solid var(--coffee)}.inner.three{right:0%;bottom:0%;animation:rotate-three 1s linear infinite;border-top:3px solid var(--danger)}@keyframes rotate-one{0%{transform:rotateX(35deg) rotateY(-45deg) rotate(0)}to{transform:rotateX(35deg) rotateY(-45deg) rotate(360deg)}}@keyframes rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0)}to{transform:rotateX(50deg) rotateY(10deg) rotate(360deg)}}@keyframes rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotate(0)}to{transform:rotateX(35deg) rotateY(55deg) rotate(360deg)}}.swiper_container{width:100%}.swiper-slide{display:flex;justify-content:center;align-items:center;width:auto;height:auto}.swiper-slide img{width:100%;height:100%;border-radius:5px;object-fit:cover;box-shadow:var(--boxShadow)}.swiper-slide-shadow-left,.swiper-slide-shadow-right{display:none}.slider-controler{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:2rem;position:relative}.slider-controler .swiper-button-prev,.slider-controler .swiper-button-next{background:var(--white);width:2rem;height:2rem;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:var(--boxShadow);position:absolute;top:50%;transform:translateY(-50%)}.slider-controler .swiper-button-prev{left:1rem}.slider-controler .swiper-button-next{right:1rem}.slider-controler .swiper-button-prev ion-icon,.slider-controler .swiper-button-next ion-icon{font-size:1rem!important;color:var(--green)!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-prev:after,.swiper-button-next:after{font-size:1.5rem;color:var(--green)}.slider-controler .swiper-pagination{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.swiper-pagination .swiper-pagination-bullet{background:var(--gray);width:1rem;height:1rem;border-radius:50%;margin:0 .3rem}.swiper-pagination .swiper-pagination-bullet-active{background:var(--green)}.Navbar{background:var(--coffee-light);box-shadow:var(--boxShadow);width:100%;height:auto;padding:.5rem}.Transparent{background:transparent;box-shadow:none}.Transparent .NavbarLogo img{height:3rem}.Transparent .NavbarLogo a span p{color:#fff}.Transparent .NavItem a{color:#fff!important}.Transparent .NavItem a:hover{color:var(--coffee-darker)!important}.Transparent .button{color:#fff!important}.Transparent .NavRight a i{font-size:1.2rem;color:#fff}.NavbarContainer{display:flex;justify-content:space-between;align-items:center;z-index:1;width:100%}.NavbarLogo{height:auto;overflow:hidden;display:flex;justify-content:flex-start;align-items:center;width:25%;gap:.5rem}.NavbarLogo a{display:flex;justify-content:center;align-items:center}.NavbarLogo img{height:auto;object-fit:cover;transition:all .3s ease-in-out;height:3rem;border-radius:5px}.Nav{width:75%;display:flex;justify-content:space-between;align-items:center;gap:1rem}.NavRight,.NavLeft{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.NavLeft{width:60%}.NavRight{justify-content:flex-end;width:20%}.button{display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:600;padding:.2rem .3rem;cursor:pointer;transition:all .3s ease-in-out;color:#000}.button:hover{transition-duration:.4s;color:var(--coffee-darker);border-radius:5px 0 0 5px}.search-container{position:relative;display:inline-block;height:40px;width:30px;vertical-align:bottom;margin-left:1rem}.mglass{display:inline-block;pointer-events:none;transform:rotate(-45deg);font-size:2rem}.searchbutton{position:absolute;font-size:22px;width:100%;margin:0;padding:0;right:0;height:100%}.search:focus+.searchbutton{transition-duration:.4s;color:#000}.search{position:absolute;left:25px;background-color:#fff;outline:none;border:none;padding:0;width:0;height:100%;z-index:10;transition-duration:.4s;border-radius:0 8px 8px 0}.search:focus{width:200px;padding:0 16px 0 0;border-radius:8px}.expandleft:focus{padding:0 0 0 16px;border-radius:8px}.ant-popover-inner{background-color:var(--coffee-light);border-radius:5px;box-shadow:var(--boxShadow);padding:1rem;width:auto;height:auto;max-height:80vh;overflow-y:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;position:relative;top:3rem}.search-results{width:auto;height:auto;background-color:#f1f1f1;z-index:1000;box-shadow:var(--boxShadow);display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:5px}.search-result{display:flex;justify-content:flex-start;align-items:flex-start;gap:.5rem;padding:.2rem .3rem;border-radius:5px;cursor:pointer;transition:all .3s ease-in-out}.NavbarLinks{display:flex;justify-content:center;align-items:center;height:100%;gap:2rem}.NavItem{position:relative;display:flex;justify-content:center;align-items:center;width:auto;font-size:1.2rem;font-weight:600;border-radius:5px;padding:.2rem .3rem;cursor:pointer;transition:all .3s ease-in-out;color:#000}.NavItem:hover a{color:var(--coffee)}.NavItem a{display:flex;justify-content:center;align-items:center;height:100%;width:100%;gap:.5rem;color:#000;transition:all .3s ease-in-out}.NavItem a i{font-size:1rem;display:none}.fa-caret-down{font-size:1rem;display:block!important}.NavRight a i{font-size:1.2rem;color:#000}.CartBadge{position:absolute;top:0;right:0;transform:translate(50%,-50%);display:flex;justify-content:center;align-items:center;background-color:red;color:#fff;border-radius:50%;width:10px;height:10px;font-size:.7rem;font-weight:700}.NavBottom{display:flex;justify-content:flex-start;align-items:center;height:50%;width:100%;gap:1rem}.NavBottom a{font-size:1rem;font-weight:600;gap:.5rem;color:var(--green);transition:all .3s ease-in-out}.NavBottom .FlashSale{width:50%}.NavBottom .EventsHighlight{width:40%}.MenuToggler{display:none}.SearchResults{position:absolute;top:8%;left:10%;width:auto;max-width:80%;background-color:#f1f1f1;z-index:1000;box-shadow:var(--boxShadow);display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:5px}.SearchResults ul{display:flex;flex-direction:column;gap:.5rem}.SearchResults ul li{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.2rem .3rem;border-radius:5px;cursor:pointer;transition:all .3s ease-in-out}.SearchResults ul li:hover{background-color:#fff}.SearchResults ul li img{width:50px;height:50px;object-fit:cover;border-radius:5px}.SearchResults ul li .ResultsDetails{display:flex;flex-direction:column;gap:.5rem}.NoResults{width:70%;height:30%;display:flex;justify-content:center;align-items:center;gap:.5rem;font-size:1rem;color:var(--danger)}.NoResults p{font-size:1rem;color:var(--danger)}@media screen and (max-width: 768px){.Navbar{padding:0 .5rem}.Transparent{position:absolute;top:0}.NavbarContainer{display:flex;justify-content:space-between;align-items:center;z-index:1;width:100%}.NavbarLogo{width:60%;justify-content:flex-start;align-items:center;gap:.5rem}.NavbarLogo a span{display:none}.NavbarLogo img{width:100%!important;scale:.8}.search-container{height:30px}.search-results{padding:.5rem}.search-result{display:flex;justify-content:flex-start;align-items:flex-start;gap:.5rem;padding:.2rem .3rem;border-radius:5px;cursor:pointer;transition:all .3s ease-in-out}.Nav{display:none}.Nav.active{width:30%;display:flex;flex-direction:column;position:absolute;top:50px;right:0;background-color:#f5f5f5;color:var(--coffee)!important;height:auto;z-index:1000;box-shadow:var(--boxShadow);transition:all .3s ease-in-out;border-radius:5px;gap:0}.Nav.active .NavLeft,.Nav.active .NavRight{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;padding:0}.Nav.active .NavRight .NavbarLinks{width:100%;display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start;gap:1rem;padding:.5rem}.Nav.active .NavItem{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;font-size:1rem;font-weight:600;border-radius:5px;padding:.2rem .3rem;cursor:pointer;transition:all .3s ease-in-out;color:var(--coffee)}.Nav.active .NavItem:hover a{color:var(--coffee)}.Nav.active .NavRight .NavbarLinks .NavItem:first-child{border-top:2px solid var(--coffee);padding-top:.5rem;border-radius:0}.Nav.active .NavItem a{color:#000!important;display:flex;justify-content:flex-start;align-items:center;height:100%;width:100%;gap:.5rem}.Nav.active .NavItem a i{display:block;color:var(--coffee)}.NavMobile{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem}.NavRight{width:30%;display:flex;justify-content:flex-end;align-items:center;gap:1rem}.NavRight a{font-size:1rem}.NavBottom{gap:.5rem}.Transparent .MenuToggler{display:block;margin-left:.5rem}.Transparent .MenuToggler i{font-size:1.5rem;color:var(--white)}.MenuToggler{display:block;margin-right:1rem}.MenuToggler i{font-size:1.5rem;color:#000}}@media screen and (max-width: 425px){.Navbar{padding:0;padding:.3rem 0;width:100%}.Transparent{position:absolute;top:0;display:block!important}.NavbarContainer{display:flex!important;justify-content:space-between;align-items:center;z-index:1;width:100%;padding:0}.NavbarLogo{width:90%;gap:0;padding:0!important}.NavbarLogo img{height:2rem!important;scale:.8}.NavbarLogo .search-container{margin-left:0;padding:0}.NavbarLogo .search:focus{width:200px}.Nav.active{width:60%;top:50px}.MenuToggler{width:8%;display:flex;justify-content:flex-end;align-items:center}}@media screen and (max-width: 320px){.Navbar{padding:0;padding:.2rem 0;width:100%}.NavbarLogo img{height:2rem!important;scale:.8}.NavbarLogo .search-container{margin-left:0;padding:0}.NavbarLogo .search:focus{width:160px}.Nav.active{width:70%}}.ProductCards{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;width:100%;height:auto;padding:.5rem;gap:.5rem;box-sizing:border-box;border-radius:.5rem}@media screen and (max-width: 1024px){.ProductCards{width:100%;display:flex;flex-direction:row!important;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:.5rem}.ProductCards .ProductCard{width:48%}}@media screen and (max-width: 768px){.ProductCards{width:100%;display:flex;flex-direction:row!important;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:.3rem}.ProductCards .ProductCard{width:32%}}@media screen and (max-width: 425px){.ProductCards{width:100%;display:flex;flex-direction:row!important;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:.1rem}.ProductCards .ProductCard{width:48%}}.SearchProduct{display:flex;justify-content:flex-start;align-items:flex-start;gap:1rem}.SearchProduct img{width:5rem;height:100%;object-fit:cover;border-radius:8px}.SearchProduct .details{display:flex;flex-direction:column;gap:.5rem}.SearchProduct .details h4{font-size:1rem;font-weight:600;color:var(--coffee)}.SearchProduct .details p{font-size:.8rem;font-weight:400}.prices{display:flex;flex:1;gap:.5rem}.prices span{font-weight:500;font-size:.7rem;background:var(--coffee-light);color:var(--coffee);padding:.1rem .2rem;border-radius:8px}@media screen and (max-width: 768px){.SearchProduct{gap:.5rem}.SearchProduct img{width:4rem}.SearchProduct .details{gap:0}.SearchProduct .details h4{font-size:.8rem}.prices{display:flex;flex:1;gap:.2rem}}footer{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;padding:.5rem;gap:.2rem}.FooterContainer{width:100%;height:100%;display:flex;justify-content:space-evenly;align-items:flex-start;box-shadow:var(--boxShadow);padding:2rem;background:var(--coffee-lighter);border-radius:5px}.FooterLogo{width:auto;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.FooterLogo img{height:3rem;object-fit:cover}.FooterContent{width:90%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.5rem}.FooterItems{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.3rem}.FooterItems h3{font-size:1rem;color:var(--coffee)}.FooterItems a{font-size:1rem;color:#333;text-decoration:none;transition:all .2s ease-in-out}.FooterItems a:hover{color:var(--coffee)}.Developer{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.3rem}.DeveloperContainer{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.3rem;background:#e5e5e5;padding:.5rem;border-radius:5px}.DeveloperContainer a{font-size:.8rem;color:#333;text-decoration:none;transition:all .2s ease-in-out}.DeveloperLogo{width:10%;height:100%;display:flex;justify-content:center;align-items:center;gap:1rem}.DeveloperLogo img{width:2rem;height:2rem;object-fit:cover}.RightsReserved{width:auto;display:flex;justify-content:center;align-items:center;gap:.3rem}.RightsReserved p{font-size:.8rem;color:#333}.RightsReserved a{font-size:.8rem;color:var(--primary-dark);text-decoration:none;transition:all .2s ease-in-out}.DeveloperContent{width:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.3rem}.DeveloperContent p{font-size:.8rem;color:#333}.DeveloperContent a{font-size:1rem;font-weight:600;color:var(--primary-dark);text-decoration:none;transition:all .2s ease-in-out}@media screen and (max-width: 768px){footer{padding:0;gap:.5rem;justify-content:flex-start;align-items:flex-start}.FooterContainer{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;gap:1rem;padding:.5rem}.FooterLogo{width:100%;height:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}.FooterLogo img{height:3rem;object-fit:cover;scale:.8}.FooterLogo span{font-size:1.5rem;font-weight:600}.FooterContent{width:100%;height:auto;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.5rem}.FooterItems{width:48%;gap:.5rem;padding:0}.FooterItems h3{font-size:1rem}.FooterItems a{font-size:.8rem}.Developer{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem}.DeveloperContainer{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;background:#e5e5e5;padding:.5rem;border-radius:5px}.DeveloperLogo{width:100%;height:auto;display:flex;justify-content:center;align-items:center;gap:1rem}.DeveloperLogo img{width:2rem;height:2rem;object-fit:cover}.RightsReserved{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;gap:.5rem}.RightsReserved p{font-size:.8rem}.RightsReserved a{font-size:.8rem}.DeveloperContent{width:100%;gap:.5rem}.DeveloperContent p{font-size:1rem}.DeveloperContent a{font-size:1rem}}
