@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);@import url(https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap);.feature-wrapper{background:linear-gradient(0deg,#414345,#3f444a);height:100vh}nav{justify-content:space-between;padding:1rem 1rem 0;width:100%}nav,nav ul{display:flex;flex-direction:row}nav ul{list-style-type:none}nav ul li{margin-right:1rem}.feature-hero{align-items:center;display:flex;flex-direction:row;height:100vh;justify-content:center;margin:0 auto;width:100vw}.feature-hero img{width:600px}.feature-hero h1{color:#fff;font-family:Archivo Black,sans-serif;font-weight:700;text-shadow:.5rem .5rem #3b3d41}@media screen and (max-width:768px){.feature-hero{flex-direction:column-reverse}.feature-hero img{width:200px}.feature-hero h1{font-size:4rem}}.shoe-wrapper{align-items:center;display:flex;flex-direction:column;height:500px;margin:3rem 2rem;padding:1rem;width:300px}.shoe-wrapper a{color:inherit;text-decoration:none}.shoe-wrapper h5{min-height:80px}.shoe-wrapper img{width:300px}.shoe-image{position:relative}.shoe-image h5{bottom:0;left:50%;position:absolute;transform:translate(-50%)}.shoe-image img{cursor:pointer}.shoe-image:after{align-items:center;background-color:#00000080;color:#fff;content:"View details";cursor:pointer;display:none;flex-direction:column;height:100%;justify-content:center;left:0;pointer-events:all;position:absolute;text-decoration:underline;top:0;width:100%}.shoe-image:hover:after{animation:slide-up .2s ease-in;display:flex}@keyframes slide-up{0%{opacity:0}to{opacity:1}}.shoes-wrapper{display:flex;flex-wrap:wrap;justify-content:center}.storefront-wrapper{align-items:center;display:flex;flex-direction:column}.storefront-wrapper h2{margin-top:4rem}@media screen and (max-width:768px){.storefront-wrapper h2{font-size:2rem}}*,:after,:before{box-sizing:border-box;margin:0}body{background-color:#fff;font-family:Poppins,sans-serif;scroll-behavior:smooth}a{cursor:pointer;text-decoration:none}ul{list-style-type:none}.cart-wrapper{display:grid;grid-auto-columns:2fr 1fr;grid-template-areas:"items checkout" "home-btn home-btn";height:100vh;place-items:center}.items{grid-area:items;min-height:80vh;padding:1rem;text-align:left;width:100%}.ulist{border-radius:1rem;display:flex;flex-direction:column;height:80vh;overflow-y:scroll;width:100%}.ulist li{align-items:center;border-top:1px solid #d3d3d3;display:flex;flex-direction:row;justify-content:space-between;margin:1rem;padding:1rem;width:80%}.ulist li .left{margin-left:1rem}.ulist li .right{height:100%;justify-content:flex-start;margin-left:1rem}.checkout,.ulist li .right{display:flex;flex-direction:column;width:100%}.checkout{align-items:flex-start;grid-area:checkout;justify-content:center;min-height:80vh}.home-btn{grid-area:home-btn}@media screen and (max-width:768px){.cart-wrapper{display:flex;flex-direction:column}.items{height:100vh}.items h4{font-size:1.5rem;text-align:center}.checkout{align-items:center;min-height:50vh}}.shoedetails__container{align-items:center;display:flex;flex-direction:row;justify-content:center;min-height:90vh}.shoedetails__container--card{align-items:stretch;border:1px solid #242424;border-radius:1rem;box-shadow:10px 10px 10px 0 #00000080;display:flex;flex-direction:row;justify-content:space-between;padding:1rem;position:relative;width:70%}.shoedetails__container--img img{width:300px}.shoedetails__container--info{margin:1rem}.home-btn{text-align:center}@media screen and (max-width:768px){.shoedetails__container{margin:1rem}.shoedetails__container--card{align-items:center;flex-direction:column;width:100%}.shoedetails__container--img img{width:200px}}
/*# sourceMappingURL=main.97b2b308.css.map*/