/*
Theme Name: Curvaya
Theme URI: https://curvaya.com
Author: Curvaya
Description: Premium custom WooCommerce theme for a shapewear store. Nude/skin-tone palette, mega menus, product color swatches, responsive mobile navigation, and a conversion-focused homepage.
Version: 60.0.0
Text Domain: curvaya
*/

:root{
  --cv-cream:#fbf6f1;
  --cv-cream-2:#f6eee7;
  --cv-nude:#e7d6c8;
  --cv-sand:#c9a98f;
  --cv-caramel:#a77c62;
  --cv-brown:#7a5544;
  --cv-chocolate:#3b2a24;
  --cv-ink:#201916;
  --cv-muted:#7d6d65;
  --cv-line:#eadfd7;
  --cv-white:#ffffff;
  --cv-sale:#b85d49;
  --cv-max:1460px;
  --cv-radius:22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cv-white);
  color:var(--cv-ink);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
body.cv-lock{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
.cv-container{width:min(var(--cv-max),calc(100% - 48px));margin-inline:auto}

/* Announcement */
.cv-announcement{
  overflow:hidden;
  background:linear-gradient(90deg,#d1aa8e 0%,#b98e72 45%,#8d6550 100%);
  color:#fff;
  min-height:40px;
  display:flex;
  align-items:center;
  font-size:13px;
  font-weight:700;
}
.cv-marquee{width:100%;overflow:hidden}
.cv-marquee-track{
  width:max-content;
  display:flex;
  min-width:200%;
  animation:cv-marquee 30s linear infinite;
}
.cv-marquee-group{display:flex;align-items:center;flex-shrink:0}
.cv-marquee-item{padding:0 55px;line-height:40px;white-space:nowrap}
@keyframes cv-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.cv-marquee-track{animation:none}}

/* Header */
.cv-site-header{background:#fff;position:relative;z-index:80}
.cv-head-main{
  min-height:79px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  border-bottom:1px solid #eee7e2;
}
.cv-logo{
  grid-column:2;
  font-family:Georgia,"Times New Roman",serif;
  color:var(--cv-brown);
  font-size:29px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.7px;
  text-align:center;
}
.cv-logo .custom-logo{max-height:48px;width:auto}
.cv-head-actions{
  grid-column:3;
  justify-self:end;
  display:flex;
  align-items:center;
  gap:23px;
}
.cv-icon{
  width:25px;height:31px;
  display:inline-flex;align-items:center;justify-content:center;
  border:0;background:transparent;padding:0;
  color:#211915;cursor:pointer;position:relative;
}
.cv-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.7}
.cv-cart-count{
  position:absolute;top:-2px;right:-9px;
  min-width:17px;height:17px;padding:0 4px;border-radius:50px;
  background:var(--cv-chocolate);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:10px;font-weight:800;
}
.cv-mobile-menu-btn{display:none;grid-column:1;justify-self:start}

/* Desktop nav */
.cv-nav-bar{
  background:#fff;
  border-bottom:1px solid #e9e3df;
  position:relative;
  z-index:70;
}
.cv-nav{
  min-height:52px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.cv-nav-list{
  list-style:none;margin:0;padding:0;
  display:flex;align-items:center;justify-content:center;
  gap:34px;
}
.cv-nav-item{position:static}
.cv-nav-link{
  display:block;
  padding:18px 0 16px;
  font-size:13px;
  line-height:1;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.015em;
  border-bottom:2px solid transparent;
}
.cv-nav-item.is-sale .cv-nav-link{color:var(--cv-sale)}
.cv-nav-item:hover .cv-nav-link,
.cv-nav-item:focus-within .cv-nav-link{border-bottom-color:var(--cv-chocolate)}

/* Mega menu */
.cv-mega{
  position:absolute;
  left:0;right:0;top:100%;
  background:#fff;
  border-top:1px solid #efe8e3;
  border-bottom:1px solid #e6ddd7;
  box-shadow:0 18px 35px rgba(49,31,22,.08);
  opacity:0;visibility:hidden;transform:translateY(-6px);
  transition:.18s ease;
  pointer-events:none;
}
.cv-nav-item:hover .cv-mega,
.cv-nav-item:focus-within .cv-mega{
  opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto
}
.cv-mega-inner{
  width:min(1320px,calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr 1fr;
  gap:42px;
  padding:34px 0 42px;
}
.cv-mega-col h4{
  margin:0 0 14px;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.035em;
}
.cv-mega-col ul{list-style:none;padding:0;margin:0}
.cv-mega-col li{margin:0 0 11px}
.cv-mega-col a{font-size:14px;color:#4a403b}
.cv-mega-col a:hover{color:var(--cv-caramel)}
.cv-mega-all{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:800;
  text-transform:uppercase;
  font-size:13px;
  padding-bottom:12px;
  border-bottom:1px solid #e5ddd7;
  width:100%;
}

/* Mobile drawer */
.cv-mobile-drawer{
  position:fixed;inset:0 auto 0 0;width:min(88vw,390px);
  background:#fff;z-index:120;
  transform:translateX(-102%);
  transition:.25s ease;
  box-shadow:20px 0 60px rgba(44,29,20,.18);
  overflow:auto;
}
.cv-mobile-drawer.is-open{transform:translateX(0)}
.cv-mobile-drawer-head{
  display:flex;align-items:center;justify-content:space-between;
  padding:19px 20px;border-bottom:1px solid var(--cv-line)
}
.cv-mobile-drawer-title{font-family:Georgia,"Times New Roman",serif;font-size:24px;color:var(--cv-brown);font-weight:700}
.cv-mobile-close{border:0;background:transparent;font-size:26px}
.cv-mobile-menu{list-style:none;margin:0;padding:10px 20px 28px}
.cv-mobile-menu>li{border-bottom:1px solid #eee5df}
.cv-mobile-menu summary,
.cv-mobile-menu>a{
  list-style:none;display:flex;justify-content:space-between;align-items:center;
  padding:16px 0;font-size:14px;font-weight:800;text-transform:uppercase;cursor:pointer
}
.cv-mobile-sub{padding:0 0 14px}
.cv-mobile-sub h5{font-size:12px;text-transform:uppercase;margin:14px 0 8px;color:var(--cv-muted)}
.cv-mobile-sub a{display:block;padding:7px 0;font-size:14px;color:#51443e}
.cv-drawer-overlay{position:fixed;inset:0;background:rgba(20,12,8,.33);z-index:110;opacity:0;visibility:hidden;transition:.2s}
.cv-drawer-overlay.is-open{opacity:1;visibility:visible}

/* Hero */
.cv-hero{
  position:relative;
  min-height:610px;
  display:flex;align-items:center;
  background:linear-gradient(100deg,rgba(58,40,31,.52),rgba(58,40,31,.08)),linear-gradient(135deg,#cfb19d,#9d7965);
  background-size:cover;background-position:center;
  color:#fff;overflow:hidden
}
.cv-hero-inner{position:relative;z-index:1}
.cv-kicker{
  display:inline-flex;align-items:center;gap:8px;
  text-transform:uppercase;letter-spacing:.18em;font-size:13px;font-weight:800;margin-bottom:17px
}
.cv-hero h1{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(50px,7vw,92px);
  line-height:.98;letter-spacing:-.035em;
  max-width:760px;margin:0 0 20px
}
.cv-hero p{max-width:600px;font-size:19px;margin:0 0 28px}
.cv-btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:50px;
  padding:0 28px;border-radius:999px;background:var(--cv-chocolate);color:#fff;
  font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em
}
.cv-btn:hover{background:#221713}

/* Feature strip under hero */
.cv-feature-strip{background:#fff;border-bottom:1px solid var(--cv-line)}
.cv-feature-inner{min-height:56px;display:flex;gap:34px;align-items:center;justify-content:space-between;overflow:auto;scrollbar-width:none}
.cv-feature-inner::-webkit-scrollbar{display:none}
.cv-feature-item{flex:0 0 auto;font-size:13px;font-weight:700;color:#453a35}
.cv-feature-item:before{content:"✓";color:var(--cv-caramel);margin-right:8px}

/* Generic sections */
.cv-section{padding:80px 0}
.cv-soft{background:var(--cv-cream)}
.cv-soft-2{background:var(--cv-cream-2)}
.cv-section-head{text-align:center;max-width:760px;margin:0 auto 42px}
.cv-overline{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--cv-caramel);margin-bottom:10px}
.cv-title{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(38px,5vw,62px);
  line-height:1.06;
  letter-spacing:-.03em;
  margin:0 0 14px;color:#2f211c
}
.cv-title .accent{
  background:linear-gradient(90deg,#a6795f,#cfaa8d);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.cv-subtitle{color:var(--cv-muted);font-size:18px;margin:0}

/* Category cards */
.cv-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:22px}
.cv-category-card{
  border:1px solid #eadbcf;background:#fff;border-radius:24px;
  min-height:190px;padding:25px 18px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;transition:.2s ease
}
.cv-category-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(76,48,34,.08)}
.cv-cat-icon{
  width:66px;height:66px;border-radius:18px;
  background:#fbf2eb;display:flex;align-items:center;justify-content:center;
  font-size:29px;margin-bottom:17px
}
.cv-category-card strong{font-size:15px;margin-bottom:6px}
.cv-category-card span{font-size:13px;color:var(--cv-muted)}

/* Product cards */
.woocommerce ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:24px!important;
}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product{
  width:auto!important;float:none!important;margin:0!important;
  border:1px solid #ead9cd;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  position:relative;
  padding:0 0 18px!important;
}
.woocommerce ul.products li.product a img{
  margin:0!important;
  width:100%!important;
  aspect-ratio:4/5;
  object-fit:cover;
  background:#f7f3ef
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size:15px!important;
  padding:0 18px!important;
  color:#2a201b;
  font-weight:700
}
.woocommerce ul.products li.product .price{
  display:block;padding:0 18px;color:#2c211d!important;font-weight:700!important
}
.woocommerce ul.products li.product .button{
  margin:12px 18px 0!important;
  background:var(--cv-chocolate)!important;
  color:#fff!important;border-radius:999px!important;
  padding:12px 18px!important;font-size:12px!important
}
.woocommerce span.onsale{
  left:14px!important;top:14px!important;right:auto!important;
  min-height:auto!important;line-height:1!important;
  border-radius:99px!important;background:#f4ded3!important;color:#a54736!important;
  padding:8px 11px!important;font-size:11px!important;font-weight:800!important
}

/* Product swatches */
.cv-swatches{display:flex;align-items:center;gap:8px;padding:10px 18px 7px;min-height:37px}
.cv-swatch{
  width:24px;height:24px;border-radius:50%;
  border:1px solid rgba(32,25,22,.18);box-shadow:inset 0 0 0 2px #fff;
  position:relative
}
.cv-swatch.is-active:after{
  content:"";position:absolute;inset:-4px;border:1.5px solid #3a2b24;border-radius:50%
}
.cv-swatch--beige{background:#d7b99f}
.cv-swatch--black{background:#171717}
.cv-swatch--brown{background:#604539}
.cv-swatch--white{background:#f5f3f0}
.cv-swatch--grey{background:#a9aaa8}

/* Value cards */
.cv-value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.cv-value-card{
  background:#fff;border:1px solid #e6d5c8;border-radius:24px;
  padding:38px 26px;text-align:center
}
.cv-value-icon{font-size:36px;margin-bottom:18px}
.cv-value-card h3{font-family:Georgia,"Times New Roman",serif;font-size:22px;margin:0 0 10px}
.cv-value-card p{color:var(--cv-muted);margin:0 0 15px}
.cv-pill{display:inline-flex;padding:7px 12px;border-radius:999px;background:#f7eee7;color:#9a654d;font-size:12px;font-weight:700}

/* Quiz CTA */
.cv-quiz{
  background:linear-gradient(120deg,#c9a98f,#aa8068 48%,#6e4b3b);
  color:#fff;text-align:center;padding:90px 24px
}
.cv-quiz-inner{max-width:880px;margin:auto}
.cv-quiz h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,6vw,70px);line-height:1.05;margin:16px 0}
.cv-quiz p{font-size:18px;max-width:760px;margin:0 auto 26px}
.cv-quiz-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:32px}
.cv-quiz-pills span{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:10px 16px;font-size:13px}
.cv-btn-light{background:#fff;color:var(--cv-brown)}

/* Woo pages */
.woocommerce .woocommerce-breadcrumb{color:var(--cv-muted)}
.woocommerce div.product .product_title{font-family:Georgia,"Times New Roman",serif;font-size:42px}
.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{
  background:var(--cv-chocolate)!important;color:#fff!important;border-radius:999px!important
}

/* Footer */
.cv-footer{background:var(--cv-cream);padding:70px 0 0}
.cv-footer-main{
  display:grid;grid-template-columns:1.5fr .8fr .9fr;
  gap:80px;padding-bottom:56px
}
.cv-footer-brand h3{font-family:Georgia,"Times New Roman",serif;font-size:30px;color:var(--cv-brown);margin:0 0 24px}
.cv-footer-brand p{color:var(--cv-muted);max-width:460px;font-size:15px}
.cv-footer-contact{margin-top:24px;display:grid;gap:12px;color:#806c61;font-size:14px}
.cv-footer-col h4{font-family:Georgia,"Times New Roman",serif;text-transform:uppercase;font-size:14px;letter-spacing:.05em;margin:0 0 20px}
.cv-footer-col ul{list-style:none;margin:0;padding:0}
.cv-footer-col li{margin:0 0 13px}
.cv-footer-col a{color:#786a64;font-size:14px}
.cv-payments{
  background:#fff;border-top:1px solid var(--cv-line);border-bottom:1px solid var(--cv-line)
}
.cv-payments-inner{
  min-height:70px;display:flex;align-items:center;gap:16px;flex-wrap:wrap
}
.cv-pay-label{font-size:13px;color:#77665d;margin-right:8px}
.cv-pay-badge{
  min-width:48px;height:30px;padding:0 10px;border:1px solid #ddd;border-radius:6px;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:11px;font-weight:800;background:#fff
}
.cv-footer-bottom{background:#f6eadf}
.cv-footer-bottom-inner{
  min-height:66px;display:flex;align-items:center;justify-content:space-between;
  gap:20px;color:#8a776d;font-size:12px
}
.cv-legal{display:flex;gap:22px;flex-wrap:wrap}

/* Search overlay */
.cv-search-overlay{
  position:fixed;inset:0;background:rgba(29,20,15,.54);z-index:140;
  opacity:0;visibility:hidden;transition:.2s
}
.cv-search-overlay.is-open{opacity:1;visibility:visible}
.cv-search-panel{
  background:#fff;padding:28px;max-width:720px;margin:90px auto 0;border-radius:20px;
  display:flex;gap:10px
}
.cv-search-panel input{flex:1;border:1px solid var(--cv-line);border-radius:999px;padding:14px 18px}
.cv-search-panel button{border:0;background:var(--cv-chocolate);color:#fff;border-radius:999px;padding:0 22px}

/* Responsive */
@media(max-width:1100px){
  .cv-nav-list{gap:22px}
  .cv-category-grid{grid-template-columns:repeat(3,1fr)}
  .cv-value-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .cv-container{width:min(100% - 28px,var(--cv-max))}
  .cv-head-main{min-height:68px;grid-template-columns:auto 1fr auto}
  .cv-mobile-menu-btn{display:inline-flex}
  .cv-logo{grid-column:2;font-size:24px}
  .cv-head-actions{grid-column:3;gap:13px}
  .cv-head-actions .cv-hide-mobile{display:none}
  .cv-nav-bar{display:none}
  .cv-hero{min-height:520px}
  .cv-category-grid{grid-template-columns:repeat(2,1fr)}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .cv-footer-main{grid-template-columns:1fr 1fr;gap:44px}
  .cv-footer-brand{grid-column:1/-1}
}
@media(max-width:560px){
  .cv-announcement{font-size:12px}
  .cv-marquee-item{padding:0 30px}
  .cv-hero{min-height:470px}
  .cv-hero p{font-size:16px}
  .cv-section{padding:58px 0}
  .cv-category-grid{grid-template-columns:1fr 1fr;gap:14px}
  .cv-category-card{min-height:160px;padding:20px 12px}
  .cv-cat-icon{width:55px;height:55px}
  .woocommerce ul.products{gap:14px!important}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;padding:0 12px!important}
  .woocommerce ul.products li.product .price{padding:0 12px;font-size:13px}
  .cv-swatches{padding:9px 12px 6px}
  .cv-swatch{width:20px;height:20px}
  .cv-value-grid{grid-template-columns:1fr}
  .cv-footer-main{grid-template-columns:1fr;gap:30px}
  .cv-footer-brand{grid-column:auto}
  .cv-footer-bottom-inner{align-items:flex-start;flex-direction:column;padding:18px 0}
}


/* Category image cards v4 */
.cv-category-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:22px;
}
.cv-category-card-photo{
  padding:0;
  overflow:hidden;
  min-height:0;
  display:block;
  text-align:left;
  background:#fff;
}
.cv-category-photo{
  width:100%;
  aspect-ratio:4/5;
  overflow:hidden;
  background:#f2e8df;
}
.cv-category-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.cv-category-card-photo:hover .cv-category-photo img{
  transform:scale(1.025);
}
.cv-category-photo-placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#9a806f;
  font-size:13px;
  font-weight:700;
  background:linear-gradient(145deg,#f5eee8,#ead9cd);
}
.cv-category-content{
  padding:18px 16px 20px;
  text-align:center;
}
.cv-category-content strong{
  display:block;
  font-size:15px;
  margin-bottom:5px;
}
.cv-category-content span{
  color:var(--cv-muted);
  font-size:13px;
}
@media(max-width:1100px){
  .cv-category-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:560px){
  .cv-category-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .cv-category-content{padding:14px 10px 16px}
}

/* v5 category text cleanup */
.cv-category-content{padding:15px 12px 16px;text-align:center}
.cv-category-content strong{display:block;font-size:15px;margin:0;font-weight:800}
.cv-category-content span{display:none!important}


/* Feature photo cards v8 */
.cv-value-grid-photo{
  align-items:stretch;
}
.cv-value-card-photo{
  padding:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.cv-value-photo{
  width:100%;
  aspect-ratio:4/5;
  overflow:hidden;
  background:#ead9cc;
}
.cv-value-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.cv-value-card-photo:hover .cv-value-photo img{
  transform:scale(1.025);
}
.cv-value-body{
  padding:28px 24px 30px;
  text-align:center;
  flex:1;
}
.cv-value-body h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  margin:0 0 12px;
}
.cv-value-body p{
  color:var(--cv-muted);
  margin:0 0 18px;
  line-height:1.65;
}
@media(max-width:560px){
  .cv-value-body{
    padding:20px 16px 22px;
  }
  .cv-value-body h3{
    font-size:21px;
  }
}


/* v9: corrected feature image proportions — no stretching */
.cv-value-photo{
  aspect-ratio:4/5;
}
.cv-value-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}


/* v10: taller feature imagery, preserving natural image proportions */
.cv-value-photo{
  aspect-ratio:2/3 !important;
  background:#f3e8df;
}
.cv-value-photo img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
}
.cv-value-card-photo:hover .cv-value-photo img{
  transform:none !important;
}


/* v11: feature photos are user-uploadable, like category photos */
.cv-value-photo{
  aspect-ratio:4/5 !important;
  overflow:hidden;
}
.cv-value-photo img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}


/* Curvaya Fit Quiz */
.cv-fit-quiz{max-width:1100px;margin:0 auto;padding:70px 24px 90px}
.cv-fit-intro{text-align:center;max-width:760px;margin:0 auto 28px}
.cv-fit-intro h1,.cv-fit-results h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,5vw,62px);line-height:1.05;margin:10px 0 14px;color:var(--cv-chocolate)}
.cv-fit-intro p,.cv-fit-helper{color:var(--cv-muted);font-size:17px}
.cv-fit-progress{height:6px;background:#efe4dc;border-radius:99px;overflow:hidden;margin:28px auto 42px;max-width:760px}
.cv-fit-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--cv-sand),var(--cv-brown));transition:width .25s ease}
.cv-fit-step{display:none;text-align:center}
.cv-fit-step.is-active{display:block}
.cv-fit-step.needs-answer{animation:cvqshake .25s linear 2}
@keyframes cvqshake{25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}
.cv-fit-qicon{font-size:34px;margin-bottom:10px}
.cv-fit-step h2{font-family:Georgia,"Times New Roman",serif;font-size:34px;margin:0 0 8px}
.cv-fit-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:32px 0}
.cv-fit-option{cursor:pointer}
.cv-fit-option input{position:absolute;opacity:0;pointer-events:none}
.cv-fit-option-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:170px;padding:24px;border:1px solid #e6d8cf;border-radius:22px;background:#fff;transition:.18s ease}
.cv-fit-option-icon{font-size:28px;margin-bottom:12px}
.cv-fit-option strong{font-size:17px;margin-bottom:6px}
.cv-fit-option small{font-size:13px;color:var(--cv-muted);max-width:280px}
.cv-fit-option input:checked + .cv-fit-option-inner{border-color:var(--cv-caramel);box-shadow:0 0 0 2px rgba(167,124,98,.18);background:#fffaf6}
.cv-fit-nav{display:flex;justify-content:space-between;gap:12px;margin-top:18px}
.cv-fit-nav button,.cv-fit-restart{border:0;border-radius:999px;padding:14px 24px;font-weight:800;cursor:pointer}
.cv-fit-prev{background:#efe6df;color:var(--cv-brown)}
.cv-fit-next,.cv-fit-restart{background:var(--cv-chocolate);color:#fff}
.cv-fit-prev:disabled{opacity:.35;cursor:not-allowed}
.cv-fit-results{text-align:center}
.cv-fit-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:30px 0}
.cv-fit-product{background:#fff;border:1px solid #e6d8cf;border-radius:20px;overflow:hidden;text-align:left}
.cv-fit-product img{width:100%;aspect-ratio:4/5;object-fit:cover;background:#f5eee8}
.cv-fit-product div{padding:16px}
.cv-fit-product strong{display:block;font-size:15px;margin-bottom:7px}
.cv-fit-product span{display:block;font-size:14px;color:var(--cv-muted);margin-bottom:9px}
.cv-fit-product em{font-style:normal;font-weight:800;font-size:12px;color:var(--cv-brown)}
.cv-fit-empty{grid-column:1/-1;color:var(--cv-muted)}
@media(max-width:760px){
  .cv-fit-quiz{padding:50px 16px 70px}
  .cv-fit-options{grid-template-columns:1fr}
  .cv-fit-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* v13 footer links */
.cv-footer a,
.cv-footer-link{
  color:inherit;
  text-decoration:none;
  transition:opacity .18s ease,color .18s ease;
}
.cv-footer a:hover,
.cv-footer-link:hover{
  color:var(--cv-brown);
  opacity:.78;
}




/* v15 footer contact polish */
.cv-footer-contact{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:22px;
}
.cv-contact-line{
  display:flex;
  align-items:center;
  gap:10px;
  color:inherit;
  text-decoration:none;
  line-height:1.5;
}
.cv-contact-line span:last-child{
  display:inline-block;
}
.cv-contact-icon{
  width:20px;
  height:20px;
  flex:0 0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--cv-caramel);
}
.cv-contact-icon svg{
  width:18px;
  height:18px;
  display:block;
}
.cv-footer-brand p{
  max-width:430px;
  line-height:1.7;
}


/* v16: footer contact icon hard fix */
.cv-footer-contact .cv-contact-line{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  line-height:1.5 !important;
}
.cv-footer-contact .cv-contact-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:18px !important;
  min-width:18px !important;
  max-width:18px !important;
  height:18px !important;
  min-height:18px !important;
  max-height:18px !important;
  flex:0 0 18px !important;
  font-size:14px !important;
  line-height:18px !important;
  overflow:hidden !important;
  color:var(--cv-caramel) !important;
}


/* v17 payment logos */
.cv-pay-label{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:#8d7a90;font-weight:700;margin-right:14px}
.cv-pay-lock{font-size:18px;line-height:1}
.cv-payments-inner{min-height:86px;gap:14px}
.cv-pay-badge{
  min-width:74px;height:42px;padding:0 12px;border:1px solid #d8d8d8;border-radius:8px;
  display:inline-flex;align-items:center;justify-content:center;background:#fff;
  font-size:14px;font-weight:800;letter-spacing:0;line-height:1;overflow:hidden;
  box-shadow:0 1px 0 rgba(0,0,0,.03)
}
.cv-pay-visa{background:#1a1f8f;color:#fff;font-style:italic;letter-spacing:.03em}
.cv-pay-mastercard{background:#0b0b0b;color:#fff;gap:8px;min-width:88px}
.cv-pay-mastercard .mc-circles{display:flex;align-items:center}
.cv-pay-mastercard .mc-circles span{display:block;width:18px;height:18px;border-radius:50%}
.cv-pay-mastercard .mc-circles span:first-child{background:#ea001b;margin-right:-6px;opacity:.98}
.cv-pay-mastercard .mc-circles span:last-child{background:#f79e1b;opacity:.98}
.cv-pay-mastercard .mc-text{text-transform:lowercase;font-size:10px;font-weight:700;letter-spacing:0}
.cv-pay-amex{background:#2566dc;color:#fff;flex-direction:column;gap:0;line-height:1.05;font-size:11px}
.cv-pay-amex span{display:block}
.cv-pay-paypal{color:#005bbf;font-weight:700;line-height:1.05;font-size:13px}
.cv-pay-apple{background:#000;color:#fff;font-weight:700}
.cv-pay-gpay{color:#666;font-weight:700}
.cv-pay-gpay::first-letter{color:#4285F4}
.cv-pay-klarna{background:#efb1c4;color:#1a1a1a}
.cv-pay-idealwero{padding:0;min-width:102px;justify-content:flex-start}
.cv-pay-idealwero .iw-ideal{display:flex;align-items:center;justify-content:center;height:100%;padding:0 10px;background:#f7f0a6;color:#242424;border-right:1px solid #c7c7c7;font-weight:900}
.cv-pay-idealwero .iw-wero{display:flex;align-items:center;justify-content:center;height:100%;padding:0 12px;background:#f7f0a6;color:#2d2d2d;font-weight:800;text-transform:lowercase}
.cv-pay-bancontact{position:relative;min-width:96px;padding:0}
.cv-pay-bancontact .bc-top,.cv-pay-bancontact .bc-bottom{position:absolute;left:0;right:0;height:50%}
.cv-pay-bancontact .bc-top{top:0;background:#1b64c8;clip-path:polygon(0 0, 100% 0, 72% 100%, 0 100%)}
.cv-pay-bancontact .bc-bottom{bottom:0;background:#f1c100;clip-path:polygon(28% 0, 100% 0, 100% 100%, 0 100%)}
.cv-pay-bancontact .bc-text{position:relative;z-index:1;font-size:10px;font-weight:800;color:#17447b;background:rgba(255,255,255,.88);padding:2px 4px;border-radius:3px}
@media(max-width:767px){
  .cv-payments-inner{gap:10px}
  .cv-pay-badge{min-width:64px;height:38px;font-size:12px}
  .cv-pay-idealwero{min-width:92px}
  .cv-pay-bancontact{min-width:88px}
}


/* v18 company numbers */
.cv-company-numbers{
  margin-top:22px;
}
.cv-company-numbers p{
  margin:0 0 12px;
  color:#2f2130;
  line-height:1.45;
}
.cv-company-numbers strong{
  font-weight:700;
}


/* v19 legal page */
.cv-legal-page{
  max-width:980px;
  margin:0 auto;
  padding:54px 24px 80px;
  color:#302329;
  line-height:1.72;
}
.cv-legal-page .cv-legal-intro{
  font-size:17px;
  color:#776861;
  margin:0 0 42px;
}
.cv-legal-page h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  color:var(--cv-brown);
  margin:42px 0 16px;
}
.cv-legal-page h3{
  font-size:16px;
  margin:22px 0 6px;
  color:#35282b;
}
.cv-legal-page p{
  margin:0 0 13px;
}
.cv-legal-page a{
  color:var(--cv-brown);
  text-decoration:underline;
  text-underline-offset:3px;
}
.cv-legal-contact{
  padding-left:20px;
}
.cv-legal-contact li{
  margin-bottom:7px;
}


/* v20 FAQ */
.cv-faq-page{
  max-width:1120px;
  margin:0 auto;
  padding:48px 24px 90px;
  color:#302329;
}
.cv-faq-hero{
  margin-bottom:60px;
}
.cv-faq-hero h1{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(46px,6vw,76px);
  line-height:1;
  margin:12px 0 34px;
  color:var(--cv-brown);
}
.cv-faq-hero h1 span{
  color:var(--cv-caramel);
}
.cv-faq-quiz{
  max-width:820px;
  margin:0 auto;
}
.cv-faq-quiz h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  margin:0 0 14px;
}
.cv-faq-quiz p{
  color:var(--cv-muted);
  font-size:16px;
  line-height:1.75;
}
.cv-faq-quiz ul{
  list-style:none;
  padding:0;
  margin:24px 0;
  display:grid;
  gap:12px;
}
.cv-faq-quiz li{
  font-size:16px;
}
.cv-faq-quiz-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--cv-chocolate);
  color:#fff !important;
  text-decoration:none !important;
  border-radius:999px;
  padding:15px 24px;
  font-weight:800;
}
.cv-faq-quiz-note{
  margin-top:12px;
  font-style:italic;
}
.cv-faq-section{
  margin-top:58px;
}
.cv-faq-section > h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  color:var(--cv-brown);
  margin:0 0 20px;
}
.cv-faq-section details{
  border-top:1px solid #e8d9cf;
  padding:0;
}
.cv-faq-section details:last-child{
  border-bottom:1px solid #e8d9cf;
}
.cv-faq-section summary{
  list-style:none;
  cursor:pointer;
  font-weight:700;
  font-size:17px;
  padding:20px 44px 20px 0;
  position:relative;
}
.cv-faq-section summary::-webkit-details-marker{
  display:none;
}
.cv-faq-section summary:after{
  content:"+";
  position:absolute;
  right:5px;
  top:17px;
  font-size:24px;
  font-weight:400;
  color:var(--cv-caramel);
}
.cv-faq-section details[open] summary:after{
  content:"−";
}
.cv-faq-section details > div{
  padding:0 50px 20px 0;
  color:var(--cv-muted);
  line-height:1.72;
}
.cv-faq-section details p{
  margin:0 0 12px;
}
.cv-faq-section details ul{
  margin:10px 0 14px 20px;
}
.cv-faq-section a{
  color:var(--cv-brown);
  text-decoration:underline;
  text-underline-offset:3px;
}
@media(max-width:700px){
  .cv-faq-page{padding:38px 18px 70px}
  .cv-faq-section > h2{font-size:28px}
  .cv-faq-quiz h2{font-size:25px}
  .cv-faq-section details > div{padding-right:12px}
}


/* v21 static page templates */
.cv-static-legal-page,
.cv-static-faq-page{
  background:#fff;
}


/* v22 Lumeastore-inspired FAQ layout */
.cv-faq-template{
  background:#fff8f4;
  border-top:1px solid #f0ded4;
}
.cv-faq-lumea{
  max-width:1320px;
  margin:0 auto;
  padding:0 72px 100px;
  color:#2f222c;
}
.cv-faq-lumea-hero{
  padding-top:38px;
}
.cv-faq-lumea-hero h1{
  margin:0 0 38px;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:700;
  font-size:clamp(52px,5.4vw,76px);
  line-height:1.02;
  letter-spacing:-.035em;
  background:linear-gradient(90deg,#8d5c43 0%,#b47f6a 48%,#79325e 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.cv-faq-lumea-hero h1 span{
  color:inherit;
}
.cv-faq-lumea-intro,
.cv-faq-block{
  max-width:860px;
  margin-left:auto;
  margin-right:auto;
}
.cv-faq-lumea-intro h2{
  margin:0 0 14px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  line-height:1.22;
  color:#342432;
}
.cv-faq-lumea-intro > p{
  font-size:17px;
  line-height:1.75;
  margin:0 0 20px;
  color:#392d34;
}
.cv-faq-checks{
  margin:22px 0 24px;
}
.cv-faq-checks p{
  margin:0 0 14px;
  font-size:17px;
  line-height:1.55;
  color:#352a31;
}
.cv-faq-fit-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:245px;
  padding:16px 26px;
  border-radius:999px;
  background:#6c4535;
  color:#fff !important;
  font-size:17px;
  font-weight:800;
  text-decoration:none !important;
  box-shadow:0 8px 20px rgba(93,59,43,.14);
}
.cv-faq-fit-btn:hover{
  background:#513127;
  transform:translateY(-1px);
}
.cv-faq-note{
  margin:10px 0 0;
  font-style:italic;
  color:#6f5e65;
  font-size:15px;
}
.cv-faq-block{
  margin-top:58px;
}
.cv-faq-block h2{
  margin:0 0 24px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:36px;
  line-height:1.18;
  color:#372733;
}
.cv-faq-block h3{
  margin:0 0 14px;
  font-size:20px;
  line-height:1.35;
  font-weight:800;
  color:#33262d;
}
.cv-faq-block p,
.cv-faq-block li{
  font-size:16px;
  line-height:1.78;
  color:#44373d;
}
.cv-faq-block p{
  margin:0 0 14px;
}
.cv-faq-block ul{
  margin:8px 0 16px 24px;
  padding:0;
}
.cv-faq-block hr{
  border:0;
  border-top:1px solid #ead9d0;
  margin:26px 0;
}
.cv-faq-block a{
  color:#8c5a45;
  text-decoration:underline;
  text-underline-offset:3px;
}
@media(max-width:900px){
  .cv-faq-lumea{
    padding:0 28px 80px;
  }
  .cv-faq-lumea-hero h1{
    font-size:50px;
  }
}
@media(max-width:600px){
  .cv-faq-lumea{
    padding:0 18px 65px;
  }
  .cv-faq-lumea-hero{
    padding-top:28px;
  }
  .cv-faq-lumea-hero h1{
    font-size:42px;
    margin-bottom:30px;
  }
  .cv-faq-lumea-intro h2{
    font-size:25px;
  }
  .cv-faq-block{
    margin-top:44px;
  }
  .cv-faq-block h2{
    font-size:30px;
  }
  .cv-faq-block h3{
    font-size:18px;
  }
  .cv-faq-fit-btn{
    min-width:0;
    width:100%;
  }
}


/* v23 FAQ typography refinement */
.cv-faq-lumea-hero h1{
  font-size:clamp(42px,4.2vw,60px) !important;
  line-height:1.04 !important;
  margin-bottom:34px !important;
}

.cv-faq-lumea-intro h2{
  font-size:26px !important;
  line-height:1.28 !important;
}

.cv-faq-lumea-intro > p,
.cv-faq-checks p{
  font-size:16px !important;
}

.cv-faq-block h2{
  font-size:30px !important;
  line-height:1.2 !important;
}

.cv-faq-block h3{
  font-size:18px !important;
  line-height:1.4 !important;
}

.cv-faq-block p,
.cv-faq-block li{
  font-size:15px !important;
  line-height:1.72 !important;
}

.cv-faq-fit-btn{
  font-size:16px !important;
  min-width:220px !important;
  padding:14px 24px !important;
}

@media(max-width:900px){
  .cv-faq-lumea-hero h1{
    font-size:48px !important;
  }
}

@media(max-width:600px){
  .cv-faq-lumea-hero h1{
    font-size:38px !important;
  }
  .cv-faq-lumea-intro h2{
    font-size:23px !important;
  }
  .cv-faq-block h2{
    font-size:27px !important;
  }
  .cv-faq-block h3{
    font-size:17px !important;
  }
  .cv-faq-block p,
  .cv-faq-block li{
    font-size:15px !important;
  }
}


/* v25 payment badges + size guide page */
.cv-payments-inner{
  min-height:58px !important;
  gap:8px !important;
  justify-content:flex-start !important;
}
.cv-pay-label{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  font-size:12px !important;
  color:#8e7b90 !important;
  font-weight:700 !important;
  margin-right:10px !important;
}
.cv-pay-lock{font-size:14px !important;line-height:1 !important}
.cv-pay-badge{
  min-width:56px !important;
  height:28px !important;
  padding:0 8px !important;
  border-radius:7px !important;
  font-size:10px !important;
}
.cv-pay-visa{min-width:62px !important}
.cv-pay-mastercard{min-width:72px !important;gap:5px !important}
.cv-pay-mastercard .mc-circles span{width:13px !important;height:13px !important}
.cv-pay-mastercard .mc-text{font-size:8px !important}
.cv-pay-amex{min-width:66px !important;font-size:9px !important}
.cv-pay-paypal{min-width:64px !important;font-size:10px !important;line-height:1 !important}
.cv-pay-apple{min-width:62px !important}
.cv-pay-gpay{min-width:62px !important}
.cv-pay-klarna{min-width:64px !important}
.cv-pay-idealwero{min-width:88px !important;height:28px !important}
.cv-pay-idealwero .iw-ideal{padding:0 8px !important;font-size:10px !important}
.cv-pay-idealwero .iw-wero{padding:0 9px !important;font-size:10px !important}
.cv-pay-bancontact{min-width:80px !important;height:28px !important}
.cv-pay-bancontact .bc-text{font-size:8px !important;padding:1px 4px !important}
@media(max-width:767px){
  .cv-payments-inner{gap:6px !important;justify-content:center !important;padding:10px 0 !important;min-height:auto !important}
  .cv-pay-label{width:100%;justify-content:center !important;margin:0 0 2px !important}
  .cv-pay-badge{min-width:54px !important;height:28px !important;font-size:10px !important;padding:0 7px !important}
  .cv-pay-idealwero{min-width:84px !important}
  .cv-pay-bancontact{min-width:78px !important}
}

.cv-sizeguide-page{
  background:#fbf5f0;
  padding:44px 20px 72px;
}
.cv-sizeguide-wrap{
  max-width:980px;
  margin:0 auto;
}
.cv-sizeguide-head{
  text-align:center;
  max-width:780px;
  margin:0 auto 24px;
}
.cv-sizeguide-head .cv-overline{
  color:#b18167;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:700;
  font-size:12px;
  margin-bottom:12px;
}
.cv-sizeguide-head h1{
  margin:0 0 14px;
  font-family:Georgia, "Times New Roman", serif;
  font-size:46px;
  line-height:1.04;
  color:#4c221d;
}
.cv-sizeguide-head p{
  margin:0 auto;
  max-width:680px;
  color:#5f4f49;
  font-size:17px;
  line-height:1.65;
}
.cv-sizeguide-card{
  background:#fffdfa;
  border:1px solid #eaded6;
  border-radius:26px;
  padding:14px;
  box-shadow:0 14px 30px rgba(115,82,61,.07);
  max-width:900px;
  margin:0 auto;
}
.cv-sizeguide-card img{
  display:block;
  width:100%;
  height:auto;
  border-radius:18px;
}
.cv-sizeguide-note{
  max-width:760px;
  margin:20px auto 0;
  text-align:center;
}
.cv-sizeguide-note p{
  margin:0;
  color:#695751;
  font-size:16px;
  line-height:1.65;
}
.cv-sizeguide-note a{color:#7d4a36;text-decoration:underline}
@media(max-width:991px){
  .cv-sizeguide-head h1{font-size:40px}
  .cv-sizeguide-head p{font-size:16px}
  .cv-sizeguide-card{max-width:820px;padding:12px;border-radius:22px}
}
@media(max-width:767px){
  .cv-sizeguide-page{padding:30px 14px 50px}
  .cv-sizeguide-head h1{font-size:32px}
  .cv-sizeguide-head p{font-size:15px;line-height:1.6}
  .cv-sizeguide-card{padding:9px;border-radius:16px}
  .cv-sizeguide-card img{border-radius:10px}
  .cv-sizeguide-note p{font-size:15px}
}


/* v27 return form */
.cv-return-page{background:#fbf5f0;padding:54px 0 80px}
.cv-return-wrap{max-width:980px;margin:0 auto;padding:0 24px}
.cv-return-head{text-align:center;max-width:760px;margin:0 auto 34px}
.cv-return-head h1{font-family:Georgia,"Times New Roman",serif;font-size:48px;line-height:1.05;color:#4c221d;margin:8px 0 14px}
.cv-return-head p{color:#74645d;font-size:16px;line-height:1.7}
.cv-return-form{display:grid;gap:18px}
.cv-return-card{background:#fff;border:1px solid #e7d7cc;border-radius:18px;padding:24px;box-shadow:0 8px 22px rgba(74,46,35,.05)}
.cv-return-card h2{font-family:Georgia,"Times New Roman",serif;color:#432822;font-size:24px;margin:0 0 18px}
.cv-return-help,.cv-return-note{color:#7a6962;font-size:14px;line-height:1.6}
.cv-return-grid{display:grid;gap:16px}.cv-return-grid.two{grid-template-columns:repeat(2,1fr)}.cv-return-grid.three{grid-template-columns:2fr 1fr 1fr}
.cv-return-form label{font-size:14px;font-weight:700;color:#493a34}
.cv-return-form input[type=text],.cv-return-form input[type=email],.cv-return-form input[type=date],.cv-return-form textarea{width:100%;margin-top:7px;border:1px solid #ddcec4;border-radius:10px;background:#fffdfa;padding:11px 12px;color:#302522}
.cv-return-form textarea{resize:vertical}
.cv-return-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:11px 18px;margin:16px 0}.cv-return-checks.compact{grid-template-columns:repeat(2,1fr)}
.cv-return-checks label,.cv-return-radio label{font-weight:500;display:flex;align-items:flex-start;gap:9px}.cv-return-checks input,.cv-return-radio input{margin-top:4px}
.cv-return-radio{display:grid;gap:12px;margin-bottom:16px}
.cv-return-full{display:block;max-width:360px}
.cv-return-signature{display:grid;grid-template-columns:1fr 2fr;gap:16px;margin-top:16px}
.cv-return-actions{display:flex;gap:12px;justify-content:center;margin-top:8px}.cv-return-actions button,.cv-return-actions a{border:0;border-radius:999px;padding:13px 22px;font-weight:800;cursor:pointer}.cv-return-actions button{background:#6c4535;color:#fff}.cv-return-actions a{background:#efe2d8;color:#5a382b}
.cv-return-contact{text-align:center;color:#74645d;font-size:13px;line-height:1.7;margin-top:28px}
@media(max-width:700px){.cv-return-page{padding:36px 0 60px}.cv-return-wrap{padding:0 14px}.cv-return-head h1{font-size:38px}.cv-return-grid.two,.cv-return-grid.three,.cv-return-checks,.cv-return-checks.compact,.cv-return-signature{grid-template-columns:1fr}.cv-return-card{padding:18px}}
@media print{.cv-site-header,.cv-footer,.cv-announcement,.no-print{display:none!important}.cv-return-page{padding:0;background:#fff}.cv-return-wrap{max-width:none;padding:0}.cv-return-card{box-shadow:none;break-inside:avoid}.cv-return-head h1{font-size:34px}.cv-return-form{gap:10px}.cv-return-card{padding:14px}.cv-return-contact{margin-top:14px}}


/* v28 Retouren & Terugbetalingen */
.cv-returns-page{
  background:#fff8f4;
  border-top:1px solid #f0dfd6;
}
.cv-returns-wrap{
  max-width:1000px;
  margin:0 auto;
  padding:58px 28px 90px;
  color:#35282d;
}
.cv-returns-hero{
  margin-bottom:42px;
}
.cv-returns-hero h1{
  margin:0 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(40px,4.2vw,58px);
  line-height:1.06;
  color:#4d2d26;
}
.cv-returns-hero p{
  max-width:850px;
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:#665750;
}
.cv-returns-section{
  padding:30px 0;
  border-top:1px solid #e9d8ce;
}
.cv-returns-section h2{
  margin:0 0 14px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  line-height:1.22;
  color:#3d292d;
}
.cv-returns-section p,
.cv-returns-section li{
  font-size:15.5px;
  line-height:1.75;
  color:#51434a;
}
.cv-returns-section p{
  margin:0 0 13px;
}
.cv-returns-section ul{
  margin:14px 0 18px 22px;
  padding:0;
}
.cv-returns-section li{
  margin-bottom:7px;
}
.cv-returns-section a{
  color:#8b563f;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}
.cv-return-note{
  margin:20px 0;
  padding:17px 19px;
  border-radius:12px;
  background:#f2e4da;
  border:1px solid #e5d1c3;
  color:#59453e;
  font-size:14.5px;
  line-height:1.65;
}
.cv-return-form-section{
  background:#f7ece5;
  border:1px solid #e7d4c8;
  border-radius:18px;
  padding:28px;
  margin:28px 0;
}
.cv-return-form-section + .cv-returns-section{
  border-top:0;
}
.cv-return-form-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:8px 0 14px;
  padding:14px 22px;
  border-radius:999px;
  background:#6d4537;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:800 !important;
  transition:transform .18s ease, background .18s ease;
}
.cv-return-form-btn:hover{
  background:#513128;
  transform:translateY(-1px);
}
.cv-return-form-help{
  font-size:14px !important;
  color:#75645c !important;
}
@media(max-width:700px){
  .cv-returns-wrap{
    padding:38px 18px 65px;
  }
  .cv-returns-hero h1{
    font-size:38px;
  }
  .cv-returns-section h2{
    font-size:24px;
  }
  .cv-return-form-section{
    padding:22px 18px;
  }
  .cv-return-form-btn{
    width:100%;
  }
}


/* v29 Verzendbeleid */
.cv-shipping-page{
  background:#fff8f4;
  border-top:1px solid #efdfd6;
}
.cv-shipping-wrap{
  max-width:1000px;
  margin:0 auto;
  padding:58px 28px 90px;
  color:#35282d;
}
.cv-shipping-hero{
  margin-bottom:42px;
}
.cv-shipping-hero h1{
  margin:0 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(40px,4.2vw,58px);
  line-height:1.06;
  color:#4d2d26;
}
.cv-shipping-hero p{
  max-width:820px;
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:#665750;
}
.cv-shipping-section{
  padding:30px 0;
  border-top:1px solid #e9d8ce;
}
.cv-shipping-section h2{
  margin:0 0 14px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  line-height:1.22;
  color:#3d292d;
}
.cv-shipping-section p,
.cv-shipping-section li{
  font-size:15.5px;
  line-height:1.75;
  color:#51434a;
}
.cv-shipping-section p{
  margin:0 0 13px;
}
.cv-shipping-section a{
  color:#8b563f;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}
.cv-shipping-countries{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:22px 0;
}
.cv-shipping-country{
  display:flex;
  align-items:center;
  gap:13px;
  padding:18px;
  border:1px solid #e4d2c6;
  background:#fffdfa;
  border-radius:14px;
}
.cv-shipping-flag{
  font-size:28px;
  line-height:1;
}
.cv-shipping-country div{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.cv-shipping-country strong{
  color:#3f2d2c;
  font-size:15px;
}
.cv-shipping-country span:not(.cv-shipping-flag){
  color:#7a6860;
  font-size:14px;
}
.cv-shipping-muted{
  color:#7a6961 !important;
  font-size:14px !important;
}
.cv-shipping-free{
  margin:16px 0 0 22px;
  padding:0;
}
.cv-shipping-free li{
  margin-bottom:8px;
}
@media(max-width:700px){
  .cv-shipping-wrap{
    padding:38px 18px 65px;
  }
  .cv-shipping-hero h1{
    font-size:38px;
  }
  .cv-shipping-section h2{
    font-size:24px;
  }
  .cv-shipping-countries{
    grid-template-columns:1fr;
  }
}


/* v30 Bestelling volgen / My Account */
.cv-account-page{
  background:#fff8f4;
  border-top:1px solid #efdfd6;
}
.cv-account-wrap{
  max-width:1120px;
  margin:0 auto;
  padding:58px 28px 90px;
}
.cv-account-hero{
  text-align:center;
  max-width:760px;
  margin:0 auto 40px;
}
.cv-account-hero h1{
  margin:8px 0 14px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(40px,4.5vw,58px);
  line-height:1.05;
  color:#4d2d26;
}
.cv-account-hero p{
  margin:0 auto;
  max-width:680px;
  color:#6c5c55;
  font-size:16px;
  line-height:1.7;
}
.cv-account-panel{
  background:#fff;
  border:1px solid #e7d8ce;
  border-radius:20px;
  padding:34px;
  box-shadow:0 14px 38px rgba(93,62,48,.06);
}
.cv-account-panel .woocommerce{
  width:100%;
}
.cv-account-panel .u-columns{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:34px;
}
.cv-account-panel .u-column1,
.cv-account-panel .u-column2{
  width:auto !important;
  float:none !important;
  background:#fffdfa;
  border:1px solid #eadfd7;
  border-radius:16px;
  padding:28px;
}
.cv-account-panel h2{
  margin:0 0 22px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  color:#3e292c;
}
.cv-account-panel .woocommerce-form-row{
  margin-bottom:16px;
}
.cv-account-panel label{
  display:block;
  margin-bottom:7px;
  font-weight:700;
  font-size:14px;
  color:#4a3a3e;
}
.cv-account-panel input[type="text"],
.cv-account-panel input[type="email"],
.cv-account-panel input[type="password"]{
  width:100%;
  min-height:46px;
  padding:10px 13px;
  border:1px solid #dccdc4;
  border-radius:9px;
  background:#fff;
  font-size:15px;
  outline:none;
}
.cv-account-panel input:focus{
  border-color:#a97861;
  box-shadow:0 0 0 3px rgba(169,120,97,.12);
}
.cv-account-panel .woocommerce-button,
.cv-account-panel button.button{
  border:0 !important;
  border-radius:999px !important;
  background:#6d4537 !important;
  color:#fff !important;
  padding:13px 22px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
}
.cv-account-panel .woocommerce-button:hover,
.cv-account-panel button.button:hover{
  background:#513128 !important;
}
.cv-account-panel .woocommerce-LostPassword{
  margin-top:14px;
}
.cv-account-panel a{
  color:#8b563f;
  text-underline-offset:3px;
}
.cv-account-panel .woocommerce-MyAccount-navigation{
  width:28%;
  float:left;
}
.cv-account-panel .woocommerce-MyAccount-content{
  width:68%;
  float:right;
}
.cv-account-panel .woocommerce-MyAccount-navigation ul{
  list-style:none;
  padding:0;
  margin:0;
  border:1px solid #eadfd7;
  border-radius:14px;
  overflow:hidden;
}
.cv-account-panel .woocommerce-MyAccount-navigation li{
  border-bottom:1px solid #eadfd7;
}
.cv-account-panel .woocommerce-MyAccount-navigation li:last-child{
  border-bottom:0;
}
.cv-account-panel .woocommerce-MyAccount-navigation a{
  display:block;
  padding:13px 16px;
  text-decoration:none;
}
.cv-account-panel .woocommerce-MyAccount-navigation .is-active a{
  background:#f1e4dc;
  font-weight:800;
}
.cv-account-help{
  max-width:820px;
  margin:34px auto 0;
  text-align:center;
  padding:26px;
  background:#f4e8e0;
  border-radius:16px;
}
.cv-account-help h2{
  margin:0 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  color:#412b2e;
  font-size:24px;
}
.cv-account-help p{
  color:#66564f;
  line-height:1.7;
  margin:0 0 8px;
}
.cv-account-help a{
  color:#8b563f;
  font-weight:700;
}
@media(max-width:800px){
  .cv-account-wrap{
    padding:38px 18px 65px;
  }
  .cv-account-panel{
    padding:18px;
  }
  .cv-account-panel .u-columns{
    grid-template-columns:1fr;
  }
  .cv-account-panel .woocommerce-MyAccount-navigation,
  .cv-account-panel .woocommerce-MyAccount-content{
    width:100%;
    float:none;
  }
  .cv-account-panel .woocommerce-MyAccount-navigation{
    margin-bottom:24px;
  }
}


/* v31 Over Ons */
.cv-about-page{
  background:#fff8f4;
  border-top:1px solid #efdfd6;
}
.cv-about-wrap{
  max-width:1120px;
  margin:0 auto;
  padding:64px 28px 96px;
  color:#35282d;
}
.cv-about-hero{
  max-width:900px;
  margin-bottom:58px;
}
.cv-about-hero h1{
  margin:10px 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(44px,5.3vw,70px);
  line-height:1.02;
  letter-spacing:-.025em;
  color:#4c2d27;
}
.cv-about-hero p{
  max-width:760px;
  margin:0;
  font-size:18px;
  line-height:1.75;
  color:#6a5952;
}
.cv-about-split{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(300px,.8fr);
  gap:42px;
  align-items:start;
  padding:42px 0;
  border-top:1px solid #ead9cf;
}
.cv-about-copy h2,
.cv-about-section h2,
.cv-about-why h2,
.cv-about-promise h2{
  margin:0 0 16px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  line-height:1.2;
  color:#3e292c;
}
.cv-about-copy p,
.cv-about-section p,
.cv-about-promise p{
  margin:0 0 14px;
  font-size:15.5px;
  line-height:1.78;
  color:#52434a;
}
.cv-about-card{
  background:#ead8cb;
  border-radius:22px;
  padding:32px;
  position:sticky;
  top:24px;
}
.cv-about-card-kicker{
  display:block;
  margin-bottom:14px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.15em;
  color:#9b6c55;
}
.cv-about-card h3{
  margin:0 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:31px;
  line-height:1.1;
  color:#4c2d27;
}
.cv-about-card p{
  margin:0;
  color:#665048;
  line-height:1.7;
}
.cv-about-section{
  padding:42px 0;
  border-top:1px solid #ead9cf;
}
.cv-about-values{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  padding:42px 0;
  border-top:1px solid #ead9cf;
}
.cv-about-values article{
  background:#fffdfa;
  border:1px solid #e7d7cd;
  border-radius:18px;
  padding:26px;
}
.cv-about-values article > span{
  display:block;
  margin-bottom:22px;
  color:#b47f66;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
}
.cv-about-values h3{
  margin:0 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  color:#412b2d;
}
.cv-about-values p{
  margin:0;
  font-size:14.5px;
  line-height:1.7;
  color:#685851;
}
.cv-about-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:8px;
  padding:14px 23px;
  border-radius:999px;
  background:#6d4537;
  color:#fff !important;
  font-weight:800;
  text-decoration:none !important;
}
.cv-about-btn:hover{
  background:#513128;
}
.cv-about-why{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:50px;
  align-items:start;
  padding:42px 0;
  border-top:1px solid #ead9cf;
}
.cv-about-why ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}
.cv-about-why li{
  font-size:15.5px;
  color:#504149;
}
.cv-about-promise{
  margin-top:42px;
  padding:44px;
  border-radius:22px;
  background:linear-gradient(135deg,#ead8cb,#d6b9a6);
}
.cv-about-promise h2{
  font-size:36px;
}
.cv-about-promise p{
  max-width:800px;
}
@media(max-width:800px){
  .cv-about-wrap{
    padding:42px 18px 70px;
  }
  .cv-about-split,
  .cv-about-why{
    grid-template-columns:1fr;
    gap:26px;
  }
  .cv-about-card{
    position:static;
  }
  .cv-about-values{
    grid-template-columns:1fr;
  }
  .cv-about-hero h1{
    font-size:42px;
  }
  .cv-about-promise{
    padding:28px 22px;
  }
  .cv-about-promise h2{
    font-size:30px;
  }
}


/* v32 About page typography tuning */
.cv-about-hero h1{
  font-size:clamp(32px,4vw,56px);
  line-height:1.06;
}
.cv-about-hero p{
  font-size:17px;
  max-width:700px;
}
.cv-about-copy h2,
.cv-about-section h2,
.cv-about-why h2,
.cv-about-promise h2{
  font-size:26px;
}
.cv-about-copy p,
.cv-about-section p,
.cv-about-promise p,
.cv-about-why li{
  font-size:15px;
}
.cv-about-card h3{
  font-size:24px;
}
.cv-about-values h3{
  font-size:20px;
}
.cv-about-promise h2{
  font-size:32px;
}
@media(max-width:800px){
  .cv-about-hero h1{
    font-size:34px;
  }
  .cv-about-copy h2,
  .cv-about-section h2,
  .cv-about-why h2,
  .cv-about-promise h2{
    font-size:24px;
  }
  .cv-about-card h3{
    font-size:22px;
  }
}


/* v33 My Account — cleaner Lumeastore-like account layout */
.cv-myaccount-page{
  background:#fff8f4;
  border-top:1px solid #efdfd6;
}
.cv-myaccount-wrap{
  max-width:1120px;
  margin:0 auto;
  padding:58px 28px 90px;
}

/* Logged-out: Login + Register side by side */
.cv-myaccount-wrap .woocommerce .u-columns{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:38px !important;
  align-items:start !important;
}
.cv-myaccount-wrap .woocommerce .u-column1,
.cv-myaccount-wrap .woocommerce .u-column2{
  width:auto !important;
  float:none !important;
  margin:0 !important;
  padding:0 !important;
}
.cv-myaccount-wrap .woocommerce h2{
  margin:0 0 20px !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:28px !important;
  color:#3d292d !important;
}
.cv-myaccount-wrap form.login,
.cv-myaccount-wrap form.register{
  margin:0 !important;
  padding:28px !important;
  border:1px solid #e5d5cb !important;
  border-radius:16px !important;
  background:#fff !important;
}
.cv-myaccount-wrap .woocommerce-form-row{
  margin-bottom:16px !important;
}
.cv-myaccount-wrap label{
  display:block !important;
  margin-bottom:7px !important;
  color:#493a3e !important;
  font-size:14px !important;
  font-weight:700 !important;
}
.cv-myaccount-wrap input[type="text"],
.cv-myaccount-wrap input[type="email"],
.cv-myaccount-wrap input[type="password"]{
  width:100% !important;
  min-height:46px !important;
  padding:10px 13px !important;
  border:1px solid #dcccc2 !important;
  border-radius:8px !important;
  background:#fff !important;
}
.cv-myaccount-wrap .woocommerce-button{
  border:0 !important;
  border-radius:999px !important;
  background:#6d4537 !important;
  color:#fff !important;
  padding:13px 22px !important;
  font-weight:800 !important;
}
.cv-myaccount-wrap .woocommerce-button:hover{
  background:#513128 !important;
}
.cv-myaccount-wrap a{
  color:#8b563f !important;
}

/* Logged-in: nav and content separated, no overlapping blocks */
.cv-myaccount-wrap .woocommerce-MyAccount-navigation{
  float:left !important;
  width:26% !important;
  margin:0 !important;
}
.cv-myaccount-wrap .woocommerce-MyAccount-content{
  float:right !important;
  width:70% !important;
  margin:0 !important;
  padding:4px 0 0 !important;
}
.cv-myaccount-wrap .woocommerce-MyAccount-navigation ul{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid #e5d5cb !important;
  border-radius:14px !important;
  overflow:hidden !important;
  background:#fff !important;
}
.cv-myaccount-wrap .woocommerce-MyAccount-navigation li{
  margin:0 !important;
  border-bottom:1px solid #eadfd8 !important;
}
.cv-myaccount-wrap .woocommerce-MyAccount-navigation li:last-child{
  border-bottom:0 !important;
}
.cv-myaccount-wrap .woocommerce-MyAccount-navigation a{
  display:block !important;
  padding:14px 16px !important;
  text-decoration:none !important;
  color:#7a4f3d !important;
}
.cv-myaccount-wrap .woocommerce-MyAccount-navigation .is-active a{
  background:#f1e3da !important;
  color:#5f3a2c !important;
  font-weight:800 !important;
}
.cv-myaccount-wrap .woocommerce-MyAccount-content p{
  color:#51434a !important;
  line-height:1.7 !important;
}
.cv-myaccount-wrap .woocommerce::after{
  content:"";
  display:block;
  clear:both;
}

/* Remove old custom "Bestelling volgen" helper styling if page still exists */
.cv-account-help{
  display:none !important;
}

@media(max-width:800px){
  .cv-myaccount-wrap{
    padding:38px 18px 65px;
  }
  .cv-myaccount-wrap .woocommerce .u-columns{
    grid-template-columns:1fr !important;
  }
  .cv-myaccount-wrap .woocommerce-MyAccount-navigation,
  .cv-myaccount-wrap .woocommerce-MyAccount-content{
    float:none !important;
    width:100% !important;
  }
  .cv-myaccount-wrap .woocommerce-MyAccount-navigation{
    margin-bottom:24px !important;
  }
}


/* v34 My Account — Lumeastore-inspired structure, Curvaya styling */
.cv-myaccount-page{
  background:#fff8f4 !important;
  border-top:1px solid #efdfd6;
  min-height:620px;
}
.cv-myaccount-wrap{
  max-width:1220px !important;
  margin:0 auto !important;
  padding:48px 28px 88px !important;
}

/* Logged out: one wide, soft card with Login then Register below */
.cv-myaccount-wrap > .woocommerce:not(:has(.woocommerce-MyAccount-navigation)){
  max-width:980px;
  margin:0 auto;
  padding:34px 42px 42px;
  background:rgba(255,255,255,.46);
  border-radius:28px;
}
.cv-myaccount-wrap .woocommerce .u-columns{
  display:block !important;
  width:100% !important;
}
.cv-myaccount-wrap .woocommerce .u-column1,
.cv-myaccount-wrap .woocommerce .u-column2{
  width:100% !important;
  float:none !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
}
.cv-myaccount-wrap .woocommerce .u-column2{
  margin-top:30px !important;
}
.cv-myaccount-wrap .woocommerce h2{
  margin:0 0 12px !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:27px !important;
  line-height:1.15 !important;
  color:#3e292d !important;
}
.cv-myaccount-wrap form.login,
.cv-myaccount-wrap form.register{
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
}
.cv-myaccount-wrap .woocommerce-form-row{
  margin:0 0 18px !important;
}
.cv-myaccount-wrap label{
  display:block !important;
  margin:0 0 8px !important;
  color:#493a3e !important;
  font-size:14px !important;
  font-weight:700 !important;
}
.cv-myaccount-wrap input[type="text"],
.cv-myaccount-wrap input[type="email"],
.cv-myaccount-wrap input[type="password"],
.cv-myaccount-wrap input[type="tel"]{
  width:100% !important;
  min-height:56px !important;
  padding:12px 16px !important;
  border:1px solid #e2d4cb !important;
  border-radius:13px !important;
  background:#fff !important;
  font-size:15px !important;
  box-shadow:none !important;
}
.cv-myaccount-wrap input:focus{
  outline:none !important;
  border-color:#b9836c !important;
  box-shadow:0 0 0 3px rgba(185,131,108,.12) !important;
}
.cv-myaccount-wrap .woocommerce-form-login__rememberme{
  display:inline-flex !important;
  align-items:center !important;
  gap:7px !important;
  margin:4px 10px 10px 0 !important;
}
.cv-myaccount-wrap .woocommerce-button{
  min-width:190px !important;
  min-height:52px !important;
  border:0 !important;
  border-radius:999px !important;
  background:linear-gradient(90deg,#c98766,#9e3f70) !important;
  color:#fff !important;
  padding:13px 28px !important;
  font-size:15px !important;
  font-weight:800 !important;
  box-shadow:none !important;
}
.cv-myaccount-wrap .woocommerce-LostPassword{
  margin:14px 0 0 !important;
}
.cv-myaccount-wrap a{
  color:#8b563f !important;
  text-underline-offset:3px !important;
}

/* Logged in */
.cv-myaccount-wrap .woocommerce-MyAccount-navigation{
  float:left !important;
  width:26% !important;
  margin:0 !important;
}
.cv-myaccount-wrap .woocommerce-MyAccount-content{
  float:right !important;
  width:70% !important;
  margin:0 !important;
  padding:6px 0 0 !important;
}
.cv-myaccount-wrap .woocommerce-MyAccount-navigation ul{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid #e4d3c8 !important;
  border-radius:14px !important;
  overflow:hidden !important;
  background:#fff !important;
}
.cv-myaccount-wrap .woocommerce-MyAccount-navigation li{
  margin:0 !important;
  border-bottom:1px solid #e8ddd6 !important;
}
.cv-myaccount-wrap .woocommerce-MyAccount-navigation li:last-child{
  border-bottom:0 !important;
}
.cv-myaccount-wrap .woocommerce-MyAccount-navigation a{
  display:block !important;
  padding:14px 17px !important;
  color:#80533f !important;
  text-decoration:none !important;
  font-size:15px !important;
}
.cv-myaccount-wrap .woocommerce-MyAccount-navigation .is-active a{
  background:#efe0d5 !important;
  color:#593a2e !important;
  font-weight:800 !important;
}
.cv-myaccount-wrap .woocommerce-MyAccount-content h2,
.cv-myaccount-wrap .woocommerce-MyAccount-content h3{
  font-family:Georgia,"Times New Roman",serif !important;
  color:#3f2b2f !important;
}
.cv-myaccount-wrap .woocommerce-MyAccount-content p{
  color:#51434a !important;
  line-height:1.7 !important;
}
.cv-myaccount-wrap .woocommerce::after{
  content:"";
  display:block;
  clear:both;
}

/* Dashboard: never show the WordPress account email as a store identity */
.cv-dashboard-welcome{
  padding:4px 0 12px;
}
.cv-dashboard-welcome h2{
  margin:0 0 14px !important;
  font-size:30px !important;
}
.cv-dashboard-welcome p{
  max-width:760px;
}
.cv-dashboard-logout{
  margin-top:18px !important;
}

/* Addresses: clean two-card layout */
.cv-addresses-intro{
  margin-bottom:24px;
}
.cv-addresses-intro h2{
  margin:0 0 8px !important;
  font-size:30px !important;
}
.cv-addresses-intro p{
  margin:0 !important;
  color:#6d5d55 !important;
}
.cv-address-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.cv-address-card{
  background:#fff;
  border:1px solid #e3d3ca;
  border-radius:16px;
  padding:24px;
  min-height:200px;
}
.cv-address-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding-bottom:15px;
  margin-bottom:16px;
  border-bottom:1px solid #eee2da;
}
.cv-address-card h3{
  margin:0 !important;
  font-size:24px !important;
}
.cv-address-edit{
  white-space:nowrap;
  font-size:14px !important;
  font-weight:700 !important;
}
.cv-address-content address{
  font-style:normal;
  line-height:1.7;
  color:#54464a;
}
.cv-address-content p{
  margin:0 !important;
  font-style:italic;
  color:#776861 !important;
}

/* Hide the obsolete custom helper block from v30 */
.cv-account-help{display:none !important;}

@media(max-width:820px){
  .cv-myaccount-wrap{
    padding:34px 18px 62px !important;
  }
  .cv-myaccount-wrap > .woocommerce:not(:has(.woocommerce-MyAccount-navigation)){
    padding:26px 20px 32px;
    border-radius:20px;
  }
  .cv-myaccount-wrap .woocommerce-MyAccount-navigation,
  .cv-myaccount-wrap .woocommerce-MyAccount-content{
    float:none !important;
    width:100% !important;
  }
  .cv-myaccount-wrap .woocommerce-MyAccount-navigation{
    margin-bottom:26px !important;
  }
  .cv-address-grid{
    grid-template-columns:1fr;
  }
}


/* v35 Curvaya My Account — Lumeastore-style login/register + clean account dashboard */
.woocommerce-account .cv-myaccount-page,
.woocommerce-account .cv-account-page{
  background:#fff8f4 !important;
}
.woocommerce-account .cv-myaccount-wrap,
.woocommerce-account .cv-account-wrap{
  max-width:1050px !important;
  margin:0 auto !important;
  padding:44px 28px 82px !important;
}

/* Logged out: one clean wide card, Login then Register underneath */
.woocommerce-account:not(.logged-in) .cv-myaccount-wrap .woocommerce,
.woocommerce-account:not(.logged-in) .cv-account-wrap .woocommerce{
  max-width:900px !important;
  margin:0 auto !important;
  padding:30px 34px 38px !important;
  background:#fffaf7 !important;
  border-radius:24px !important;
  box-shadow:0 12px 38px rgba(78,48,38,.04) !important;
}
.woocommerce-account:not(.logged-in) .woocommerce .u-columns{
  display:block !important;
}
.woocommerce-account:not(.logged-in) .woocommerce .u-column1,
.woocommerce-account:not(.logged-in) .woocommerce .u-column2{
  width:100% !important;
  float:none !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:0 !important;
}
.woocommerce-account:not(.logged-in) .woocommerce .u-column2{
  margin-top:30px !important;
}
.woocommerce-account:not(.logged-in) .woocommerce h2{
  margin:0 0 8px !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:26px !important;
  color:#3d282d !important;
}
.woocommerce-account:not(.logged-in) form.login,
.woocommerce-account:not(.logged-in) form.register{
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-row{
  margin:0 0 18px !important;
}
.woocommerce-account:not(.logged-in) label{
  display:block !important;
  margin:0 0 7px !important;
  font-size:14px !important;
  font-weight:700 !important;
  color:#4a3b3e !important;
}
.woocommerce-account:not(.logged-in) input.input-text{
  min-height:56px !important;
  width:100% !important;
  padding:12px 16px !important;
  background:#fff !important;
  border:1px solid #e2d5ce !important;
  border-radius:12px !important;
  box-shadow:none !important;
}
.woocommerce-account:not(.logged-in) button.woocommerce-button{
  min-width:220px !important;
  min-height:52px !important;
  border:0 !important;
  border-radius:999px !important;
  background:linear-gradient(90deg,#c88967,#95456f) !important;
  color:#fff !important;
  font-weight:800 !important;
  padding:0 28px !important;
}
.woocommerce-account:not(.logged-in) .woocommerce-LostPassword{
  margin-top:16px !important;
}

/* Logged in: compact side menu + roomy content */
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
  width:26% !important;
  float:left !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  width:69% !important;
  float:right !important;
  padding:6px 0 0 !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  overflow:hidden !important;
  border:1px solid #e1d3ca !important;
  border-radius:14px !important;
  background:#fff !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{
  margin:0 !important;
  border-bottom:1px solid #e9ddd5 !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li:last-child{
  border-bottom:0 !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a{
  display:block !important;
  padding:14px 16px !important;
  color:#80513f !important;
  text-decoration:none !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a{
  background:#efe0d6 !important;
  color:#553529 !important;
  font-weight:800 !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content h2,
.woocommerce-account.logged-in .woocommerce-MyAccount-content h3{
  font-family:Georgia,"Times New Roman",serif !important;
  color:#3e292d !important;
}

/* Address page: two equal cards, just like a proper customer account */
.woocommerce-account .woocommerce-Addresses{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:24px !important;
}
.woocommerce-account .woocommerce-Address{
  float:none !important;
  width:auto !important;
  margin:0 !important;
  padding:24px !important;
  border:1px solid #e4d6ce !important;
  border-radius:16px !important;
  background:#fff !important;
}
.woocommerce-account .woocommerce-Address-title{
  display:block !important;
}
.woocommerce-account .woocommerce-Address-title h2{
  float:none !important;
  margin:0 0 12px !important;
  font-size:25px !important;
}
.woocommerce-account .woocommerce-Address-title a.edit{
  float:none !important;
  display:inline-block !important;
  margin:0 0 10px !important;
  font-weight:700 !important;
  color:#945b44 !important;
}
.woocommerce-account address{
  font-style:normal !important;
  color:#62534d !important;
  line-height:1.7 !important;
}

.cv-account-welcome h2{
  margin:0 0 12px !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:28px !important;
  color:#3e292d !important;
}
.cv-account-welcome p{
  margin:0 !important;
  color:#65564f !important;
  line-height:1.75 !important;
}

@media(max-width:800px){
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
  .woocommerce-account.logged-in .woocommerce-MyAccount-content{
    float:none !important;
    width:100% !important;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
    margin-bottom:24px !important;
  }
  .woocommerce-account .woocommerce-Addresses{
    grid-template-columns:1fr !important;
  }
}


/* v36 cleaner Curvaya edit-address form */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields{
  max-width:760px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields p.form-row{
  float:none !important;
  width:auto !important;
  margin:0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields p.form-row-wide{
  grid-column:1 / -1;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields label{
  display:block;
  margin:0 0 7px;
  font-size:14px;
  font-weight:700;
  color:#47383b;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input.input-text,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields select{
  width:100%;
  min-height:48px;
  padding:10px 13px;
  border:1px solid #dccdc4;
  border-radius:10px;
  background:#fff;
  color:#3f3336;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields select{
  padding-right:36px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button.button{
  margin-top:24px !important;
  min-width:170px;
  min-height:46px;
  border-radius:999px !important;
  background:#6d4537 !important;
  color:#fff !important;
  font-weight:800 !important;
}
@media(max-width:700px){
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper{
    grid-template-columns:1fr;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields p.form-row-wide{
    grid-column:auto;
  }
}


/* v37 Contact page */
.cv-contact-page{background:#fff8f4;border-top:1px solid #efdfd6}
.cv-contact-wrap{max-width:1180px;margin:0 auto;padding:54px 28px 92px}
.cv-contact-hero{max-width:900px;margin-bottom:38px}
.cv-contact-hero h1{margin:8px 0 16px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,4.5vw,62px);line-height:1.03;letter-spacing:-.025em;background:linear-gradient(90deg,#a36e4f 0%,#87405f 62%,#6f345b 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.cv-contact-hero p{max-width:780px;margin:0;font-size:16.5px;line-height:1.75;color:#61524d}
.cv-contact-alert{margin:0 0 26px;padding:15px 18px;border-radius:12px;font-size:14px;font-weight:700}
.cv-contact-success{background:#edf7ee;border:1px solid #cfe6d1;color:#315d37}
.cv-contact-error{background:#fff0ef;border:1px solid #efceca;color:#8b3e37}
.cv-contact-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:28px;align-items:start}
.cv-contact-form-card,.cv-contact-info-card{background:#fff;border:1px solid #e9dad1;border-radius:22px;box-shadow:0 14px 38px rgba(87,55,43,.05)}
.cv-contact-form-card{padding:34px}
.cv-contact-form-card h2{margin:0 0 8px;font-family:Georgia,"Times New Roman",serif;font-size:28px;color:#3d292d}
.cv-contact-card-intro{margin:0 0 26px;color:#75645d;font-size:14.5px;line-height:1.7}
.cv-contact-form{display:grid;gap:18px}
.cv-contact-field label{display:block;margin:0 0 7px;color:#3d3034;font-size:14px;font-weight:800}
.cv-contact-field label span{color:#b25345}
.cv-contact-field input,.cv-contact-field textarea{width:100%;border:1px solid #ded1c9;border-radius:11px;background:#fff;color:#352b2e;padding:13px 14px;outline:none;transition:border-color .16s ease,box-shadow .16s ease}
.cv-contact-field input{min-height:50px}.cv-contact-field textarea{min-height:190px;resize:vertical}
.cv-contact-field input:focus,.cv-contact-field textarea:focus{border-color:#a16d57;box-shadow:0 0 0 3px rgba(161,109,87,.10)}
.cv-contact-submit{justify-self:start;min-width:170px;min-height:48px;border:0;border-radius:999px;background:linear-gradient(90deg,#9e6549,#7d3c5e);color:#fff;font-weight:800;cursor:pointer;padding:0 24px}
.cv-contact-submit:hover{filter:brightness(.96)}
.cv-contact-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.cv-contact-info-card{padding:28px;background:#f3e6dd}
.cv-contact-info-block{display:flex;gap:14px;padding:0 0 22px;margin:0 0 22px;border-bottom:1px solid #dfcec2}
.cv-contact-info-block:last-of-type{margin-bottom:18px}
.cv-contact-info-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 36px;background:#fff8f4;color:#86523e;font-size:16px;font-weight:800}
.cv-contact-info-block h3{margin:0 0 5px;font-family:Georgia,"Times New Roman",serif;font-size:20px;color:#402b2d}
.cv-contact-info-block p,.cv-contact-info-block a{margin:0;font-size:14px;line-height:1.65;color:#67564f}
.cv-contact-info-block a{color:#86523e;font-weight:700}
.cv-contact-info-note{padding:18px;border-radius:14px;background:#fff8f4}
.cv-contact-info-note strong{color:#412e2d}.cv-contact-info-note p{margin:7px 0 9px;font-size:13.5px;line-height:1.6;color:#6b5951}.cv-contact-info-note a{color:#87513d;font-size:13.5px;font-weight:800}
.cv-contact-bottom{margin-top:42px;padding-top:34px;border-top:1px solid #e7d7cd}.cv-contact-bottom h2{margin:0 0 18px;font-family:Georgia,"Times New Roman",serif;font-size:27px;color:#3d292d}
.cv-contact-topics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.cv-contact-topics div{padding:18px;background:#fff;border:1px solid #eadbd2;border-radius:14px}.cv-contact-topics strong,.cv-contact-topics span{display:block}.cv-contact-topics strong{margin-bottom:4px;color:#4b3434}.cv-contact-topics span{color:#786861;font-size:13px;line-height:1.5}
@media(max-width:900px){.cv-contact-grid{grid-template-columns:1fr}.cv-contact-info-card{order:2}.cv-contact-topics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.cv-contact-wrap{padding:38px 16px 65px}.cv-contact-hero h1{font-size:40px}.cv-contact-form-card,.cv-contact-info-card{padding:22px;border-radius:17px}.cv-contact-topics{grid-template-columns:1fr}.cv-contact-submit{width:100%}}


/* v38 Privacybeleid */
.cv-privacy-page{
  background:#fff8f4;
  border-top:1px solid #efdfd6;
}
.cv-privacy-wrap{
  max-width:1000px;
  margin:0 auto;
  padding:58px 28px 92px;
  color:#392d31;
}
.cv-privacy-hero{
  margin-bottom:42px;
}
.cv-privacy-hero h1{
  margin:8px 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(42px,4.5vw,60px);
  line-height:1.04;
  background:linear-gradient(90deg,#a66d4d,#87405f 60%,#6f345b);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.cv-privacy-hero > p:not(.cv-privacy-updated){
  max-width:820px;
  margin:0 0 12px;
  color:#65564f;
  font-size:16px;
  line-height:1.75;
}
.cv-privacy-updated{
  margin:16px 0 0;
  color:#967c70;
  font-size:13px;
  font-weight:700;
}
.cv-privacy-section{
  padding:31px 0;
  border-top:1px solid #e7d6cc;
}
.cv-privacy-section h2{
  margin:0 0 15px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:27px;
  line-height:1.22;
  color:#3e292d;
}
.cv-privacy-section p,
.cv-privacy-section li{
  font-size:15px;
  line-height:1.78;
  color:#51434a;
}
.cv-privacy-section p{
  margin:0 0 13px;
}
.cv-privacy-section ul{
  margin:13px 0 15px 22px;
  padding:0;
}
.cv-privacy-section li{
  margin-bottom:7px;
}
.cv-privacy-section a{
  color:#8b563f;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}
.cv-privacy-company{
  margin:18px 0 20px;
  padding:22px 24px;
  background:#f2e5dc;
  border:1px solid #e2d1c5;
  border-radius:15px;
}
.cv-privacy-company p{
  margin:0 0 7px;
}
.cv-privacy-company p:last-child{
  margin-bottom:0;
}
.cv-privacy-contact{
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:36px;
  margin-top:32px;
  padding:34px;
  border-radius:20px;
  background:linear-gradient(135deg,#ead7ca,#d9b9a6);
}
.cv-privacy-contact h2{
  margin:6px 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  color:#442c2d;
}
.cv-privacy-contact p{
  margin:0 0 10px;
  color:#604d47;
  line-height:1.7;
}
.cv-privacy-contact a{
  color:#754631;
  font-weight:800;
}
.cv-privacy-contact-details{
  padding-left:28px;
  border-left:1px solid rgba(92,58,45,.18);
}
@media(max-width:700px){
  .cv-privacy-wrap{
    padding:38px 18px 65px;
  }
  .cv-privacy-hero h1{
    font-size:39px;
  }
  .cv-privacy-section h2{
    font-size:24px;
  }
  .cv-privacy-contact{
    grid-template-columns:1fr;
    padding:24px 20px;
  }
  .cv-privacy-contact-details{
    padding-left:0;
    padding-top:18px;
    border-left:0;
    border-top:1px solid rgba(92,58,45,.18);
  }
}


/* v39 Cookiebeleid */
.cv-cookie-page{
  background:#fff8f4;
  border-top:1px solid #efdfd6;
}
.cv-cookie-wrap{
  max-width:1000px;
  margin:0 auto;
  padding:58px 28px 92px;
  color:#392d31;
}
.cv-cookie-hero{
  margin-bottom:42px;
}
.cv-cookie-hero h1{
  margin:8px 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(42px,4.5vw,60px);
  line-height:1.04;
  background:linear-gradient(90deg,#a66d4d,#87405f 60%,#6f345b);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.cv-cookie-hero > p:not(.cv-cookie-updated){
  max-width:830px;
  margin:0 0 12px;
  color:#65564f;
  font-size:16px;
  line-height:1.75;
}
.cv-cookie-updated{
  margin:16px 0 0;
  color:#967c70;
  font-size:13px;
  font-weight:700;
}
.cv-cookie-section{
  padding:31px 0;
  border-top:1px solid #e7d6cc;
}
.cv-cookie-section h2{
  margin:0 0 15px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:27px;
  line-height:1.22;
  color:#3e292d;
}
.cv-cookie-section h3{
  margin:0 0 9px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
  color:#432d30;
}
.cv-cookie-section p,
.cv-cookie-section li{
  font-size:15px;
  line-height:1.78;
  color:#51434a;
}
.cv-cookie-section p{
  margin:0 0 13px;
}
.cv-cookie-section ul{
  margin:13px 0 15px 22px;
  padding:0;
}
.cv-cookie-section li{
  margin-bottom:7px;
}
.cv-cookie-section a{
  color:#8b563f;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}
.cv-cookie-type{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:18px;
  padding:22px 0;
  border-top:1px solid #eadbd2;
}
.cv-cookie-type:first-of-type{
  margin-top:18px;
}
.cv-cookie-number{
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#f0e0d6;
  color:#99654f;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}
.cv-cookie-contact{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:38px;
  margin-top:34px;
  padding:35px;
  border-radius:20px;
  background:linear-gradient(135deg,#ead7ca,#d9b9a6);
}
.cv-cookie-contact h2{
  margin:6px 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  color:#442c2d;
}
.cv-cookie-contact p{
  margin:0 0 10px;
  color:#604d47;
  line-height:1.7;
}
.cv-cookie-company{
  padding-left:28px;
  border-left:1px solid rgba(92,58,45,.18);
}
.cv-cookie-company a{
  color:#754631;
  font-weight:800;
}
@media(max-width:700px){
  .cv-cookie-wrap{
    padding:38px 18px 65px;
  }
  .cv-cookie-hero h1{
    font-size:39px;
  }
  .cv-cookie-section h2{
    font-size:24px;
  }
  .cv-cookie-type{
    grid-template-columns:42px 1fr;
    gap:13px;
  }
  .cv-cookie-number{
    width:38px;
    height:38px;
  }
  .cv-cookie-contact{
    grid-template-columns:1fr;
    padding:24px 20px;
  }
  .cv-cookie-company{
    padding-left:0;
    padding-top:18px;
    border-left:0;
    border-top:1px solid rgba(92,58,45,.18);
  }
}


/* v42 Curvaya logo lockup */
.cv-head-main{min-height:98px;}
.cv-logo{
  grid-column:2;
  display:inline-flex !important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  text-align:center;
  color:var(--cv-brown) !important;
  transform:none !important;
  font-style:normal !important;
  font-weight:400 !important;
  font-size:inherit !important;
  letter-spacing:normal !important;
  line-height:1 !important;
}
.cv-logo-main{display:block; line-height:0;}
.cv-logo-main img{display:block; width:min(320px,34vw); min-width:165px; height:auto;}
.cv-logo-tagline{
  display:block;
  font-family:Inter,Arial,sans-serif;
  font-size:10px;
  font-weight:600;
  letter-spacing:.26em;
  text-transform:uppercase;
  color:#8d786d;
  margin-top:2px;
}
.cv-footer-logo-lockup{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin:0 0 20px}
.cv-footer-logo img{display:block;max-width:235px;width:100%;height:auto}
.cv-footer-tagline{
  font-family:Inter,Arial,sans-serif;
  font-size:10px;
  font-weight:600;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:#8d786d;
}
@media(max-width:900px){
  .cv-head-main{min-height:84px;grid-template-columns:auto 1fr auto;}
  .cv-logo{grid-column:2;justify-self:center;}
  .cv-logo-main img{width:min(235px,56vw);min-width:130px;}
  .cv-logo-tagline{font-size:9px;letter-spacing:.18em;}
}


.cv-footer-logo{display:inline-block;line-height:0;}

/* v43: crisp 3D Curvaya logo lockup, tagline embedded in logo; decorative logo line removed */
.cv-logo-main img{width:min(340px,36vw);min-width:175px;height:auto;image-rendering:auto;}
.cv-footer-logo img{max-width:255px;width:100%;height:auto;image-rendering:auto;}
.cv-logo-tagline,.cv-footer-tagline{display:none!important;}

/* v44: sharp logo + perfectly centered tagline; remove long divider line */
.cv-head-main{min-height:108px;border-bottom:0!important;}
.cv-nav-bar{border-top:0!important;border-bottom:0!important;box-shadow:none!important;}
.cv-logo-lockup{gap:3px!important;text-decoration:none!important;}
.cv-logo-main{display:block!important;line-height:0!important;}
.cv-logo-main img{
  display:block!important;
  width:min(360px,38vw)!important;
  min-width:190px!important;
  height:auto!important;
  max-width:none!important;
  image-rendering:auto!important;
  transform:translateZ(0);
}
.cv-logo-tagline{
  display:block!important;
  width:100%!important;
  margin:3px 0 0!important;
  padding:0!important;
  text-align:center!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:15px!important;
  font-weight:400!important;
  letter-spacing:.09em!important;
  text-transform:none!important;
  line-height:1.15!important;
  color:#5a2f20!important;
  white-space:nowrap!important;
}
.cv-footer-logo-lockup{align-items:center!important;width:max-content;max-width:100%;gap:3px!important;}
.cv-footer-logo img{display:block!important;width:255px!important;max-width:100%!important;height:auto!important;image-rendering:auto!important;}
.cv-footer-tagline{
  display:block!important;width:100%!important;margin:3px 0 0!important;padding:0!important;
  text-align:center!important;font-family:Georgia,"Times New Roman",serif!important;
  font-size:14px!important;font-weight:400!important;letter-spacing:.08em!important;
  text-transform:none!important;line-height:1.15!important;color:#5a2f20!important;white-space:nowrap!important;
}
@media(max-width:900px){
  .cv-head-main{min-height:92px!important;}
  .cv-logo-main img{width:min(265px,58vw)!important;min-width:150px!important;}
  .cv-logo-tagline{font-size:12px!important;letter-spacing:.07em!important;}
}

/* v45: keep existing flat logo, only make it smaller and crisp */
.cv-head-main{min-height:84px!important;}
.cv-logo-main img{
  width:min(245px,27vw)!important;
  min-width:0!important;
  max-width:245px!important;
  height:auto!important;
  transform:none!important;
  image-rendering:auto!important;
}
.cv-logo-tagline{
  margin-top:2px!important;
  font-size:11px!important;
  letter-spacing:.07em!important;
}
.cv-footer-logo img{
  width:185px!important;
  max-width:185px!important;
  height:auto!important;
  transform:none!important;
}
.cv-footer-tagline{font-size:11px!important;letter-spacing:.07em!important;}
@media(max-width:900px){
  .cv-head-main{min-height:76px!important;}
  .cv-logo-main img{width:min(190px,45vw)!important;max-width:190px!important;min-width:0!important;}
  .cv-logo-tagline{font-size:9px!important;letter-spacing:.055em!important;}
  .cv-footer-logo img{width:165px!important;max-width:165px!important;}
  .cv-footer-tagline{font-size:9px!important;letter-spacing:.055em!important;}
}

/* v46: logo exactly 20% smaller than v45; no other visual changes */
.cv-logo-main img{width:min(196px,21.6vw)!important;max-width:196px!important;min-width:0!important;}
.cv-footer-logo img{width:148px!important;max-width:148px!important;}
@media(max-width:900px){
  .cv-logo-main img{width:min(152px,36vw)!important;max-width:152px!important;min-width:0!important;}
  .cv-footer-logo img{width:132px!important;max-width:132px!important;}
}
