/* =========================================================
   New design editor layout
   Used only with product-editor-new.html
   ========================================================= */

@font-face {
  font-family: "TildaSans";
  src: url("/assets/fonts/tilda-sans/TildaSans-VF.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4 {
  font-family: "TildaSans", serif;
}

.h1,
.h2,
.h3,
.h4 {
  font-family: "TildaSans", serif;
}

body.design-editor-new .design-side-title {
  font-family: "TildaSans", serif !important;
}

body.design-editor-new .design-layout-panel-title {
  font-family: "TildaSans", serif !important;
}

body.design-editor-new {
  background: #ffffff;
}

body.design-editor-new .body_bg {
  background: #f4f4f5;
}

body.design-editor-new #edit_area {
  max-width: 1180px;
  margin: 0 auto;
}

/* Верхняя панель */
body.design-editor-new #editor-top-panel {
  width: 820px;
  height: 62px;
  margin: 12px auto 24px auto;
  display: flex;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}

body.design-editor-new #editor-top-panel .big_select,
body.design-editor-new #editor-top-panel .big_place {
  float: none;
}

/* Общая сцена */
body.design-editor-new .design-editor-layout {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

body.design-editor-new .design-editor-stage {
  position: relative;
  /* width: 1040px; */
  min-height: 390px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 42px;
}

/* Стороны */
body.design-editor-new .design-side {
  position: relative;
}

body.design-editor-new .design-side-title {
  margin-bottom: 12px;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  color: #1f2036;
}

body.design-editor-new .design-side.active .design-side-title {
  color: #e56f45;
}

/* Рамка стороны */
body.design-editor-new .design-side-frame {
  position: relative;
  padding: 9px;
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: 0 2px 8px rgba(31, 32, 54, 0.14);
  box-sizing: border-box;
}

body.design-editor-new .design-side.active .design-side-frame {
  border: 3px solid #e56f45;
  padding: 7px;
}

/* Внутренний mount */
body.design-editor-new .design-side-mount {
  position: relative;
  min-width: 445px;
  min-height: 295px;
}

/* Старый editor_box теперь живёт внутри рамки */
body.design-editor-new .design-editor-stage #editor_box {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  margin: 0 !important;
}

/* Заглушка обратной стороны */
body.design-editor-new .design-empty-side {
  position: relative;
  width: 445px;
  height: 295px;
  background: #ffffff;
  box-sizing: border-box;
}

body.design-editor-new .design-empty-mask-shadow {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

body.design-editor-new .design-empty-safe {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px dashed rgba(120, 120, 120, 0.5);
  box-sizing: border-box;
  pointer-events: none;
}

/* Стрелки оборотов */
body.design-editor-new .design-side-arrows {
  position: absolute;
  right: 20px;
  top: 170px;
  width: 90px;
  height: 40px;
  z-index: 20;
}

body.design-editor-new .design-side-arrows #arrow_left,
body.design-editor-new .design-side-arrows #arrow_right {
  display: inline-block;
  margin-right: 8px;
}

#arrow_left,
#arrow_right {
  top: unset !important;
}

/* Нижняя панель layout */
body.design-editor-new .design-layout-panel-holder {
  width: 820px;
  margin: 32px auto 0 auto;
}

body.design-editor-new .design-layout-panel-holder #layout-select-panel {
  position: relative !important;
  display: block !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  min-height: 92px;
  margin: 0 !important;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 1px 5px rgba(31, 32, 54, 0.08);
  z-index: 10;
}

body.design-editor-new
  .design-layout-panel-holder
  #layout-select-panel.disp_none {
  display: block !important;
}

body.design-editor-new
  .design-layout-panel-holder
  #layout-select-panel
  .top_ugol {
  display: none;
}

body.design-editor-new .design-layout-panel-title {
  padding: 10px 12px 0 12px;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #1f2036;
}

body.design-editor-new .design-layout-panel-holder .layout_block {
  min-height: 82px;
  padding: 10px;
}

body.design-editor-new .design-layout-panel-holder .layout_select_item {
  width: 50px;
  height: 50px;
}

/* Горизонтальный режим */
body.design-editor-new
  #edit_area.editor-orientation-horizontal
  .design-editor-stage {
  min-height: 390px;
}

body.design-editor-new
  #edit_area.editor-orientation-horizontal
  .design-side-mount {
  min-width: 445px;
  min-height: 295px;
}

body.design-editor-new
  #edit_area.editor-orientation-horizontal
  .design-empty-side {
  width: 445px;
  height: 295px;
}

/* Вертикальный режим */
body.design-editor-new
  #edit_area.editor-orientation-vertical
  .design-editor-stage {
  min-height: 540px;
}

body.design-editor-new
  #edit_area.editor-orientation-vertical
  .design-side-mount {
  min-width: 295px;
  min-height: 445px;
}

body.design-editor-new
  #edit_area.editor-orientation-vertical
  .design-empty-side {
  width: 295px;
  height: 445px;
}

body.design-editor-new
  #edit_area.editor-orientation-vertical
  .design-editor-stage {
  gap: 64px;
}

/* Информационный блок */
body.design-editor-new #slide_info_wrapper {
  margin-top: 12px;
  text-align: center;
}

body.design-editor-new .step_header {
  display: none !important;
}

/* Стрелки навигации оборотных сторон в заголовке */
body.design-editor-new .design-back-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  /* min-height: 40px; */
}

body.design-editor-new .design-back-title-row #design_back_side_title {
  display: inline-block;
  min-width: 210px;
  text-align: center;
}

body.design-editor-new .design-back-arrow {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  margin: 0;
}

body.design-editor-new .design-back-arrow i {
  line-height: 34px;
}

/* Старый внешний контейнер стрелок больше не нужен */
body.design-editor-new .design-side-arrows {
  display: none !important;
}

body.design-editor-new .design-side-snapshot {
  display: none;
  position: relative;
  background: #ffffff;
  pointer-events: none;
}

body.design-editor-new .design-side-snapshot.active {
  display: block;
}

body.design-editor-new .design-side-snapshot .editor_slide {
  display: block !important;
  position: relative;
  width: 100%;
  height: 100%;
}

body.design-editor-new .design-side-snapshot [contenteditable] {
  pointer-events: none !important;
}

body.design-editor-new .design-side-snapshot .popup,
body.design-editor-new .design-side-snapshot #text_properties,
body.design-editor-new .design-side-snapshot #image_properties,
body.design-editor-new .design-side-snapshot #restore_wrapper {
  display: none !important;
}

body.design-editor-new .design-side-snapshot .mask {
  pointer-events: none !important;
  opacity: 0 !important;
}

body.design-editor-new #select_layout_btn {
  display: none;
}

body.design-editor-new #editor-top-panel {
  max-width: 760px;
}

body.design-editor-new .editor-new-steps {
  float: none !important;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px auto 24px auto;
}

body.design-editor-new .editor-new-steps .pseudo_link {
  font-size: 24px;
  text-transform: uppercase;
}

body.design-editor-new .editor-new-steps #step2 {
  display: none !important;
}

/* =========================================================
   Compact floating text panel with labels
   ========================================================= */

body.design-editor-new #edit_area {
  position: relative;
}

/* Плашка висит поверх сцены и не двигает визитки */
body.design-editor-new .editor-floating-text-dock {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  width: 760px;
  min-height: 0;
  margin: 0;
  z-index: 7000;
  pointer-events: none;
}

body.design-editor-new .editor-floating-text-dock {
  pointer-events: auto;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(31, 32, 54, 0.16);
  box-sizing: border-box;
  padding: 8px 10px 9px 10px;
  border: 1px solid gray;
}

/* Старые popup внутри dock */
body.design-editor-new .editor-floating-text-dock #text_properties,
body.design-editor-new .editor-floating-text-dock #image_properties {
  display: block;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100%;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  z-index: 7001;
}

body.design-editor-new .editor-floating-text-dock #text_properties.disp_none,
body.design-editor-new .editor-floating-text-dock #image_properties.disp_none {
  display: none !important;
}

body.design-editor-new .editor-floating-text-dock #text_properties > .p10 {
  padding: 0 !important;
}

/* Главная раскладка: все группы в одну строку */
body.design-editor-new .editor-floating-text-dock #text_properties > .p10 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
}

/* Скрываем старый заголовок "Форматирование текста" */
body.design-editor-new
  .editor-floating-text-dock
  #text_properties
  > .p10
  > .mb10:first-child {
  display: none !important;
}

/* Каждая старая строка становится группой с подписью сверху */
body.design-editor-new
  .editor-floating-text-dock
  #text_properties
  > .p10
  > .mb10 {
  position: relative;
  margin: 0 !important;
  padding-top: 17px;
  display: flex;
  align-items: center;
  min-height: 34px;
  box-sizing: border-box;
}

/* label над группой */
body.design-editor-new
  .editor-floating-text-dock
  #text_properties
  > .p10
  > .mb10[data-tool-label]::before {
  content: attr(data-tool-label);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  line-height: 12px;
  color: #777;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* Шрифт */
body.design-editor-new .editor-floating-text-dock #font-select,
body.design-editor-new .editor-floating-text-dock .dk_container {
  width: 145px !important;
  min-width: 145px !important;
}

#dk93-font-select {
  width: 180px !important;
}

/* Позиция текста / декор */
body.design-editor-new .editor-floating-text-dock .text_properties_icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin-right: 3px;
}

body.design-editor-new .editor-floating-text-dock .text_properties_icon i,
body.design-editor-new .editor-floating-text-dock .text_properties_icon b {
  line-height: 30px;
}

/* Размер */
body.design-editor-new .editor-floating-text-dock .size-select-div {
  width: 64px !important;
  flex: 0 0 64px;
  margin-right: 4px;
}

/* Цвет */
body.design-editor-new .editor-floating-text-dock #color-select {
  width: 82px !important;
  height: 32px;
  flex: 0 0 82px;
}

body.design-editor-new .editor-floating-text-dock #t-color-icon {
  width: 58px;
  height: 22px;
  margin: 4px 3px;
}

/* Кнопки сброс/применить */
body.design-editor-new .editor-floating-text-dock #text_properties button,
body.design-editor-new .editor-floating-text-dock #image_properties button {
  height: 32px;
  min-width: 42px;
  padding: 0 8px;
  line-height: 30px;
}

/* Уголки старого popup не нужны */
body.design-editor-new .editor-floating-text-dock .top_ugol,
body.design-editor-new .editor-floating-text-dock .right_ugol,
body.design-editor-new .editor-floating-text-dock .left_ugol,
body.design-editor-new .editor-floating-text-dock .bottom_ugol {
  display: none !important;
}

body.design-editor-new .editor-floating-image-dock {
  position: absolute;
  left: 50%;
  top: 180px;
  width: 270px;
  min-height: 0;
  margin: 0;
  z-index: 7100;
  pointer-events: none;
}

/* Лицевая сторона — плашка ближе к правой зоне */
body.design-editor-new .editor-floating-image-dock.is-front {
  transform: translateX(-8%);
}

/* Оборотная сторона — плашка ближе к левой зоне */
body.design-editor-new .editor-floating-image-dock.is-back {
  transform: translateX(-93%);
}

body.design-editor-new .editor-floating-image-dock-inner {
  pointer-events: auto;
  background: #ffffff;
  border: 1px solid #f27421;
  box-shadow: 0 10px 24px rgba(31, 32, 54, 0.18);
  box-sizing: border-box;
  padding: 10px;
  border-radius: 20px;
}

body.design-editor-new .editor-floating-image-dock #image_properties {
  display: block;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100%;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  z-index: 7101;
}

body.design-editor-new .editor-floating-image-dock #image_properties.disp_none {
  display: none !important;
}

body.design-editor-new .editor-floating-image-dock .top_ugol,
body.design-editor-new .editor-floating-image-dock .right_ugol,
body.design-editor-new .editor-floating-image-dock .left_ugol,
body.design-editor-new .editor-floating-image-dock .bottom_ugol {
  display: none !important;
}

/* New Icon*/

.i_arrows {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/img/icons/new/image-arrows.png);
  width: 84px;
  height: 85px;
}

/* =========================================================
   Confirm / Reset buttons for floating editor panels
   t_ok / i_submit = apply
   t_reset / i_reset = reset
   ========================================================= */

body.design-editor-new #t_ok,
body.design-editor-new #t_reset,
body.design-editor-new #i_submit,
body.design-editor-new #i_reset {
  width: 108px;
  height: 38px;
  padding: 0;
  border: 1px solid #34343a;
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
  cursor: pointer;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 0;
  line-height: 1;
  transition:
    background-color 0.15s ease,
    border-color 0.15s ease,
    transform 0.08s ease;
}

/* Скрываем старые FontAwesome-иконки внутри кнопок */
body.design-editor-new #t_ok i,
body.design-editor-new #t_reset i,
body.design-editor-new #i_submit i,
body.design-editor-new #i_reset i {
  display: none !important;
}

/* Общая иконка через SVG mask */
body.design-editor-new #t_ok::before,
body.design-editor-new #t_reset::before,
body.design-editor-new #i_submit::before,
body.design-editor-new #i_reset::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #e56f45;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Apply / OK glyph */
body.design-editor-new #t_ok::before,
body.design-editor-new #i_submit::before {
  width: 28px;
  height: 28px;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.42 20'%3E%3Cpath fill='black' d='M4.35,8.58,7.71,12,19.5.16a.54.54,0,0,1,.92.38V7.16a.55.55,0,0,1-.16.38L8,19.84a.54.54,0,0,1-.77,0l-7-7.3a.54.54,0,0,1,0-.77L3.6,8.57A.53.53,0,0,1,4.35,8.58ZM.4,12.27l7.17,7.17L19.87,7.15V.58L8.1,12.35a.55.55,0,0,1-.77,0L4,9C2.41,10.32.81,11.78.4,12.27Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.42 20'%3E%3Cpath fill='black' d='M4.35,8.58,7.71,12,19.5.16a.54.54,0,0,1,.92.38V7.16a.55.55,0,0,1-.16.38L8,19.84a.54.54,0,0,1-.77,0l-7-7.3a.54.54,0,0,1,0-.77L3.6,8.57A.53.53,0,0,1,4.35,8.58ZM.4,12.27l7.17,7.17L19.87,7.15V.58L8.1,12.35a.55.55,0,0,1-.77,0L4,9C2.41,10.32.81,11.78.4,12.27Z'/%3E%3C/svg%3E");
}

/* Reset glyph */
body.design-editor-new #t_reset::before,
body.design-editor-new #i_reset::before {
  width: 28px;
  height: 28px;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.14 20'%3E%3Cpath fill='black' d='M9.08,18.13A9.13,9.13,0,0,1,.86,12.92a9.07,9.07,0,1,1,14,3.13.25.25,0,0,1-.32-.38,8.56,8.56,0,1,0-4.09,1.86.26.26,0,0,1,.29.2.24.24,0,0,1-.21.28A8.75,8.75,0,0,1,9.08,18.13Z'/%3E%3Cpath fill='black' d='M8.12,20a.23.23,0,0,1-.2-.1.24.24,0,0,1,0-.34l2.38-1.76L8,16.06a.24.24,0,0,1,.28-.4l2.68,1.94a.24.24,0,0,1,.1.19.25.25,0,0,1-.1.2L8.27,20A.3.3,0,0,1,8.12,20Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.14 20'%3E%3Cpath fill='black' d='M9.08,18.13A9.13,9.13,0,0,1,.86,12.92a9.07,9.07,0,1,1,14,3.13.25.25,0,0,1-.32-.38,8.56,8.56,0,1,0-4.09,1.86.26.26,0,0,1,.29.2.24.24,0,0,1-.21.28A8.75,8.75,0,0,1,9.08,18.13Z'/%3E%3Cpath fill='black' d='M8.12,20a.23.23,0,0,1-.2-.1.24.24,0,0,1,0-.34l2.38-1.76L8,16.06a.24.24,0,0,1,.28-.4l2.68,1.94a.24.24,0,0,1,.1.19.25.25,0,0,1-.1.2L8.27,20A.3.3,0,0,1,8.12,20Z'/%3E%3C/svg%3E");
}

/* Rotate glyph */
body.design-editor-new #i_rotate::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #e56f45;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.73 20'%3E%3Cpath fill='black' d='M12.62,4.16A.27.27,0,0,1,12.4,4l-1.65-3a.26.26,0,0,1,.17-.38L14.27,0a.24.24,0,0,1,.29.19.25.25,0,0,1-.19.3l-3,.6,1.49,2.68a.26.26,0,0,1-.1.35A.28.28,0,0,1,12.62,4.16Z'/%3E%3Cpath fill='black' d='M4.53,20a.25.25,0,0,1,0-.5l3-.6L6,16.22a.25.25,0,0,1,.1-.35.26.26,0,0,1,.34.1l1.65,3a.27.27,0,0,1,0,.23.25.25,0,0,1-.18.15L4.58,20Z'/%3E%3Cpath fill='black' d='M7.75,19.22h0A9.37,9.37,0,0,1,7.71.78.24.24,0,0,1,8,1a.25.25,0,0,1-.2.3,8.86,8.86,0,0,0,0,17.44A.24.24,0,0,1,8,19,.26.26,0,0,1,7.75,19.22Z'/%3E%3Cpath fill='black' d='M11,19.22a.26.26,0,0,1,0-.51,8.84,8.84,0,0,0,7.29-8.87,8.83,8.83,0,0,0-7.29-8.56.27.27,0,0,1-.21-.3.25.25,0,0,1,.3-.2,9.37,9.37,0,0,1,7.71,9.05A9.39,9.39,0,0,1,11,19.22Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.73 20'%3E%3Cpath fill='black' d='M12.62,4.16A.27.27,0,0,1,12.4,4l-1.65-3a.26.26,0,0,1,.17-.38L14.27,0a.24.24,0,0,1,.29.19.25.25,0,0,1-.19.3l-3,.6,1.49,2.68a.26.26,0,0,1-.1.35A.28.28,0,0,1,12.62,4.16Z'/%3E%3Cpath fill='black' d='M4.53,20a.25.25,0,0,1,0-.5l3-.6L6,16.22a.25.25,0,0,1,.1-.35.26.26,0,0,1,.34.1l1.65,3a.27.27,0,0,1,0,.23.25.25,0,0,1-.18.15L4.58,20Z'/%3E%3Cpath fill='black' d='M7.75,19.22h0A9.37,9.37,0,0,1,7.71.78.24.24,0,0,1,8,1a.25.25,0,0,1-.2.3,8.86,8.86,0,0,0,0,17.44A.24.24,0,0,1,8,19,.26.26,0,0,1,7.75,19.22Z'/%3E%3Cpath fill='black' d='M11,19.22a.26.26,0,0,1,0-.51,8.84,8.84,0,0,0,7.29-8.87,8.83,8.83,0,0,0-7.29-8.56.27.27,0,0,1-.21-.3.25.25,0,0,1,.3-.2,9.37,9.37,0,0,1,7.71,9.05A9.39,9.39,0,0,1,11,19.22Z'/%3E%3C/svg%3E");
}

/* Delete glyph */
body.design-editor-new #i_delete::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #e56f45;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.06 20'%3E%3Cpath d='M15.35,10.05l4.49-4.49a.75.75,0,0,0,0-1.06L15.56.22a.75.75,0,0,0-1.06,0L10.08,4.64,5.74.3a.75.75,0,0,0-1,0L.26,4.3a.8.8,0,0,0,0,1.15L4.52,9.89a.11.11,0,0,1,0,.17l-4,4a.72.72,0,0,0,0,1.05l4.28,4.29a.75.75,0,0,0,1.06,0l3.68-3.69a.75.75,0,0,1,1.06,0l4,4a.75.75,0,0,0,1.06,0l4.18-4.18a.75.75,0,0,0,0-1.06Zm4.16,5.11-4.29,4.29a.14.14,0,0,1-.17,0L10.57,15a.75.75,0,0,0-1.06,0L5.38,19.1a.11.11,0,0,1-.17,0L.82,14.67l4.42-4.41a.42.42,0,0,0,0-.59L.58,5.07a.12.12,0,0,1,0-.17L5.14.65a.11.11,0,0,1,.17,0L9.55,4.89a.75.75,0,0,0,1.06,0L15,.47,19.59,5,15.1,9.52a.75.75,0,0,0,0,1.06L19.51,15A.14.14,0,0,1,19.51,15.16Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.06 20'%3E%3Cpath d='M15.35,10.05l4.49-4.49a.75.75,0,0,0,0-1.06L15.56.22a.75.75,0,0,0-1.06,0L10.08,4.64,5.74.3a.75.75,0,0,0-1,0L.26,4.3a.8.8,0,0,0,0,1.15L4.52,9.89a.11.11,0,0,1,0,.17l-4,4a.72.72,0,0,0,0,1.05l4.28,4.29a.75.75,0,0,0,1.06,0l3.68-3.69a.75.75,0,0,1,1.06,0l4,4a.75.75,0,0,0,1.06,0l4.18-4.18a.75.75,0,0,0,0-1.06Zm4.16,5.11-4.29,4.29a.14.14,0,0,1-.17,0L10.57,15a.75.75,0,0,0-1.06,0L5.38,19.1a.11.11,0,0,1-.17,0L.82,14.67l4.42-4.41a.42.42,0,0,0,0-.59L.58,5.07a.12.12,0,0,1,0-.17L5.14.65a.11.11,0,0,1,.17,0L9.55,4.89a.75.75,0,0,0,1.06,0L15,.47,19.59,5,15.1,9.52a.75.75,0,0,0,0,1.06L19.51,15A.14.14,0,0,1,19.51,15.16Z'/%3E%3C/svg%3E");
}

/* Zoom in glyph */
body.design-editor-new #i_zoom_in::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #e56f45;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.42 20'%3E%3Cpath d='M7.59,15.18a7.59,7.59,0,1,1,7.59-7.59A7.6,7.6,0,0,1,7.59,15.18ZM7.59.54a7.05,7.05,0,1,0,7.05,7.05A7.05,7.05,0,0,0,7.59.54Z'/%3E%3Cpath d='M7.59,12.14a.27.27,0,0,1-.27-.27V3.31a.27.27,0,1,1,.54,0v8.56A.27.27,0,0,1,7.59,12.14Z'/%3E%3Cpath d='M11.87,7.86H3.31a.27.27,0,1,1,0-.54h8.56a.27.27,0,0,1,0,.54Z'/%3E%3Cpath d='M17.15,20a.25.25,0,0,1-.21-.1l-5.28-6.2a.28.28,0,0,1,0-.38.27.27,0,0,1,.39,0l5.27,6.2a.27.27,0,0,1-.2.45Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.42 20'%3E%3Cpath d='M7.59,15.18a7.59,7.59,0,1,1,7.59-7.59A7.6,7.6,0,0,1,7.59,15.18ZM7.59.54a7.05,7.05,0,1,0,7.05,7.05A7.05,7.05,0,0,0,7.59.54Z'/%3E%3Cpath d='M7.59,12.14a.27.27,0,0,1-.27-.27V3.31a.27.27,0,1,1,.54,0v8.56A.27.27,0,0,1,7.59,12.14Z'/%3E%3Cpath d='M11.87,7.86H3.31a.27.27,0,1,1,0-.54h8.56a.27.27,0,0,1,0,.54Z'/%3E%3Cpath d='M17.15,20a.25.25,0,0,1-.21-.1l-5.28-6.2a.28.28,0,0,1,0-.38.27.27,0,0,1,.39,0l5.27,6.2a.27.27,0,0,1-.2.45Z'/%3E%3C/svg%3E");
}

/* Zoom out glyph */
body.design-editor-new #i_zoom_out::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #e56f45;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.42 20'%3E%3Cpath d='M7.59,15.18a7.59,7.59,0,1,1,7.59-7.59A7.6,7.6,0,0,1,7.59,15.18ZM7.59.54a7.05,7.05,0,1,0,7.05,7.05A7.05,7.05,0,0,0,7.59.54Z'/%3E%3Cpath d='M11.87,7.86H3.31a.27.27,0,1,1,0-.54h8.56a.27.27,0,0,1,0,.54Z'/%3E%3Cpath d='M17.15,20a.25.25,0,0,1-.21-.1l-5.28-6.2a.28.28,0,0,1,0-.38.27.27,0,0,1,.39,0l5.27,6.2a.27.27,0,0,1-.2.45Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.42 20'%3E%3Cpath d='M7.59,15.18a7.59,7.59,0,1,1,7.59-7.59A7.6,7.6,0,0,1,7.59,15.18ZM7.59.54a7.05,7.05,0,1,0,7.05,7.05A7.05,7.05,0,0,0,7.59.54Z'/%3E%3Cpath d='M11.87,7.86H3.31a.27.27,0,1,1,0-.54h8.56a.27.27,0,0,1,0,.54Z'/%3E%3Cpath d='M17.15,20a.25.25,0,0,1-.21-.1l-5.28-6.2a.28.28,0,0,1,0-.38.27.27,0,0,1,.39,0l5.27,6.2a.27.27,0,0,1-.2.45Z'/%3E%3C/svg%3E");
}

/* Hover: оранжевая заливка + белая иконка */
body.design-editor-new #t_ok:hover,
body.design-editor-new #t_reset:hover,
body.design-editor-new #i_submit:hover,
body.design-editor-new #i_reset:hover {
  background: #eee !important;
  border-color: #e56f45;
}

body.design-editor-new #t_ok:hover::before,
body.design-editor-new #t_reset:hover::before,
body.design-editor-new #i_submit:hover::before,
body.design-editor-new #i_reset:hover::before {
}

/* Небольшой клик */
body.design-editor-new #t_ok:active,
body.design-editor-new #t_reset:active,
body.design-editor-new #i_submit:active,
body.design-editor-new #i_reset:active {
  transform: translateY(1px);
}

.text_properties_icon {
  width: 43px;
  height: 43px;
  box-sizing: border-box;
  border: 1px solid #1f2036;
  text-align: center;
  cursor: pointer;
  background: white;
  border-radius: 15px;
  padding-top: 6px;
}

.i_comment {
  font-size: 16px;
  color: #1f2036;
  text-transform: uppercase;
}

.i_zoom_slider_div {
  left: 56px;
}

.text_properties_icon i {
  line-height: 28px;
  font-size: 24px;
  color: #e56f45;
}

#aromat_block,
#aromat_div,
#aromat_div_scroll {
  display: none !important;
}

.add2cart_notice {
  margin-top: 10px;
  padding: 10px 12px;
  background: #fff4ec;
  border: 1px solid #ffd0ae;
  color: #9b3f00;
  font-size: 13px;
  line-height: 1.4;
}

#add2cart_btn.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

#add2cart_btn.is-disabled.yellow {
  opacity: 1;
}

body.design-editor-new .editor-projects-bar-combined {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;

  width: 100%;
  margin: 0 auto 16px auto;
  text-align: center;
}

body.design-editor-new .editor-projects-bar-combined .editor-projects-btn,
body.design-editor-new
  .editor-projects-bar-combined
  .editor-change-template-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 38px;
  min-width: 150px;
  padding: 0 18px;

  border: 1px solid #f27421;
  border-radius: 7px;
  background: #ffffff;
  color: #f27421;

  font-family: TildaSans, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  text-transform: uppercase;

  box-sizing: border-box;
  cursor: pointer;
}

body.design-editor-new .editor-projects-bar-combined .editor-projects-btn:hover,
body.design-editor-new
  .editor-projects-bar-combined
  .editor-change-template-btn:hover {
  background: #f27421;
  color: #ffffff;
  text-decoration: none;
}

.pic_label {
  font-size: 16px !important;
  line-height: 12px;
  color: #f27421;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
