.header{display:flex;justify-content:space-between;align-items:center;padding:18px 25px;background:#fff;direction:ltr;border-bottom:1px solid #eee}.logo{font-size:32px;font-weight:700;color:#7a4ff3}.search-bar{width:40%;height:45px;background:#f4f6f8;border-radius:12px;display:flex;align-items:center;gap:10px;padding:0 15px}.search-bar input{width:100%;border:none;outline:none;background:transparent;font-size:15px}.header-right{display:flex;align-items:center;gap:20px}.icon{font-size:22px;cursor:pointer}.sell-btn{padding:9px 18px;background:#7a4ff3;color:#fff;border-radius:10px;border:none;cursor:pointer}.categories{display:flex;justify-content:center;gap:30px;padding:12px 0;font-size:16px;background:#fff;border-bottom:1px solid #eee}.categories span{cursor:pointer;transition:.2s}.categories span:hover{color:#7a4ff3;font-weight:600}.home-container{direction:rtl;width:100%;padding:20px 40px}.sell-box{background:#f8f8ff;border-radius:15px;padding:25px;width:350px;float:left;text-align:right;box-shadow:0 4px 12px #0000001a}.sell-box h2{margin-bottom:10px}.sell-box button{margin-top:15px;padding:10px 20px;background:#7c3aed;color:#fff;border:none;border-radius:8px;cursor:pointer}.section-title{clear:both;margin-top:250px;margin-bottom:20px;font-size:26px;font-weight:700}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 4px 10px #00000014}.product-card img{width:100%;height:250px;object-fit:cover}.product-info{padding:10px;text-align:right}.price{color:#7c3aed;font-weight:700}html{direction:rtl;font-family:Arial,sans-serif}body{margin:0;font-family:Arial,sans-serif;background:#fafafa}*{box-sizing:border-box}
