.elementor-15819 .elementor-element.elementor-element-4b38b7e{--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-5454994 */.product-card {
  max-width: 800px;
  margin: 25px auto;
  padding: 25px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff, #fff8fc);
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  font-family: "Noto Sans Bengali", sans-serif;
}

.product-card h2 {
  font-size: 26px;
  font-weight: 800;
  color: #c2185b;
  margin-bottom: 18px;
  text-align: center;
}

.product-card h2 span {
  font-size: 18px;
  color: #444;
  font-weight: 500;
}

.details, .usage {
  margin-bottom: 20px;
  padding: 18px;
  border-radius: 18px;
  background: #fff0f6;
  border-left: 6px solid #c2185b;
}

.details h3, .usage h3 {
  font-size: 18px;
  color: #ad1457;
  margin-bottom: 12px;
}

.details ul {
  list-style: "✔ ";
  padding-left: 18px;
}

.details ul li {
  margin-bottom: 7px;
  font-size: 15px;
  color: #333;
}

.usage p {
  font-size: 15px;
  margin-bottom: 6px;
  color: #333;
}/* End custom CSS */