:root {
  --viante-canvas: #fbf7ef;
  --viante-cream: #f8f1e7;
  --viante-sand: #e9ddcd;
  --viante-ink: #211b16;
  --viante-dark-surface: #111311;
  --viante-muted: #6b645c;
  --viante-gold: #d8ad63;
  --viante-copper: #99602b;
  --viante-off-white: #fff9ef;
  --viante-ivory: var(--viante-cream);
  --viante-paper: var(--viante-canvas);
  --viante-charcoal: var(--viante-ink);
  --viante-line: rgba(92, 69, 42, 0.22);
  --viante-dark: var(--viante-dark-surface);
  --viante-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --viante-sans: Inter, Arial, Helvetica, sans-serif;
  --viante-size-display: clamp(48px, 4.4vw, 64px);
  --viante-size-h1: clamp(40px, 3.6vw, 52px);
  --viante-size-h2: clamp(34px, 3vw, 44px);
  --viante-size-h3: clamp(25px, 2vw, 30px);
  --viante-size-intro: clamp(19px, 1.5vw, 20px);
  --viante-size-body: 17px;
  --viante-container: 1240px;
  --viante-radius: 2px;
  --viante-space-section: clamp(76px, 9vw, 136px);
}

.viante-phase1,
.viante-phase1 * {
  box-sizing: border-box;
}

.viante-phase1 {
  background: var(--viante-paper);
  color: var(--viante-ink);
  font-family: var(--viante-sans);
  font-size: 17px;
  line-height: 1.72;
}

.viante-phase1 h1,
.viante-phase1 h2,
.viante-phase1 h3 {
  color: var(--viante-charcoal);
  font-family: var(--viante-serif);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.98;
  margin: 0;
}

.viante-phase1 h1 { font-size: var(--viante-size-display); }
.viante-phase1 h2 { font-size: var(--viante-size-h2); }
.viante-phase1 h3 { font-size: var(--viante-size-h3); }

.viante-shell {
  margin-inline: auto;
  max-width: var(--viante-container);
  padding-inline: clamp(22px, 4vw, 54px);
  width: 100%;
}

/* Custom WooCommerce product layouts must escape Avada's padded content row. */
html body.single-product #main.clearfix.width-100 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html body.single-product #main.clearfix.width-100 > .fusion-row {
  max-width: none !important;
  width: 100% !important;
}

.viante-eyebrow {
  color: var(--viante-copper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.viante-button {
  align-items: center;
  background: var(--viante-charcoal);
  border: 1px solid var(--viante-charcoal);
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.17em;
  min-height: 52px;
  padding: 15px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 240ms ease, background 240ms ease;
}

.viante-button:hover { background: #2a2925; color: #fff; transform: translateY(-2px); }

.viante-header {
  background: rgba(251, 246, 237, 0.96);
  border-bottom: 1px solid var(--viante-line);
  position: relative;
  z-index: 5;
}

.viante-header__inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  min-height: 92px;
}

.viante-brand { color: var(--viante-charcoal); font-family: var(--viante-serif); font-size: 24px; letter-spacing: 0.13em; line-height: 0.9; text-decoration: none; }
.viante-brand small { display: block; font-family: var(--viante-sans); font-size: 9px; letter-spacing: 0.28em; margin-top: 8px; }
.viante-nav { display: flex; gap: clamp(18px, 2.2vw, 34px); }
.viante-nav a { color: var(--viante-ink); font-size: 13px; text-decoration: none; }

.viante-hero {
  align-items: stretch;
  background: var(--viante-paper);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: min(780px, calc(100vh - 92px));
  overflow: hidden;
}

.viante-hero__copy { align-self: center; max-width: 680px; padding: clamp(70px, 9vw, 138px) clamp(28px, 6vw, 92px); }
.viante-hero__copy p:not(.viante-eyebrow) { font-size: 18px; margin: 32px 0; max-width: 590px; }
.viante-elements-line { color: var(--viante-copper); font-size: 13px; font-weight: 600; letter-spacing: 0.17em; margin-top: 24px; }
.viante-microcopy { color: #676157; font-size: 13px !important; margin-top: 14px !important; }
.viante-hero__visual { min-height: 560px; position: relative; }
.viante-hero__visual img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }

.viante-section { padding-block: var(--viante-space-section); }
.viante-section--dark { background: var(--viante-dark); color: #f6f0e6; }
.viante-section--dark h2, .viante-section--dark h3 { color: #fffaf1; }
.viante-section__intro { margin: 0 auto 58px; max-width: 840px; text-align: center; }
.viante-section__intro p:last-child { margin: 24px auto 0; max-width: 680px; }

.viante-card-grid { display: grid; gap: 14px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.viante-element-card { aspect-ratio: 2 / 3; border: 1px solid rgba(196, 146, 75, 0.42); overflow: hidden; position: relative; }
.viante-element-card img { height: 100%; object-fit: cover; transition: transform 650ms ease; width: 100%; }
.viante-element-card:hover img { transform: scale(1.018); }
.viante-element-card__veil { background: linear-gradient(180deg, rgba(0,0,0,.04) 42%, rgba(0,0,0,.86) 100%); inset: 0; position: absolute; }
.viante-element-card__copy { bottom: 0; color: #fff; left: 0; padding: 24px 19px; position: absolute; right: 0; }
.viante-element-card__copy h3 { color: #fff; font-size: 28px; letter-spacing: .05em; }
.viante-element-card__copy p { font-size: 12px; line-height: 1.45; margin: 8px 0 0; }

.viante-recognition { align-items: center; display: grid; gap: clamp(42px, 7vw, 110px); grid-template-columns: .82fr 1.18fr; }
.viante-eighty { color: var(--viante-copper); font-family: var(--viante-serif); font-size: clamp(94px, 14vw, 210px); line-height: .8; text-align: center; }
.viante-recognition__copy p { max-width: 660px; }

.viante-books { align-items: center; display: grid; gap: clamp(42px, 7vw, 110px); grid-template-columns: 1fr 1fr; }
.viante-books__covers { display: grid; grid-template-columns: repeat(5, 1fr); min-height: 480px; position: relative; }
.viante-books__covers img { align-self: center; box-shadow: 0 18px 50px rgba(22,15,8,.16); max-width: 150%; transform: translateX(calc(var(--i) * -12%)) rotate(calc((var(--i) - 2) * 1.5deg)); width: 145%; }

.viante-practice { align-items: stretch; display: grid; grid-template-columns: 1fr 1fr; }
.viante-practice__placeholder { align-items: center; background: #d9d0c2; color: #675f54; display: flex; justify-content: center; min-height: 520px; padding: 40px; text-align: center; }
.viante-practice__copy { align-items: flex-start; background: var(--viante-dark); color: #eee7dc; display: flex; flex-direction: column; justify-content: center; padding: clamp(56px, 8vw, 120px); }
.viante-practice__copy h2 { color: #fffaf1; }

.viante-home-plan-note {
  border-top: 1px solid rgba(216, 173, 99, .28);
  margin-top: 28px;
  max-width: 620px;
  padding-top: 24px;
}
.viante-home-plan-note .viante-eyebrow { margin-bottom: 12px; }
.viante-home-plan-note p:not(.viante-eyebrow) { color: #cfc7ba; font-size: 14px; line-height: 1.7; margin: 0 0 14px; }
.viante-home-plan-note a { color: var(--viante-gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }

.viante-final { background: var(--viante-charcoal); color: #fff; padding-block: 90px; text-align: center; }
.viante-final h2 { color: #fff; }
.viante-final .viante-button { background: var(--viante-paper); color: var(--viante-charcoal); margin-top: 30px; }

.viante-footer { background: #0b0c0b; color: #aaa397; padding: 64px 0 30px; }
.viante-footer__grid { display: grid; gap: 40px; grid-template-columns: 1.4fr repeat(3, 1fr); }
.viante-footer h3 { color: #f8f1e6; font-size: 18px; letter-spacing: .08em; }
.viante-footer a { color: #bbb4a7; display: block; font-size: 13px; margin-top: 8px; text-decoration: none; }
.viante-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; margin-top: 48px; padding-top: 22px; }
.viante-mobile-menu { display: none; }

@media (max-width: 1040px) {
  .viante-nav { display: none; }
  .viante-header__inner { grid-template-columns: 1fr auto; }
  .viante-header .viante-button { display: none; }
  .viante-mobile-menu { background: transparent; border: 0; display: block; font-size: 28px; }
  .viante-hero { grid-template-columns: 1fr; }
  .viante-hero__copy { order: 1; }
  .viante-hero__visual { min-height: 520px; order: 2; }
  .viante-card-grid { display: flex; margin-inline: -22px; overflow-x: auto; padding: 0 22px 22px; scroll-snap-type: x mandatory; }
  .viante-element-card { flex: 0 0 min(78vw, 330px); scroll-snap-align: center; }
  .viante-recognition, .viante-books, .viante-practice { grid-template-columns: 1fr; }
  .viante-books__covers { min-height: 360px; }
  .viante-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .viante-phase1 { font-size: 16px; }
  .viante-header__inner { min-height: 76px; }
  .viante-hero { min-height: 0; }
  .viante-hero__copy { padding: 64px 22px 54px; }
  .viante-hero__visual { min-height: 460px; }
  .viante-elements-line { line-height: 1.8; }
  .viante-recognition { gap: 28px; }
  .viante-books__covers { min-height: 260px; }
  .viante-practice__placeholder { min-height: 370px; }
  .viante-footer__grid { grid-template-columns: 1fr; }
}

/* Cart layout v2: override the Avada cart-builder geometry as one coherent page. */
body.woocommerce-cart #main {
  padding-top: clamp(28px, 4vw, 56px) !important;
}

body.woocommerce-cart #content .post-content > .fusion-fullwidth:first-child {
  overflow: hidden !important;
  margin: 0 0 clamp(28px, 4vw, 48px) !important;
  padding: clamp(38px, 5vw, 64px) !important;
  background:
    radial-gradient(circle at 88% 20%, rgba(177, 111, 47, .18), transparent 30%),
    linear-gradient(135deg, #f3eadc 0%, #fffaf3 74%) !important;
  border: 1px solid rgba(153, 105, 55, .2) !important;
}

body.woocommerce-cart #content .post-content > .fusion-fullwidth:first-child .awb-background-mask {
  display: none !important;
}

body.woocommerce-cart #content .post-content > .fusion-fullwidth:first-child .fusion-builder-row,
body.woocommerce-cart #content .post-content > .fusion-fullwidth:first-child .fusion-layout-column,
body.woocommerce-cart #content .post-content > .fusion-fullwidth:first-child .fusion-column-wrapper {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

body.woocommerce-cart #content .post-content > .fusion-fullwidth:first-child .fusion-column-wrapper::before {
  display: block;
  margin: 0 0 12px;
  color: #9b612c;
  content: 'JOUW SELECTIE';
  font: 700 11px/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: .2em;
}

body.woocommerce-cart #content .post-content > .fusion-fullwidth:first-child h2 {
  color: #17130f !important;
  font: 400 clamp(46px, 6vw, 76px)/.98 Georgia, 'Times New Roman', serif !important;
  letter-spacing: -.04em !important;
}

body.woocommerce-cart #content .post-content > .fusion-fullwidth:nth-child(2) {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.woocommerce-cart #content .post-content > .fusion-fullwidth:nth-child(2) > .fusion-builder-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.75fr) minmax(320px, .75fr) !important;
  align-items: start !important;
  gap: clamp(24px, 3vw, 40px) !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-cart #content .fusion-builder-column-5,
body.woocommerce-cart #content .fusion-builder-column-6 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-cart #content .fusion-builder-column-5 > .fusion-column-wrapper {
  margin: 0 !important;
}

body.woocommerce-cart #content .fusion-builder-column-6 > .fusion-column-wrapper {
  display: block !important;
  margin: 0 !important;
  padding: clamp(26px, 3vw, 38px) !important;
  background: #f3eadc !important;
  border: 1px solid rgba(132, 91, 50, .22) !important;
  box-shadow: 0 18px 50px rgba(54, 38, 23, .07) !important;
}

body.woocommerce-cart #content .fusion-builder-column-6 > .fusion-column-wrapper::before {
  display: block;
  margin: 0 0 22px;
  color: #17130f;
  content: 'Overzicht';
  font: 400 32px/1.1 Georgia, 'Times New Roman', serif;
}

body.woocommerce-cart .fusion-woo-cart-totals-wrapper,
body.woocommerce-cart .cart_totals {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-cart .cart_totals h2 {
  display: none !important;
}

body.woocommerce-cart .cart_totals table.shop_table {
  width: 100% !important;
  margin: 0 0 24px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  padding: 15px 0 !important;
  background: transparent !important;
  border-width: 0 0 1px !important;
  border-color: rgba(132, 91, 50, .18) !important;
}

body.woocommerce-cart .cart_totals table.shop_table td {
  text-align: right !important;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  display: grid !important;
  gap: 10px !important;
  width: 100% !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .button,
body.woocommerce-cart .fusion-woo-cart_coupons .button {
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #0b2220 !important;
  border-color: #0b2220 !important;
  color: #e2b86c !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .fusion-update-cart {
  order: 2;
  background: transparent !important;
  color: #6f431d !important;
}

body.woocommerce-cart .woocommerce-cart-form .coupon {
  display: none !important;
}

body.woocommerce-cart .fusion-woo-cart_coupons {
  position: static !important;
  width: 100% !important;
  margin: 26px 0 0 !important;
  padding: 26px 0 0 !important;
  border-top: 1px solid rgba(132, 91, 50, .18) !important;
}

body.woocommerce-cart .fusion-woo-cart_coupons .avada-coupon-fields {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

body.woocommerce-cart .fusion-woo-cart_coupons input {
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  background: #fffaf3 !important;
  border: 1px solid rgba(132, 91, 50, .28) !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table {
  margin: 0 !important;
}

body.woocommerce-cart .woocommerce-cart-form .avada-cart-actions {
  display: none !important;
}

@media (max-width: 900px) {
  body.woocommerce-cart #content .post-content > .fusion-fullwidth:nth-child(2) > .fusion-builder-row {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-cart #content .fusion-builder-column-6 > .fusion-column-wrapper {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  body.woocommerce-cart #main {
    padding: 24px 16px 70px !important;
  }

  body.woocommerce-cart #content .post-content > .fusion-fullwidth:first-child {
    padding: 34px 24px !important;
  }

  body.woocommerce-cart #content .post-content > .fusion-fullwidth:first-child h2 {
    font-size: 46px !important;
  }

  body.woocommerce-cart #content .fusion-builder-column-6 > .fusion-column-wrapper {
    padding: 24px 20px !important;
  }
}

/* Priority-1 branded 404; deliberately small and independent of page copy. */
html body.error404 .fusion-page-title-bar.fusion-tb-page-title-bar {
  display: none !important;
}

html body.error404 #main.viante-p1-404 {
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(216, 173, 99, .14), transparent 34%),
    var(--viante-paper);
  display: flex;
  justify-content: center;
  min-height: min(720px, calc(100vh - 93px));
  padding: clamp(70px, 9vw, 130px) 24px;
}

html body.error404 .viante-p1-404__panel {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

html body.error404 .viante-p1-404__panel h1 {
  color: var(--viante-ink) !important;
  font-family: var(--viante-serif) !important;
  font-size: clamp(40px, 4.4vw, 58px) !important;
  line-height: 1.02 !important;
  margin: 0 0 24px !important;
}

html body.error404 .viante-p1-404__panel > p:not(.viante-eyebrow) {
  font-family: var(--viante-sans) !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
  margin: 0 auto !important;
  max-width: 590px;
}

html body.error404 .viante-p1-404__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 36px;
}

html body.error404 .viante-p1-404__secondary {
  align-items: center;
  border: 1px solid var(--viante-copper);
  color: var(--viante-ink);
  display: inline-flex;
  font-family: var(--viante-sans);
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .13em;
  min-height: 52px;
  padding: 14px 24px;
  text-decoration: none;
  text-transform: uppercase;
}

html body.error404 .viante-p1-404__text {
  color: var(--viante-copper);
  font-family: var(--viante-sans);
  font-size: 13px;
  font-weight: 700;
  padding: 14px 8px;
  text-decoration: none;
}

@media (max-width: 640px) {
  html body.error404 #main.viante-p1-404 {
    min-height: calc(100vh - 77px);
    padding: 58px 20px 76px;
  }

  html body.error404 .viante-p1-404__actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* 3.2.0: Home-like 404 hero and safe onward routes. */
html body.error404 #main.clearfix {
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

html body.error404 .viante-404-page {
  background: var(--viante-paper);
  color: var(--viante-ink);
  overflow: hidden;
}

html body.error404 .viante-404-hero {
  background: radial-gradient(circle at 76% 16%, rgba(216, 173, 99, .13), transparent 31%), var(--viante-paper);
  border-bottom: 1px solid var(--viante-line);
}

html body.error404 .viante-404-hero__grid {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  min-height: min(650px, calc(100vh - 93px));
}

html body.error404 .viante-404-hero__copy {
  align-self: center;
  padding: clamp(72px, 8vw, 118px) clamp(38px, 6vw, 84px) clamp(72px, 8vw, 118px) 0;
  position: relative;
  z-index: 2;
}

html body.error404 .viante-404-hero__copy h1 {
  color: var(--viante-ink) !important;
  font-family: var(--viante-serif) !important;
  font-size: clamp(46px, 4.2vw, 62px) !important;
  font-weight: 500 !important;
  letter-spacing: -.025em !important;
  line-height: .98 !important;
  margin: 22px 0 28px !important;
  max-width: 590px;
}

html body.error404 .viante-404-hero__copy > p:not(.viante-eyebrow) {
  font-family: var(--viante-sans) !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
  margin: 0 !important;
  max-width: 540px;
}

html body.error404 .viante-404-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 38px;
}

html body.error404 .viante-404-hero__link {
  color: var(--viante-copper);
  font-family: var(--viante-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}

html body.error404 .viante-404-hero__visual {
  margin: 0;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

html body.error404 .viante-404-hero__visual::before {
  background: linear-gradient(90deg, var(--viante-paper) 0%, rgba(251, 247, 239, .84) 10%, rgba(251, 247, 239, 0) 32%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

html body.error404 .viante-404-hero__visual img {
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  width: 100%;
}

html body.error404 .viante-404-routes {
  background: #fffaf3;
  padding: clamp(72px, 8vw, 110px) 0 clamp(82px, 9vw, 124px);
}

html body.error404 .viante-404-routes__intro {
  margin-bottom: 42px;
  text-align: center;
}

html body.error404 .viante-404-routes__intro h2 {
  color: var(--viante-ink) !important;
  font-family: var(--viante-serif) !important;
  font-size: clamp(38px, 3.4vw, 50px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  margin: 16px 0 0 !important;
}

html body.error404 .viante-404-routes__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html body.error404 .viante-404-route {
  background: var(--viante-paper);
  border: 1px solid var(--viante-line);
  color: var(--viante-ink);
  display: flex;
  flex-direction: column;
  min-height: 290px;
  padding: 30px;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

html body.error404 .viante-404-route:hover,
html body.error404 .viante-404-route:focus-visible {
  border-color: var(--viante-copper);
  box-shadow: 0 18px 46px rgba(29, 26, 23, .08);
  transform: translateY(-4px);
}

html body.error404 .viante-404-route__number {
  color: var(--viante-copper);
  font-family: var(--viante-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

html body.error404 .viante-404-route strong {
  font-family: var(--viante-serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.06;
  margin: 26px 0 16px;
}

html body.error404 .viante-404-route > span:not(.viante-404-route__number) {
  font-family: var(--viante-sans);
  font-size: 15px;
  line-height: 1.68;
}

html body.error404 .viante-404-route em {
  color: var(--viante-copper);
  font-family: var(--viante-sans);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .13em;
  margin-top: auto;
  padding-top: 28px;
  text-transform: uppercase;
}

@media (min-width: 1241px) {
  html body.error404 .viante-404-hero__visual {
    margin-right: calc(-1 * (max(0px, (100vw - var(--viante-container)) / 2) + clamp(22px, 4vw, 54px) - 8px));
    width: auto;
  }
}

@media (max-width: 900px) {
  html body.error404 .viante-404-hero__grid {
    grid-template-columns: 1fr;
  }

  html body.error404 .viante-404-hero__copy {
    padding: 70px 0 56px;
  }

  html body.error404 .viante-404-hero__visual {
    min-height: 410px;
  }

  html body.error404 .viante-404-hero__visual::before {
    background: linear-gradient(180deg, var(--viante-paper) 0%, rgba(251, 247, 239, .5) 12%, rgba(251, 247, 239, 0) 34%);
  }

  html body.error404 .viante-404-routes__grid {
    grid-template-columns: 1fr;
  }

  html body.error404 .viante-404-route {
    min-height: 250px;
  }
}

@media (max-width: 640px) {
  html body.error404 .viante-404-hero__copy {
    padding: 56px 0 46px;
  }

  html body.error404 .viante-404-hero__copy h1 {
    font-size: 42px !important;
    margin: 18px 0 22px !important;
  }

  html body.error404 .viante-404-hero__copy > p:not(.viante-eyebrow) {
    font-size: 16px !important;
  }

  html body.error404 .viante-404-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  html body.error404 .viante-404-hero__link {
    padding: 8px 0;
  }

  html body.error404 .viante-404-hero__visual {
    min-height: 330px;
  }

  html body.error404 .viante-404-routes {
    padding: 64px 0 76px;
  }

  html body.error404 .viante-404-route {
    min-height: 0;
    padding: 26px 24px;
  }
}

/* 3.0.1: remove the legacy duplicate desktop CTA and reserve the true logo width. */
@media (min-width: 1041px) {
  html body .viante-header.viante-header--canonical .viante-header__inner {
    grid-template-areas: "brand nav cta cart" !important;
    grid-template-columns: 180px minmax(0, 1fr) auto auto !important;
  }

  html body .viante-header.viante-header--canonical .viante-nav {
    min-width: 0 !important;
  }

  html body .viante-header.viante-header--canonical .viante-nav .viante-nav__cta {
    display: none !important;
  }
}

/* Let right-hand editorial heroes finish at the viewport edge, like Home. */
@media (min-width: 1241px) {
  html body #main .about-hero,
  html body #main .contact-hero {
    overflow: hidden !important;
  }

  html body #main .about-hero__visual,
  html body #main .contact-hero__visual.is-viante-photo {
    width: calc(100% + ((100vw - 1240px) / 2)) !important;
    max-width: none !important;
  }

  html body #main .about-hero__visual::after,
  html body #main .contact-hero__visual.is-viante-photo::after {
    background: linear-gradient(90deg,
      rgba(251, 247, 239, .98) 0%,
      rgba(251, 247, 239, .84) 14%,
      rgba(251, 247, 239, .18) 34%,
      rgba(251, 247, 239, 0) 52%) !important;
  }
}

/* Full-width subpage heroes: use the same composition as the homepage hero. */
@media (min-width: 1041px) {
  html body #main .about-hero__grid,
  html body #main .contact-hero__grid {
    display: grid !important;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: none !important;
    min-height: 720px !important;
    padding: 0 !important;
    width: 100vw !important;
  }

  html body #main .about-hero__copy,
  html body #main .contact-hero__copy {
    align-self: center !important;
    box-sizing: border-box !important;
    justify-self: start !important;
    max-width: 680px !important;
    padding: clamp(64px, 7.2vw, 104px) clamp(28px, 6vw, 92px) !important;
    width: 100% !important;
  }

  html body #main .about-hero__visual,
  html body #main .contact-hero__visual.is-viante-photo {
    align-self: stretch !important;
    height: 100% !important;
    min-height: inherit !important;
    width: 100% !important;
  }

  html body #main .about-hero__visual::after,
  html body #main .contact-hero__visual.is-viante-photo::after {
    background: linear-gradient(90deg,
      rgba(251, 247, 239, .99) 0%,
      rgba(251, 247, 239, .82) 13%,
      rgba(251, 247, 239, .16) 31%,
      rgba(251, 247, 239, 0) 50%) !important;
  }
}

/* Match the subpage hero copy to the homepage typography and CTA rhythm. */
html body #main .about-hero__copy,
html body #main .contact-hero__copy {
  font-family: var(--viante-sans) !important;
}

html body #main .about-hero__copy > p:not(.viante-eyebrow):not(:last-child),
html body #main .contact-hero__copy > p:not(.viante-eyebrow) {
  font-family: var(--viante-sans) !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
  margin: 0 0 24px !important;
  max-width: 590px !important;
}

html body #main .about-hero__copy .viante-eyebrow,
html body #main .contact-hero__copy .viante-eyebrow {
  font-family: var(--viante-sans) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  margin-bottom: 24px !important;
}

html body #main .about-hero__copy h1,
html body #main .contact-hero__copy h1 {
  font-family: var(--viante-serif) !important;
  font-size: clamp(40px, 3.6vw, 52px) !important;
  line-height: 1.02 !important;
  margin: 0 0 32px !important;
}

html body #main .about-hero__copy .about-text-link {
  align-items: center !important;
  background: var(--viante-dark-surface) !important;
  border: 1px solid var(--viante-dark-surface) !important;
  color: var(--viante-gold) !important;
  display: inline-flex !important;
  font-family: var(--viante-sans) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  justify-content: center !important;
  letter-spacing: .15em !important;
  min-height: 52px !important;
  padding: 15px 28px !important;
  text-transform: uppercase !important;
}

/* One canonical public header across embedded and theme-rendered variants. */
html body .viante-header.viante-header--canonical {
  background: rgba(251, 246, 237, .96) !important;
  border-bottom: 1px solid rgba(153, 105, 55, .22) !important;
  box-shadow: none !important;
  color: var(--viante-ink) !important;
  font-family: var(--viante-sans) !important;
  min-height: 93px !important;
}

/* Home content is wrapped by Avada with two empty paragraphs. Collapse them. */
html body.home .viante-home-content > p:empty {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .viante-header.viante-header--canonical .viante-header__inner {
  align-items: center !important;
  gap: 18px !important;
  margin-inline: auto !important;
  max-width: 1240px !important;
  min-height: 92px !important;
  padding-inline: clamp(22px, 4vw, 54px) !important;
  width: 100% !important;
}

html body .viante-header.viante-header--canonical .viante-nav {
  align-items: center !important;
  gap: clamp(18px, 2.2vw, 34px) !important;
}

html body .viante-header.viante-header--canonical .viante-nav a {
  align-items: center !important;
  color: var(--viante-ink) !important;
  display: inline-flex !important;
  font-family: var(--viante-sans) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  min-height: 48px !important;
  position: relative !important;
}

html body .viante-header.viante-header--canonical .viante-nav a.is-active,
html body .viante-header.viante-header--canonical .viante-nav a[aria-current='page'] {
  color: var(--viante-copper) !important;
}

html body .viante-header.viante-header--canonical .viante-nav a.is-active::after,
html body .viante-header.viante-header--canonical .viante-nav a[aria-current='page']::after {
  background: var(--viante-copper) !important;
  bottom: 4px !important;
  content: '' !important;
  height: 1px !important;
  left: 0 !important;
  position: absolute !important;
  right: 0 !important;
}

html body .viante-header.viante-header--canonical > .viante-header__inner > .viante-button,
html body .viante-header.viante-header--canonical > .viante-header__inner > p > .viante-button,
html body .viante-header.viante-header--canonical .viante-header__actions .viante-button {
  align-items: center !important;
  background: var(--viante-dark-surface) !important;
  border: 1px solid var(--viante-dark-surface) !important;
  border-radius: 2px !important;
  color: var(--viante-gold) !important;
  display: inline-flex !important;
  font-family: var(--viante-sans) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  justify-content: center !important;
  letter-spacing: .15em !important;
  min-height: 52px !important;
  padding: 15px 28px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body .viante-header.viante-header--canonical .viante-cart-link,
html body .viante-header.viante-header--canonical .viante-mobile-menu {
  font-family: var(--viante-sans) !important;
}

@media (max-width: 1040px) {
  html body .viante-header.viante-header--canonical {
    min-height: 77px !important;
  }

  html body .viante-header.viante-header--canonical .viante-header__inner {
    min-height: 76px !important;
    padding-inline: 0 !important;
    width: calc(100% - 40px) !important;
  }

  html body .viante-header.viante-header--canonical > .viante-header__inner > .viante-button,
  html body .viante-header.viante-header--canonical > .viante-header__inner > p > .viante-button,
  html body .viante-header.viante-header--canonical .viante-header__actions .viante-button {
    display: none !important;
  }

  html body .viante-header.viante-header--canonical .viante-nav[data-open] a {
    display: flex !important;
    font-family: var(--viante-sans) !important;
    font-size: 15px !important;
    min-height: 48px !important;
  }
}

/* WooCommerce customer journey. */
.viante-cart-link {
  align-items: center !important;
  color: #17120e !important;
  display: inline-flex !important;
  gap: 6px !important;
  grid-area: cart !important;
  justify-self: end !important;
  min-height: 48px !important;
  padding: 8px 2px !important;
  position: relative !important;
  text-decoration: none !important;
}

.viante-cart-link svg {
  fill: none !important;
  height: 24px !important;
  stroke: currentColor !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 1.45 !important;
  width: 24px !important;
}

.viante-cart-link__label {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.viante-cart-link__count {
  align-items: center !important;
  background: #9b612c !important;
  border-radius: 999px !important;
  color: #fffaf2 !important;
  display: inline-flex !important;
  font: 700 10px/1 Arial, Helvetica, sans-serif !important;
  height: 20px !important;
  justify-content: center !important;
  min-width: 20px !important;
  padding: 0 5px !important;
}

body.woocommerce,
body.woocommerce-page {
  background: #fbf7f0 !important;
}

body.woocommerce #main,
body.woocommerce-page #main {
  background: #fbf7f0 !important;
  margin: 0 !important;
  max-width: none !important;
  padding: clamp(52px, 7vw, 96px) max(24px, calc((100vw - 1240px) / 2)) clamp(80px, 9vw, 130px) !important;
  width: 100% !important;
}

body.woocommerce #main > .fusion-row,
body.woocommerce-page #main > .fusion-row {
  max-width: 1240px !important;
  width: 100% !important;
}

.woocommerce .woocommerce-products-header__title.page-title {
  display: none !important;
}

.viante-shop-intro {
  background:
    radial-gradient(circle at 86% 25%, rgba(187, 132, 67, .15), transparent 31%),
    linear-gradient(135deg, #fffaf3 0%, #f0e6d8 100%);
  border: 1px solid rgba(145, 95, 43, .2);
  margin: 0 0 48px;
  padding: clamp(34px, 6vw, 72px);
}

.viante-shop-intro h1 {
  color: #17130f !important;
  font: 400 clamp(46px, 6vw, 78px)/.98 Georgia, 'Times New Roman', serif !important;
  letter-spacing: -.035em !important;
  margin: 0 0 24px !important;
}

.viante-shop-intro > p:not(.viante-service-eyebrow) {
  color: #62594e;
  font-size: 18px;
  line-height: 1.65;
  max-width: 720px;
}

.viante-shop-intro > a,
.viante-commerce-help a,
.viante-account-help a {
  color: #8a5420 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  color: #6b6257;
  font-size: 14px;
  margin-bottom: 28px;
}

.woocommerce .woocommerce-ordering select {
  background: #fffaf3;
  border: 1px solid rgba(132, 91, 50, .27);
  min-height: 46px;
  padding: 8px 38px 8px 12px;
}

.woocommerce ul.products {
  clear: both;
  display: grid !important;
  gap: 26px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }

.woocommerce ul.products li.product {
  background: #fffaf3 !important;
  border: 1px solid rgba(132, 91, 50, .21) !important;
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
  margin: 0 !important;
  padding: 18px 18px 24px !important;
  transition: box-shadow 220ms ease, transform 220ms ease;
  width: auto !important;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 18px 50px rgba(54, 38, 23, .11);
  transform: translateY(-3px);
}

.woocommerce ul.products li.product img {
  aspect-ratio: 4 / 5;
  background: #eee4d6;
  margin: 0 0 22px !important;
  object-fit: cover;
  width: 100% !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #17130f !important;
  font: 400 29px/1.1 Georgia, 'Times New Roman', serif !important;
  padding: 0 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #8d5621 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.woocommerce a.button,
.woocommerce a.woocommerce-Button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button {
  align-items: center !important;
  background: #0b2220 !important;
  border: 1px solid #0b2220 !important;
  border-radius: 0 !important;
  color: #e2b86c !important;
  display: inline-flex !important;
  font: 700 11px/1.2 Arial, Helvetica, sans-serif !important;
  justify-content: center !important;
  letter-spacing: .13em !important;
  min-height: 50px !important;
  padding: 14px 22px !important;
  text-transform: uppercase !important;
}

.woocommerce ul.products li.product .button { margin-top: auto !important; }

.woocommerce div.product {
  display: grid;
  gap: clamp(38px, 6vw, 84px);
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.woocommerce div.product > .woocommerce-product-gallery,
.woocommerce div.product > .summary {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}

.woocommerce div.product .woocommerce-product-gallery {
  background: linear-gradient(145deg, #f1e6d7, #fffaf3);
  border: 1px solid rgba(132, 91, 50, .18);
  padding: clamp(20px, 4vw, 44px);
}

.woocommerce div.product .woocommerce-product-gallery img {
  box-shadow: 0 22px 55px rgba(47, 28, 13, .16);
}

.viante-product-eyebrow {
  color: #a86c2c !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .18em !important;
  margin: 0 0 18px !important;
  text-transform: uppercase;
}

.woocommerce div.product .product_title {
  color: #17130f !important;
  font: 400 clamp(45px, 5vw, 70px)/1 Georgia, 'Times New Roman', serif !important;
  letter-spacing: -.035em !important;
  margin: 0 0 24px !important;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  color: #5f574e;
  font-size: 17px;
  line-height: 1.75;
}

.woocommerce div.product form.cart {
  align-items: stretch;
  display: flex !important;
  gap: 12px;
  margin: 30px 0 20px !important;
}

.woocommerce .quantity .qty {
  border: 1px solid rgba(132, 91, 50, .3) !important;
  min-height: 50px !important;
  width: 72px !important;
}

.viante-product-assurances {
  border-bottom: 1px solid rgba(132, 91, 50, .2);
  border-top: 1px solid rgba(132, 91, 50, .2);
  color: #61584e;
  display: grid;
  font-size: 13px;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  padding: 18px 0;
}

.viante-product-assurances span::before {
  color: #aa6e2d;
  content: '✓';
  margin-right: 7px;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .up-sells {
  grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid rgba(132, 91, 50, .22);
  margin: 58px 0 0 !important;
  padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent !important;
  border: 0 !important;
  margin: 0 30px 0 0 !important;
  padding: 0 0 14px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.woocommerce div.product .woocommerce-tabs .panel {
  color: #5f574e;
  line-height: 1.75;
  max-width: 900px;
  padding: 38px 0;
}

.woocommerce div.product .woocommerce-tabs h2,
.woocommerce .related > h2,
.woocommerce-cart h1,
.woocommerce-checkout h1 {
  color: #17130f !important;
  font: 400 clamp(34px, 4vw, 54px)/1.1 Georgia, 'Times New Roman', serif !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner {
  background: #f3eadc !important;
  border: 1px solid rgba(132, 91, 50, .24) !important;
  border-left: 3px solid #a86c2c !important;
  color: #3f3932 !important;
}

.woocommerce table.shop_table,
.wc-block-cart-items,
.wc-block-components-sidebar {
  background: #fffaf3 !important;
  border: 1px solid rgba(132, 91, 50, .22) !important;
  border-radius: 0 !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: rgba(132, 91, 50, .16) !important;
  padding: 18px !important;
}

/* Cart: align the functional WooCommerce page with the Viante editorial system. */
.woocommerce-cart #content .post-content > .fusion-fullwidth:first-child {
  background:
    radial-gradient(circle at 86% 24%, rgba(187, 132, 67, .16), transparent 32%),
    linear-gradient(135deg, #fffaf3 0%, #f0e6d8 100%) !important;
  border: 1px solid rgba(145, 95, 43, .2) !important;
  margin: 0 0 38px !important;
  padding: clamp(32px, 5vw, 62px) !important;
}

.woocommerce-cart #content .post-content > .fusion-fullwidth:first-child h2 {
  color: #17130f !important;
  font: 400 clamp(44px, 6vw, 74px)/1 Georgia, 'Times New Roman', serif !important;
  letter-spacing: -.035em !important;
  margin: 0 !important;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals {
  color: #554d44;
  font-family: Arial, Helvetica, sans-serif;
}

.woocommerce-cart table.shop_table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  box-shadow: 0 18px 50px rgba(54, 38, 23, .07);
  overflow: hidden;
}

.woocommerce-cart table.shop_table thead th {
  background: #0b2220 !important;
  border: 0 !important;
  color: #e2b86c !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}

.woocommerce-cart table.shop_table td {
  background: #fffaf3 !important;
  vertical-align: middle !important;
}

.woocommerce-cart .product-thumbnail img {
  background: #eee4d6;
  box-shadow: 0 8px 24px rgba(50, 32, 18, .12);
  width: 82px !important;
}

.woocommerce-cart .product-name a {
  color: #17130f !important;
  font: 400 20px/1.3 Georgia, 'Times New Roman', serif !important;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal,
.woocommerce-cart .cart_totals .amount {
  color: #8d5621 !important;
  font-weight: 700 !important;
}

.woocommerce-cart .quantity {
  align-items: center;
  display: inline-flex;
}

.woocommerce-cart .quantity .minus,
.woocommerce-cart .quantity .plus,
.woocommerce-cart .quantity .qty {
  background: #fff !important;
  border-color: rgba(132, 91, 50, .28) !important;
  min-height: 44px !important;
}

.woocommerce-cart .coupon input.input-text {
  background: #fff !important;
  border: 1px solid rgba(132, 91, 50, .3) !important;
  min-height: 50px !important;
  padding: 12px 14px !important;
}

.woocommerce-cart .cart-collaterals {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}

.woocommerce-cart .cart_totals {
  background: #f3eadc !important;
  border: 1px solid rgba(132, 91, 50, .22);
  float: none !important;
  padding: clamp(24px, 4vw, 38px);
  width: min(100%, 470px) !important;
}

.woocommerce-cart .cart_totals h2 {
  color: #17130f !important;
  font: 400 32px/1.1 Georgia, 'Times New Roman', serif !important;
  margin: 0 0 20px !important;
}

.woocommerce-cart .cart_totals table {
  box-shadow: none !important;
  margin-bottom: 22px !important;
}

.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  margin: 0 !important;
  width: 100% !important;
}

.woocommerce-cart .viante-commerce-help {
  margin-left: auto;
  width: min(100%, 470px);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  background: #fff !important;
  border: 1px solid rgba(132, 91, 50, .3) !important;
  border-radius: 0 !important;
  min-height: 52px !important;
  padding: 12px 14px !important;
}

.viante-commerce-help,
.viante-account-help {
  background: #f3eadc;
  border: 1px solid rgba(132, 91, 50, .22);
  border-left: 3px solid #a86c2c;
  color: #5d554c;
  margin-top: 30px;
  max-width: 760px;
  padding: 24px 26px 18px;
}

.viante-commerce-help strong,
.viante-account-help strong {
  color: #17130f;
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 7px;
}

.viante-commerce-help p,
.viante-account-help p { margin: 0 0 8px; }

.woocommerce-MyAccount-navigation {
  background: #f3eadc;
  border: 1px solid rgba(132, 91, 50, .2);
  padding: 18px !important;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 10px 12px;
}

.woocommerce-MyAccount-navigation li.is-active a {
  background: #0b2220;
  color: #e2b86c !important;
}

@media (max-width: 1040px) {
  .viante-header .viante-cart-link { grid-area: cart !important; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .woocommerce div.product { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body.woocommerce #main,
  body.woocommerce-page #main { padding: 42px 18px 76px !important; }
  .woocommerce ul.products { grid-template-columns: 1fr !important; }
  .woocommerce ul.products li.product { padding: 14px 14px 22px !important; }
  .viante-shop-intro { margin-inline: -18px; padding: 38px 18px; }
  .viante-shop-intro h1 { font-size: 44px !important; }
  .woocommerce div.product .product_title { font-size: 45px !important; }
  .viante-product-assurances { grid-template-columns: 1fr; }
  .woocommerce div.product form.cart { flex-wrap: wrap; }
  .woocommerce div.product form.cart .single_add_to_cart_button { flex: 1 1 210px; }
  .viante-commerce-help,
  .viante-account-help { padding: 21px 18px 15px; }
  .woocommerce-cart #content .post-content > .fusion-fullwidth:first-child {
    margin-inline: 0 !important;
    padding: 32px 22px !important;
  }
  .woocommerce-cart #content .post-content > .fusion-fullwidth:first-child h2 { font-size: 43px !important; }
  .woocommerce-cart table.shop_table_responsive thead { display: none !important; }
  .woocommerce-cart table.shop_table_responsive tr {
    border-bottom: 1px solid rgba(132, 91, 50, .2) !important;
    display: block !important;
    padding: 12px 0 !important;
  }
  .woocommerce-cart table.shop_table_responsive td {
    align-items: center;
    display: flex !important;
    gap: 18px;
    justify-content: space-between;
    min-height: 54px;
    text-align: right !important;
  }
  .woocommerce-cart table.shop_table_responsive td::before {
    color: #6b6257;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .woocommerce-cart .product-thumbnail { display: none !important; }
  .woocommerce-cart .product-name a { font-size: 18px !important; }
  .woocommerce-cart .coupon {
    display: grid !important;
    gap: 10px;
    width: 100% !important;
  }
  .woocommerce-cart .coupon input,
  .woocommerce-cart .coupon button { width: 100% !important; }
  .woocommerce-cart .cart-collaterals,
  .woocommerce-cart .cart_totals { width: 100% !important; }
}

/* Global header alignment: Home and Ontdek je element are the reference. */
.viante-has-global-header .fusion-header-wrapper,
.viante-has-global-header .fusion-tb-header {
  display: none !important;
}

.viante-global-header-wrap {
  position: relative;
  z-index: 10010;
  color: #17120e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.viante-header {
  min-height: 93px !important;
  margin: 0 !important;
  background: rgba(251, 246, 237, 0.96) !important;
  border-bottom: 1px solid rgba(153, 105, 55, 0.22) !important;
}

.viante-header .viante-header__inner {
  position: relative !important;
  width: min(100% - 24px, 1240px) !important;
  max-width: 1240px !important;
  min-height: 92px !important;
  margin-inline: auto !important;
  padding: 0 clamp(24px, 4vw, 52px) !important;
  display: grid !important;
  grid-template-areas: "brand nav cta cart" !important;
  grid-template-columns: minmax(150px, 1fr) auto auto auto !important;
  align-items: center !important;
  gap: 18px !important;
}

.viante-header .viante-header__inner > p,
.viante-header .viante-header__brand-cell > p,
.viante-header .viante-header__actions > p {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}

.viante-header .viante-brand,
.viante-header .viante-header__brand-cell {
  grid-area: brand !important;
  justify-self: start !important;
}

.viante-header .viante-brand {
  display: block !important;
  width: auto !important;
  color: #17120e !important;
  font: 400 24px/.9 Georgia, "Times New Roman", serif !important;
  letter-spacing: .13em !important;
  text-decoration: none !important;
}

.viante-header .viante-brand__mark {
  display: none !important;
}

.viante-header .viante-brand small {
  display: block !important;
  margin-top: 8px !important;
  font: 400 9px/1 Arial, Helvetica, sans-serif !important;
  letter-spacing: .28em !important;
}

.viante-header .viante-nav {
  grid-area: nav !important;
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  gap: clamp(18px, 2.2vw, 34px) !important;
}

.viante-header .viante-nav a {
  color: #17120e !important;
  font: 400 13px/1.4 Arial, Helvetica, sans-serif !important;
  white-space: nowrap !important;
}

.viante-header .viante-nav a.is-active,
.viante-header .viante-nav a[aria-current="page"] {
  color: #99602b !important;
}

.viante-header .viante-header__actions {
  grid-area: cta !important;
  justify-self: end !important;
  display: flex !important;
}

.viante-header > .viante-header__inner > .viante-button,
.viante-header > .viante-header__inner > p > .viante-button,
.viante-header .viante-header__actions > .viante-button,
.viante-header .viante-header__actions > p > .viante-button {
  grid-area: cta !important;
  justify-self: end !important;
  display: inline-flex !important;
  min-height: 52px !important;
  padding: 15px 28px !important;
  border: 1px solid #171715 !important;
  background: #171715 !important;
  color: #ddb972 !important;
  font: 700 11px/1.2 Arial, Helvetica, sans-serif !important;
  letter-spacing: .15em !important;
  white-space: nowrap !important;
}

.viante-header .viante-nav__cta,
.viante-header .viante-mobile-menu {
  display: none !important;
}

@media (max-width: 1040px) {
  .viante-header {
    min-height: 77px !important;
  }

  .viante-header .viante-header__inner {
    width: calc(100% - 40px) !important;
    min-height: 76px !important;
    padding: 0 !important;
    grid-template-areas: "brand cart menu" !important;
    grid-template-columns: 1fr auto auto !important;
    gap: 16px !important;
  }

  .viante-header .viante-brand,
  .viante-header .viante-header__brand-cell {
    grid-area: brand !important;
  }

  .viante-header .viante-nav {
    display: none !important;
  }

  .viante-header .viante-nav[data-open] {
    position: absolute !important;
    z-index: 60 !important;
    top: 100% !important;
    right: 0 !important;
    left: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 10px 22px 22px !important;
    border-top: 1px solid rgba(153, 105, 55, .22) !important;
    background: #fbf6ed !important;
    box-shadow: 0 18px 30px rgba(34, 25, 17, .12) !important;
  }

  .viante-header .viante-nav[data-open] > a {
    padding: 13px 0 !important;
    border-bottom: 1px solid rgba(153, 105, 55, .14) !important;
    font-size: 15px !important;
  }

  .viante-header .viante-nav[data-open] .viante-nav__cta {
    display: inline-flex !important;
    justify-content: center !important;
    margin-top: 14px !important;
    padding: 15px 18px !important;
    border: 0 !important;
    background: #171715 !important;
    color: #ddb972 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
  }

  .viante-header > .viante-header__inner > .viante-button,
  .viante-header > .viante-header__inner > p > .viante-button,
  .viante-header .viante-header__actions > .viante-button,
  .viante-header .viante-header__actions > p > .viante-button {
    display: none !important;
  }

  .viante-header .viante-header__actions {
    grid-area: menu !important;
  }

  .viante-header .viante-mobile-menu {
    grid-area: menu !important;
    justify-self: end !important;
    display: block !important;
    min-width: 48px !important;
    min-height: 48px !important;
    padding: 8px !important;
    border: 0 !important;
    background: transparent !important;
    color: #17120e !important;
    font-size: 28px !important;
    line-height: 1 !important;
  }
}

/* Service, legal and WooCommerce account pages. */
body:has(.viante-service-page) #main,
body:has(.viante-service-page) #main > .fusion-row,
body:has(.viante-service-page) .post-content {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.viante-service-page {
  --vsp-cream: #f7f0e5;
  --vsp-paper: #fffaf3;
  --vsp-ink: #17130f;
  --vsp-muted: #675f55;
  --vsp-gold: #a86c2c;
  --vsp-line: rgba(134, 91, 46, .22);
  background: var(--vsp-paper);
  color: var(--vsp-ink);
  font: 400 17px/1.75 Arial, Helvetica, sans-serif;
}

.viante-service-shell {
  margin: 0 auto;
  max-width: 980px;
  width: calc(100% - 56px);
}

.viante-service-hero {
  background:
    radial-gradient(circle at 88% 25%, rgba(202, 158, 102, .18), transparent 28%),
    linear-gradient(135deg, #fbf6ee 0%, #f3eadc 100%);
  border-bottom: 1px solid var(--vsp-line);
  padding: clamp(68px, 8vw, 118px) 0 clamp(50px, 6vw, 82px);
}

.viante-service-eyebrow {
  color: var(--vsp-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .19em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.viante-service-hero h1 {
  color: var(--vsp-ink);
  font: 400 clamp(44px, 6vw, 76px)/1.02 Georgia, 'Times New Roman', serif;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(44px, 6vw, 76px) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em;
  margin: 0 0 25px;
  max-width: 790px;
}

.viante-service-intro {
  color: #4f483f;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
  margin: 0;
  max-width: 760px;
}

.viante-service-content { padding: clamp(52px, 7vw, 92px) 0 clamp(76px, 9vw, 126px); }
.viante-service-content section { border-bottom: 1px solid var(--vsp-line); padding: 0 0 42px; }
.viante-service-content section + section { padding-top: 42px; }
.viante-service-content h2 {
  color: var(--vsp-ink);
  font: 400 clamp(27px, 3vw, 38px)/1.2 Georgia, 'Times New Roman', serif;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(27px, 3vw, 38px) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em;
  margin: 0 0 18px;
}
.viante-service-content h3 { color: var(--vsp-ink); font: 600 19px/1.35 Georgia, 'Times New Roman', serif; font-family: Georgia, 'Times New Roman', serif !important; margin: 26px 0 10px; }
.viante-service-content p { color: var(--vsp-muted); margin: 0 0 17px; }
.viante-service-content ul,
.viante-service-content ol { color: var(--vsp-muted); margin: 0 0 19px; padding-left: 24px; }
.viante-service-content li + li { margin-top: 8px; }
.viante-service-content a { color: #8a5420; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.viante-service-content strong { color: var(--vsp-ink); }
.viante-service-note {
  background: var(--vsp-cream);
  border: 1px solid var(--vsp-line);
  border-left: 3px solid var(--vsp-gold);
  margin-top: 46px;
  padding: 28px 30px 20px;
}
.viante-service-note > strong { color: var(--vsp-gold); display: block; font-size: 12px; letter-spacing: .16em; margin-bottom: 9px; text-transform: uppercase; }
.viante-service-form-model { background: #fbf7f0; border: 1px solid var(--vsp-line); padding: 28px; }
.viante-service-table { border: 1px solid var(--vsp-line); }
.viante-service-table > p { display: grid; grid-template-columns: minmax(180px, .7fr) 1.5fr; margin: 0; padding: 19px 22px; }
.viante-service-table > p + p { border-top: 1px solid var(--vsp-line); }
.viante-service-table span { color: var(--vsp-muted); }

.viante-account-panel { min-height: 430px; padding: clamp(50px, 7vw, 82px) 0 clamp(78px, 9vw, 118px); }
.viante-account-panel .woocommerce,
.viante-account-panel > form,
.viante-account-panel .woocommerce-form {
  background: #fffaf3;
  border: 1px solid var(--vsp-line) !important;
  box-shadow: 0 18px 60px rgba(47, 35, 23, .08);
  margin: 0 !important;
  max-width: 760px;
  padding: clamp(25px, 4vw, 46px) !important;
}
.viante-account-panel h2,
.viante-account-panel h3 { color: var(--vsp-ink); font-family: Georgia, 'Times New Roman', serif; }
.viante-account-panel label { color: var(--vsp-ink); font-size: 14px; font-weight: 600; }
.viante-account-panel input[type='text'],
.viante-account-panel input[type='email'],
.viante-account-panel input[type='password'] {
  background: #fff !important;
  border: 1px solid rgba(120, 87, 51, .3) !important;
  border-radius: 0 !important;
  min-height: 52px;
  padding: 11px 14px !important;
}
.viante-account-panel button,
.viante-account-panel .button {
  align-items: center;
  background: #0b2220 !important;
  border: 1px solid #0b2220 !important;
  border-radius: 0 !important;
  color: #e0b66c !important;
  display: inline-flex;
  font-size: 12px !important;
  font-weight: 700 !important;
  justify-content: center;
  letter-spacing: .13em;
  min-height: 50px;
  padding: 13px 23px !important;
  text-transform: uppercase;
}
.viante-account-panel .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0 0 32px; padding: 0; }
.viante-account-panel .woocommerce-MyAccount-navigation a { color: #7a4d24; }

@media (max-width: 640px) {
  .viante-service-page { font-size: 16px; }
  .viante-service-shell { width: calc(100% - 36px); }
  .viante-service-hero { padding: 54px 0 45px; }
  .viante-service-hero h1 { font-size: clamp(39px, 12vw, 54px) !important; }
  .viante-service-content { padding: 46px 0 78px; }
  .viante-service-content section { padding-bottom: 32px; }
  .viante-service-content section + section { padding-top: 32px; }
  .viante-service-table > p { display: block; padding: 17px; }
  .viante-service-table strong,
  .viante-service-table span { display: block; }
  .viante-service-table strong { margin-bottom: 7px; }
  .viante-service-note,
  .viante-service-form-model { padding: 22px 19px 15px; }
  .viante-account-panel { padding: 38px 0 72px; }
  .viante-account-panel .woocommerce,
  .viante-account-panel > form,
  .viante-account-panel .woocommerce-form { padding: 22px 17px !important; }
}

@media (max-width: 520px) {
  .viante-header .viante-header__inner {
    width: calc(100% - 32px) !important;
  }

  .viante-header .viante-brand {
    font-size: 20px !important;
  }

  .viante-header .viante-brand small {
    margin-top: 6px !important;
    font-size: 8px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .viante-phase1 *, .viante-phase1 *::before, .viante-phase1 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Remove only structural wpautop gaps around the custom Viante pages. */
.post-content > .viante-phase1 + p,
.post-content > .viante-contact + p,
.viante-phase1 > p:empty,
.viante-phase1 > main > p:empty,
.viante-contact > p:empty,
.viante-contact > main > p:empty,
.post-content > p:empty {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Custom page content should connect cleanly to the normalized header/footer. */
body:has(.viante-phase1) #main,
body:has(.viante-contact) #main,
body:has(.viante-phase1) #main > .fusion-row,
body:has(.viante-contact) #main > .fusion-row,
body:has(.viante-phase1) .post-content,
body:has(.viante-contact) .post-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Contact: compact, readable conditional fields on small screens. */
.viante-contact .contact-qualification {
  min-width: 0 !important;
}

.viante-contact .contact-qualification legend {
  max-width: calc(100% - 16px) !important;
  white-space: normal !important;
}

@media (max-width: 520px) {
  .viante-contact .contact-conditional {
    margin-inline: 0 !important;
    padding: 18px 14px 14px !important;
  }

  .viante-contact .contact-qualification {
    border-top: 0 !important;
  }

  .viante-contact .contact-qualification legend {
    float: left !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
  }

  .viante-contact .contact-qualification legend + * {
    clear: both !important;
  }
}

/* Checkout: shared Viante commerce presentation. */
body.woocommerce-checkout #main {
  padding-top: clamp(28px, 4vw, 56px) !important;
}

body.woocommerce-checkout form.checkout > .fusion-fullwidth:first-child {
  overflow: hidden !important;
  margin: 0 0 clamp(28px, 4vw, 48px) !important;
  padding: clamp(38px, 5vw, 64px) !important;
  background:
    radial-gradient(circle at 88% 20%, rgba(177, 111, 47, .18), transparent 30%),
    linear-gradient(135deg, #f3eadc 0%, #fffaf3 74%) !important;
  border: 1px solid rgba(153, 105, 55, .2) !important;
}

body.woocommerce-checkout form.checkout > .fusion-fullwidth:first-child .awb-background-mask {
  display: none !important;
}

body.woocommerce-checkout form.checkout > .fusion-fullwidth:first-child .fusion-builder-row,
body.woocommerce-checkout form.checkout > .fusion-fullwidth:first-child .fusion-layout-column,
body.woocommerce-checkout form.checkout > .fusion-fullwidth:first-child .fusion-column-wrapper {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

body.woocommerce-checkout form.checkout > .fusion-fullwidth:first-child .fusion-column-wrapper::before {
  display: block;
  margin: 0 0 12px;
  color: #9b612c;
  content: 'VEILIG AFREKENEN';
  font: 700 11px/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: .2em;
}

body.woocommerce-checkout form.checkout > .fusion-fullwidth:first-child h1,
body.woocommerce-checkout form.checkout > .fusion-fullwidth:first-child h2 {
  color: #17130f !important;
  font: 400 clamp(46px, 6vw, 76px)/.98 Georgia, 'Times New Roman', serif !important;
  letter-spacing: -.04em !important;
  margin: 0 !important;
}

body.woocommerce-checkout form.checkout > .fusion-fullwidth:nth-child(2) {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout form.checkout > .fusion-fullwidth:nth-child(2) > .fusion-builder-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.75fr) minmax(320px, .75fr) !important;
  align-items: start !important;
  gap: 0 clamp(28px, 3vw, 44px) !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-checkout #content .fusion-builder-column-5 {
  grid-column: 1 / -1;
  width: 100% !important;
  margin: 0 0 24px !important;
}

body.woocommerce-checkout #content .fusion-builder-column-5 h2,
body.woocommerce-checkout #content .fusion-builder-column-5 h3,
body.woocommerce-checkout #content .fusion-builder-column-5 p {
  color: #17130f !important;
  font: 400 clamp(30px, 3vw, 40px)/1.08 Georgia, 'Times New Roman', serif !important;
  margin: 0 !important;
}

body.woocommerce-checkout #content .fusion-builder-column-6 {
  grid-column: 1;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-checkout #content .fusion-builder-column-9 {
  grid-column: 2;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-checkout #content .fusion-builder-column-6 > .fusion-column-wrapper,
body.woocommerce-checkout #content .fusion-builder-column-9 > .fusion-column-wrapper {
  margin: 0 !important;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .fusion-woo-checkout-shipping-tb,
body.woocommerce-checkout .fusion-woo-checkout-payment-tb {
  margin: 0 0 26px !important;
  padding: clamp(24px, 3vw, 36px) !important;
  background: #fffaf3 !important;
  border: 1px solid rgba(132, 91, 50, .2) !important;
  box-shadow: 0 14px 40px rgba(54, 38, 23, .05) !important;
}

body.woocommerce-checkout .woocommerce-billing-fields::before,
body.woocommerce-checkout .fusion-woo-checkout-payment-tb::before,
body.woocommerce-checkout .fusion-builder-column-9 > .fusion-column-wrapper::before {
  display: block;
  margin: 0 0 24px;
  color: #17130f;
  font: 400 30px/1.1 Georgia, 'Times New Roman', serif;
}

body.woocommerce-checkout .woocommerce-billing-fields::before {
  content: 'Factuur- en verzendgegevens';
}

body.woocommerce-checkout .fusion-woo-checkout-payment-tb::before {
  content: 'Betaalmethode';
}

body.woocommerce-checkout .fusion-builder-column-9 > .fusion-column-wrapper {
  padding: clamp(24px, 3vw, 34px) !important;
  background: #f3eadc !important;
  border: 1px solid rgba(132, 91, 50, .22) !important;
  box-shadow: 0 18px 50px rgba(54, 38, 23, .07) !important;
}

body.woocommerce-checkout .fusion-builder-column-9 > .fusion-column-wrapper::before {
  content: 'Jouw bestelling';
}

body.woocommerce-checkout form .form-row {
  margin: 0 0 18px !important;
  padding: 0 !important;
}

body.woocommerce-checkout form .form-row label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #3f3932 !important;
  font: 600 13px/1.4 Arial, Helvetica, sans-serif !important;
}

body.woocommerce-checkout form .form-row input.input-text,
body.woocommerce-checkout form .form-row textarea,
body.woocommerce-checkout form .form-row select,
body.woocommerce-checkout .select2-container .select2-selection--single {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid rgba(132, 91, 50, .28) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #211b16 !important;
  font: 400 15px/1.5 Arial, Helvetica, sans-serif !important;
}

body.woocommerce-checkout form .form-row input.input-text:focus,
body.woocommerce-checkout form .form-row textarea:focus,
body.woocommerce-checkout .select2-container--focus .select2-selection--single {
  outline: 2px solid rgba(155, 97, 44, .34) !important;
  outline-offset: 1px !important;
  border-color: #9b612c !important;
}

body.woocommerce-checkout form .form-row textarea {
  min-height: 130px !important;
  resize: vertical;
}

body.woocommerce-checkout .woocommerce-checkout-payment {
  background: transparent !important;
}

body.woocommerce-checkout .wc_payment_methods {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.woocommerce-checkout .wc_payment_method {
  margin: 0 !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid rgba(132, 91, 50, .16) !important;
}

body.woocommerce-checkout .wc_payment_method label {
  color: #211b16 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

body.woocommerce-checkout .payment_box {
  margin: 14px 0 0 !important;
  padding: 16px !important;
  background: #f3eadc !important;
  color: #5f574e !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding: 16px 0 !important;
  background: transparent !important;
  border-color: rgba(132, 91, 50, .17) !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
  color: #6f431d !important;
  font: 700 11px/1.2 Arial, Helvetica, sans-serif !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .amount {
  color: #8d5621 !important;
  font-weight: 700 !important;
}

body.woocommerce-checkout .fusion-woo-cart_coupons {
  position: static !important;
  width: 100% !important;
  margin: 24px 0 0 !important;
  padding: 24px 0 0 !important;
  border-top: 1px solid rgba(132, 91, 50, .18) !important;
}

body.woocommerce-checkout .fusion-woo-cart_coupons .avada-coupon-fields {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

body.woocommerce-checkout .fusion-woo-cart_coupons input,
body.woocommerce-checkout .fusion-woo-cart_coupons button {
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

body.woocommerce-checkout .fusion-woo-cart_coupons button,
body.woocommerce-checkout #place_order {
  background: #0b2220 !important;
  border: 1px solid #0b2220 !important;
  color: #e2b86c !important;
  font-size: 12px !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin: 26px 0 18px !important;
  padding: 20px !important;
  background: #f3eadc !important;
  border: 1px solid rgba(132, 91, 50, .18) !important;
}

body.woocommerce-checkout #place_order {
  width: 100% !important;
  min-height: 56px !important;
  border-radius: 0 !important;
}

body.woocommerce-checkout .viante-commerce-help {
  width: min(100%, 760px) !important;
  margin: 30px 0 0 !important;
}

@media (max-width: 900px) {
  body.woocommerce-checkout form.checkout > .fusion-fullwidth:nth-child(2) > .fusion-builder-row {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-checkout #content .fusion-builder-column-5,
  body.woocommerce-checkout #content .fusion-builder-column-6,
  body.woocommerce-checkout #content .fusion-builder-column-9 {
    grid-column: 1 !important;
  }

  body.woocommerce-checkout #content .fusion-builder-column-9 {
    margin-top: 4px !important;
  }
}

@media (max-width: 640px) {
  body.woocommerce-checkout #main {
    padding: 24px 16px 70px !important;
  }

  body.woocommerce-checkout form.checkout > .fusion-fullwidth:first-child {
    padding: 34px 24px !important;
  }

  body.woocommerce-checkout form.checkout > .fusion-fullwidth:first-child h1,
  body.woocommerce-checkout form.checkout > .fusion-fullwidth:first-child h2 {
    font-size: 46px !important;
  }

  body.woocommerce-checkout .woocommerce-billing-fields,
  body.woocommerce-checkout .fusion-woo-checkout-shipping-tb,
  body.woocommerce-checkout .fusion-woo-checkout-payment-tb,
  body.woocommerce-checkout .fusion-builder-column-9 > .fusion-column-wrapper {
    padding: 24px 20px !important;
  }

  body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last {
    float: none !important;
    width: 100% !important;
  }
}

/* Confirmed Viante brand tokens — binding central override layer. */
body.woocommerce,
body.woocommerce-page,
.viante-service-page,
.viante-account-page,
.viante-global-header-wrap {
  color: var(--viante-ink) !important;
  font-family: var(--viante-sans) !important;
  font-size: var(--viante-size-body) !important;
}

body.woocommerce,
body.woocommerce-page,
body.woocommerce #main,
body.woocommerce-page #main { background: var(--viante-canvas) !important; }

body.woocommerce h1, body.woocommerce h2, body.woocommerce h3,
body.woocommerce-page h1, body.woocommerce-page h2, body.woocommerce-page h3,
.viante-service-page h1, .viante-service-page h2, .viante-service-page h3,
.viante-account-page h1, .viante-account-page h2, .viante-account-page h3 {
  color: var(--viante-ink) !important;
  font-family: var(--viante-serif) !important;
  font-weight: 500 !important;
}

body.woocommerce h1, body.woocommerce-page h1,
.viante-service-page h1, .viante-account-page h1 { font-size: var(--viante-size-h1) !important; }
body.woocommerce h2, body.woocommerce-page h2,
.viante-service-page h2, .viante-account-page h2 { font-size: var(--viante-size-h2) !important; }
body.woocommerce h3, body.woocommerce-page h3,
.viante-service-page h3, .viante-account-page h3 { font-size: var(--viante-size-h3) !important; }

.viante-header, .viante-header a, .viante-header button, .viante-header input {
  font-family: var(--viante-sans) !important;
}
.viante-header .viante-brand {
  color: var(--viante-ink) !important;
  font-family: var(--viante-serif) !important;
}

body.woocommerce-cart form, body.woocommerce-checkout form,
body.woocommerce-cart table, body.woocommerce-checkout table,
body.woocommerce-cart input, body.woocommerce-checkout input,
body.woocommerce-cart select, body.woocommerce-checkout select,
body.woocommerce-cart textarea, body.woocommerce-checkout textarea,
body.woocommerce-cart button, body.woocommerce-checkout button,
body.woocommerce-cart label, body.woocommerce-checkout label {
  font-family: var(--viante-sans) !important;
}

body.woocommerce-cart #content .post-content > .fusion-fullwidth:first-child,
body.woocommerce-checkout form.checkout > .fusion-fullwidth:first-child {
  background: radial-gradient(circle at 88% 20%, rgba(153, 96, 43, .16), transparent 30%), linear-gradient(135deg, var(--viante-sand) 0%, var(--viante-off-white) 74%) !important;
  border-color: rgba(153, 96, 43, .2) !important;
}

body.woocommerce-cart #content .post-content > .fusion-fullwidth:first-child h2,
body.woocommerce-checkout form.checkout > .fusion-fullwidth:first-child h1,
body.woocommerce-checkout form.checkout > .fusion-fullwidth:first-child h2 {
  color: var(--viante-ink) !important;
  font-family: var(--viante-serif) !important;
  font-size: var(--viante-size-h1) !important;
  line-height: 1.02 !important;
}

body.woocommerce-cart #content .post-content > .fusion-fullwidth:first-child .fusion-column-wrapper::before,
body.woocommerce-checkout form.checkout > .fusion-fullwidth:first-child .fusion-column-wrapper::before {
  color: var(--viante-copper) !important;
  font-family: var(--viante-sans) !important;
}

body.woocommerce-checkout #content .fusion-builder-column-5 h2,
body.woocommerce-checkout #content .fusion-builder-column-5 h3,
body.woocommerce-checkout #content .fusion-builder-column-5 p {
  font-family: var(--viante-serif) !important;
  font-size: var(--viante-size-h2) !important;
}

body.woocommerce-cart #content .fusion-builder-column-6 > .fusion-column-wrapper,
body.woocommerce-checkout .fusion-builder-column-9 > .fusion-column-wrapper { background: var(--viante-cream) !important; }

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .fusion-woo-checkout-shipping-tb,
body.woocommerce-checkout .fusion-woo-checkout-payment-tb,
body.woocommerce-cart table.shop_table,
body.woocommerce-checkout .woocommerce-checkout-review-order-table { background: var(--viante-off-white) !important; }

body.woocommerce-checkout .woocommerce-billing-fields::before,
body.woocommerce-checkout .fusion-woo-checkout-payment-tb::before,
body.woocommerce-checkout .fusion-builder-column-9 > .fusion-column-wrapper::before,
body.woocommerce-cart .fusion-builder-column-6 > .fusion-column-wrapper::before,
body.woocommerce-cart .product-name a {
  color: var(--viante-ink) !important;
  font-family: var(--viante-serif) !important;
}

.woocommerce a.button, .woocommerce a.woocommerce-Button,
.woocommerce button.button, .woocommerce input.button,
.wc-block-components-button,
body.woocommerce-cart .wc-proceed-to-checkout .button,
body.woocommerce-cart .fusion-woo-cart_coupons .button,
body.woocommerce-checkout .fusion-woo-cart_coupons button,
body.woocommerce-checkout #place_order, .viante-button {
  min-height: 48px !important;
  border: 1px solid var(--viante-dark-surface) !important;
  border-radius: 2px !important;
  background: var(--viante-dark-surface) !important;
  color: var(--viante-gold) !important;
  font-family: var(--viante-sans) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.woocommerce a.button:hover, .woocommerce a.woocommerce-Button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover, .wc-block-components-button:hover,
body.woocommerce-checkout #place_order:hover, .viante-button:hover {
  background: var(--viante-ink) !important;
  border-color: var(--viante-ink) !important;
  color: var(--viante-off-white) !important;
}

.woocommerce a.button:focus-visible, .woocommerce a.woocommerce-Button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible, .wc-block-components-button:focus-visible,
body.woocommerce input:focus-visible, body.woocommerce select:focus-visible,
body.woocommerce textarea:focus-visible, .viante-button:focus-visible,
.viante-header a:focus-visible, .viante-header button:focus-visible {
  outline: 2px solid var(--viante-copper) !important;
  outline-offset: 3px !important;
}

.woocommerce a.button:active, .woocommerce a.woocommerce-Button:active,
.woocommerce button.button:active,
.woocommerce input.button:active, body.woocommerce-checkout #place_order:active,
.viante-button:active { transform: translateY(1px) !important; }

.woocommerce a.button:disabled, .woocommerce button.button:disabled,
.woocommerce input.button:disabled, body.woocommerce-checkout #place_order:disabled,
.viante-button:disabled, .viante-button[aria-disabled='true'] {
  cursor: not-allowed !important;
  opacity: .48 !important;
}

body.woocommerce-cart .cart_totals .amount,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .amount,
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal { color: var(--viante-copper) !important; }

body.woocommerce-checkout form .form-row input.input-text,
body.woocommerce-checkout form .form-row textarea,
body.woocommerce-checkout form .form-row select,
body.woocommerce-cart .coupon input.input-text {
  border-color: rgba(153, 96, 43, .28) !important;
  border-radius: 2px !important;
  color: var(--viante-ink) !important;
  font-family: var(--viante-sans) !important;
}

body.woocommerce-checkout form .form-row input.input-text:focus,
body.woocommerce-checkout form .form-row textarea:focus,
body.woocommerce-cart .coupon input.input-text:focus {
  border-color: var(--viante-copper) !important;
  outline: 2px solid rgba(153, 96, 43, .24) !important;
}

.viante-header .viante-brand {
  display: inline-flex !important;
  width: clamp(154px, 14vw, 190px) !important;
  height: 66px !important;
  align-items: center !important;
  overflow: visible !important;
}

.viante-header .viante-brand img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: left center !important;
}

@media (max-width: 640px) {
  .viante-header .viante-brand {
    width: 138px !important;
    height: 58px !important;
  }
}

/* Confirmed brand typography across legacy Avada page content. */
html body,
html body input,
html body select,
html body textarea,
html body button {
  font-family: var(--viante-sans) !important;
}

html body #main h1,
html body #main h2,
html body #main h3,
html body #main h4,
html body #main h5,
html body #main h6,
html body #main .fusion-title-heading {
  color: var(--viante-ink);
  font-family: var(--viante-serif) !important;
  font-weight: 500;
}

html body.home #main h1,
html body.home #main .fusion-title h1 {
  font-size: var(--viante-size-h1) !important;
  line-height: 1.02 !important;
}

html body:not(.home) #main h1,
html body:not(.home) #main .fusion-title h1 {
  font-size: var(--viante-size-h1) !important;
  line-height: 1.05 !important;
}

html body #main h2,
html body #main .fusion-title h2 {
  font-size: var(--viante-size-h2) !important;
  line-height: 1.08 !important;
}

html body #main h3,
html body #main .fusion-title h3 {
  font-size: var(--viante-size-h3) !important;
  line-height: 1.12 !important;
}

html body .fusion-button,
html body button,
html body input[type='button'],
html body input[type='submit'] {
  min-height: 48px;
  font-family: var(--viante-sans) !important;
}

@media (max-width: 640px) {
  html body.home #main h1,
  html body.home #main .fusion-title h1 {
    font-size: 40px !important;
    line-height: .98 !important;
  }
}

html body #main .viante-blueprint-benefits h3 {
  font-size: clamp(20px, 1.7vw, 24px) !important;
  line-height: 1.08 !important;
  letter-spacing: .06em !important;
}

html body #main .viante-practice__copy h2 {
  color: var(--viante-off-white) !important;
}

html body .viante-global-footer__trust h2,
html body .viante-global-footer__follow h2 {
  color: #99602b !important;
  font-family: var(--viante-serif) !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  letter-spacing: .06em !important;
  line-height: 1.3 !important;
  margin: 0 0 20px !important;
  text-transform: uppercase !important;
}

html body #main .viante-practice__copy .viante-button {
  background: var(--viante-gold) !important;
  border-color: var(--viante-gold) !important;
  color: var(--viante-dark-surface) !important;
}

html body #main .viante-practice__copy .viante-button:hover {
  background: var(--viante-off-white) !important;
  border-color: var(--viante-off-white) !important;
  color: var(--viante-ink) !important;
}

@media (max-width: 640px) {
  html body #main .viante-blueprint-benefits h3 {
    font-size: 20px !important;
  }
}

/* Page-specific contrast and temporary editorial image layer. */
html body #main .about-flow__intro h2 {
  color: var(--viante-off-white) !important;
}

html body #main .about-final__inner {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body #main .about-hero__visual img,
html body #main .plan-focus figure img {
  display: block;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

html body #main .about-hero__visual figcaption {
  display: none !important;
}

html body #main .plan-document.is-viante-photo {
  aspect-ratio: 4 / 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(153, 96, 43, .18) !important;
  box-shadow: 18px 18px 0 rgba(233, 221, 205, .72) !important;
  min-height: 0 !important;
  transform: none !important;
}

html body #main .plan-definition li {
  font-size: 16px !important;
  line-height: 1.55 !important;
}

html body #main .contact-hero__visual.is-viante-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

html body #main .contact-privacy {
  grid-template-columns: 36px minmax(0, 1fr) !important;
}

html body #main .contact-privacy > p:empty {
  display: none !important;
}

html body #main .contact-privacy > div {
  grid-column: 2 !important;
  min-width: 0 !important;
  width: auto !important;
}

html body #main .contact-privacy p {
  max-width: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html body #main .contact-business-email {
  color: var(--viante-copper) !important;
  display: inline-block;
  font-family: var(--viante-sans) !important;
  font-size: 16px !important;
  font-weight: 700;
  min-height: 48px;
  padding: 13px 0 8px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

html body #main .contact-business-email:hover {
  color: var(--viante-ink) !important;
}

@media (max-width: 640px) {
  html body #main .contact-privacy {
    grid-template-columns: 1fr !important;
  }

  html body #main .contact-privacy > span,
  html body #main .contact-privacy > div {
    grid-column: 1 !important;
  }
}

/* Soft editorial image transitions, matching the homepage hero treatment. */
html body #main .about-hero__visual,
html body #main .contact-hero__visual.is-viante-photo,
html body #main .plan-document.is-viante-photo,
html body #main .plan-focus figure {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

html body #main .about-hero__visual::after,
html body #main .contact-hero__visual.is-viante-photo::after,
html body #main .plan-document.is-viante-photo::after,
html body #main .plan-focus figure::after {
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

html body #main .about-hero__visual::after,
html body #main .contact-hero__visual.is-viante-photo::after,
html body #main .plan-document.is-viante-photo::after {
  background:
    linear-gradient(90deg,
      rgba(251, 247, 239, .98) 0%,
      rgba(251, 247, 239, .88) 18%,
      rgba(251, 247, 239, .2) 42%,
      rgba(251, 247, 239, 0) 64%),
    linear-gradient(270deg,
      rgba(251, 247, 239, .98) 0%,
      rgba(251, 247, 239, .68) 9%,
      rgba(251, 247, 239, 0) 24%);
}

html body #main .plan-focus figure::after {
  background:
    linear-gradient(270deg,
      rgba(248, 241, 231, .98) 0%,
      rgba(248, 241, 231, .86) 18%,
      rgba(248, 241, 231, .18) 42%,
      rgba(248, 241, 231, 0) 64%),
    linear-gradient(90deg,
      rgba(248, 241, 231, .98) 0%,
      rgba(248, 241, 231, .64) 9%,
      rgba(248, 241, 231, 0) 24%);
}

@media (max-width: 640px) {
  html body #main .about-hero__visual::after,
  html body #main .contact-hero__visual.is-viante-photo::after,
  html body #main .plan-document.is-viante-photo::after,
  html body #main .plan-focus figure::after {
    background:
      linear-gradient(180deg,
        rgba(251, 247, 239, .96) 0%,
        rgba(251, 247, 239, .42) 16%,
        rgba(251, 247, 239, 0) 38%),
      linear-gradient(0deg,
        rgba(251, 247, 239, .88) 0%,
        rgba(251, 247, 239, 0) 18%);
  }
}

/* Books collection refinements: compact element labels and accessible Fire feature contrast. */
html body #main .books-products .books-product > h2 {
  font-size: 28px !important;
  line-height: 1.08 !important;
}

html body #main .books-fire-feature .books-fire-feature__grid > div:nth-of-type(2) h2 {
  color: var(--viante-off-white) !important;
}

html body #main .books-fire-feature .books-fire-feature__grid > div:nth-of-type(2) h3 {
  color: var(--viante-gold) !important;
}

html body #main .books-fire-feature .viante-button {
  background: var(--viante-gold) !important;
  border-color: var(--viante-gold) !important;
  color: var(--viante-dark-surface) !important;
}

html body #main .books-fire-feature .viante-button:hover,
html body #main .books-fire-feature .viante-button:focus-visible {
  background: var(--viante-off-white) !important;
  border-color: var(--viante-off-white) !important;
  color: var(--viante-ink) !important;
}

@media (max-width: 640px) {
  html body #main .books-products .books-product > h2 {
    font-size: 26px !important;
  }

  html body #main .books-products .books-product > p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}

/* Blueprint collection: calm 4 + 3 chapter rhythm on wide screens. */
@media (min-width: 1001px) {
  html body #main .books-chapters .books-chapter-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  html body #main .books-chapters .books-chapter-grid > article {
    grid-column: span 2;
    border-left: 0 !important;
  }

  html body #main .books-chapters .books-chapter-grid > article:not(:first-child):not(:nth-child(5)) {
    border-left: 1px solid var(--line) !important;
  }

  html body #main .books-chapters .books-chapter-grid > article:nth-child(n + 5) {
    border-top: 1px solid var(--line) !important;
  }

  html body #main .books-chapters .books-chapter-grid > article:nth-child(5) {
    grid-column: 2 / span 2;
  }

  html body #main .books-chapters .books-chapter-grid > article:nth-child(6) {
    grid-column: 4 / span 2;
  }

  html body #main .books-chapters .books-chapter-grid > article:nth-child(7) {
    grid-column: 6 / span 2;
  }
}

/* Show all four real Fire spreads completely; no clipped horizontal rail. */
html body #main .books-inside .books-spread-track {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  grid-auto-columns: auto !important;
  width: min(calc(100% - 44px), 1132px) !important;
  margin: 38px auto 0 !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
  scroll-snap-type: none !important;
}

@media (max-width: 599px) {
  html body #main .books-inside .books-spread-track {
    grid-template-columns: 1fr !important;
  }
}

/* 3.5.5: shared account utility row and complete primary navigation. */
.viante-header-utility {
  min-height: 36px !important;
  background: rgba(251, 246, 237, .96) !important;
  border-bottom: 1px solid rgba(125, 76, 38, .16) !important;
  color: #211b16 !important;
  font-family: var(--viante-sans, Arial, Helvetica, sans-serif) !important;
}

.viante-header-utility__inner {
  width: min(100% - 24px, 1240px) !important;
  max-width: 1240px !important;
  min-height: 35px !important;
  margin-inline: auto !important;
  padding: 0 clamp(24px, 4vw, 52px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
}

.viante-header-account {
  color: #4b4037 !important;
  font: 400 13px/1.4 var(--viante-sans, Arial, Helvetica, sans-serif) !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.viante-header-account:hover,
.viante-header-account:focus-visible {
  color: #99602b !important;
}

.viante-header-account:focus-visible,
.viante-header-utility .viante-cart-link:focus-visible {
  outline: 2px solid #99602b !important;
  outline-offset: 2px !important;
}

.viante-header-utility .viante-cart-link {
  min-width: 38px !important;
  min-height: 35px !important;
  padding: 5px 0 5px 12px !important;
  border-left: 1px solid rgba(125, 76, 38, .22) !important;
  color: #211b16 !important;
  gap: 5px !important;
}

.viante-header-utility .viante-cart-link svg {
  width: 18px !important;
  height: 18px !important;
}

.viante-header-utility .viante-cart-link__count {
  min-width: 18px !important;
  height: 18px !important;
  padding-inline: 5px !important;
  font-size: 10px !important;
}

@media (min-width: 1041px) {
  html body .viante-header.viante-header--canonical .viante-header__inner,
  html body .viante-header .viante-header__inner {
    grid-template-areas: "brand nav cta" !important;
    grid-template-columns: 180px minmax(0, 1fr) auto !important;
    gap: 20px !important;
  }

  html body .viante-header .viante-nav {
    gap: clamp(14px, 1.45vw, 23px) !important;
  }
}

@media (max-width: 1040px) {
  .viante-header-utility__inner {
    width: calc(100% - 40px) !important;
    padding: 0 !important;
  }

  html body .viante-header .viante-header__inner {
    grid-template-areas: "brand menu" !important;
    grid-template-columns: 1fr auto !important;
  }
}

@media (max-width: 520px) {
  .viante-header-utility__inner {
    width: calc(100% - 32px) !important;
  }
}

/* 3.5.9: calm, full-width Dutch Mijn Viante account environment. */
body.woocommerce-account .viante-account-panel {
  max-width: 1120px !important;
  padding-top: 48px !important;
}

body.woocommerce-account .viante-account-panel .avada-myaccount-user {
  display: none !important;
}

body.woocommerce-account .viante-account-panel > .fusion-fullwidth,
body.woocommerce-account .viante-account-panel > .fusion-fullwidth > .fusion-builder-row,
body.woocommerce-account .viante-account-panel .fusion-flex-column,
body.woocommerce-account .viante-account-panel .fusion-column-wrapper {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-account .viante-account-panel .woocommerce {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-navigation ul {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(153, 96, 43, .22) !important;
  background: #f3eadc !important;
}

body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-navigation li {
  margin: 0 !important;
  border: 0 !important;
  border-right: 1px solid rgba(153, 96, 43, .18) !important;
  list-style: none !important;
}

body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-navigation li:last-child {
  border-right: 0 !important;
}

body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-navigation a {
  min-height: 56px !important;
  padding: 12px 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #6b4a2f !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-navigation li.is-active a {
  background: #211b16 !important;
  color: #ddb972 !important;
}

body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  min-height: 320px !important;
  margin: 0 !important;
  padding: clamp(28px, 4vw, 48px) !important;
  border: 1px solid rgba(153, 96, 43, .22) !important;
  background: #fffaf3 !important;
  box-shadow: 0 18px 60px rgba(47, 35, 23, .06) !important;
}

body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-content > :first-child {
  margin-top: 0 !important;
}

body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-content a.woocommerce-Button {
  background: var(--viante-dark-surface) !important;
  border-color: var(--viante-dark-surface) !important;
  color: var(--viante-gold) !important;
}

body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-content a.woocommerce-Button:hover {
  background: var(--viante-ink) !important;
  border-color: var(--viante-ink) !important;
  color: var(--viante-off-white) !important;
}

body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-content a.woocommerce-Button:focus-visible {
  color: var(--viante-gold) !important;
  outline: 2px solid var(--viante-copper) !important;
  outline-offset: 3px !important;
}

body.woocommerce-account .viante-account-panel .password-input {
  display: block !important;
  position: relative !important;
}

body.woocommerce-account .viante-account-panel .password-input input {
  padding-right: 58px !important;
}

body.woocommerce-account .viante-account-panel .password-input .show-password-input {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  color: #6b645c !important;
  cursor: pointer !important;
  display: flex !important;
  height: 38px !important;
  justify-content: center !important;
  margin: 0 !important;
  min-height: 38px !important;
  min-width: 38px !important;
  padding: 0 !important;
  position: absolute !important;
  right: 7px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 38px !important;
}

body.woocommerce-account .viante-account-panel .password-input .show-password-input::before {
  background: transparent !important;
  border: 1.5px solid currentColor !important;
  border-radius: 50% / 60% !important;
  content: '' !important;
  display: block !important;
  height: 11px !important;
  margin: 0 !important;
  position: absolute !important;
  transform: none !important;
  width: 18px !important;
}

body.woocommerce-account .viante-account-panel .password-input .show-password-input::after {
  background: currentColor !important;
  border: 0 !important;
  border-radius: 50% !important;
  content: '' !important;
  display: block !important;
  height: 4px !important;
  margin: 0 !important;
  position: absolute !important;
  transform: none !important;
  width: 4px !important;
}

body.woocommerce-account .viante-account-panel .password-input .show-password-input:hover {
  background: #f3eadc !important;
  color: #211b16 !important;
}

body.woocommerce-account .viante-account-panel .password-input .show-password-input:focus-visible {
  background: #f3eadc !important;
  outline: 2px solid #99602b !important;
  outline-offset: 1px !important;
}

@media (max-width: 900px) {
  body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-navigation li:nth-child(3n) {
    border-right: 0 !important;
  }
}

@media (max-width: 560px) {
  body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-navigation li:nth-child(3n) {
    border-right: 1px solid rgba(153, 96, 43, .18) !important;
  }

  body.woocommerce-account .viante-account-panel .woocommerce-MyAccount-navigation li:nth-child(2n) {
    border-right: 0 !important;
  }
}
