body{font-family:Roboto,sans-serif;background-color:#fff;overflow-x:hidden}img{max-width:100%;display:block}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{max-width:100vw;background-color:#fff}.navbar{display:flex;justify-content:space-around;box-shadow:0 1px 3px -2px #000;padding:16px;align-items:center}.nav-logo{display:flex;align-items:center;gap:10px}.nav-logo p{color:#000;font-weight:600;font-size:38px}.nav-menu{display:flex;align-items:center;list-style:none;gap:50px;font-size:20px;font-weight:500;color:#626262}.nav-menu li{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;cursor:pointer}.nav-menu hr{border:none;width:80px;height:3px;border-radius:10px;background-color:#ff4141}.nav-login-cart{display:flex;align-items:center;gap:45px}.nav-login-cart button{width:157px;height:58px;outline:none;border:1px solid #7a7a7a;border-radius:75px;color:#515151;font-size:20px;font-weight:500;align-items:center;background-color:#fff;cursor:pointer}.nav-login-cart :active{background:#f3f3f3}.nav-cart-count{width:22px;height:22px;display:flex;justify-content:center;align-items:center;margin-top:-35px;margin-left:-55px;border-radius:12px;font-size:14px;background:#ff4141;color:#fff}@media(max-width:1280px){.navbar{padding:12px 50px}.nav-menu{gap:25px;font-size:14px}.nav-login-cart button{width:120px;height:45px;font-size:16px}.nav-login-cart img{width:30px}I .nav-cart-count{width:18px;height:18px}}.nav-dropdown{display:none}@media(max-width:1024px){.navbar{padding:12px 30px}.nav-menu{gap:25px;font-size:14px}.nav-login-cart button{width:80px;height:35px;font-size:10px}.nav-login-cart img{width:30px}.nav-cart-count{width:18px;height:18px}}@media(max-width:800px){.navbar{padding:10px 0}.nav-dropdown{display:block;width:50px;rotate:-90deg;transition:.5s}.nav-menu{display:none;height:80px;width:100%;position:absolute;background-color:#fff;justify-content:center;top:80px}.nav-menu-visible{display:flex}.nav-dropdown.open{transform:rotate(90deg)}}@media(max-width:500px){.navbar{width:8px 0px;gap:0}.nav-logo{transform:scale(.8)}.nav-menu{height:70px;top:50px}I .nav-login-cart{transform:scale(.8)}.nav-menu{top:80px}}.shopcategory{width:100%;max-width:1200px;margin:30px auto;padding:0 20px;box-sizing:border-box;overflow-x:hidden}.shopcategory-banner{display:block;width:100%;border-radius:10px;object-fit:cover}.shopcategory-indexsort{display:flex;justify-content:space-between;align-items:center;margin:20px 0;flex-wrap:wrap}.shopcategory-sort{padding:2px;cursor:pointer;display:flex;align-items:center;gap:8px}.shopcategory-sort img{width:10px;height:12px}.shopcategory-indexsort p span{font-weight:600}.shopcategory-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:40px 40px;margin:40px 0;width:100%;box-sizing:border-box}.item{width:280px}.item p{margin:6px 0}.item-prices{display:flex;gap:20px}.item-price-new{color:#374151;font-size:18x;font-weight:600}.item-price-old{color:#8c8c8c;font-size:18px;font-weight:500;text-decoration:line-through}.item:hover{transform:scale(1.05);transition:.6s}.item img{width:100%;height:380px;object-fit:cover;border-radius:10px}@media(max-width:1280px){.item{width:250px}.item img{height:340px}.item p{font-size:15px}.item-price-new{font-size:16px}.item-price-old{font-size:15px}}@media(max-width:1080px){.item{width:220px}.item img{height:300px}.item p{font-size:14px}.item-prices{gap:12px}.item-price-new{font-size:15px}.item-price-old{font-size:14px}}@media(max-width:800px){.item{width:75%;overflow:scroll}.item img{height:550px}.item p{font-size:14px;text-align:center}.item-prices{justify-content:center;gap:10px}.item-price-new{font-size:14px}.item-price-old{font-size:13px}}@media(max-width:500px){.item{width:100%}.item img{height:220px}.item p{font-size:13px;text-align:center}.item-prices{justify-content:center;gap:8px}.item-price-new{font-size:13px}.item-price-old{font-size:12px}}.cartitems{width:80%;margin:80px auto;font-family:Poppins,sans-serif;color:#333}.cartitems-format-main{display:grid;grid-template-columns:2fr 2fr 1fr 1fr 1fr .5fr;align-items:center;text-align:center;font-weight:600;font-size:16px;text-transform:uppercase;margin-bottom:15px;color:#444}.cartitems hr{height:1px;background-color:#ddd;border:none;margin:10px 0}.cartitems-format{display:grid;grid-template-columns:2fr 2fr 1fr 1fr 1fr .5fr;align-items:center;text-align:center;padding:15px 0;background-color:#fff;border-bottom:1px solid #eee;transition:background-color .2s ease-in-out}.cartitems-format:hover{background-color:#f7f7f7}.carticon-product-icon{width:90px;height:90px;object-fit:cover;border-radius:10px;justify-self:center}.cartitems-quantity{width:64px;height:40px;border:1.5px solid #ccc;background-color:#fafafa;border-radius:5px;font-weight:500;text-align:center;line-height:20px;font-size:15px;cursor:default;color:#000}.cartitems-quantity:hover{background-color:#fff;color:#000}.cartitems-remove-icon{width:25px;height:25px;cursor:pointer;transition:transform .2s ease}.cartitems-remove-icon:hover{transform:scale(1.2)}.cartitems p{margin:0;font-size:15px}.cartitems-format-main p{font-weight:700;font-size:15px}.cartitems-down{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:50px;gap:30px}.catritems-total{flex:1;min-width:300px}.catritems-total h1{font-size:24px;margin-bottom:20px;color:#222}.catitems-total-item,.cartitems-total-items{display:flex;justify-content:space-between;margin:10px 0;font-size:16px}.catritems-total button{margin-top:20px;width:100%;padding:14px 0;background-color:#ff4141;color:#fff;font-size:16px;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .2s ease}.catritems-total button:hover{background-color:#e63838}.cartitems-promocode{flex:1;min-width:280px}.cartitems-promocode p{font-size:15px;margin-bottom:10px;color:#444}.cartitems-promobox{display:flex;gap:10px}.cartitems-promobox input{flex:1;padding:12px;border-radius:6px;border:1px solid #ccc;font-size:14px;outline:none}.cartitems-promobox input:focus{border-color:#ff4141}.cartitems-promobox button{padding:12px 18px;background-color:#000;color:#fff;font-size:14px;border:none;border-radius:10px;cursor:pointer;transition:background-color .2s ease}.cartitems-promobox button:hover{background-color:#2e2929}@media screen and (max-width:768px){.cartitems{width:95%}.cartitems-format-main,.cartitems-format{grid-template-columns:1.5fr 1.5fr 1fr 1fr 1fr .4fr;font-size:14px}.carticon-product-icon{width:70px;height:70px}.cartitems-down{flex-direction:column}.catritems-total,.cartitems-promocode{width:100%}}@media screen and (max-width:500px){.cartitems-format-main{grid-template-columns:.5fr 3fr .5fr;gap:10px;display:none}.cartitems-format{display:grid}}.loginsignup{width:100%;height:100vh;background:#11274e;padding-top:50px;display:flex;justify-content:center}.loginsignup-container{width:580px;background:#fff;margin:auto;padding:40px 60px;box-shadow:0 4px 8px #0000001a;border-radius:8px}.loginsignup-container h1{margin:20px 0;text-align:center;font-size:28px;font-weight:500}.loginsignup-fields{display:flex;flex-direction:column;gap:30px;margin-top:30px}.loginsignup-fields input{height:50px;width:100%;padding-left:20px;border:1px solid #c9c9c9;outline:none;color:#5c5c5c;font-size:16px;border-radius:4px}.loginsignup-container button{width:100%;height:50px;color:#fff;background:#e44d4c;margin-top:30px;border:none;font-size:20px;font-weight:500;cursor:pointer;border-radius:4px;transition:background .3s ease}.loginsignup-container button:hover{background:#d43a3a}.loginsignup-login{margin-top:20px;color:#5c5c5c;font-size:16px;font-weight:500}.loginsignup-login span{color:#e44d4c;font-weight:600;cursor:pointer}.loginsignup-agree{display:flex;align-items:center;margin-top:25px;gap:10px;color:#5c5c5c;font-size:14px;font-weight:500}.loginsignup-agree input[type=checkbox]{width:18px;height:18px;cursor:pointer}@media(max-width:700px){.loginsignup-container{width:90%;padding:20px 30px}}.breadcrum{display:flex;flex-direction:row}.productdisplay{display:flex;justify-content:center;align-items:flex-start;gap:40px;margin:60px 80px;font-family:Poppins,sans-serif}.productdispaly-left{display:flex;gap:20px;flex:1}.product-img-list{display:flex;flex-direction:column;gap:15px}.product-img-list img{width:80px;height:90px;object-fit:cover;border-radius:10px;cursor:pointer;transition:all .3s ease}.product-img-list img:hover{transform:scale(1.05);border:2px solid #e74c3c}.productdispaly-img{flex:1;display:flex;justify-content:center;align-items:center}.productdisplay-main-img{width:400px;height:480px;object-fit:cover;border-radius:15px;box-shadow:0 2px 8px #00000026}.productdisplay-right{flex:1;display:flex;flex-direction:column;gap:15px}.productdisplay-right h1{font-size:28px;color:#333;font-weight:600;margin-bottom:10px}.productdisplay-right-star{display:flex;align-items:center;gap:6px}.productdisplay-right-star img{width:20px;height:20px}.productdisplay-right-star p{font-size:14px;color:#777}.productdisplay-right-prices{display:flex;align-items:center;gap:20px}.productdisplay-right-old{font-size:18px;text-decoration:line-through;color:gray}.productdisplay-right-new{font-size:22px;color:#e74c3c;font-weight:600}.productdisplay-right-description{font-size:15px;color:#555;line-height:1.5;margin-top:5px;max-width:450px}.productdisplay-right-size h1{font-size:18px;color:#222;margin-bottom:10px;text-transform:capitalize}.productdisplay-right-sizes{display:flex;gap:15px;margin-bottom:20px}.productdisplay-right-sizes div{border:1px solid #aaa;padding:8px 14px;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.productdisplay-right-sizes div:hover{background-color:#e74c3c;color:#fff;border-color:#e74c3c}button{width:180px;padding:12px;background-color:#e74c3c;border:none;color:#fff;font-size:16px;border-radius:10px;cursor:pointer;font-weight:600;transition:all .3s ease}button:hover{background-color:#c0392b;transform:translateY(-2px)}.productdisplay-right-category{font-size:14px;color:#555;margin-top:8px}.productdisplay-right-category span{color:#000;font-weight:600;text-transform:capitalize}@media screen and (max-width:1024px){.productdisplay{flex-direction:column;margin:40px}.productdispaly-left{justify-content:center}.productdisplay-main-img{width:300px;height:380px}.productdisplay-right{align-items:center;text-align:center}}@media screen and (max-width:600px){.product-img-list img{width:60px;height:70px}.productdisplay-main-img{width:250px;height:320px}button{width:140px;padding:10px;font-size:14px}}.descriptionbox{margin:120px 170px}.descriptionbox-navigator{display:flex}.descriptionbox-nav-box{display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;width:171px;height:70px;border:1px solid #d0d0d0}.descriptionbox-nav-box.fade{background:#fbfbfb;color:☐ #555}.descriptionbox-description{display:flex;flex-direction:column;gap:25px;border:1px solid #d0d0d0;padding:48px 48px 70px}.related-products{display:flex;flex-direction:column;align-items:center;gap:10px;height:auto;padding:40px 20px;overflow-x:hidden}.related-products h1{color:#171717;font-size:50px;font-weight:600;text-align:center}.related-products hr{width:200px;height:6px;border-radius:10px;background:#252525}.relatedproducts-item{margin-top:50px;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;justify-items:center;width:100%;max-width:1200px}@media(max-width:1024px){.relatedproducts-item{grid-template-columns:repeat(3,1fr);gap:25px}.related-products h1{font-size:40px}}@media(max-width:768px){.relatedproducts-item{grid-template-columns:repeat(2,1fr);gap:20px}.related-products h1{font-size:32px}}@media(max-width:480px){.relatedproducts-item{grid-template-columns:1fr;gap:20px}.related-products h1{font-size:26px}.related-products hr{width:150px;height:3px}}.hero{height:100vh;background:linear-gradient(180deg,#284267,#e1ffea22 60%);display:flex;align-items:center;justify-content:space-between;padding:0 80px;overflow:hidden}.hero-left{flex:1;display:flex;flex-direction:column;justify-content:center;gap:20px;line-height:1.1}.hero-left h2{color:#090909;font-size:26px;font-weight:600}.hero-left p{color:#171717;font-size:100px;font-weight:700;text-transform:capitalize}.hero-hand-icon{display:flex;align-items:center;gap:20px}.hero-hand-icon img{width:105px}.hero-latest-btn{display:flex;justify-content:center;align-items:center;gap:15px;width:310px;height:70px;border-radius:75px;margin-top:30px;background:red;color:#fff;font-size:22px;font-weight:500;cursor:pointer;transition:all .3s ease}.hero-latest-btn:hover{background-color:#d32f2f;transform:scale(1.03)}.hero-right{flex:1;display:flex;justify-content:center;align-items:center}.hero-right img{width:90%;max-width:600px;height:auto;object-fit:contain}@media(max-width:1280px){.hero{padding:0 60px}.hero-left p{font-size:85px}.hero-latest-btn{width:280px;height:65px;font-size:20px}.hero-hand-icon img{width:90px}}@media(max-width:1080px){.hero{padding:0 40px}.hero-left p{font-size:70px}.hero-left h2{font-size:22px}.hero-latest-btn{width:240px;height:60px;font-size:18px}.hero-hand-icon img{width:75px}.hero-right img{width:85%}}@media(max-width:800px){.hero{flex-direction:column;height:auto;text-align:center;padding:60px 20px}.hero-left{align-items:center;padding-left:0}.hero-left p{font-size:60px}.hero-latest-btn{width:220px;height:55px;font-size:16px}.hero-hand-icon{justify-content:center}.hero-right{margin-top:40px}.hero-right img{width:80%;max-width:400px}}@media(max-width:500px){.hero{padding:40px 10px}.hero-left h2{font-size:18px}.hero-left p{font-size:40px}.hero-latest-btn{width:180px;height:50px;font-size:14px;margin-top:20px}.hero-hand-icon img{width:55px}.hero-right img{width:90%;max-width:300px}}.popular{display:flex;flex-direction:column;align-items:center;gap:10px;height:auto;padding:60px 20px}.popular h1{color:#000;font-size:50px;font-weight:600;text-align:center}.popular hr{width:200px;height:2px;border-radius:10px;background:#252525}.popular-item{margin-top:50px;display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.offers{width:65%;height:60vh;display:flex;margin:auto auto 150px;padding:0 140px;background:linear-gradient(180deg,#284267,#e1ffea22 60%);border-radius:20px}.offers-left{flex:1;display:flex;flex-direction:column;justify-content:center}.offers-left h1{color:#171717;font-size:80px;font-weight:600;line-height:1.1}.offers-left p{color:#171717;font-size:22px;font-weight:600}.offers-left button{width:282px;height:70px;border-radius:35px;background:#ff4141;border:none;color:#fff;font-size:22px;font-weight:500;margin-top:30px;cursor:pointer;transition:.3s ease}.offers-left button:hover{background:#d63737}.offers-right{flex:1;display:flex;align-items:center;justify-content:center;padding-top:50px}.offers-right img{width:100%;max-width:400px;object-fit:contain}@media(max-width:1280px){.offers{width:80%;padding:0 100px}.offers-left h1{font-size:70px}}@media(max-width:1020px){.offers{flex-direction:column;height:auto;text-align:center;width:85%;padding:60px 40px}.offers-left{align-items:center}.offers-left h1{font-size:60px}.offers-left p{font-size:20px}.offers-right img{max-width:300px;margin-top:30px}}@media(max-width:800px){.offers{width:90%;padding:40px 20px}.offers-left h1{font-size:46px}.offers-left p{font-size:18px}.offers-left button{width:230px;height:60px;font-size:18px}}@media(max-width:500px){.offers{width:95%;padding:30px 10px}.offers-left h1{font-size:34px}.offers-left p{font-size:16px}.offers-left button{width:180px;height:50px;font-size:16px}.offers-right img{max-width:240px}}.new-collections{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:100px}.new-collection h1{color:#000;font-size:50px;font-weight:600}.new-collection hr{width:200px;height:2px;border-radius:10px;background:#252525}.collections{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin-top:50px;gap:30px}@media(max-width:1280px){.collections{grid-template-columns:repeat(3,1fr);gap:25px}}@media(max-width:900px){.collections{grid-template-columns:repeat(2,1fr);gap:20px}.new-collections h1{font-size:40px}}@media(max-width:600px){.collections{grid-template-columns:1fr;gap:15px}.new-collections h1{font-size:32px}}.newsletter{width:65%;height:40vh;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:auto auto 150px;padding:0 140px;background:linear-gradient(180deg,#284267,#e1ffea22 60%);gap:30px;border-radius:30px}.newsletter h1{color:#454545;font-size:55px;font-weight:600;text-align:center}.newsletter p{color:#454545;font-size:20px;text-align:center}.newsletter div{display:flex;align-items:center;justify-content:space-between;background:#fff;width:730px;height:70px;border-radius:80px;border:1px solid #e3e3e3;overflow:hidden}.newsletter input{width:500px;margin-left:30px;border:none;outline:none;color:#616161;font-family:poppins;font-size:16px}.newsletter div button{width:210px;height:70px;border-radius:80px;background:#000;color:#fff;font-size:16px;cursor:pointer;border:none}@media(max-width:1280px){.newsletter{width:80%;padding:0 80px}.newsletter h1{font-size:45px}.newsletter div{width:600px}.newsletter input{width:380px}}@media(max-width:1080px){.newsletter{width:85%;padding:0 50px}.newsletter h1{font-size:40px}.newsletter p{font-size:18px}.newsletter div{width:500px;height:60px}.newsletter input{width:300px;font-size:15px}.newsletter div button{width:150px;height:60px;font-size:15px}}@media(max-width:800px){.newsletter{width:90%;padding:0 20px;height:auto}.newsletter h1{font-size:32px}.newsletter p{font-size:16px}.newsletter div{width:100%;flex-direction:column;height:auto;border-radius:20px;padding:10px;gap:10px}.newsletter input{width:90%;margin:0;height:45px;border-radius:10px;border:1px solid #ddd;padding-left:10px}.newsletter div button{width:90%;height:45px;border-radius:10px;font-size:15px}}@media(max-width:500px){.newsletter{width:95%;padding:20px;gap:15px}.newsletter h1{font-size:24px;text-align:center}.newsletter p{font-size:14px;text-align:center}.newsletter div{width:100%;flex-direction:column;gap:10px}.newsletter input,.newsletter div button{width:100%;height:40px;font-size:14px}}.footer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px;background-color:#fff;padding:40px 20px;overflow-x:hidden}.footer-logo{display:flex;align-items:center;gap:20px}.footer-logo p{color:#383838;font-size:46px;font-weight:700}.footer-links{display:flex;list-style:none;gap:50px;color:#252525;font-size:20px;flex-wrap:wrap;justify-content:center;text-align:center}.footer-links li{cursor:pointer;transition:color .3s ease}.footer-links li:hover{color:#007bff}.footer-social-icons{display:flex;flex-direction:row;gap:30px;justify-content:center;align-items:center;flex-wrap:wrap}.footer-icons-container{padding:10px;background:#fbfbfb;border:1px solid #ebebeb;border-radius:50%;cursor:pointer;transition:transform .2s ease}.footer-icons-container:hover{transform:scale(1.1)}.footer-icons-container img{width:24px;height:24px}.footer-copyright{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;margin-bottom:30px;color:#1a1a1a;font-size:18px;text-align:center}.footer-copyright hr{width:80%;border:none;height:3px;border-radius:10px;background:#c7c7c7}@media(max-width:1024px){.footer-logo p{font-size:38px}.footer-links{gap:30px;font-size:18px}.footer-social-icons{gap:25px}}@media(max-width:768px){.footer{gap:40px}.footer-logo{flex-direction:column;gap:10px}.footer-logo p{font-size:32px}.footer-links{flex-wrap:wrap;gap:20px;font-size:16px}.footer-social-icons{gap:20px}.footer-icons-container img{width:22px;height:22px}.footer-copyright{font-size:16px}}@media(max-width:480px){.footer{gap:30px;padding:30px 10px}.footer-logo img{width:60px;height:auto}.footer-logo p{font-size:24px}.footer-links{flex-direction:column;gap:10px;font-size:14px}.footer-social-icons{gap:15px}.footer-icons-container{padding:8px}.footer-icons-container img{width:20px;height:20px}.footer-copyright{font-size:14px;gap:10px}.footer-copyright hr{width:90%;height:2px}}
