/* Bazarestan v1.0.75 — remove checkout select double frame and sticky quantity number bubble. */

/* Checkout province/city: the field itself keeps its native single frame;
   the MySelectBox wrapper must stay layout-only. */
html body .checkout-address .my-select-box {
  min-height: 0 !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Sticky product quantity: remove the separate glass/bubble behind the number
   while preserving the compact plus/minus control geometry. */
html body .bz-sticky-action-bar .bz-v50-sticky-qty input[type="number"],
html body .bz-sticky-action-bar .bz-v50-sticky-qty input[type="number"]:hover,
html body .bz-sticky-action-bar .bz-v50-sticky-qty input[type="number"]:focus,
html body .bz-sticky-action-bar .bz-v50-sticky-qty input[type="number"]:focus-visible {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
