*{box-sizing:border-box}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}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1;padding:20px}@media (max-width: 768px){main{padding:10px}}.header{background-color:#333;color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.logo a{color:#fff;text-decoration:none;font-size:1.5rem;font-weight:700}.nav ul{list-style-type:none;display:flex;gap:1rem;margin:0;padding:0}.nav ul li a{color:#fff;text-decoration:none}.nav ul li a:hover{text-decoration:underline}.menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}@media (max-width: 768px){.header{flex-direction:column;align-items:flex-start}.menu-toggle{display:block;position:absolute;top:1rem;right:1rem}.nav{display:none;width:100%}.nav.open{display:block}.nav ul{flex-direction:column;gap:.5rem}.nav ul li{width:100%}.nav ul li a{display:block;padding:.5rem 0}}.footer{background-color:#333;color:#fff;padding:2rem 0}.footer-content{display:flex;justify-content:space-around;flex-wrap:wrap}.footer-section{margin-bottom:1rem}.footer-section h3{margin-bottom:.5rem}.footer-bottom{text-align:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #555}.home{min-height:100vh}.hero-section{height:100vh;background-image:url(https://hebbkx1anhila5yf.public.blob.vercel-storage.com/pexels-cottonbro-9836459.jpg-xs3gVSuRc8friWGxO1neRv1ml3orLy.jpeg);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0006}.hero-content{position:relative;z-index:1;padding:2rem}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-content p{font-size:1.5rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.collection-section{height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative;background-size:cover;background-position:center}.collection-1{background-image:url(https://hebbkx1anhila5yf.public.blob.vercel-storage.com/pexels-cottonbro-7653856.jpg-ROzM6N9pY4rm6BMEP2hvzCK9yI4XwN.jpeg)}.collection-2{background-image:url(https://hebbkx1anhila5yf.public.blob.vercel-storage.com/pexels-shvetsa-5325599.jpg-tjyDQSxjctHCc6vgZg4ib3xXkItmgF.jpeg)}.collection-3{background-image:url(https://hebbkx1anhila5yf.public.blob.vercel-storage.com/pexels-cottonbro-7871150.jpg-kjkgmRKpsUqwVIGQzRuMnoBWHtXImP.jpeg)}.collection-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080}.collection-content{position:relative;z-index:1;padding:2rem}.collection-content h2{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.collection-content p{font-size:1.2rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.cta-button,.collection-link{display:inline-block;background-color:#fff;color:#000;padding:1rem 2rem;text-decoration:none;border-radius:5px;font-size:1.1rem;transition:all .3s ease}.cta-button:hover,.collection-link:hover{background-color:#000;color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.collection-content h2{font-size:2rem}.collection-content p{font-size:1rem}}.products{padding:2rem;max-width:1200px;margin:0 auto}.products h1{text-align:center;margin-bottom:2rem;font-size:2.5rem}.category-filter{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.category-button{padding:.5rem 1rem;border:1px solid #ddd;border-radius:25px;background:#fff;cursor:pointer;transition:all .3s ease}.category-button.active{background:#333;color:#fff;border-color:#333}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{border:1px solid #eee;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.product-image{position:relative;padding-top:125%;overflow:hidden}.product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1.5rem}.product-info h3{margin:0 0 .5rem;font-size:1.2rem}.product-description{color:#666;font-size:.9rem;margin-bottom:1rem;line-height:1.4}.product-price{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.product-sizes{font-size:.9rem;color:#666;margin-bottom:1rem}.product-sizes span{font-weight:700}.product-card button{width:100%;padding:.8rem;background-color:#333;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.product-card button:hover{background-color:#555}@media (max-width: 768px){.products{padding:1rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.product-info{padding:1rem}.category-filter{gap:.5rem}.category-button{padding:.4rem .8rem;font-size:.9rem}}.about{max-width:800px;margin:0 auto;padding:2rem}.about h1{text-align:center;margin-bottom:2rem}.about p{margin-bottom:1rem;line-height:1.6}.cart{padding:2rem;max-width:800px;margin:0 auto}.cart h1{text-align:center;margin-bottom:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;padding:1rem;border:1px solid #ddd;border-radius:5px}.cart-item img{width:100px;height:100px;object-fit:cover;margin-right:1rem}.item-details{flex-grow:1}.quantity-control{display:flex;align-items:center;gap:.5rem}.quantity-control button{background-color:#f0f0f0;border:none;padding:.25rem .5rem;cursor:pointer}.remove-button{background-color:#ff4d4d;color:#fff;border:none;padding:.5rem 1rem;cursor:pointer;border-radius:5px}.cart-summary{margin-top:2rem;text-align:right}.checkout-button{background-color:#4caf50;color:#fff;border:none;padding:.5rem 1rem;cursor:pointer;border-radius:5px;font-size:1rem;margin-top:1rem}.checkout-button:hover{background-color:#45a049}@media (max-width: 768px){.cart{padding:1rem}.cart-item{flex-direction:column;align-items:flex-start}.cart-item img{width:100%;height:auto;margin-right:0;margin-bottom:1rem}.item-details{width:100%;margin-bottom:1rem}.remove-button{width:100%}.cart-summary{text-align:center}}
