/* LOCAL DRAFT — only product cards marked by product-cards.js; no header/menu rules. */
body.br-ux-enabled #main .product-small.col.br-pc > .col-inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}
body.br-ux-enabled #main .product-small.col.br-pc > .col-inner > .product-small.box {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
}
body.br-ux-enabled #main .product-small.col.br-pc .box-image {
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  width: 100%;
}
body.br-ux-enabled #main .product-small.col.br-pc .box-image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}
body.br-ux-enabled #main .product-small.col.br-pc .box-text-products {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  height: auto !important;
  min-height: 0 !important;
}
body.br-ux-enabled #main .product-small.col.br-pc .product-title {
  min-height: 4.35em;
  line-height: 1.45;
  overflow: visible;
  white-space: normal;
  overflow-wrap: anywhere;
  /* Full name remains visible and accessible; no truncation, ellipsis or line clamp. */
}
body.br-ux-enabled #main .product-small.col.br-pc .br-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  direction: rtl;
}
body.br-ux-enabled #main .product-small.col.br-pc .br-card-actions > .button,
body.br-ux-enabled #main .product-small.col.br-pc .br-card-actions > .br-buy-now {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 44px;
  width: 100%;
  margin: 0;
  padding: 9px 5px;
  border: 1px solid #140a9b !important;
  border-radius: 999px;
  background: #140a9b !important;
  color: #fff !important;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
body.br-ux-enabled #main .product-small.col.br-pc .br-card-actions > .br-buy-now {
  background: #15803D !important;
  border-color: #15803D !important;
}
body.br-ux-enabled #main .product-small.col.br-pc .br-card-actions > .button:hover {
  background: #10077a !important;
  border-color: #10077a !important;
}
body.br-ux-enabled #main .product-small.col.br-pc .br-card-actions > .br-buy-now:hover {
  background: #116B34 !important;
  border-color: #116B34 !important;
}
body.br-ux-enabled #main .product-small.col.br-pc .br-card-actions > :focus-visible {
  outline: 3px solid #1c1c1c !important;
  outline-offset: 3px;
  box-shadow: 0 0 0 3px #fff;
}
body.br-ux-enabled #main .product-small.col.br-pc .br-card-actions > :disabled,
body.br-ux-enabled #main .product-small.col.br-pc .br-card-actions > [aria-disabled="true"] {
  opacity: 1;
  background: #50575e !important;
  border-color: #50575e !important;
  cursor: not-allowed;
}
body.br-ux-enabled #main .product-small.col.br-pc .br-card-actions > .added_to_cart {
  grid-column: 1 / -1;
}
body.br-ux-enabled #main .product-small.col.br-pc .br-card-status {
  min-height: 2.8em;
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #334155;
  white-space: normal;
  overflow-wrap: anywhere;
}
@media (max-width: 549px) {
  body.br-ux-enabled #main .product-small.col.br-pc .br-card-actions { gap: 5px; }
  body.br-ux-enabled #main .product-small.col.br-pc .br-card-actions > .button,
  body.br-ux-enabled #main .product-small.col.br-pc .br-card-actions > .br-buy-now { font-size: 13px; }
}
