/*animate*/
.hmodal {
  z-index: 1054;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*bg_dark_start*/
.blurBackstage {
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1053;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
/*bg_dark_start*/

.show-btn{
  cursor: pointer;

}

/*right_menu_start*/

.hmodal#shopFilter,
.hmodal#rightMenu {
  inset-inline-start: -100%;
  width: 300px;
}
.hmodal#basketMenu {
  inset-inline-end: -100%;
}

.hmodal#shopFilter.showModal,
.hmodal#rightMenu.showModal {
  inset-inline-start: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.hmodal#basketMenu.showModal {
  inset-inline-end: 0;
}

.hmodal#searching {
  top: -100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hmodal#searching.showModal {
  top: 2.5rem;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s ease;
}

/*more-reed-*/
.introduction {
  overflow: hidden;
  /* height: 25rem; */
  line-height: 2rem;
  position: relative;
}
.add-class-introduction {
  height: auto !important;
  overflow: visible !important;
}
.view-less {
  display: none;
}
.add-class-view-less {
  display: block;
}
.add-class-introduction-span {
  display: none;
}

/*more-reed*/


/*editor*/


.editor h2 {
  color: var(--primary-color);

}

.editor h3 {

  color: oklch(57.7% 0.245 27.325);
}
