@charset "UTF-8";
@font-face {
  font-family: "Codec Cold Trial";
  src: url("/fonts/CodecColdTrial.woff2") format("woff2"), url("/fonts/CodecColdTrial.woff") format("woff"), url("/fonts/CodecColdTrial.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --accent: #f07c00;
  --accent-dark: #c96500;
  --ink: #1a1a1a;
  --gray: #6b6b6b;
  --line: #e4e4e4;
  --bg-soft: #f6f6f7;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
}

a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

a:hover {
  color: var(--accent-dark);
}

.btn-link {
  color: var(--accent);
}

.btn-link:hover,
.btn-link:focus {
  color: var(--accent-dark);
}

.tp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

html {
  scroll-behavior: auto !important;
}

@media (max-width: 700px) {
  .tp-container {
    padding: 0 20px;
  }
}
.tp-main-header {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}

.tp-main-header .row-flex {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.tp-logo-square {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  object-fit: cover;
}

.tp-brand {
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--ink);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}

.tp-brand:hover {
  color: var(--ink);
}

.tramphotos {
  font-family: "Codec Cold Trial", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.tp-search {
  max-width: 480px;
  flex: 1 1 auto;
}

.tp-search .input-group input {
  border-right: none;
}

.tp-search .input-group .btn {
  background: #fff;
  border-color: #ced4da;
  border-left: none;
  color: var(--ink);
}

.tp-lang-switch {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ink);
}

.tp-lang-switch a {
  text-decoration: none;
  color: inherit;
}

.tp-lang-switch .sep {
  color: #ccc;
  margin: 0 4px;
  font-weight: 400;
}

.tp-lang-switch .inactive {
  color: #aaa;
  font-weight: 400;
}

.tp-header-icons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.tp-header-icons a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.72rem;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.tp-header-icons a svg {
  width: 22px;
  height: 22px;
}

.tp-header-icons a:hover {
  color: var(--accent);
}

.tp-header-right {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.tp-cart-badge {
  position: absolute;
  top: -8px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
}

.tp-cat-nav {
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
  margin-bottom: 0;
}

.tp-cat-nav .tp-container {
  display: flex;
  gap: 4px;
  overflow-x: auto;
}

.tp-cat-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 12px 14px;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}

.tp-cat-nav a:hover, .tp-cat-nav a.active {
  border-color: var(--accent);
  color: var(--accent);
}

.tp-cat-nav a.tp-nav-vote {
  margin-left: auto;
}

.tp-cat-nav a .soon {
  font-weight: 400;
  font-size: 0.72rem;
  color: #aaa;
}

.tp-breadcrumb {
  font-size: 0.85rem;
  color: var(--gray);
  margin: 18px 0;
}

.tp-breadcrumb a {
  color: var(--gray);
  text-decoration: none;
}

.tp-breadcrumb a:hover {
  color: var(--accent);
}

.tp-hamburger {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: var(--ink);
}

.tp-hamburger svg {
  display: block;
}

.tp-footer {
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  margin-top: 60px;
  padding: 40px 0 20px;
  color: var(--gray);
  font-size: 0.85rem;
}

.tp-footer .tp-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.tp-footer .tp-container > div {
  flex: 1 1 200px;
  max-width: 300px;
}

.tp-footer h6 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink);
}

.tp-footer a {
  color: var(--gray);
  text-decoration: none;
}

.tp-footer a:hover {
  color: var(--accent);
}

.tp-footer .tp-footer-bottom {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  margin-top: 20px;
}

.tp-footer .tp-social {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.tp-footer .tp-social a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.tp-footer .tp-social svg {
  flex-shrink: 0;
}

.tp-footer .tp-social-mail {
  margin-top: 0.5rem;
}

@media (max-width: 900px) {
  .tp-hamburger {
    display: flex;
  }
  .tp-search {
    order: 3;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .tp-header-right {
    gap: 12px;
  }
  .tp-header-icons {
    gap: 12px;
  }
  .tp-header-icons a {
    font-size: 0.65rem;
  }
  .tp-header-icons a svg {
    width: 18px;
    height: 18px;
  }
  .tp-cat-nav .tp-container {
    display: none;
    flex-direction: column;
    gap: 0;
    overflow-x: visible;
  }
  .tp-cat-nav .tp-container.open {
    display: flex;
  }
  .tp-cat-nav a {
    white-space: normal;
    padding: 10px 14px;
    border-bottom: 1px solid var(--line);
    border-left: 3px solid transparent;
  }
  .tp-cat-nav a:hover, .tp-cat-nav a.active {
    border-left-color: var(--accent);
    border-bottom-color: var(--line);
  }
  .tp-main-header .row-flex {
    gap: 12px;
  }
  .tp-brand {
    font-size: 1.1rem;
  }
  .tp-header-right {
    padding-right: 10px;
  }
}
.tp-section-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 44px 0 18px;
}

.tp-section-title h2 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0;
}

.tp-section-title a {
  font-size: 0.85rem;
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}

.tp-p-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  transition: box-shadow 0.15s;
  display: flex;
  flex-direction: column;
}

.tp-p-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.tp-p-thumb {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: var(--bg-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tp-p-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.tp-p-body {
  padding: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tp-p-body .tp-badge {
  align-self: flex-start;
}

.tp-p-body .tp-p-name {
  margin-top: auto;
}

.tp-badge {
  font-size: 0.68rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 6px;
}

.tp-badge-sale {
  background: #e7f5ea;
  color: #1e7e34;
}

.tp-badge-clearance {
  background: #ffe9e9;
  color: #c0392b;
}

.tp-badge-soon {
  background: #eee;
  color: #777;
}

.tp-badge-production {
  background: #fff1e0;
  color: var(--accent);
}

.tp-badge-archived {
  background: #eee;
  color: #999;
}

.tp-tech-desc {
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.tp-p-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink);
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}

.tp-p-name:hover {
  color: var(--accent);
}

.tp-p-price {
  font-weight: 800;
  color: var(--ink);
  margin-top: auto;
  padding-top: 6px;
}

.tp-p-price .eur {
  color: #999;
  font-weight: 400;
  font-size: 0.8rem;
}

.tp-subcategories .tp-section-title {
  margin: 8px 0 16px;
}

.tp-subcategories .tp-section-title h2 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.tp-subcat-tile {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 18px;
  text-decoration: none;
  color: var(--ink);
  background: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.3;
  height: 100%;
  transition: border-color 0.15s, color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.tp-subcat-tile:hover {
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.tp-subcat-arrow {
  color: var(--accent);
  font-weight: 800;
  font-size: 1.1rem;
  flex: 0 0 auto;
}

.tp-subcat-name {
  overflow: hidden;
  text-overflow: ellipsis;
}

.tp-cat-tile {
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
  padding: 22px 10px;
  text-decoration: none;
  color: var(--ink);
  display: block;
  background: #fff;
  transition: border-color 0.15s, color 0.15s;
}

.tp-cat-tile svg {
  display: block;
  margin: 0 auto 8px;
}

.tp-cat-tile:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.tp-cat-tile.soon {
  opacity: 0.45;
}

.tp-btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  font-weight: 700;
}

.tp-btn-primary:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  color: #fff;
}

.tp-btn-outline {
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-weight: 600;
}

.tp-btn-outline:hover {
  background: var(--ink);
  color: #fff;
}

.tp-btn-active {
  background: var(--ink) !important;
  color: #fff !important;
}

.tp-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--bg-soft);
}

.tp-box .form-label {
  font-weight: 600;
  font-size: 0.88rem;
}

.tp-option {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

.tp-option:hover {
  border-color: var(--accent);
}

.tp-option.selected {
  border-color: var(--accent);
  background: #fff7ee;
}

.tp-option .form-check-input {
  margin: 0;
  flex-shrink: 0;
}

.tp-option .tp-option-label {
  flex: 1;
  font-weight: 600;
  font-size: 0.92rem;
}

.tp-option .tp-option-price {
  font-weight: 800;
  color: var(--ink);
  white-space: nowrap;
}

.tp-option .tp-var-eur {
  color: #999;
  font-weight: 400;
  font-size: 0.8rem;
  white-space: nowrap;
}

.tp-option.selected .tp-option-price {
  color: var(--accent);
}

.tp-option .form-label {
  font-size: 0.92rem;
  margin: 0;
}

.tp-cart-link {
  position: relative;
  margin-left: 10px;
}

.tp-cart-link:hover {
  color: var(--accent);
}

.tp-admin-link {
  position: relative;
}

.tp-consent-required .form-check-input {
  border-color: var(--accent);
}

.form-check-input:checked {
  background-color: var(--accent);
  border-color: var(--accent);
}

.tp-stat-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}

.tp-stat-card .label {
  color: #999;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.tp-stat-card .value {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--ink);
}

table.tp-table th {
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  color: #999;
  border-bottom: 2px solid var(--ink) !important;
  font-weight: 700;
}

.hero-wrap {
  display: flex;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  margin: 24px 0 40px;
  background: #fff;
}

.hero-left {
  flex: 0 0 34%;
  background: var(--bg-soft);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-left .kicker {
  color: var(--accent);
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.hero-left .cms-content p:first-child strong {
  font-family: "Codec Cold Trial", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hero-left h1 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.hero-left p {
  color: var(--gray);
  font-size: 0.92rem;
}

.hero-left .news {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.hero-left .news .item {
  font-size: 0.85rem;
  color: var(--gray);
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
}

.hero-left .news .item .dot {
  color: var(--accent);
}

.hero-left .cms-content {
  display: flex;
  flex-direction: column;
}

.hero-left .cms-content p strong {
  color: var(--accent);
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.hero-left .cms-content ul {
  margin: 24px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.hero-left .cms-content ul li {
  font-size: 0.85rem;
  color: var(--gray);
  margin-bottom: 8px;
}

.hero-left .cms-content ul li::before {
  content: "●";
  color: var(--accent);
  margin-right: 8px;
}

.hero-right {
  flex: 1;
  position: relative;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hero-track {
  display: flex;
  flex: 1;
  min-height: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.hero-slide {
  flex: 0 0 100%;
  min-width: 0;
  display: flex;
}

.hero-slide .img-box {
  flex: 0 0 46%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
  display: block;
}

.hero-slide .info {
  flex: 1;
  background: #fff;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-slide h2 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.hero-slide .price {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 14px;
}

.hero-slide .price small {
  color: var(--gray);
  font-weight: 400;
  font-size: 0.85rem;
}

.hero-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.hero-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}

.hero-dots span:hover {
  background: rgba(0, 0, 0, 0.6);
}

.hero-dots span.active {
  background: var(--ink);
  width: 22px;
  border-radius: 5px;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  width: 34px;
  height: 34px;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
}

.hero-arrow.left {
  left: 10px;
}

.hero-arrow.right {
  right: 10px;
}

.hero-arrow:hover {
  background: var(--bg-soft);
}

@media (max-width: 900px) {
  .hero-wrap {
    flex-direction: column;
    min-height: auto;
  }
  .hero-left {
    flex: 0 0 auto;
  }
  .hero-right {
    min-height: 420px;
  }
  .hero-slide {
    flex-direction: column;
  }
  .hero-slide .img-box {
    flex: 0 0 200px;
  }
}
/* Fallback image = logo, ztlumeny na 50 % opacity */
.tp-p-thumb img[src$="/img/logo.jpg"],
.gallery-main img[src$="/img/logo.jpg"],
.gallery-thumbs .thumb img[src$="/img/logo.jpg"],
.hero-slide .img-box img[src$="/img/logo.jpg"],
.cart-item img[src$="/img/logo.jpg"] {
  opacity: 0.5;
}

.nav-tabs {
  border-bottom-color: var(--line);
}

.nav-tabs .nav-link {
  color: var(--ink);
  border: 1px solid var(--line);
  border-bottom-color: var(--line);
}
.nav-tabs .nav-link:hover {
  color: var(--accent);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus {
  color: var(--accent);
  background: #fff;
  border-color: var(--line);
  border-bottom-color: #fff;
}

.tp-box--padded {
  padding: 22px 24px;
}

.tp-box-title {
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}

.tp-qr-img {
  width: 220px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
}

.tp-detail-grid {
  display: flex;
  flex-direction: column;
}

.tp-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.tp-detail-row:last-child {
  border-bottom: none;
}

.tp-detail-label {
  color: #999;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.tp-detail-value {
  color: var(--ink);
  font-weight: 600;
  text-align: right;
  word-break: break-word;
}

.tp-detail-value--strong {
  font-weight: 700;
}

.tp-detail-value--discount {
  color: #198754;
  font-weight: 700;
}

.tp-detail-row--total {
  border-top: 2px solid var(--ink);
  border-bottom: none;
  margin-top: 6px;
  padding-top: 12px;
}

.tp-detail-value--total {
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--accent);
}

.tp-order-table th {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #999;
  font-weight: 700;
  border-bottom: 2px solid var(--ink) !important;
}

.tp-order-table td {
  vertical-align: middle;
}

.tp-order-table-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
}

.tp-w-64 {
  width: 64px;
}

/* Search autocomplete */
#tp-search {
  position: relative;
}

.tp-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0 0 8px 8px;
  max-height: 360px;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tp-search-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
  transition: background 0.15s;
}

.tp-search-item:last-child {
  border-bottom: none;
}

.tp-search-item:hover, .tp-search-active {
  background: var(--bg-soft);
}

.tp-search-item img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 4px;
}

/* CMS content styling */
.cms-content h2 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 12px;
}

.cms-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.cms-content p {
  margin-bottom: 12px;
  line-height: 1.6;
}

.cms-content ul, .cms-content ol {
  margin-bottom: 12px;
  padding-left: 24px;
}

.cms-content a {
  color: var(--accent);
}

.cms-content blockquote {
  border-left: 3px solid var(--accent);
  padding-left: 16px;
  margin: 16px 0;
  color: var(--gray);
}

.cms-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 12px 0;
}

.product-description-long {
  line-height: 1.7;
  color: var(--ink);
}

.product-description-long h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 8px;
}

.product-description-long h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 8px;
}

.product-description-long p {
  margin-bottom: 12px;
}

.product-description-long ul {
  margin-bottom: 12px;
  padding-left: 24px;
}

.product-description-long a {
  color: var(--accent);
}

/* Admin: stavy objednávek + stavy plateb — decentní barevné pozadí */
.tp-status {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 5px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.tp-orders td, .tp-orders th {
  vertical-align: middle;
}

.tp-orders tbody tr:nth-child(even) td,
.tp-products tbody tr:nth-child(even) td,
.tp-striped tbody tr:nth-child(even) td {
  background-color: #f8f8f8;
}

.tp-code-exhausted td {
  background-color: #ffeaea !important;
}

.tp-st-received {
  background: #e8eef5;
  color: #3a5a78;
}

.tp-st-preparing {
  background: #fdf3e3;
  color: #9a6a1a;
}

.tp-st-in_production {
  background: #fdeee0;
  color: #b0561a;
}

.tp-st-shipped {
  background: #e9ecfb;
  color: #3b4fb0;
}

.tp-st-ready_for_pickup {
  background: #e2f4f1;
  color: #0f766e;
}

.tp-st-completed {
  background: #e6f6ea;
  color: #1e7e34;
}

.tp-st-cancelled {
  background: #fbe9e7;
  color: #b3261e;
}

.tp-st-returned {
  background: #f0ecfa;
  color: #6d28d9;
}

.tp-pay-unpaid {
  background: #fdf3e3;
  color: #9a6a1a;
}

.tp-pay-paid {
  background: #e6f6ea;
  color: #1e7e34;
}

.tp-pay-refunded {
  background: #f0ecfa;
  color: #6d28d9;
}

.tp-note-btn {
  border: none;
  background: transparent;
  color: var(--accent);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  padding: 2px 4px;
}

.tp-note-btn:hover {
  background: var(--bg-soft);
  border-radius: 4px;
}

.popover-body {
  white-space: pre-wrap;
}

.tp-break-url {
  word-break: break-all;
  overflow-wrap: anywhere;
}

.tp-chev {
  transition: transform 0.2s ease;
}

[aria-expanded=true] .tp-chev {
  transform: rotate(90deg);
}

/* Communication messages */
.tp-msg-admin {
  background-color: #f0f9ff;
  border-left: 3px solid #0ea5e9;
}

.tp-msg-status {
  background-color: #f0fdf4;
  border-left: 3px solid #22c55e;
}

.tp-msg-payment {
  background-color: #fffbeb;
  border-left: 3px solid #f59e0b;
}

.tp-msg-user {
  background-color: #fafafa;
  border-left: 3px solid #6b7280;
}

.tp-page-title {
  font-size: 1.6rem;
  font-weight: 800;
}

.tp-title-13 {
  font-size: 1.3rem;
  font-weight: 700;
}

.tp-title-12 {
  font-size: 1.2rem;
  font-weight: 700;
}

.tp-title-13-accent {
  font-size: 1.3rem;
  color: var(--accent);
}

.tp-title-4-accent {
  font-size: 4rem;
  font-weight: 800;
  color: var(--accent);
}

.tp-title-18 {
  font-size: 1.8rem;
  font-weight: 800;
}

.tp-title-16 {
  font-size: 1.6rem;
}

.tp-title-13-800 {
  font-size: 1.3rem;
  font-weight: 800;
}

.tp-title-11 {
  font-size: 1.1rem;
  font-weight: 700;
}

.tp-title-105 {
  font-size: 1.05rem;
}

.tp-subtitle-95 {
  font-size: 0.95rem;
  font-weight: 600;
}

.tp-subtitle-1 {
  font-size: 1rem;
  font-weight: 600;
}

.tp-fs-9 {
  font-size: 0.9rem;
}

.tp-fs-85 {
  font-size: 0.85rem;
}

.tp-fw-700 {
  font-weight: 700;
}

.tp-fw-600 {
  font-weight: 600;
}

.tp-fw-800 {
  font-weight: 800;
}

.tp-mono {
  font-family: monospace;
}

.tp-pickup-val {
  font-weight: 600;
}

.tp-mb-4px {
  margin-bottom: 4px;
}

.tp-pre {
  white-space: pre-wrap;
}

.tp-nowrap {
  white-space: nowrap;
}

.tp-inherit {
  color: inherit;
}

.tp-muted {
  color: #999;
}

.tp-danger-text {
  color: #dc3545;
}

.tp-sticky {
  position: sticky;
  top: 20px;
}

.tp-align-end {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.tp-thumb-flex {
  flex: 0 0 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.tp-cart-item {
  display: grid;
  grid-template-columns: 76px 1fr;
  column-gap: 20px;
  row-gap: 14px;
  align-items: start;
}

.tp-cart-item .thumb {
  grid-column: 1;
}

.tp-cart-item .tp-cart-body {
  grid-column: 2;
  min-width: 0;
}

.tp-cart-item .tp-cart-actions {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

@media (max-width: 420px) {
  .tp-cart-item {
    grid-template-columns: 64px 1fr;
    column-gap: 14px;
    row-gap: 12px;
  }
}
.tp-label-flex {
  flex-shrink: 0;
  margin-top: 2px;
}

.tp-valign-top {
  vertical-align: top;
}

.tp-w-45 {
  width: 45%;
}

.tp-w-40 {
  width: 40%;
}

.tp-w-15 {
  width: 15%;
}

.tp-w-12 {
  width: 12%;
}

.tp-w-8 {
  width: 8%;
}

.tp-w-50 {
  width: 50%;
}

.tp-w-40px {
  width: 40px;
}

.tp-w-64px {
  width: 64px;
}

.tp-w-100px {
  width: 100px;
}

.tp-w-auto {
  width: auto;
}

.tp-w-100-pct {
  width: 100%;
}

.tp-max-560 {
  max-width: 560px;
}

.tp-w-80-right {
  width: 80px;
  text-align: right;
}

.tp-max-380-left {
  max-width: 380px;
  text-align: left;
}

.tp-max-420-left-9 {
  max-width: 420px;
  font-size: 0.9rem;
}

.tp-pad-16 {
  padding: 16px;
}

.tp-box-240 {
  width: 240px;
  height: 240px;
}

.tp-box-200 {
  width: 200px;
  height: 200px;
}

.tp-box-400 {
  width: 400px;
  height: 400px;
  object-fit: contain;
}

.tp-box-60 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.tp-box-40 {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 8px;
}

.tp-box-40-c {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 4px;
}

.tp-box-100 {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.tp-box-100-o {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.tp-box-76 {
  width: 76px;
  height: 76px;
  flex-shrink: 0;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tp-box-120 {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
  opacity: 0.8;
}

.tp-box-full {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.tp-fill {
  object-fit: contain;
  border-radius: 4px;
}

.tp-bar {
  height: 8px;
}

.tp-relative-flex {
  position: relative;
  flex-shrink: 0;
}

.tp-cursor {
  cursor: pointer;
}

.tp-zoom {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.tp-warn {
  background: #fff8ec;
  border-color: #ffe2b3;
}

.tp-soft-accent {
  background: #fff3e0;
  border: 1px solid var(--accent);
  padding-top: 2px;
  padding-bottom: 2px;
}

.tp-back-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 34px;
  padding: 0;
  line-height: 1;
  color: var(--accent);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.tp-back-arrow:hover {
  color: var(--accent-dark);
  background: var(--bg-soft);
}
.tp-back-arrow svg {
  display: block;
}

.tp-icon-btn {
  vertical-align: middle;
  padding: 1px 7px;
  font-size: 0.75rem;
  text-decoration: none;
}

.tp-icon-btn-lg {
  vertical-align: middle;
  padding: 2px 10px;
  font-size: 0.8rem;
  text-decoration: none;
}

.tp-btn-hero {
  align-self: flex-start;
  padding: 10px 26px;
}

.tp-btn-pad {
  align-self: flex-start;
  padding: 1px 7px;
  font-size: 0.75rem;
  text-decoration: none;
}

.tp-log-block {
  white-space: pre-wrap;
  font-size: 0.85rem;
  max-height: 600px;
  overflow-y: auto;
  background: var(--bg-soft);
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid var(--line);
}

.cursor-grab { cursor: grab; }
.cursor-grab:active { cursor: grabbing; }

/*# sourceMappingURL=main.css.map */
