.bfri-pdp-header {
  position: relative;
  /* margin-bottom: 16px; */
}

/*
 * The theme's "Product top one" layout uses flexbox with explicit
 * order/positioning on specific block classes rather than relying on
 * DOM order. Force the header block to always render first regardless
 * of any flex ordering the theme applies to its sibling blocks.
 */
.node--type-brochures .product__top--one .layout__region--first > .block-bfri-pdp-header,
.node--type-product-display .product__top--one .layout__region--first > .block-bfri-pdp-header {
  order: -1;
  width: 100%;
  flex: 1 1 100%;
}

.bfri-pdp-header__title {
  margin: 0 0 8px;
}

.bfri-pdp-header__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.bfri-pdp-header__reviews {
  /* flex: 1 1 auto; */
  border-right: 1px solid #ccc;
  padding-right: 25px;
}

.bfri-pdp-header__icon-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  /* padding: 4px 8px; */
  font-size: 13px;
  color: #333333;
}

.bfri-pdp-header__icon-btn:hover {
  color: #0b4f6c;
}

.bfri-pdp-header__icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: currentColor;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  display: none;
}

/* .bfri-pdp-header__icon--share {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 8a3 3 0 1 0-2.83-4H15a3 3 0 0 0 .05 2.13L8.91 9.5a3 3 0 1 0 0 5l6.14 3.37A3 3 0 1 0 18 16a2.98 2.98 0 0 0-2.09.85L9.77 13.5a3.03 3.03 0 0 0 0-3l6.14-3.35c.54.53 1.29.85 2.09.85z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 8a3 3 0 1 0-2.83-4H15a3 3 0 0 0 .05 2.13L8.91 9.5a3 3 0 1 0 0 5l6.14 3.37A3 3 0 1 0 18 16a2.98 2.98 0 0 0-2.09.85L9.77 13.5a3.03 3.03 0 0 0 0-3l6.14-3.35c.54.53 1.29.85 2.09.85z'/%3E%3C/svg%3E");
}

.bfri-pdp-header__icon--print {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 8H5a3 3 0 0 0-3 3v6h4v4h12v-4h4v-6a3 3 0 0 0-3-3zm-3 11H8v-5h8v5zm3-7a1 1 0 1 1 1-1 1 1 0 0 1-1 1zM18 3H6v4h12z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 8H5a3 3 0 0 0-3 3v6h4v4h12v-4h4v-6a3 3 0 0 0-3-3zm-3 11H8v-5h8v5zm3-7a1 1 0 1 1 1-1 1 1 0 0 1-1 1zM18 3H6v4h12z'/%3E%3C/svg%3E");
} */

.bfri-pdp-header__share-popup {
  position: initial;
  right: 0;
  top: 100%;
  z-index: 20;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 10px;
  width: max-content;
}

.bfri-pdp-header__icon-btn.bfri-pdp-header__share-toggle::after {
  display: inline-block;
  content: '';
  background-image: url('../images/share-icon-new.png');
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.bfri-pdp-header__icon-btn.bfri-pdp-header__print-toggle::after {
  display: inline-block;
  content: '';
  background-image: url('../images/print-icon-new.png');
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .bfri-pdp-header__meta {
    gap: 5px;
  }
  .bfri-pdp-header__reviews {
    padding-right: 5px;
  }

  .stamped-badge-caption.stamped-processed {
    font-size: 13px;
  }
}
