/*
 * VipVize — Yatay Vitrin tur bilgi satırları
 * Bu dosya yalnızca showcase kartındaki tur meta alanlarını hedefler.
 * Genel WooCommerce ve ürün detay stillerine müdahale etmez.
 */
body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-product-card__tour-facts,
body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-product-card__route {
  font-family: var(--vv-woo-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #0f4c81 !important;
  box-sizing: border-box !important;
}

body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-product-card__tour-facts {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: center !important;
  gap: 8px 14px !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-product-card__tour-fact {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  font: inherit !important;
  color: inherit !important;
}

body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-tour-fact-icon {
  display: inline-block !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important;
  box-shadow: none !important;
  overflow: hidden !important;
  vertical-align: middle !important;
}

body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-tour-fact-icon--duration { background-image: url("../icons/tour-clock.svg") !important; }
body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-tour-fact-icon--bus { background-image: url("../icons/tour-bus.svg") !important; }
body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-tour-fact-icon--ship { background-image: url("../icons/tour-ship.svg") !important; }
body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-tour-fact-icon--plane { background-image: url("../icons/tour-plane.svg") !important; }
body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-tour-fact-icon--age { background-image: url("../icons/tour-users.svg") !important; }
body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-tour-fact-icon--route { background-image: url("../icons/tour-location.svg") !important; }

body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-product-card__tour-text,
body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-product-card__route-value {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font: inherit !important;
  color: inherit !important;
}

body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-product-card__route {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 6px !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 7px 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-product-card__route-value {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}

@media (max-width: 767px) {
  body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-product-card__tour-facts,
  body.vv-woo.vv-woo-layout-showcase ul.products li.product .vv-product-card__route {
    display: none !important;
  }
}
