span.wclt_lead_time.leadtime--green {
  color: #2E7D32 !important;
  font-weight: 600;
}

/* WooCommerce category widget */
.widget_product_categories .current-cat > a {
    color: #D6B982 !important;
}

.payment-icons-widget img {
  width: 32px !important;
  height: 24px !important;
  object-fit: contain;
}

.wp-block-gallery.wp-block-gallery-1 {
	gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.3em ) ) ) !important;
}

.after-add-to-cart-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.after-add-to-cart-list > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.after-add-to-cart-widgets {
  margin-top: 30px;
}

.after-add-to-cart-widgets figure {
  margin: 0;
}




.product_title {
  font-size: 24px !important ;
	margin-bottom: 20px !important;
}

.product-brand-subtitle {
    font-size: 14px;
    letter-spacing: 0em;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

.product-brand-subtitle a {
    color: #6f6f6f;
    text-decoration: none;
}

.product-brand-subtitle a:hover {
    opacity: 0.7;
}

.product_meta .posted_in:has(a[href*="/brand/"]) {
    display: none;
}