/* item-breadcrumb-v2.css
 * 商品頁麵包屑樣式 (按 Figma 設計稿)
 *
 * 規格:
 * - 外框高度: 自適應 (支援換行)
 * - 背景: 白色
 * - 上下內距: 15px
 * - 文字顏色: #AAAAAA
 * - 字體大小: 12px
 * - 元素間距: 5px (gap)
 * - 結構: [品牌Logo] > 分類1 > 分類2 > ...
 */

.item-breadcrumb-v2 {
  background-color: #fff;
  padding: 15px 0;
}

.item-breadcrumb-v2__path {
  color: #AAAAAA;
  font-family: Inter, "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 15px;
}

.item-breadcrumb-v2__item {
  display: flex;
  align-items: center;
  line-height: 1;
}

.item-breadcrumb-v2__item a {
  color: #AAAAAA;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.item-breadcrumb-v2__item img {
  display: block;
}

.item-breadcrumb-v2__logo--rakuten {
  width: 53px;
  height: 22px;
}

.item-breadcrumb-v2__logo--rakuma {
  width: 111px;
  height: 22px;
}

.item-breadcrumb-v2__logo--mercari {
  width: 72px;
  height: 22px;
}

.item-breadcrumb-v2__logo--yahoo {
  width: 169px;
  height: 22px;
}

.item-breadcrumb-v2__logo--jdirectitemsfleamarket {
  width: 175px;
  height: 17.78px;
}

.item-breadcrumb-v2__logo--auction {
  width: 159px;
}

.item-breadcrumb-v2__separator {
  color: #AAAAAA;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
}
