/* My Tribute page header color override (page ID: 3898) */
body.page-id-3898 header.site-header,
body.page-id-3898 .site-header,
body.page-id-3898 .elementor-location-header,
body.page-id-3898 .elementor-location-header > * ,
body.page-id-3898 .elementor-location-header .elementor-section,
body.page-id-3898 .elementor-location-header .elementor-container {
	background-color: #00674F !important;
}

/* Header menu CTAs — Appearance → Menus (CSS classes: logged-in, get-started) */
.elementor-location-header .elementor-nav-menu li.logged-in,
.elementor-location-header .elementor-nav-menu li.get-started {
	display: flex !important;
	align-items: center !important;
	margin-left: 10px !important;
}

.elementor-location-header .elementor-nav-menu li.logged-in > a,
.elementor-location-header .elementor-nav-menu li.get-started > a,
.elementor-location-header .elementor-nav-menu li.logged-in > .elementor-item,
.elementor-location-header .elementor-nav-menu li.get-started > .elementor-item,
.elementor-location-header .elaa-header-login-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	min-height: 38px !important;
	padding: 0 16px !important;
	border-radius: 6px !important;
	font-family: "Merriweather", serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/* Log in — outline (logged out) */
.elementor-location-header .elementor-nav-menu li.logged-in > a,
.elementor-location-header .elementor-nav-menu li.logged-in > .elementor-item,
.elementor-location-header .elaa-header-login-link {
	background-color: transparent !important;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.9) !important;
}

.elementor-location-header .elementor-nav-menu li.logged-in > a:hover,
.elementor-location-header .elementor-nav-menu li.logged-in > .elementor-item:hover,
.elementor-location-header .elaa-header-login-link:hover {
	background-color: rgba(255, 255, 255, 0.15) !important;
	color: #ffffff !important;
}

/* Get started — solid (logged out) */
.elementor-location-header .elementor-nav-menu li.get-started > a,
.elementor-location-header .elementor-nav-menu li.get-started > .elementor-item {
	background-color: #ffffff !important;
	color: #00674f !important;
	border: 1px solid #ffffff !important;
}

.elementor-location-header .elementor-nav-menu li.get-started > a:hover,
.elementor-location-header .elementor-nav-menu li.get-started > .elementor-item:hover {
	background-color: #f0f5f3 !important;
	color: #004d3d !important;
}

/* My Account — logged-in member (same size as Get started) */
body.logged-in .elementor-location-header .elementor-nav-menu li.logged-in > a,
body.logged-in .elementor-location-header .elementor-nav-menu li.logged-in > .elementor-item,
body.logged-in .elementor-location-header .elaa-header-login-link,
body.logged-in .elementor-location-header .elaa-header-account-btn {
	background-color: #ffffff !important;
	color: #00674f !important;
	border: 1px solid #ffffff !important;
}

body.logged-in .elementor-location-header .elementor-nav-menu li.logged-in > a:hover,
body.logged-in .elementor-location-header .elaa-header-account-btn:hover {
	background-color: #f0f5f3 !important;
	color: #004d3d !important;
}

.elaa-header-account-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.elaa-header-account-icon {
	display: inline-flex;
	line-height: 0;
}

.elaa-header-account-icon svg {
	display: block;
}

/* Hide Get started when member is logged in */
body.logged-in .elementor-location-header .elementor-nav-menu li.get-started,
body.logged-in .elementor-location-header .elaa-header-hide-logged-in {
	display: none !important;
}

@media (max-width: 1024px) {
	/* Desktop inline menu (if visible on small screens) */
	.elementor-location-header .elementor-nav-menu--main li.logged-in,
	.elementor-location-header .elementor-nav-menu--main li.get-started {
		margin-left: 6px !important;
	}

	.elementor-location-header .elementor-nav-menu--main li.logged-in > a,
	.elementor-location-header .elementor-nav-menu--main li.get-started > a,
	.elementor-location-header .elementor-nav-menu--main .elaa-header-login-link {
		min-height: 34px !important;
		padding: 0 12px !important;
		font-size: 13px !important;
	}

	/* Mobile drawer — Log in + Get started match (same green text, no pill buttons) */
	.elementor-location-header .elementor-nav-menu--dropdown li.logged-in,
	.elementor-location-header .elementor-nav-menu--dropdown li.get-started {
		margin-left: 0 !important;
		display: list-item !important;
		width: 100% !important;
	}

	.elementor-location-header .elementor-nav-menu--dropdown li.logged-in > a,
	.elementor-location-header .elementor-nav-menu--dropdown li.get-started > a,
	.elementor-location-header .elementor-nav-menu--dropdown li.logged-in > .elementor-item,
	.elementor-location-header .elementor-nav-menu--dropdown li.get-started > .elementor-item,
	.elementor-location-header .elementor-nav-menu--dropdown .elaa-header-login-link,
	.elementor-location-header .elementor-nav-menu--dropdown .elaa-header-account-btn {
		display: block !important;
		width: 100% !important;
		min-height: 0 !important;
		padding: 12px 20px !important;
		margin: 0 !important;
		border: none !important;
		border-radius: 0 !important;
		background-color: transparent !important;
		color: #00674f !important;
		fill: #00674f !important;
		font-family: "Merriweather", serif !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		line-height: 1.4 !important;
		text-align: left !important;
		white-space: normal !important;
	}

	.elementor-location-header .elementor-nav-menu--dropdown li.logged-in > a:hover,
	.elementor-location-header .elementor-nav-menu--dropdown li.get-started > a:hover,
	.elementor-location-header .elementor-nav-menu--dropdown .elaa-header-login-link:hover,
	.elementor-location-header .elementor-nav-menu--dropdown .elaa-header-account-btn:hover {
		background-color: transparent !important;
		color: #004d3d !important;
		fill: #004d3d !important;
	}

	.elementor-location-header .elementor-nav-menu--dropdown .elaa-header-account-label,
	.elementor-location-header .elementor-nav-menu--dropdown .elaa-header-account-icon svg {
		color: #00674f !important;
		fill: #00674f !important;
	}
}
/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor theme
Author: Your Name
Author URI: https://yourwebsite.com
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
*/

/* 
 * Child theme styles will be added here
 * Parent theme styles are automatically enqueued via functions.php
 */
 

/* ==========================================================================
   WooCommerce My Account – Premium Dashboard UI
   ========================================================================== */

.woocommerce-account {
    --elaa-ui-bg: #f5f7fb;
    --elaa-ui-surface: #ffffff;
    --elaa-ui-border: #e6eaf0;
    --elaa-ui-text: #1f2937;
    --elaa-ui-muted: #5b6472;
    --elaa-ui-primary: #0f7a62;
    --elaa-ui-primary-hover: #0b6551;
    --elaa-ui-soft: #f2f5f8;
    --elaa-ui-accent-soft: #fff5f8;
    --elaa-ui-radius: 12px;
    --elaa-ui-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
    --elaa-ui-shadow-sm: 0 6px 16px rgba(16, 24, 40, 0.05);
}

.woocommerce-account,
.woocommerce-account *,
.woocommerce-account *::before,
.woocommerce-account *::after {
    font-family: "Playfair Display", serif;
}


.woocommerce-account .entry-content,
.woocommerce-account .elementor-widget-container {
    background: var(--elaa-ui-bg);
}

.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: 24px auto 40px;
    padding: 0 24px;
    color: var(--elaa-ui-text);
}

/* Logged-out My Account (Login/Register) */
.woocommerce-account:not(.logged-in) .woocommerce {
    display: block;
    max-width: 1200px;
    margin: 24px auto 40px;
    padding: 0 24px;
}

.woocommerce-account:not(.logged-in) .woocommerce > h2,
.woocommerce-account:not(.logged-in) .woocommerce h1 {
    margin: 0 0 22px;
    color: #121926;
    font-size: clamp(2rem, 2.8vw, 2.5rem);
    line-height: 1.2;
    font-weight: 650;
}

.woocommerce-account:not(.logged-in) .woocommerce .u-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.woocommerce-account:not(.logged-in) .woocommerce .u-column1,
.woocommerce-account:not(.logged-in) .woocommerce .u-column2 {
    float: none;
    width: auto;
    margin: 0;
}

.woocommerce-account:not(.logged-in) .woocommerce form.woocommerce-form,
.woocommerce-account:not(.logged-in) .woocommerce form.woocommerce-form-login,
.woocommerce-account:not(.logged-in) .woocommerce form.woocommerce-form-register {
    background: #ffffff;
    border: 1px solid var(--elaa-ui-border);
    border-radius: 14px;
    box-shadow: var(--elaa-ui-shadow);
    padding: 24px;
    margin: 0;
}

.woocommerce-account:not(.logged-in) .woocommerce form h2 {
    margin: 0 0 16px;
    color: #121926;
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    line-height: 1.25;
    font-weight: 650;
}

.woocommerce-account:not(.logged-in) .woocommerce .form-row {
    margin: 0 0 14px;
}

.woocommerce-account:not(.logged-in) .woocommerce label {
    display: block;
    margin-bottom: 6px;
    color: var(--elaa-ui-muted);
    font-size: 0.98rem;
}

.woocommerce-account:not(.logged-in) .woocommerce input[type="text"],
.woocommerce-account:not(.logged-in) .woocommerce input[type="email"],
.woocommerce-account:not(.logged-in) .woocommerce input[type="password"] {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d7dde5;
    border-radius: 8px;
    padding: 10px 12px;
    background: #ffffff;
}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
    color: var(--elaa-ui-muted);
}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login__rememberme input[type="checkbox"] {
    width: 16px;
    height: 16px;
}


.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-button,
.woocommerce-account:not(.logged-in) .woocommerce button[type="submit"],
.woocommerce-account:not(.logged-in) .woocommerce input[type="submit"] {
    border-radius: 8px;
    padding: 10px 18px;
    border: 1px solid transparent;
    background: var(--elaa-ui-primary);
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(15, 122, 98, 0.18);
}

.woocommerce-account:not(.logged-in) .woocommerce .lost_password {
    margin-top: 12px;
}

.woocommerce-account:not(.logged-in) .woocommerce .lost_password a {
    color: #2463aa;
    text-decoration: none;
}

.woocommerce-account:not(.logged-in) .woocommerce .lost_password a:hover {
    color: #2463aa;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    position: sticky;
    top: 60px;
    align-self: start;
    background: var(--elaa-ui-surface);
    border: 1px solid var(--elaa-ui-border);
    border-radius: var(--elaa-ui-radius);
    box-shadow: var(--elaa-ui-shadow-sm);
    padding: 14px;
}

.woocommerce-account .woocommerce-MyAccount-nav-toggle {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-nav-close {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0 0 6px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 10px;
    color: var(--elaa-ui-muted);
    text-decoration: none;
    font-weight: 500;
    line-height: 1.35;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: transparent;
    color: var(--elaa-ui-muted);
    transform: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #f5fff5;
    color: var(--elaa-ui-primary);
    box-shadow: inset 0 0 0 1px rgba(15, 122, 98, 0.2);
}

.woocommerce-account .woocommerce-MyAccount-content {
    min-width: 0;
    background: var(--elaa-ui-surface);
    border: 1px solid var(--elaa-ui-border);
    border-radius: 14px;
    box-shadow: var(--elaa-ui-shadow);
    padding: 30px;
}



.woocommerce-account .woocommerce-MyAccount-content h1,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    margin: 0 0 10px;
    color: #121926;
    line-height: 1.25;
    font-weight: 650;
}
.woocommerce-info::before {
    top: 1.2em !important;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: clamp(1.5rem, 2vw, 1.95rem);
}

.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: clamp(1.15rem, 1.6vw, 1.35rem);
}

.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content li,
.woocommerce-account .woocommerce-MyAccount-content label {
    color: var(--elaa-ui-muted);
    line-height: 1.65;
}

/* Dashboard cards / sections */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-downloads,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-fields,
.woocommerce-account .woocommerce-MyAccount-content form,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: var(--elaa-ui-shadow-sm);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods{
    padding: 0 !important;
    border-top: none !important;
}
woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    border-block-start: none !important;
}
a.elaa-button.elaa-button-primary {
    color: white !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
    content: " ";
    display: table;
    position: absolute;
}
/* Links */
.woocommerce-account .woocommerce-MyAccount-content a {
    color: #060606;
    text-decoration: none;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #000000;
    text-decoration: none;
}

/* Buttons */
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content button:not(.show-password-input):not(.hide-password-input),
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-account .woocommerce-MyAccount-content a.button {
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
    border: 1px solid transparent;
    background: var(--elaa-ui-primary);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(15, 122, 98, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content button:not(.show-password-input):not(.hide-password-input):hover,
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"]:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:hover,
.woocommerce-account .woocommerce-MyAccount-content a.button:hover {
    background: var(--elaa-ui-primary);
    transform: none;
    box-shadow: 0 4px 10px rgba(15, 122, 98, 0.18);
}
fieldset {
    padding: .35em .75em .625em;
    border: 1px solid #d7dde5;
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .button:not(.alt):not(.woocommerce-Button--primary):not([name="save_account_details"]),
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:not(.alt):not(.woocommerce-Button--primary):not([name="save_account_details"]) {
    background: #ffffff;
    color: var(--elaa-ui-primary);
    border-color: rgba(15, 122, 98, 0.35);
    box-shadow: none;
}

.woocommerce-account .woocommerce-MyAccount-content .button:not(.alt):not(.woocommerce-Button--primary):not([name="save_account_details"]):hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:not(.alt):not(.woocommerce-Button--primary):not([name="save_account_details"]):hover {
    background: #ffffff;
    color: var(--elaa-ui-primary);
    border-color: rgba(15, 122, 98, 0.35);
}

/* Keep WooCommerce password visibility controls icon-only and neutral */
.woocommerce-account .woocommerce-MyAccount-content .password-input .show-password-input,
.woocommerce-account .woocommerce-MyAccount-content .password-input button.show-password-input,
.woocommerce-account .woocommerce-MyAccount-content .password-input button.hide-password-input {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    color: #6b7280;
    padding: 0 12px;
    min-height: auto;
    transition: none;
}

.woocommerce-account .password-input .show-password-input,
.woocommerce-account .password-input button.show-password-input,
.woocommerce-account .password-input button.hide-password-input {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    color: #6b7280;
    transition: none;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    padding: 5px .5rem;
}
ul.elementor-icon-list-items {
    padding-left: 20px;
    padding-bottom: 20px;
}
.woocommerce div.product form.cart .button {
    background: #1c6750;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{
    color: black;
}
.woocommerce-account .woocommerce-MyAccount-content .password-input .show-password-input:hover,
.woocommerce-account .woocommerce-MyAccount-content .password-input button.show-password-input:hover,
.woocommerce-account .woocommerce-MyAccount-content .password-input button.hide-password-input:hover {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #6b7280;
}
form.woocommerce-EditAccountForm.edit-account {
    box-shadow: none;
}
.post-1942{
    padding-top: 100px;
}
.single-product .content-area{
    padding-top: 100px;
    font-family: "Playfair Display", serif;
}
.woocommerce-page header .elementor-element.elementor-element-dde85ae.e-con-full.elementor-hidden-mobile.e-flex.e-con.e-parent.e-lazyloaded, .woocommerce-cart header,.woocommerce-checkout header,.single-product header{
    background: #026750;
}
.woocommerce p.stars a{
    color: #f1c94a;
}
.posted_in a{
    color: #060606;
}
.tagged_as a{
    color: #060606;
}
.wc-block-grid__product .wc-block-grid__product-add-to-cart{
    margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border:none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    background: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #1c6750;
    color: #515151;
}
section.related.products {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #ffffff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border:none !important;
}
 .elementor-element-dde85ae, .single-product  header .elementor-element-dde85ae{
    padding-bottom: 20px !important;
} 
.woocommerce-page .elementor-14 .elementor-element.elementor-element-f6fdd98 .elementor-button{
    background-color: #ffffff !important;
    color: #000000 !important;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    color: white;
}
.woocommerce-page .content-area, .elementor-1943 .elementor-element.elementor-element-2cab1694{
    padding-top: 100px !important;
}
.elementor-1943 .elementor-element.elementor-element-95ad025 {
    padding: 0 !important;
}
.woocommerce-cart header .elementor-element-dde85ae{
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.woocommerce-checkout header .elementor-element-dde85ae{
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.postid-2086 header .elementor-element-dde85ae .woocommerce-product-details__short-description{
    padding-bottom: 10px !important;
    padding-top: 20px !important;
}
/* Forms and tables polish */
.woocommerce-account .woocommerce-MyAccount-content input[type="text"],
.woocommerce-account .woocommerce-MyAccount-content input[type="email"],
.woocommerce-account .woocommerce-MyAccount-content input[type="password"],
.woocommerce-account .woocommerce-MyAccount-content input[type="tel"],
.woocommerce-account .woocommerce-MyAccount-content textarea,
.woocommerce-account .woocommerce-MyAccount-content select {
    border: 1px solid #d7dde5;
    border-radius: 8px;
    padding: 10px 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.post-1944 {
    padding-top: 100px;
}
.page-id-1944 .elementor-14 .elementor-element.elementor-element-dde85ae:not(.elementor-motion-effects-element-type-background){
    background-color: #1c674f;
    padding-bottom: 20px;
} 
.post-1944 .entry-title {
    padding-left: 25px;
    text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-content input:focus,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus {
    outline: none;
    border-color: rgba(15, 122, 98, 0.5);
    box-shadow: 0 0 0 3px rgba(15, 122, 98, 0.12);
}

.woocommerce-account .woocommerce-MyAccount-content table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content table th {
    background: #f5f8fb;
    color: #2a3342;
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content table th,
.woocommerce-account .woocommerce-MyAccount-content table td {
    border-color: #f8f8f8;
    padding: 12px 14px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address{
    padding: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody th{
    border-top: 1px solid #f8f8f8;
}
.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
    position: absolute;
}
/* product filters  */
#custom-category-filter {
  margin-bottom: 24px;
}

#custom-category-filter .wfpDescription {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
}

.custom-cat-label {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.custom-cat-check {
  display: none !important;
}

.custom-cat-box {
  width: 16px;
  height: 16px;
  border: 1px solid #c7c7c7;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.custom-cat-check:checked + .custom-cat-box::after {
  content: "✓";
  font-size: 12px;
  font-weight: 700;
  color: #111;
  line-height: 1;
}

.custom-cat-text {
  line-height: 1.2;
}
.custom-clear-btn {
background: #b7b7b7 !important;
    border-color: #b7b7b7 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: white !important;
	width: 100% !important;
}

.custom-clear-btn:hover {
  opacity: 0.9;
}
.wpfFilterButton {
  display: none !important;
}

.wpfFilterButtons {
  display: block !important;
}

#custom-clear-filters {
  display: block !important;
  width: 100%;
  margin-top: 14px;
}


#product-not-found-message {
  display: none;
  position: absolute !important;
  left: 45% !important;
  top: 85px !important;
  transform: translateX(-50%);
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #444 !important;
  z-index: 999999 !important;
  background: transparent !important;
  padding: 10px 20px;
  white-space: nowrap;
}

.elementor-widget-woocommerce-products {
  position: relative !important;
}
@media (max-width: 768px) {
	#product-not-found-message {
  display: none;
  position: absolute !important;
  left: 48% !important;
  top: -60px !important;
  transform: translateX(-50%);
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #444 !important;
  z-index: 999999 !important;
  background: transparent !important;
  padding: 10px 20px;
  white-space: nowrap;
}

.elementor-widget-woocommerce-products {
  position: relative !important;
}
}
/* Responsive */
@media (max-width: 1024px) {
    .woocommerce-account:not(.logged-in) .woocommerce .u-columns {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .woocommerce-account .woocommerce {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 16px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        position: static;
        padding: 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-nav-toggle {
        position: relative;
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border: 1px solid var(--elaa-ui-border);
        background: #ffffff;
        color: var(--elaa-ui-text);
        border-radius: 10px;
        padding: 10px 12px;
        font-size: 0.95rem;
        font-weight: 600;
        line-height: 1;
        cursor: pointer;
        box-shadow: none;
    }

    .woocommerce-account .woocommerce-MyAccount-nav-close {
        position: fixed;
        top: 50px;
        left: 272px;
        width: 36px;
        height: 36px;
        border: 0;
        border-radius: 999px;
        background: #ffffff;
        color: #111827;
        font-size: 1.35rem;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 8px 22px rgba(16, 24, 40, 0.2);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 1002;
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }

    .woocommerce-account .woocommerce-MyAccount-nav-toggle::before {
        content: "";
        width: 18px;
        height: 12px;
        border-top: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        position: relative;
    }

    .woocommerce-account .woocommerce-MyAccount-nav-toggle::after {
        content: "";
        width: 18px;
        height: 2px;
        background: currentColor;
        position: absolute;
        transform: translateY(0);
    }
    button.woocommerce-MyAccount-nav-toggle:hover {
        background: inherit;
        color: black;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation.is-open .woocommerce-MyAccount-nav-toggle::before {
        border-top-color: transparent;
        border-bottom-color: transparent;
    }

 

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        position: fixed;
        top: 0;
        left: 0;
        width: min(84vw, 320px);
        height: 100vh;
        margin: 0;
        padding: 100px 12px 16px;
        background: #ffffff;
        border-right: 1px solid var(--elaa-ui-border);
        box-shadow: 12px 0 30px rgba(16, 24, 40, 0.14);
        overflow-y: auto;
        opacity: 1;
        transform: translateX(-102%);
        transition: transform 0.25s ease;
        z-index: 1001;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation::after {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(17, 24, 39, 0.34);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        z-index: 1000;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        margin: 0 0 6px;
        flex: none;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        white-space: normal;
        padding: 9px 12px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation.is-open ul {
        transform: translateX(0);
    }

    .woocommerce-account .woocommerce-MyAccount-navigation.is-open::after {
        opacity: 1;
        visibility: visible;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation.is-open .woocommerce-MyAccount-nav-close {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation.is-open .woocommerce-MyAccount-nav-close:hover {
        background: #ffffff;
        color: black;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation.is-open .woocommerce-MyAccount-nav-close:focus { 
        background: #ffffff !important;
        color: black;
    }
    button.woocommerce-MyAccount-nav-toggle:focus {
        background: #ffffff !important;
        color: black;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 22px 18px;
    }
}

@media (max-width: 640px) {
    .woocommerce-account .woocommerce {
        margin-top: 16px;
        gap: 14px;
    }

    .woocommerce-account .woocommerce-MyAccount-nav-close {
        left: min(84vw, 320px);
        transform: translateX(-48px);
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        border-radius: 12px;
        padding: 18px 14px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .button,
    .woocommerce-account .woocommerce-MyAccount-content button:not(.show-password-input):not(.hide-password-input),
    .woocommerce-account .woocommerce-MyAccount-content input[type="submit"],
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button,
    .woocommerce-account .woocommerce-MyAccount-content a.button {
        width: 100%;
        justify-content: center;
        margin-bottom: 8px;
    }
}

/* ==========================================================================
   Product search filter shortcode [product_search_filter]
   ========================================================================== */

.pf-product-search {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	gap: 10px;
	width: 100%;
	margin: 0 0 24px;
}

.pf-product-search__field-wrap {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	max-width: 420px;
}

.pf-product-search__input {
	width: 100%;
	height: 44px;
	padding: 10px 16px;
	border: 1px solid #4a4a4a;
	border-radius: 6px;
	background: #fff;
	color: #1a1a1a;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.4;
	-webkit-appearance: none;
	appearance: none;
}

.pf-product-search__input::placeholder {
	color: #8a8a8a;
	font-weight: 400;
}

.pf-product-search__input:focus {
	outline: none;
	border-color: #3a3a3a;
}

.pf-product-search__input::-webkit-search-decoration,
.pf-product-search__input::-webkit-search-cancel-button,
.pf-product-search__input::-webkit-search-results-button {
	-webkit-appearance: none;
	appearance: none;
}

/* Override Elementor / theme button styles on the Go control */
.pf-product-search .pf-product-search__go,
.pf-product-search button.pf-product-search__go {
	flex: 0 0 auto;
	min-width: 72px;
	height: 44px;
	padding: 0 22px;
	border: none !important;
	border-radius: 6px !important;
	background: #91c499 !important;
	background-color: #91c499 !important;
	color: #1e3d2a !important;
	box-shadow: none !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 1.125rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0;
	text-transform: none;
	cursor: pointer;
}

.pf-product-search .pf-product-search__go:hover,
.pf-product-search button.pf-product-search__go:hover {
	background: #7fb087 !important;
	background-color: #7fb087 !important;
	color: #1e3d2a !important;
	border: none !important;
}

.pf-product-search .pf-product-search__go:focus,
.pf-product-search button.pf-product-search__go:focus {
	outline: none;
	background: #91c499 !important;
	background-color: #91c499 !important;
	color: #1e3d2a !important;
}

.pf-product-search .pf-product-search__go:disabled {
	opacity: 0.65;
	cursor: wait;
}

.pf-product-search__empty {
	list-style: none;
	width: 100%;
	padding: 24px 12px;
	color: #5c5c5c;
	font-size: 1rem;
	text-align: center;
}

/* ==========================================================================
   WooCommerce Product Cards – Unified Design
   ========================================================================== */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.05);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex: 1;
    flex-direction: column;
    text-decoration: none;
    overflow: hidden;
    border-radius: 8px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link img,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
    width: 100%;
    height: 290px;
    margin: 0 0 0;
    border-radius: 8px;
    object-fit: cover;
    background: #f1f4f8;
    transition: transform 0.35s ease;
    transform-origin: center center;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__link img,
.woocommerce-page ul.products li.product:hover .woocommerce-loop-product__link img {
    transform: scale(1.06);
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
    color: #121926;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 28%;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    margin: 0 0 14px;
    color: #121926;
    font-size: 1.2rem;
    font-weight: 500;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
    color: #7a8190;
    opacity: 1;
    margin-right: 6px;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
    text-decoration: none;
    color: #121926;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .button,
.woocommerce-page ul.products li.product .added_to_cart {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 11px 14px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #0f7a62;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.15;
    text-decoration: none;
}

.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart {
    margin-top: 8px;
}

@media (max-width: 1024px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__link img,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
        height: 240px;
    }

    .woocommerce ul.products li.product h2.woocommerce-loop-product__title,
    .woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 1.55rem;
    }

    .woocommerce ul.products li.product .price,
    .woocommerce-page ul.products li.product .price {
        font-size: 1.4rem;
    }
}

@media (max-width: 640px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        padding: 10px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__link img,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
        height: 205px;
    }
}

/* Force same card design on Empty Cart "New in store" products */
.wc-block-cart__empty-cart__new-in-store .wc-block-grid__products .wc-block-grid__product,
.wc-block-cart__empty-cart__new-in-store .wc-block-product,
.wc-block-cart__empty-cart__new-in-store li.wc-block-grid__product {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: 12px !important;
    background: #ffffff !important;
    border: 1px solid #e6eaf0 !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.05) !important;
}

.wc-block-cart__empty-cart__new-in-store .wc-block-grid__product-link,
.wc-block-cart__empty-cart__new-in-store .wc-block-product-link {
    display: flex !important;
    flex: 1 !important;
    flex-direction: column !important;
    text-decoration: none !important;
    overflow: hidden !important;
    border-radius: 8px !important;
}

.wc-block-cart__empty-cart__new-in-store .wc-block-grid__product-image img,
.wc-block-cart__empty-cart__new-in-store .wc-block-components-product-image img {
    width: 100% !important;
    height: 290px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    background: #f1f4f8 !important;
    transition: transform 0.35s ease !important;
    transform-origin: center center !important;
}

.wc-block-cart__empty-cart__new-in-store .wc-block-grid__product:hover .wc-block-grid__product-image img,
.wc-block-cart__empty-cart__new-in-store .wc-block-product:hover .wc-block-components-product-image img {
    transform: scale(1.06) !important;
}

.wc-block-cart__empty-cart__new-in-store .wc-block-grid__product-title,
.wc-block-cart__empty-cart__new-in-store .wc-block-components-product-name {
    margin: 0 0 8px !important;
    color: #121926 !important;
    font-size: 2rem !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
}

.wc-block-cart__empty-cart__new-in-store .wc-block-grid__product-price,
.wc-block-cart__empty-cart__new-in-store .wc-block-components-product-price {
    margin: 0 0 14px !important;
    color: #121926 !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
}

.wc-block-cart__empty-cart__new-in-store .wp-block-button__link,
.wc-block-cart__empty-cart__new-in-store .add_to_cart_button,
.wc-block-cart__empty-cart__new-in-store .wc-block-components-product-button__button {
    display: inline-flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: auto !important;
    padding: 11px 14px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    background: #0f7a62 !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    text-decoration: none !important;
}

@media (max-width: 1024px) {
    .wc-block-cart__empty-cart__new-in-store .wc-block-grid__product-image img,
    .wc-block-cart__empty-cart__new-in-store .wc-block-components-product-image img {
        height: 240px !important;
    }

    .wc-block-cart__empty-cart__new-in-store .wc-block-grid__product-title,
    .wc-block-cart__empty-cart__new-in-store .wc-block-components-product-name {
        font-size: 1.55rem !important;
    }

    .wc-block-cart__empty-cart__new-in-store .wc-block-grid__product-price,
    .wc-block-cart__empty-cart__new-in-store .wc-block-components-product-price {
        font-size: 1.4rem !important;
    }
}

@media (max-width: 640px) {
    .wc-block-cart__empty-cart__new-in-store .wc-block-grid__product-image img,
    .wc-block-cart__empty-cart__new-in-store .wc-block-components-product-image img {
        height: 205px !important;
    }
}

/* Exact styling for Woo product-new block markup */
.wp-block-product-new.wc-block-product-new.wc-block-grid .wc-block-grid__products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
    gap: 20px;
}

.wp-block-product-new.wc-block-product-new.wc-block-grid .wc-block-grid__product {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 !important;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.05);
}

.wp-block-product-new.wc-block-product-new.wc-block-grid .wc-block-grid__product-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    overflow: hidden;
    border-radius: 8px;
}

.wp-block-product-new.wc-block-product-new.wc-block-grid .wc-block-grid__product-image {
    border-radius: 8px;
    overflow: hidden;
    background: #f1f4f8;
}

.wp-block-product-new.wc-block-product-new.wc-block-grid .wc-block-grid__product-image img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.35s ease;
    transform-origin: center center;
}
.wp-block-woocommerce-cart{
    container-type: normal;
}
.alignwide {
    margin-inline: 0 !important;
}
.wp-block-product-new.wc-block-product-new.wc-block-grid .wc-block-grid__product:hover .wc-block-grid__product-image img {
    transform: scale(1.06);
}

.wp-block-product-new.wc-block-product-new.wc-block-grid .wc-block-grid__product-title {
    margin: 10px 0 8px;
    color: #121926;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
    text-transform: capitalize;
    text-align: start;
    font-family: "Playfair Display", serif;
}

.wp-block-product-new.wc-block-product-new.wc-block-grid .wc-block-grid__product-price {
    margin: 0 0 14px;
    color: #121926;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: start;
    font-family: "Playfair Display", serif;
}

.wp-block-product-new.wc-block-product-new.wc-block-grid .wc-block-grid__product-add-to-cart {
    margin-top: auto;
}
.wc-block-components-button:not(.is-link) {
    text-decoration: none !important;
}

.wp-block-product-new.wc-block-product-new.wc-block-grid .wc-block-grid__product-add-to-cart .wp-block-button__link {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 11px 14px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #0f7a62;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.15;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .wp-block-product-new.wc-block-product-new.wc-block-grid .wc-block-grid__products {
        grid-template-columns: repeat(2, minmax(200px, 1fr)) !important;
    }

    .wp-block-product-new.wc-block-product-new.wc-block-grid .wc-block-grid__product-image img {
        height: 240px;
    }

    .wp-block-product-new.wc-block-product-new.wc-block-grid .wc-block-grid__product-title {
        font-size: 1.55rem;
    }
}

@media (max-width: 640px) {
    .wp-block-product-new.wc-block-product-new.wc-block-grid .wc-block-grid__products {
        grid-template-columns: 1fr !important;
    }

    .wp-block-product-new.wc-block-product-new.wc-block-grid .wc-block-grid__product-image img {
        height: 205px;
    }
}
@media (max-width: 768px) {

.woocommerce-page header, .woocommerce-cart header,.woocommerce-checkout header,.single-product header{
    background: #026750;
}
.elementor-14 .elementor-element.elementor-element-70c4d4b img {
    width: 30% !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title{
    background-color: transparent !important;
}
.elementor-element.elementor-element-3327ed7.e-con-full.e-flex.e-con.e-child {
    padding-top: 0 !important;
}
}