.tk-shop-product {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 100vh;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #f5f5f5;
}
@media (min-width: 1024px) {
  .tk-shop-product {
    flex-direction: row;
    align-items: stretch;
  }
}
.tk-product-footer {
  width: 100%;
  position: relative;
  background: #000;
  text-align: center;
  padding: 28px 20px;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #FFF;
  border-top: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .tk-product-footer {
    flex-direction: column;
    gap: 20px;
  }
}
.tk-product-footer .tk-portfolio-link a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.tk-product-footer .tk-portfolio-link a:hover {
  opacity: 0.6;
}
.tk-product-preview {
  background-color: #eeebe4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  box-sizing: border-box;
  border-right: 1px solid #e8e8e8;
}
@media (min-width: 1024px) {
  .tk-product-preview {
    position: sticky;
    top: 0;
    width: 55%;
    min-height: 100vh;
    align-self: flex-start;
  }
}
.tk-frame-scene {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-width: 100%;
}
.tk-frame-wrapper {
  display: inline-block;
  max-width: 100%;
  border: 14px solid #111111;
  box-shadow: 5px 5px 0 0 rgba(40, 40, 40, 0.55), 10px 10px 40px rgba(0, 0, 0, 0.35), 0 25px 70px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.4s ease;
}
.tk-frame-wrapper:hover {
  box-shadow: 5px 5px 0 0 rgba(40, 40, 40, 0.55), 12px 14px 55px rgba(0, 0, 0, 0.4), 0 30px 80px rgba(0, 0, 0, 0.2);
}
.tk-frame-passepartout {
  background: #ffffff;
  padding: 60px;
  position: relative;
  box-sizing: border-box;
}
.tk-frame-passepartout::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.07);
  pointer-events: none;
}
.tk-frame-image {
  position: relative;
  display: block;
}
.tk-frame-image img {
  display: block;
  width: 320px;
  max-width: 100%;
  margin-bottom: 0;
  height: auto;
  transition: width 0.4s ease;
}
.tk-frame-image.tk-format-landscape img {
  width: 400px;
}
.tk-frame-no-image {
  width: 320px;
  max-width: 100%;
  aspect-ratio: 3 / 4;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tk-frame-caption {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #aaaaaa;
  margin: 0;
  text-align: center;
}
.tk-frame-caption-sep.js-hidden {
  display: none;
}
.tk-product-details {
  padding: 70px 60px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .tk-product-details {
    width: 45%;
    padding-right: max(60px, calc(45vw - 560px));
  }
}
@media (max-width: 767px) {
  .tk-product-details {
    padding: 40px 25px;
    gap: 30px;
  }
}
.tk-product-details h4 {
  font-family: 'DINCondensed-Regular', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #b0b0b0;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin: 0 0 18px;
}
.tk-product-details .tk-btn-add-to-cart {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  padding: 1em 1.5em !important;
  outline: none !important;
  text-decoration: none !important;
  text-align: center !important;
  font-weight: 400 !important;
  font-family: 'DINCondensed-Regular', sans-serif !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  display: inline-block !important;
  padding: 10px 25px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  background: #000 !important;
  border: 2px solid transparent !important;
  color: #FFF !important;
}
.tk-product-details .tk-btn-add-to-cart.btn-outline-black {
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.tk-product-details .tk-btn-add-to-cart.btn-outline-black:hover {
  background: #000 !important;
  color: #FFF !important;
}
@media all and (min-width: 360px) and (max-width: 480px) {
  .tk-product-details .tk-btn-add-to-cart {
    font-size: 14px;
  }
}
@media all and (min-width: 480px) and (max-width: 768px) {
  .tk-product-details .tk-btn-add-to-cart {
    font-size: 14px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .tk-product-details .tk-btn-add-to-cart {
    font-size: 16px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  .tk-product-details .tk-btn-add-to-cart {
    font-size: 16px;
  }
}
@media all and (min-width: 1280px) and (max-width: 1468px) {
  .tk-product-details .tk-btn-add-to-cart {
    font-size: 16px;
  }
}
@media all and (min-width: 1468px) and (max-width: 1680px) {
  .tk-product-details .tk-btn-add-to-cart {
    font-size: 16px;
  }
}
@media all and (min-width: 1680px) and (max-width: 1920px) {
  .tk-product-details .tk-btn-add-to-cart {
    font-size: 16px;
  }
}
@media all and (min-width: 1920px) {
  .tk-product-details .tk-btn-add-to-cart {
    font-size: 16px;
  }
}
@media all and (min-width: 2200px) {
  .tk-product-details .tk-btn-add-to-cart {
    font-size: 16px;
  }
}
.tk-product-details .tk-btn-add-to-cart.btn-white {
  background: #FFF !important;
  border: 2px solid transparent !important;
  color: #000 !important;
}
.tk-product-details .tk-btn-add-to-cart.btn-white:hover {
  transform: scale(1.2) !important;
}
.tk-product-details .tk-btn-add-to-cart.btn-black {
  background: #000 !important;
  border: 2px solid transparent !important;
  color: #FFF !important;
}
.tk-product-details .tk-btn-add-to-cart.btn-black:hover {
  background: #FFF !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}
.tk-product-details .tk-btn-add-to-cart.cta-outline-white,
.tk-product-details .tk-btn-add-to-cart.btn-outline-white {
  background: transparent !important;
  border: 2px solid #FFF !important;
  color: #FFF !important;
}
.tk-product-details .tk-btn-add-to-cart.cta-outline-white:hover,
.tk-product-details .tk-btn-add-to-cart.btn-outline-white:hover {
  background: #FFF !important;
  border: 2px solid #FFF !important;
  color: #000 !important;
}
.tk-product-details .tk-btn-add-to-cart.cta-outline-black,
.tk-product-details .tk-btn-add-to-cart.btn-outline-black {
  background: transparent !important;
  border: 2px solid #000 !important;
  color: #000 !important;
}
.tk-product-details .tk-btn-add-to-cart.cta-outline-black:hover,
.tk-product-details .tk-btn-add-to-cart.btn-outline-black:hover {
  background: #000 !important;
  color: #FFF !important;
}
.tk-product-details .tk-btn-add-to-cart:hover {
  background: #FFF !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}
.tk-shop-breadcrumb {
  font-family: 'DINCondensed-Regular', sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #b0b0b0;
}
.tk-shop-breadcrumb a {
  color: #b0b0b0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.tk-shop-breadcrumb a:hover {
  color: #000000;
}
.tk-product-title {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 44px);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin: 10px 0 0;
  color: #000000;
}
.tk-product-desc {
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  line-height: 1.8;
  color: #666666;
  background: #FFF;
  border: 1px solid #e8e8e8;
  padding: 1.5em 1.8em;
  margin-top: 15px;
}
.tk-product-portfolio {
  font-size: 13px;
  margin-top: 10px;
}
.tk-product-specs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tk-product-specs ul li {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  line-height: 1.7;
  color: #666666;
  padding: 5px 0 5px 18px;
  position: relative;
}
.tk-product-specs ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #cccccc;
}
.tk-product-terms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 6px;
  margin: 15px 0;
}
.tk-product-terms .tk-filter-group-label {
  font-family: 'DINCondensed-Regular', sans-serif;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bbbbbb;
  padding: 0 4px;
  user-select: none;
}
.tk-product-terms .tk-filter-pill {
  display: inline-block;
  font-family: 'DINCondensed-Regular', sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #FFF;
  padding: 5px 14px 4px;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.tk-product-terms .tk-filter-pill:hover {
  color: #000000;
  background: #FFF;
}
.tk-variations {
  width: 100%;
  margin: 0 0 24px;
}
.tk-variation-row {
  margin-bottom: 22px;
}
.tk-variation-row label {
  display: block;
  font-family: 'DINCondensed-Regular', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #b0b0b0;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin: 0 0 12px;
}
.tk-variation-row select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 11px 36px 11px 14px;
  border: 1.5px solid #d0d0d0;
  border-radius: 0;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
  transition: border-color 0.2s ease;
  outline: none;
}
.tk-variation-row select:hover,
.tk-variation-row select:focus {
  border-color: #000000;
}
.woocommerce-variation.single_variation {
  display: none !important;
}
.woocommerce-variation-price {
  padding: 16px 0;
  border-top: 1px solid #e8e8e8;
}
.woocommerce-variation-price .price,
.woocommerce-variation-price .woocommerce-Price-amount {
  font-family: 'DINCondensed-Regular', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  line-height: 1;
}
.woocommerce-variation-availability {
  padding: 6px 0 14px;
}
.woocommerce-variation-availability .stock {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  color: #666666;
}
.tk-price-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.tk-price-row[hidden] {
  display: none;
}
.tk-price-label {
  font-family: 'DINCondensed-Regular', sans-serif;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #b0b0b0;
  flex-shrink: 0;
}
.tk-price-html {
  font-family: 'DINCondensed-Regular', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  line-height: 1;
}
.tk-price-html .price,
.tk-price-html .woocommerce-Price-amount,
.tk-price-html bdi {
  font-size: inherit !important;
  font-weight: inherit;
  font-family: inherit !important;
  color: inherit !important;
  line-height: inherit;
}
.tk-btn-add-to-cart {
  display: block;
  width: 100%;
  padding: 20px 30px;
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  font-family: 'DINCondensed-Regular', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.tk-btn-add-to-cart:hover:not(:disabled) {
  background-color: transparent;
  color: #000000;
}
.tk-btn-add-to-cart:disabled,
.tk-btn-add-to-cart[aria-disabled="true"] {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
  color: #888888;
  cursor: not-allowed;
}
.woocommerce-notices-wrapper {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  max-width: 360px;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  border-top: 3px solid #000000;
  background: #ffffff;
  padding: 20px;
  margin: 0 0 10px;
  list-style: none;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.woocommerce-message a,
.woocommerce-info a {
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .tk-frame-passepartout {
    padding: 32px;
  }
  .tk-frame-wrapper {
    border-width: 10px;
  }
  .tk-frame-image img {
    width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tk-frame-image img {
    width: 280px;
  }
  .tk-product-details {
    padding: 50px 40px;
  }
}
.tk-related {
  padding: 80px 60px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .tk-related {
    padding: 50px 25px;
  }
}
.tk-related-header {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.tk-related-header::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.tk-related-title {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: clamp(18px, 2.5vw, 28px);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #000000;
  margin: 0;
  white-space: nowrap;
}
.tk-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
@media (max-width: 767px) {
  .tk-related-grid {
    grid-template-columns: 1fr;
    gap: 36px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tk-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tk-related-item {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.tk-related-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 22px;
}
.tk-related-link:hover .tk-related-frame-wrapper {
  box-shadow: 3px 3px 0 0 rgba(40, 40, 40, 0.5), 8px 12px 36px rgba(0, 0, 0, 0.36), 0 22px 55px rgba(0, 0, 0, 0.16);
  transform: translateY(-5px);
}
.tk-related-link:hover .tk-related-name {
  opacity: 0.6;
}
.tk-related-frame-wrapper {
  display: inline-block;
  width: 100%;
  border: 8px solid #111111;
  box-shadow: 3px 3px 0 0 rgba(40, 40, 40, 0.5), 6px 8px 24px rgba(0, 0, 0, 0.28), 0 16px 40px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.38s ease, transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  box-sizing: border-box;
}
.tk-related-passepartout {
  background: #ffffff;
  padding: clamp(26px, 3vw, 46px);
  position: relative;
  box-sizing: border-box;
  --tk-related-aspect: 0.75;
}
.tk-related-passepartout::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.06);
  pointer-events: none;
}
.tk-related-passepartout img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: var(--tk-related-aspect, 0.75);
  object-fit: cover;
  margin-bottom: 0;
}
.tk-related-no-image {
  width: 100%;
  aspect-ratio: var(--tk-related-aspect, 0.75);
  background: #eeeeee;
}
.tk-related-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
  width: 100%;
}
.tk-related-name {
  font-family: 'DINCondensed-Regular', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
  transition: opacity 0.2s ease;
  line-height: 1.3;
}
.tk-related-price {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  color: #999999;
  letter-spacing: 0.05em;
}
.tk-related-price .woocommerce-Price-amount,
.tk-related-price bdi {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.tk-related-price .woocommerce-Price-amount + .woocommerce-Price-amount {
  display: none;
}
#tk-zoom-trigger {
  cursor: zoom-in;
  position: relative;
  display: inline-block;
}
#tk-zoom-trigger:hover .tk-zoom-badge,
#tk-zoom-trigger:focus-visible .tk-zoom-badge {
  opacity: 1;
  transform: scale(1);
}
#tk-zoom-trigger:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.4);
  outline-offset: 3px;
}
.tk-zoom-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.tk-zoom-badge svg {
  width: 16px;
  height: 16px;
}
.tk-loupe {
  position: fixed;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 4px 24px rgba(0, 0, 0, 0.35), 0 0 0 5px rgba(255, 255, 255, 0.06);
  pointer-events: none;
  z-index: 200;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.18s ease, transform 0.18s ease;
  overflow: hidden;
  background-repeat: no-repeat;
  will-change: background-position;
}
.tk-loupe.visible {
  opacity: 1;
  transform: scale(1);
}
.tk-loupe::before,
.tk-loupe::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.45);
  transform: translate(-50%, -50%);
}
.tk-loupe::before {
  width: 1px;
  height: 18px;
}
.tk-loupe::after {
  width: 18px;
  height: 1px;
}
.tk-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.tk-lightbox.open {
  opacity: 1;
}
.tk-lightbox.open .tk-lightbox-img {
  transform: translate(0px, 0px) scale(1);
}
.tk-lightbox.open .tk-lightbox-close {
  opacity: 1;
  transform: translateY(0);
}
.tk-lightbox.open .tk-lightbox-controls {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.tk-lightbox.open .tk-lightbox-hint {
  opacity: 1;
}
.tk-lightbox.open .tk-lightbox-touch-hint {
  opacity: 0;
}
.tk-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 6, 6, 0.93);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.tk-lightbox-stage {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  touch-action: none;
}
.tk-lightbox-img {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  transform-origin: center center;
  will-change: transform;
  cursor: zoom-in;
  user-select: none;
  -webkit-user-drag: none;
  transform: scale(0.08);
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}
.tk-lightbox-img.zoomed {
  cursor: grab;
}
.tk-lightbox-img.grabbing {
  cursor: grabbing;
  transition: none !important;
}
.tk-lightbox-img.instant {
  transition: none !important;
}
.tk-lightbox-close {
  position: fixed;
  top: 24px;
  right: 28px;
  z-index: 10;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease 0.15s, transform 0.3s ease 0.15s, background 0.2s ease, color 0.2s ease;
}
.tk-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.tk-lightbox-close svg {
  width: 18px;
  height: 18px;
}
.tk-lightbox-controls {
  position: fixed;
  bottom: 28px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%) translateY(10px);
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
}
.tk-ctrl-btn {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  border-radius: 2px;
  padding: 0;
}
.tk-ctrl-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}
.tk-ctrl-btn svg {
  width: 16px;
  height: 16px;
}
.tk-lightbox-zoom-level {
  font-family: 'DINCondensed-Regular', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.35);
  min-width: 44px;
  text-align: center;
  user-select: none;
}
.tk-lightbox-hint {
  position: fixed;
  bottom: 32px;
  right: 28px;
  font-family: "Courier New", Courier, monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease 0.3s;
}
.tk-lightbox-touch-hint {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'DINCondensed-Regular', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: center;
}
.tk-cart-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.tk-cart-empty-text {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b0b0b0;
  margin: 0 0 32px;
}
.tk-cart-shop-link {
  display: inline-block;
  font-family: 'DINCondensed-Regular', sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 16px 40px 15px;
  border: 1.5px solid #000000;
  color: #000000;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.tk-cart-shop-link:hover {
  background: #000000;
  color: #FFF;
}
