.elementor-16484 .elementor-element.elementor-element-c880660{--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-02ab1c6 */.product-details {
  max-width: 800px;
  margin: 30px auto;
  padding: 28px 22px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  font-family: "Noto Sans Bengali", sans-serif;
  color: #333;
}

.product-title {
  font-size: 26px;
  font-weight: 800;
  color: #d53474; /* হেডিং কালার */
  text-align: center;
  margin-bottom: 18px;
  position: relative;
}

.product-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #d53474;
  margin: 8px auto 0;
  border-radius: 2px;
}

.product-desc {
  font-size: 15.5px;
  line-height: 1.7;
  color: #444;
  text-align: justify;
  margin-bottom: 20px;
}

.product-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-features li {
  font-size: 15.5px;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
  line-height: 1.6;
}

.product-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #d53474;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 600px) {
  .product-title {
    font-size: 22px;
  }
  .product-desc, .product-features li {
    font-size: 14px;
  }
}/* End custom CSS */