:root{--ch-navy:#102332;--ch-navy2:#162d3b;--ch-brown:#8b572f;--ch-brown-dark:#684025;--ch-cream:#f8f3ec;--ch-line:#eadfd2;--ch-muted:#667085;--ch-green:#4f8f36}.ch-brot-wrap{max-width:1280px;margin:0 auto;font-family:inherit;color:#151f2b}.ch-brot-form{background:#fff;border-radius:26px;box-shadow:0 24px 80px rgba(16,35,50,.10);overflow:hidden;border:1px solid var(--ch-line)}.ch-brot-hero{min-height:220px;background:linear-gradient(90deg,rgba(16,35,50,.78),rgba(16,35,50,.18)),var(--ch-hero,linear-gradient(135deg,#4b2b17,#d8b38b));background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:38px 44px;color:#fff}.ch-brot-hero h2{font-size:clamp(38px,5vw,68px);line-height:.92;margin:0;text-transform:uppercase;letter-spacing:.02em}.ch-brot-hero p{font-size:18px;margin:12px 0 0;max-width:520px}.ch-brot-hero-badges{display:flex;gap:20px;flex-wrap:wrap;margin-top:20px}.ch-brot-hero-badges span{display:inline-flex;gap:8px;align-items:center;font-weight:700}.ch-brot-mobile-step{display:none;padding:14px 22px;background:var(--ch-navy);color:#fff;font-weight:800}.ch-brot-stepnav{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;padding:26px 42px;background:#fff;border-bottom:1px solid var(--ch-line)}.ch-brot-stepnav button{border:0;background:transparent;display:flex;gap:14px;align-items:center;text-align:left;font-weight:800;color:#1f2937;position:relative;cursor:pointer}.ch-brot-stepnav button:not(:last-child):after{content:"";height:2px;background:#e7ded3;position:absolute;left:58px;right:-16px;top:22px}.ch-brot-stepnav b{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#eee8df;font-size:18px;z-index:1}.ch-brot-stepnav .is-active b,.ch-brot-stepnav .is-done b{background:var(--ch-navy);color:#fff}.ch-brot-stepnav .is-done b:before{content:'✓';font-size:18px}.ch-brot-stepnav .is-done b{font-size:0}.ch-brot-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;padding:34px 42px;background:linear-gradient(180deg,#fff,#fbf8f4)}.ch-brot-main{min-width:0}.ch-brot-side{position:sticky;top:24px;align-self:start}.ch-brot-side-card{background:#fff;border:1px solid var(--ch-line);border-radius:24px;box-shadow:0 16px 40px rgba(16,35,50,.08);overflow:hidden}.ch-brot-side-head{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid var(--ch-line)}.ch-brot-side-head h3{margin:0;font-size:22px}.ch-brot-cart-badge{background:var(--ch-brown);color:#fff;border-radius:999px;padding:5px 10px;font-weight:900}.ch-brot-side-items{padding:16px 22px;min-height:110px}.ch-brot-side-line{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid #f0e8df}.ch-brot-side-line:last-child{border-bottom:0}.ch-brot-side-total{padding:18px 22px;background:var(--ch-cream);border-top:1px solid var(--ch-line)}.ch-brot-side-total small{color:var(--ch-muted)}.ch-brot-side-total strong{display:block;font-size:30px;margin-top:4px}.ch-brot-note{margin:14px 22px 20px;padding:12px;border-radius:16px;background:#fff8ea;border:1px solid #ead8bb;color:#5b4632;font-size:14px}.ch-brot-step{display:none}.ch-brot-step.is-active{display:block}.ch-brot-section-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:20px;align-items:flex-end}.ch-brot-section-head h3{margin:0;font-size:30px}.ch-brot-section-head p{margin:8px 0 0;color:var(--ch-muted)}.ch-brot-cat-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.ch-brot-cat-tabs button{border:1px solid var(--ch-line);background:#fff;border-radius:12px;padding:10px 16px;font-weight:800;cursor:pointer}.ch-brot-cat-tabs .is-active{background:var(--ch-navy);color:#fff;border-color:var(--ch-navy)}.ch-brot-category-block{margin:24px 0 34px}.ch-brot-category-block h4{font-size:22px;margin:0 0 15px;display:flex;align-items:center;gap:10px}.ch-brot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ch-brot-product{border:1px solid var(--ch-line);border-radius:18px;background:#fff;overflow:hidden;transition:.18s ease;box-shadow:0 10px 24px rgba(16,35,50,.05)}.ch-brot-product:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(16,35,50,.12)}.ch-brot-product.has-qty{border-color:#b87a3d;box-shadow:0 0 0 3px rgba(184,122,61,.12)}.ch-brot-product-img{height:150px;background:#f1e8dc;overflow:hidden}.ch-brot-product-img img{width:100%;height:100%;object-fit:cover;display:block}.ch-brot-product-img span{height:100%;display:grid;place-items:center;font-size:50px}.ch-brot-product-body{padding:13px}.ch-brot-product-top strong{display:block;font-size:16px;line-height:1.15}.ch-brot-product-top small{display:block;color:var(--ch-muted);margin-top:4px}.ch-brot-product-body p{display:none}.ch-brot-price{display:block;font-weight:900;margin:10px 0;font-size:16px}.ch-brot-product-bottom{display:flex;justify-content:space-between;gap:10px;align-items:center}.ch-brot-qty{display:grid;grid-template-columns:34px 42px 34px;border:1px solid var(--ch-line);border-radius:10px;overflow:hidden;background:#fff}.ch-brot-qty button{border:0;background:#f6efe6;font-size:20px;font-weight:900;cursor:pointer}.ch-brot-qty input{border:0;text-align:center;font-weight:900;width:42px;padding:0}.ch-brot-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px;background:#fff;border:1px solid var(--ch-line);border-radius:22px;padding:24px}.ch-brot-fields label{font-weight:800}.ch-brot-fields input,.ch-brot-fields select,.ch-brot-fields textarea{width:100%;box-sizing:border-box;margin-top:8px;border:1px solid #d9cec1;border-radius:12px;padding:13px 14px;font:inherit;background:#fff}.ch-brot-wide{grid-column:1/-1}.ch-brot-actions{display:flex;justify-content:space-between;gap:12px;margin-top:24px}.ch-brot-button{background:var(--ch-navy);color:#fff;border:0;border-radius:12px;padding:14px 22px;font-weight:900;cursor:pointer;box-shadow:0 10px 22px rgba(16,35,50,.15)}.ch-brot-button:hover{background:#071722}.ch-brot-button.secondary{background:#fff;color:#2b3440;border:1px solid var(--ch-line);box-shadow:none}.ch-brot-button.success{background:var(--ch-green)}.ch-brot-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.ch-brot-review-card{background:#fff;border:1px solid var(--ch-line);border-radius:22px;padding:24px;box-shadow:0 10px 24px rgba(16,35,50,.06)}.ch-brot-review-card h3{margin:0 0 18px;font-size:24px}.ch-brot-review-card dl{margin:0;display:grid;gap:10px}.ch-brot-review-card dt{color:var(--ch-muted);font-size:13px}.ch-brot-review-card dd{margin:0;font-weight:800}.ch-brot-review-table{width:100%;border-collapse:collapse}.ch-brot-review-table td{padding:12px 0;border-bottom:1px solid #f0e8df;vertical-align:top}.ch-brot-review-table td:last-child{text-align:right;font-weight:900}.ch-brot-review-table small{display:block;color:var(--ch-muted);font-weight:400;margin-top:3px}.ch-brot-final-total{display:flex;justify-content:space-between;align-items:center;margin-top:18px;font-size:22px}.ch-brot-final-total strong{font-size:30px}.ch-brot-invoice-note{background:#e9f8ef;border:1px solid #b6dfb6;padding:12px;border-radius:14px;color:#2d612d}.ch-brot-message{padding:0 42px 32px}.ch-brot-success,.ch-brot-error,.ch-brot-info{padding:16px 18px;border-radius:14px;margin-top:18px;font-weight:800}.ch-brot-success{background:#e9f8ef;border:1px solid #a6dfb6}.ch-brot-error{background:#fff0f0;border:1px solid #e0a0a0}.ch-brot-muted{color:var(--ch-muted);margin:0}.ch-brot-bottom-bar{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--ch-line);border-radius:18px;padding:18px 22px;margin-top:24px}.ch-brot-bottom-bar strong{font-size:24px}@media(max-width:1100px){.ch-brot-layout{grid-template-columns:1fr}.ch-brot-side{position:static}.ch-brot-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){.ch-brot-hero{padding:30px 24px}.ch-brot-stepnav{display:none}.ch-brot-mobile-step{display:block}.ch-brot-layout{padding:24px 18px}.ch-brot-grid{grid-template-columns:repeat(2,1fr)}.ch-brot-fields,.ch-brot-review-grid{grid-template-columns:1fr}.ch-brot-section-head{display:block}.ch-brot-actions{flex-direction:column}.ch-brot-button{width:100%}}@media(max-width:520px){.ch-brot-grid{grid-template-columns:1fr}.ch-brot-product-img{height:190px}.ch-brot-hero h2{font-size:38px}.ch-brot-bottom-bar{display:block}.ch-brot-bottom-bar .ch-brot-button{margin-top:12px}}

/* v1.3 Premium-Finish: stärker gegen Theme-Styles abgeschirmt */
.ch-brot-wrap{--ch-accent:#a56a37;--ch-accent-dark:#7a4928;--ch-soft:#fbf7f1;--ch-shadow:0 22px 60px rgba(16,35,50,.13)}
.ch-brot-wrap *{box-sizing:border-box}
.ch-brot-form{border-radius:24px;box-shadow:var(--ch-shadow);background:#fff}
.ch-brot-hero{min-height:300px;padding:52px 56px;background-image:linear-gradient(90deg,rgba(10,24,34,.88),rgba(10,24,34,.35),rgba(165,106,55,.25)),var(--ch-hero,radial-gradient(circle at 76% 30%,#d6ae84 0,#8b684b 32%,#152b39 76%));border-bottom:0;align-items:center}
.ch-brot-hero h2{font-weight:900;color:#fff;text-shadow:0 3px 24px rgba(0,0,0,.28);font-size:clamp(42px,5.4vw,74px)}
.ch-brot-hero p{color:rgba(255,255,255,.92);font-size:19px}
.ch-brot-hero-badges span{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);padding:8px 12px;border-radius:999px;backdrop-filter:blur(8px)}
.ch-brot-stepnav{padding:28px 46px 22px;background:#fff;gap:14px;box-shadow:0 1px 0 var(--ch-line)}
.ch-brot-stepnav button{all:unset!important;display:flex!important;align-items:center!important;gap:13px!important;cursor:pointer!important;position:relative!important;color:#24313f!important;font-weight:800!important;padding:8px 4px!important}
.ch-brot-stepnav button:not(:last-child):after{content:"";position:absolute;height:2px;left:56px;right:-24px;top:30px;background:#e8ded2;z-index:0}
.ch-brot-stepnav b{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#f1ebe3;color:#6b5a49;box-shadow:inset 0 0 0 1px #e0d4c7;z-index:1;font-size:18px}
.ch-brot-stepnav .is-active b{background:var(--ch-navy);color:#fff;box-shadow:0 12px 28px rgba(16,35,50,.25)}
.ch-brot-stepnav .is-done b{background:var(--ch-accent);color:#fff;box-shadow:0 10px 22px rgba(165,106,55,.22)}
.ch-brot-layout{padding:42px 48px;grid-template-columns:minmax(0,1fr) 360px;background:linear-gradient(180deg,#fff 0%,#fbf7f1 100%)}
.ch-brot-section-head h3{font-size:34px;line-height:1.05;color:#172331;font-weight:850}
.ch-brot-cat-tabs{background:#fff;border:1px solid var(--ch-line);border-radius:18px;padding:7px;box-shadow:0 10px 28px rgba(16,35,50,.05)}
.ch-brot-cat-tabs button{all:unset;cursor:pointer;border-radius:13px;padding:12px 17px;font-weight:850;color:#253444;transition:.18s ease}
.ch-brot-cat-tabs .is-active{background:var(--ch-navy);color:#fff;box-shadow:0 10px 20px rgba(16,35,50,.18)}
.ch-brot-product{border:0;border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(16,35,50,.09);overflow:hidden}
.ch-brot-product:hover{transform:translateY(-5px);box-shadow:0 20px 52px rgba(16,35,50,.16)}
.ch-brot-product.has-qty{box-shadow:0 0 0 2px rgba(165,106,55,.35),0 20px 52px rgba(16,35,50,.14)}
.ch-brot-product-img{height:168px;background:#eee3d7}
.ch-brot-product-body{padding:15px 16px 16px}
.ch-brot-price{color:#111827;font-size:17px;margin:11px 0 13px}
.ch-brot-product-bottom{justify-content:stretch}
.ch-brot-qty{width:100%;grid-template-columns:42px 1fr 42px;border:1px solid #eadccb;border-radius:14px;height:42px;box-shadow:inset 0 1px 2px rgba(16,35,50,.04)}
.ch-brot-qty button{background:#fff!important;color:var(--ch-accent-dark)!important;border:0!important;display:grid!important;place-items:center!important;font-size:21px!important;font-weight:900!important;line-height:1!important;transition:.16s ease!important;padding:0!important;min-height:0!important}
.ch-brot-qty button:hover{background:var(--ch-accent)!important;color:#fff!important}
.ch-brot-qty input{font-size:17px;background:#fbf7f1!important;color:#111827!important;border-left:1px solid #eadccb!important;border-right:1px solid #eadccb!important;height:42px!important;padding:0!important;box-shadow:none!important}
.ch-brot-bottom-bar{position:sticky;bottom:18px;z-index:5;border:0;border-radius:20px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);box-shadow:0 18px 48px rgba(16,35,50,.13)}
.ch-brot-button{border:0!important;border-radius:14px!important;padding:15px 24px!important;background:linear-gradient(135deg,var(--ch-navy),#071723)!important;color:#fff!important;font-weight:900!important;letter-spacing:.01em!important;box-shadow:0 14px 30px rgba(16,35,50,.22)!important;transition:.18s ease!important;text-decoration:none!important;min-height:0!important}
.ch-brot-button:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(16,35,50,.28)!important;background:linear-gradient(135deg,#071723,var(--ch-navy))!important;color:#fff!important}
.ch-brot-button.secondary{background:#fff!important;color:#172331!important;border:1px solid var(--ch-line)!important;box-shadow:0 8px 18px rgba(16,35,50,.06)!important}
.ch-brot-button.success{background:linear-gradient(135deg,#3f8f35,#2d7627)!important;color:#fff!important}
.ch-brot-side-card{border:0;border-radius:26px;box-shadow:0 24px 64px rgba(16,35,50,.14)}
.ch-brot-side-head{background:#fff;border-bottom:1px solid #eee4d8;padding:22px 24px}.ch-brot-side-head h3{font-size:25px}.ch-brot-cart-badge{background:var(--ch-accent);box-shadow:0 8px 18px rgba(165,106,55,.25)}
.ch-brot-side-line{align-items:center;border-bottom:1px solid #f1e8de;padding:12px 0}.ch-brot-side-line strong{white-space:nowrap}
.ch-brot-side-total{background:linear-gradient(180deg,#fbf7f1,#f4eadf);padding:22px 24px}.ch-brot-side-total strong{font-size:34px;color:#101d2a}
.ch-brot-note{background:#fff7e8;border-color:#ead5b6;border-radius:18px;margin:16px 24px 24px;padding:16px;line-height:1.55}
.ch-brot-fields{border:0;border-radius:26px;padding:30px;box-shadow:0 18px 48px rgba(16,35,50,.08)}
.ch-brot-fields input,.ch-brot-fields select,.ch-brot-fields textarea{border:1px solid #e4d8cb!important;border-radius:14px!important;padding:15px 16px!important;box-shadow:0 4px 12px rgba(16,35,50,.035)!important;outline:none!important;background:#fff!important;color:#14212f!important}
.ch-brot-fields input:focus,.ch-brot-fields select:focus,.ch-brot-fields textarea:focus{border-color:var(--ch-accent)!important;box-shadow:0 0 0 4px rgba(165,106,55,.12)!important}
.ch-brot-review-card{border:0;border-radius:26px;box-shadow:0 18px 48px rgba(16,35,50,.08)}
@media(max-width:820px){.ch-brot-hero{min-height:230px;padding:34px 24px}.ch-brot-layout{padding:26px 18px}.ch-brot-bottom-bar{position:static}.ch-brot-cat-tabs{overflow:auto;flex-wrap:nowrap}.ch-brot-cat-tabs button{white-space:nowrap}}

/* v1.4 Premium Prüfansicht: keine doppelte Auswahl */
#ch-brot-form[data-current-step="3"] .ch-brot-layout{
  grid-template-columns:1fr !important;
}
#ch-brot-form[data-current-step="3"] .ch-brot-side{
  display:none !important;
}
#ch-brot-form[data-current-step="3"] .ch-brot-main{
  max-width:1180px;
  margin:0 auto;
  width:100%;
}
#ch-brot-form[data-current-step="3"] .ch-brot-section-head{
  margin-bottom:30px;
}
#ch-brot-form[data-current-step="3"] .ch-brot-section-head h3{
  font-size:34px;
  letter-spacing:-.03em;
  color:#1d130f;
}
.ch-brot-review-premium{
  display:grid;
  grid-template-columns:minmax(280px,.85fr) minmax(420px,1.15fr);
  gap:28px;
  align-items:stretch;
}
.ch-brot-review-card{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(137,93,57,.12);
  border-radius:24px;
  box-shadow:0 22px 60px rgba(28,22,17,.08);
  padding:30px;
}
.ch-card-title{
  display:flex;
  gap:14px;
  align-items:center;
  margin-bottom:26px;
}
.ch-card-title span{
  width:48px;height:48px;border-radius:999px;
  background:#f4eadf;color:#9b5d2e;
  display:grid;place-items:center;font-size:24px;
}
.ch-card-title h3{margin:0;font-size:28px;color:#211713;letter-spacing:-.02em;}
.ch-delivery-card dl{display:grid;gap:18px;margin:0;}
.ch-delivery-card dt{font-size:14px;color:#707987;margin:0;}
.ch-delivery-card dd{font-size:19px;color:#0d1b2a;margin:4px 0 0;font-weight:500;}
.ch-review-list{display:grid;gap:0;}
.ch-review-head{
  display:grid;grid-template-columns:1fr 90px 110px;gap:14px;
  color:#6d7480;font-size:14px;padding:0 0 12px;border-bottom:1px solid #eee2d7;
}
.ch-review-item{
  display:grid;grid-template-columns:70px 1fr 90px 110px;gap:14px;align-items:center;
  padding:16px 0;border-bottom:1px solid #f0e8df;
}
.ch-review-item img,.ch-review-fallback{
  width:62px;height:62px;border-radius:12px;object-fit:cover;background:#f5efe8;display:grid;place-items:center;font-size:28px;
}
.ch-review-item strong{display:block;font-size:18px;color:#17110e;}
.ch-review-item small{display:block;color:#747c88;margin-top:3px;}
.ch-review-item b{font-size:18px;text-align:right;font-weight:600;}
.ch-review-item em{font-style:normal;text-align:right;font-size:18px;font-weight:600;}
.ch-brot-final-total{display:flex!important;align-items:flex-end;justify-content:space-between;gap:24px;padding:22px 0 10px;margin:0!important;}
.ch-brot-final-total span{font-size:20px;color:#17110e;font-weight:600;}
.ch-brot-final-total strong{font-size:36px!important;letter-spacing:-.04em;color:#101820;}
.ch-brot-invoice-note{
  border:1px solid rgba(60,153,74,.25)!important;
  background:linear-gradient(135deg,#f0fff2,#edf9ef)!important;
  color:#2f7439!important;
  border-radius:16px!important;
  padding:18px 20px!important;
  font-size:17px!important;
}
#ch-brot-form[data-current-step="3"] .ch-brot-actions{
  display:grid;grid-template-columns:280px 1fr 360px;gap:20px;align-items:center;margin-top:32px;
}
#ch-brot-form[data-current-step="3"] .ch-brot-actions .success{grid-column:3;background:linear-gradient(135deg,#32933a,#257b2d)!important;box-shadow:0 16px 34px rgba(37,123,45,.25);}
#ch-brot-form[data-current-step="3"] .ch-brot-actions .secondary{grid-column:1;}
@media(max-width:900px){
  .ch-brot-review-premium{grid-template-columns:1fr;}
  .ch-review-head{display:none;}
  .ch-review-item{grid-template-columns:56px 1fr auto;}
  .ch-review-item em{grid-column:2/4;text-align:left;}
  #ch-brot-form[data-current-step="3"] .ch-brot-actions{grid-template-columns:1fr;}
  #ch-brot-form[data-current-step="3"] .ch-brot-actions .success,
  #ch-brot-form[data-current-step="3"] .ch-brot-actions .secondary{grid-column:auto;}
}

/* v1.5 Elementor-friendly / schlichter eingebettet
   Ziel: weniger Plugin-Rahmen, mehr Integration in bestehende Elementor-Seite. */
.ch-brot-wrap{
  max-width:100%;
  margin:0;
  color:inherit;
}
.ch-brot-form{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.ch-brot-hero{
  min-height:180px!important;
  border-radius:18px!important;
  margin-bottom:26px!important;
  overflow:hidden!important;
  padding:34px 38px!important;
  box-shadow:none!important;
}
.ch-brot-hero h2{
  font-size:clamp(32px,4vw,52px)!important;
}
.ch-brot-hero p{
  font-size:17px!important;
}
.ch-brot-hero-badges span{
  background:transparent!important;
  border:0!important;
  padding:0!important;
  backdrop-filter:none!important;
}
.ch-brot-stepnav{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0 0 28px!important;
  max-width:980px;
  margin:0 auto;
}
.ch-brot-layout{
  background:transparent!important;
  padding:0!important;
  grid-template-columns:minmax(0,1fr) 340px!important;
}
.ch-brot-side-card,
.ch-brot-fields,
.ch-brot-review-card,
.ch-brot-product,
.ch-brot-cat-tabs,
.ch-brot-bottom-bar{
  border:1px solid rgba(16,35,50,.08)!important;
  box-shadow:0 10px 28px rgba(16,35,50,.07)!important;
}
.ch-brot-side-card,
.ch-brot-fields,
.ch-brot-review-card{
  border-radius:18px!important;
}
.ch-brot-product{
  border-radius:16px!important;
}
.ch-brot-product:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 14px 34px rgba(16,35,50,.11)!important;
}
.ch-brot-product-img{
  height:155px!important;
}
.ch-brot-section-head h3{
  font-size:32px!important;
  font-weight:700!important;
}
.ch-brot-cat-tabs{
  padding:6px!important;
  border-radius:14px!important;
}
.ch-brot-button.elementor-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-height:0!important;
  line-height:1.2!important;
  border-radius:10px!important;
  box-shadow:none!important;
  text-decoration:none!important;
}
.ch-brot-button.elementor-button:hover{
  transform:none!important;
  box-shadow:none!important;
}
.ch-brot-button.secondary.elementor-button{
  background:transparent!important;
}
.ch-brot-qty{
  height:40px!important;
  border-radius:999px!important;
  grid-template-columns:40px 1fr 40px!important;
  overflow:hidden!important;
}
.ch-brot-qty button{
  border-radius:0!important;
}
.ch-brot-qty input{
  height:40px!important;
}
#ch-brot-form[data-current-step="3"] .ch-brot-layout{
  grid-template-columns:1fr!important;
}
#ch-brot-form[data-current-step="3"] .ch-brot-side{
  display:none!important;
}
@media(max-width:1100px){
  .ch-brot-layout{grid-template-columns:1fr!important;}
}
@media(max-width:820px){
  .ch-brot-hero{border-radius:14px!important;padding:28px 22px!important;}
  .ch-brot-layout{padding:0!important;}
  .ch-brot-button.elementor-button{width:100%!important;}
}

/* v1.6: Elementor-native Einbettung – kein eigener Hero, weniger Plugin-Optik */
.ch-brot-hero{display:none!important;}
.ch-brot-wrap{max-width:100%!important;margin:0!important;font-family:inherit!important;color:inherit!important;}
.ch-brot-form{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;overflow:visible!important;}
.ch-brot-layout{background:transparent!important;padding:0!important;gap:28px!important;}
.ch-brot-stepnav{background:transparent!important;border:0!important;padding:0 0 26px!important;margin:0!important;max-width:100%!important;}
.ch-brot-stepnav button{font-family:inherit!important;color:inherit!important;}
.ch-brot-stepnav b{background:var(--e-global-color-secondary,#f3eee8)!important;color:var(--e-global-color-primary,#102332)!important;}
.ch-brot-stepnav .is-active b,.ch-brot-stepnav .is-done b{background:var(--e-global-color-primary,#102332)!important;color:#fff!important;}
.ch-brot-section-head h3,.ch-brot-review-card h3,.ch-brot-side-head h3{font-family:inherit!important;color:inherit!important;}
.ch-brot-section-head h3{font-size:clamp(28px,3vw,42px)!important;margin-bottom:6px!important;}
.ch-brot-section-head p{color:var(--e-global-color-text,#667085)!important;}
.ch-brot-fields,.ch-brot-review-card,.ch-brot-side-card,.ch-brot-product,.ch-brot-bottom-bar{background:var(--e-global-color-astglobalcolor5,#fff)!important;border:1px solid rgba(16,35,50,.10)!important;box-shadow:0 10px 28px rgba(16,35,50,.06)!important;}
.ch-brot-fields,.ch-brot-review-card,.ch-brot-side-card{border-radius:18px!important;}
.ch-brot-product{border-radius:16px!important;}
.ch-brot-cat-tabs{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;}
.ch-brot-cat-tabs button{font-family:inherit!important;border-radius:999px!important;background:transparent!important;border:1px solid rgba(16,35,50,.14)!important;color:inherit!important;}
.ch-brot-cat-tabs .is-active{background:var(--e-global-color-primary,#102332)!important;color:#fff!important;border-color:var(--e-global-color-primary,#102332)!important;}
.ch-brot-fields label{font-family:inherit!important;color:inherit!important;}
.ch-brot-fields input,.ch-brot-fields select,.ch-brot-fields textarea{font-family:inherit!important;border-radius:10px!important;border:1px solid rgba(16,35,50,.16)!important;background:#fff!important;box-shadow:none!important;}
.ch-brot-button.elementor-button{background:var(--e-global-color-primary,#102332)!important;color:#fff!important;border-radius:8px!important;border:0!important;font-family:inherit!important;font-weight:600!important;padding:13px 22px!important;box-shadow:none!important;text-decoration:none!important;}
.ch-brot-button.elementor-button:hover{filter:brightness(.94)!important;}
.ch-brot-button.secondary.elementor-button{background:transparent!important;color:var(--e-global-color-primary,#102332)!important;border:1px solid rgba(16,35,50,.16)!important;}
.ch-brot-button.success.elementor-button{background:#2f8f2f!important;color:#fff!important;}
.ch-brot-qty{border-radius:999px!important;border:1px solid rgba(16,35,50,.14)!important;background:#fff!important;}
.ch-brot-qty button{background:rgba(16,35,50,.06)!important;color:inherit!important;}
.ch-brot-qty button:hover{background:var(--e-global-color-primary,#102332)!important;color:#fff!important;}
#ch-brot-form[data-current-step="3"] .ch-brot-layout{grid-template-columns:1fr!important;}
#ch-brot-form[data-current-step="3"] .ch-brot-side{display:none!important;}
#ch-brot-form[data-current-step="3"] .ch-brot-review-grid{max-width:1080px!important;}
@media(max-width:820px){.ch-brot-layout{padding:0!important}.ch-brot-stepnav{display:none!important}.ch-brot-mobile-step{display:block!important;border-radius:8px!important;margin-bottom:18px!important;background:var(--e-global-color-primary,#102332)!important}.ch-brot-button.elementor-button{width:100%!important}}

/* v1.8 date picker cards */
.ch-brot-date-picker{margin:0 0 28px}
.ch-brot-date-picker h4{margin:0 0 12px;font-size:20px;font-weight:700;color:inherit}
.ch-brot-date-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px}
.ch-brot-date-card{border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:14px;padding:14px 12px;text-align:left;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.05);transition:.18s ease;color:inherit;font:inherit}
.ch-brot-date-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,0,0,.09)}
.ch-brot-date-card.is-active{border-color:#2f7d32;background:#f2fbf2;box-shadow:0 12px 30px rgba(47,125,50,.15)}
.ch-brot-date-card strong{display:block;font-size:17px;margin-bottom:5px}
.ch-brot-date-card span{display:block;font-size:14px;opacity:.75}
.ch-brot-cutoff-hint{margin:10px 0 0;font-size:14px;opacity:.72}
.ch-brot-edit-hint{margin:0 0 18px;padding:12px 14px;background:#eef8ee;border:1px solid #bde0bd;border-radius:12px;color:#1f5d25}


/* v2.0: Date cards fix – Elementor darf die Lieferdatum-Buttons nicht überfärben */
.ch-brot-date-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))!important;gap:14px!important;}
.ch-brot-date-card,
.ch-brot-date-card:focus,
.ch-brot-date-card:hover{
  appearance:none!important;
  -webkit-appearance:none!important;
  background:#ffffff!important;
  color:#1f2937!important;
  border:1px solid rgba(16,35,50,.14)!important;
  border-radius:12px!important;
  padding:18px 18px!important;
  min-height:92px!important;
  text-align:left!important;
  box-shadow:0 6px 18px rgba(16,35,50,.05)!important;
  font-family:inherit!important;
  text-decoration:none!important;
  opacity:1!important;
}
.ch-brot-date-card strong,
.ch-brot-date-card span{
  color:#1f2937!important;
  opacity:1!important;
  text-shadow:none!important;
}
.ch-brot-date-card strong{font-size:18px!important;font-weight:700!important;line-height:1.2!important;}
.ch-brot-date-card span{font-size:15px!important;color:#667085!important;margin-top:8px!important;}
.ch-brot-date-card.is-active,
.ch-brot-date-card.is-active:hover,
.ch-brot-date-card.is-active:focus{
  background:#f4faf4!important;
  border-color:#2f7d32!important;
  box-shadow:0 0 0 3px rgba(47,125,50,.10),0 10px 24px rgba(16,35,50,.06)!important;
  color:#1f2937!important;
}
.ch-brot-date-card.is-active strong{color:#1f2937!important;}
.ch-brot-date-card.is-active span{color:#4b5563!important;}
.ch-brot-cutoff-hint{color:#4b5563!important;opacity:1!important;}

/* v2.1: Prüfschritt-Buttons sauber linear ausrichten */
#ch-brot-form[data-current-step="3"] .ch-brot-actions{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:20px!important;
  margin-top:32px!important;
  max-width:1080px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
#ch-brot-form[data-current-step="3"] .ch-brot-actions .secondary,
#ch-brot-form[data-current-step="3"] .ch-brot-actions .success{
  grid-column:auto!important;
  width:auto!important;
  min-width:260px!important;
  text-align:center!important;
}
#ch-brot-form[data-current-step="3"] .ch-brot-actions .success{margin-left:auto!important;}
@media(max-width:820px){
  #ch-brot-form[data-current-step="3"] .ch-brot-actions{flex-direction:column!important;align-items:stretch!important;}
  #ch-brot-form[data-current-step="3"] .ch-brot-actions .secondary,
  #ch-brot-form[data-current-step="3"] .ch-brot-actions .success{width:100%!important;min-width:0!important;margin-left:0!important;}
}


/* v2.2: 4-Schritte Ablauf + Prüfansicht ohne rechte Auswahl */
.ch-brot-stepnav{grid-template-columns:repeat(4,1fr)!important;}
#ch-brot-form[data-current-step="4"] .ch-brot-layout{grid-template-columns:1fr !important;}
#ch-brot-form[data-current-step="4"] .ch-brot-side{display:none !important;}
#ch-brot-form[data-current-step="4"] .ch-brot-main{max-width:1180px;margin:0 auto;width:100%;}
#ch-brot-form[data-current-step="4"] .ch-brot-section-head{margin-bottom:30px;}
#ch-brot-form[data-current-step="4"] .ch-brot-section-head h3{font-size:34px;letter-spacing:-.03em;color:#1d130f;}
#ch-brot-form[data-current-step="4"] .ch-brot-actions{display:grid;grid-template-columns:280px 1fr 360px;gap:20px;align-items:center;margin-top:32px;}
#ch-brot-form[data-current-step="4"] .ch-brot-actions .success{grid-column:3;background:linear-gradient(135deg,#32933a,#257b2d)!important;box-shadow:0 16px 34px rgba(37,123,45,.25);}
#ch-brot-form[data-current-step="4"] .ch-brot-actions .secondary{grid-column:1;}
@media(max-width:900px){
  .ch-brot-stepnav{grid-template-columns:1fr!important;gap:10px!important;}
  #ch-brot-form[data-current-step="4"] .ch-brot-actions{grid-template-columns:1fr;}
  #ch-brot-form[data-current-step="4"] .ch-brot-actions .success,
  #ch-brot-form[data-current-step="4"] .ch-brot-actions .secondary{grid-column:auto;}
}
/* v2.2: Schritt 3 ist jetzt Kontaktdaten, Sidebar bleibt sichtbar */
#ch-brot-form[data-current-step="3"] .ch-brot-layout{grid-template-columns:minmax(0,1fr) 340px!important;}
#ch-brot-form[data-current-step="3"] .ch-brot-side{display:block!important;}
#ch-brot-form[data-current-step="3"] .ch-brot-main{max-width:none!important;margin:0!important;width:auto!important;}
#ch-brot-form[data-current-step="3"] .ch-brot-actions{display:flex!important;grid-template-columns:none!important;gap:14px!important;align-items:center!important;margin-top:24px!important;}
#ch-brot-form[data-current-step="3"] .ch-brot-actions .success,
#ch-brot-form[data-current-step="3"] .ch-brot-actions .secondary{grid-column:auto!important;}

/* v2.3: Lieferdatum als Kalenderblatt */
.ch-brot-date-picker h4{
  margin-bottom:18px!important;
}
.ch-brot-date-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
.ch-brot-date-card,
.ch-brot-date-card:focus,
.ch-brot-date-card:hover{
  position:relative!important;
  overflow:hidden!important;
  min-height:154px!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:center!important;
  background:#fff!important;
  border:1px solid rgba(16,35,50,.12)!important;
  border-radius:18px!important;
  box-shadow:0 12px 32px rgba(16,35,50,.08)!important;
  transform:none!important;
}
.ch-brot-date-card:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 16px 38px rgba(16,35,50,.12)!important;
}
.ch-brot-date-sheet-top{
  display:block!important;
  width:100%!important;
  padding:10px 12px!important;
  background:var(--e-global-color-primary,#102332)!important;
  color:#fff!important;
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:700!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  opacity:1!important;
  margin:0 0 14px!important;
}
.ch-brot-date-card strong{
  display:block!important;
  font-size:17px!important;
  font-weight:700!important;
  line-height:1.2!important;
  color:#1f2937!important;
  margin:0 10px 8px!important;
}
.ch-brot-date-daynum{
  display:block!important;
  font-size:42px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:-.04em!important;
  color:#111827!important;
  margin:0!important;
  opacity:1!important;
}
.ch-brot-date-full{
  display:block!important;
  font-size:13px!important;
  line-height:1.2!important;
  color:#667085!important;
  margin:8px 0 14px!important;
  opacity:1!important;
}
.ch-brot-date-card.is-active,
.ch-brot-date-card.is-active:hover,
.ch-brot-date-card.is-active:focus{
  background:#fff!important;
  border-color:#2f7d32!important;
  box-shadow:0 0 0 3px rgba(47,125,50,.16),0 18px 42px rgba(47,125,50,.16)!important;
}
.ch-brot-date-card.is-active .ch-brot-date-sheet-top{
  background:#2f7d32!important;
}
.ch-brot-date-card.is-active strong,
.ch-brot-date-card.is-active .ch-brot-date-daynum{
  color:#1f2937!important;
}
.ch-brot-date-card.is-active::after{
  content:'✓';
  position:absolute!important;
  right:12px!important;
  bottom:12px!important;
  width:28px!important;
  height:28px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#2f7d32!important;
  color:#fff!important;
  font-weight:800!important;
  font-size:15px!important;
}
@media(max-width:640px){
  .ch-brot-date-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .ch-brot-date-card{min-height:138px!important;border-radius:14px!important;}
  .ch-brot-date-daynum{font-size:36px!important;}
}


/* v2.4: stabiler Wizard + echtes Kalenderblatt + klare Step-Zeile */
.ch-brot-stepnav{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  padding:0 0 30px!important;
  margin:0 0 8px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.ch-brot-stepnav button{
  all:unset!important;
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-height:64px!important;
  padding:13px 16px!important;
  border:1px solid rgba(16,35,50,.12)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.74)!important;
  color:#172331!important;
  box-shadow:0 8px 24px rgba(16,35,50,.05)!important;
  cursor:pointer!important;
  overflow:visible!important;
}
.ch-brot-stepnav button:after{display:none!important;content:none!important;}
.ch-brot-stepnav button span{
  display:block!important;
  color:#172331!important;
  font-size:15px!important;
  line-height:1.18!important;
  font-weight:700!important;
}
.ch-brot-stepnav b{
  flex:0 0 38px!important;
  width:38px!important;
  height:38px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:#f1ebe3!important;
  color:#7a4928!important;
  box-shadow:inset 0 0 0 1px rgba(122,73,40,.14)!important;
  font-size:16px!important;
  font-weight:800!important;
  z-index:2!important;
}
.ch-brot-stepnav .is-active{
  border-color:rgba(122,73,40,.28)!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(16,35,50,.09)!important;
}
.ch-brot-stepnav .is-active b{
  background:var(--e-global-color-primary,#102332)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(16,35,50,.22)!important;
}
.ch-brot-stepnav .is-done{
  background:rgba(240,248,240,.82)!important;
  border-color:rgba(47,125,50,.22)!important;
}
.ch-brot-stepnav .is-done b{
  background:#2f7d32!important;
  color:#fff!important;
  font-size:0!important;
}
.ch-brot-stepnav .is-done b:before{content:'✓';font-size:17px!important;line-height:1!important;}

/* Alle Schritte behalten dieselbe äußere Breite. Prüfschritt ohne sichtbare rechte Auswahl, aber ohne Layout-Sprung. */
#ch-brot-form[data-current-step="4"] .ch-brot-layout{
  grid-template-columns:minmax(0,1fr) 340px!important;
  align-items:start!important;
}
#ch-brot-form[data-current-step="4"] .ch-brot-side{
  display:block!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
#ch-brot-form[data-current-step="4"] .ch-brot-main{
  max-width:none!important;
  margin:0!important;
  width:auto!important;
}
#ch-brot-form[data-current-step="4"] .ch-brot-actions{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:18px!important;
  margin-top:28px!important;
  max-width:none!important;
}
#ch-brot-form[data-current-step="4"] .ch-brot-actions .secondary,
#ch-brot-form[data-current-step="4"] .ch-brot-actions .success{
  grid-column:auto!important;
  width:auto!important;
  min-width:250px!important;
}
#ch-brot-form[data-current-step="4"] .ch-brot-actions .success{margin-left:auto!important;}

/* Lieferdatum: echtes Kalenderblatt statt einfache Karte */
.ch-brot-date-picker{
  max-width:100%!important;
}
.ch-brot-date-picker h4{
  font-size:clamp(22px,2.1vw,30px)!important;
  line-height:1.15!important;
  margin:0 0 22px!important;
  color:#221713!important;
  font-weight:700!important;
}
.ch-brot-date-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(165px,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
.ch-brot-date-card,
.ch-brot-date-card:hover,
.ch-brot-date-card:focus{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:relative!important;
  min-height:178px!important;
  padding:0!important;
  border:1px solid rgba(16,35,50,.13)!important;
  border-radius:18px!important;
  background:#fff!important;
  color:#172331!important;
  box-shadow:0 14px 34px rgba(16,35,50,.08)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
  text-align:center!important;
  font-family:inherit!important;
  text-decoration:none!important;
  opacity:1!important;
  transform:none!important;
}
.ch-brot-date-card:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 18px 42px rgba(16,35,50,.12)!important;
}
.ch-brot-date-card:before,
.ch-brot-date-card:after{
  content:'';
  position:absolute!important;
  top:12px!important;
  width:9px!important;
  height:9px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.72)!important;
  z-index:3!important;
}
.ch-brot-date-card:before{left:18px!important;}
.ch-brot-date-card:after{right:18px!important;}
.ch-brot-date-sheet-top{
  display:flex!important;
  width:100%!important;
  min-height:44px!important;
  padding:12px 14px!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(135deg,var(--e-global-color-primary,#102332),#1a3445)!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  opacity:1!important;
  margin:0 0 14px!important;
  text-shadow:none!important;
}
.ch-brot-date-card strong{
  display:block!important;
  color:#6b4b35!important;
  font-size:15px!important;
  line-height:1.1!important;
  font-weight:800!important;
  margin:0 12px 8px!important;
  text-transform:uppercase!important;
  letter-spacing:.03em!important;
  opacity:1!important;
  text-shadow:none!important;
}
.ch-brot-date-daynum{
  display:block!important;
  color:#111827!important;
  font-size:54px!important;
  line-height:.92!important;
  font-weight:800!important;
  letter-spacing:-.06em!important;
  margin:0!important;
  opacity:1!important;
  text-shadow:none!important;
}
.ch-brot-date-full{
  display:block!important;
  color:#667085!important;
  font-size:14px!important;
  line-height:1.15!important;
  margin:10px 0 18px!important;
  opacity:1!important;
  text-shadow:none!important;
}
.ch-brot-date-card.is-active,
.ch-brot-date-card.is-active:hover,
.ch-brot-date-card.is-active:focus{
  background:#fff!important;
  border-color:#2f7d32!important;
  box-shadow:0 0 0 3px rgba(47,125,50,.16),0 18px 42px rgba(47,125,50,.16)!important;
}
.ch-brot-date-card.is-active .ch-brot-date-sheet-top{
  background:linear-gradient(135deg,#2f7d32,#28742b)!important;
  color:#fff!important;
}
.ch-brot-date-card.is-active::after{
  content:'✓'!important;
  top:auto!important;
  right:12px!important;
  bottom:12px!important;
  width:32px!important;
  height:32px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#2f7d32!important;
  color:#fff!important;
  border-radius:999px!important;
  font-size:17px!important;
  font-weight:900!important;
  z-index:4!important;
}
.ch-brot-date-card.is-active::before{
  background:rgba(255,255,255,.72)!important;
}
.ch-brot-cutoff-hint{
  margin:18px 0 0!important;
  color:#4b5563!important;
  font-size:15px!important;
  opacity:1!important;
}

@media(max-width:1100px){
  #ch-brot-form[data-current-step="4"] .ch-brot-layout{grid-template-columns:1fr!important;}
  #ch-brot-form[data-current-step="4"] .ch-brot-side{display:none!important;}
}
@media(max-width:900px){
  .ch-brot-stepnav{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  #ch-brot-form[data-current-step="4"] .ch-brot-actions{flex-direction:column!important;align-items:stretch!important;}
  #ch-brot-form[data-current-step="4"] .ch-brot-actions .secondary,
  #ch-brot-form[data-current-step="4"] .ch-brot-actions .success{width:100%!important;min-width:0!important;margin-left:0!important;}
}
@media(max-width:640px){
  .ch-brot-date-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .ch-brot-date-card{min-height:160px!important;border-radius:16px!important;}
  .ch-brot-date-sheet-top{min-height:38px!important;font-size:12px!important;}
  .ch-brot-date-daynum{font-size:44px!important;}
}


/* v2.7 Mobile UX Upgrade --------------------------------------------------
   Ziel: am Handy klare Führung, kein Abschneiden, keine springenden Schritte. */
.ch-brot-stepnav{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.ch-brot-stepnav button{
  min-width:0!important;
}
.ch-brot-stepnav button span{
  line-height:1.2!important;
}
.ch-brot-stepnav .is-done b{
  position:relative!important;
}
.ch-brot-stepnav .is-done b:before{
  position:absolute!important;
  inset:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  transform:none!important;
  line-height:1!important;
}

/* Lieferdatum: immer 5 echte Kalenderblätter */
.ch-brot-date-picker h4{display:none!important;}
.ch-brot-date-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(130px,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
.ch-brot-date-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:176px!important;
  padding:0 12px 18px!important;
  border:3px solid rgba(16,35,50,.08)!important;
  border-radius:24px!important;
  background:#fff!important;
  color:#111827!important;
  overflow:hidden!important;
  box-shadow:0 16px 34px rgba(16,35,50,.10)!important;
}
.ch-brot-date-card::before,.ch-brot-date-card::after{display:none!important;content:none!important;}
.ch-brot-date-sheet-top{
  width:calc(100% + 24px)!important;
  min-height:52px!important;
  margin:0 -12px 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#bd6837!important;
  color:#fff!important;
  font-size:18px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  text-shadow:0 1px 1px rgba(0,0,0,.14)!important;
}
.ch-brot-date-card strong{
  order:3!important;
  color:#111827!important;
  font-size:18px!important;
  font-weight:800!important;
  margin:2px 0 6px!important;
  line-height:1.1!important;
}
.ch-brot-date-daynum{
  order:2!important;
  color:#343746!important;
  font-size:58px!important;
  line-height:.95!important;
  font-weight:950!important;
  letter-spacing:-.06em!important;
}
.ch-brot-date-full{
  order:4!important;
  color:#667085!important;
  font-size:15px!important;
  line-height:1!important;
}
.ch-brot-date-card.is-active{
  border-color:#2e7d32!important;
  background:#fff!important;
  box-shadow:0 0 0 5px rgba(46,125,50,.14),0 18px 38px rgba(16,35,50,.14)!important;
  transform:translateY(-2px)!important;
}
.ch-brot-date-card.is-active .ch-brot-date-sheet-top{
  background:#2e7d32!important;
}
.ch-brot-date-card.is-active:after{
  content:'✓'!important;
  display:flex!important;
  position:absolute!important;
  right:12px!important;
  bottom:12px!important;
  width:34px!important;
  height:34px!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:50%!important;
  background:#2e7d32!important;
  color:#fff!important;
  font-size:18px!important;
  font-weight:950!important;
  box-shadow:0 8px 18px rgba(46,125,50,.24)!important;
}
.ch-brot-date-card:focus-visible{
  outline:3px solid rgba(46,125,50,.35)!important;
  outline-offset:3px!important;
}
.ch-brot-cutoff-hint{
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
  width:fit-content!important;
  max-width:100%!important;
  margin:20px 0 0!important;
  padding:13px 16px!important;
  border:1px solid #ead5b6!important;
  border-radius:16px!important;
  background:#fff7e8!important;
  color:#5a4029!important;
  font-size:16px!important;
  font-weight:700!important;
}
.ch-brot-cutoff-hint:before{content:'⏰';font-size:20px;line-height:1;}

@media(max-width:900px){
  .ch-brot-wrap{width:100%!important;overflow:hidden!important;}
  .ch-brot-form{width:100%!important;}
  .ch-brot-mobile-step{
    display:flex!important;
    position:sticky!important;
    top:0!important;
    z-index:50!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:46px!important;
    margin:0 0 14px!important;
    padding:10px 14px!important;
    border-radius:0 0 14px 14px!important;
    background:var(--e-global-color-primary,#102332)!important;
    color:#fff!important;
    font-size:15px!important;
    font-weight:900!important;
    box-shadow:0 8px 24px rgba(16,35,50,.18)!important;
  }
  .ch-brot-stepnav{
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
    gap:6px!important;
    padding:10px 8px 16px!important;
    margin:0 0 14px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .ch-brot-stepnav button{
    all:unset!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    min-width:0!important;
    text-align:center!important;
    color:#263341!important;
    font-size:11px!important;
    line-height:1.1!important;
    font-weight:800!important;
    cursor:pointer!important;
  }
  .ch-brot-stepnav button:not(:last-child):after{display:none!important;content:none!important;}
  .ch-brot-stepnav b{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    border-radius:50%!important;
    font-size:14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    box-shadow:0 6px 14px rgba(16,35,50,.10)!important;
  }
  .ch-brot-stepnav .is-done b:before{font-size:15px!important;}
  .ch-brot-stepnav span{display:block!important;max-width:72px!important;white-space:normal!important;}
  .ch-brot-layout{
    display:block!important;
    padding:0 12px 18px!important;
    background:transparent!important;
  }
  .ch-brot-main{width:100%!important;max-width:100%!important;}
  .ch-brot-section-head{margin:0 0 16px!important;}
  .ch-brot-section-head h3{
    font-size:28px!important;
    line-height:1.05!important;
    margin:0 0 7px!important;
  }
  .ch-brot-section-head p{font-size:15px!important;line-height:1.4!important;margin:0!important;}
  .ch-brot-side{
    display:block!important;
    position:static!important;
    margin:18px 0 0!important;
  }
  #ch-brot-form[data-current-step="1"] .ch-brot-side,
  #ch-brot-form[data-current-step="2"] .ch-brot-side,
  #ch-brot-form[data-current-step="3"] .ch-brot-side{display:none!important;}
  #ch-brot-form[data-current-step="4"] .ch-brot-side{display:none!important;}
  .ch-brot-cat-tabs{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    gap:8px!important;
    margin:0 -12px 16px!important;
    padding:6px 12px 10px!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .ch-brot-cat-tabs button{
    flex:0 0 auto!important;
    white-space:nowrap!important;
    padding:10px 13px!important;
    border-radius:999px!important;
    font-size:14px!important;
  }
  .ch-brot-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .ch-brot-product{border-radius:16px!important;box-shadow:0 8px 22px rgba(16,35,50,.08)!important;}
  .ch-brot-product-img{height:118px!important;}
  .ch-brot-product-body{padding:11px!important;}
  .ch-brot-product-top strong{font-size:14px!important;line-height:1.2!important;}
  .ch-brot-product-top small{font-size:12px!important;}
  .ch-brot-price{font-size:14px!important;margin:8px 0 10px!important;}
  .ch-brot-qty{height:38px!important;grid-template-columns:36px 1fr 36px!important;border-radius:12px!important;}
  .ch-brot-qty input{height:38px!important;font-size:15px!important;}
  .ch-brot-qty button{font-size:20px!important;}
  .ch-brot-date-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .ch-brot-date-card{min-height:158px!important;border-radius:20px!important;}
  .ch-brot-date-sheet-top{min-height:45px!important;font-size:15px!important;margin-bottom:11px!important;}
  .ch-brot-date-daynum{font-size:48px!important;}
  .ch-brot-date-card strong{font-size:16px!important;}
  .ch-brot-fields{
    display:block!important;
    padding:18px!important;
    border-radius:20px!important;
    box-shadow:0 10px 28px rgba(16,35,50,.07)!important;
  }
  .ch-brot-fields label{display:block!important;margin-bottom:14px!important;font-size:14px!important;}
  .ch-brot-fields input,.ch-brot-fields select,.ch-brot-fields textarea{
    min-height:48px!important;
    font-size:16px!important;
  }
  .ch-brot-review-premium{display:block!important;}
  .ch-brot-review-card{padding:18px!important;border-radius:20px!important;margin-bottom:14px!important;}
  .ch-card-title h3{font-size:22px!important;}
  .ch-card-title span{width:38px!important;height:38px!important;font-size:19px!important;}
  .ch-review-item{grid-template-columns:52px 1fr!important;gap:10px!important;padding:13px 0!important;}
  .ch-review-item img,.ch-review-fallback{width:52px!important;height:52px!important;border-radius:10px!important;}
  .ch-review-item b,.ch-review-item em{grid-column:auto!important;text-align:left!important;font-size:15px!important;}
  .ch-review-item em{grid-column:2!important;font-weight:900!important;}
  .ch-brot-final-total{align-items:center!important;padding:16px 0 8px!important;}
  .ch-brot-final-total strong{font-size:28px!important;}
  .ch-brot-actions{
    display:flex!important;
    flex-direction:column-reverse!important;
    gap:10px!important;
    margin-top:18px!important;
  }
  .ch-brot-actions .ch-brot-button,
  .ch-brot-button{
    width:100%!important;
    min-height:50px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:14px 16px!important;
    font-size:16px!important;
  }
  .ch-brot-bottom-bar{
    position:sticky!important;
    bottom:10px!important;
    z-index:40!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:14px!important;
    margin:18px 0 0!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 12px 34px rgba(16,35,50,.16)!important;
  }
  .ch-brot-bottom-bar strong{font-size:22px!important;}
}

@media(max-width:430px){
  .ch-brot-layout{padding-left:10px!important;padding-right:10px!important;}
  .ch-brot-grid{grid-template-columns:1fr!important;}
  .ch-brot-product{display:grid!important;grid-template-columns:112px 1fr!important;min-height:142px!important;}
  .ch-brot-product-img{height:100%!important;min-height:142px!important;}
  .ch-brot-product-body{display:flex!important;flex-direction:column!important;justify-content:space-between!important;}
  .ch-brot-date-grid{grid-template-columns:1fr!important;}
  .ch-brot-date-card{min-height:142px!important;}
  .ch-brot-date-sheet-top{min-height:42px!important;}
  .ch-brot-date-daynum{font-size:44px!important;}
  .ch-brot-stepnav span{font-size:10px!important;max-width:64px!important;}
}
