@charset "UTF-8";.slider{height:calc(100vh - 80px);max-height:800px;width:100%;position:relative;overflow:hidden}.slider .container{display:flex;width:100%;height:100%;transition:transform 1s ease}.slider .container img{min-width:100%;width:100%;height:100%;object-fit:cover;object-position:center}.slider .icons{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;width:100%;padding:0 5%;box-sizing:border-box;pointer-events:none}.slider .icons .icon{width:40px;height:40px;border:1px solid #999;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#ffffffb3;border-radius:50%;pointer-events:auto;transition:all .3s ease}.slider .icons .icon:hover{background-color:#fff;transform:scale(1.1)}.slider .icons .icon svg{width:20px;height:20px}@media (max-width: 1024px){.slider{height:60vh}}@media (max-width: 768px){.slider{height:50vh}.slider .icons .icon{width:36px;height:36px}.slider .icons .icon svg{width:18px;height:18px}}@media (max-width: 480px){.slider{height:40vh}.slider .icons .icon{width:32px;height:32px}.slider .icons .icon svg{width:16px;height:16px}}@media (max-width: 360px){.slider{height:35vh}.slider .icons .icon{width:30px;height:30px}.slider .icons .icon svg{width:14px;height:14px}}.featuredProducts{margin:50px 20px;padding:0 10px}.featuredProducts .top{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:30px}.featuredProducts .top h1{width:100%;margin-bottom:20px;font-size:28px;text-transform:capitalize}.featuredProducts .top p{width:100%;color:gray;line-height:1.6}.featuredProducts .bottom{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;width:100%;max-width:100%;padding:0 10px;margin:0 auto;box-sizing:border-box}@media (min-width: 900px){.featuredProducts .bottom{grid-template-columns:repeat(3,1fr);gap:20px;padding:0 20px}}@media (min-width: 1200px){.featuredProducts .bottom{grid-template-columns:repeat(4,1fr);max-width:1400px}}@media (min-width: 768px){.featuredProducts{margin:70px 50px;padding:0}.featuredProducts .top{flex-direction:row;text-align:left;align-items:flex-start;margin-bottom:40px}.featuredProducts .top h1{margin-bottom:0;font-size:32px}.featuredProducts .top p{padding-left:30px}}@media (min-width: 1024px){.featuredProducts{margin:100px 200px}.featuredProducts .top{margin-bottom:50px}.featuredProducts .top h1{flex:2}.featuredProducts .top p{flex:3;padding-left:50px}}.card{width:100%;max-width:300px;display:flex;flex-direction:column;gap:12px;margin:0 auto 30px;padding:0 10px;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 4px 15px #0000001a}.card .image{width:200px;height:400px;padding-bottom:150%;overflow:hidden;position:relative;background-color:#f5f5f5;border-radius:8px}.card .image:hover .secondImg{z-index:2;opacity:1}.card .image img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;transition:opacity .5s ease}.card .image .mainImg{z-index:1;opacity:1}.card .image .secondImg{z-index:0;opacity:0}.card .image span{position:absolute;top:10px;left:10px;background-color:#fff;color:teal;padding:4px 8px;border-radius:4px;z-index:3;font-weight:600;font-size:12px;box-shadow:0 2px 5px #0000001a}.card h2{font-size:15px;font-weight:500;margin:5px 0 0;color:#333;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.6em}.card .prices{display:flex;gap:12px;align-items:center;margin-top:auto}.card .prices h3{margin:0;font-size:16px;font-weight:600;color:#222}.card .prices h3:first-child{color:#888;text-decoration:line-through;font-weight:500;font-size:14px}@media (max-width: 1200px){.card{max-width:280px}}@media (max-width: 992px){.card{max-width:100%;margin-bottom:25px}.card .image{padding-bottom:140%}.card h2{font-size:14px}.card .prices h3{font-size:15px}.card .prices h3:first-child{font-size:13px}}@media (max-width: 768px){.card{margin-bottom:20px}.card .image{padding-bottom:130%}.card .image span{font-size:11px;padding:3px 6px}.card h2{font-size:14px}.card .prices h3{font-size:15px}}@media (max-width: 480px){.card{padding:0 5px}.card .image{padding-bottom:140%;border-radius:6px}.card .image span{top:5px;left:5px;font-size:10px;padding:2px 5px}.card h2{font-size:13px;-webkit-line-clamp:2;min-height:2.6em}.card .prices{gap:8px}.card .prices h3{font-size:14px}.card .prices h3:first-child{font-size:12px}}.categories{display:flex;height:30vh;gap:10px;margin:10px}@media (min-width: 768px){.categories{height:70vh}}.categories .col{display:flex;flex-direction:column;flex:1;gap:10px}.categories .col-l{flex:2}.categories .row{flex:1;display:flex;gap:10px;position:relative;overflow:hidden}.categories .row button{position:absolute;width:fit-content;height:20px;padding:1px 4px;bottom:8px;right:8px;cursor:pointer;border:none;background-color:#fff;text-transform:uppercase;font-size:10px;font-weight:500;line-height:1;border-radius:4px}@media (min-width: 768px){.categories .row button{height:25px;padding:2px;bottom:10px;right:10px;font-size:inherit}}.categories .row .link{color:teal}.categories .row .link:hover{color:#05c5c5;text-decoration:underline}.categories .row .link:active{color:#012029}.categories .row img{width:100%;height:100%;object-fit:cover}.contact{background-color:teal;color:#fff;padding:20px 10px;display:flex;justify-content:center;width:100%;box-sizing:border-box}.contact .wrapper{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;gap:15px;padding:0 15px;box-sizing:border-box}.contact .wrapper span{font-size:16px;font-weight:500;text-align:center;margin-bottom:5px}.contact .wrapper .mail{display:flex;width:100%;max-width:500px;margin:0 auto}.contact .wrapper input{flex:1;padding:10px 15px;border:none;border-radius:4px 0 0 4px;font-size:14px;min-width:0}.contact .wrapper input::placeholder{color:#999;font-size:13px}.contact .wrapper button{padding:0 20px;color:#fff;background-color:#333;border:none;border-radius:0 4px 4px 0;cursor:pointer;font-weight:500;white-space:nowrap;transition:background-color .2s ease}.contact .wrapper button:hover{background-color:#555}.contact .wrapper .icons{display:flex;gap:15px;margin-top:5px;flex-wrap:wrap;justify-content:center}.contact .wrapper .icons svg{font-size:24px;cursor:pointer;transition:transform .2s ease,color .2s ease}.contact .wrapper .icons svg:hover{transform:translateY(-2px);color:#e0e0e0}@media (min-width: 768px){.contact{padding:25px 15px}.contact .wrapper{flex-direction:row;justify-content:space-between;gap:20px}.contact .wrapper span{margin-bottom:0;font-size:18px;text-align:left;flex-shrink:0}.contact .wrapper .mail{margin:0;max-width:400px}.contact .wrapper .icons{margin-top:0;gap:20px}}@media (min-width: 1024px){.contact .wrapper{padding:0 30px}.contact .wrapper span{font-size:20px}.contact .wrapper input{padding:12px 20px;font-size:15px}.contact .wrapper button{padding:0 25px}}.product{padding:20px 50px;display:flex;gap:50px}.product .left{flex:1;display:flex;gap:20px}.product .left .images{flex:1}.product .left .images img{width:100%;height:150px;object-fit:cover;cursor:pointer;margin-bottom:10px}.product .left .mainImg{flex:5}.product .left .mainImg img{width:100%;max-height:800px;object-fit:cover}@media (max-width: 768px){.product{flex-direction:column;padding:20px 15px;gap:20px}.product .left{flex-direction:column;gap:15px}.product .left .mainImg{order:1;width:100%;height:700px}.product .left .mainImg img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product .left .images{order:2;display:flex;flex-direction:row;justify-content:center;gap:15px;max-height:none;overflow:visible;padding-bottom:0;padding-right:0}.product .left .images img{min-width:100px;width:100px;height:200px;margin-bottom:0;border-radius:8px;border:2px solid transparent;transition:border-color .3s ease}.product .left .images img:hover{border-color:#2879fe}}@media (max-width: 480px){.product{padding:15px 10px;gap:15px}.product .left .mainImg{height:350px}.product .left .images{gap:10px}.product .left .images img{min-width:100px;width:100px;height:200px}}.product .right{flex:1;display:flex;flex-direction:column;gap:30px}.product .right .price{font-size:30px;font-weight:500;color:#2879fe}.product .right p{font-size:17px;font-weight:300;text-align:justify}.product .right .quantity{display:flex;align-items:center;gap:10px}.product .right .quantity button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none}.product .right .add{width:250px;padding:10px;background-color:#2879fe;color:#fff;display:flex;align-items:center;justify-content:center;gap:20px;cursor:pointer;border:none;font-weight:500}.product .right .links{display:flex;gap:20px}.product .right .links .item{display:flex;align-items:center;gap:10px;color:#2879fe;font-size:14px}.product .right .info{display:flex;flex-direction:column;gap:10px;color:gray;font-size:14px;margin-top:30px}.product .right .info hr{width:200px;border:1px solid rgb(238,237,237)}.product .right hr{border:1px solid rgb(238,237,237)}@media (max-width: 1023px){.product{flex-direction:column;padding:20px 15px;gap:30px}.product .left{flex-direction:column;gap:15px}.product .left .mainImg{order:1;width:100%;height:700px;max-width:100%}.product .left .mainImg img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product .left .images{order:2;display:flex;flex-direction:row;justify-content:center;gap:15px;overflow:visible;padding-bottom:0;margin-top:10px}.product .left .images img{min-width:100px;width:100px;height:200px;border-radius:8px;border:2px solid transparent;transition:border-color .3s ease}.product .left .images img:hover{border-color:#2879fe}.product .right{flex:1;width:100%;padding:0}}@media (max-width: 480px){.product{padding:15px 10px;gap:20px}.product .left .mainImg{height:350px}.product .left .images img{min-width:100px;width:100px;height:200px}.product .right h1,.product .right .price{font-size:24px}.product .right .add{max-width:100%}}hr{border:1px solid rgb(238,237,237)}.products{padding:30px 50px;display:flex}.products .left{flex:1;position:sticky;height:100%;top:50px}.products .left .filterItem{margin-bottom:30px}.products .left .filterItem h2{font-weight:400;margin-bottom:20px}.products .left .filterItem .inputItem{margin-bottom:10px}.products .left .filterItem .inputItem label{margin-left:10px}.products .right{flex:3;position:relative}.products .right .categoryImage{width:100%;height:400px;object-fit:cover;margin-bottom:50px}@media (max-width: 768px){.products{padding:20px 15px;flex-direction:column}.products .left{position:static;margin-bottom:20px;width:100%;order:2}.products .right{order:1;width:100%;margin-bottom:20px}.products .right .categoryImage{height:250px;margin-bottom:20px}}@media (max-width: 480px){.products{padding:15px 10px}.products .right .categoryImage{height:200px;margin-bottom:15px}}@media (max-width: 1023px){.products{flex-direction:column;padding:20px 15px;gap:20px}.products .left{position:static;width:100%;max-height:none;flex:1 0 auto;order:2;margin-bottom:20px}.products .right{order:1}.products .right .categoryImage{height:300px;margin-bottom:20px}}@media (max-width: 480px){.products{padding:15px 10px;gap:15px}.products .left{padding:15px}.products .right .categoryImage{height:200px;margin-bottom:15px}}.list{display:flex;justify-content:space-between;flex-wrap:wrap}.about{padding:48px 0;min-height:calc(100vh - 200px);background-color:#f5f5f5}.about .about-content{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:48px;margin-top:24px}.about .about-content h1{font-size:2.5rem;color:#2879fe;margin-bottom:32px;text-align:center;text-transform:uppercase;letter-spacing:1px;position:relative;padding-bottom:8px}.about .about-content h1:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:#2879fe}.about .about-content .about-image{width:100%;height:400px;overflow:hidden;border-radius:8px;margin:48px 0;box-shadow:0 4px 6px #0000001a}.about .about-content .about-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.about .about-content .about-image:hover img{transform:scale(1.02)}.about .about-content .about-text{max-width:800px;margin:0 auto}.about .about-content .about-text h2{color:#2879fe;margin:32px 0 16px;font-size:1.8rem;position:relative;padding-bottom:8px}.about .about-content .about-text h2:after{content:"";position:absolute;left:0;bottom:0;width:50px;height:3px;background-color:#2879fe}.about .about-content .about-text p{color:#333;line-height:1.8;margin-bottom:24px;font-size:1.1rem}.about .about-content .about-text .value-list{list-style:none;padding:0;margin:32px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.about .about-content .about-text .value-list li{padding:8px 16px 8px 24px;position:relative;color:#333;background-color:#2879fe0d;border-radius:4px;transition:all .3s ease}.about .about-content .about-text .value-list li:before{content:"•";color:#2879fe;font-weight:700;position:absolute;left:8px}.about .about-content .about-text .value-list li:hover{transform:translateY(-2px);box-shadow:0 1px 3px #0000001a;background-color:#2879fe1a}@media (max-width: 768px){.about{padding:24px 0}.about .about-content{padding:24px}.about .about-content h1{font-size:2rem;margin-bottom:24px}.about .about-content .about-image{height:250px;margin:24px 0}.about .about-content .about-text h2{font-size:1.5rem}.about .about-content .about-text p{font-size:1rem}.about .about-content .about-text .value-list{grid-template-columns:1fr}}.contact-page{padding:48px 0;min-height:calc(100vh - 200px);background-color:#f5f5f5}.contact-page .contact-container{max-width:1200px;margin:0 auto;padding:0 20px}.contact-page .contact-container h1{font-size:2.5rem;color:#2879fe;text-align:center;margin-bottom:32px;text-transform:uppercase;letter-spacing:1px;position:relative;padding-bottom:8px}.contact-page .contact-container h1:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:#2879fe}.contact-page .contact-container .subtitle{text-align:center;color:#333;margin-bottom:48px;font-size:1.1rem;max-width:700px;margin-left:auto;margin-right:auto}.contact-page .contact-content{display:flex;gap:48px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;padding:48px;margin-top:24px}@media (max-width: 992px){.contact-page .contact-content{flex-direction:column;padding:32px}}.contact-page .contact-info{flex:1;display:flex;flex-direction:column;gap:24px}@media (min-width: 992px){.contact-page .contact-info{padding-right:48px;border-right:1px solid #e0e0e0}}@media (max-width: 992px){.contact-page .contact-info{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #e0e0e0}}.contact-page .contact-card{display:flex;gap:16px;padding:24px;background-color:#2879fe08;border-radius:8px;transition:all .3s ease}.contact-page .contact-card:hover{transform:translateY(-3px);box-shadow:0 1px 3px #0000001a;background-color:#2879fe0d}.contact-page .contact-card .contact-icon{width:50px;height:50px;background-color:#2879fe;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;flex-shrink:0}.contact-page .contact-card .contact-details h3{color:#2879fe;margin:0 0 4px;font-size:1.2rem}.contact-page .contact-card .contact-details p{color:#333;margin:4px 0 0;line-height:1.6;font-size:.95rem}.contact-page .contact-card .contact-details p:first-of-type{margin-top:0}.contact-page .contact-form-container{flex:1.5}.contact-page .contact-form-container h2{color:#2879fe;margin-bottom:32px;font-size:1.8rem;position:relative;padding-bottom:8px}.contact-page .contact-form-container h2:after{content:"";position:absolute;left:0;bottom:0;width:50px;height:3px;background-color:#2879fe}.contact-page .contact-form .form-group{margin-bottom:24px}.contact-page .contact-form .form-group label{display:block;margin-bottom:4px;color:#333;font-weight:500}.contact-page .contact-form .form-group input,.contact-page .contact-form .form-group textarea{width:100%;padding:8px 16px;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem;transition:all .3s ease;background-color:#fff}.contact-page .contact-form .form-group input::placeholder,.contact-page .contact-form .form-group textarea::placeholder{color:#999}.contact-page .contact-form .form-group input:focus,.contact-page .contact-form .form-group textarea:focus{outline:none;border-color:#2879fe;box-shadow:0 0 0 2px #2879fe1a}.contact-page .contact-form .form-group textarea{resize:vertical;min-height:150px}.contact-page .contact-form .btn{width:100%;padding:16px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease}.contact-page .contact-form .btn:disabled{background-color:#8eb8fe;cursor:not-allowed}.contact-page .status-message{margin-top:16px;padding:8px 16px;border-radius:4px;font-size:.95rem;text-align:center}.contact-page .status-message.success{background-color:#52c41a1a;color:#3f9714;border:1px solid rgba(82,196,26,.2)}.contact-page .status-message.error{background-color:#ff4d4f1a;color:#ff1a1d;border:1px solid rgba(255,77,79,.2)}@media (max-width: 768px){.contact-page{padding:24px 0}.contact-page .contact-container h1{font-size:2rem;margin-bottom:24px}.contact-page .contact-content{padding:24px!important}.contact-page .contact-card{padding:16px}.contact-page .contact-card .contact-icon{width:40px;height:40px;font-size:1rem}.contact-page .contact-card .contact-details h3{font-size:1.1rem}.contact-page .contact-card .contact-details p{font-size:.9rem}}.navbar{height:auto;min-height:80px;padding:10px 0;position:relative;background-color:#fff;box-shadow:0 2px 10px #0000000d;z-index:1000}.navbar .wrapper{padding:10px 5%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:15px;max-width:1400px;margin:0 auto;position:relative}.navbar .wrapper .item{display:flex;align-items:center;font-size:16px;white-space:nowrap}.navbar .wrapper .item .link{color:#333;text-decoration:none;transition:color .2s ease;font-weight:500}.navbar .wrapper .item .link:hover{color:#2879fe}.navbar .wrapper .left{display:flex;align-items:center;gap:15px;order:1;flex:1 1 auto;justify-content:flex-start}.navbar .wrapper .center{font-size:24px;letter-spacing:1px;order:2;flex:0 0 auto;text-align:center;margin:10px 0}.navbar .wrapper .center .link{color:#2879fe;font-weight:700;text-decoration:none;font-size:28px;letter-spacing:1px}.navbar .wrapper .right{display:flex;align-items:center;gap:15px;order:3;flex:1 1 auto;justify-content:flex-end}.navbar .wrapper .right .icons{display:flex;gap:15px;color:#777;cursor:pointer}.navbar .wrapper .right .icons .icon{transition:color .2s ease;color:#555;font-size:22px}.navbar .wrapper .right .icons .icon:hover{color:#2879fe}.navbar .wrapper .right .icons .cartIcon{position:relative;display:flex;align-items:center;justify-content:center}.navbar .wrapper .right .icons .cartIcon span{font-size:10px;width:18px;height:18px;border-radius:50%;background-color:#2879fe;color:#fff;position:absolute;right:-8px;top:-8px;display:flex;align-items:center;justify-content:center;font-weight:600}.navbar .wrapper .right .mobile-icons{display:flex;align-items:center;gap:15px}.navbar .wrapper .right .mobile-icons .cartIcon{position:relative;display:flex;align-items:center;justify-content:center;margin-right:5px}.navbar .wrapper .right .mobile-icons .cartIcon span{font-size:10px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background-color:#2879fe;color:#fff;position:absolute;right:-8px;top:-8px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:11px}.navbar .wrapper .right .mobile-icons .menu-toggle{background:none;border:none;color:#333;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:5px;transition:color .2s ease}.navbar .wrapper .right .mobile-icons .menu-toggle:hover{color:#2879fe}.navbar .mobile-menu{position:fixed;top:80px;left:0;right:0;bottom:0;background-color:#00000080;z-index:999;overflow-y:auto;-webkit-overflow-scrolling:touch;opacity:1;visibility:visible;transition:opacity .3s ease,visibility .3s ease}.navbar .mobile-menu .mobile-menu-content{background-color:#fff;padding:20px;border-top:1px solid #eee;transform:translateY(-20px);transition:transform .3s ease;max-height:calc(100vh - 80px);overflow-y:auto}.navbar .mobile-menu .mobile-nav-items{display:flex;flex-direction:column;gap:5px}.navbar .mobile-menu .mobile-nav-item{display:block;padding:15px 10px;font-size:16px;color:#333;text-decoration:none;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease,color .2s ease;font-weight:500}.navbar .mobile-menu .mobile-nav-item:hover,.navbar .mobile-menu .mobile-nav-item:active{background-color:#f9f9f9;color:#2879fe}.navbar .mobile-menu .mobile-categories{margin:20px 0;padding:0 10px}.navbar .mobile-menu .mobile-categories h3{font-size:14px;text-transform:uppercase;color:#888;margin-bottom:15px;letter-spacing:.5px}.navbar .mobile-menu .mobile-category-item{display:block;padding:12px 10px;font-size:15px;color:#555;text-decoration:none;border-bottom:1px solid #f5f5f5;transition:background-color .2s ease,color .2s ease}.navbar .mobile-menu .mobile-category-item:hover,.navbar .mobile-menu .mobile-category-item:active{background-color:#f9f9f9;color:#2879fe;padding-left:15px}.navbar .mobile-menu .mobile-account-actions{margin-top:20px;padding:15px 10px;border-top:1px solid #eee}.navbar .mobile-menu .mobile-account-item{display:flex;align-items:center;padding:12px 10px;color:#555;text-decoration:none;font-size:15px;transition:color .2s ease}.navbar .mobile-menu .mobile-account-item svg{margin-right:12px;font-size:20px;color:#666}.navbar .mobile-menu .mobile-account-item:hover,.navbar .mobile-menu .mobile-account-item:active{color:#2879fe}.navbar .mobile-menu .mobile-account-item:hover svg,.navbar .mobile-menu .mobile-account-item:active svg{color:#2879fe}.navbar .mobile-menu .mobile-search{display:flex;align-items:center;background-color:#f5f5f5;border-radius:8px;padding:8px 15px;margin-top:15px}.navbar .mobile-menu .mobile-search svg{color:#888;margin-right:10px;font-size:20px}.navbar .mobile-menu .mobile-search input{flex:1;border:none;background:transparent;font-size:15px;color:#333;outline:none;padding:5px 0}.navbar .mobile-menu .mobile-search input::placeholder{color:#aaa}.navbar .mobile-menu.open{opacity:1;visibility:visible}.navbar .mobile-menu.open .mobile-menu-content{transform:translateY(0)}@media (max-width: 1024px){.navbar .wrapper{padding:10px 20px}}@media (max-width: 768px){.navbar{min-height:70px}.navbar .wrapper{padding:10px 15px}.navbar .wrapper .left{display:none}.navbar .wrapper .center{order:1;flex:1 1 auto;text-align:left;margin:0}.navbar .wrapper .center .link{font-size:24px}.navbar .wrapper .right{order:3;flex:0 0 auto;margin:0}.navbar .wrapper .right .item,.navbar .wrapper .right .icons{display:none}.navbar .mobile-menu{top:70px}.navbar .mobile-menu .mobile-menu-content{max-height:calc(100vh - 70px)}}@media (max-width: 480px){.navbar .wrapper .center .link{font-size:22px}.navbar .mobile-menu .mobile-nav-item{padding:14px 10px;font-size:15px}.navbar .mobile-menu .mobile-category-item,.navbar .mobile-menu .mobile-account-item{padding:11px 10px;font-size:14px}}.cart{position:absolute;right:20px;top:80px;z-index:999;background-color:#fff;padding:20px;-webkit-box-shadow:0px 0px 7px -5px rgba(0,0,0,.5);box-shadow:0 0 7px -5px #00000080}.cart h1{margin-bottom:30px;color:gray;font-weight:400;font-size:24px}.cart .item{display:flex;align-items:center;gap:20px;margin-bottom:30px}.cart .item img{width:80px;height:100px;object-fit:cover}.cart .item .details h1{font-size:18px;font-weight:500}.cart .item .details p{color:gray;margin-bottom:10px;font-size:14px}.cart .item .details .price{color:#2879fe}.cart .item .delete{color:red;font-size:30px;cursor:pointer}.cart .total{display:flex;justify-content:space-between;font-weight:500;font-size:17px;margin-bottom:20px}.cart button{width:250px;padding:10px;background-color:#2879fe;color:#fff;display:flex;align-items:center;justify-content:center;gap:20px;cursor:pointer;border:none;font-weight:500;margin-bottom:20px}.cart .reset{color:red;font-size:17px;cursor:pointer}.footer{padding:0 10px;box-sizing:border-box;max-width:1400px;width:100%;margin:80px auto 20px}.footer .top{display:flex;flex-wrap:wrap;gap:40px 20px;justify-content:space-between;margin-bottom:50px}.footer .top .item{flex:1;min-width:150px;max-width:250px;display:flex;flex-direction:column;gap:12px;text-align:left;font-size:14px;line-height:1.6}.footer .top .item h1{font-size:16px;font-weight:600;color:#333;margin:0 0 10px;text-transform:uppercase;letter-spacing:.5px}.footer .top .item span{color:#666;display:block;margin-bottom:4px;transition:color .2s ease;cursor:pointer}.footer .top .item span:hover{color:#2879fe}.footer .bottom{display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-top:40px;padding-top:30px;border-top:1px solid #eee;gap:20px}.footer .bottom .left{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;width:100%}.footer .bottom .left .logo{color:#2879fe;font-weight:700;font-size:22px;letter-spacing:.5px;text-decoration:none}.footer .bottom .left .copyright{margin:0;font-size:12px;color:#888;line-height:1.5}.footer .bottom .right{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.footer .bottom .right img{height:24px;width:auto;opacity:.8;transition:opacity .2s ease}.footer .bottom .right img:hover{opacity:1}@media (min-width: 768px){.footer{margin:80px 5% 20px;padding:0 20px}.footer .top{gap:30px 20px;margin-bottom:60px}.footer .top .item{min-width:120px;max-width:200px}.footer .bottom{flex-direction:row;align-items:center;padding-top:30px;gap:20px}.footer .bottom .left{flex-direction:row;justify-content:space-between;align-items:center;text-align:left;width:auto;gap:20px}.footer .bottom .left .copyright{margin-left:20px;position:relative}.footer .bottom .left .copyright:before{content:"";position:absolute;left:-15px;top:50%;transform:translateY(-50%);width:1px;height:60%;background-color:#ddd}}@media (min-width: 1200px){.footer{margin:100px auto 30px;padding:0 40px}.footer .top{gap:50px;margin-bottom:80px}.footer .top .item{max-width:250px}.footer .bottom .left .copyright{margin-left:40px}.footer .bottom .left .copyright:before{left:-20px}}.app .link{color:inherit;text-decoration:none}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}@tailwind base;@tailwind components;@tailwind utilities;
