.product__actions {
    border-top: 1px solid #ebebeb;
    padding-top: 25px !important;
}

.product__actions form[class*="form-centered"] {
    margin-left: auto;
    margin-right: auto;
    }

.form-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product__actions-item--wishlist {
    width: 100%;
}

.product__actions-form {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

.product-form__title {
        text-align: center !important;
        display: block;
        width: 100%;
        margin: 0 auto 20px auto;
        text-decoration-line: underline;
    }

@media (max-width: 1199px) {
    .product-form__title {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 1199px) {
  .product__actions-form {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
  }
  .product__actions-item--quantity,
  .product__actions-item--addtocart {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
  }
  .product__actions-item--addtocart > .btn,
  .product__actions-item--addtocart > button,
  .product__actions-item--addtocart > .btn-block {
    display: inline-block !important;
  }
}

@media (max-width: 1199px) {
  /* Add space above the wishlist forms */
  .product__actions-form + .form-centered {
    margin-top: 10px !important;  /* adjust as needed */
  }
}

.share-links__list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  list-style: none; /* removes bullets if any */
}


.product__price-note {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    display: block;
    text-align: center;
    width: 100%;
}

/* Desktop: Ensure dropdown appears on hover */
@media (min-width: 768px) {
    .status-badge-container:hover .status-badge-dropdown {
        display: block !important; /* Show dropdown on hover for desktop */
    }
}

/* Dropdown Container */
.status-badge-dropdown {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%; /* Position below the first badge */
    left: 0;
    padding: 0; /* No padding to match badge alignment */
    z-index: 10;
    padding-top: 5px;
}

/* Dropdown Items (Badges) */
.status-badge-dropdown .status-badge {
    margin-bottom: 5px; /* Space between badges */
    white-space: nowrap; /* Prevent text wrapping */
}

.info-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    margin-top: -6px;
    vertical-align: middle;
}

.info-icon {
    color: #126d47;
    width: 12px;
    height: 12px;
}
