#wpbmm-menu.wpbmm-style-classic {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: 6px !important;
  transform: translateX(-50%) !important;
  width: calc(100% - 40px) !important;
  max-width: 360px !important;
  height: auto !important;
  border: none !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, #0b1f14, #12341f) !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .4), 0 0 0 1px rgba(255, 255, 255, .05) inset !important;
  padding: 7px 6px 5px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-around !important;
  gap: 0;
  z-index: 999999 !important;
  overflow: visible !important;
}
#wpbmm-menu.wpbmm-style-classic .wpbmm-item {
  position: static;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #cfe9d8 !important;
  transition: transform .15s ease, color .15s ease;
  background: none !important;
}
#wpbmm-menu.wpbmm-style-classic .wpbmm-item:active {
  transform: scale(.88);
}
#wpbmm-menu.wpbmm-style-classic .wpbmm-item.wpbmm-item-active {
  color: #4ade80 !important;
}
#wpbmm-menu.wpbmm-style-classic .wpbmm-item i {
  font-size: 15px;
}
#wpbmm-menu.wpbmm-style-classic .wpbmm-label {
  font-size: 9px;
  font-weight: 600;
  white-space: nowrap;
}
#wpbmm-menu.wpbmm-style-classic .daz-home-spacer {
  visibility: hidden;
  pointer-events: none;
  flex-grow: 1.8;
}
#wpbmm-menu.wpbmm-style-classic a[href='/home'] {
  position: absolute !important;
  left: 50% !important;
  bottom: 5px;
  top: auto !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  background: none !important;
  z-index: 999999 !important;
}
#wpbmm-menu.wpbmm-style-classic a[href='/home'] .daz-home-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 84px;
  padding: 4px 11px 4px 4px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b1f14, #12341f);
  border: 2px solid rgba(220, 255, 235, .9);
  box-shadow: 0 8px 0 #0a4d18, 0 14px 26px rgba(15, 122, 38, .45), 0 0 0 3px rgba(52, 211, 153, .18);
  transition: transform .15s ease, box-shadow .15s ease;
  animation: daz-home-pulse 2.4s ease-in-out infinite;
  transform: translateY(-9px);
}
#wpbmm-menu.wpbmm-style-classic a[href='/home']:active .daz-home-pill {
  transform: translateY(-6px);
  box-shadow: 0 3px 0 #0a4d18, 0 6px 14px rgba(15, 122, 38, .4);
}
#wpbmm-menu.wpbmm-style-classic a[href='/home'] .daz-home-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .35);
  flex: none;
}
#wpbmm-menu.wpbmm-style-classic a[href='/home'] img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
  flex: none;
}
#wpbmm-menu.wpbmm-style-classic a[href='/home'] .daz-home-text {
  font: 800 12.5px Arial, Helvetica, sans-serif;
  color: #4ade80;
  letter-spacing: .3px;
  white-space: nowrap;
}
#wpbmm-menu.wpbmm-style-classic a[href='/home'] .wpbmm-label {
  display: block !important;
  color: #cfe9d8 !important;
  font-size: 10.5px;
  font-weight: 700;
}
@keyframes daz-home-pulse {
  0%, 100% { box-shadow: 0 8px 0 #0a4d18, 0 14px 26px rgba(15, 122, 38, .45); }
  50% { box-shadow: 0 8px 0 #0a4d18, 0 18px 32px rgba(15, 122, 38, .6); }
}
#daz-bm-sheet-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  z-index: 99998;
  display: none;
}
#daz-bm-sheet-backdrop.open {
  display: block;
}
#daz-bm-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, .3);
  z-index: 99999;
  padding: 10px 20px 26px;
  transform: translateY(100%);
  transition: transform .25s ease;
  max-height: 70vh;
  overflow-y: auto;
}
#daz-bm-sheet.open {
  transform: translateY(0);
}
#daz-bm-sheet .daz-bm-sheet-handle {
  width: 40px;
  height: 4px;
  background: #ddd;
  border-radius: 2px;
  margin: 6px auto 14px;
}
#daz-bm-sheet h4 {
  margin: 0 0 10px;
  font: 700 15px Arial, Helvetica, sans-serif;
  color: #111;
}
#daz-bm-sheet .daz-bm-sheet-links a {
  display: block;
  padding: 11px 4px;
  color: #1a1a1a;
  font: 600 14px Arial, Helvetica, sans-serif;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
}
#daz-bm-sheet .daz-bm-sheet-links a:hover {
  color: #0f7a26;
}
#daz-bm-sheet .daz-bm-sheet-links a.daz-bm-all {
  color: #0753b3;
  border-bottom: none;
  margin-top: 6px;
}
@media (min-width: 1025px) {
  #wpbmm-menu.wpbmm-style-classic,
  #daz-bm-sheet,
  #daz-bm-sheet-backdrop {
    display: none !important;
  }
}


/* decorative sparkle accents on the floating nav bar */
body #wpbmm-menu.wpbmm-style-classic::before,
body #wpbmm-menu.wpbmm-style-classic::after {
  content: '\2726' !important;
  position: absolute !important;
  color: #2DC653 !important;
  text-shadow: 0 0 4px rgba(255,255,255,.9), 0 1px 2px rgba(0,0,0,.15) !important;
  background: none !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
  pointer-events: none !important;
  z-index: 2 !important;
  animation: daz-sparkle-twinkle 2.4s ease-in-out infinite !important;
}
body #wpbmm-menu.wpbmm-style-classic::before {
  top: -10px !important;
  right: 20px !important;
  left: auto !important;
  bottom: auto !important;
  font-size: 16px !important;
}
body #wpbmm-menu.wpbmm-style-classic::after {
  bottom: 16px !important;
  right: 0px !important;
  top: auto !important;
  left: auto !important;
  font-size: 9px !important;
  color: #eafff0 !important;
  animation-delay: .6s !important;
}
@keyframes daz-sparkle-twinkle {
  0%, 100% { opacity: .5; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1.2); }
}


/* premium redesign pass: neon glow, home-pill sparkle, cart sparkle, home indicator bar */
body #wpbmm-menu.wpbmm-style-classic {
  box-shadow: 0 10px 26px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.12), 0 0 0 1.5px rgba(52,211,153,.35), 0 0 26px rgba(46,204,113,.35) !important;
}
body #wpbmm-menu.wpbmm-style-classic a[href='/home'] {
  position: absolute !important;
}
body #wpbmm-menu.wpbmm-style-classic a[href='/home']::after {
  content: '' !important;
  position: absolute !important;
  bottom: -6px !important;
  left: 50% !important;
  top: auto !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: 22px !important;
  height: 3px !important;
  border-radius: 2px !important;
  background: rgba(74,222,128,.85) !important;
  box-shadow: 0 0 8px rgba(74,222,128,.85) !important;
  animation: none !important;
  pointer-events: none !important;
}
body #wpbmm-menu.wpbmm-style-classic a[href='/home'] .daz-home-pill {
  position: relative !important;
}
body #wpbmm-menu.wpbmm-style-classic a[href='/home'] .daz-home-pill::after {
  content: '\2726' !important;
  position: absolute !important;
  top: -11px !important;
  right: -9px !important;
  bottom: auto !important;
  left: auto !important;
  font-size: 15px !important;
  color: #2DC653 !important;
  text-shadow: 0 0 4px rgba(255,255,255,.9), 0 1px 2px rgba(0,0,0,.15) !important;
  background: none !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
  pointer-events: none !important;
  z-index: 3 !important;
  animation: daz-sparkle-twinkle 2.4s ease-in-out infinite !important;
}
body #wpbmm-menu.wpbmm-style-classic a[href='/cart'] {
  position: relative !important;
}
body #wpbmm-menu.wpbmm-style-classic a[href='/cart']::before {
  content: '\2726' !important;
  position: absolute !important;
  top: -2px !important;
  right: 10px !important;
  bottom: auto !important;
  left: auto !important;
  font-size: 8px !important;
  color: #eafff0 !important;
  text-shadow: 0 0 3px rgba(255,255,255,.8) !important;
  background: none !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
  pointer-events: none !important;
  z-index: 3 !important;
  animation: daz-sparkle-twinkle 2.4s ease-in-out infinite !important;
  animation-delay: .3s !important;
}
