/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2026 | 01:57:02 */
/* ----------------------------
   Disable theme smooth scroll
   (prevents iframe scroll lag)
-----------------------------*/
html,
body {
  scroll-behavior: auto !important;
}


/* ----------------------------
   Share Marketplace iframe
   performance improvements
-----------------------------*/

#share-embed-wrapper {
  contain: layout paint;
  width: 100%;
  overflow: hidden;
}

#share-storefront {
  transform: translateZ(0);
  will-change: height;
  display: block;
}


/* ----------------------------
   Prevent mobile phone widget
   from covering the Share embed
-----------------------------*/

@media (max-width: 768px) {

  #callnowbutton {
    bottom: 140px !important; /* move it above embed UI */
    right: 16px !important;
  }

}