/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.prime-delivery-label {
  background-color: red; /* Amazon-style green */
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: none;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 6px;
  transition: all 0.3s ease;
}

.prime-delivery-label:hover {
  background-color: #005c00;
}




/* Spinzer Topbar Styles */
.spinzer-topbar {
  background: #d60000;
  color: #ffffff;
  text-align: center;
  width: 100%;
  z-index: 9999;
  position: relative; /* keeps it in flow above header */
}

.spinzer-topbar-text {
  margin: 0;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* Mobile */
@media (max-width: 767px) {
  .spinzer-topbar-text {
    font-size: 13px;
    padding: 8px 10px;
  }
}

/* Optional: ensure topbar doesn't hide site content when using fixed header */
body.admin-bar .spinzer-topbar { padding-top: 0; }

/* Optional small tweak if header is fixed and you want topbar above it */
html:not(.elementor-editor-active) .spinzer-topbar {
  position: relative;
}
