.App{text-align:center;padding:2rem;background:linear-gradient(135deg,#faf8fb 0%,#f5f0f5 100%);min-height:100vh}.App h1{color:#b34f8c;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.products-container{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:1200px;margin:0 auto}button{padding:.5rem 1rem;font-size:1rem;border-radius:.5rem;border:1px solid #ccc;background:#fff;cursor:pointer}button:hover{background:#f0f0f0}.hair-product{background:#f5f0f5;border-radius:22px;box-shadow:0 8px 20px #00000014;overflow:hidden;text-align:center;padding:12px;transition:.3s ease;width:220px;margin:10px auto}.hair-product:hover{transform:translateY(-5px);box-shadow:0 12px 28px #ff78be59}.hair-img{width:100%;height:180px;object-fit:cover;border-radius:16px;transition:.3s ease}.color-options{display:flex;justify-content:center;gap:6px;margin-top:6px}.color-dot{width:12px;height:12px;border-radius:50%;border:1.5px solid #ddd;cursor:pointer;transition:.2s ease}.color-dot:hover{transform:scale(1.15);border-color:#b34f8c}.color-dot.active{border-color:#b34f8c;box-shadow:0 0 0 2px #b34f8c40;transform:scale(1.2)}.hair-info{padding:6px 0}.hair-info h3{font-size:14px;color:#b34f8c;margin:4px 0 2px;font-weight:600}.hair-info p{font-size:12px;color:#777;margin-bottom:2px}.selected-color{font-size:11px;color:#b34f8c;font-weight:500;margin-bottom:6px!important}.price{font-weight:700;color:#6a1b9a;margin-bottom:8px;font-size:16px}.add-cart-btn{border:none;padding:7px 18px;border-radius:20px;background:linear-gradient(135deg,#ff7cc8,#ff9bd6);color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:.25s;width:100%}.add-cart-btn:hover{background:linear-gradient(135deg,#ff62bb,#ff85cf);transform:scale(1.05)}.add-cart-btn:active{transform:scale(.98)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}
