/* Try this first – common Salla logo targets */
.store-logo img,
.header .logo img,
.navbar-brand img,
.site-header .logo img,
.s-header__logo img {
  height: 100px !important;       /* or your target */
  width: 100px !important;        /* set to auto if you prefer preserving ratio */
  max-height: none !important;
  max-width: none !important;
  object-fit: contain !important;
  display: inline-block !important;
}

/* If the container clamps the height, release it */
.store-logo,
.header .logo,
.navbar-brand,
.site-header .logo,
.s-header__logo {
  max-height: none !important;
  height: auto !important;
  line-height: normal !important;
  overflow: visible !important;
}
/* Force Buy Now button text and icon to black */
salla-mini-checkout-widget.s-add-product-button-mini-checkout,
salla-mini-checkout-widget.s-add-product-button-mini-checkout * {
  color: #000000 !important;
  fill: #000000 !important;  /* makes SVG icons black */
}
/* Apply orange background color */
salla-mini-checkout-widget.s-add-product-button-mini-checkout {
  background-color: rgb(242, 179, 70) !important;
}