*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:poppins,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{z-index:100;background-color:#fff;justify-content:space-between;align-items:center;padding:20px 30px;display:flex;position:sticky;top:0;box-shadow:0 2px 5px 1px #0000001a}.nav-logo{align-items:center;gap:10px;display:flex}.nav-logo img{object-fit:contain;height:40px}.nav-logo p{color:#171717;font-size:20px;font-weight:600}.nav-menu{align-items:center;gap:25px;list-style:none;transition:transform .3s ease-in-out;display:flex}.nav-menu li{margin-top:10px;padding:0 10px}.nav-link{color:#626262;font-weight:500;text-decoration:none;transition:color .3s}.nav-link:hover{color:#ff4141}.nav-login-cart{align-items:center;gap:30px;display:flex}.login-button{color:#515151;cursor:pointer;background:#fff;border:1px solid #7a7a7a;border-radius:25px;outline:none;font-weight:500;transition:all .3s}.login-button:hover{color:#fff;background:#ff4141;border:none;box-shadow:0 1px 3px -2px #0000001a}.cart-icon{position:relative}.cart-icon img{cursor:pointer;width:28px;height:28px}.cart-count{color:#fff;background-color:#ff4141;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:600;display:flex;position:absolute;top:-6px;right:-6px}.burger-menu{cursor:pointer;color:#333;z-index:120;font-size:24px;display:none}.close-icon{color:#333;cursor:pointer;z-index:130;font-size:24px;display:none;position:absolute;top:25px;right:25px}@media screen and (max-width:768px){.burger-menu{display:block;position:absolute;left:20px}.nav-logo{margin-left:20px}.nav-menu{background-color:#fff;flex-direction:column;width:70%;height:100vh;padding-top:80px;transition:left .3s ease-in-out;position:fixed;top:0;left:-100%;transform:translate(0);box-shadow:3px 0 6px #0003}.nav-menu.open{left:0}.nav-menu li{text-align:center;margin-bottom:30px;font-size:20px}.close-icon{display:block}.nav-login-cart{gap:15px}.login-button{width:80px;height:35px;font-size:12px}}@media screen and (min-width:769px){.nav-menu{width:auto;height:auto;box-shadow:none;background:0 0;display:flex;position:static}.burger-menu,.close-icon{display:none!important}}@media screen and (min-width:1024px){.nav-logo img{width:45px;height:45px}.nav-logo p{font-size:24px}.nav-menu li{font-size:18px}.login-button{width:120px;height:45px;font-size:16px}.cart-icon img{width:30px;height:30px}.cart-count{width:18px;height:18px;font-size:12px}}.hero{background:linear-gradient(#fde1ff 0%,#e1ffea22 60%);flex-flow:wrap;justify-content:space-evenly;align-items:center;padding:50px 18px;display:flex}.left{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:25px;margin-top:-60px;line-height:1.1;display:flex}.left h2{color:#090909;letter-spacing:3px;font-weight:600}.left p{color:#171717;letter-spacing:2px;font-weight:700;line-height:1.1}.hero-hand-icon{align-items:center;gap:20px;display:flex}.hero-latest-btn{color:#fff;cursor:pointer;background:#ff4141;border-radius:75px;justify-content:center;align-items:center;gap:15px;height:55px;margin-top:20px;font-weight:400;display:flex}.right{justify-content:center;align-items:center;display:flex}.right img{object-fit:contain}@media screen and (max-width:480px){.hero{gap:30px}.left{padding-top:100px}.left h2{font-size:20px;font-weight:900}.left p{font-size:25px;font-weight:700}.hero-hand-icon img{width:30px}.hero-latest-btn{width:180px;height:45px;font-size:14px}.hero-latest-btn img{width:13px}.right img{object-fit:contain;max-width:100%;height:50vh}}@media screen and (min-width:768px){.hero{flex-direction:row;display:flex}.left{padding-top:100px;padding-left:70px}.left h2{font-size:30px;font-weight:900}.left p{font-size:45px;font-weight:700}.hero-hand-icon img{width:60px}.hero-latest-btn{width:220px;font-size:18px}.hero-latest-btn img{width:16px}.right img{height:70vh}}@media screen and (min-width:1024px){.hero{flex-direction:row;display:flex}.left{padding-top:30px;padding-left:80px}.left h2{font-size:35px;font-weight:900}.left p{font-size:55px;font-weight:700}.hero-hand-icon img{width:70px}.hero-latest-btn{width:250px;font-size:20px}.hero-latest-btn img{width:17px}.right img{height:90vh}}.popular{flex-direction:column;align-items:center;gap:10px;margin-top:30px;display:flex}.popular h1{color:#171717;text-align:center;font-weight:600}.popular hr{background:#252525;border-radius:10px;height:2px}.popular-items{margin-top:50px;display:grid}.popular-item{text-align:center}.popular-item img{border-radius:50%}@media screen and (max-width:480px){.popular{padding:0 20px}.popular h1{font-size:15px;font-weight:600}.popular hr{width:130px;height:2px}.popular-items{grid-template-columns:1fr 1fr;gap:50px}.popular-item img{width:35vw}}@media screen and (min-width:768px){.popular{padding:0 40px}.popular h1{font-size:20px}.popular hr{width:180px}.popular-items{grid-template-columns:1fr 1fr 1fr 1fr;gap:70px}.popular-item img{width:15vw}}@media screen and (min-width:1024px){.popular-items{grid-template-columns:1fr 1fr 1fr 1fr;gap:80px}.popular h1{font-size:35px}.popular hr{width:300px}}.offer{background:linear-gradient(#fde1ff 0%,#e1ffea22 60%);border-radius:15px;justify-content:space-between;width:80%;height:60vh;margin:130px auto;padding:20px;display:flex;box-shadow:0 10px 20px #0000001a}.lft{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;margin:50px 0 0 40px;display:flex}.lft h2{color:#171717;font-size:30px;font-weight:600}.lft h1{color:#171717;margin:10px 0;font-size:50px;font-weight:600}.lft p{color:#171717;margin-top:20px;font-size:16px;font-weight:600}.lft button{color:#fff;cursor:pointer;background:#ff4141;border:none;border-radius:50px;width:150px;height:50px;margin-top:40px;font-size:16px;font-weight:500;transition:background-color .3s}.lft button:hover{background:#ff2a2a}.rgt{flex:1;justify-content:flex-end;align-items:center;padding-bottom:110px;display:flex}@media (max-width:480px){.offer{flex-direction:column;height:100vh}.lft{margin:17px 0 0 20px}.lft h2{font-size:18px}.lft h1{font-size:16px}.lft p{margin-top:10px;font-size:10px}.lft button{width:80px;height:30px;margin-top:15px;font-size:10px}.rgt img{height:75vh}}@media (min-width:768px){.offer{width:75%}.lft{margin:17px 0 0 20px}.lft h2{font-size:35px}.lft h1{font-size:25px}.lft p{margin-top:10px;font-size:16px}.lft button{width:150px;height:45px;margin-top:30px;font-size:16px}.rgt img{height:77vh}}.new-cts{flex-direction:column;align-items:center;gap:10px;margin-top:30px;margin-bottom:100px;display:flex}.new-cts h1{color:#171717;font-size:35px;font-weight:600}.new-cts hr{background:#252525;border-radius:10px;width:300px;height:3px}.cts{margin-top:50px;display:grid}@media screen and (max-width:480px){.new-cts{padding:0 20px}.new-cts h1{font-size:15px;font-weight:600}.new-cts hr{width:180px;height:2px}.cts{grid-template-columns:1fr 1fr;gap:30px}}@media screen and (min-width:768px){.new-cts{padding:0 30px}.cts{grid-template-columns:1fr 1fr 1fr 1fr;gap:25px}.new-cts h1{font-size:25px}.new-cts hr{width:260px}}@media screen and (min-width:1024px){.new-cts{padding:0 50px}.cts{grid-template-columns:1fr 1fr 1fr 1fr;gap:50px}.new-cts h1{font-size:35px}.new-cts hr{width:300px}}.item{border:1px solid #e1e1e1;border-radius:8px;flex-direction:column;gap:10px;max-width:300px;transition:transform .3s ease-in-out;display:flex;box-shadow:0 4px 6px #0000001a}.item p{color:#171717;margin:6px 10px;font-size:16px}.item-price{gap:15px;margin:10px;display:flex}.item-price .new-price{color:#374151;font-size:18px;font-weight:600}.item-price .old-price{color:#8c8c8c;font-size:16px;font-weight:500;text-decoration:line-through}.item:hover{transform:scale(1.05)}.item img{object-fit:cover;border-radius:8px;width:100%}@media screen and (max-width:480px){.item{gap:3px}.item-price{flex-direction:column;gap:5px}.item p{margin:6px;font-size:10px;line-height:1.4}.item-price .new-price,.item-price .old-price{font-size:12px}}@media (min-width:768px){.item-price{flex-direction:column;gap:5px}.item p{font-size:14px}.item-price .new-price,.item-price .old-price{font-size:16px}}.news-ltr{background:linear-gradient(#fde1ff 0%,#e1ffea22 60%);flex-direction:column;justify-content:center;align-items:center;margin:100px auto;display:flex}.news-ltr h1{color:#454545;font-weight:600}.news-ltr p{color:#454545;font-size:20px}.news-ltr .inp-btn{background:#fff;border:2px solid #e3e3e3;border-radius:80px;justify-content:space-between;display:flex}.news-ltr input{color:#616161;border:none;border-top-left-radius:80px;border-bottom-left-radius:80px;outline:none;padding-left:20px;font-family:Poppins}.news-ltr div button{color:#fff;cursor:pointer;background:#000;border-top-right-radius:80px;border-bottom-right-radius:80px}@media screen and (max-width:480px){.news-ltr{gap:35px}.news-ltr h1{margin-top:80px;font-size:16px;font-weight:600}.news-ltr p{color:#454545;font-size:10px}.news-ltr .inp-btn{width:280px;height:40px}.news-ltr input{font-size:12px}.news-ltr div button{width:100px;padding:0 10px;font-size:12px}}@media screen and (min-width:768px){.news-ltr{gap:40px}.news-ltr h1{font-size:25px;font-weight:600}.news-ltr p{color:#454545;font-size:18px}.news-ltr .inp-btn{width:320px;height:45px}.news-ltr input{font-size:16px}.news-ltr div button{width:100px;font-size:12px}}@media screen and (min-width:1024px){.news-ltr{gap:50px}.news-ltr h1{margin-top:100px;font-size:40px;font-weight:600}.news-ltr p{font-size:20px}.news-ltr .inp-btn{width:350px;height:50px}.news-ltr input{font-size:16px}.news-ltr div button{width:120px;font-size:16px}}.shp-ctg{flex-direction:column;gap:20px;width:90%;margin:40px auto;display:flex}.shp-ctg-bnr{object-fit:cover;margin:auto 30px}.shp-ctg-indexsort{justify-content:space-between;align-items:center;display:flex}.shp-ctg-sort{cursor:pointer;background-color:#f0f0f0;border:1px solid #ccc;border-radius:40px;align-items:center;display:flex}.shp-ctg-sort img{margin-left:10px}.shp-ctg-products{margin:40px auto;display:grid}@media screen and (max-width:480px){.shp-ctg{margin:50px auto}.shp-ctg-indexsort p{font-size:10px}.shp-ctg-sort{padding:8px 10px;font-size:10px}.shp-ctg-sort img{width:8px}.shp-ctg-products{grid-template-columns:repeat(2,1fr);gap:30px}}@media screen and (min-width:768px){.shp-ctg{margin:40px auto}.shp-ctg-indexsort p{font-size:14px}.shp-ctg-sort{padding:10px 12px;font-size:14px}.shp-ctg-sort img{width:9px}.shp-ctg-products{grid-template-columns:repeat(4,1fr);gap:50px}}@media (min-width:1024px){.shp-ctg{margin:50px auto}.shp-ctg-indexsort p{font-size:16px}.shp-ctg-sort{padding:12px 15px;font-size:16px}.shp-ctg-sort img{width:10px}.shp-ctg-products{grid-template-columns:repeat(4,1fr);gap:70px}}.pd{box-sizing:border-box;width:100%;display:flex}.pd .lft{flex-direction:row;gap:20px;display:flex}.lft .pd-img-list{flex-direction:column;gap:20px;display:flex}.pd-img-list img{cursor:pointer;object-fit:cover;max-width:100%}.pd .rgt{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0 30px;display:flex}.rgt .pd-rgt-star{align-items:center;gap:5px;display:flex}.pd-rgt-prices{gap:20px;display:flex}.pd-price-old{color:#818181;text-decoration:line-through}.pd-price-new{color:#ff4141;font-weight:600}.pd-descrpt{font-size:15px}.pd-size{flex-direction:column;gap:20px;display:flex}.pd-sizes{flex-wrap:wrap;gap:40px;display:flex}.pd-sizes div{cursor:pointer;background:#fbfbfb;border:1px solid #ebebeb;border-radius:3px;padding:12px 16px}.pd-sizes div:hover{background:#c7c7c7}.rgt button{color:#fff;cursor:pointer;background:#ff4141;border:none;border-radius:50px;margin-top:10px;padding:15px 30px;font-weight:300}.pd-ctg{flex-direction:column;gap:10px;margin-top:10px;display:flex}@media screen and (max-width:480px){.pd{flex-direction:column;align-items:center;padding:20px 10px}.pd .lft{flex-direction:column;align-items:center}.lft .pd-img-list{flex-direction:row;justify-content:center}.pd-img-list img{width:45px;height:55px}.pd-img .pd-main-img{width:100%;height:auto;max-height:280px}.pd .rgt{gap:15px;width:100%;padding:0 15px}.rgt h1{font-size:14px}.pd-rgt-star img{height:12px}.pd-rgt-star p{font-size:10px}.pd-rgt-prices{font-size:14px}.pd-descrpt,.pd-size h1{font-size:12px}.pd-sizes{gap:10px}.pd-sizes div{padding:8px 10px;font-size:10px}.rgt button{width:100%;font-size:12px}.pd-ctg{font-size:12px}}@media screen and (min-width:481px) and (max-width:767px){.pd{flex-direction:column;padding:40px 20px}.pd .lft{justify-content:center}.pd-img-list img{width:60px;height:75px}.pd-img .pd-main-img{height:auto;max-height:350px}.pd .rgt{gap:20px;width:100%;padding:20px}}@media screen and (min-width:768px){.pd{flex-direction:row;padding:50px 0}.pd-img-list img{width:70px;height:85px}.pd-img .pd-main-img{height:400px}.pd .rgt{gap:15px;margin:15px 20px}.rgt h1{font-size:20px}.pd-rgt-star img{height:14px}.pd-rgt-star p{font-size:12px}.pd-rgt-prices{font-size:16px}.pd-descrpt{font-size:15px}.pd-size h1{font-size:16px}.pd-sizes div{font-size:14px}.rgt button,.pd-ctg{font-size:12px}}@media screen and (min-width:1024px){.pd{max-width:1400px;margin:auto;padding:50px 80px}.pd .lft{gap:30px}.pd-img-list img{width:100px;height:120px}.pd-img .pd-main-img{height:540px}.pd .rgt{gap:37px;margin:20px 100px}.rgt h1{font-size:22px}.pd-rgt-star img{height:18px}.pd-rgt-star p{font-size:14px}.pd-rgt-prices{font-size:20px}.pd-descrpt{font-size:16px}.pd-size h1{font-size:18px}.pd-sizes div{font-size:14px}.rgt button{font-size:13px}.pd-ctg{font-size:14px}}.rpd{flex-direction:column;align-items:center;display:flex}.rpd h1{color:#171717;font-weight:600}.rpd hr{background:#252525;border-radius:10px;margin-top:5px}.rpd-items{margin:50px 0;display:grid}.shp-ctg-loadmore{color:#787878;cursor:pointer;background-color:#e5e5e5;border-radius:25px;justify-content:center;align-items:center;width:200px;height:50px;margin:50px auto;font-size:18px;font-weight:500;display:flex}.shp-ctg-loadmore:hover{background-color:#d4d4d4}@media screen and (max-width:480px){.rpd{padding:0 20px}.rpd h1{font-size:25px}.rpd hr{width:180px;height:1px}.rpd-items{grid-template-columns:1fr 1fr;gap:20px}.shp-ctg-loadmore{width:150px;margin:30px auto;font-size:12px}}@media screen and (min-width:768px){.rpd h1{font-size:30px}.rpd hr{width:200px;height:2px}.rpd-items{grid-template-columns:1fr 1fr 1fr 1fr;gap:30px}.shp-ctg-loadmore{width:180px;margin:40px auto;font-size:14px}}@media screen and (min-width:1024px){.rpd{gap:30px}.rpd h1{font-size:40px}.rpd hr{width:220px;height:2px;margin-top:-25px}.rpd-items{grid-template-columns:1fr 1fr 1fr 1fr;gap:40px}.shp-ctg-loadmore{width:200px;font-size:16px}}.crt-format{flex-direction:row;justify-content:flex-start;align-items:flex-start;margin-bottom:20px;display:flex}.crt-format .rs{flex-direction:column;display:flex}.crt-pd-icon{height:70px}.rs .title:before{content:"Title: ";color:#333}.rs .np:before{content:"Price: ";color:#333}.rs .tp:before{content:"Total: ";color:#333}.crt-rmv-icon{cursor:pointer;margin:0 40px}.crt-quantity{margin-left:10px}.hrz{background:#afafaf;height:1px;margin-top:20px}.crt-total{flex-direction:column;flex:1;display:flex}.crt-total .crt-total-item{justify-content:space-between;padding:17px 0;display:flex}.crt-total button{color:#fff;cursor:pointer;background:#ff5a5a;border:none;outline:none;height:50px;font-weight:600}@media screen and (max-width:480px){.cart-items{margin:100px 40px}.crt-format{gap:20px;font-size:12px;font-weight:400}.crt-format .ls img{width:120px;height:150px}.crt-format .rs{color:#555;gap:10px}.prz{gap:20px;display:flex}.crt-quantity{border:none;margin-top:10px;margin-left:0}.crt-quantity:before{content:"Qty:";color:#333}.crt-rmv-icon{width:10px;margin:0}.crt-down{margin:60px 0;display:flex}.crt-total{gap:30px;margin-right:0}.crt-total h1{font-size:18px}.crt-total .crt-total-item{padding:20px 0}.crt-total-item p{font-size:12px}.crt-total-item h3{font-size:14px}.crt-total button{width:120px;height:40px;font-size:12px;font-weight:400}}@media screen and (min-width:768px){.cart-items{margin:120px 100px}.crt-format{gap:25px;margin-bottom:20px;font-size:14px;font-weight:200}.crt-format .ls img{width:140px;height:180px}.crt-format .rs{gap:25px}.prz{flex-direction:column;gap:10px;display:flex}.crt-quantity{margin-top:10px;margin-left:0}.crt-rmv-icon{width:12px;margin:0}.crt-down{margin:60px 40px}.crt-total{gap:30px}.crt-total h1{font-size:22px}.crt-total-item p{font-size:16px}.crt-total button{width:180px;font-size:16px}}@media screen and (min-width:1024px){.cart-items{margin:120px 170px}.crt-format{gap:30px;margin-bottom:30px;font-size:15px}.crt-format .ls img{width:160px;height:200px}.crt-format .rs{gap:20px}.prz{flex-direction:column;gap:25px;display:flex}.crt-quantity{margin-top:20px}.crt-rmv-icon{width:13px;margin:0}.crt-down{margin:60px 120px}.crt-total{gap:25px}.crt-total h1{font-size:24px}.crt-total-item p{font-size:16px}.crt-total button{width:200px;font-size:16px}}.signup{background:#fce3fe;justify-content:center;align-items:center;padding:100px;display:flex}.sg-container{background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;display:flex;box-shadow:0 2px 10px #0000001a}.sg-container h1{color:#333;margin:0 0 30px;font-weight:600}.sg-fields{flex-direction:column;gap:20px;display:flex}.input-field{flex-direction:column;display:flex}.input-field label{color:#5c5c5c;margin-bottom:5px;font-weight:500}.sg-fields input{color:#5c5c5c;border:1px solid #c9c9c9;outline:none}.sg-fields input:focus{border-color:#ff4141}.sg-container button{color:#fff;cursor:pointer;background:#ff4141;border:none;border-radius:50px;margin-top:20px;font-weight:500}.sg-container button:hover{background:#e03a3a}.login{color:#5c5c5c;margin-top:10px}.login span{color:#ff4141;cursor:pointer;font-weight:600}.agree{color:#5c5c5c;justify-content:flex-start;align-items:center;margin-top:10px;font-size:16px;display:flex}.agree label{color:#5c5c5c;font-weight:400}.icon-field .input-wrapper{background:#fff;border:1px solid #c9c9c9;border-radius:20px;align-items:center;padding:0 10px;transition:border-color .3s;display:flex}.icon-field .input-wrapper:focus-within{border-color:#ff4141}.icon-field .input-icon{color:#888;margin-right:10px;font-size:14px}.icon-field input{color:#333;background:0 0;border:none;outline:none;flex:1;font-size:15px}.sg-fields{flex-direction:column;gap:20px;width:100%;display:flex}.input-field{width:100%}.link-text{color:#ff4141;font-weight:600;text-decoration:none}.link-text:hover{text-decoration:underline}@media screen and (max-width:480px){.sg-container{min-width:300px;padding:20px 10px}.sg-container h1{margin-top:10px;font-size:15px}.sg-fields{width:80%}.input-field{width:95%}.input-field label{font-size:10px}.sg-fields input{height:30px;padding:0 15px;font-size:10px}.sg-container button{width:60%;height:30px;margin:10px auto;font-size:10px}.login{font-size:10px}.agree input{width:15px;height:10px}.agree label{font-size:10px}}@media screen and (min-width:768px){.sg-container{max-width:400px;padding:35px}.sg-container h1{font-size:28px}.sg-fields{width:98%}.input-field{width:96%}.input-field label{font-size:15px}.sg-fields input{height:45px;padding:0 15px;font-size:13px}.sg-container button{width:96%;height:45px;font-size:17px}.login{margin-top:20px;font-size:15px}.agree{gap:10px}.agree input{width:20px;height:18px}.agree label{font-size:15px}}@media screen and (min-width:1024px){.sg-container{max-width:420px;padding:40px}.sg-container h1{font-size:32px}.sg-fields,.input-field{width:100%}.input-field label{font-size:16px}.sg-fields input{height:50px;padding:0 15px;font-size:15px}.sg-container button{width:100%;height:50px;font-size:18px}.login{font-size:16px}.agree input{width:20px;height:20px}.agree label{font-size:16px}}.footer{background-color:#f8f8f8;flex-direction:column;justify-content:center;align-items:center;gap:50px;padding:20px 0;display:flex}.ft-logo{justify-content:center;align-items:center;gap:30px;display:flex}.ft-logo img{height:80px}.ft-logo p{color:#383838;font-size:30px;font-weight:700}.ft-links{color:#252525;gap:50px;font-size:18px;list-style:none;display:flex}.lnk{color:#252525;cursor:pointer;text-decoration:none}.ft-links .lnk:hover{color:#ff6f61}.ft-social-icons{gap:20px;display:flex}.ft-icons-container{background:#fbfbfb;border:1px solid #ebebeb;border-radius:5px;padding:10px 10px 6px}.ft-icons-container img{height:25px;transition:transform .3s}.ft-icons-container img:hover{transform:scale(1.1)}.ft-copyrgt{color:#1a1a1a;flex-direction:column;align-items:center;gap:30px;width:100%;margin-bottom:30px;font-size:16px;display:flex}.ft-copyrgt hr{background:#c7c7c7;border:none;border-radius:10px;width:80%;height:2px}@media screen and (max-width:480px){.ft-logo{gap:5px}.ft-logo img{height:35px}.ft-logo p{font-size:12px}.ft-links{flex-direction:column;align-items:center;gap:25px;font-size:14px}.ft-social-icons{gap:30px}.ft-icons-container img{height:15px}.ft-copyrgt{margin-bottom:10px;font-size:12px}}@media screen and (min-width:768px){.ft-logo{gap:25px}.ft-logo img{height:80px}.ft-logo p{font-size:25px}.ft-links{flex-direction:row;gap:100px;font-size:18px}.ft-social-icons{gap:40px}.ft-icons-container img{height:30px}}@media screen and (min-width:1024px){.footer{gap:70px}.ft-logo{gap:30px}.ft-logo p{font-size:30px}.ft-links{gap:120px;font-size:20px}.ft-social-icons{gap:50px}}.about-container{text-align:center;max-width:800px;margin:70px auto;padding:20px}.about-container h1{color:#333;margin-bottom:20px;font-size:30px}.about-description{color:#666;margin-bottom:30px;font-size:17px;line-height:1.6}.about-section{background:#f9f9f9;border-radius:8px;margin:70px 0;padding:20px 0;box-shadow:0 4px 8px #0000001a}.about-section h2{color:#333;margin-top:10px;font-size:20px}.about-section p{color:#555;margin-top:20px;font-size:15px;line-height:1.5}.about-icon{color:#ff6f61;margin-bottom:10px;font-size:40px}.list-icon{color:#ff6f61;margin-right:8px}.about-section ul{padding:0 40px;list-style:none}.about-section ul li{color:#444;align-items:center;margin:20px 0;font-size:14px;display:flex}.contact-icon{color:#ff6f61;margin-right:10px;font-size:15px}@media screen and (max-width:480px){.about-section{padding:10px 20px}.about-container h1{font-size:20px}.about-container p{font-size:14px}.about-section h2{font-size:18px}.about-section p{font-size:14px}.about-section ul li{font-size:12px}.about-icon{font-size:20px}}.all-products-page{background-color:#f8f9fa;padding:50px 0;font-family:Poppins,sans-serif}.all-products-page h1{text-align:center;color:#333;margin-bottom:20px;font-weight:700}.all-products-page hr{border:1px solid #ddd;width:30%;margin:auto}.category-filter{justify-content:center;align-items:center;gap:15px;margin:20px 10px;display:flex}.category-filter label{color:#444;font-size:18px;font-weight:500}.category-filter select{cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:50px;padding:10px 20px;font-size:14px;transition:all .3s}.category-filter select:hover{border-color:#ff6f61}.all-products-grid{padding:30px 20px;display:grid}.all-products-grid .item{border-radius:10px;transition:transform .3s;box-shadow:0 4px 10px #0000001a}.all-products-grid .item:hover{transform:translateY(-5px)}.all-products-page p{color:#777;margin-top:15px;line-height:1.4}@media screen and (max-width:480px){.all-products-page h1{font-size:26px}.category-filter label{font-size:14px}.category-filter select{padding:10px;font-size:12px}.all-products-grid{grid-template-columns:1fr 1fr;gap:20px}.all-products-page p{font-size:10px}}@media screen and (min-width:768px){.all-products-page h1{font-size:28px}.category-filter{gap:15px}.category-filter label{font-size:16px}.category-filter select{padding:10px 14px;font-size:14px}.all-products-grid{grid-template-columns:repeat(4,1fr);gap:40px}.all-products-page p{font-size:14px}}@media screen and (min-width:1024px){.all-products-page h1{font-size:30px}.category-filter{gap:25px}.category-filter label{font-size:17px}.category-filter select{padding:10px 14px;font-size:15px}.all-products-grid{grid-template-columns:repeat(4,1fr);gap:60px}.all-products-page p{font-size:16px}}.contact-page{color:#333;background-color:#f8f9fa;font-family:Poppins,sans-serif}.contact-header{text-align:center;margin-top:30px;margin-bottom:40px;line-height:1.4}.contact-header h1{color:#222;font-weight:600}.contact-header p{color:#666}.contact-container{display:flex}.contact-form{flex:1}.contact-form h2{color:#222}.form-group label{font-weight:500;display:block}.form-group input,.form-group textarea{border:1px solid #ccc;border-radius:5px;width:90%;padding:10px}.contact-form button{color:#fff;cursor:pointer;background:#ff4141;border:none;border-radius:5px;width:90%;padding:12px;transition:all .3s}.contact-details{flex:1;line-height:1.5}.contact-details h2{margin-bottom:20px}.contact-details p{color:#555;align-items:center;gap:10px;margin-bottom:15px;display:flex}.contact-details svg{color:#ff4141}.map-container{border-radius:5px;margin-top:20px;overflow:hidden}@media screen and (max-width:480px){.contact-page{padding:50px 0}.contact-header{line-height:1.5}.contact-header h1{font-size:22px}.contact-header p{font-size:12px}.contact-container{flex-direction:column;justify-content:center;gap:50px;padding:50px 30px}.contact-form{padding-right:0}.contact-form h2{font-size:18px}.form-group{margin-top:30px;margin-bottom:15px}.form-group label{margin-bottom:10px;font-size:14px}.form-group input,.form-group textarea{font-size:13px}.contact-form button{font-size:14px}.contact-details h2{margin-bottom:20px;font-size:18px}.contact-details p,.contact-details svg{font-size:14px}}@media screen and (min-width:768px){.contact-page{padding:50px 100px}.contact-header h1{font-size:28px}.contact-header p{font-size:15px}.contact-container{gap:70px}.contact-form h2{font-size:20px}.form-group{margin-top:30px;margin-bottom:15px}.form-group label{margin-bottom:10px;font-size:17px}.form-group input,.form-group textarea{font-size:14px}.contact-form button{font-size:15px}.contact-details h2{margin-bottom:20px;font-size:20px}.contact-details p,.contact-details svg{font-size:16px}}@media screen and (min-width:1024px){.contact-page{padding:50px 250px}.contact-header{line-height:1.5}.contact-header h1{font-size:30px}.contact-header p{font-size:16px}.contact-container{flex-direction:row;justify-content:center;gap:50px;margin-left:25px;padding:50px}.contact-form h2{font-size:20px}.form-group{margin-top:30px;margin-bottom:18px}.form-group label{margin-bottom:10px;font-size:17px}.form-group input,.form-group textarea,.contact-form button{font-size:15px}.contact-details h2{margin-bottom:20px;font-size:20px}.contact-details p,.contact-details svg{font-size:17px}}.checkout{justify-content:center;align-items:center;padding:100px;display:flex}.checkout-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.checkout-container h2{color:#333;margin:0 0 30px;font-weight:600}.checkout-fields{flex-direction:column;gap:20px;display:flex}.checkout-fields input{color:#5c5c5c;border:1px solid #c9c9c9;border-radius:4px;outline:none}.checkout-fields input:focus{border-color:#ff4141}.checkout-container button{color:#fff;cursor:pointer;background:#ff4141;border:none;border-radius:50px;margin-top:20px;font-weight:500}.checkout-container button:hover{background:#e03a3a}.confirmation{text-align:center;background:#e9e9e9;border-radius:8px;padding:20px;line-height:2}@media screen and (max-width:480px){.checkout-container{min-width:300px;padding:20px 10px}.checkout-container h1{font-size:15px}.checkout-fields{width:100%}.checkout-fields input{height:30px;padding:0 15px;font-size:10px}.checkout-container button{width:60%;height:40px;font-size:10px}.confirmation{width:80vw;padding:10px}.confirmation h2{font-size:14px}.confirmation p{font-size:12px}}@media screen and (min-width:768px){.checkout-container{min-width:400px;padding:35px}.checkout-container h1{font-size:28px}.checkout-fields input{height:40px;margin-top:10px;padding:0 15px;font-size:14px}.checkout-fields{width:150%}.checkout-container button{width:96%;height:45px;margin-top:30px;font-size:16px}}@media screen and (min-width:1024px){.checkout-container{min-width:450px;padding:40px}.checkout-container h1{font-size:32px}.checkout-fields input{height:45px;margin-top:10px;padding:0 15px;font-size:16px}.checkout-fields{width:180%}.checkout-container button{width:100%;height:50px;font-size:18px}}
