
.tn-elem__20898571611773941722852,
.tn-elem__20893437311773941722852,
.tn-elem__20898571611773941760216000001,
.tn-elem__20893437311773941760216000001 {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  aspect-ratio: 1 / 1;
  box-sizing: border-box !important;
}

.tn-elem__20898571611773941722852 .tn-atom,
.tn-elem__20893437311773941722852 .tn-atom,
.tn-elem__20898571611773941760216000001 .tn-atom,
.tn-elem__20893437311773941760216000001 .tn-atom {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.t-menuwidgeticons__wishlist .t-menuwidgeticons__icon-counter,
.t-menuwidgeticons__cart .t-menuwidgeticons__icon-counter {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  min-height: 17px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
}

.tn-elem[data-elem-id="1771427196737000002"],
.tn-elem[data-elem-id="1771427004261"] {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.omate-header-favorites-open {
  overflow: hidden;
}

.omate-header-favorites {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.35);
  color: #333;
  font-family: var(--t-text-font, Arial, sans-serif);
}

.omate-header-favorites.is-open {
  display: flex;
}

.omate-header-favorites__panel {
  width: min(520px, 100%);
  height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 32px 34px 28px;
  box-sizing: border-box;
  animation: omate-favorites-in 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.omate-header-favorites__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #333;
}

.omate-header-favorites__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 700;
}

.omate-header-favorites__close {
  width: 42px;
  height: 42px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #333;
  font: 300 36px/1 Arial, sans-serif;
  cursor: pointer;
}

.omate-header-favorites__list {
  display: flex;
  flex-direction: column;
}

.omate-header-favorites__item {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #dedbd4;
}

.omate-header-favorites__image {
  width: 104px;
  height: 104px;
  object-fit: contain;
  background: #f7f7f6;
}

.omate-header-favorites__name {
  margin: 0 0 8px;
  color: #333;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.omate-header-favorites__name a {
  color: inherit;
  text-decoration: none;
}

.omate-header-favorites__meta,
.omate-header-favorites__price {
  margin: 0 0 7px;
  color: #64625e;
  font-size: 14px;
  line-height: 1.35;
}

.omate-header-favorites__price {
  color: #e09130;
  font-size: 17px;
  font-weight: 700;
}

.omate-header-favorites__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 14px;
}

.omate-header-favorites__add,
.omate-header-favorites__shop {
  border: 1px solid #e09130;
  border-radius: 8px;
  background: #e09130;
  color: #fff;
  padding: 11px 16px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.omate-header-favorites__remove {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 2px 0;
  background: transparent;
  color: #64625e;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.omate-header-favorites__empty {
  margin: 0;
  padding: 54px 0;
  color: #64625e;
  font-size: 17px;
  line-height: 1.45;
}

.omate-header-favorites__footer {
  padding-top: 26px;
}

.omate-header-favorites__shop {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  background: #333;
  border-color: #333;
}

.omate-header-favorites button:focus-visible,
.omate-header-favorites a:focus-visible {
  outline: 2px solid #e09130;
  outline-offset: 3px;
}

@keyframes omate-favorites-in {
  from { transform: translate3d(24px, 0, 0); opacity: 0; }
  to { transform: translate3d(0, 0, 0); opacity: 1; }
}

@media (max-width: 639px) {
  .omate-header-favorites__panel {
    padding: 22px 20px 26px;
  }

  .omate-header-favorites__title {
    font-size: 26px;
  }

  .omate-header-favorites__item {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
  }

  .omate-header-favorites__image {
    width: 82px;
    height: 82px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .omate-header-favorites__panel {
    animation: none;
  }
}
