:root {
	--wd-text-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Tiny5", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-brd-radius: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(251,106,25);
	--wd-alternative-color: rgb(101,89,245);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(251,106,25);
	--btn-accented-bgcolor-hover: rgb(224,95,23);
	--btn-transform: none;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(233,233,233);
	background-image: none;
}
html .wd-nav-mobile > li > a, html .wd-nav-mobile .wd-sub-menu li a {
	text-transform: capitalize;
}
html .wd-product .wd-product-cats a {
	font-family: "Tiny5", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
html .wd-checkout-steps, html table th {
	text-transform: capitalize;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(233,233,233);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(233,233,233);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(233,233,233);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(118,118,118);
	--wd-form-placeholder-color: rgb(119,119,119);
	--wd-form-bg: rgb(255,255,255);
}
.wd-nav-scroll {
	--wd-nscroll-drag-bg: rgb(251,106,25);
	--wd-nscroll-drag-bg-hover: rgb(224,95,23);
}
.wd .product-label.onsale {
	background-color: rgb(105,53,183);
}
.wd .product-label.new {
	background-color: rgb(53,183,170);
}
.wd .product-label.featured {
	background-color: rgb(217,58,48);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 20px;
}
:root{
--wd-container-w: 1300px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1300px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
	font-family: "Tiny5";
	src: url("//soundbanks.io/wp-content/uploads/2026/04/Tiny5-Regular.woff2") format("woff2");
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

/* Main gallery background */
.single-product .woocommerce-product-gallery {
    background: transparent !important;
}

/* Each gallery item gets its own white card - EQUAL SIZE */
/* 👇 Scoped to ONLY the product gallery, not upsells */
.single-product .woocommerce-product-gallery .wd-carousel-item {
    background: #fff;
    border-radius: 16px;
    padding: 15px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Main image container */
.single-product .woocommerce-product-gallery .wd-carousel-item .woocommerce-product-gallery__image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.single-product .woocommerce-product-gallery .wd-carousel-item .woocommerce-product-gallery__image > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.single-product .woocommerce-product-gallery .wd-carousel-item .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
    max-width: 90%;
    max-height: 90%;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Keep zoom image untouched */
.single-product .zoomImg {
    width: auto !important;
    height: auto !important;
    max-width: none !important;
}

/* Hover state */
.single-product .wd-product-brands a:hover,
.single-product .product_meta a:hover {
    color: #1A4B82 !important;
    font-weight: 700 !important;
}

/* Make "Current Price:" label smaller */
.custom-price-prefix {
    font-size: 14px !important; /* Adjust size here (e.g., 12px or 14px) */
    font-weight: 600 !important;
    color: #333333 !important; /* Neutral dark grey for contrast */
}

/* Make the actual price RED */
.single-product .price,
.single-product .price .amount,
.single-product .price ins .amount {
    color: #E53935 !important; /* Bright, clean red */
    font-weight: 700 !important;
}

/* Change Brand Name to Medium Blue (#0000CD) */
.single-product .wd-product-brands a,
.single-product .product_meta .posted_in a,
.single-product .wd-entities-title a {
    color: #0000CD !important;
    font-weight: 700 !important;
}

/* Hover state keeps the same blue */
.single-product .wd-product-brands a:hover,
.single-product .product_meta .posted_in a:hover,
.single-product .wd-entities-title a:hover {
    color: #0000CD !important;
}

/* 1. Target WoodMart product cards directly & set white background */
.woodmart-hover-base,
.product-grid-item,
.wd-product {
    background-color: #ffffff !important;
    border-radius: 8px;
    padding: 15px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* Hide Shop Page Title Banner */
.post-type-archive-product .page-title-default,
.tax-product_cat .page-title-default,
.woocommerce-shop .page-title-default {
    display: none !important;
}

