@charset "UTF-8";
[data-type="tkv/editorial-heading"],
.tkv-editorial-heading {
  position: relative;
  float: none !important;
}

.tkv-editorial-heading .tkv-editorial-heading__top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--primary-color);
}

.tkv-editorial-heading .tkv-editorial-heading__line {
  width: 28px;
  height: 2px;
  background: var(--primary-color);
  border-color: var(--primary-color);
  display: block;
  position: relative;
  margin-left: 17px;
  display: inline-block;
  border-width: 0;
}

.tkv-editorial-heading .tkv-editorial-heading__line:before {
  content: '';
  width: 9px;
  height: 9px;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: -17px;
  box-sizing: border-box;
  border-color: inherit;
  background: inherit;
}

.tkv-editorial-heading .tkv-editorial-heading__label {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
  font-family: var(--font-family-text);
  letter-spacing: 2.42px;
}

.tkv-editorial-heading .tkv-editorial-heading__title {
  margin: 0;
  line-height: 1;
  font-size: 64px;
  font-family: var(--wp--preset--font-family--bebas-neue);
  color: var(--wp--preset--color--contrast-accent);
  color: #1A1A1A;
  font-weight: 400;
}

.tkv-editorial-heading .tkv-editorial-heading__accent {
  color: #d60000;
  font-style: italic;
  font-family: var(--wp--preset--font-family--semantics);
  font-weight: 500;
  font-size: 56px;
}

.tkv-editorial-heading.alignleft {
  text-align: left;
}

.tkv-editorial-heading.alignleft .tkv-editorial-heading__top,
.tkv-editorial-heading.alignleft .tkv-editorial-heading__title {
  justify-content: flex-start;
  text-align: left;
}

.tkv-editorial-heading.aligncenter {
  text-align: center;
}

.tkv-editorial-heading.aligncenter .tkv-editorial-heading__top,
.tkv-editorial-heading.aligncenter .tkv-editorial-heading__title {
  justify-content: center;
  text-align: center;
}

.tkv-editorial-heading.alignright {
  text-align: right;
}

.tkv-editorial-heading.alignright .tkv-editorial-heading__top,
.tkv-editorial-heading.alignright .tkv-editorial-heading__title {
  justify-content: flex-end;
  text-align: right;
}

.tkv-video-popup__content .block-editor-inner-blocks,
.tkv-video-popup__content .block-editor-block-list__layout,
.tkv-video-popup__content {
  display: flex;
}

[data-type="tkv/video-popup"],
.wp-block-tkv-video-popup {
  width: 100%;
  cursor: pointer;
  display: flex;
}

[data-type="tkv/video-popup"] .tkv-video-popup__overlay,
.wp-block-tkv-video-popup .tkv-video-popup__overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0) 70%), linear-gradient(119.36deg, rgba(192, 57, 43, 0.18) 0%, rgba(192, 57, 43, 0) 60%);
}

[data-type="tkv/video-popup"] .tkv-video-popup__content,
.wp-block-tkv-video-popup .tkv-video-popup__content {
  z-index: 2;
}

[data-type="tkv/video-popup"] .tkv-video-complete-link,
.wp-block-tkv-video-popup .tkv-video-complete-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

[data-type="tkv/video-popup"] .tkv-video-complete-link .tkv-video-popup__play,
.wp-block-tkv-video-popup .tkv-video-complete-link .tkv-video-popup__play {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  cursor: pointer;
  transition: transform 0.3s, background 0.3s;
  z-index: 2;
}

[data-type="tkv/video-popup"] .tkv-video-complete-link .tkv-video-popup__play:not(.icon),
.wp-block-tkv-video-popup .tkv-video-complete-link .tkv-video-popup__play:not(.icon) {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

[data-type="tkv/video-popup"] .tkv-video-complete-link:hover .tkv-video-popup__play,
.wp-block-tkv-video-popup .tkv-video-complete-link:hover .tkv-video-popup__play {
  transform: rotate(-45deg) translateY(-15px) scale(1.08);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
  outline: none;
}

[data-type="tkv/video-popup"] .tkv-video-complete-link:hover .tkv-video-popup__play:not(.icon),
.wp-block-tkv-video-popup .tkv-video-complete-link:hover .tkv-video-popup__play:not(.icon) {
  background: rgba(0, 0, 0, 0.8);
}

.wp-block-tkv-footer-navigation-list {
  color: #fff;
}

.tkv-footer-navigation-list__heading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.tkv-footer-navigation-list__line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.tkv-footer-navigation-list__title {
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  opacity: .25;
  font-weight: 700;
}

.tkv-footer-navigation-list__item {
  display: flex;
  align-items: center;
  min-height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: inherit;
}

.tkv-footer-navigation-list__item-text {
  font-size: 32px;
  font-weight: 300;
}

.wp-block-button__link {
  transition: background-color var(--hover-transition, 200ms), color var(--hover-transition, 200ms), border-color var(--hover-transition, 200ms);
}

.wp-block-button__link:hover {
  color: #fff;
  background-color: var(--primary-color-accent, inherit);
  border-color: var(--primary-color-accent, inherit);
}

/* Cinematic overlays */
.tkv-slider .hero-slider-overlay:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.15) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 45%), linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 30%);
}

.tkv-slider .hero-slider-caption {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.tkv-slider .hero-slider-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tkv-slider .hero-slider-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}

.tkv-shop-map-wrap .tkv-shop-map-locations {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  background: #1c1c1c;
  margin-bottom: 5px;
}

.tkv-shop-map-wrap .tkv-shop-map-locations::-webkit-scrollbar {
  height: 6px;
}

.tkv-shop-map-wrap .tkv-shop-map-locations::-webkit-scrollbar-thumb {
  background: #4a4a4a;
  border-radius: 3px;
}

.tkv-shop-map-wrap .tkv-shop-map-location {
  --location-color: #6b8e23;
  flex: 1 1 0;
  min-width: 220px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 14px 18px;
  margin: 0;
  border: 0;
  border-left: 3px solid transparent;
  border-radius: 0;
  background: #262626;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  min-width: calc(100% / 3 - 8px);
}

.tkv-shop-map-wrap .tkv-shop-map-location:hover {
  background: #303030;
}

.tkv-shop-map-wrap .tkv-shop-map-location.is-active {
  background: #3d4428;
  border-left-color: #b8e986;
}

.tkv-shop-map-wrap .tkv-shop-map-location.is-active .tkv-shop-map-location__dot {
  background: #fff;
}

.tkv-shop-map-wrap .tkv-shop-map-location__dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--location-color, #6b8e23);
}

.tkv-shop-map-wrap .tkv-shop-map-location__body {
  min-width: 0;
}

.tkv-shop-map-wrap .tkv-shop-map-location__title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
}

.tkv-shop-map-wrap .tkv-shop-map-location__address {
  margin-top: 4px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  line-height: 1.35;
  color: #999;
}

.tkv-shop-map {
  --color: #C0392B;
}

.tkv-shop-map .tvk_marker-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tkv-shop-map .tvk_marker-container .tvk_marker-container {
  display: flex;
  width: 64px;
  height: 64px;
  background: var(--color);
  padding: 4px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.22);
  border: 4px solid #fff;
}

.tkv-shop-map .tvk_marker-container .tvk_marker-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.tkv-shop-map .tvk_marker-container .tvk_marker-title {
  margin-top: 3px;
  background: var(--color);
  font-family: 'DM Sans';
  font-weight: 700;
  font-size: 9.5px;
  letter-spacing: 0.665px;
  text-transform: uppercase;
  color: #FFFFFF;
  /* Location label — sits below the tail tip */
  text-align: center;
  padding: 3.5px 8px 3.5px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.22);
  border-radius: 3px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .tkv-shop-map body .tvk-element .tvk-map .tvk_marker-card::before,
.tkv-shop-map body .tvk-element .tvk-map .tvk_marker-card::after {
      -webkit-transform: perspective(0) rotateX(0deg) rotateZ(-44deg);
      transform: perspective(0) rotateX(0deg) rotateZ(-44deg);
    }
    .tkv-shop-map body .tvk-element .tvk-map .tvk_marker-card::after {
      top: 10px;
    }
    .tkv-shop-map body .tvk-element .tvk-map .tvk_marker-card::before {
      top: 8px;
    }
  }
}

@-webkit-keyframes cluster-animation {
  0%,
100% {
    -webkit-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1.35) rotate(90deg);
    transform: scale(1.35) rotate(90deg);
  }
}

@keyframes cluster-animation {
  0%,
100% {
    -webkit-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1.35) rotate(90deg);
    transform: scale(1.35) rotate(90deg);
  }
}

.tkv-shop-map .leaflet-popup-content {
  margin: 0;
}

.tkv-shop-map .leaflet-popup-content-wrapper {
  padding: 0;
  text-align: left;
  border-radius: 12px;
}

.tkv-shop-map .leaflet-popup-content .popup {
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  width: 240px;
  color: #242526;
  font-size: 12px;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border: 0;
}

.tkv-shop-map .leaflet-popup-content .popup p {
  margin: 0;
  padding: 0;
}

.tkv-shop-map .leaflet-popup-content .popup .popup--thumbnail {
  width: 100%;
  height: 140px;
  overflow: hidden;
  position: relative;
}

.tkv-shop-map .leaflet-popup-content .popup .popup--thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tkv-shop-map .leaflet-popup-content .popup .popup--thumbnail a.link_hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tkv-shop-map .leaflet-popup-content .popup .popup--group {
  padding: 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tkv-shop-map .leaflet-popup-content .popup .popup--group .popup--title {
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 14px;
  color: #1A1A1A;
}

.tkv-shop-map .leaflet-popup-content .popup .popup--group .popup--category .item {
  display: inline-flex;
  padding: 2px 8px;
  background: var(--color);
  border-radius: 2px;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1.08333px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.tkv-shop-map .leaflet-popup-content .popup .popup--group .popup--address {
  /* Inter/Regular */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 11.4px;
  color: #6B6B6B;
}

.tkv-shop-map .leaflet-popup-content .popup .popup--footer {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}

.tkv-shop-map .leaflet-popup-content .popup .popup--footer .popup--footer-btn {
  background-color: var(--color);
  border-radius: 3px;
  padding: 6px 7px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  color: #FFFFFF;
  display: inline-flex;
  width: 100%;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.tkv-shop-map .leaflet-popup-content .popup .popup--footer .popup--footer-btn:hover {
  filter: brightness(0.88);
  color: #ffffff;
}

.tkv-shop-map .popupCustom .leaflet-popup-close-button {
  display: none !important;
}

.tkv-shop-map .tvk_marker-container.tvk_marker-container-image .pin_thumbnail {
  position: absolute;
  z-index: 0;
  top: 3px;
  left: 50%;
  border: rebeccapurple;
  border-radius: 50%;
  width: 41px;
  transform: translateX(-50%);
}

.tkv-language-switcher {
  display: flex;
  gap: 12px;
  align-items: center;
}

.tkv-language-switcher .tkv-language-switcher__button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  text-decoration: none;
  min-height: 19px;
  box-sizing: border-box;
  text-transform: uppercase;
  background: #0A0A0A;
  font-size: 10px;
  font-weight: 600;
  border: 1px solid #1E1E1E;
  border-radius: 4px;
  font-size: 10px;
  line-height: 1.2;
  font-family: "Dm Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #404040;
}

.tkv-language-switcher .tkv-language-switcher__flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
}

.tkv-language-switcher .tkv-language-switcher__button.is-active {
  font-weight: 700;
}

.tkv-language-switcher .tkv-language-switcher__button:hover,
.tkv-language-switcher .tkv-language-switcher__button.is-active {
  background: #191919;
  border-color: #535353;
  color: #fff;
}

.tkv-language-switcher.tkv-language-switcher-top .tkv-language-switcher__button {
  background: transparent;
  border: 0;
  color: #C68681;
}

.tkv-language-switcher.tkv-language-switcher-top .tkv-language-switcher__button:hover,
.tkv-language-switcher.tkv-language-switcher-top .tkv-language-switcher__button.is-active {
  background: #ffffff0c;
  color: #fff;
}
