/* Ficha producto: breadcrumb arriba, ~70% de ancho, título en una línea. */

body.single-product .ed-product-topbar {
  width: 100%;
  box-sizing: border-box;
  padding: 4px 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
}

body.single-product .ed-product-topbar .woocommerce-breadcrumb,
body.single-product .ed-product-topbar nav.ed-cat-bc {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 1.35;
  text-transform: none !important;
  letter-spacing: 0;
}

body.single-product .ed-product-topbar .ed-back-catalog {
  margin: 0;
  flex: 0 0 auto;
}

@media only screen and (min-width: 900px) {
  body.single-product #main > .container:has(.ed-product-topbar),
  body.single-product .product-container,
  body.single-product .product-main,
  body.single-product .product-footer > .container {
    width: 70%;
    min-width: min(1100px, calc(100vw - 48px));
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  body.single-product .product-gallery.col.large-6 {
    flex: 0 0 42% !important;
    max-width: 42% !important;
    width: 42% !important;
  }

  body.single-product .product-info.summary {
    flex: 1 1 58% !important;
    max-width: 58% !important;
    width: auto !important;
    min-width: 0;
  }

  body.single-product #product-sidebar,
  body.single-product .product-sidebar-small {
    display: none !important;
  }

  body.single-product .product-info .product-title,
  body.single-product .product-info h1.product-title,
  body.single-product .product-summary h1 {
    font-size: clamp(1.4rem, 1.7vw, 2rem);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Favoritos: tooltip de una línea, no el inglés aplastado. */
.wishlist-popup,
.wishlist-popup.dark {
  white-space: nowrap !important;
  width: auto !important;
  min-width: 0;
  max-width: none !important;
  padding: 7px 12px !important;
}
.wishlist-popup a,
.wishlist-popup .yith-wcwl-add-to-wishlist a,
.wishlist-popup .add_to_wishlist,
.wishlist-popup span {
  white-space: nowrap !important;
  display: inline !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.product-small .ed-ship-badge {
  display: none !important;
}
.product-small .box-text {
  padding: 12px 14px 14px !important;
}
.product-small .ed-ship-hint,
.ed-ship-hint {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}
.ed-ship-hint--fast {
  color: #1f7a38;
}
.ed-ship-hint--coord {
  color: #b45309;
}
