.tv-wrapper {margin: 20px 0;}
.tv-group {margin-bottom: 24px;}
.tv-group-title {font-weight: bold;margin-bottom: 10px;}
.tv-grid {display: flex;flex-direction: column;gap: 8px;overflow: hidden;transition: max-height 0.5s ease;}

.tv-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border: 1px solid #ddd !important;
  background: #efefef;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease-in-out;
}

.tv-row:hover {
  background: #ffffff;
}

.tv-thumb {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
  border: 1px solid #ddd !important;
  overflow: hidden;
}

.tv-thumb img,
.tv-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tv-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  padding: 6px;
  color: #5a5a5a;
  background: linear-gradient(135deg, #f4f4f4 0%, #e8e8e8 100%);
}

.tv-name {}
.tv-reference{display:block;font-size:.725rem;color:#5a5a5a}

.tv-disabled {
  filter: grayscale(100%);
  opacity: 0.6;
  cursor: not-allowed;
}

.tv-hidden {
  display: none;
}

.tv-show-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
}
.ajax_block_product .tv-wrapper { display:none; }
