/* RVCX site patch v1
   - Hides the top "Save to Wishlist" button injected on product pages
   - Styles for the real logo images swapped into the checkout bKash/Nagad buttons
*/

#rvc-product-wishlist,
.rvc-product-wishlist {
  display: none !important;
}

/* Payment button logo image (replaces the wallet SVG icon) */
.rvc-pay-logo-wrap {
  background: #ffffff !important;
  padding: 4px !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}
.rvc-pay-logo-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Hidden payment buttons (Rocket / Card) */
.rvc-pay-hidden {
  display: none !important;
}
