.flash-sale-section, 
.elementor-element-flash-sale, 
#flash-sale-wrapper,
.flash-sale-wrapper {
    background-color: transparent !important;
    background: none !important;
    padding: 0 !important;
}

.flash-sale {
    background-color: #ffffff !important;
}


/* Disable horizontal scrolling for the entire page */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  position: relative !important;
}

/* Lock the button bars to the viewport */
.product-header,
.product-bottom-bar {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 480px !important; 
  transform: none !important;
  z-index: 9999 !important;
}

body, input, button, textarea, select {
  font-family: var(--primary-font) !important;
}