.elementor .e-a0947a5{padding:0px;border-radius:10px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;/* Styling for the Weight and Free Shipping Tags */
selector .loop-custom-tag {
  display: inline-block;
  background-color: #004d40; /* Dark Green */
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

/* Styling for the Custom Buy Now Button */
selector .custom-loop-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none !important;
  transition: all 0.3s ease;
  margin-top: 10px; /* Space between the two buttons */
}

/* Button Colors */
selector .custom-loop-btn.bg-dark-green {
  background-color: #004d40;
  color: #ffffff !important;
  border: none;
}

selector .custom-loop-btn.bg-dark-green:hover {
  background-color: #00332a; /* Slightly darker on hover */
  transform: translateY(-2px);
}\n}