.tv-incomplete-catalog,
.tv-incomplete-card,
.tv-incomplete-product .product {
  --tv-navy: #0b2a48;
  --tv-teal: #1e8a94;
  --tv-slate: #5b6b7c;
  --tv-line: #d8e1e8;
  --tv-red: #b42318;
  --tv-red-dark: #7a271a;
  --tv-red-line: #fecdca;
  --tv-red-soft: #fef3f2;
  font-family: Poppins, sans-serif;
}

.tv-incomplete-catalog {
  background: #f4f7f9;
  padding: 56px 5%;
}

.tv-incomplete-catalog__inner {
  margin: 0 auto;
  max-width: 1200px;
}

.tv-incomplete-eyebrow,
.tv-incomplete-status {
  background: var(--tv-red-soft);
  border: 1px solid var(--tv-red-line);
  border-radius: 999px;
  color: var(--tv-red);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 8px 12px;
  text-transform: uppercase;
}

.tv-incomplete-eyebrow {
  display: flex;
  margin: 0 auto;
  width: fit-content;
}

.tv-incomplete-catalog h2 {
  color: var(--tv-navy);
  font-size: clamp(30px, 4vw, 36px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 16px 0 12px;
  text-align: center;
}

.tv-incomplete-catalog__intro {
  color: var(--tv-slate);
  font-size: 17px;
  line-height: 1.7;
  margin: 0 auto 36px;
  max-width: 760px;
  text-align: center;
}

.tv-incomplete-grid {
  display: grid;
  gap: 24px;
}

.tv-incomplete-catalog--catalog .tv-incomplete-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tv-incomplete-catalog--gear .tv-incomplete-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tv-incomplete-card {
  background: #fff;
  border: 1px solid rgba(227, 233, 238, 0.8);
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(11, 42, 72, 0.18);
  overflow: hidden;
  position: relative;
  height: 100%;
}

.tv-incomplete-inline-row {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1200px !important;
  width: 90% !important;
}

.tv-incomplete-inline-catalog-column {
  margin-right: 0 !important;
  width: 22.75% !important;
}

.tv-incomplete-inline-gear-column {
  margin-right: 0 !important;
  width: 48.5% !important;
}

@media (min-width: 981px) {
  /*
   * Divi columns size themselves from their own content by default. Product
   * names and descriptions can therefore stagger the card bottoms. Stretch
   * every marked product row to its tallest card and anchor regular card
   * actions along a shared baseline.
   */
  .tv-product-card-row {
    align-items: stretch !important;
    display: flex !important;
  }

  .tv-product-card-row > .et_pb_column {
    display: flex !important;
    flex-direction: column;
  }

  .tv-product-card-row > .et_pb_column > .et_pb_button_module_wrapper {
    margin-top: auto !important;
  }

  .tv-incomplete-inline-column .tv-incomplete-card {
    flex: 1 1 auto;
  }

  .tv-incomplete-card--catalog {
    display: flex;
    flex-direction: column;
  }

  .tv-incomplete-card--catalog .tv-incomplete-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding-bottom: 24px !important;
  }

  .tv-incomplete-card--catalog .tv-incomplete-card__link {
    align-self: center;
    line-height: 1.7;
    margin-top: auto;
  }
}

.tv-incomplete-card__body {
  padding: 20px 24px 24px;
}

.tv-incomplete-card h3 {
  color: var(--tv-navy);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.tv-incomplete-card__detail {
  color: var(--tv-slate);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  margin: -2px 0 10px;
}

.tv-incomplete-card__price {
  color: var(--tv-teal);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px;
}

.tv-incomplete-card__price .woocommerce-Price-currencySymbol {
  font-size: 0.88em;
}

.tv-incomplete-card--catalog .tv-incomplete-card__body,
.tv-incomplete-card--catalog h3 {
  text-align: center;
}

.tv-incomplete-card--catalog .tv-incomplete-card__body {
  padding: 16px 12px 18px;
}

.tv-incomplete-card--catalog h3 {
  margin-bottom: 8px;
}

.tv-incomplete-visual {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(231, 238, 243, 0.9)),
    repeating-linear-gradient(135deg, #edf2f5 0, #edf2f5 12px, #e4ebef 12px, #e4ebef 24px);
  border: 1px dashed #aebdc8;
  color: var(--tv-slate);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 340px;
  padding: 28px;
  text-align: center;
}

.tv-incomplete-card .tv-incomplete-visual {
  border: 0;
  border-bottom: 1px solid var(--tv-line);
  min-height: 0;
  padding: 24px;
}

.tv-incomplete-card--catalog .tv-incomplete-visual {
  aspect-ratio: 4 / 5;
}

.tv-incomplete-card--gear .tv-incomplete-visual {
  aspect-ratio: 3 / 2;
}

.tv-incomplete-visual--image {
  background: #f4f7f9;
  border-style: solid;
  overflow: hidden;
  padding: 0 !important;
}

.tv-incomplete-product-image {
  display: block;
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.tv-incomplete-visual__initials {
  align-items: center;
  background: var(--tv-navy);
  border: 5px solid rgba(30, 138, 148, 0.22);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 34px;
  font-weight: 700;
  height: 104px;
  justify-content: center;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
  width: 104px;
}

.tv-incomplete-card--catalog .tv-incomplete-visual__initials {
  border-width: 4px;
  font-size: 25px;
  height: 76px;
  margin-bottom: 14px;
  width: 76px;
}

.tv-incomplete-card--gear .tv-incomplete-visual__initials {
  font-size: 30px;
  height: 94px;
  margin-bottom: 16px;
  width: 94px;
}

.tv-incomplete-visual__label {
  color: var(--tv-navy);
  font-size: 14px;
  font-weight: 600;
}

.tv-incomplete-visual strong {
  color: var(--tv-red);
  font-size: 18px;
  margin-top: 2px;
}

.tv-incomplete-card .tv-incomplete-status {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 1;
}

.tv-missing-fields {
  margin: 0 0 14px;
}

.tv-missing-fields__row {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 3px 0;
}

.tv-missing-fields dt,
.tv-missing-fields dd {
  margin: 0;
}

.tv-missing-fields dt {
  color: var(--tv-slate);
  font-size: 12px;
  font-weight: 500;
}

.tv-missing-fields dd {
  color: var(--tv-red);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.tv-incomplete-card--gear .tv-missing-fields {
  column-gap: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tv-incomplete-card--catalog .tv-missing-fields {
  column-gap: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 10px;
  text-align: left;
}

.tv-incomplete-card--catalog .tv-missing-fields__row {
  line-height: 1.2;
  padding: 1px 0;
}

.tv-incomplete-card--catalog .tv-missing-fields dt {
  font-size: 10.5px;
}

.tv-incomplete-card--catalog .tv-missing-fields dd {
  font-size: 9px;
}

.tv-incomplete-card--gear .tv-missing-fields__row {
  border-bottom: 1px solid var(--tv-line);
  padding: 5px 0;
}

.tv-incomplete-card--gear {
  display: flex;
  flex-direction: column;
}

.tv-incomplete-card--gear .tv-incomplete-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.tv-incomplete-card--gear .tv-incomplete-card__link {
  align-self: flex-start;
  margin-top: auto;
}

.tv-incomplete-card__link {
  background: var(--tv-teal);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.2px;
  padding: 9px 22px;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
  box-shadow: 0 4px 14px rgba(30, 138, 148, 0.25);
}

.tv-incomplete-card__link:hover,
.tv-incomplete-card__link:focus-visible {
  background: var(--tv-navy);
  transform: translateY(-1px);
}

.tv-incomplete-product #main-content .product.type-product {
  padding-bottom: 72px;
}

.tv-incomplete-product #left-area {
  float: none;
  padding-right: 0;
  width: 100%;
}

.tv-incomplete-product #sidebar,
.tv-incomplete-product #main-content .container::before {
  display: none;
}

.tv-incomplete-product .tv-incomplete-gallery {
  box-sizing: border-box;
  float: left;
  margin-bottom: 2em;
  width: 48%;
}

.tv-incomplete-product .woocommerce div.product div.summary {
  clear: none;
  float: right;
  width: 48%;
}

.tv-incomplete-product .tv-incomplete-gallery .tv-incomplete-visual {
  border-radius: 18px;
  min-height: 540px;
}

.tv-incomplete-product .tv-incomplete-gallery .tv-incomplete-visual--image {
  aspect-ratio: 3 / 2;
  min-height: 0;
}

.tv-incomplete-product.postid-591 .tv-incomplete-gallery .tv-incomplete-visual--image {
  aspect-ratio: 824 / 1000;
}

.tv-incomplete-product .summary .price .tv-missing-price {
  align-items: center;
  background: var(--tv-red-soft);
  border: 1px solid var(--tv-red-line);
  border-radius: 10px;
  color: var(--tv-red);
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  gap: 6px;
  padding: 10px 12px;
}

.tv-incomplete-product .summary .price .tv-missing-price span {
  color: var(--tv-red-dark);
}

.tv-incomplete-panel {
  background: #fff;
  border: 1px solid var(--tv-red-line);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(11, 42, 72, 0.08);
  margin-top: 22px;
  padding: 24px;
}

.tv-confirmed-panel {
  background: #f4f9fa;
  border: 1px solid rgba(30, 138, 148, 0.28);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(11, 42, 72, 0.06);
  margin-top: 18px;
  padding: 24px;
}

.tv-confirmed-status {
  background: rgba(30, 138, 148, 0.1);
  border: 1px solid rgba(30, 138, 148, 0.28);
  border-radius: 999px;
  color: var(--tv-teal);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 8px 12px;
  text-transform: uppercase;
}

.tv-confirmed-panel h2 {
  color: var(--tv-navy);
  font-size: 24px;
  font-weight: 700;
  margin: 14px 0 18px;
}

.tv-confirmed-features {
  display: grid;
  gap: 12px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tv-confirmed-features li {
  border-bottom: 1px solid rgba(30, 138, 148, 0.18);
  display: grid;
  gap: 2px;
  padding: 0 0 12px;
}

.tv-confirmed-features li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.tv-confirmed-features strong {
  color: var(--tv-navy);
  font-size: 14px;
}

.tv-confirmed-features span {
  color: var(--tv-slate);
  font-size: 13px;
  line-height: 1.55;
}

.tv-incomplete-panel h2 {
  color: var(--tv-navy);
  font-size: 24px;
  font-weight: 700;
  margin: 14px 0 18px;
}

.tv-incomplete-panel > p {
  color: var(--tv-slate);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.tv-incomplete-product .stock.out-of-stock {
  color: var(--tv-red);
  font-weight: 600;
}

@media (max-width: 1100px) {
  .tv-incomplete-catalog--catalog .tv-incomplete-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tv-incomplete-card--gear .tv-missing-fields {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .tv-incomplete-inline-catalog-column,
  .tv-incomplete-inline-gear-column {
    margin-right: 0 !important;
    width: 47.25% !important;
  }
}

@media (max-width: 767px) {
  .tv-incomplete-card--gear .tv-incomplete-card__link {
    align-self: center;
    box-sizing: border-box;
    font-size: 14px;
    height: 44px;
  }

  .tv-incomplete-catalog {
    padding: 52px 22px;
  }

  .tv-incomplete-catalog--catalog .tv-incomplete-grid,
  .tv-incomplete-catalog--gear .tv-incomplete-grid {
    grid-template-columns: 1fr;
  }

  .tv-incomplete-inline-catalog-column,
  .tv-incomplete-inline-gear-column {
    margin-bottom: 30px !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .tv-incomplete-card__body {
    padding: 24px 20px;
  }

  .tv-incomplete-card--gear .tv-missing-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tv-incomplete-product .tv-incomplete-gallery .tv-incomplete-visual {
    min-height: 390px;
  }

  .tv-incomplete-product .tv-incomplete-gallery .tv-incomplete-visual--image {
    min-height: 0;
  }

  .tv-incomplete-product .tv-incomplete-gallery,
  .tv-incomplete-product .woocommerce div.product div.summary {
    clear: both;
    float: none;
    width: 100%;
  }
}
