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

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #333333;
	--wd-text-font-size: 16px;
	--wd-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(51,51,51);
	--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 / 100%);
	--wd-alternative-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(47,79,79);
	--wd-alternative-color: rgb(51,51,51);
	--wd-link-color: rgb(47,79,79);
	--wd-link-color-hover: rgb(210,180,140);
	--btn-default-font-family: "Open Sans", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 600;
	--btn-default-bgcolor: rgba(0,0,0,0);
	--btn-default-bgcolor-hover: rgb(255,255,255);
	--btn-accented-font-family: "Open Sans", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 700;
	--btn-accented-transform: uppercase;
	--btn-accented-bgcolor: rgb(47,79,79);
	--btn-accented-bgcolor-hover: rgb(210,180,140);
	--btn-color: rgb(47,79,79);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(86,188,105);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(229,106,84);
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--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-popup-width: 800px;
}
:is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(255,255,255);
	--wd-bordered-bg:rgb(255,255,255);
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(47,79,79);
	background-image: none;
	background-repeat: inherit;
	background-size: contain;
	background-position: left center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-family: "Lora", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 38px;
	text-transform: inherit;
}
html .register .button {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--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: 8px;
}

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


/* --- ACCESSIBILITY FIX: GLOBAL FOOTER COLOR CONTRAST --- */

/* This rule targets all general text and links in the footer to ensure they pass contrast requirements. */
.footer-container,
.footer-container p,
.footer-container li,
.footer-container a,
.footer-container .post-date,
.footer-container .elementor-icon-list-text {
    color: #666666 !important;
}

/* This rule makes the column titles (like 'RECENT POSTS') a bit darker for visual hierarchy. */
.footer-container .widget-title {
    color: #333333 !important;
}
/* --- ACCESSIBILITY FIX: PRODUCT CATEGORY TOUCH TARGETS --- */

/* This rule targets the product category blocks only on mobile and tablet screens */
@media (max-width: 768px) {
    ul.products li.product-category.product {
        /* Adds space INSIDE the block to make the clickable area bigger */
        padding: 10px !important;

        /* Guarantees a minimum height to meet accessibility standards */
        min-height: 48px;
    }
}