.sbd-image-credit {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.5;
	color: #8a8a8a;
	font-style: italic;
	letter-spacing: 0.01em;
}

.single-product div.product .woocommerce-product-gallery .sbd-image-credit {
	display: block;
	width: 100%;
}

/**
.custom_breadcrumb {
    margin-bottom: 10px!important;
}
*/

.custom_tags,
.custom_intro {
    margin-bottom: 20px!important;
}

.custom_h2s {
    margin-top: 20px!important;
    margin-bottom: 10px!important;
}

@media(max-width: 999.98px) {
    div.woocommerce-product-gallery {
        margin-bottom:0.5em!important;
    }
}

button.single_add_to_cart_button.button.alt {
  background: linear-gradient(180deg, #f7ca00 0%, #f0b800 100%);
  color: #111;
  border: 1px solid #a88734;
  border-radius: 8px;
  padding: 0px 16px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  transition: all 0.2s ease;
  margin-bottom: 16px;
}

button.single_add_to_cart_button.button.alt:hover {
  background: linear-gradient(180deg, #f5c400 0%, #e0a800 100%);
  color: #111;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.sbd-category-bottom-description {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid #e7e7e7;
	font-size: 15px;
	line-height: 1.7;
	color: #333;
}

.affiliate-disclosure,
.notes {
  font-size: 12px;
}

.sbd-sale-note {
	margin: 0 0 14px;
	font-size: 12px;
	line-height: 1.5;
	color: #5f6b7a;
}

.sbd-sale-note strong {
	font-weight: 600;
}

.sbd-product-preview-sale-note {
	margin: 0 0 10px;
}

.custom_caps {
    font-weight:600;
    text-transform: uppercase;
	letter-spacing: 0.03em;
	color:#fff;
}

.custom_foot a,
.custom_foot a:visited,
.custom_foot a:hover,
.custom_foot a:focus {
    color: #fff;
}

.ct-footer .ct-widget:not(:first-child) {
    margin-top: var(--widgets-gap, 10px)!important;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
    --container-spacing: 30px;
}

.easy-notification-bar-container {
	gap: 0.3em!important;
}

.woocommerce-loop-category__title mark.count {
    display: none;
}

.sbd-featured-grid-wrap {
	margin: 0 0 2rem;
}

.sbd-featured-grid-title {
	margin-bottom: 1rem;
}

.sbd-main-grid-title {
	margin: 2rem 0 1rem;
}

.sbd-best-seller-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: absolute;
    top: 20px;
    inset-inline-end: 20px;
    height: 28px;
    min-width: 55px;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    background-color: #f97316;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

@media (max-width: 767px) {
    .sbd-best-seller-badge {
        display: none;
    }
}
