/*
 * Global-e Free shipping banner
 */
#FreeShippingBanner {
  padding: 8px !important;
  background-color: #efefef !important;
  color: #000 !important;
  font-family: HelveticaNowText, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, Noto Sans, sans-serif !important;
  font-size: .75em !important;
}

/*
 * Contact us form overwirte
 */
.fsform-container > div {
  background-color: transparent !important;
}
/*
 * Promo banner in b/w Hero and Menu
 */
.promo-text-wrapper {
  padding: 16px 20px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #F56F00;
}

.promo-text-wrapper a {
  flex-shrink: 0;
}
.promo-text-wrapper a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

/*
 * Product tile overwrite
 */
.product-tile {
  transition: border 0.3s ease-out;
}

