product-card .prd-price:not(:has(.bss-check)) {
  flex-direction: column-reverse !important; 
}

product-card .prd-price:not(:has(.bss-check)) span:last-child {
  font-weight: 600
}

product-card .prd-price:not(:has(.bss-check)) span:first-child {
  font-size: 14px
}

[bss-b2b-main-product-form] [bss-b2b-product-price]:not(:has(.bss-check)) {
  display: flex;
  flex-direction: row-reverse !important;
  justify-content: flex-end;
  gap: 10px
}

[bss-b2b-main-product-form] [bss-b2b-product-price]:not(:has(.bss-check)) span:last-child {
  font-size: 22px;
  font-weight: 600;
}