/* KARMA_PRODUCT_SEO_STRUCTURE_V1 */
.product-copy-link{
  color:inherit;
  font-weight:700;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-decoration-color:rgba(183,137,63,.72);
  text-underline-offset:3px;
  transition:color .18s ease,text-decoration-color .18s ease;
}
.product-copy-link:hover,
.product-copy-link:focus-visible{
  color:#8b652d;
  text-decoration-color:#8b652d;
}
.breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  row-gap:5px;
}
.breadcrumbs [aria-current="page"]{
  min-width:0;
}
@media (max-width:840px){
  .breadcrumbs{
    column-gap:7px;
    row-gap:5px;
    line-height:1.35;
  }
  .product-copy-link{
    text-underline-offset:2px;
  }
}
