.footer{margin:100px 200px 20px}.footer .top{display:flex;gap:50px}.footer .top .item{display:flex;flex:1 1;flex-direction:column;font-size:14px;gap:10px;text-align:justify}.footer .top .item .h1{color:#555;font-size:18px;font-weight:500}.footer .top .item .span{color:gray}.footer .bottom{justify-content:space-between;margin-top:50px}.footer .bottom,.footer .bottom .left{align-items:center;display:flex}.footer .bottom .left .logo{color:#2879fe;font-size:24px;font-weight:700}.footer .bottom .left .copyright{color:gray;font-size:12px;margin-left:20px}.footer .bottom .right .img{height:50px}.navbar{height:80px}.navbar .link:hover{color:#cdcdcd;transition:all .4s ease}.navbar .wrapper{align-items:center;display:flex;justify-content:space-between;padding:10px 30px}.navbar .wrapper .item{align-items:center;display:flex;font-size:18px}.navbar .wrapper .left{align-items:center;display:flex;gap:25px}.navbar .wrapper .left .country{border-radius:.2rem;width:40px}.navbar .wrapper .left .downIcon{margin-left:10px}.navbar .wrapper .center{font-size:30px}.navbar .wrapper .right{align-items:center;display:flex;gap:25px}.navbar .wrapper .right .icons{color:#777;cursor:pointer;display:flex;font-size:20px;gap:20px}.navbar .wrapper .right .icons .cartIcon{position:relative}.navbar .wrapper .right .icons .cartIcon span{align-items:center;background-color:#fa0000;border-radius:50%;color:#fff;display:flex;font-size:15px;height:20px;justify-content:center;position:absolute;right:-10px;top:-10px;width:20px}.cart{background-color:#fff;box-shadow:0 0 7px -5px rgba(0,0,0,.5);padding:20px;position:absolute;right:20px;top:80px;z-index:999}.cart h1{color:gray;font-size:24px;font-weight:400;margin-bottom:30px}.cart .item{align-items:center;display:flex;gap:20px;margin-bottom:30px}.cart .item img{height:100px;object-fit:cover;width:80px}.cart .item .details h1{font-size:18px;font-weight:500}.cart .item .details p{color:gray;font-size:14px;margin-bottom:10px}.cart .item .details .price{color:#2879fe}.cart .item .delete{color:red;cursor:pointer;font-size:20px}.cart .total{font-size:18px;justify-content:space-between}.cart .total,.cart button{display:flex;font-weight:500;margin-bottom:20px}.cart button{align-items:center;background-color:#2879fe;border:none;color:#fff;cursor:pointer;gap:20px;justify-content:center;padding:10px;width:250px}.cart .reset{color:red;cursor:pointer;font-size:12px}.slider{height:calc(100vh - 80px);overflow:hidden;position:relative;width:100vw}.slider .container{display:flex;height:100%;transition:all 1s ease;width:300vw}.slider .container img,.slider .container video{height:100%;object-fit:cover;width:100vw}.slider .container video{-webkit-clip-path:inset(1px 1px);clip-path:inset(1px 1px)}.slider .icons{bottom:100px;display:flex;gap:10px;left:0;margin:auto;position:absolute;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.slider .icons .icon{align-items:center;border:1px solid #999;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;width:50px}.slider .icons .icon:hover{background-color:#fff;color:#000}.card{display:flex;flex-direction:column;gap:10px;margin-bottom:50px;width:280px}.card .image{box-shadow:0 8px 24px hsla(210,8%,62%,.2);height:400px;overflow:hidden;position:relative;width:100%}.card .image:hover .secondImage{z-index:2}.card .image img{height:100%;object-fit:cover;position:absolute;width:100%}.card .image .mainImage{z-index:1}.card .image span{background-color:#fff;border-radius:.5rem;color:red;font-size:11px;font-weight:700;left:5px;padding:3px 5px;position:absolute;top:5px;z-index:3}.card h2{font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:16px;font-weight:400}.card .prices{display:flex;gap:20px}.card .prices h3{font-size:18px;font-weight:500}.card .prices h3:first-child{color:gray;text-decoration:line-through}.featuredProducts{margin:100px 200px}.featuredProducts .top{align-items:center;display:flex;justify-content:space-between;margin-bottom:50px}.featuredProducts .top h1{flex:2 1;text-transform:capitalize}.featuredProducts .top p{color:gray;flex:3 1}.featuredProducts .bottom{display:flex;flex-wrap:wrap;gap:50px;justify-content:center}.featuredProducts .bottom>*{margin-bottom:50px;width:calc(20% - 10px)}.categories{display:flex;gap:10px;height:80vh;margin:10px}.categories .col{display:flex;flex:1 1;flex-direction:column;gap:10px}.categories .col-l{flex:2 1}.categories .row{border-radius:.5rem;display:flex;flex:1 1;gap:10px;overflow:hidden;position:relative}.categories .row button{background-color:#fff;border:none;border-radius:.5rem;bottom:0;cursor:pointer;font-weight:500;height:50px;left:0;margin:auto;min-width:100px;padding:10px;position:absolute;right:0;text-transform:uppercase;top:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.categories .row .link:hover{text-decoration:underline}.categories .row img{height:100%;object-fit:cover;width:100%}.product{display:flex;gap:50px;padding:20px 50px}.product .left{display:flex;flex:1 1;gap:30px}.product .left .images{flex:1 1}.product .left .images img{cursor:pointer;height:150px;object-fit:contain;width:100%}.product .left .mainImg{flex:5 1}.product .left .mainImg img{max-height:800px;object-fit:contain;width:100%}.product .right{display:flex;flex:1 1;flex-direction:column;gap:20px}.product .right .price{color:#2879fe;font-size:30px;font-weight:500}.product .right p{font-size:18px;font-weight:300;text-align:justify}.product .right .quantity{align-items:center;display:flex;gap:10px}.product .right .quantity button{height:50px;width:50px}.product .right .add,.product .right .quantity button{align-items:center;border:none;cursor:pointer;display:flex;justify-content:center}.product .right .add{background-color:#2879fe;color:#fff;font-weight:500;gap:20px;padding:10px;width:250px}.product .right .links{cursor:pointer;display:flex;gap:20px}.product .right .links .item{align-items:center;color:#2879fe;display:flex;font-size:14px;gap:10px}.product .right .info{color:gray;display:flex;flex-direction:column;font-size:14px;gap:10px;margin-top:30px}.product .right .info hr{border:1px solid #eeeded;width:200px}.product .right hr{border:1px solid #eeeded}.list{display:flex;flex-wrap:wrap;justify-content:space-between}.products{display:flex;padding:30px 50px}.products .left{flex:1 1;height:100%;position:-webkit-sticky;position:sticky;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:5 1}.products .right .catImg{height:300px;margin-bottom:50px;object-fit:cover;width:100%}.app .link{color:inherit;text-decoration:none}
/*# sourceMappingURL=main.e43939c5.css.map*/