/* Compact share action beside add to cart on every product card. */
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { display: block; }
.woocommerce ul.products li.product .price { display: block; }
.bbx-card-actions {
  display: flex; flex-wrap: wrap; align-items: center; gap: 7px 12px;
  margin-top: 10px;
}
.woocommerce ul.products li.product .bbx-card-actions { margin: 10px 16px 0; }
.bbx-product-body .bbx-card-actions { margin-top: 12px; }
.woocommerce ul.products li.product .bbx-card-actions > a.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 40px; margin: 0 !important; padding: 8px 10px !important;
  white-space: nowrap;
}
.bbx-card-actions > .bbx-btn-small { min-height: 40px; }
.bbx-card-actions .bbx-share--card { display: contents; }
.bbx-share .bbx-share-trigger {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  min-height: 40px; margin: 0 0 0 auto; padding: 6px 0;
  border: 0; border-radius: 0; color: #a9d7f7; background: transparent;
  cursor: pointer; font: inherit; font-size: 13px; font-weight: 700;
  line-height: 1.2; white-space: nowrap;
}
.bbx-share .bbx-share-trigger:hover,
.bbx-share .bbx-share-trigger[aria-expanded="true"] {
  color: #fff; background: transparent; text-decoration: underline;
}
.bbx-share .bbx-share-trigger:focus-visible, .bbx-share-options :focus-visible {
  outline: 2px solid #35b5ff; outline-offset: 2px;
}
.bbx-share-trigger svg { width: 18px; height: 18px; flex: none; }
.bbx-card-actions .bbx-share-options { flex: 0 0 100%; order: 2; }
.bbx-share-options[hidden], .bbx-share-manual[hidden] { display: none !important; }
.bbx-share-options {
  display: flex; flex-wrap: wrap; gap: 8px; padding: 10px;
  border: 1px solid #32465e; border-radius: 9px; background: #111d2b;
}
.bbx-share-options a, .bbx-share-options button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 40px; margin: 0; padding: 8px 11px; border: 1px solid #32465e;
  border-radius: 6px; color: #eef7ff; background: #1a3046;
  cursor: pointer; font: inherit; font-size: 12px; font-weight: 700;
  text-decoration: none; line-height: 1.2;
}
.bbx-share-options a:hover, .bbx-share-options button:hover {
  color: #fff; border-color: #2aaafa; background: #20405c;
}
.bbx-share-manual {
  width: 100%; min-height: 40px; padding: 8px; border: 1px solid #3b526d;
  border-radius: 6px; color: #fff; background: #0d1722; font: inherit; font-size: 12px;
}
.woocommerce ul.products li.product .bbx-share-options a { color: #eef7ff; }
.bbx-detail-actions {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  margin: 16px 0 24px;
}
.woocommerce div.product .summary .bbx-detail-actions form.cart {
  display: inline-flex !important; align-items: center; float: none;
  margin: 0 !important;
}
.bbx-share--detail { position: relative; margin-left: auto; }
.bbx-share--detail .bbx-share-options {
  position: absolute; z-index: 10; top: calc(100% + 5px); right: 0;
  width: min(300px, calc(100vw - 36px));
  box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
}
@media (max-width: 560px) {
  .bbx-card-actions { gap: 6px 9px; }
  .bbx-share .bbx-share-trigger { font-size: 12px; }
}
