.ext-markup-1 > div {
  white-space: unset;
  overflow: auto !important;
  overscroll-behavior: contain;
}

.ext-markup-1 .header-1 {
  font-size: 22px;
  margin: 27px 0 33px;
  line-height: 1.3;
  color: #fafafa;
}

.ext-markup-1 .header-1 > span {
  font-size: 19px;
}

.ext-markup-1 .body {
  padding: 0 12px;
  margin: 0 0 36px;
}

.ext-markup-1 ul {
  direction: rtl;
  text-align: right;
  line-height: 1.8;
  font-size: 13px;
  list-style-type: none;
  color: #fafafa;
  padding: 0 15px 0 0;
}

.ext-markup-1 .body.en ul {
  direction: ltr;
  text-align: left;
  line-height: 1.5;
  font-size: 15px;
  padding: 0 0 0 15px;
}

.ext-markup-1 ul > li {
  width: fit-content;
  position: relative;
}

.ext-markup-1 ul > li:not(:last-child) {
  margin-bottom: 9px;
}

.ext-markup-1 ul > li:not(.product-img-wrapper-1):before {
  content: "●"; /*\u00A0\u202F*/
  padding: 0;
  position: absolute;
  right: -15px;
}

.ext-markup-1 .body.en ul > li:not(.product-img-wrapper-1):before {
  right: unset;
  left: -15px;
}

.ext-markup-1 .product-img-wrapper-1 {
  position: relative;
  width: 50%;
  max-width: 50vmin;
  margin: 0 12px 9px 0;
  float: left;
}

.ext-markup-1 .body.en .product-img-wrapper-1 {
  margin: 0 0 9px 12px;
  float: right;
}

.ext-markup-1 .product-img-1 {
  display: block;
  width: 100%;
  border-radius: 13px;
  margin: 0 0 9px 0;
}

.ext-markup-1 .close {
  display: block;
  position: fixed;
  bottom: 15px;
  left: 15px;
  color: #111111;
  background-color: #fafafa;
  font-family: 'Iran Sans';
  font-size: 14px;
  padding: 8px 12px;
  line-height: 1;
  border: none;
  border-radius: 27px;
  box-shadow: 0 2px 9px #444444;
  cursor: pointer;
}

.ext-markup-1 .body.en .close {
  left: unset;
  right: 15px;
}