.honarposh-extra-wrap{
  margin: 18px 0 6px;
  direction: rtl;
  font-family: inherit;
}

.honarposh-field{ margin: 18px 0; }
.honarposh-field__head{
  display:flex; align-items:center; justify-content:space-between;
}
.honarposh-title{
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.honarposh-help{
  font-size: 14px;
  color: #ff2e2e;
  text-decoration: none;
}

.honarposh-size-grid{
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
}

.honarposh-print-grid{
  display:flex;
  gap: 18px;
  justify-content: flex-start;
}

.honarposh-hidden{ display:none; }

.honarposh-pill{
  min-width: 64px;
  height: 64px;
  border-radius: 18px;
  border: 2px solid #111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  user-select:none;
}

.honarposh-pill--wide{
  min-width: 150px;
}

.honarposh-hidden:checked + .honarposh-pill{
  border-color: #ff4b2e;
  box-shadow: 0 0 0 2px rgba(255,75,46,0.15);
}

.honarposh-color-grid{
  display:flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: center;
}

.honarposh-color{
  display:flex;
  flex-direction: column;
  align-items:center;
  gap: 8px;
  cursor:pointer;
  user-select:none;
}

.honarposh-color__dot{
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 2px solid #111;
  display:block;
}

.honarposh-hidden:checked + .honarposh-color .honarposh-color__dot{
  border-color:#ff4b2e;
  box-shadow: 0 0 0 2px rgba(255,75,46,0.15);
}

.honarposh-color__label{
  font-size: 16px;
  font-weight: 700;
}

.honarposh-upload{
  width: 100%;
  max-width: 480px;
  border: 2px solid #111;
  border-radius: 14px;
  padding: 10px;
}

.honarposh-note{
  font-size: 13px;
  opacity: 0.75;
  margin-top: 6px;
}

.honarposh-liveprice{
  margin-top: 14px;
  font-size: 18px;
  font-weight: 800;
}
