.mw-look { margin: 24px 0; }

.mw-look__hook{
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 14px;
}

.mw-look__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 981px){
  .mw-look__grid{
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }
}

.mw-look__title{
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.2;
}

.mw-look__desc{
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.mw-look__img, .mw-look__video{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.mw-look-prod{
  border-top: 2px solid rgba(224,43,32,0.55);
  padding: 12px 0;
}

.mw-look-prod__head{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: end;
}

.mw-look-prod__title{
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
}
.mw-look-prod__title a{ text-decoration: none; }

.mw-look-prod__details{
  color: #e02b20;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.mw-look-prod__main{
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 10px;
}

.mw-look-prod__img{
  max-height: 60px;
  width: auto;
  display: block;
}

.mw-look-prod__price{
  color: #e02b20;
  font-weight: 900;
  margin-bottom: 8px;
  font-size: 18px;
}

.mw-look-prod__stock{
  margin-top: 8px;
  font-size: 16px;
  font-weight: 800;
}
.mw-instock{ color: #7a8b1a; }
.mw-outofstock{ color: #999; }

/* WC Variationen kompakt */
.mw-look-atc form.cart{ margin: 0; }
.mw-look-atc table.variations{ margin-bottom: 8px; }
.mw-look-atc table.variations td,
.mw-look-atc table.variations th{ padding: 4px 0; }

.mw-look-atc .single_add_to_cart_button,
.mw-look-atc button.single_add_to_cart_button{
  background: #e02b20 !important;
  border: 0 !important;
  border-radius: 28px !important;
  padding: 12px 18px !important;
  font-weight: 900 !important;
}

.mw-look-atc .reset_variations{
  float: right;
  color: #e02b20;
  font-weight: 800;
}
/* =========================================
   MW LOOK POPUP – Look ergänzen
========================================= */

body.mw-look-popup-open { overflow: hidden; }

.mw-look-popup{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}

.mw-look-popup.is-open{ display: block; }

.mw-look-popup__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.mw-look-popup__panel{
  position: relative;
  width: min(680px, calc(100% - 28px));
  margin: 10vh auto 0;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 70px rgba(0,0,0,0.35);
}

.mw-look-popup__close{
  position: absolute;
  right: 12px;
  top: 10px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 0;
  background: #f3f3f3;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.mw-look-popup__head{ padding-right: 46px; }

.mw-look-popup__title{
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 6px;
}

.mw-look-popup__sub{
  font-size: 14px;
  opacity: 0.85;
  margin: 0 0 14px;
}

.mw-look-popup__items{
  display: grid;
  gap: 12px;
  margin: 10px 0 16px;
}

.mw-look-popup__item{
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 10px;
}

.mw-look-popup__img{
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  background: #f6f6f6;
}

.mw-look-popup__img--placeholder{
  width: 86px;
  height: 86px;
  border-radius: 12px;
  background: #f6f6f6;
}

.mw-look-popup__name{
  font-weight: 900;
  font-size: 15px;
  margin: 0 0 2px;
}

.mw-look-popup__price{
  color: #e02b20;
  font-weight: 900;
  margin: 0 0 8px;
}

.mw-look-popup__choose{
  border: 0;
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 900;
  cursor: pointer;
  background: #111;
  color: #fff;
}

.mw-look-popup__actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mw-look-popup__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 14px;
  font-weight: 900;
  border: 0;
  cursor: pointer;
}

.mw-look-popup__btn--primary{
  background: #e02b20;
  color: #fff;
}

.mw-look-popup__btn--secondary{
  background: #f3f3f3;
  color: #111;
}
body.mw-look-popup-open { overflow: hidden; }

.mw-look-popup{ position:fixed; inset:0; z-index:999999; display:none; }
.mw-look-popup.is-open{ display:block; }
.mw-look-popup__backdrop{ position:absolute; inset:0; background:rgba(0,0,0,.55); }

.mw-look-popup__panel{
  position:relative;
  width:min(680px, calc(100% - 28px));
  margin:10vh auto 0;
  background:#fff;
  border-radius:18px;
  padding:18px;
  box-shadow:0 18px 70px rgba(0,0,0,.35);
}
.mw-look-popup__close{
  position:absolute; right:12px; top:10px;
  width:36px; height:36px;
  border-radius:999px; border:0;
  background:#f3f3f3; font-size:22px; cursor:pointer;
}
.mw-look-popup__title{ font-size:20px; font-weight:900; margin:0 0 6px; }
.mw-look-popup__sub{ font-size:14px; opacity:.85; margin:0 0 14px; }

.mw-look-popup__items{ display:grid; gap:12px; margin:10px 0 16px; }
.mw-look-popup__item{
  display:grid; grid-template-columns:86px 1fr;
  gap:12px; align-items:center;
  border:1px solid #eee; border-radius:14px; padding:10px;
}
.mw-look-popup__img{ width:86px; height:86px; object-fit:cover; border-radius:12px; background:#f6f6f6; }
.mw-look-popup__img--placeholder{ width:86px; height:86px; border-radius:12px; background:#f6f6f6; }

.mw-look-popup__name{ font-weight:900; font-size:15px; margin:0 0 2px; }
.mw-look-popup__price{ color:#e02b20; font-weight:900; margin:0 0 8px; }

.mw-look-popup__choose{
  border:0; border-radius:999px;
  padding:9px 14px; font-weight:900;
  cursor:pointer; background:#111; color:#fff;
}
.mw-look-popup__actions{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.mw-look-popup__btn{
  display:inline-flex; align-items:center; justify-content:center;
  text-decoration:none; border-radius:999px;
  padding:12px 14px; font-weight:900; border:0; cursor:pointer;
}
.mw-look-popup__btn--primary{ background:#e02b20; color:#fff; }
.mw-look-popup__btn--secondary{ background:#f3f3f3; color:#111; }
/* CTA-Subline unter dem Button */
.mw-look-atc__subline{
  font-size: 12px;
  opacity: .75;
  margin-top: 6px;
}

/* Trust-/Service-Zeile (Lookseite) */
.mw-look-trust{
  margin-top: 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.mw-look-trust__toggle{
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 800;
  background: #f7f7f7;
  border: 0;
  cursor: pointer;
}

.mw-look-trust.is-open .mw-look-trust__toggle{
  background: #f1f1f1;
}

.mw-look-trust__panel{
  padding: 10px 12px 12px;
}

.mw-look-trust__item + .mw-look-trust__item{
  border-top: 1px solid rgba(0,0,0,.06);
  margin-top: 10px;
  padding-top: 10px;
}

.mw-look-trust__h{
  font-weight: 900;
  margin-bottom: 4px;
}

.mw-look-trust__p{
  font-size: 13px;
  line-height: 1.45;
  opacity: .9;
}
/* Trust-Block: klickbar-Signal (Info + Chevron) */
.mw-look-trust__toggle{
  position: relative;
  padding-left: 36px; /* Platz für Icon */
  padding-right: 34px; /* Platz für Chevron */
}

/* links: Info-Icon */
.mw-look-trust__toggle::before{
  content: "ℹ️";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  opacity: .95;
}

/* rechts: Chevron (zeigt „aufklappbar“) */
.mw-look-trust__toggle::after{
  content: "+"  !important;             /* default geschlossen */
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  color: #0B66C3;
  background: rgba(11,102,195,.10);
  border: 1px solid rgba(11,102,195,.25);
}

/* wenn offen: Chevron nach oben */
.mw-look-trust.is-open .mw-look-trust__toggle::after{
  content: "-"  !important; 
}
/* =========================================
   CHECKOUT CLEANUP (Divi/Woo) – CSS-only
========================================= */

body.woocommerce-checkout #main-content .container,
body.woocommerce-checkout .et_pb_row{
  max-width: 1100px;
}

body.woocommerce-checkout form.checkout{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields{
  background: #fafafa;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 14px;
}

body.woocommerce-checkout .form-row label{
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 6px;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select{
  border: 1px solid rgba(0,0,0,.15) !important;
  border-radius: 12px !important;
  padding: 10px 12px !important;
  background: #fff !important;
  font-size: 14px !important;
}

body.woocommerce-checkout #order_review{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  padding: 14px;
}

body.woocommerce-checkout #payment{
  background: #fafafa !important;
  border: 1px solid rgba(0,0,0,.06) !important;
  border-radius: 16px !important;
  padding: 12px 12px 6px !important;
}

body.woocommerce-checkout #payment ul.payment_methods{
  border-bottom: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout #payment ul.payment_methods li{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  padding: 12px;
  margin: 10px 0;
}

body.woocommerce-checkout #place_order,
body.woocommerce-checkout button#place_order{
  background: #0B66C3 !important; /* ähnlich wie dein blaues Button-Design */
  border: 0 !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  font-weight: 900 !important;
  font-size: 16px !important;
  box-shadow: 0 10px 22px rgba(11,102,195,.22);
}

body.woocommerce-checkout #place_order:hover{
  filter: brightness(.95);
}

/* =========================================================
   LOOK Trustline – Mobile: eigene volle Zeile (ohne Layout zu sprengen)
========================================================= */
@media (max-width: 767px){

  /* Trust-Box darf die Layout-Engine NICHT beeinflussen:
     wir machen sie zur "Full Row" */
  .mw-look .mw-look-trust{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 10px !important;
    clear: both !important; /* falls floats im Spiel sind */
  }

  /* FALL 1: Parent ist FLEX */
  .mw-look .mw-look-trust{
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
    order: 9999 !important; /* ganz nach unten innerhalb des Produktblocks */
  }

  /* FALL 2: Parent ist GRID */
  .mw-look .mw-look-trust{
    grid-column: 1 / -1 !important;
  }

  /* Toggle-Button: sauber umbrechen, NICHT zentrieren */
  .mw-look .mw-look-trust__toggle{
    width: 100% !important;
    text-align: left !important;
    white-space: normal !important;
    line-height: 1.35 !important;
    padding: 10px 12px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  /* Das ℹ️ Icon: fix links, nicht irgendwo im Textfluss */
  .mw-look .mw-look-trust__toggle::before{
    content: "ℹ️";
    flex: 0 0 auto;
    margin-top: 1px;
  }

  /* Falls du in deinem HTML bereits "ℹ️" drin hast, vermeiden wir Doppel-Icon */
  .mw-look .mw-look-trust__toggle{
    font-size: 14px !important;
  }

  /* Panel/Details auch vollbreit */
  .mw-look .mw-look-trust__panel{
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px){
  .mw-look .mw-look-trust{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 10px !important;
  }
}

/* =========================================================
   Trust Toggle: keine Emojis, klares +/–, besser sichtbar
========================================================= */
.mw-look .mw-look-trust__toggle{
  position: relative;
  width: 100%;
  text-align: left;
  white-space: normal;
  line-height: 1.35;
  padding: 10px 44px 10px 12px; /* rechts Platz für +/– */
  border: 0;
  background: transparent;
  cursor: pointer;
}

/* Entfernt evtl. alte Icons/Pfeile aus früheren Versuchen */
.mw-look .mw-look-trust__toggle::before{
  content: "+" !important;
  display: none !important;
}
.mw-look .mw-look-trust__toggle::after{
  content: "+"  !important;             /* default geschlossen */
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  color: #0B66C3;
  background: rgba(11,102,195,.10);
  border: 1px solid rgba(11,102,195,.25);
}

.mw-look-trust.is-open .mw-look-trust__toggle::after{
  content: "-";               /* default geschlossen */
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  color: #0B66C3;
  background: rgba(11,102,195,.10);
  border: 1px solid rgba(11,102,195,.25);
}
/* Wenn offen: minus */
.mw-look .mw-look-trust.is-open .mw-look-trust__toggle::after{
  content: "–";
}

/* Mobile: Trust soll volle Breite haben (ohne sonstiges Layout zu ändern) */
@media (max-width: 767px){
  .mw-look .mw-look-trust{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 10px !important;
  }
}
