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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//grancasala.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//grancasala.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//grancasala.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//grancasala.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//grancasala.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//grancasala.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//grancasala.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//grancasala.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(56,56,56);
	--wd-text-font-size: 16px;
	--wd-title-font: "Urw", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(194,166,84);
	--wd-alternative-color: rgb(0,0,0);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(194,166,84);
	--btn-accented-bgcolor-hover: rgb(168,144,72);
	--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-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://grancasala.com/wp-content/uploads/2021/10/wine-popup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 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(0,0,0);
	background-image: none;
	background-size: cover;
	background-position: center bottom;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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: 0px;
}

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


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

@font-face {
	font-family: "Urw";
	src: url("//grancasala.com/wp-content/uploads/2025/11/URW-Antiqua-W01-2025-Bold.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "ReenieBeanie-Regular";
	src: url("//grancasala.com/wp-content/uploads/2025/12/Reenie-Beanie.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

/* Change product title color and font in WoodMart theme */
.wd-entities-title a {
    color: #000 !important; /* Makes the title black */
    font-family: inherit !important; /* Uses your site's default heading font */
    font-weight: 600; /* Optional - make it bold if you like */
}

/* Change hover color if needed */
.wd-entities-title a:hover {
    color: #c7a451 !important; /* Replace with your preferred hover color */
}


/* Change Single Product Page Background to White */
.single-product-page,
.single-product-content,
.woocommerce.single-product,
body.single-product {
  background-color: #ffffff !important;
	margin-top: -40px; /* Move section upward */
	margin-bottom: -40px;
	padding-bottom: 100px;
}

.product-image-summary-wrap {
	padding-top: 100px;
}


/* Change Text to Black/Dark Gray */
.single-product-page,
.single-product-page h1,
.single-product-page h2,
.single-product-page h3,
.single-product-page h4,
.single-product-page p,
.single-product-page span,
.single-product-page a,
.single-product-page .woocommerce-Price-amount {
  color: #000000 !important;
}

/* Product quantity counter box (the plus/minus counter input) */
.single-product-page .quantity  {
    border: 0.5px solid #000000 !important; /* Black border */
}

.product-additional-galleries {
    display: none !important;
}


/* Make background transparent for product action buttons */
.wd-buttons.wd-pos-r-t {
    background-color: transparent !important;
}

/* Change all icon colors inside the product buttons to black */
.wd-buttons.wd-pos-r-t .wd-action-btn a,
.wd-buttons.wd-pos-r-t .wd-action-btn i,
.wd-buttons.wd-pos-r-t .wd-action-btn svg {
    color: #000000 !important;
    border-color: transparent !important;
    transition: all 0.3s ease;
}

/* Change color on hover to gold (#c2a654) */
.wd-buttons.wd-pos-r-t .wd-action-btn a:hover,
.wd-buttons.wd-pos-r-t .wd-action-btn i:hover,
.wd-buttons.wd-pos-r-t .wd-action-btn svg:hover {
    color: #c2a654 !important;
}


/* ===== Quick View Popup Custom Styling ===== */
.mfp-content .wd-popup.popup-quick-view {
  background-color: #ffffff !important; /* White background */
  color: #000000 !important; /* Black text */
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* Ensure all text inside popup is black */
.mfp-content .wd-popup.popup-quick-view,
.mfp-content .wd-popup.popup-quick-view h1,
.mfp-content .wd-popup.popup-quick-view h2,
.mfp-content .wd-popup.popup-quick-view h3,
.mfp-content .wd-popup.popup-quick-view p,
.mfp-content .wd-popup.popup-quick-view span,
.mfp-content .wd-popup.popup-quick-view a {
  color: #000000 !important;
}

/* Optional: make product title bold */
.mfp-content .wd-popup.popup-quick-view .product_title {
  font-weight: 600;
}

/* Optional: style close icon to match */
.mfp-content .wd-popup-close a {
  color: #000000 !important;
}
.mfp-content .wd-popup-close a:hover {
  color: #c2a654 !important;
}




.custom-lang-switcher {
    font-weight: 500;
    font-size: 14px;
}

.custom-lang-switcher a {
    text-decoration: none;
    color: #ffffff; /* blue */
}

.custom-lang-switcher .active-lang {
    border-bottom: 3px solid #c2a653; /* gold */
    padding-bottom: 2px;
}
