.ptm-product-media,
.media-wrapper {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.ptm-product-media:not(.has-tabs) {
  display: block;
}

.ptm-product-media__tabs,
.media-tabs {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-self: stretch;
  position: relative;
  z-index: 2;
}

.ptm-product-media__tab,
.media-tab {
  appearance: none;
  border: 0;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  background: #dfe6d8;
  color: #4f5c3f;
  font-weight: 700;
  font-size: 0.76rem;
  line-height: 1.2;
  padding: 8px 4px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 92px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.01em;
  position: relative;
}

.ptm-product-media__tab-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  transform-origin: center;
  line-height: 1;
}

.ptm-premium-tooltip {
  position: absolute;
  z-index: 8;
  display: block;
  padding: 0.4rem 0.58rem;
  border-radius: 8px;
  background: rgba(41, 33, 24, 0.94);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(47, 36, 24, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
}

.ptm-product-media__tab + .ptm-product-media__tab,
.media-tab + .media-tab {
  margin-top: 0.2rem;
}

.ptm-product-media__tab:hover,
.media-tab:hover {
  background: #d5decc;
}

.ptm-product-media__tab.is-disabled,
.media-tab.is-disabled {
  background: #ecebe6;
  color: #8f8b84;
  cursor: not-allowed;
  box-shadow: none;
}

.ptm-product-media__tab.is-disabled:hover,
.media-tab.is-disabled:hover {
  background: #e4e5e1;
}

.ptm-product-media__tab.is-active,
.media-tab.active {
  background: #fbf8f0;
  border: 1px solid #ddd9cd;
  border-right: 0;
  color: #2f2418;
  box-shadow: 0 12px 24px rgba(47, 36, 24, 0.08);
}

.ptm-product-media__tab:not(.is-active),
.media-tab.inactive,
.media-tab:not(.active) {
  background: #dfe6d8;
}

.ptm-product-media__tab-tooltip {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  writing-mode: horizontal-tb;
}

.ptm-product-media__thumb-tooltip {
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%) translateY(4px);
  writing-mode: horizontal-tb;
}

.ptm-product-media__tab.is-disabled-visible .ptm-product-media__tab-tooltip,
.ptm-product-media .js-thumb-container.is-tooltip-visible .ptm-product-media__thumb-tooltip {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.ptm-product-media__tab.is-disabled-visible .ptm-product-media__tab-tooltip {
  transform: translateY(-50%);
}

.ptm-product-media .js-thumb-container.is-tooltip-visible .ptm-product-media__thumb-tooltip {
  transform: translateX(-50%) translateY(0);
}

.ptm-product-media__stage,
.media-content {
  min-width: 0;
  border: 1px solid #ddd9cd;
  border-radius: 0 14px 14px 14px;
  overflow: hidden;
  background: #fbf8f0;
  position: relative;
  margin-left: -1px;
}

.ptm-product-media__locked-overlay {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 5;
  max-width: min(260px, calc(100% - 1.6rem));
  padding: 0.52rem 0.78rem;
  border-radius: 12px;
  background: rgba(35, 25, 15, 0.9);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(47, 36, 24, 0.14);
  pointer-events: none;
  text-align: left;
  white-space: normal;
  opacity: 1;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.ptm-product-media__panel[hidden] {
  display: none !important;
}

.ptm-product-media__panel--map {
  background: #f8f5ee;
}

.ptm-product-media.images-limited .layer {
  cursor: default !important;
}

.ptm-product-media.images-limited .js-qv-mask.mask {
  display: block !important;
}

.ptm-product-media__thumbs-limited {
  position: relative;
  overflow: visible !important;
}

.ptm-product-media__thumbs-limited .product-images,
.ptm-product-media__thumbs-limited .js-qv-product-images {
  overflow: visible !important;
}

.ptm-product-media.images-limited .js-thumb-container.is-locked,
body.pta-locked-product .images-container .js-thumb-container.is-locked {
  position: relative;
  cursor: pointer;
}

.ptm-product-media.images-limited .js-thumb-container.is-locked .thumb,
body.pta-locked-product .images-container .js-thumb-container.is-locked .thumb {
  filter: grayscale(1) blur(2px);
  opacity: 0.78;
  transition: transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.ptm-product-media.images-limited .js-thumb-container.is-locked:hover .thumb,
.ptm-product-media.images-limited .js-thumb-container.is-locked:focus-within .thumb,
body.pta-locked-product .images-container .js-thumb-container.is-locked:hover .thumb,
body.pta-locked-product .images-container .js-thumb-container.is-locked:focus-within .thumb {
  transform: none;
  opacity: 0.84;
  filter: grayscale(1) blur(2px);
  box-shadow: 0 10px 18px rgba(46, 34, 18, 0.12);
}

.ptm-product-media .product-cover img,
.ptm-product-media .product-cover .js-qv-product-cover,
body.pta-locked-product .images-container .product-cover img,
body.pta-locked-product .images-container .product-cover .js-qv-product-cover {
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.ptm-product-media .product-cover {
  position: relative;
}

.ptm-product-media__access-badge {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  min-height: 32px;
  padding: 0.34rem 0.74rem;
  border-radius: 0 20px 20px 0;
  border: 2px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(135deg, #fb8405, #f19b2c);
  color: #fffaf2;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 22px rgba(91, 54, 10, 0.22);
  text-transform: none;
}

.ptm-product-media__access-badge-icon {
  display: none;
}

.ptm-product-media__access-badge--supporter::before {
  content: '\1F512';
  margin-right: 0.25rem;
  font-size: 0.72rem;
  line-height: 1;
}

.ptm-product-media__access-badge-label {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.ptm-product-media__access-badge--supporter_plus {
  background: linear-gradient(135deg, #3b342e, #706456);
  color: #fffaf2;
}

.ptm-product-media.is-map-active + .scroll-box-arrows {
  display: none;
}

.ptm-locked-media-modal {
  position: fixed;
  inset: 0;
  z-index: 11000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: min(18vh, 6.5rem) 1rem 1rem;
  background: rgba(34, 27, 20, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}

.ptm-locked-media-modal-anchor {
  position: relative;
}

.ptm-locked-media-modal.ptm-locked-media-modal--inline {
  position: absolute;
  inset: 0;
  z-index: 20;
  align-items: center;
  padding: 0.9rem;
  background: rgba(247, 245, 242, 0.18);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

.ptm-locked-media-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.2s ease;
}

.ptm-locked-media-modal__backdrop {
  position: absolute;
  inset: 0;
}

.ptm-locked-media-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 340px);
  padding: 0.9rem 0.9rem 0.85rem;
  border: 1px solid var(--pt-border, #e2ded7);
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 245, 242, 0.98) 100%);
  box-shadow: 0 12px 24px rgba(47, 36, 24, 0.1);
  transform: translateY(4px) scale(0.99);
  transition: transform 0.2s ease;
}

.ptm-locked-media-modal--inline .ptm-locked-media-modal__dialog {
  width: min(100%, 320px);
}

.ptm-locked-media-modal.is-open .ptm-locked-media-modal__dialog {
  transform: translateY(0) scale(1);
}

.ptm-locked-media-modal__close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  width: 30px;
  height: 30px;
  border: 1px solid var(--pt-border, #e2ded7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--pt-text-main, #2f2f2f);
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ptm-locked-media-modal__close:hover,
.ptm-locked-media-modal__close:focus {
  background: var(--pt-brown-soft, #f2ede7);
}

.ptm-locked-media-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.7rem;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  background: var(--pt-green-soft, #eaf4e2);
  color: var(--pt-green-hover, #5a9733);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.ptm-locked-media-modal__title {
  margin: 0;
  color: var(--pt-text-main, #2f2f2f);
  font-size: 1rem;
  line-height: 1.2;
  max-width: calc(100% - 2.2rem);
}

.ptm-locked-media-modal__text {
  margin: 0.42rem 0 0;
  color: var(--pt-text-muted, #6f6a63);
  font-size: 0.88rem;
  line-height: 1.45;
}

.ptm-locked-media-modal__meta {
  margin: 0.55rem 0 0;
  color: var(--pt-green-hover, #5a9733);
  font-size: 0.78rem;
  font-weight: 600;
}

.ptm-locked-media-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.7rem;
}

.ptm-locked-media-modal__actions .btn {
  min-height: 40px;
  padding: 0.62rem 0.95rem;
  font-size: 0.86rem;
}

@media (max-width: 767px) {
  .ptm-locked-media-modal__dialog {
    width: min(100%, 320px);
    padding: 0.82rem 0.82rem 0.8rem;
  }

  .ptm-locked-media-modal.ptm-locked-media-modal--inline {
    align-items: end;
    padding: 0.7rem;
  }

  .ptm-locked-media-modal__actions {
    flex-direction: column;
  }
}

.ptm-product-media-map {
  position: relative;
  min-height: 548px;
  background: linear-gradient(180deg, #eef2e6 0%, #f8f5ee 100%);
  overflow: hidden;
}

html.ptm-map-overlay-open,
body.ptm-map-overlay-open {
  overflow: hidden !important;
}

.ptm-product-media-map-overlay[hidden] {
  display: none !important;
}

.ptm-product-media-map-overlay {
  position: fixed;
  inset: 0;
  z-index: 12000;
  width: 100vw;
  height: 100vh;
  background: rgba(248, 245, 238, 0.98);
  overflow: hidden;
}

.ptm-product-media-map-overlay__dialog {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ptm-product-media-map-overlay__map-pane {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  background: #eef2e6;
}

.ptm-product-media-map-overlay__map-pane > .ptm-product-media-map {
  height: 100%;
  min-height: 0;
  border-radius: 0;
}

.ptm-product-media-map-overlay__map-pane > .ptm-product-media-map .ptm-product-media-map__viewport {
  height: 100%;
  min-height: 0;
}

.ptm-product-media-map-overlay__elevation {
  flex: 0 0 clamp(188px, 24vh, 250px);
  min-height: 0;
  padding: 1rem 1.15rem 1.15rem;
  border-top: 1px solid rgba(47, 36, 24, 0.1);
  background: rgba(251, 248, 240, 0.98);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-content: start;
  overflow: hidden;
  box-sizing: border-box;
}

.ptm-product-media-map-overlay__elevation-header {
  display: block;
  margin-bottom: 0.7rem;
}

.ptm-product-media-map-overlay__elevation-title {
  margin: 0;
  color: #2f2418;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
}

.ptm-product-media-map-overlay__elevation-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 0.7rem;
}

.ptm-product-media-map-overlay__elevation-pill {
  display: inline-flex;
  flex-direction: column;
  gap: 0.12rem;
  padding: 0.45rem 0.5rem;
  border-radius: 10px;
  border: 1px solid rgba(73, 56, 31, 0.08);
  background: rgba(255, 255, 255, 0.78);
  color: #5d5348;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.ptm-product-media-map-overlay__elevation-pill strong {
  color: #2f2418;
  font-weight: 700;
}

.ptm-product-media-map-overlay__elevation-pill > span:first-child {
  font-size: 0.68rem;
  font-weight: 700;
  color: #6a6a6a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ptm-product-media-map-overlay__elevation-chart {
  position: relative;
  min-height: 0;
  height: 100%;
  border: 1px solid rgba(47, 36, 24, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, #f8f4ec 0%, #f3eee3 100%);
  overflow: hidden;
}

.ptm-product-media-map-overlay__elevation-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.ptm-product-media-map-overlay__elevation-status {
  margin: 0.65rem 0 0;
  color: #6f6a63;
  font-size: 0.82rem;
  line-height: 1.4;
}

.ptm-product-media-map__viewport {
  position: relative;
  min-height: 548px;
}

.ptm-product-media-map__canvas {
  position: absolute;
  inset: 0;
}

.ptm-product-media__panel--map:fullscreen,
.ptm-product-media__panel--map:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #f8f5ee;
}

.ptm-product-media__panel--map:fullscreen .ptm-product-media-map,
.ptm-product-media__panel--map:-webkit-full-screen .ptm-product-media-map {
  height: 100%;
  min-height: 100%;
}

.ptm-product-media-map:fullscreen,
.ptm-product-media-map:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  max-height: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.ptm-product-media-map:fullscreen .ptm-product-media-map__viewport,
.ptm-product-media-map:-webkit-full-screen .ptm-product-media-map__viewport {
  min-height: 0;
  height: auto;
}

.ptm-product-media-map__toolbar {
  position: absolute;
  top: 0.7rem;
  right: 3.65rem;
  z-index: 4;
  display: flex;
  gap: 0.42rem;
  align-items: center;
}

.ptm-product-media-map__action {
  appearance: none;
  border: 1px solid rgba(47, 36, 24, 0.12);
  background: rgba(251, 248, 240, 0.94);
  color: #2f2418;
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(47, 36, 24, 0.1);
}

.ptm-product-media-map__action:hover {
  background: #fffdf8;
}

.ptm-product-media-map__action--reset {
  opacity: 0.9;
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ptm-product-media-map__action--fullscreen {
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ptm-product-media-map__icon {
  width: 15px;
  height: 15px;
  display: block;
}

.ptm-product-media-map__action.is-active {
  background: #5b4a2c;
  border-color: #5b4a2c;
  color: #fff8eb;
}

.ptm-product-media-map__status {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 4;
  margin: 0;
  padding: 0.6rem 0.9rem;
  border-radius: 14px;
  background: rgba(251, 248, 240, 1);
  color: #4e463d;
  border: 1px solid rgba(221, 217, 205, 0.78);
  box-shadow: 0 8px 20px rgba(47, 36, 24, 0.06);
  font-size: 0.86rem;
  line-height: 1.35;
  text-align: center;
  max-width: calc(100% - 2rem);
}

.ptm-product-media-map__status.is-hidden {
  display: none;
}

.ptm-product-media-map__status.is-error {
  background: rgba(248, 245, 238, 0.98);
  color: #6d6255;
  border-color: rgba(215, 206, 189, 0.95);
}

.ptm-product-media-map .maplibregl-ctrl-bottom-right {
  right: 0.7rem;
  bottom: 0.7rem;
}

.ptm-product-media-map .maplibregl-ctrl-attrib {
  margin: 0;
  border-radius: 999px;
  background: rgba(251, 248, 240, 0.94);
  border: 1px solid rgba(47, 36, 24, 0.12);
  box-shadow: 0 6px 14px rgba(47, 36, 24, 0.1);
  min-height: 26px;
}

.ptm-product-media-map .maplibregl-ctrl-attrib-button {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 11px;
  padding: 0;
}

.ptm-product-media-map .maplibregl-ctrl-attrib-inner {
  font-size: 11px;
  line-height: 1.3;
}

.ptm-product-media-map .maplibregl-ctrl-attrib.maplibregl-compact-show {
  border-radius: 12px;
}

.ptm-product-media-map__marker {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
}

.ptm-product-media-map__marker-wrap {
  position: relative;
  display: inline-block;
}

.ptm-product-media-map__marker-label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-block;
  white-space: nowrap;
  padding: 0.18rem 0.38rem;
  border-radius: 999px;
  background: rgba(251, 248, 240, 0.96);
  border: 1px solid rgba(221, 217, 205, 0.9);
  box-shadow: 0 4px 10px rgba(47, 36, 24, 0.08);
  color: #3f352b;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.ptm-product-media-map__marker--start {
  background: #5a7442;
}

.ptm-product-media-map__marker--end {
  background: #9d5d2c;
}

@media (max-width: 991px) {
  .ptm-product-media,
  .media-wrapper {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .ptm-product-media__tabs,
  .media-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.55rem;
  }

  .ptm-product-media__tab,
  .media-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: auto;
    border-radius: 12px;
    padding: 0.6rem 0.78rem;
  }

  .ptm-product-media__tab-label {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .ptm-product-media__tab + .ptm-product-media__tab,
  .media-tab + .media-tab {
    margin-top: 0;
  }

  .ptm-product-media__tab.is-active,
  .media-tab.active {
    border: 1px solid #ddd9cd;
  }

  .ptm-product-media__tab-tooltip {
    left: 50%;
    top: calc(100% + 8px);
    transform: translateX(-50%);
  }

  .ptm-product-media__stage,
  .media-content {
    margin-left: 0;
    margin-bottom: 15px;
    border-radius: 18px;
  }

  .ptm-product-media__locked-overlay {
    top: 0.7rem;
    right: 0.7rem;
    max-width: calc(100% - 1.4rem);
    font-size: 0.7rem;
  }

  .ptm-product-media-map {
    min-height: 460px;
  }
}

@media (max-width: 767px) {
  .ptm-product-media-map {
    min-height: 360px;
  }

  .ptm-product-media-map__toolbar {
    top: 0.7rem;
    right: 3.35rem;
    left: 0.7rem;
    justify-content: flex-end;
  }

  .ptm-product-media-map__action {
    padding: 0.4rem 0.68rem;
    font-size: 0.72rem;
  }
}

@media (max-width: 767px) {
  .ptm-product-media-map {
    min-height: 430px;
  }

  .ptm-product-media-map__viewport {
    min-height: 430px;
  }

}

.ptm-product-media-map__marker--focus {
  width: 16px;
  height: 16px;
  background: #f89329;
  border-color: #fff7ea;
  box-shadow: 0 0 0 4px rgba(248, 147, 41, 0.18), 0 6px 14px rgba(0, 0, 0, 0.18);
  transition: transform 90ms linear;
}

.ptm-product-media-map__landmark {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  padding: 0.22rem 0.34rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(120, 100, 70, 0.12);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  color: #332f2a;
  white-space: nowrap;
  outline: none;
  backdrop-filter: blur(2px);
}

.ptm-product-media-map__landmark-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 2px rgba(47, 36, 24, 0.14);
  opacity: 0.82;
}

.ptm-product-media-map__landmark-label {
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1;
}

.ptm-product-media-map__landmark--label-hidden {
  padding: 0.12rem;
  gap: 0;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.ptm-product-media-map__landmark--label-hidden .ptm-product-media-map__landmark-label {
  display: none;
}

.ptm-product-media-map__landmark--poi .ptm-product-media-map__landmark-dot {
  background: #cf7b22;
}

.ptm-product-media-map__landmark--peak .ptm-product-media-map__landmark-dot {
  background: #7d3528;
  border-radius: 2px;
  transform: rotate(45deg);
}

.ptm-product-media-map__landmark--pass .ptm-product-media-map__landmark-dot {
  background: #6f7f57;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  border-radius: 0;
}

.ptm-product-media-map__landmark--viewpoint .ptm-product-media-map__landmark-dot {
  background: #3f6f8e;
  box-shadow: 0 0 0 2px rgba(63, 111, 142, 0.22);
}

.ptm-product-media-map__landmark--locality .ptm-product-media-map__landmark-dot {
  background: #8a7b62;
}

@media (max-width: 767px) {
  .ptm-product-media-map__landmark {
    padding: 0.28rem 0.48rem;
  }

  .ptm-product-media-map__landmark-label {
    font-size: 0.72rem;
  }

  .ptm-product-media-map-overlay__elevation {
    flex-basis: clamp(156px, 28vh, 210px);
    padding: 0.8rem 0.8rem 0.9rem;
  }

  .ptm-product-media-map-overlay__elevation-header {
    margin-bottom: 0.55rem;
  }

  .ptm-product-media-map-overlay__elevation-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
  }
}


.ptm-product-media-map__landmark:hover,
.ptm-product-media-map__landmark:focus {
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
}
