*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;direction:rtl}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fffffff2;padding:20px 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{color:#667eea;font-size:28px;font-weight:700}.cart-btn{background:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:50px;cursor:pointer;font-size:18px;display:flex;align-items:center;gap:8px;transition:all .3s ease;position:relative}.cart-btn:hover{background:#764ba2;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.cart-icon{font-size:24px}.cart-count{background:#ff4757;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.main-content{padding:60px 0}.section-title{text-align:center;color:#fff;font-size:36px;margin-bottom:50px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;padding:20px 0}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0003;transition:all .3s ease}.product-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000004d}.product-image{width:100%;height:300px;overflow:hidden;background:#f8f9fa}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.1)}.product-info{padding:25px}.product-name{font-size:24px;color:#2c3e50;margin-bottom:10px}.product-description{color:#7f8c8d;margin-bottom:20px;line-height:1.6}.product-footer{display:flex;justify-content:space-between;align-items:center;gap:15px}.product-price{font-size:24px;color:#667eea;font-weight:700}.add-to-cart-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:50px;cursor:pointer;font-size:16px;font-weight:700;transition:all .3s ease}.add-to-cart-btn:hover{transform:scale(1.05);box-shadow:0 5px 15px #667eea66}.add-to-cart-btn:active{transform:scale(.95)}.cart-sidebar{position:fixed;top:0;right:-400px;width:400px;height:100vh;background:#fff;box-shadow:-5px 0 20px #0000004d;transition:right .3s ease;z-index:1000;display:flex;flex-direction:column}.cart-sidebar.active{right:0}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:25px;border-bottom:2px solid #f0f0f0}.cart-header h2{color:#2c3e50;font-size:24px}.close-cart{background:none;border:none;font-size:28px;cursor:pointer;color:#7f8c8d;transition:color .3s ease}.close-cart:hover{color:#ff4757}.cart-items{flex:1;overflow-y:auto;padding:20px}.empty-cart{text-align:center;color:#7f8c8d;padding:40px 20px;font-size:18px}.cart-item{display:flex;gap:15px;padding:15px;border-bottom:1px solid #f0f0f0;align-items:center}.cart-item-image{width:80px;height:80px;border-radius:10px;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1}.cart-item-name{font-size:18px;color:#2c3e50;margin-bottom:5px}.cart-item-price{color:#667eea;font-weight:700}.remove-item{background:#ff4757;color:#fff;border:none;padding:8px 16px;border-radius:5px;cursor:pointer;font-size:14px;transition:background .3s ease}.remove-item:hover{background:#ff3838}.cart-footer{padding:25px;border-top:2px solid #f0f0f0}.cart-total{display:flex;justify-content:space-between;font-size:24px;font-weight:700;color:#2c3e50;margin-bottom:20px}.cart-total span:last-child{color:#667eea}.checkout-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px;border-radius:50px;cursor:pointer;font-size:18px;font-weight:700;transition:all .3s ease}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.overlay.active{opacity:1;visibility:visible}@media (max-width: 768px){.cart-sidebar{width:100%;right:-100%}.products-grid{grid-template-columns:1fr}.section-title{font-size:28px}.logo{font-size:22px}}
