@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//bespose.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(211,121,149);
	--wd-alternative-color: rgb(13,13,13);
	--btn-default-font-family: "Outfit", Arial, Helvetica, sans-serif;
	--btn-default-bgcolor: rgb(211,121,149);
	--btn-default-bgcolor-hover: rgb(0,0,0);
	--btn-accented-font-family: "Outfit", Arial, Helvetica, sans-serif;
	--btn-accented-bgcolor: rgb(211,121,149);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--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-sticky-btn-height: 95px;
}
.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: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}
	.woocommerce-product-gallery {
		--wd-gallery-gap: 20px;
	}

}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--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;
--wd-brd-radius: 8px;
}



.wd-page-title {
background-color: rgb(211,121,149);
}

/* --- REVIEW THUMBNAILS --- */
.wd-images-gallery .wd-gallery-item {
    display: inline-block !important;
    margin: 0 10px 10px 0 !important;
}
.wd-gallery-item a img {
    width: 100px !important; 
    height: 100px !important;
    object-fit: cover !important;
    display: block !important;
}

/* --- LIGHTBOX FIXES --- */
.pswp__ui { opacity: 1 !important; visibility: visible !important; z-index: 10000 !important; }
.pswp__img { background-color: #111 !important; }
.pswp__button { 
    background-color: rgba(0,0,0,0.6) !important; 
    border-radius: 50% !important; 
    margin: 10px !important;
}
.pswp__button--close { 
    position: absolute !important; 
    top: 10px; right: 10px; 
    background-color: #fff !important; /* White button for visibility */
    color: #000 !important;
}

/* --- BESPOSE PERFECT DYNAMIC BUTTON --- */
.bespose-view-all-wrapper {
    display: flex !important;
    justify-content: center;
    width: 100%;
    margin: 40px 0 !important;
    clear: both;
}

.bespose-dynamic-view-all {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    background-color: #D37995 !important; /* Brand Color */
    color: #ffffff !important;
    border: none !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 12px !important;
    padding: 15px 35px !important;
    border-radius: 5px;
    transition: all 0.3s ease !important;
    cursor: pointer;
}

.bespose-dynamic-view-all:hover {
    background-color: #1a1a1a !important; /* Dark Color */
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(211, 121, 149, 0.3);
}

/* Fix for mobile button width */
@media (max-width: 768px) {
    .bespose-dynamic-view-all {
        width: 90%;
        min-width: unset;
    }
}

/* Add breathing room to the bottom of the Order Received page */
.woocommerce-order-received .main-page-wrapper {
    padding-bottom: 100px !important;
}

/* Specifically target the order container for better spacing on mobile */
.woocommerce-order-received .woocommerce-order {
    margin-bottom: 60px !important;
}

/* Ensure the billing/shipping columns have space on small screens */
@media (max-width: 768px) {
    .woocommerce-order-received .main-page-wrapper {
        padding-bottom: 60px !important;
    }
}