:root {
	--wd-text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: var(--wd-text-font);
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: var(--wd-title-font);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: var(--wd-text-font);
	--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(77,33,14);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(162,85,48);
	--btn-accented-bgcolor-hover: rgb(162,85,48);
	--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;
	}

}
: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: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--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;
}

.woocommerce ul.products li.product a img {
 border-radius: 10px 10px 0 0;
}



/ * Checkout Page Custom Css Code */



.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-family: 'Plus Jakarta Sans';
}

.woocommerce-message {
    border-top-color: #A2532E;
    margin: 0;
}

a.button.wc-forward {
    background-color: #A2532E;
    color: white;
    padding: 15px 27px;
    font-family: 'Plus Jakarta Sans';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}



a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}





/* ═══════════════════════════════════════
   MAISON TUILERIES — Global Styles
   Paste into Elementor > Custom CSS
   or Theme > Additional CSS
═══════════════════════════════════════ */

/* ── GOOGLE FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=DM+Sans:wght@300;400;500&display=swap');

/* ── COLOUR VARIABLES ── */
:root {
  --cream:      #f7f3ec;
  --ivory:      #ede8de;
  --brown:      #4a1e0a;
  --brown-mid:  #7a3515;
  --brown-light:#b06040;
  --gold:       #c8923a;
  --gold-light: #e8b86a;
  --muted:      #8a6a52;
  --white:      #fdfaf5;
}

/* ── GLOBAL BASE ── */
body {
  font-family: 'DM Sans', sans-serif !important;
  background-color: var(--cream) !important;
  color: var(--brown) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/* ── HEADINGS ── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 500 !important;
/*   color: var(--brown) !important; */
  line-height: 1.10 !important;
  letter-spacing: -0.01em !important;
}

/* h1 { font-size: clamp(38px, 5vw, 64px) !important; }
h2 { font-size: clamp(30px, 4vw, 50px) !important; }
h3 { font-size: clamp(24px, 3vw, 38px) !important; }
h4 { font-size: clamp(20px, 2.5vw, 28px) !important; }
h5 { font-size: 20px !important; }
h6 { font-size: 16px !important; } */

/* italic accent for headings */
h1 em, h2 em, h3 em {
  font-style: italic !important;
  font-weight: 400 !important;
/*   color: var(--brown-light) !important; */
}

/* ── BODY TEXT ── */
p {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15.5px !important;
  line-height: 1.80 !important;
/*   color: var(--muted) !important; */
  font-weight: 400 !important;
}

/* elegant large paragraph */
p.lead {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 19px !important;
  font-weight: 300 !important;
  font-style: italic !important;
  line-height: 1.82 !important;
/*   color: var(--muted) !important; */
}

/* ── LINKS ── */
a {
/*   color: var(--brown-mid) !important; */
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}
a:hover { color: var(--gold) !important; }

/* ── LABELS & EYEBROWS ── */
.label, .eyebrow {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
/*   color: var(--gold) !important; */
}

/* ── GOLD DIVIDER ── */
/* .divider-gold {
  width: 48px !important;
  height: 1px !important;
  background: linear-gradient(90deg, var(--gold), transparent) !important;
  margin: 20px 0 !important;
} */

/* ── BUTTONS ── */

/* Primary — Dark Brown */
.btn-primary,
button.elementor-button,
a.elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
/*   background: var(--brown) !important; */
  color: var(--cream) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 15px 28px !important;
  border-radius: 4px !important;
  border: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.25s ease, background 0.2s ease !important;
  box-shadow: 0 6px 22px rgba(74,30,10,0.25) !important;
  position: relative !important;
  overflow: hidden !important;
}
.btn-primary:hover,
button.elementor-button:hover,
a.elementor-button:hover {
  transform: translateY(-3px) scale(1.03) !important;
  box-shadow: 0 12px 32px rgba(74,30,10,0.34) !important;
  background: var(--brown-mid) !important;
  color: var(--cream) !important;
}
.btn-primary:active,
button.elementor-button:active,
a.elementor-button:active {
  transform: translateY(0) scale(0.97) !important;
  transition-duration: 0.1s !important;
}

/* Secondary — Outline */
.btn-secondary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  background: transparent !important;
  color: var(--brown) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 14px 26px !important;
  border-radius: 4px !important;
  border: 1.5px solid rgba(74,30,10,0.28) !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), border-color 0.25s ease, background 0.2s ease !important;
}
.btn-secondary:hover {
  transform: translateY(-3px) scale(1.03) !important;
/*   border-color: var(--brown) !important; */
  background: rgba(74,30,10,0.05) !important;
/*   color: var(--brown) !important; */
}

/* Gold — Accent */
.btn-gold {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: linear-gradient(135deg, var(--gold), var(--gold-light)) !important;
/*   color: var(--brown) !important; */
  font-family: 'DM Sans', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 15px 28px !important;
  border-radius: 4px !important;
  border: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.25s ease !important;
  box-shadow: 0 6px 22px rgba(200,146,58,0.30) !important;
}
.btn-gold:hover {
  transform: translateY(-3px) scale(1.03) !important;
  box-shadow: 0 12px 32px rgba(200,146,58,0.44) !important;
  color: var(--brown) !important;
}

/* ── CARDS ── */
.card {
  background: rgba(255,255,255,0.60) !important;
  border: 1px solid rgba(74,30,10,0.08) !important;
  border-radius: 14px !important;
  padding: 32px !important;
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.30s ease, border-color 0.30s ease !important;
}
.card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 48px rgba(74,30,10,0.11) !important;
  border-color: rgba(200,146,58,0.28) !important;
}

/* ── SECTION SPACING ── */
section { padding: 0px 0px !important; }

/* ── UTILITY ── */
.text-gold     { color: var(--gold) !important; }
.text-brown    { color: var(--brown) !important; }
.text-muted    { color: var(--muted) !important; }
.text-italic   { font-style: italic !important; font-family: 'Cormorant Garamond', serif !important; }
.bg-cream      { background-color: var(--cream) !important; }
.bg-ivory      { background-color: var(--ivory) !important; }
.bg-brown      { background-color: var(--brown) !important; color: var(--cream) !important; }






