/** Shopify CDN: Minification failed

Line 528:0 Expected "}" to go with "{"

**/
.mm-symbol-panel {
  font-family: Assistant, sans-serif;
  border-top: none;
  padding-top: 0;
  margin-top: 0;
  background: transparent;
  border-radius: 0;
  margin-bottom: 22px;
}

.mm-panel-bottom-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  width: 100%;
  margin-top: 14px;
  border: none;
  border-radius: 8px;
  background: #e9eef2;
  color: #334155;
  font-family: Assistant, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.mm-symbol-panel__inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mm-symbol-panel__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mm-symbol-panel h2,
.mm-symbol-panel__title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}

.mm-symbol-panel label,
.mm-symbol-panel__label {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  font-family: Assistant, sans-serif;
  line-height: 1.35;
  display: block;
  margin: 0;
}

.mm-symbol-panel__text {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #121212;
}

.mm-symbol-select-button {
  width: 100%;
  min-height: 76px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
}
.mm-symbol-select-button__icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: #eef5fb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mm-symbol-select-button__icon svg {
  width: 28px;
  height: 28px;
  color: #2d4a70;
}
.mm-symbol-select-button__content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.mm-symbol-select-button__content strong,
.mm-symbol-select-button__content small {
  display: block;
}
.mm-symbol-select-button__content strong {
  color: #16355c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}
.mm-symbol-select-button__content small {
  color: #4b5563;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.mm-symbol-thumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.mm-symbol-thumb {
  position: relative;
  width: 72px;
  border: 1px solid #ddd;
  border-radius: 9px;
  background: #fff;
  padding: 5px;
  cursor: pointer;
}

.mm-symbol-thumb.is-active {
  border-color: #9ab6c6;
  box-shadow: 0 0 0 2px rgba(154, 182, 198, 0.2);
}

.mm-symbol-thumb img {
  display: block;
  width: 100%;
  height: 54px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}

.mm-symbol-thumb__name {
  display: none;
}

.mm-symbol-thumb__remove {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1f2937;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
}

.mm-symbol-overlay {
  position: absolute;
  inset: 0;
  z-index: 40;
  pointer-events: none;
}
.mm-symbol-item,
.mm-symbol-item * {
  pointer-events: auto;
}

.mm-symbol-item {
  position: absolute;
  z-index: 41;
  pointer-events: auto;
  overflow: visible;
}

.mm-symbol-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.mm-symbol-item.is-active {
  outline: 2px solid #2d4a70;
  outline-offset: 3px;
}

.mm-symbol-item__resize {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(72%, 72%);
  width: clamp(38px, 30%, 54px);
  height: clamp(38px, 30%, 54px);
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #2d4a70;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  z-index: 20;
  cursor: nwse-resize;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.mm-symbol-item__resize:active {
  transform: scale(0.9);
}

.mm-symbol-item__resize img {
  width: 68%;
  height: 68%;
  object-fit: contain;
  pointer-events: none;
}

.mm-symbol-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.mm-symbol-modal__dialog {
  width: min(980px, 100%);
  height: min(86dvh, 760px);
  max-height: min(86dvh, 760px);
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.mm-symbol-modal__header,
.mm-symbol-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  background: #fff;
  flex: 0 0 auto;
}

.mm-symbol-modal__header {
  border-bottom: 1px solid #eee;
}

.mm-symbol-modal__footer {
  border-top: 1px solid #eee;
}

.mm-symbol-modal__header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.mm-symbol-modal__close {
  border: none;
  background: #eee;
  border-radius: 10px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.mm-symbol-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: 24px;
  background: #fff;
}

.mm-symbol-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 120px;
  border: 1px solid #d9dfe4;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  padding: 14px 10px;
}

.mm-symbol-card.is-active {
  background: #9ab6c6;
  border-color: #9ab6c6;
  box-shadow: none;
  color: #ffffff;
}

.mm-symbol-card.is-active svg,
.mm-symbol-card.is-active path,
.mm-symbol-card.is-active circle,
.mm-symbol-card.is-active rect,
.mm-symbol-card.is-active polygon {
  color: #ffffff;
  fill: currentColor;
}

.mm-symbol-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.mm-symbol-card__label {
  display: none;
}
.mm-symbol-card__icon {
  width: 56px;
  height: 56px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mm-symbol-card__icon svg {
  width: 56px;
  height: 56px;
  display: block;
  fill: currentColor;
}
.mm-symbol-card.is-active .mm-symbol-card__icon {
  color: #2d4a70;
}
.mm-symbol-card__label {
  display: none;
}

.mm-symbol-card--more {
  font-size: 34px;
  font-weight: 300;
  color: #2d4a70;
}

.mm-symbol-card__plus {
  line-height: 1;
  font-size: 38px;
}
.mm-symbol-card__icon svg,
.mm-symbol-thumb__icon svg,
.mm-symbol-item__svg svg {
  width: 100%;
  height: 100%;
  display: block;
}
  .mm-symbol-card__icon,
  .mm-symbol-thumb__icon,
  .mm-symbol-item__svg {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
  }
  .mm-symbol-card__icon svg *,
  .mm-symbol-thumb__icon svg *,
  .mm-symbol-item__svg svg * {
    fill: currentColor !important;
    stroke: currentColor !important;
  }

  .mm-symbol-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
  }
  .mm-symbol-more-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 0 8px;
    border: none;
    background: transparent;
    box-shadow: none;
    font-family: Assistant, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #6b7280;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
  }
  .mm-symbol-more-link:hover {
    text-decoration: underline;
  }

@media (max-width: 990px) {
  .mm-symbol-modal {
    padding: 0;
    align-items: flex-end;
    justify-content: center;
  }

  .mm-symbol-modal__dialog {
    width: 100%;
    max-width: 100%;
    height: calc(100dvh - 40px);
    max-height: calc(100dvh - 40px);
    margin-top: auto;
    border-radius: 28px 28px 0 0;
  }

  .mm-symbol-modal__header {
    padding: 18px 20px 12px;
  }

  .mm-symbol-modal__header h3 {
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
  }

  .mm-symbol-modal__close {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f3f3f3;
    flex: 0 0 46px;
  }

  .mm-symbol-modal__body {
    padding: 16px;
  }

  .mm-symbol-card {
    min-height: 104px;
    padding: 12px 8px;
  }

  .mm-symbol-card img {
    width: 46px;
    height: 46px;
  }

  .mm-symbol-card__label {
    font-size: 11px;
  }

  .mm-symbol-modal__footer {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 10px 16px calc(14px + env(safe-area-inset-bottom));
    background: #fff;
  }

.mm-symbol-card__icon {
  width: 56px;
  height: 56px;
  color: #000;
}

.mm-symbol-thumb__icon {
  width: 100%;
  height: 54px;
}

.mm-symbol-item__svg {
  width: 100%;
  height: 100%;
}
.mm-symbol-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.mm-symbol-card.is-active .mm-symbol-card__icon {
  color: #2d4a70;
}

.mm-symbol-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.mm-symbol-more-link {
    min-height: 104px;
    font-size: 18px;
}

.mm-symbol-panel {
  margin-top: 0;
  margin-bottom: 22px;
  padding-top: 0;
}
