.elementor-3619 .elementor-element.elementor-element-d012e5c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2374096 */.bel-product-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  direction: rtl;
  font-family: inherit;
}

.bel-product-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: start;
  margin-bottom: 35px;
}

.bel-product-gallery,
.bel-product-info,
.bel-product-desc,
.bel-related-products {
  background: #fff;
  border: 1px solid #f3c6de;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(214, 27, 127, 0.06);
}

.bel-product-gallery {
  padding: 30px;
}

.bel-main-image {
  background: linear-gradient(180deg, #fff 0%, #fff8fc 100%);
  border-radius: 22px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.bel-main-image img {
  max-width: 100%;
  max-height: 330px;
  object-fit: contain;
  animation: belFloat 3.5s ease-in-out infinite;
}

.bel-thumbs {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.bel-thumbs img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #f0d5e4;
  background: #fff;
  padding: 6px;
}

.bel-product-info {
  padding: 30px;
  position: relative;
}

.bel-offer-badge {
  display: inline-block;
  background: linear-gradient(135deg, #f53c9f 0%, #d61b7f 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 16px;
  box-shadow: 0 10px 20px rgba(214, 27, 127, 0.16);
}

.bel-product-title {
  font-size: 42px;
  line-height: 1.2;
  color: #d61b7f;
  margin: 0 0 16px;
  font-weight: 600;
}

.bel-product-subtitle {
  font-size: 16px;
  color: #888;
  margin-bottom: 18px;
}

.bel-price-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.bel-old-price {
  font-size: 20px;
  color: #999;
  text-decoration: line-through;
}

.bel-new-price {
  font-size: 34px;
  color: #202020;
  font-weight: 700;
}

.bel-short-desc {
  font-size: 16px;
  color: #555;
  line-height: 2;
  margin-bottom: 22px;
}

.bel-feature-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.bel-feature-list li {
  position: relative;
  padding-right: 22px;
  margin-bottom: 12px;
  color: #444;
  line-height: 1.9;
}

.bel-feature-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d61b7f;
  position: absolute;
  right: 0;
  top: 10px;
}

.bel-meta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.bel-meta-item {
  background: #fff7fb;
  border: 1px solid #f3d7e6;
  border-radius: 16px;
  padding: 12px 16px;
  font-size: 15px;
  color: #555;
}

.bel-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.bel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.bel-btn-primary {
  background: linear-gradient(135deg, #f53c9f 0%, #d61b7f 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(214, 27, 127, 0.18);
}

.bel-btn-primary:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 18px 28px rgba(214, 27, 127, 0.24);
}

.bel-btn-light {
  background: #fff;
  color: #d61b7f;
  border: 1px solid #efc9de;
}

.bel-btn-light:hover {
  background: #fff7fb;
  color: #d61b7f;
}

.bel-product-desc {
  padding: 30px;
  margin-bottom: 35px;
}

.bel-section-title {
  font-size: 28px;
  margin: 0 0 18px;
  color: #222;
  font-weight: 700;
}

.bel-product-desc p {
  color: #555;
  line-height: 2;
  margin: 0 0 14px;
}

.bel-related-products {
  padding: 30px;
}

.bel-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.bel-related-card {
  border: 1px solid #f0d3e4;
  border-radius: 22px;
  padding: 18px;
  text-align: center;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bel-related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 24px rgba(214, 27, 127, 0.08);
}

.bel-related-card img {
  max-width: 100%;
  height: 170px;
  object-fit: contain;
  margin-bottom: 14px;
}

.bel-related-card h3 {
  font-size: 24px;
  color: #d61b7f;
  margin: 0 0 10px;
}

.bel-related-card p {
  color: #444;
  margin: 0 0 14px;
}

.bel-related-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f53c9f 0%, #d61b7f 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

@keyframes belFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
  100% { transform: translateY(0); }
}

@media (max-width: 991px) {
  .bel-product-wrap {
    grid-template-columns: 1fr;
  }

  .bel-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bel-product-title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .bel-product-page {
    padding: 40px 16px;
  }

  .bel-main-image {
    min-height: 280px;
    padding: 20px;
  }

  .bel-product-title {
    font-size: 28px;
  }

  .bel-new-price {
    font-size: 28px;
  }

  .bel-related-grid {
    grid-template-columns: 1fr;
  }

  .bel-btn {
    width: 100%;
    min-width: auto;
  }
}/* End custom CSS */