.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1920px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:418px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ======================================================
   MASTERWRAPS — FOUNDATION (SAND ONLY) — header 72px
   (gebruik dit als SCHONE basis)
====================================================== */
:root{
  --mw-bg:#0b0b0b;
  --mw-text:#ffffff;
  --mw-muted:rgba(255,255,255,0.72);

  --mw-accent:#D6C3A3;
  --mw-accent-soft:rgba(214,195,163,0.22);
  --mw-divider:rgba(214,195,163,0.18);

  --mw-radius-lg:24px;
  --mw-radius-xl:34px;
  --mw-shadow-soft:0 20px 55px rgba(0,0,0,0.45);

  --mw-max-width:1200px;

  --mw-topbar-height:34px;
  --mw-header-height:72px;
  --mw-spacing:0.22em;
}

*,*::before,*::after{ box-sizing:border-box; }
html,body{
  margin:0;
  padding:0;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  background:var(--mw-bg);
  color:var(--mw-text);
}
body{
  background:var(--mw-bg) !important;
  color:var(--mw-text) !important;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }

/* Elementor/WP: voorkom dat 100vw/negative margins worden “afgeknipt” */
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container,
.elementor-element,
.elementor-container,
.elementor-section,
#page,#content,#primary,#main,
.site,.site-content,.content-area,
.wp-site-blocks,.wp-site-blocks > *{
  overflow:visible !important;
}

/* ======================================================
   TOPBAR (CONSISTENT)
====================================================== */
.mw-topbar{
  position:fixed;
  top:0; left:0; right:0;
  height:var(--mw-topbar-height);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:0 18px;
  z-index:2147483000 !important;
  background:rgba(0,0,0,0.90);
  border-bottom:1px solid rgba(255,255,255,0.10);
  backdrop-filter:blur(10px);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:12px;
  color:rgba(255,255,255,0.80);
  letter-spacing:0.06em;
  text-align:center;
}
.mw-topbar strong{ color:var(--mw-accent); font-weight:600; }
.mw-topbar a{
  color:rgba(255,255,255,0.85);
  border-bottom:1px solid rgba(255,255,255,0.25);
}
.mw-topbar a:hover{ color:#fff; border-bottom-color:var(--mw-accent); }

@media(max-width:768px){
  .mw-topbar{ font-size:11px; gap:12px; }
}

/* ======================================================
   NAVBAR (CONSISTENT)
====================================================== */
.mw-nav-root{ font-family:"Gruppo",system-ui,sans-serif; }

.mw-nav-header{
  position:fixed;
  top:var(--mw-topbar-height);
  left:0; right:0;
  height:var(--mw-header-height);
  padding:14px 40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  z-index:2147483001 !important;
  background:rgba(0,0,0,0.75);
  color:#fff;
  backdrop-filter:blur(8px);
  border-bottom:1px solid rgba(255,255,255,0.10);
}

.mw-nav-left{
  flex:1 0 0;
  display:flex;
  align-items:center;
  font-size:12px;
  letter-spacing:var(--mw-spacing);
  text-transform:uppercase;
  cursor:pointer;
  background:none;
  border:none;
  padding:0;
  color:#fff;
}
.mw-nav-left span.icon{ margin-right:8px; font-size:16px; }

.mw-nav-logo{
  flex:0 0 auto;
  text-align:center;
  font-size:22px;
  letter-spacing:0.40em;
  text-transform:uppercase;
  color:var(--mw-text);
}

.mw-nav-right{
  flex:1 0 0;
  display:flex;
  justify-content:flex-end;
  gap:10px;
  align-items:center;
}

.mw-nav-cta{
  border-radius:999px;
  border:1px solid rgba(214,195,163,0.85);
  padding:8px 14px;
  background:rgba(214,195,163,0.14);
  color:#fff;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:10px;
  letter-spacing:0.22em;
  text-transform:uppercase;
  transition:background .18s ease,border-color .18s ease,transform .14s ease,box-shadow .14s ease;
  box-shadow:0 6px 16px rgba(0,0,0,0.35);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  white-space:nowrap;
}
.mw-nav-cta:hover{
  background:rgba(214,195,163,0.22);
  border-color:#fff;
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(0,0,0,0.45);
}

.mw-nav-account{
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.35);
  padding:6px 14px 6px 10px;
  background:rgba(255,255,255,0.06);
  color:#fff;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:10px;
  letter-spacing:0.22em;
  text-transform:uppercase;
  transition:background .18s ease,border-color .18s ease,transform .14s ease,box-shadow .14s ease;
  box-shadow:0 6px 16px rgba(0,0,0,0.35);
}
.mw-nav-account:hover{
  background:rgba(255,255,255,0.10);
  border-color:rgba(214,195,163,0.8);
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(0,0,0,0.45);
}
.mw-nav-account-icon{ width:18px;height:18px; display:flex; align-items:center; justify-content:center; }
.mw-nav-account-icon svg{ width:18px;height:18px; fill:#ffffff; }
.mw-nav-account-label{ white-space:nowrap; }

@media(max-width:768px){
  .mw-nav-header{ padding:12px 18px; }
  .mw-nav-logo{ font-size:18px; letter-spacing:0.32em; }
  .mw-nav-account{ padding:6px; border-radius:50%; }
  .mw-nav-account-label{ display:none; }
  .mw-nav-cta{ display:none; }
}

/* Overlay */
.mw-nav-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.86);
  backdrop-filter:blur(12px);
  color:#fff;
  display:none;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:60px 20px;
  z-index:2147483002 !important;
}
.mw-nav-overlay.open{ display:flex; }

.mw-nav-overlay-close{
  position:absolute;
  top:22px; right:26px;
  font-size:11px;
  letter-spacing:0.22em;
  text-transform:uppercase;
  cursor:pointer;
  opacity:0.9;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.30);
  background:rgba(255,255,255,0.06);
  color:#fff;
}
.mw-nav-overlay-close .icon{ font-size:18px; line-height:1; }
.mw-nav-overlay-close:hover{
  opacity:1;
  background:rgba(255,255,255,0.10);
  border-color:rgba(214,195,163,0.8);
}

.mw-nav-menu-group{ text-align:center; margin-bottom:28px; }
.mw-nav-menu-title{
  font-size:12px;
  letter-spacing:var(--mw-spacing);
  text-transform:uppercase;
  opacity:0.6;
  margin-bottom:26px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.mw-nav-menu-link{
  display:block;
  font-size:30px;
  color:#fff;
  margin-bottom:18px;
  letter-spacing:0.02em;
  transition:color .25s ease, opacity .25s ease;
}
.mw-nav-menu-link:hover{ color:var(--mw-accent); opacity:1; }

.mw-nav-overlay-footer{
  margin-top:40px;
  font-size:11px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  opacity:0.65;
  text-align:center;
  max-width:720px;
  line-height:1.6;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

body.mw-nav-open{ overflow:hidden; }

/* ======================================================
   BUTTONS (SAND ONLY)
====================================================== */
.mw-btn-primary,.mw-btn-outline{
  border-radius:999px;
  padding:11px 22px;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:.2em;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  cursor:pointer;
  white-space:nowrap;
  border:1px solid var(--mw-accent);
  transition:background .2s ease,color .2s ease,transform .16s ease,box-shadow .16s ease,border-color .2s ease;
  font-family:"Gruppo",system-ui,sans-serif;
}
.mw-btn-primary{
  background:var(--mw-accent);
  color:#000;
  box-shadow:0 10px 24px rgba(0,0,0,0.35);
}
.mw-btn-primary:hover{
  background:#fff;
  border-color:#fff;
  transform:translateY(-1px);
  box-shadow:0 14px 32px rgba(0,0,0,0.45);
}
.mw-btn-outline{
  background:transparent;
  color:var(--mw-accent);
  box-shadow:0 10px 24px rgba(0,0,0,0.18);
}
.mw-btn-outline:hover{
  background:rgba(214,195,163,0.14);
  border-color:#fff;
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 14px 32px rgba(0,0,0,0.35);
}

/* ======================================================
   HERO — ACCOUNT (FULL BLEED)
====================================================== */
.mw-hero--account{
  width:100vw !important;
  max-width:100vw !important;
  position:relative;
  left:50%;
  transform:translateX(-50%);
  margin:0 !important;
  overflow:hidden;
  background:#000;
  border-bottom:1px solid var(--mw-divider);
  padding-top: calc(var(--mw-topbar-height) + var(--mw-header-height));
}

/* BG */
.mw-hero--account::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.65) 55%, rgba(0,0,0,0.45) 100%),
    url("https://www.masterwraps.nl/wp-content/uploads/2025/12/hero-image-1.webp");
  background-size:cover;
  background-position:center;
  filter:brightness(0.82) contrast(1.05);
  z-index:0;
}
.mw-hero--account::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(800px 480px at 20% 70%, rgba(214,195,163,0.12), transparent 60%),
    linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.35) 52%, rgba(0,0,0,0.90) 100%);
  z-index:0;
}

.mw-hero--account .mw-hero-inner{
  position:relative;
  z-index:1;
  max-width:var(--mw-max-width);
  margin:0 auto;
  padding:64px 24px 56px;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,0.85fr);
  gap:34px;
  align-items:center;
}

.mw-hero-kicker{
  font-size:11px;
  letter-spacing:0.24em;
  text-transform:uppercase;
  color:var(--mw-accent);
  margin:0 0 12px;
  position:relative;
  padding-left:62px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.mw-hero-kicker::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:48px;
  height:1px;
  background:var(--mw-accent);
  transform:translateY(-50%);
  opacity:0.9;
}

.mw-hero-title{
  margin:0 0 14px;
  font-size:28px;
  letter-spacing:0.26em;
  text-transform:uppercase;
  line-height:1.15;
  font-family:"Gruppo",system-ui,sans-serif;
}
.mw-hero-sub{
  margin:0 0 16px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:14px;
  line-height:1.9;
  color:rgba(255,255,255,0.82);
  max-width:70ch;
}
.mw-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-top:6px;
}

.mw-hero-card{
  border-radius:22px;
  border:1px solid rgba(255,255,255,0.16);
  background:rgba(0,0,0,0.45);
  box-shadow:0 18px 40px rgba(0,0,0,0.55);
  padding:18px 18px 16px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.mw-hero-card h2{
  margin:0 0 10px;
  font-size:13px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  font-family:"Gruppo",system-ui,sans-serif;
}
.mw-hero-card p{
  margin:0 0 10px;
  font-size:14px;
  line-height:1.85;
  color:rgba(255,255,255,0.80);
}
.mw-hero-card ul{
  margin:0;
  padding-left:18px;
  color:rgba(255,255,255,0.78);
  line-height:1.75;
  font-size:14px;
}

@media(max-width:1024px){
  .mw-hero--account .mw-hero-inner{ grid-template-columns:1fr; padding:64px 18px 52px; }
}
@media(max-width:768px){
  .mw-hero-title{ font-size:22px; letter-spacing:0.20em; }
  .mw-hero-kicker{ padding-left:52px; }
  .mw-hero-kicker::before{ width:42px; }
}

/* ======================================================
   ACCOUNT CONTENT LAYOUT
====================================================== */
.mw-account{
  background:var(--mw-bg);
  color:var(--mw-text);
  position:relative;
  z-index:1;
  padding:64px 0 78px;
}

.mw-account .mw-container{
  max-width:var(--mw-max-width);
  margin:0 auto;
  padding:0 24px;
}

.mw-section-header--left{
  text-align:left;
  max-width:980px;
  margin:0 0 22px;
  padding-bottom:14px;
  position:relative;
}
.mw-section-header--left::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:84px;
  height:1px;
  background:var(--mw-accent-soft);
}

.mw-section-kicker{
  font-size:11px;
  letter-spacing:0.24em;
  text-transform:uppercase;
  color:var(--mw-accent);
  margin:0 0 8px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.mw-section-title{
  font-size:22px;
  letter-spacing:0.22em;
  text-transform:uppercase;
  margin:0 0 10px;
  color:var(--mw-text);
  font-family:"Gruppo",system-ui,sans-serif;
}
.mw-section-sub{
  font-size:14px;
  color:var(--mw-muted);
  max-width:720px;
  line-height:1.9;
  margin:0;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.mw-account-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr);
  gap:24px;
  align-items:start;
  margin-top:18px;
}
@media(max-width:1024px){
  .mw-account-grid{ grid-template-columns:1fr; }
}

/* Panels */
.mw-panel{
  border-radius:var(--mw-radius-xl);
  border:1px solid rgba(214,195,163,0.18);
  background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  box-shadow:var(--mw-shadow-soft);
  overflow:hidden;
}
.mw-panel--tight{ border-radius:24px; }

.mw-panel-head{
  padding:18px 18px 14px;
  border-bottom:1px solid rgba(214,195,163,0.12);
  position:relative;
}
.mw-panel-head::before{
  content:"";
  position:absolute;
  top:0;
  left:18px;
  right:18px;
  height:2px;
  border-radius:999px;
  background:var(--mw-accent-soft);
}
.mw-panel-title{
  font-family:"Gruppo",system-ui,sans-serif;
  font-size:13px;
  letter-spacing:0.20em;
  text-transform:uppercase;
  color:#fff;
  margin:6px 0 6px;
}
.mw-panel-meta{
  font-size:13px;
  color:rgba(255,255,255,0.70);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
}
.mw-panel-body{
  padding:18px;
  color:rgba(255,255,255,0.76);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.85;
}

/* Aside blocks */
.mw-account-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:12px;
}
.mw-mini-note{
  border:1px solid rgba(255,255,255,0.14);
  background:rgba(255,255,255,0.04);
  border-radius:18px;
  padding:12px 12px;
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,0.72);
}
.mw-mini-note strong{ color:var(--mw-accent); font-weight:600; }

.mw-checklist{
  list-style:none;
  padding:0;
  margin:0;
}
.mw-checklist li{
  position:relative;
  padding-left:18px;
  margin:0 0 10px;
  color:rgba(255,255,255,0.74);
}
.mw-checklist li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.72em;
  width:8px;
  height:2px;
  background:var(--mw-accent);
  border-radius:999px;
  opacity:0.75;
}

/* ======================================================
   SHORTCODE / WOOCOMMERCE SKIN (SAND ONLY)
====================================================== */
.mw-panel-body .woocommerce,
.mw-panel-body .woocommerce-account,
.mw-panel-body .woocommerce-MyAccount-content,
.mw-panel-body .woocommerce-MyAccount-navigation{
  background:transparent !important;
  color:rgba(255,255,255,0.82) !important;
}

.mw-panel-body .woocommerce-message,
.mw-panel-body .woocommerce-info,
.mw-panel-body .woocommerce-error{
  border-radius:16px !important;
  background:rgba(255,255,255,0.04) !important;
  border:1px solid rgba(214,195,163,0.22) !important;
  color:rgba(255,255,255,0.85) !important;
}

/* Inputs */
.mw-panel-body input[type="text"],
.mw-panel-body input[type="email"],
.mw-panel-body input[type="password"],
.mw-panel-body input[type="tel"],
.mw-panel-body input[type="url"],
.mw-panel-body select,
.mw-panel-body textarea{
  width:100%;
  max-width:100%;
  background:rgba(255,255,255,0.04) !important;
  border:1px solid rgba(214,195,163,0.22) !important;
  color:#fff !important;
  border-radius:16px !important;
  padding:12px 12px !important;
  outline:none !important;
  font-size:14px !important;
  line-height:1.4 !important;
  box-shadow:none !important;
}
.mw-panel-body input::placeholder,
.mw-panel-body textarea::placeholder{ color:rgba(255,255,255,0.55); }

.mw-panel-body input:focus,
.mw-panel-body select:focus,
.mw-panel-body textarea:focus{
  border-color:rgba(214,195,163,0.65) !important;
  background:rgba(255,255,255,0.06) !important;
}

/* Buttons inside plugin */
.mw-panel-body button,
.mw-panel-body input[type="submit"],
.mw-panel-body .button,
.mw-panel-body a.button,
.mw-panel-body .woocommerce button.button,
.mw-panel-body .woocommerce a.button,
.mw-panel-body .woocommerce input.button{
  background:var(--mw-accent) !important;
  border:1px solid var(--mw-accent) !important;
  color:#000 !important;
  border-radius:999px !important;
  padding:11px 18px !important;
  text-transform:uppercase !important;
  letter-spacing:0.18em !important;
  font-family:"Gruppo",system-ui,sans-serif !important;
  box-shadow:0 10px 24px rgba(0,0,0,0.35) !important;
  transition:transform .16s ease, box-shadow .16s ease, background .2s ease, border-color .2s ease !important;
}
.mw-panel-body button:hover,
.mw-panel-body input[type="submit"]:hover,
.mw-panel-body .button:hover,
.mw-panel-body a.button:hover{
  background:#fff !important;
  border-color:#fff !important;
  transform:translateY(-1px) !important;
  box-shadow:0 14px 32px rgba(0,0,0,0.45) !important;
}

/* Links */
.mw-panel-body a{
  color:rgba(255,255,255,0.86) !important;
  text-decoration:none !important;
  border-bottom:1px solid rgba(255,255,255,0.22) !important;
}
.mw-panel-body a:hover{
  color:#fff !important;
  border-bottom-color:var(--mw-accent) !important;
}

/* Woo nav (optional) */
.mw-panel-body .woocommerce-MyAccount-navigation ul{
  list-style:none !important;
  padding:0 !important;
  margin:0 0 16px !important;
}
.mw-panel-body .woocommerce-MyAccount-navigation li{ margin:0 0 8px !important; }
.mw-panel-body .woocommerce-MyAccount-navigation a{
  display:inline-block !important;
  padding:10px 12px !important;
  border-radius:14px !important;
  border:1px solid rgba(214,195,163,0.18) !important;
  background:rgba(255,255,255,0.03) !important;
}
.mw-panel-body .woocommerce-MyAccount-navigation a:hover{
  background:rgba(214,195,163,0.10) !important;
}

/* ======================================================
   MASTERWRAPS — HARD OVERRIDE WOO ACCOUNT (SAND ONLY)
   PLAATS DIT HELEMAAL ONDERAAN
====================================================== */

/* 1. Forceer ALLE Woo wrappers donker */
.mw-account-shortcode,
.mw-account-shortcode *,
.mw-account-shortcode .woocommerce,
.mw-account-shortcode .woocommerce-account,
.mw-account-shortcode .woocommerce-MyAccount-content,
.mw-account-shortcode .woocommerce-MyAccount-navigation,
.mw-account-shortcode .woocommerce > *{
  background: transparent !important;
  color: rgba(255,255,255,0.82) !important;
  box-shadow: none !important;
}

/* 2. Kill witte cards / panels */
.mw-account-shortcode .woocommerce *,
.mw-account-shortcode .woocommerce div,
.mw-account-shortcode .woocommerce section,
.mw-account-shortcode .woocommerce article{
  background-color: transparent !important;
}

/* 3. Inputs */
.mw-account-shortcode input,
.mw-account-shortcode select,
.mw-account-shortcode textarea{
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(214,195,163,0.22) !important;
  color: #fff !important;
  border-radius: 16px !important;
  padding: 12px 14px !important;
}

/* 4. 🔥 KILL ROOD — forceer SAND buttons */
.mw-account-shortcode button,
.mw-account-shortcode input[type="submit"],
.mw-account-shortcode .button,
.mw-account-shortcode a.button,
.mw-account-shortcode .woocommerce button,
.mw-account-shortcode .woocommerce a.button,
.mw-account-shortcode .woocommerce input.button{
  background: var(--mw-accent) !important;
  border: 1px solid var(--mw-accent) !important;
  color: #000 !important;
  border-radius: 999px !important;
  padding: 11px 22px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.18em !important;
  font-family: "Gruppo", system-ui, sans-serif !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.35) !important;
}

/* Hover */
.mw-account-shortcode button:hover,
.mw-account-shortcode input[type="submit"]:hover,
.mw-account-shortcode .button:hover,
.mw-account-shortcode a.button:hover{
  background: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

/* 5. Woo navigatie (links) */
.mw-account-shortcode .woocommerce-MyAccount-navigation a{
  border: 1px solid rgba(214,195,163,0.18) !important;
  background: rgba(255,255,255,0.03) !important;
  border-radius: 14px !important;
  padding: 10px 14px !important;
}
.mw-account-shortcode .woocommerce-MyAccount-navigation a:hover{
  background: rgba(214,195,163,0.12) !important;
}

/* ======================================================
   C — MASTERWRAPS: WOO ACCOUNT UX (SAND ONLY)
   PLAATS DIT HELEMAAL ONDERAAN
====================================================== */

/* 1) Layout: nav links als aside, content als main */
.mw-account-shortcode .woocommerce-account{
  display:grid !important;
  grid-template-columns: 280px 1fr !important;
  gap: 18px !important;
  align-items:start !important;
}

@media (max-width: 1024px){
  .mw-account-shortcode .woocommerce-account{
    grid-template-columns: 1fr !important;
  }
}

/* 2) Navigation card */
.mw-account-shortcode .woocommerce-MyAccount-navigation{
  border-radius: var(--mw-radius-xl) !important;
  border: 1px solid rgba(214,195,163,0.18) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)) !important;
  box-shadow: var(--mw-shadow-soft) !important;
  padding: 14px !important;
}

/* Nav list reset */
.mw-account-shortcode .woocommerce-MyAccount-navigation ul{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

.mw-account-shortcode .woocommerce-MyAccount-navigation li{
  margin:0 0 10px !important;
}

/* Nav links: MW-chip style */
.mw-account-shortcode .woocommerce-MyAccount-navigation a{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;

  padding: 11px 12px !important;
  border-radius: 16px !important;

  border: 1px solid rgba(214,195,163,0.18) !important;
  background: rgba(255,255,255,0.03) !important;

  text-decoration:none !important;
  color: rgba(255,255,255,0.86) !important;

  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.mw-account-shortcode .woocommerce-MyAccount-navigation a:hover{
  background: rgba(214,195,163,0.10) !important;
  border-color: rgba(214,195,163,0.40) !important;
  color:#fff !important;
}

/* Active item */
.mw-account-shortcode .woocommerce-MyAccount-navigation .is-active a{
  background: rgba(214,195,163,0.14) !important;
  border-color: rgba(214,195,163,0.55) !important;
}

/* 3) Content card */
.mw-account-shortcode .woocommerce-MyAccount-content{
  border-radius: var(--mw-radius-xl) !important;
  border: 1px solid rgba(214,195,163,0.18) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)) !important;
  box-shadow: var(--mw-shadow-soft) !important;
  padding: 18px !important;
}

/* 4) Tables (orders/downloads/address) — dark + sand borders */
.mw-account-shortcode table.shop_table,
.mw-account-shortcode table.shop_table th,
.mw-account-shortcode table.shop_table td{
  border-color: rgba(214,195,163,0.18) !important;
}

.mw-account-shortcode table.shop_table{
  width:100% !important;
  border-radius: 18px !important;
  overflow:hidden !important;
  background: rgba(255,255,255,0.02) !important;
}

.mw-account-shortcode table.shop_table thead th{
  background: rgba(214,195,163,0.06) !important;
  color: rgba(255,255,255,0.90) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  font-size: 11px !important;
}

.mw-account-shortcode table.shop_table td{
  color: rgba(255,255,255,0.78) !important;
  font-size: 14px !important;
}

/* 5) Messages (error/info/success) — consistent */
.mw-account-shortcode .woocommerce-message,
.mw-account-shortcode .woocommerce-info,
.mw-account-shortcode .woocommerce-error{
  border-radius: 18px !important;
  padding: 14px 16px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(214,195,163,0.22) !important;
  color: rgba(255,255,255,0.85) !important;
}

/* 6) Address blocks / forms spacing */
.mw-account-shortcode .woocommerce-Addresses,
.mw-account-shortcode .woocommerce-Address{
  gap: 14px !important;
}

.mw-account-shortcode .woocommerce-Address{
  border: 1px solid rgba(214,195,163,0.18) !important;
  background: rgba(255,255,255,0.03) !important;
  border-radius: 18px !important;
  padding: 14px !important;
}

/* 7) Headings inside Woo content */
.mw-account-shortcode .woocommerce-MyAccount-content h2,
.mw-account-shortcode .woocommerce-MyAccount-content h3{
  font-family:"Gruppo", system-ui, sans-serif !important;
  letter-spacing:0.18em !important;
  text-transform:uppercase !important;
  color:#fff !important;
}

/* ======================================================
   MASTERWRAPS — C: PORTAL/SHORTCODE SAND-ONLY SKIN
   PLAATS HELEMAAL ONDERAAN
====================================================== */

/* 1) Neutraliseer mogelijke plugin wrapper styling */
.mw-account-shortcode,
.mw-account-shortcode *{
  color: inherit;
}

/* 2) Binnen-card (JE BENT INGELOGD) naar Masterwraps panel look */
.mw-account-shortcode > *{
  background: transparent !important;
}

.mw-account-shortcode .mw-card,
.mw-account-shortcode .card,
.mw-account-shortcode .panel,
.mw-account-shortcode .woocommerce,
.mw-account-shortcode .woocommerce-account,
.mw-account-shortcode .woocommerce-MyAccount-content,
.mw-account-shortcode .woocommerce-MyAccount-navigation{
  background: transparent !important;
}

/* Veel plugins gebruiken een “box”/“wrapper” met border */
.mw-account-shortcode .woocommerce-message,
.mw-account-shortcode .woocommerce-info,
.mw-account-shortcode .woocommerce-error,
.mw-account-shortcode .masterwraps-account-box,
.mw-account-shortcode .account-box,
.mw-account-shortcode .portal-box,
.mw-account-shortcode .wrap,
.mw-account-shortcode .container,
.mw-account-shortcode .content{
  border: 1px solid var(--mw-divider) !important;
  background: rgba(255,255,255,0.03) !important;
  border-radius: 22px !important;
  box-shadow: var(--mw-shadow-soft) !important;
}

/* 3) Buttons: ALLES sand-only (ook plugin buttons) */
.mw-account-shortcode button,
.mw-account-shortcode input[type="submit"],
.mw-account-shortcode .button,
.mw-account-shortcode a.button,
.mw-account-shortcode a.wp-element-button,
.mw-account-shortcode .woocommerce button.button,
.mw-account-shortcode .woocommerce a.button,
.mw-account-shortcode .woocommerce input.button{
  background: var(--mw-accent) !important;
  border: 1px solid var(--mw-accent) !important;
  color: #000 !important;
  border-radius: 999px !important;
  padding: 11px 18px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.18em !important;
  font-family: "Gruppo", system-ui, sans-serif !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.35) !important;
}

/* hover */
.mw-account-shortcode button:hover,
.mw-account-shortcode input[type="submit"]:hover,
.mw-account-shortcode .button:hover,
.mw-account-shortcode a.button:hover{
  background: #fff !important;
  border-color: #fff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 14px 32px rgba(0,0,0,0.45) !important;
}

/* 4) Rode borders/accents hard killen binnen de portal */
.mw-account-shortcode *{
  border-color: var(--mw-divider);
}
.mw-account-shortcode a{
  color: rgba(255,255,255,0.86) !important;
  border-bottom: 1px solid rgba(255,255,255,0.22) !important;
  text-decoration: none !important;
}
.mw-account-shortcode a:hover{
  color:#fff !important;
  border-bottom-color: var(--mw-accent) !important;
}

/* ======================================================
   MASTERWRAPS — D1: PORTAL NAV SKIN (menu/zijbalk)
====================================================== */

.mw-account-shortcode .woocommerce-MyAccount-navigation ul,
.mw-account-shortcode nav ul{
  list-style:none !important;
  padding:0 !important;
  margin:0 0 16px !important;
}

.mw-account-shortcode .woocommerce-MyAccount-navigation li,
.mw-account-shortcode nav li{
  margin:0 0 10px !important;
}

.mw-account-shortcode .woocommerce-MyAccount-navigation a,
.mw-account-shortcode nav a{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:12px 14px !important;
  border-radius:16px !important;
  border:1px solid var(--mw-divider) !important;
  background:rgba(255,255,255,0.03) !important;
  text-decoration:none !important;
}

.mw-account-shortcode .woocommerce-MyAccount-navigation a:hover,
.mw-account-shortcode nav a:hover{
  background:rgba(214,195,163,0.10) !important;
  border-color:rgba(214,195,163,0.30) !important;
}

.mw-account-shortcode .woocommerce-MyAccount-navigation .is-active a{
  background:rgba(214,195,163,0.12) !important;
  border-color:rgba(214,195,163,0.40) !important;
}

/* ======================================================
   MASTERWRAPS — D2: LOGIN/STATE BOX TIGHTEN
====================================================== */

.mw-account-shortcode .woocommerce-message,
.mw-account-shortcode .woocommerce-info,
.mw-account-shortcode .woocommerce-error{
  padding:16px 16px !important;
  line-height:1.7 !important;
}

.mw-account-shortcode p{
  margin:0 0 12px !important;
}

.mw-account-shortcode .woocommerce-message p:last-child,
.mw-account-shortcode .woocommerce-info p:last-child,
.mw-account-shortcode .woocommerce-error p:last-child{
  margin-bottom:0 !important;
}

/* ======================================================
   MASTERWRAPS — D3: FORCE FULL WIDTH INSIDE LEFT PANEL
====================================================== */

.mw-account-shortcode,
.mw-account-shortcode .woocommerce,
.mw-account-shortcode .woocommerce-account,
.mw-account-shortcode .woocommerce-MyAccount-content{
  width:100% !important;
  max-width:100% !important;
  float:none !important;
}

/* ======================================================
   MASTERWRAPS — D4: HERO CTA CONSISTENCY
====================================================== */

.mw-hero--account .mw-btn-primary{
  background:var(--mw-accent) !important;
  border-color:var(--mw-accent) !important;
  color:#000 !important;
}
.mw-hero--account .mw-btn-outline{
  border-color:rgba(214,195,163,0.55) !important;
  color:var(--mw-accent) !important;
  background:transparent !important;
}
.mw-hero--account .mw-btn-outline:hover{
  background:rgba(214,195,163,0.14) !important;
  border-color:#fff !important;
  color:#fff !important;
}/* End custom CSS */