/* ========== TWO-COLUMN DROPDOWN MENU ========== */
.elementor-nav-menu--dropdown .elementor-item {
  width: 160%;
  float: left;
  clear: none;
  box-sizing: border-box;
  text-align: left;
  margin: 0;
  padding: 10px 16px;
  color: #F8F812;
}

.elementor-nav-menu--dropdown .elementor-item:hover {
  background-color: rgba(205, 205, 205, 1);
}

.elementor-nav-menu--dropdown::after {
  content: "";
  display: table;
  clear: both;

}
/* Force horizontal layout and centering */
.jet-color-image-list__row {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    text-align: center;
}

/* Prevent full-width buttons */
.jet-color-image-list__item {
    width: auto !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
    margin: 0 8px 10px 0 !important;
    border-radius: 50px !important;
    background-color: #2A2A2A !important;
    color: #F8F812 !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
}

/* Button label text color */
.jet-color-image-list__label {
    color: #F8F812 !important;
    font-weight: 600 !important;
}

/* Hide checkbox/radio circles */
.jet-color-image-list__input {
    display: none !important;
}

/* Active button styling */
.jet-color-image-list__item.jet-filter-item--active {
    background-color: #F8F812 !important;
    color: #2A2A2A !important;
    border-color: #2A2A2A !important;
}

.jet-color-image-list__item.jet-filter-item--active .jet-color-image-list__label {
    color: #2A2A2A !important;
}
.woocommerce-message {
  display: none !important;
}
.woocommerce-product-details__payment-methods,
.woocommerce-info,
.wc-block-components-notice-banner {
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
}
.elementor-button--view-cart {
    display: none !important;
}
.elementor-widget-text-editor img {
    width: auto !important;
    max-width: 600px !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

/* Full width on mobile */
@media (max-width: 768px) {
    .elementor-widget-text-editor img {
        max-width: 100% !important;
    }
}
.checkoutwc-step__footer .step__footer__previous-link {
    display: none !important;
}