 
.theme-product-list-style-04 .theme-ribbon-content.theme-ribbon-stock {
    background: #ff9500;
      display: none !important;
    border-radius: 25px;
     border: none !important;
    border-radius: 25px !important;
    font-size: 10px !important;
    width: 80px !important;
    height: 25px !important;
    display: flex !important;
    justify-content: center !important;  /* horizontally center */
    align-items: center !important;      /* vertically center */
    text-align: center !important;
    margin: 10px auto !important;
}

 
.theme-product-list-style-04 .theme-prod-hover-view a.theme-out-of-stock-button {
    background: #ff9500 !important;
    color: #fff  ;
    border: none !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    width: 144px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;  /* horizontally center */
    align-items: center !important;      /* vertically center */
    text-align: center !important;
    margin: 10px auto !important;
}

/* Add to cart button */
.zpbutton.zpbutton-type-primary, 
button.zpbutton-type-primary, 
input.zpbutton-type-primary[type=submit], 
input.zpbutton-type-primary[type=button] {
    background: green !important;
    color: #fff !important;
    border: none !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    width: 142px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;  /* horizontally center */
    align-items: center !important;      /* vertically center */
    text-align: center !important;
    margin: 10px auto !important;
} 
/* Featured Seeds section only */
#elm_7vpB8oxj5mV8ex-xJq_KQ .zpfilmstrip-title {
  color: #ffffff !important;   /* Black color */
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600;
}
/* Floating Social Icons Styling */
.social-float {
  position: fixed;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.social-float a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  margin: 4px 0;
  border-radius: 5px 0 0 5px;
  transition: all 0.3s ease;
}

/* Individual Icon Colors */
.social-float a.facebook { background: #1877F2; }
.social-float a.whatsapp { background: #25D366; }
.social-float a.twitter { background:#000000;  }
.social-float a.linkedin { background: #0077B5; }
.social-float a.youtube { background: #FF0000; }
.social-float a.instagram { background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF); }

/* Hover Effect */
.social-float a:hover {
  transform: translateX(-5px);
  opacity: 0.9;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .social-float {
    top: auto;
    bottom: 15px;
    right: 15px;
    flex-direction: row;
  }

  .social-float a {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .social-float {
    display: none !important;
  }
}
