body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fff5f8;
  text-align: center;
}

/* Header */
.header {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f48fb1, #f06292);
  color: white;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background: white;
  color: #e91e63;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

/* Titles */
.section-title {
  margin: 40px 0 20px;
  color: #c2185b;
}

/* Cards */
.product-grid,
.products-grid,
.categories {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.product-card,
.category-card {
  background: white;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.05);
}

.product-card img {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
}

/* Back button */
.back-btn {
  display: inline-block;
  margin: 20px;
  padding: 10px 20px;
  background: #f48fb1;
  color: white;
  border-radius: 30px;
  text-decoration: none;
}

/* Search */
.search-box {
  max-width: 400px;
  margin: 20px auto;
}

.search-box input {
  width: 100%;
  padding: 12px;
  border-radius: 25px;
  border: 1px solid #f48fb1;
}

/* Image modal */
.image-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
}

.image-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 15px;
}
body {
  font-family: "Cairo", sans-serif;
  background: #fdf6f9;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* العناوين */
.section-title {
  color: #c2185b;
  margin: 30px 0 10px;
  font-size: 26px;
}

/* زر الرجوع */
.back-btn {
  display: inline-block;
  margin: 20px;
  color: #c2185b;
  text-decoration: none;
  font-weight: bold;
}

/* البحث */
.search-box {
  margin: 20px auto;
}

.search-box input {
  padding: 12px;
  width: 80%;
  max-width: 350px;
  border-radius: 30px;
  border: 1px solid #ccc;
  text-align: center;
}

/* شبكة المنتجات */
.products-grid {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

/* بطاقة المنتج */
.product-card {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* الصور */
.product-card img {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
}

/* زر واتساب العائم */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #25d366;
  color: #fff;
  font-size: 26px;
  padding: 14px 16px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  z-index: 999;
}

/* تكبير الصور */
.image-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
}

.image-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 15px;
}
.header {
  background: linear-gradient(135deg, #f8bbd0, #fce4ec);
  padding: 60px 20px;
  border-radius: 0 0 40px 40px;
  box-shadow: 0 10px 30px rgba(194,24,91,0.2);
}

.header h1 {
  font-size: 36px;
  color: #880e4f;
  margin-bottom: 10px;
}

.header p {
  font-size: 18px;
  color: #555;
}
.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 30px;
  background: linear-gradient(135deg, #c2185b, #e91e63);
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  box-shadow: 0 6px 18px rgba(194,24,91,0.4);
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(194,24,91,0.5);
}
.product-card {
  transition: 0.3s;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.section-title::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 4px;
  background: #e91e63;
  bottom: 0;
  right: 20%;
  border-radius: 5px;
}
p {
  line-height: 1.8;
  color: #555;
}
.products-grid {
  margin-top: 20px;
}
.products-section {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.page-title {
  color: #c2185b;
  font-size: 28px;
  margin-bottom: 40px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.group-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 20px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.group-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.group-card .icon {
  font-size: 40px;
  display: block;
  margin-bottom: 15px;
}

.group-card h3 {
  color: #c2185b;
  margin-bottom: 10px;
}

.group-card p {
  font-size: 14px;
  color: #666;
}
.add-to-cart-btn {
  margin-top: 10px;
  padding: 10px 20px;
  background: #e91e63;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.add-to-cart-btn:hover {
  background: #c2185b;
  transform: translateY(-2px);
}
