.elementor-2439 .elementor-element.elementor-element-0e8c495{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-170ce2b */body {
      font-family: 'Cairo', sans-serif;
      background: #fff;
      margin: 0;
      padding: 0;
      color: #333;
    }
    header {
      background: linear-gradient(to right, #f78fb3, #f8a5c2);
      color: white;
      padding: 40px 20px;
      text-align: center;
    }
    header h1 {
      margin: 0;
      font-size: 32px;
    }
    .container {
      max-width: 1000px;
      margin: 30px auto;
      padding: 20px;
    }
    .product {
      background: #fff;
      border: 2px solid #f8a5c2;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 0 12px rgba(248, 165, 194, 0.2);
      margin-bottom: 30px;
      display: flex;
      gap: 20px;
      align-items: center;
      flex-wrap: wrap;
    }
    .product img {
      width: 250px;
      max-width: 100%;
      border-radius: 10px;
      border: 2px solid #f78fb3;
    }
    .info {
      flex: 1;
    }
    .info h2 {
      margin-top: 0;
      color: #e84393;
    }
    .price {
      font-size: 20px;
      color: #27ae60;
      margin: 10px 0;
    }
    .cta a {
      background: #f78fb3;
      color: white;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 8px;
      display: inline-block;
      margin-top: 10px;
      transition: background 0.3s ease;
    }
    .cta a:hover {
      background: #e84393;
    }
    footer {
      text-align: center;
      padding: 20px;
      font-size: 14px;
      color: #999;
      background-color: #fff0f5;
      border-top: 1px solid #f8a5c2;
      margin-top: 30px;
    }
    .colors {
      margin-top: 10px;
    }
    .color-dots {
      display: flex;
      gap: 8px;
      margin-top: 5px;
    }
    .dot {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid #ccc;
    }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0e8c495 */.container {
  max-width: 1000px;
  margin: 30px auto;
  padding: 20px;
  direction: rtl;
}
.product {
  background: #fff;
  border: 2px solid #f8a5c2;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 12px rgba(248, 165, 194, 0.2);
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.product img {
  width: 250px;
  max-width: 100%;
  border-radius: 10px;
  border: 2px solid #f78fb3;
}
.info {
  flex: 1;
}
.info h2 {
  margin-top: 0;
  color: #e84393;
}
.price {
  font-size: 20px;
  color: #27ae60;
  margin: 10px 0;
}
.cta a {
  background: #f78fb3;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
  margin-top: 10px;
  transition: background 0.3s ease;
}
.cta a:hover {
  background: #e84393;
}
@media (max-width: 600px) {
  .product {
    flex-direction: column;
    text-align: center;
  }
  .product img {
    margin-bottom: 15px;
  }
}/* End custom CSS */