*{margin:0}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media(prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._navbar_he4gu_1{display:flex;justify-content:space-between;align-items:center;padding:1rem 5%;box-shadow:0 1px 3px -2px #000;position:relative;z-index:100}._nav_logo_he4gu_11{display:flex;align-items:center;gap:.5rem}._nav_logo_he4gu_11 img{width:3rem}._nav_logo_he4gu_11 p{color:#171717;font-size:clamp(1.2rem,3vw,2.4rem);font-weight:600}._nav_menu_he4gu_27{display:flex;align-items:center;list-style:none;gap:clamp(1rem,3vw,3rem);color:#626262;font-size:clamp(.85rem,1.5vw,1.25rem);font-weight:500}._nav_menu_he4gu_27 li{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;cursor:pointer}._nav_menu_he4gu_27 li a{color:#626262}._nav_menu_he4gu_27 hr{border:none;width:80%;height:3px;border-radius:10px;background:#ff4141}._cart_he4gu_58{display:flex;align-items:center;gap:clamp(.75rem,2vw,2.5rem)}._cart_he4gu_58 img{width:2rem}._cart_he4gu_58 button{width:clamp(5rem,10vw,9.8rem);height:clamp(2rem,4vw,3.6rem);outline:none;border:1px solid #7a7a7a;border-radius:75px;color:#515151;font-size:clamp(.75rem,1.5vw,1.25rem);font-weight:500;background:#fff;cursor:pointer}._cart_he4gu_58 button:active{background:#ff4141}._nav_cart_count_he4gu_85{width:1.4rem;height:1.4rem;display:flex;justify-content:center;align-items:center;margin-top:-2.2rem;margin-left:-1.8rem;border-radius:50%;font-size:.85rem;background:red;color:#fff}._nav_dropdown_he4gu_100{display:none;flex-direction:column;justify-content:space-between;width:1.8rem;height:1.3rem;cursor:pointer}._nav_dropdown_he4gu_100 span{display:block;height:3px;background:#171717;border-radius:3px}@media(max-width:800px){._nav_dropdown_he4gu_100{display:flex}._nav_menu_he4gu_27{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;gap:0;box-shadow:0 6px 20px #0000001f;padding:.5rem 0}._nav_menu_he4gu_27._open_he4gu_136{display:flex}._nav_menu_he4gu_27 li{width:100%;padding:.9rem 2rem;border-bottom:1px solid #f0f0f0;flex-direction:row;justify-content:flex-start;font-size:1rem}._nav_menu_he4gu_27 hr{display:none}}.hero{min-height:100vh;background:linear-gradient(180deg,#fde1ff,#e1ffea22 60%);display:flex;align-items:center;overflow:hidden}.hero-left{flex:1;display:flex;flex-direction:column;gap:1.25rem;padding-left:clamp(1.5rem,10vw,11rem);line-height:1.1}.hero-left h2{color:#090909;font-size:clamp(.9rem,2vw,1.6rem);font-weight:600;margin-top:2rem}.hero-left p{color:#171717;font-size:clamp(2.5rem,7vw,6.25rem);font-weight:700}.hand-hand-icon{display:flex;align-items:center;gap:1rem}.hand-hand-icon img{width:clamp(3rem,6vw,6.5rem)}.hero-latest-btn{display:flex;justify-content:center;align-items:center;gap:.9rem;width:clamp(11rem,22vw,19rem);height:clamp(3rem,5vw,4.4rem);border-radius:75px;margin-top:1.5rem;background-color:#ff4141;color:#fff;font-size:clamp(.85rem,1.8vw,1.375rem);font-weight:500;cursor:pointer;text-decoration:none}.hero-right{flex:1;display:flex;justify-content:center;align-items:flex-end}.hero-right img{width:100%;max-width:38rem;object-fit:contain}@media(max-width:900px){.hero{flex-direction:column;min-height:auto;padding:3rem 5% 0;text-align:center}.hero-left{padding-left:0;align-items:center;width:100%}.hero-left h2{margin-top:0}.hand-hand-icon{justify-content:center}.hero-latest-btn{margin:1rem auto 0}.hero-right{width:100%;margin-top:1.5rem}.hero-right img{max-width:80%}}@media(max-width:480px){.hero{padding:2rem 5% 0}.hero-right img{max-width:95%}}.popular{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:3rem 5% 4rem}.popular h1{color:#171717;font-size:clamp(1.5rem,4vw,3.125rem);font-weight:600}.popular hr{width:12rem;height:6px;border-radius:10px;background:#252525;border:none}.popular-item{margin-top:3rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%}@media(max-width:1024px){.popular-item{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(max-width:700px){.popular-item{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:400px){.popular-item{grid-template-columns:1fr}}.item{width:100%}.item img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:.4rem;transition:transform .3s ease}.item img:hover{transform:scale(1.03)}.item p{margin:.4rem 0;font-size:clamp(.75rem,1.3vw,.95rem);font-weight:500;color:#2d2d2d}.item-prices{display:flex;gap:1rem;flex-wrap:wrap}.item-price-new{color:#374151;font-size:clamp(.8rem,1.4vw,1.125rem);font-weight:600}.item-price-old{color:#8c8c8c;font-size:clamp(.8rem,1.4vw,1.125rem);font-weight:500;text-decoration:line-through}.offers{width:90%;max-width:75rem;min-height:40vh;display:flex;align-items:center;margin:0 auto 6rem;padding:3rem clamp(1.5rem,6vw,8rem);background:linear-gradient(180deg,#fde1ff,#e1ffea22 60%);border-radius:1rem}.offers-left{flex:1;display:flex;flex-direction:column;justify-content:center;gap:1rem}.offers-left h1{color:#171717;font-size:clamp(2rem,6vw,5rem);font-weight:600;line-height:1.1}.offers-left p{color:#171717;font-size:clamp(.9rem,1.8vw,1.375rem);font-weight:600}.offers-left button{width:clamp(10rem,18vw,17.6rem);height:clamp(2.8rem,5vw,4.4rem);border-radius:35px;background:#ff4141;border:none;color:#fff;font-size:clamp(.85rem,1.5vw,1.375rem);font-weight:500;margin-top:1.5rem;cursor:pointer}.offers-right{flex:1;display:flex;align-items:center;justify-content:flex-end;padding-top:2rem}.offers-right img{width:100%;max-width:24rem;object-fit:contain}@media(max-width:800px){.offers{flex-direction:column;text-align:center;padding:2.5rem 1.5rem;min-height:auto}.offers-left{align-items:center}.offers-left button{margin:1.5rem auto 0}.offers-right{justify-content:center;padding-top:1.5rem}.offers-right img{max-width:60%}}@media(max-width:480px){.offers-right img{max-width:80%}}.new-collections{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:3rem 5% 5rem}.new-collections h1{color:#171717;font-size:clamp(1.5rem,4vw,3.125rem);font-weight:600}.new-collections hr{width:12rem;height:6px;border-radius:10px;background:#252525;border:none}.collections{margin-top:3rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}@media(max-width:1024px){.collections{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.collections{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:400px){.collections{grid-template-columns:1fr}}.newsletter{width:90%;max-width:60rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 6rem;padding:4rem 5%;background:linear-gradient(180deg,#fde1ff,#e1ffea22 60%);gap:1.5rem;border-radius:1rem;text-align:center}.newsletter h1{color:#454545;font-size:clamp(1.4rem,4vw,3.4rem);font-weight:600;line-height:1.2}.newsletter p{color:#454545;font-size:clamp(.85rem,1.5vw,1.25rem)}.newsletter div{display:flex;align-items:center;justify-content:space-between;background:#fff;width:100%;max-width:45rem;height:4.375rem;border-radius:80px;border:1px solid #e3e3e3;overflow:hidden}.newsletter input{flex:1;min-width:0;margin-left:1.5rem;border:none;outline:none;color:#616161;font-size:clamp(.8rem,1.5vw,1rem);font-family:inherit;background:transparent}.newsletter div button{flex-shrink:0;width:clamp(7rem,15vw,13rem);height:4.375rem;border-radius:80px;background:#000;color:#fff;font-size:clamp(.8rem,1.5vw,1rem);cursor:pointer;border:none}@media(max-width:500px){.newsletter{padding:2.5rem 4%;gap:1.2rem}.newsletter div{height:3.5rem}.newsletter div button{height:3.5rem;width:7.5rem;font-size:.8rem}.newsletter input{margin-left:1rem;font-size:.8rem}}.shopCategory-banner{display:block;margin:2rem auto;width:90%;border-radius:.5rem}.shopCategory-indexSort{display:flex;justify-content:space-between;align-items:center;margin:0 5%;padding:.6rem 1.2rem;border-radius:40px;border:1px solid #888;font-size:clamp(.75rem,1.5vw,1rem)}.shopCategory-indexSort p span{font-weight:600}.shopCategory-products{margin:1.5rem 5%;display:grid;grid-template-columns:repeat(4,1fr);row-gap:3rem;column-gap:1.5rem}.shopCategory-loadMore{display:flex;justify-content:center;align-items:center;margin:4rem auto;width:clamp(9rem,20vw,14.5rem);height:clamp(2.8rem,5vw,4.3rem);border-radius:75px;background:#7c7a7a;color:#f7f2f2;font-size:clamp(.85rem,1.5vw,1.125rem);font-weight:500;cursor:pointer}@media(max-width:1024px){.shopCategory-products{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.shopCategory-products{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}}@media(max-width:400px){.shopCategory-products{grid-template-columns:1fr}}.breadcrum{display:flex;align-items:center;gap:.5rem;color:#5e5e5e;font-size:clamp(.75rem,1.3vw,1rem);font-weight:600;margin:2rem 5%;text-transform:capitalize;flex-wrap:wrap}.productDisplay{display:flex;gap:2rem;margin:2rem 5%}.productdisplay-left{display:flex;gap:1rem;flex-shrink:0}.productdisplay-img-list{display:flex;flex-direction:column;gap:1rem}.productdisplay-img-list img{height:clamp(4rem,8vw,10rem);width:clamp(3rem,6vw,7.5rem);object-fit:cover;cursor:pointer;border-radius:.3rem;border:1px solid #e0e0e0}.productdisplay-main-img{width:clamp(16rem,35vw,36rem);height:clamp(20rem,45vw,44rem);object-fit:cover;border-radius:.5rem}.productdisplay-right{flex:1;display:flex;flex-direction:column;min-width:0}.productdisplay-right h1{color:#3d3d3d;font-size:clamp(1.3rem,3vw,2.5rem);font-weight:700}.productdisplay-right-stars{display:flex;align-items:center;margin-top:.8rem;gap:5px;color:#1c1c1c;font-size:clamp(.8rem,1.3vw,1rem)}.productdisplay-right-prices{display:flex;margin:2rem 0;gap:1.5rem;font-size:clamp(1rem,2.5vw,1.5rem);font-weight:700}.productdisplay-right-price-old{color:#818181;text-decoration:line-through}.productdisplay-right-price-new{color:#ff4141}.productdisplay-right-size h1{margin-top:2rem;color:#656565;font-size:clamp(.9rem,1.5vw,1.25rem);font-weight:600}.productdisplay-right-sizes{display:flex;flex-wrap:wrap;margin:1rem 0;gap:.8rem}.productdisplay-right-sizes div{padding:.7rem 1.2rem;background:#c7c6c6;border:1px solid #ebebeb;border-radius:3px;cursor:pointer;font-size:clamp(.75rem,1.2vw,.95rem)}.productdisplay-right button{padding:1rem 2rem;width:clamp(10rem,20vw,16rem);font-size:clamp(.85rem,1.3vw,1rem);font-weight:600;color:#fff;background:#ff4141;margin-bottom:2rem;border:none;outline:none;cursor:pointer;border-radius:.3rem}.productdisplay-right-category{margin-top:.8rem;font-size:clamp(.8rem,1.3vw,1rem)}.productdisplay-right-category span{font-weight:600}@media(max-width:900px){.productDisplay{flex-direction:column;margin:1.5rem 4%}.productdisplay-left{justify-content:center;flex-wrap:wrap}.productdisplay-main-img{width:100%;max-width:28rem;height:auto;aspect-ratio:3/4}.productdisplay-img-list{flex-direction:row;order:2;justify-content:center}.productdisplay-img-list img{height:5rem;width:4rem}.productdisplay-right button{width:100%;max-width:28rem}}.descriptionBox{margin:4rem 5%}.descriptionBox-navigator{display:flex;flex-wrap:wrap}.descriptionBox-nav-box{display:flex;align-items:center;justify-content:center;font-size:clamp(.8rem,1.5vw,1rem);font-weight:600;padding:1rem 2rem;min-width:8rem;height:clamp(2.8rem,5vw,4.375rem);border:1px solid #d0d0d0;cursor:pointer}.descriptionBox-nav-box.fade{background:#fbfbfb;color:#555}.descriptionBox-description{display:flex;flex-direction:column;gap:1.5rem;border:1px solid #D0D0D0;padding:clamp(1.2rem,4vw,3rem);font-size:clamp(.8rem,1.5vw,1rem);line-height:1.7}.RelatedProducts{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:3rem 5% 4rem}.RelatedProducts h1{color:#171717;font-size:clamp(1.5rem,4vw,3.125rem);font-weight:600}.RelatedProducts hr{width:12rem;height:6px;border-radius:10px;background:#252525;border:none}.relatedProducts-item{margin-top:3rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%}@media(max-width:1024px){.relatedProducts-item{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.relatedProducts-item{grid-template-columns:repeat(2,1fr);gap:1rem}}.cartItems{margin:4rem 5%}.cartItems hr{height:3px;background:#e2e2e2;border:0}.cartItems-format-main{display:grid;grid-template-columns:.5fr 2fr 1fr 1fr 1fr 1fr;align-items:center;gap:clamp(.5rem,3vw,4rem);padding:1.2rem 0;color:#454545;font-size:clamp(.75rem,1.5vw,1.125rem);font-weight:600}.cartItems-format{font-size:clamp(.7rem,1.3vw,1.0625rem);font-weight:500}.cartItem-product-icon{height:clamp(3rem,7vw,4rem);width:auto;border-radius:.3rem}.cartItem-remove-icon{width:1rem;cursor:pointer}.cartItem-quantity{width:clamp(2.5rem,5vw,4rem);height:clamp(2rem,4vw,3.125rem);border:2px solid #ebebeb;background:#fff;font-size:clamp(.75rem,1.3vw,1rem);font-weight:600}.cartItems-down{display:flex;gap:3rem;margin:4rem 0;flex-wrap:wrap}.cartItems-total{flex:1;min-width:16rem;display:flex;flex-direction:column;gap:1.5rem}.cartItems-total-item{display:flex;justify-content:space-between;padding:.9rem 0;font-size:clamp(.85rem,1.5vw,1rem)}.cartItems-total button{width:clamp(8rem,15vw,10rem);height:clamp(2.5rem,5vw,3.625rem);outline:none;border:none;background:#ff5a5a;color:#fff;font-size:clamp(.8rem,1.3vw,1rem);font-weight:600;cursor:pointer;border-radius:.25rem}.cartItems-promocode{flex:1;min-width:16rem;font-size:clamp(.85rem,1.3vw,1rem);font-weight:500}.cartItems-promocode p{color:#555}.cartItems-promobox{width:100%;max-width:31.5rem;margin-top:1rem;padding-left:1.2rem;height:3.625rem;background:#eaeaea;display:flex;align-items:center;border-radius:.25rem;overflow:hidden}.cartItems-promobox input{border:none;outline:none;background:transparent;font-size:clamp(.8rem,1.3vw,1rem);flex:1;min-width:0;height:100%}.cartItems-promobox button{flex-shrink:0;width:clamp(6rem,12vw,10.6rem);height:3.625rem;font-size:clamp(.8rem,1.3vw,1rem);background:#000;color:#fff;cursor:pointer;border:none}@media(max-width:600px){.cartItems-format-main{grid-template-columns:.5fr 2fr 1fr 1fr;gap:.5rem;font-size:.7rem}.cartItems-format-main p:nth-child(5),.cartItems-format-main p:nth-child(6){display:none}.cartItems-down{flex-direction:column;gap:2rem}}.logInSignUp{width:100%;min-height:80vh;background:#fce3fc;display:flex;align-items:center;justify-content:center;padding:3rem 5%}.logInSignUp-container{width:100%;max-width:36rem;background:#fff;padding:clamp(1.5rem,5vw,2.5rem) clamp(1.2rem,5vw,3.75rem);border-radius:.5rem;box-shadow:0 4px 20px #00000014}.logInSignUp-container h1{margin:1rem 0;font-size:clamp(1.4rem,3vw,2rem)}.logInSignUp-fields{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.logInSignUp-fields input{height:3.5rem;width:100%;padding-left:1.2rem;border:1px solid #c9c9c9;outline:none;color:#5c5c5c;font-size:clamp(.85rem,1.5vw,1.125rem);border-radius:.25rem}.logInSignUp-container button{width:100%;height:3.5rem;color:#fff;background:#ff4141;margin-top:1.5rem;border:none;font-size:clamp(1rem,2vw,1.5rem);font-weight:500;cursor:pointer;border-radius:.25rem}.logInSignUp-login{margin-top:1.2rem;color:#5c5c5c;font-size:clamp(.8rem,1.5vw,1.125rem);font-weight:500}.logInSignUp-login span{color:#ff4141;font-weight:600;cursor:pointer}.logInSignUp-agree{display:flex;align-items:flex-start;margin-top:1.2rem;gap:.8rem;color:#5c5c5c;font-size:clamp(.75rem,1.3vw,1.125rem);font-weight:500}.footer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;padding:3rem 5% 0}.footer-logo{display:flex;align-items:center;gap:1rem}.footer-logo img{width:3.5rem}.footer-logo p{color:#383838;font-size:clamp(1.5rem,4vw,2.875rem);font-weight:700}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;gap:clamp(1rem,3vw,3rem);color:#252525;font-size:clamp(.85rem,1.5vw,1.25rem);padding:0}.footer-links li{cursor:pointer}.footer-social-icon{display:flex;gap:1.2rem}.footer-icon-container{padding:.6rem .6rem .4rem;background:#fbfbfb;border:1px solid #ebebeb}.footer-icon-container img{width:2rem;height:2rem;display:block}.footer-copyright{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;margin-bottom:1.5rem;color:#1a1a1a;font-size:clamp(.75rem,1.5vw,1.25rem);text-align:center;padding:0 5%}.footer-copyright hr{width:80%;border:none;border-radius:10px;height:3px;background:#c7c7c7}
