/* Materiály.Vyučuji.cz – cart + checkout redesigned commerce flow.
   Namespaced to body.mvy-commerce-surface and intentionally strong, because WooCommerce/theme CSS is aggressive. */

body.mvy-commerce-surface{
  --mvy-commerce-bg:#f6f7fb;
  --mvy-commerce-card:#ffffff;
  --mvy-commerce-line:#e8ebf3;
  --mvy-commerce-text:#17283d;
  --mvy-commerce-muted:#6c7a90;
  --mvy-commerce-faint:#8a96a8;
  --mvy-commerce-blue:#2f6bff;
  --mvy-commerce-violet:#7c4dff;
  --mvy-commerce-soft:#f2f4fb;
  --mvy-commerce-soft-blue:#eef2ff;
  --mvy-commerce-success-bg:#edf9f2;
  --mvy-commerce-success-border:#b9e6c8;
  --mvy-commerce-success-text:#1d6a3d;
  --mvy-commerce-danger:#e55353;
  --mvy-commerce-shadow:0 18px 40px rgba(20,32,61,.08);
  --mvy-commerce-radius-xl:28px;
  --mvy-commerce-radius-lg:22px;
  --mvy-commerce-radius-md:18px;
  --mvy-commerce-radius-sm:14px;
  background:var(--mvy-commerce-bg)!important;
  color:var(--mvy-commerce-text)!important;
}

body.mvy-commerce-surface .site-main,
body.mvy-commerce-surface main,
body.mvy-commerce-surface article,
body.mvy-commerce-surface .entry-content,
body.mvy-commerce-surface .ct-container-full,
body.mvy-commerce-surface .ct-container,
body.mvy-commerce-surface .content-area{
  background:var(--mvy-commerce-bg)!important;
}

body.mvy-commerce-surface .entry-header,
body.mvy-commerce-surface .page-title,
body.mvy-commerce-surface .ct-breadcrumbs{
  display:none!important;
}

body.mvy-commerce-surface .entry-content > *{
  max-width:none!important;
}

/* Shell + hero */
.mvy-commerce-shell{
  width:min(1220px,calc(100vw - 40px))!important;
  margin:62px auto 96px!important;
  color:var(--mvy-commerce-text)!important;
}

.mvy-commerce-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 280px!important;
  gap:24px!important;
  align-items:center!important;
  padding:34px!important;
  border:1px solid #ececf6!important;
  border-radius:32px!important;
  background:linear-gradient(90deg,#fff 0%,#fbfbff 55%,#f1ecff 100%)!important;
  box-shadow:var(--mvy-commerce-shadow)!important;
  overflow:hidden!important;
}

.mvy-commerce-kicker{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:30px!important;
  margin:0 0 16px!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  background:#eef2ff!important;
  color:#5571ff!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
}

.mvy-commerce-kicker::before{
  content:""!important;
  width:8px!important;
  height:8px!important;
  border-radius:999px!important;
  background:#5c73ff!important;
  box-shadow:0 0 0 5px rgba(92,115,255,.12)!important;
}

.mvy-commerce-hero h1{
  margin:0 0 10px!important;
  max-width:760px!important;
  color:var(--mvy-commerce-text)!important;
  font-size:clamp(48px,5vw,72px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:950!important;
}

.mvy-commerce-hero p{
  margin:0!important;
  max-width:720px!important;
  color:var(--mvy-commerce-muted)!important;
  font-size:20px!important;
  line-height:1.52!important;
  font-weight:650!important;
}

.mvy-commerce-hero-art{
  position:relative!important;
  min-height:190px!important;
}

.mvy-commerce-hero-art span{
  position:absolute!important;
  display:block!important;
  width:160px!important;
  height:86px!important;
  border-radius:28px!important;
  background:#fff!important;
  border:1px solid rgba(15,23,42,.07)!important;
  box-shadow:0 18px 40px rgba(63,76,117,.12)!important;
  transform:rotate(7deg)!important;
  right:56px!important;
  top:26px!important;
}

.mvy-commerce-hero-art span:nth-child(2){
  right:0!important;
  top:42px!important;
  transform:rotate(-7deg)!important;
}

.mvy-commerce-hero-art strong{
  position:absolute!important;
  z-index:2!important;
  top:50px!important;
  right:78px!important;
  width:92px!important;
  height:92px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:30px!important;
  color:#fff!important;
  font-size:42px!important;
  line-height:1!important;
  font-weight:950!important;
  background:linear-gradient(135deg,var(--mvy-commerce-blue),var(--mvy-commerce-violet))!important;
  box-shadow:0 22px 40px rgba(61,91,255,.28)!important;
}

/* Notices */
.mvy-commerce-notice,
body.mvy-commerce-surface .woocommerce-message{
  margin:22px 0 0!important;
  padding:18px 20px!important;
  border:1px solid var(--mvy-commerce-success-border)!important;
  border-radius:18px!important;
  background:var(--mvy-commerce-success-bg)!important;
  color:var(--mvy-commerce-success-text)!important;
  font-weight:900!important;
  box-shadow:none!important;
}

body.mvy-commerce-surface .woocommerce-message::before,
body.mvy-commerce-surface .woocommerce-info::before,
body.mvy-commerce-surface .woocommerce-error::before{
  display:none!important;
}

body.mvy-commerce-surface .woocommerce-message .button,
body.mvy-commerce-surface .woocommerce-info .button{
  display:none!important;
}

body.mvy-commerce-surface .woocommerce-error,
body.mvy-commerce-surface .woocommerce-info{
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:18px!important;
  background:#fff!important;
  color:var(--mvy-commerce-text)!important;
  box-shadow:var(--mvy-commerce-shadow)!important;
  padding:16px 18px!important;
}

/* General Woo reset inside commerce */
.mvy-commerce-content{
  margin-top:28px!important;
}

.mvy-commerce-content .woocommerce,
.mvy-commerce-content .woocommerce-page{
  color:var(--mvy-commerce-text)!important;
}

.mvy-commerce-content a{
  color:var(--mvy-commerce-text)!important;
  text-decoration:none!important;
}

.mvy-commerce-content a:hover{
  color:#3757ff!important;
}

.mvy-commerce-content input,
.mvy-commerce-content select,
.mvy-commerce-content textarea,
.mvy-commerce-content button{
  font-family:inherit!important;
}

.mvy-commerce-content input.input-text,
.mvy-commerce-content input[type="text"],
.mvy-commerce-content input[type="email"],
.mvy-commerce-content input[type="tel"],
.mvy-commerce-content input[type="password"],
.mvy-commerce-content textarea,
.mvy-commerce-content select,
.mvy-commerce-content .select2-selection,
.mvy-commerce-content .select2-selection--single{
  width:100%!important;
  min-height:52px!important;
  padding:0 16px!important;
  border:1px solid var(--mvy-commerce-line)!important;
  border-radius:16px!important;
  background:#fff!important;
  color:var(--mvy-commerce-text)!important;
  box-shadow:none!important;
  font-size:15px!important;
  line-height:1.4!important;
}

.mvy-commerce-content textarea{
  min-height:112px!important;
  padding:14px 16px!important;
}

.mvy-commerce-content .mvy-commerce-field-readonly input,
.mvy-commerce-content input[readonly]{
  background:#f7f9fd!important;
  color:#7b8799!important;
  cursor:not-allowed!important;
}

.mvy-commerce-content label{
  color:#56657c!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.35!important;
}

.mvy-commerce-content .button,
.mvy-commerce-content button.button,
.mvy-commerce-content input.button,
.mvy-commerce-content a.button,
.mvy-commerce-content #place_order,
.mvy-commerce-content .checkout-button,
.mvy-commerce-content .wc-forward{
  min-height:50px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:999px!important;
  padding:0 22px!important;
  color:#fff!important;
  background:linear-gradient(135deg,var(--mvy-commerce-blue),var(--mvy-commerce-violet))!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:950!important;
  text-decoration:none!important;
  box-shadow:0 14px 30px rgba(63,91,255,.22)!important;
}

.mvy-commerce-content .button:hover,
.mvy-commerce-content #place_order:hover{
  transform:translateY(-1px)!important;
  filter:saturate(1.04)!important;
}

.mvy-commerce-content .woocommerce-cart-form,
.mvy-commerce-content .cart-collaterals .cart_totals,
.mvy-commerce-content form.checkout,
.mvy-commerce-content .woocommerce-order,
.mvy-commerce-content .woocommerce-order-details,
.mvy-commerce-content .woocommerce-customer-details{
  border:1px solid var(--mvy-commerce-line)!important;
  border-radius:28px!important;
  background:#fff!important;
  box-shadow:var(--mvy-commerce-shadow)!important;
}

/* Cart page layout */
@media(min-width:980px){
  .mvy-commerce-shell--cart .woocommerce{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 370px!important;
    gap:28px!important;
    align-items:start!important;
  }
  .mvy-commerce-shell--cart .woocommerce-notices-wrapper,
  .mvy-commerce-shell--cart .woocommerce-message,
  .mvy-commerce-shell--cart .woocommerce-info,
  .mvy-commerce-shell--cart .woocommerce-error{
    grid-column:1/-1!important;
  }
  .mvy-commerce-shell--cart .woocommerce-cart-form{
    grid-column:1!important;
  }
  .mvy-commerce-shell--cart .cart-collaterals{
    grid-column:2!important;
    width:100%!important;
    margin:0!important;
  }
  .mvy-commerce-shell--cart .cart-collaterals .cart_totals{
    width:100%!important;
    float:none!important;
    position:sticky!important;
    top:24px!important;
  }
}

.mvy-commerce-shell--cart .woocommerce-cart-form{
  padding:22px!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form::before{
  content:"Vybrané položky"!important;
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:16px!important;
  padding:4px 4px 18px!important;
  margin-bottom:2px!important;
  border-bottom:1px solid var(--mvy-commerce-line)!important;
  color:#73829a!important;
  font-size:14px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  font-weight:950!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form table.shop_table{
  display:block!important;
  width:100%!important;
  border:0!important;
  border-collapse:separate!important;
  margin:0!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form table.shop_table thead{
  display:none!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form table.shop_table tbody{
  display:block!important;
  width:100%!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form table.shop_table tr.cart_item{
  display:grid!important;
  grid-template-columns:110px minmax(0,1fr) 140px 42px!important;
  gap:18px!important;
  align-items:start!important;
  padding:22px 4px!important;
  border-bottom:1px solid var(--mvy-commerce-line)!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form table.shop_table tr.cart_item:last-of-type{
  border-bottom:0!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form table.shop_table tr.cart_item td{
  display:block!important;
  width:auto!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  vertical-align:top!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form td.product-thumbnail{
  grid-column:1!important;
  grid-row:1/4!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form td.product-name{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form td.product-price{
  display:none!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form td.product-quantity,
.mvy-commerce-shell--cart .woocommerce-cart-form th.product-quantity{
  display:none!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form td.product-subtotal{
  grid-column:3!important;
  grid-row:1!important;
  text-align:right!important;
  color:var(--mvy-commerce-text)!important;
  font-size:24px!important;
  line-height:1.1!important;
  font-weight:950!important;
  white-space:nowrap!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form td.product-subtotal::after{
  content:"Cena včetně DPH"!important;
  display:block!important;
  margin-top:7px!important;
  color:var(--mvy-commerce-muted)!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:800!important;
  white-space:normal!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form td.product-remove{
  grid-column:4!important;
  grid-row:1!important;
  text-align:right!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form td.product-thumbnail img{
  width:110px!important;
  height:110px!important;
  object-fit:cover!important;
  display:block!important;
  border-radius:20px!important;
  border:1px solid #e6e8f4!important;
  box-shadow:0 10px 22px rgba(2,6,23,.08)!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form td.product-name > a,
.mvy-commerce-shell--cart .woocommerce-cart-form td.product-name > span,
.mvy-commerce-shell--cart .woocommerce-cart-form td.product-name strong{
  display:block!important;
  margin:0 0 8px!important;
  color:var(--mvy-commerce-text)!important;
  font-size:22px!important;
  line-height:1.2!important;
  letter-spacing:-.02em!important;
  font-weight:950!important;
  text-decoration:none!important;
}

.mvy-commerce-item-kind,
.mvy-commerce-license-chip{
  display:inline-flex!important;
  align-items:center!important;
  min-height:32px!important;
  margin:2px 8px 8px 0!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:var(--mvy-commerce-soft)!important;
  border:1px solid var(--mvy-commerce-line)!important;
  color:#49576d!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form .variation,
.mvy-commerce-shell--cart .woocommerce-cart-form .product-name p{
  margin:0!important;
  color:var(--mvy-commerce-muted)!important;
  font-size:15px!important;
  line-height:1.55!important;
  font-weight:600!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form a.remove{
  width:34px!important;
  height:34px!important;
  display:inline-grid!important;
  place-items:center!important;
  border-radius:999px!important;
  color:var(--mvy-commerce-danger)!important;
  background:#fff4f4!important;
  font-size:22px!important;
  line-height:1!important;
  text-decoration:none!important;
}

.mvy-commerce-shell--cart .woocommerce-cart-form a.remove:hover{
  color:#fff!important;
  background:#dc2626!important;
}

.mvy-commerce-shell--cart table.cart td.actions{
  display:block!important;
  padding:18px 0 0!important;
  border:0!important;
  background:transparent!important;
}

.mvy-commerce-shell--cart table.cart td.actions .coupon{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  align-items:center!important;
  padding:16px!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,#f5f7ff,#fbfbff)!important;
  border:1px dashed #dce3f5!important;
}

.mvy-commerce-shell--cart table.cart td.actions .coupon label{
  display:block!important;
  width:100%!important;
  margin:0!important;
  color:var(--mvy-commerce-text)!important;
  font-size:16px!important;
  font-weight:950!important;
}

.mvy-commerce-shell--cart table.cart td.actions .coupon .input-text{
  max-width:260px!important;
}

.mvy-commerce-shell--cart table.cart td.actions > .button{
  margin-top:12px!important;
}

/* Cart summary */
.mvy-commerce-shell--cart .cart_totals{
  padding:22px!important;
}

.mvy-commerce-shell--cart .cart_totals h2{
  margin:2px 0 18px!important;
  color:var(--mvy-commerce-text)!important;
  font-size:28px!important;
  line-height:1.15!important;
  letter-spacing:-.03em!important;
  font-weight:950!important;
}

.mvy-commerce-shell--cart .cart_totals table.shop_table{
  width:100%!important;
  border:0!important;
  margin:0 0 16px!important;
  border-collapse:separate!important;
  border-spacing:0!important;
}

.mvy-commerce-shell--cart .cart_totals table.shop_table th,
.mvy-commerce-shell--cart .cart_totals table.shop_table td{
  padding:13px 0!important;
  border:0!important;
  border-bottom:1px solid var(--mvy-commerce-line)!important;
  background:transparent!important;
  color:#52627b!important;
  font-weight:900!important;
}

.mvy-commerce-shell--cart .cart_totals table.shop_table td{
  text-align:right!important;
  color:var(--mvy-commerce-text)!important;
}

.mvy-commerce-shell--cart .cart_totals .order-total th,
.mvy-commerce-shell--cart .cart_totals .order-total td{
  padding-top:18px!important;
  border-bottom:0!important;
  color:var(--mvy-commerce-text)!important;
  font-size:18px!important;
  font-weight:950!important;
}

.mvy-commerce-shell--cart .wc-proceed-to-checkout{
  padding:0!important;
}

.mvy-commerce-shell--cart .wc-proceed-to-checkout .checkout-button{
  width:100%!important;
  margin:0!important;
  font-size:16px!important;
}

/* Checkout layout */
.mvy-commerce-shell--checkout .mvy-commerce-content .woocommerce{
  display:block!important;
}

.mvy-commerce-shell--checkout form.checkout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 380px!important;
  gap:28px!important;
  align-items:start!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.mvy-commerce-shell--checkout form.checkout #customer_details{
  grid-column:1!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:22px!important;
}

.mvy-commerce-shell--checkout form.checkout #customer_details .col-1,
.mvy-commerce-shell--checkout form.checkout #customer_details .col-2{
  width:100%!important;
  float:none!important;
  max-width:none!important;
}

.mvy-commerce-shell--checkout .woocommerce-billing-fields,
.mvy-commerce-shell--checkout .woocommerce-additional-fields,
.mvy-commerce-shell--checkout .woocommerce-checkout-review-order{
  padding:24px!important;
  border:1px solid var(--mvy-commerce-line)!important;
  border-radius:28px!important;
  background:#fff!important;
  box-shadow:var(--mvy-commerce-shadow)!important;
}

.mvy-commerce-shell--checkout .woocommerce-billing-fields h3,
.mvy-commerce-shell--checkout .woocommerce-additional-fields h3,
.mvy-commerce-shell--checkout #order_review_heading{
  margin:0 0 18px!important;
  color:var(--mvy-commerce-text)!important;
  font-size:28px!important;
  line-height:1.15!important;
  letter-spacing:-.03em!important;
  font-weight:950!important;
}

.mvy-commerce-shell--checkout .woocommerce-billing-fields h3::after{
  content:"Základní údaje se předvyplní z vašeho účtu, pokud je máte uložené."!important;
  display:block!important;
  margin-top:8px!important;
  color:var(--mvy-commerce-muted)!important;
  font-size:14px!important;
  line-height:1.55!important;
  letter-spacing:0!important;
  font-weight:650!important;
}

.mvy-commerce-shell--checkout .woocommerce-billing-fields__field-wrapper{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px!important;
}

.mvy-commerce-shell--checkout .form-row{
  float:none!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}

.mvy-commerce-shell--checkout .form-row-wide,
.mvy-commerce-shell--checkout #billing_email_field,
.mvy-commerce-shell--checkout #billing_country_field,
.mvy-commerce-shell--checkout #billing_address_1_field,
.mvy-commerce-shell--checkout #billing_address_2_field,
.mvy-commerce-shell--checkout #billing_phone_field{
  grid-column:1/-1!important;
}

.mvy-commerce-shell--checkout #billing_email_field{
  order:-10!important;
  padding:16px 18px!important;
  border-radius:18px!important;
  background:#f8faff!important;
  border:1px solid var(--mvy-commerce-line)!important;
}

.mvy-commerce-shell--checkout #billing_email_field label::after{
  content:" – e-mail účtu"!important;
  color:var(--mvy-commerce-muted)!important;
  font-weight:700!important;
}

.mvy-commerce-shell--checkout .woocommerce-additional-fields{
  margin-top:22px!important;
}

.mvy-commerce-shell--checkout .woocommerce-additional-fields .notes{
  margin:0!important;
}

/* Checkout summary */
.mvy-commerce-shell--checkout #order_review_heading{
  grid-column:2!important;
  margin:0!important;
  display:none!important;
}

.mvy-commerce-shell--checkout #order_review{
  grid-column:2!important;
  position:sticky!important;
  top:24px!important;
}

.mvy-commerce-shell--checkout .woocommerce-checkout-review-order::before{
  content:"Rekapitulace objednávky"!important;
  display:block!important;
  margin:2px 0 18px!important;
  color:var(--mvy-commerce-text)!important;
  font-size:28px!important;
  line-height:1.15!important;
  letter-spacing:-.03em!important;
  font-weight:950!important;
}

.mvy-commerce-shell--checkout #order_review table.shop_table{
  width:100%!important;
  border:0!important;
  margin:0!important;
  border-collapse:separate!important;
  border-spacing:0 12px!important;
}

.mvy-commerce-shell--checkout #order_review table.shop_table thead{
  display:none!important;
}

.mvy-commerce-shell--checkout #order_review table.shop_table tr.cart_item{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:12px!important;
  padding:12px!important;
  border:1px solid var(--mvy-commerce-line)!important;
  border-radius:18px!important;
  background:#fbfcff!important;
}

.mvy-commerce-shell--checkout #order_review table.shop_table td,
.mvy-commerce-shell--checkout #order_review table.shop_table th{
  border:0!important;
  padding:0!important;
  background:transparent!important;
}

.mvy-commerce-shell--checkout #order_review .product-name{
  min-width:0!important;
  color:var(--mvy-commerce-text)!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:950!important;
}

.mvy-commerce-shell--checkout #order_review .product-total{
  color:var(--mvy-commerce-text)!important;
  font-size:14px!important;
  font-weight:950!important;
  white-space:nowrap!important;
}

.mvy-commerce-shell--checkout #order_review tfoot tr{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:12px!important;
  padding:12px 0!important;
  border-top:1px solid var(--mvy-commerce-line)!important;
}

.mvy-commerce-shell--checkout #order_review tfoot tr.order-total{
  padding-top:16px!important;
}

.mvy-commerce-shell--checkout #order_review tfoot th,
.mvy-commerce-shell--checkout #order_review tfoot td{
  color:#52627b!important;
  font-size:14px!important;
  font-weight:900!important;
}

.mvy-commerce-shell--checkout #order_review tfoot td{
  text-align:right!important;
  color:var(--mvy-commerce-text)!important;
}

.mvy-commerce-shell--checkout #order_review tfoot tr.order-total th,
.mvy-commerce-shell--checkout #order_review tfoot tr.order-total td{
  color:var(--mvy-commerce-text)!important;
  font-size:18px!important;
  font-weight:950!important;
}

.mvy-commerce-shell--checkout .woocommerce-checkout-payment{
  margin-top:18px!important;
  border:0!important;
  border-radius:22px!important;
  background:#f7f9ff!important;
}

.mvy-commerce-shell--checkout .woocommerce-checkout-payment ul.payment_methods{
  padding:0!important;
  border:0!important;
}

.mvy-commerce-shell--checkout .woocommerce-checkout-payment li.wc_payment_method{
  padding:18px!important;
  margin:0 0 12px!important;
  border:1px solid var(--mvy-commerce-line)!important;
  border-radius:20px!important;
  background:#fff!important;
}

.mvy-commerce-shell--checkout .woocommerce-checkout-payment li.wc_payment_method input[type="radio"]{
  margin-right:10px!important;
  transform:translateY(1px)!important;
}

.mvy-commerce-shell--checkout .woocommerce-checkout-payment li.wc_payment_method label{
  color:var(--mvy-commerce-text)!important;
  font-size:16px!important;
  font-weight:950!important;
}

.mvy-commerce-shell--checkout .payment_box{
  margin:12px 0 0!important;
  padding:0!important;
  background:transparent!important;
  color:var(--mvy-commerce-muted)!important;
  font-size:14px!important;
  line-height:1.55!important;
}

.mvy-commerce-shell--checkout .payment_box::before{
  display:none!important;
}

.mvy-commerce-shell--checkout .woocommerce-privacy-policy-text,
.mvy-commerce-shell--checkout .woocommerce-terms-and-conditions-wrapper{
  color:var(--mvy-commerce-muted)!important;
  font-size:13px!important;
  line-height:1.55!important;
  font-weight:650!important;
}

.mvy-commerce-shell--checkout #place_order{
  width:100%!important;
  margin-top:14px!important;
  min-height:56px!important;
  font-size:16px!important;
}

/* Order received */
.mvy-commerce-shell--received .woocommerce-order{
  padding:24px!important;
}

.mvy-commerce-shell--received .woocommerce-order-overview{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;
  gap:12px!important;
  margin:0 0 24px!important;
  padding:0!important;
}

.mvy-commerce-shell--received .woocommerce-order-overview li{
  padding:16px!important;
  margin:0!important;
  border:1px solid var(--mvy-commerce-line)!important;
  border-radius:18px!important;
  background:#fbfcff!important;
  list-style:none!important;
}

/* Bottom actions */
.mvy-commerce-after{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  gap:10px!important;
  margin-top:24px!important;
}

.mvy-commerce-hero-link{
  min-height:48px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 18px!important;
  border-radius:999px!important;
  color:#3757ff!important;
  background:#fff!important;
  border:1px solid rgba(47,107,255,.14)!important;
  text-decoration:none!important;
  font-size:15px!important;
  font-weight:950!important;
  box-shadow:0 8px 18px rgba(2,6,23,.04)!important;
}

.mvy-commerce-hero-link:hover{
  color:#fff!important;
  background:linear-gradient(135deg,var(--mvy-commerce-blue),var(--mvy-commerce-violet))!important;
}

/* Mini cart / forwarded buttons if Woo prints them */
body.mvy-commerce-surface .wc-forward,
body.mvy-commerce-surface .woocommerce-mini-cart__buttons a{
  border-radius:999px!important;
}

/* Responsive */
@media(max-width:1100px){
  .mvy-commerce-shell--checkout form.checkout{
    grid-template-columns:1fr!important;
  }
  .mvy-commerce-shell--checkout #order_review,
  .mvy-commerce-shell--checkout #order_review_heading{
    grid-column:auto!important;
    position:static!important;
  }
}

@media(max-width:980px){
  .mvy-commerce-shell{
    width:min(100% - 28px,780px)!important;
    margin-top:44px!important;
  }
  .mvy-commerce-hero{
    grid-template-columns:1fr!important;
    padding:28px!important;
  }
  .mvy-commerce-hero-art{
    display:none!important;
  }
  .mvy-commerce-shell--cart .cart-collaterals .cart_totals{
    position:static!important;
    margin-top:24px!important;
  }
}

@media(max-width:760px){
  .mvy-commerce-shell{
    width:calc(100% - 20px)!important;
    margin-top:28px!important;
  }
  .mvy-commerce-hero{
    padding:24px 20px!important;
    border-radius:24px!important;
  }
  .mvy-commerce-hero h1{
    font-size:48px!important;
  }
  .mvy-commerce-hero p{
    font-size:17px!important;
  }
  .mvy-commerce-shell--cart .woocommerce-cart-form,
  .mvy-commerce-shell--cart .cart-collaterals .cart_totals,
  .mvy-commerce-shell--checkout .woocommerce-billing-fields,
  .mvy-commerce-shell--checkout .woocommerce-additional-fields,
  .mvy-commerce-shell--checkout .woocommerce-checkout-review-order{
    padding:16px!important;
    border-radius:22px!important;
  }
  .mvy-commerce-shell--cart .woocommerce-cart-form table.shop_table tr.cart_item{
    grid-template-columns:82px minmax(0,1fr)!important;
    gap:12px!important;
    padding:16px 0!important;
  }
  .mvy-commerce-shell--cart .woocommerce-cart-form td.product-thumbnail{
    grid-column:1!important;
    grid-row:1/4!important;
  }
  .mvy-commerce-shell--cart .woocommerce-cart-form td.product-thumbnail img{
    width:76px!important;
    height:76px!important;
    border-radius:16px!important;
  }
  .mvy-commerce-shell--cart .woocommerce-cart-form td.product-name{
    grid-column:2!important;
  }
  .mvy-commerce-shell--cart .woocommerce-cart-form td.product-subtotal{
    grid-column:2!important;
    grid-row:2!important;
    text-align:left!important;
    font-size:20px!important;
  }
  .mvy-commerce-shell--cart .woocommerce-cart-form td.product-remove{
    grid-column:2!important;
    grid-row:3!important;
    text-align:left!important;
  }
  .mvy-commerce-shell--cart .woocommerce-cart-form td.product-name > a,
  .mvy-commerce-shell--cart .woocommerce-cart-form td.product-name > span,
  .mvy-commerce-shell--cart .woocommerce-cart-form td.product-name strong{
    font-size:18px!important;
  }
  .mvy-commerce-shell--cart table.cart td.actions .coupon{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .mvy-commerce-shell--cart table.cart td.actions .coupon .input-text,
  .mvy-commerce-shell--cart table.cart td.actions .coupon .button{
    max-width:none!important;
    width:100%!important;
  }
  .mvy-commerce-shell--checkout .woocommerce-billing-fields__field-wrapper{
    grid-template-columns:1fr!important;
  }
}

/* Keep old Woo skin from leaking into redesigned surfaces. */
body.mvy-commerce-surface .mvy-woo-skin table,
body.mvy-commerce-surface table{
  border-color:transparent;
}

/* Run 194: hard override of the Woo Cart Blocks page.
   The cart page is rendered by the plugin as its own layout, so WooCommerce block/table markup cannot leak back in. */
.mvy-commerce-shell--cart .mvy-commerce-content{
  margin-top:28px!important;
}

.mvy-cart-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 370px!important;
  gap:28px!important;
  align-items:start!important;
}

.mvy-cart-panel,
.mvy-cart-summary,
.mvy-cart-empty{
  background:#fff!important;
  border:1px solid var(--mvy-commerce-line)!important;
  border-radius:28px!important;
  box-shadow:var(--mvy-commerce-shadow)!important;
}

.mvy-cart-panel{
  padding:22px!important;
}

.mvy-cart-panel__head{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:16px!important;
  padding:4px 4px 18px!important;
  border-bottom:1px solid var(--mvy-commerce-line)!important;
}

.mvy-cart-panel__head strong{
  color:#73829a!important;
  font-size:14px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  font-weight:950!important;
}

.mvy-cart-panel__head span{
  color:var(--mvy-commerce-muted)!important;
  font-size:13px!important;
  line-height:1.4!important;
  font-weight:850!important;
}

.mvy-cart-item{
  display:grid!important;
  grid-template-columns:110px minmax(0,1fr) 135px!important;
  gap:18px!important;
  align-items:start!important;
  padding:22px 4px!important;
  border-bottom:1px solid var(--mvy-commerce-line)!important;
}

.mvy-cart-item:last-of-type{
  border-bottom:0!important;
}

.mvy-cart-item__thumb{
  width:110px!important;
  height:110px!important;
  display:block!important;
  border-radius:20px!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,#dae2ff,#f0ecff)!important;
  border:1px solid #e6e8f4!important;
  box-shadow:0 10px 22px rgba(2,6,23,.08)!important;
}

.mvy-cart-item__thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}

.mvy-cart-item__placeholder{
  width:100%!important;
  height:100%!important;
  display:grid!important;
  place-items:center!important;
  color:#63708a!important;
  font-weight:950!important;
  font-size:20px!important;
}

.mvy-cart-item__body{
  min-width:0!important;
}

.mvy-cart-item__body h2{
  margin:0 0 8px!important;
  color:var(--mvy-commerce-text)!important;
  font-size:22px!important;
  line-height:1.2!important;
  letter-spacing:-.02em!important;
  font-weight:950!important;
}

.mvy-cart-item__body h2 a{
  color:inherit!important;
  text-decoration:none!important;
}

.mvy-cart-item__chips{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0 0 12px!important;
}

.mvy-cart-chip{
  display:inline-flex!important;
  align-items:center!important;
  min-height:32px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:var(--mvy-commerce-soft)!important;
  border:1px solid var(--mvy-commerce-line)!important;
  color:#49576d!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
}

.mvy-cart-item__body p{
  margin:0!important;
  max-width:700px!important;
  color:var(--mvy-commerce-muted)!important;
  font-size:15px!important;
  line-height:1.55!important;
  font-weight:650!important;
}

.mvy-cart-item__links{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:14px!important;
  margin-top:14px!important;
}

.mvy-cart-textlink{
  display:inline-flex!important;
  align-items:center!important;
  color:#52627b!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:950!important;
  text-decoration:none!important;
}

.mvy-cart-textlink:hover{
  color:#3757ff!important;
}

.mvy-cart-textlink--danger{
  color:var(--mvy-commerce-danger)!important;
}

.mvy-cart-textlink--danger:hover{
  color:#b42318!important;
}

.mvy-cart-item__price{
  min-width:120px!important;
  text-align:right!important;
}

.mvy-cart-item__price strong{
  display:block!important;
  color:var(--mvy-commerce-text)!important;
  font-size:26px!important;
  line-height:1.1!important;
  letter-spacing:-.03em!important;
  font-weight:950!important;
}

.mvy-cart-item__price span{
  display:block!important;
  margin-top:7px!important;
  color:var(--mvy-commerce-muted)!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:850!important;
}

.mvy-cart-recommend{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:16px!important;
  margin-top:18px!important;
  padding:18px!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,#f5f7ff,#fbfbff)!important;
  border:1px dashed #dce3f5!important;
}

.mvy-cart-recommend strong{
  display:block!important;
  margin:0 0 4px!important;
  color:var(--mvy-commerce-text)!important;
  font-size:16px!important;
  line-height:1.25!important;
  font-weight:950!important;
}

.mvy-cart-recommend p{
  margin:0!important;
  max-width:560px!important;
  color:var(--mvy-commerce-muted)!important;
  font-size:14px!important;
  line-height:1.5!important;
  font-weight:650!important;
}

.mvy-cart-summary{
  position:sticky!important;
  top:24px!important;
  padding:22px!important;
}

.mvy-cart-summary h2{
  margin:2px 0 18px!important;
  color:var(--mvy-commerce-text)!important;
  font-size:28px!important;
  line-height:1.15!important;
  letter-spacing:-.03em!important;
  font-weight:950!important;
}

.mvy-cart-summary__items{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}

.mvy-cart-summary-item{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:10px 12px!important;
  align-items:start!important;
  padding:12px 12px!important;
  border:1px solid rgba(226,232,240,.95)!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#ffffff 0%,#f8faff 100%)!important;
  box-shadow:0 8px 18px rgba(20,32,61,.045)!important;
}

.mvy-cart-summary-item h3{
  margin:2px 0 6px!important;
  color:var(--mvy-commerce-text)!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:950!important;
}

.mvy-cart-summary-item p{
  margin:0!important;
  color:var(--mvy-commerce-muted)!important;
  font-size:12px!important;
  line-height:1.45!important;
  font-weight:650!important;
}

.mvy-cart-summary-item strong{
  color:var(--mvy-commerce-text)!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:950!important;
  white-space:nowrap!important;
}

.mvy-cart-coupon{
  margin:16px 0!important;
  padding:16px 0!important;
  border-top:1px solid var(--mvy-commerce-line)!important;
  border-bottom:1px solid var(--mvy-commerce-line)!important;
}

.mvy-cart-coupon label{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 12px!important;
  color:var(--mvy-commerce-text)!important;
  font-size:15px!important;
  line-height:1.3!important;
  font-weight:950!important;
}

.mvy-cart-coupon label::after{
  content:"⌄"!important;
  color:#64748b!important;
  font-weight:900!important;
}

.mvy-cart-coupon div{
  display:flex!important;
  gap:10px!important;
}

.mvy-cart-coupon input{
  flex:1 1 auto!important;
  min-width:0!important;
  min-height:52px!important;
  padding:0 16px!important;
  border:1px solid var(--mvy-commerce-line)!important;
  border-radius:16px!important;
  background:#fff!important;
  color:var(--mvy-commerce-text)!important;
  font:inherit!important;
}

.mvy-cart-totals{
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  padding:8px 0 18px!important;
}

.mvy-cart-totals > div{
  display:flex!important;
  justify-content:space-between!important;
  gap:16px!important;
  color:#52627b!important;
  font-weight:900!important;
}

.mvy-cart-totals strong{
  color:var(--mvy-commerce-text)!important;
  font-weight:950!important;
}

.mvy-cart-totals__grand{
  padding-top:16px!important;
  border-top:1px solid var(--mvy-commerce-line)!important;
  color:var(--mvy-commerce-text)!important;
  font-size:18px!important;
}

.mvy-commerce-btn{
  min-height:50px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:0 22px!important;
  border-radius:999px!important;
  border:0!important;
  color:var(--mvy-commerce-blue)!important;
  background:#fff!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:950!important;
  text-decoration:none!important;
  box-shadow:0 8px 18px rgba(2,6,23,.04)!important;
}

.mvy-commerce-btn--primary{
  color:#fff!important;
  background:linear-gradient(135deg,var(--mvy-commerce-blue),var(--mvy-commerce-violet))!important;
  box-shadow:0 14px 30px rgba(63,91,255,.22)!important;
}

.mvy-commerce-btn--soft{
  color:var(--mvy-commerce-blue)!important;
  background:#fff!important;
  border:1px solid #d8def0!important;
}

.mvy-commerce-btn--wide{
  width:100%!important;
  margin-top:12px!important;
}

.mvy-cart-empty{
  padding:34px!important;
  text-align:center!important;
}

.mvy-cart-empty h2{
  margin:0 0 8px!important;
  color:var(--mvy-commerce-text)!important;
  font-size:34px!important;
  line-height:1.15!important;
  letter-spacing:-.03em!important;
  font-weight:950!important;
}

.mvy-cart-empty p{
  margin:0 auto 18px!important;
  max-width:620px!important;
  color:var(--mvy-commerce-muted)!important;
  font-size:16px!important;
  line-height:1.55!important;
  font-weight:650!important;
}

@media(max-width:980px){
  .mvy-cart-layout{
    grid-template-columns:1fr!important;
  }
  .mvy-cart-summary{
    position:static!important;
  }
}

@media(max-width:760px){
  .mvy-cart-panel,
  .mvy-cart-summary{
    padding:16px!important;
    border-radius:22px!important;
  }
  .mvy-cart-panel__head{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  .mvy-cart-item{
    grid-template-columns:82px minmax(0,1fr)!important;
    gap:12px!important;
    padding:16px 0!important;
  }
  .mvy-cart-item__thumb{
    width:76px!important;
    height:76px!important;
    border-radius:16px!important;
  }
  .mvy-cart-item__body h2{
    font-size:18px!important;
  }
  .mvy-cart-item__price{
    grid-column:2!important;
    text-align:left!important;
  }
  .mvy-cart-item__price strong{
    font-size:20px!important;
  }
  .mvy-cart-recommend{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  .mvy-cart-recommend .mvy-commerce-btn{
    width:100%!important;
  }
  .mvy-cart-coupon div{
    flex-direction:column!important;
  }
  .mvy-cart-summary-item{
    grid-template-columns:54px minmax(0,1fr)!important;
  }
  .mvy-cart-summary-item strong{
    grid-column:2!important;
  }
}

/* Run 195: final cart polish after live comparison. */

/* Do not let the commerce page background bleed into the global header/menu area. */
body.mvy-commerce-surface header,
body.mvy-commerce-surface .site-header,
body.mvy-commerce-surface .ct-header,
body.mvy-commerce-surface #header,
body.mvy-commerce-surface [data-header]{
  background:#fff!important;
}

/* Keep the light commerce background only around the page content, not as a perceived header tint. */
body.mvy-commerce-surface .mvy-commerce-shell{
  position:relative!important;
}

/* Material rows are real item cards, not table-like strips. */
.mvy-cart-item{
  grid-template-columns:96px minmax(0,1fr) 104px!important;
  gap:16px!important;
  margin:14px 0!important;
  padding:16px!important;
  border:1px solid var(--mvy-commerce-line)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(20,32,61,.045)!important;
}

.mvy-cart-item:last-of-type{
  border:1px solid var(--mvy-commerce-line)!important;
}

.mvy-cart-item__thumb{
  width:96px!important;
  height:96px!important;
  border-radius:18px!important;
}

.mvy-cart-item__body h2{
  margin-bottom:7px!important;
  font-size:20px!important;
  line-height:1.18!important;
}

.mvy-cart-item__body p{
  font-size:14px!important;
  line-height:1.45!important;
}

.mvy-cart-item__chips{
  gap:6px!important;
  margin-bottom:9px!important;
}

.mvy-cart-chip{
  min-height:28px!important;
  padding:0 10px!important;
  font-size:12px!important;
}

.mvy-cart-item__links{
  gap:8px!important;
  margin-top:12px!important;
}

.mvy-cart-textlink{
  min-height:34px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#eef2ff!important;
  color:#3757ff!important;
  border:1px solid rgba(47,107,255,.12)!important;
  font-size:13px!important;
}

.mvy-cart-textlink:hover{
  background:linear-gradient(135deg,var(--mvy-commerce-blue),var(--mvy-commerce-violet))!important;
  color:#fff!important;
}

.mvy-cart-textlink--danger{
  background:#fff4f4!important;
  color:#c24141!important;
  border-color:rgba(229,83,83,.18)!important;
}

.mvy-cart-textlink--danger:hover{
  background:#dc2626!important;
  color:#fff!important;
}

.mvy-cart-item__price{
  min-width:104px!important;
  text-align:right!important;
}

.mvy-cart-item__price strong,
.mvy-cart-item__price .woocommerce-Price-amount,
.mvy-cart-item__price .woocommerce-Price-amount bdi{
  display:inline!important;
  white-space:nowrap!important;
  color:var(--mvy-commerce-text)!important;
  font-size:18px!important;
  line-height:1.2!important;
  letter-spacing:-.01em!important;
  font-weight:950!important;
}

.mvy-cart-item__price span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol){
  display:none!important;
}

/* Primary CTA must stay readable. */
.mvy-commerce-btn--primary,
.mvy-cart-summary .mvy-commerce-btn--primary,
.mvy-commerce-shell--cart .mvy-commerce-btn--primary{
  color:#fff!important;
}

.mvy-commerce-btn--primary:hover,
.mvy-cart-summary .mvy-commerce-btn--primary:hover,
.mvy-commerce-shell--cart .mvy-commerce-btn--primary:hover{
  color:#fff!important;
}

/* Remove the duplicate bottom continue button on cart; the summary and cart panel already contain it. */
.mvy-commerce-shell--cart > .mvy-commerce-after{
  display:none!important;
}

@media(max-width:760px){
  .mvy-cart-item{
    grid-template-columns:78px minmax(0,1fr)!important;
    padding:14px!important;
  }
  .mvy-cart-item__thumb{
    width:72px!important;
    height:72px!important;
  }
  .mvy-cart-item__price{
    grid-column:2!important;
    min-width:0!important;
    text-align:left!important;
  }
}

/* Run 196: cart page background + order recap polish. */

/* The cart/checkout surface should no longer tint the area behind the content.
   Keep the site/header/content background white and let only cards/hero carry visual color. */
body.mvy-commerce-surface,
body.mvy-commerce-surface .site-main,
body.mvy-commerce-surface main,
body.mvy-commerce-surface article,
body.mvy-commerce-surface .entry-content,
body.mvy-commerce-surface .ct-container-full,
body.mvy-commerce-surface .ct-container,
body.mvy-commerce-surface .content-area,
body.mvy-commerce-surface .mvy-commerce-content{
  background:#fff!important;
}

/* Keep the hero/card itself visually soft without coloring the whole page canvas. */
body.mvy-commerce-surface .mvy-commerce-shell{
  background:transparent!important;
}

/* Summary product rows: rounded compact boxes instead of flat separators. */
.mvy-cart-summary-item:nth-child(even){
  background:linear-gradient(135deg,#ffffff 0%,#f6f3ff 100%)!important;
}

.mvy-cart-summary-item:last-child{
  border:1px solid rgba(226,232,240,.95)!important;
}

.mvy-cart-summary-item h3{
  margin:0 0 4px!important;
  color:var(--mvy-commerce-text)!important;
  font-size:13px!important;
  line-height:1.28!important;
  font-weight:950!important;
  letter-spacing:-.01em!important;
}

.mvy-cart-summary-item p{
  margin:0!important;
  color:var(--mvy-commerce-muted)!important;
  font-size:11.5px!important;
  line-height:1.35!important;
  font-weight:750!important;
}

.mvy-cart-summary-item strong,
.mvy-cart-summary-item strong .woocommerce-Price-amount,
.mvy-cart-summary-item strong .woocommerce-Price-amount bdi{
  display:inline!important;
  white-space:nowrap!important;
  color:var(--mvy-commerce-text)!important;
  font-size:13px!important;
  line-height:1.28!important;
  font-weight:950!important;
}

/* Slightly separate the coupon/totals from the compact product list. */
.mvy-cart-coupon{
  margin-top:18px!important;
}

/* Remove old separator visual from earlier cart summary rules. */
.mvy-cart-summary-item + .mvy-cart-summary-item{
  border-top:1px solid rgba(226,232,240,.95)!important;
}

/* Run 197: checkout width alignment and checkout summary/payment polish. */

/* Checkout content must align with the hero edges. */
.mvy-commerce-shell--checkout .mvy-commerce-content,
.mvy-commerce-shell--checkout .mvy-commerce-content .woocommerce,
.mvy-commerce-shell--checkout form.checkout{
  width:100%!important;
  max-width:none!important;
}

.mvy-commerce-shell--checkout form.checkout{
  grid-template-columns:minmax(0,1fr) 320px!important;
  column-gap:24px!important;
  align-items:start!important;
}

/* The right column should reach the right edge of the hero instead of sitting as a narrow inner block. */
.mvy-commerce-shell--checkout #order_review{
  width:100%!important;
  max-width:none!important;
  justify-self:stretch!important;
}

.mvy-commerce-shell--checkout .woocommerce-checkout-review-order{
  width:100%!important;
  max-width:none!important;
  padding:22px!important;
  border-radius:28px!important;
}

/* Remove the extra “– e-mail účtu” helper from the e-mail label. */
.mvy-commerce-shell--checkout #billing_email_field label::after{
  content:""!important;
}

/* Totals: keep the summary calm and readable. */
.mvy-commerce-shell--checkout #order_review tfoot tr{
  padding:12px 0!important;
  border-top:1px solid var(--mvy-commerce-line)!important;
}

.mvy-commerce-shell--checkout #order_review tfoot tr.cart-subtotal{
  margin-top:8px!important;
}

.mvy-commerce-shell--checkout #order_review tfoot tr.order-total{
  padding-top:16px!important;
}

/* Privacy/legal copy should not look like another broken card. */
.mvy-commerce-shell--checkout .woocommerce-terms-and-conditions-wrapper,
.mvy-commerce-shell--checkout .woocommerce-privacy-policy-text{
  margin:12px 0!important;
  padding:0!important;
  color:var(--mvy-commerce-muted)!important;
  font-size:12px!important;
  line-height:1.5!important;
  font-weight:650!important;
}

.mvy-commerce-shell--checkout .woocommerce-privacy-policy-text p{
  margin:0 0 10px!important;
}

/* Submit button stays full and readable. */
.mvy-commerce-shell--checkout #place_order{
  width:100%!important;
  min-height:54px!important;
  color:#fff!important;
  white-space:normal!important;
}

/* Keep the two main columns visually aligned with the hero on desktop. */
@media(min-width:1101px){
  .mvy-commerce-shell--checkout .woocommerce-billing-fields,
  .mvy-commerce-shell--checkout .woocommerce-additional-fields,
  .mvy-commerce-shell--checkout .woocommerce-checkout-review-order{
    box-sizing:border-box!important;
  }
}

@media(max-width:1100px){
  .mvy-commerce-shell--checkout form.checkout{
    grid-template-columns:1fr!important;
  }
  .mvy-commerce-shell--checkout #order_review{
    position:static!important;
  }
}

/* Run 198: checkout recap outer Woo box removal + clean payment radio. */
@media(min-width:1101px){
  .mvy-commerce-shell--checkout form.checkout{
    grid-template-columns:minmax(0,1fr) minmax(360px,400px)!important;
    column-gap:28px!important;
    align-items:start!important;
  }
}

/* Kill the remaining Woo/Blocksy square frame around the order review column. */
.mvy-commerce-shell--checkout form.checkout > #order_review,
.mvy-commerce-shell--checkout form.checkout > .woocommerce-checkout-review-order,
body.mvy-commerce-surface.mvy-checkout-surface .woocommerce-checkout #order_review{
  justify-self:stretch!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  border-radius:28px!important;
  outline:0!important;
  box-sizing:border-box!important;
}

/* The review itself is the only visible card; no inherited square outline, no grey wrapper. */
body.mvy-commerce-surface.mvy-checkout-surface .woocommerce-checkout #order_review.woocommerce-checkout-review-order,
.mvy-commerce-shell--checkout .woocommerce-checkout-review-order{
  padding:24px!important;
  border:1px solid var(--mvy-commerce-line)!important;
  border-radius:28px!important;
  background:#fff!important;
  box-shadow:var(--mvy-commerce-shadow)!important;
}

.mvy-commerce-shell--checkout #order_review::after,
.mvy-commerce-shell--checkout #order_review::before{
  box-shadow:none!important;
}

/* Run 199: checkout order review wrapper + payment radio final surgical fix.
   User identified the grey square wrapper as Blocksy's .ct-order-review. */

/* Remove the remaining Blocksy/Woo square wrapper around the right column. */
body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout .ct-order-review,
body.mvy-commerce-surface .mvy-commerce-shell--checkout .ct-order-review,
.mvy-commerce-shell--checkout .ct-order-review{
  --order-review-padding:0!important;
  --order-review-border:none!important;
  --order-review-border-radius:0!important;
  --order-review-background:transparent!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
  justify-self:stretch!important;
}

/* The hidden heading may live outside #order_review inside .ct-order-review. Keep only our card heading. */
.mvy-commerce-shell--checkout .ct-order-review > #order_review_heading{
  display:none!important;
  margin:0!important;
  padding:0!important;
}

/* Make the checkout grid reserve enough room for the real summary card after the wrapper is gone. */
@media(min-width:1101px){
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout form.checkout,
  .mvy-commerce-shell--checkout form.checkout{
    grid-template-columns:minmax(0,1fr) minmax(420px,460px)!important;
    column-gap:28px!important;
    align-items:start!important;
  }
}

/* The actual order review is the only visible card. */
body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout .ct-order-review #order_review,
body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout #order_review,
.mvy-commerce-shell--checkout .ct-order-review #order_review,
.mvy-commerce-shell--checkout #order_review{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:28px!important;
  border:1px solid var(--mvy-commerce-line)!important;
  border-radius:30px!important;
  background:#fff!important;
  box-shadow:var(--mvy-commerce-shadow)!important;
  position:sticky!important;
  top:24px!important;
  box-sizing:border-box!important;
}

/* Avoid nested/double card styles on the same review node. */
body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout #order_review.woocommerce-checkout-review-order{
  outline:0!important;
}

/* Product rows: title left, price and quantity right. */
.mvy-commerce-shell--checkout #order_review table.shop_table tr.cart_item{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 112px!important;
  gap:6px 16px!important;
  align-items:start!important;
  padding:13px 0!important;
  border:0!important;
  border-bottom:1px solid var(--mvy-commerce-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.mvy-commerce-shell--checkout #order_review table.shop_table tr.cart_item:last-of-type{
  border-bottom:0!important;
}

.mvy-commerce-shell--checkout #order_review .product-name{
  min-width:0!important;
  padding:0!important;
  color:var(--mvy-commerce-text)!important;
  font-size:14px!important;
  line-height:1.32!important;
  font-weight:950!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
}

.mvy-commerce-shell--checkout #order_review .product-name .mvy-commerce-item-kind,
.mvy-commerce-shell--checkout #order_review .product-name .product-quantity{
  display:none!important;
}

.mvy-commerce-shell--checkout #order_review .product-total{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  gap:4px!important;
  min-width:112px!important;
  padding:0!important;
  text-align:right!important;
  white-space:nowrap!important;
  color:var(--mvy-commerce-text)!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:950!important;
}

.mvy-commerce-shell--checkout #order_review .product-total .mvy-checkout-price,
.mvy-commerce-shell--checkout #order_review .product-total .woocommerce-Price-amount,
.mvy-commerce-shell--checkout #order_review .product-total .woocommerce-Price-amount bdi{
  display:inline!important;
  white-space:nowrap!important;
  color:var(--mvy-commerce-text)!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:950!important;
}

.mvy-commerce-shell--checkout #order_review .product-total .mvy-checkout-quantity{
  display:block!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  color:#64748b!important;
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:900!important;
  text-align:right!important;
  white-space:nowrap!important;
}

/* Payment method: kill Blocksy/Woo pseudo-flag and rebuild a normal radio + label row. */
.mvy-commerce-shell--checkout #payment,
.mvy-commerce-shell--checkout .woocommerce-checkout-payment{
  margin-top:20px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.mvy-commerce-shell--checkout #payment ul.payment_methods,
.mvy-commerce-shell--checkout .woocommerce-checkout-payment ul.payment_methods{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  list-style:none!important;
}

.mvy-commerce-shell--checkout #payment li.wc_payment_method,
.mvy-commerce-shell--checkout .woocommerce-checkout-payment li.wc_payment_method{
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  grid-template-areas:"radio label" "box box"!important;
  gap:0 10px!important;
  align-items:center!important;
  margin:0 0 16px!important;
  padding:16px!important;
  border:1px solid var(--mvy-commerce-line)!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,#ffffff 0%,#f8faff 100%)!important;
  box-shadow:0 8px 18px rgba(20,32,61,.045)!important;
  overflow:hidden!important;
}

.mvy-commerce-shell--checkout #payment li.wc_payment_method input[type="radio"],
.mvy-commerce-shell--checkout .woocommerce-checkout-payment li.wc_payment_method input[type="radio"]{
  grid-area:radio!important;
  appearance:auto!important;
  -webkit-appearance:radio!important;
  position:static!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  margin:0!important;
  padding:0!important;
  opacity:1!important;
  visibility:visible!important;
  accent-color:#3768ff!important;
  transform:none!important;
  box-shadow:none!important;
  border-radius:50%!important;
}

.mvy-commerce-shell--checkout #payment li.wc_payment_method label,
.mvy-commerce-shell--checkout .woocommerce-checkout-payment li.wc_payment_method label{
  grid-area:label!important;
  display:block!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--mvy-commerce-text)!important;
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:950!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}

/* This is the weird blue/yellow flag seen in the screenshot: it is a pseudo-element from the theme. */
.mvy-commerce-shell--checkout #payment li.wc_payment_method label::before,
.mvy-commerce-shell--checkout #payment li.wc_payment_method label::after,
.mvy-commerce-shell--checkout .woocommerce-checkout-payment li.wc_payment_method label::before,
.mvy-commerce-shell--checkout .woocommerce-checkout-payment li.wc_payment_method label::after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.mvy-commerce-shell--checkout #payment li.wc_payment_method .payment_box,
.mvy-commerce-shell--checkout .woocommerce-checkout-payment li.wc_payment_method .payment_box{
  grid-area:box!important;
  margin:14px 0 0!important;
  padding:14px 0 0!important;
  border-top:1px solid var(--mvy-commerce-line)!important;
  background:transparent!important;
  color:var(--mvy-commerce-muted)!important;
  font-size:13px!important;
  line-height:1.55!important;
  font-weight:700!important;
}

.mvy-commerce-shell--checkout #payment li.wc_payment_method .payment_box::before,
.mvy-commerce-shell--checkout .woocommerce-checkout-payment li.wc_payment_method .payment_box::before{
  display:none!important;
  content:none!important;
}

/* Keep privacy text readable but not cramped. */
.mvy-commerce-shell--checkout .woocommerce-terms-and-conditions-wrapper{
  margin-top:12px!important;
}

.mvy-commerce-shell--checkout #place_order{
  color:#fff!important;
  white-space:normal!important;
}

/* On narrower screens the right column must not stay sticky or squeezed. */
@media(max-width:1100px){
  .mvy-commerce-shell--checkout .ct-order-review,
  .mvy-commerce-shell--checkout #order_review{
    position:static!important;
  }
}

/* Run 200: cart cleanup + recommendations. */

/* Cart page should not show a grey canvas under the cards. */
body.mvy-cart-surface,
body.mvy-cart-surface .site-main,
body.mvy-cart-surface main,
body.mvy-cart-surface article,
body.mvy-cart-surface .entry-content,
body.mvy-cart-surface .ct-container-full,
body.mvy-cart-surface .ct-container,
body.mvy-cart-surface .content-area,
body.mvy-cart-surface .mvy-commerce-content{
  background:#fff!important;
}

/* Run 523: the global theme footer is intentionally not targeted here.
   Cart surface cleanup must stay inside the commerce shell. */

/* Cart header no longer needs a right-side explanatory label. */
.mvy-cart-panel__head{
  justify-content:flex-start!important;
}

.mvy-cart-panel__head span{
  display:none!important;
}

/* Keep only meaningful author chip. Product type/license badges are removed in markup. */
.mvy-cart-item__chips{
  margin:0 0 10px!important;
}

/* Hide old summary type labels if cached markup from older CSS/PHP appears. */
.mvy-cart-summary-item p,
.mvy-cart-summary-item .mvy-commerce-item-kind{
  display:none!important;
}

/* Recommendation strip under the cart. */
.mvy-cart-suggestions{
  margin-top:28px!important;
  padding:24px!important;
  border:1px solid var(--mvy-commerce-line)!important;
  border-radius:28px!important;
  background:#fff!important;
  box-shadow:var(--mvy-commerce-shadow)!important;
}

.mvy-cart-suggestions__head{
  display:flex!important;
  justify-content:space-between!important;
  align-items:flex-end!important;
  gap:18px!important;
  margin-bottom:18px!important;
}

.mvy-cart-suggestions__head span{
  display:block!important;
  color:var(--mvy-commerce-text)!important;
  font-size:24px!important;
  line-height:1.16!important;
  letter-spacing:-.03em!important;
  font-weight:950!important;
}

.mvy-cart-suggestions__head p{
  margin:0!important;
  max-width:560px!important;
  color:var(--mvy-commerce-muted)!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:650!important;
}

.mvy-cart-suggestions__grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}

.mvy-cart-suggestion{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  border:1px solid var(--mvy-commerce-line)!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(20,32,61,.045)!important;
}

.mvy-cart-suggestion__thumb{
  display:block!important;
  width:100%!important;
  aspect-ratio:16/10!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,#e9eeff,#f1edff)!important;
}

.mvy-cart-suggestion__thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}

.mvy-cart-suggestion__placeholder{
  width:100%!important;
  height:100%!important;
  display:grid!important;
  place-items:center!important;
  color:#63708a!important;
  font-weight:950!important;
  font-size:22px!important;
}

.mvy-cart-suggestion__body{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  padding:14px!important;
  flex:1 1 auto!important;
}

.mvy-cart-suggestion h3{
  margin:0!important;
  color:var(--mvy-commerce-text)!important;
  font-size:15px!important;
  line-height:1.25!important;
  letter-spacing:-.01em!important;
  font-weight:950!important;
}

.mvy-cart-suggestion h3 a{
  color:inherit!important;
  text-decoration:none!important;
}

.mvy-cart-suggestion p{
  margin:0!important;
  color:var(--mvy-commerce-muted)!important;
  font-size:12.5px!important;
  line-height:1.45!important;
  font-weight:650!important;
}

.mvy-cart-suggestion__foot{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:10px!important;
  margin-top:auto!important;
  padding-top:6px!important;
}

.mvy-cart-suggestion__foot strong{
  color:var(--mvy-commerce-text)!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:950!important;
  white-space:nowrap!important;
}

.mvy-cart-suggestion__add{
  min-height:38px!important;
  padding:0 14px!important;
  font-size:13px!important;
}

.mvy-cart-suggestion__add.is-added{
  background:linear-gradient(135deg,#16a34a,#22c55e)!important;
  color:#fff!important;
}

.mvy-cart-suggestion__add:disabled{
  cursor:default!important;
  opacity:.88!important;
}

.mvy-cart-suggestion__status{
  min-height:16px!important;
  color:#15803d!important;
  font-size:11.5px!important;
  line-height:1.35!important;
  font-weight:800!important;
}

.mvy-cart-suggestion__status.is-error{
  color:#b42318!important;
}

@media(max-width:1100px){
  .mvy-cart-suggestions__grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:760px){
  .mvy-cart-suggestions{
    padding:16px!important;
    border-radius:22px!important;
  }
  .mvy-cart-suggestions__head{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  .mvy-cart-suggestions__grid{
    grid-template-columns:1fr!important;
  }
}

/* Run 201: recommendation section heading without explanatory microcopy. */
.mvy-cart-suggestions__head{
  margin-bottom:16px!important;
}

.mvy-cart-suggestions__head span{
  max-width:none!important;
}

/* 1.18.243: Post-purchase follow prompt. */
.mvy-post-purchase-follow{
  margin:26px 0;
  padding:22px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.10);
  background:linear-gradient(135deg,rgba(47,107,255,.08),rgba(139,92,246,.08));
  box-shadow:0 12px 28px rgba(2,6,23,.08);
}
.mvy-post-purchase-follow__head{display:flex;gap:14px;align-items:flex-start;margin-bottom:16px}
.mvy-post-purchase-follow__head>span{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:#fff;color:#8b5cf6;font-weight:900;box-shadow:0 8px 18px rgba(2,6,23,.06)}
.mvy-post-purchase-follow__head h2{margin:0 0 5px;font-size:22px;letter-spacing:-.035em;color:#172033}
.mvy-post-purchase-follow__head p{margin:0;color:#64748b;line-height:1.55}
.mvy-post-purchase-follow__list{display:grid;gap:10px}
.mvy-post-purchase-follow__author{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.08)}
.mvy-post-purchase-follow__avatar{width:48px;height:48px;border-radius:16px;overflow:hidden;display:grid;place-items:center;background:#f7f8ff}
.mvy-post-purchase-follow__avatar img,.mvy-post-purchase-follow__avatar .avatar{width:100%;height:100%;object-fit:cover}
.mvy-post-purchase-follow__copy{display:grid;gap:2px;min-width:0}
.mvy-post-purchase-follow__copy strong,.mvy-post-purchase-follow__copy a{color:#172033;text-decoration:none}
.mvy-post-purchase-follow__copy span{color:#64748b;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mvy-post-purchase-follow__btn{min-height:40px;border:0;border-radius:999px;padding:10px 16px;background:linear-gradient(135deg,#2f6bff,#8b5cf6);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 10px 22px rgba(47,107,255,.20)}
@media(max-width:620px){.mvy-post-purchase-follow__author{grid-template-columns:48px minmax(0,1fr)}.mvy-post-purchase-follow__author form{grid-column:1/-1}.mvy-post-purchase-follow__btn{width:100%}}

/* 1.18.244: Order received polish and post-purchase follow CTA rounding. */
.mvy-commerce-shell--received .woocommerce-order{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.mvy-commerce-shell--received .woocommerce-notice,
.mvy-commerce-shell--received .woocommerce-thankyou-order-received,
.mvy-commerce-shell--received .woocommerce-message,
.mvy-commerce-shell--received .woocommerce-info{
  margin:0 0 18px!important;
  padding:17px 20px!important;
  border:1px solid rgba(47,107,255,.12)!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,rgba(47,107,255,.07),rgba(139,92,246,.07))!important;
  color:#172033!important;
  font-weight:850!important;
  line-height:1.45!important;
  box-shadow:0 12px 28px rgba(15,23,42,.06)!important;
}
.mvy-commerce-shell--received .woocommerce-notice::before,
.mvy-commerce-shell--received .woocommerce-message::before,
.mvy-commerce-shell--received .woocommerce-info::before{
  color:#4f46e5!important;
}
.mvy-commerce-shell--received .woocommerce-order-overview{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;
  gap:12px!important;
  margin:0 0 20px!important;
  padding:0!important;
}
.mvy-commerce-shell--received .woocommerce-order-overview li{
  min-height:70px!important;
  display:grid!important;
  align-content:center!important;
  gap:5px!important;
  padding:16px!important;
  margin:0!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:20px!important;
  background:#fff!important;
  list-style:none!important;
  box-shadow:0 10px 24px rgba(15,23,42,.045)!important;
}
.mvy-commerce-shell--received .woocommerce-order-details,
.mvy-commerce-shell--received .woocommerce-customer-details{
  overflow:hidden!important;
  margin:0 0 22px!important;
  padding:0!important;
  border:1px solid rgba(15,23,42,.09)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(15,23,42,.065)!important;
}
.mvy-commerce-shell--received .woocommerce-order-details__title,
.mvy-commerce-shell--received .woocommerce-column__title,
.mvy-commerce-shell--received .woocommerce-customer-details h2{
  margin:0!important;
  padding:18px 20px 14px!important;
  border-bottom:1px solid rgba(15,23,42,.08)!important;
  background:linear-gradient(135deg,#fff,rgba(247,248,255,.85))!important;
  color:#172033!important;
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:950!important;
  letter-spacing:-.025em!important;
}
.mvy-commerce-shell--received .woocommerce-table,
.mvy-commerce-shell--received table.shop_table,
.mvy-commerce-shell--received .woocommerce-order-details table{
  width:100%!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.mvy-commerce-shell--received .woocommerce-table thead th,
.mvy-commerce-shell--received table.shop_table thead th{
  background:#f4f6ff!important;
  color:#556176!important;
  font-size:12px!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.mvy-commerce-shell--received .woocommerce-table th,
.mvy-commerce-shell--received .woocommerce-table td,
.mvy-commerce-shell--received table.shop_table th,
.mvy-commerce-shell--received table.shop_table td{
  padding:14px 18px!important;
  border-top:1px solid rgba(15,23,42,.075)!important;
  color:#172033!important;
}
.mvy-commerce-shell--received .woocommerce-customer-details address,
.mvy-commerce-shell--received .woocommerce-customer-details .woocommerce-customer-details--phone,
.mvy-commerce-shell--received .woocommerce-customer-details .woocommerce-customer-details--email{
  margin:0!important;
  padding:20px!important;
  border:0!important;
  color:#334155!important;
  line-height:1.6!important;
  font-style:normal!important;
}
.mvy-post-purchase-follow__btn{
  min-height:42px!important;
  border-radius:999px!important;
  padding:0 20px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}

/* 1.18.245: Final order received cleanup for Woo notice icon, residual order-details surface and billing alignment. */
.mvy-commerce-shell--received .woocommerce-notice,
.mvy-commerce-shell--received .woocommerce-thankyou-order-received,
.mvy-commerce-shell--received .woocommerce-message,
.mvy-commerce-shell--received .woocommerce-info{
  position:relative!important;
  padding-left:54px!important;
  display:block!important;
}
.mvy-commerce-shell--received .woocommerce-notice::before,
.mvy-commerce-shell--received .woocommerce-thankyou-order-received::before,
.mvy-commerce-shell--received .woocommerce-message::before,
.mvy-commerce-shell--received .woocommerce-info::before{
  position:absolute!important;
  left:22px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  margin:0!important;
  width:18px!important;
  height:18px!important;
  line-height:18px!important;
  text-align:center!important;
}
.mvy-commerce-shell--received ul.order_details,
.mvy-commerce-shell--received .woocommerce-order-overview,
.mvy-commerce-shell--received .woocommerce-thankyou-order-details{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
}
.mvy-commerce-shell--received ul.order_details::before,
.mvy-commerce-shell--received ul.order_details::after,
.mvy-commerce-shell--received .woocommerce-order-overview::before,
.mvy-commerce-shell--received .woocommerce-order-overview::after,
.mvy-commerce-shell--received .woocommerce-thankyou-order-details::before,
.mvy-commerce-shell--received .woocommerce-thankyou-order-details::after{
  display:none!important;
  content:none!important;
}
.mvy-commerce-shell--received .woocommerce-order-overview li::before,
.mvy-commerce-shell--received .woocommerce-order-overview li::after,
.mvy-commerce-shell--received ul.order_details li::before,
.mvy-commerce-shell--received ul.order_details li::after{
  display:none!important;
  content:none!important;
}
.mvy-commerce-shell--received .woocommerce-customer-details address{
  margin:0!important;
  padding:18px 20px 20px!important;
  border:0!important;
  border-radius:0!important;
  color:#334155!important;
  line-height:1.65!important;
  font-style:normal!important;
  background:#fff!important;
}
.mvy-commerce-shell--received .woocommerce-customer-details address p,
.mvy-commerce-shell--received .woocommerce-customer-details .woocommerce-customer-details--phone,
.mvy-commerce-shell--received .woocommerce-customer-details .woocommerce-customer-details--email{
  margin:4px 0 0!important;
  padding:0!important;
  color:#334155!important;
  line-height:1.55!important;
}
.mvy-commerce-shell--received .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.mvy-commerce-shell--received .woocommerce-customer-details .woocommerce-customer-details--email::before{
  display:none!important;
  content:none!important;
}

/* 1.18.249: Post-purchase material recommendations. */
.mvy-post-purchase-recs{
  margin:26px 0;
  padding:22px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  box-shadow:0 12px 28px rgba(2,6,23,.07);
}
.mvy-post-purchase-recs__head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:16px}
.mvy-post-purchase-recs__head h2{margin:0 0 5px;font-size:22px;letter-spacing:-.035em;color:#172033}
.mvy-post-purchase-recs__head p{margin:0;color:#64748b;line-height:1.55;max-width:720px}
.mvy-post-purchase-recs__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}
.mvy-post-purchase-recs__card{display:grid;grid-template-columns:74px minmax(0,1fr);grid-template-areas:"media copy" "media button";gap:10px 12px;align-items:center;padding:12px;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#f8faff}
.mvy-post-purchase-recs__media{grid-area:media;width:74px;height:74px;border-radius:16px;overflow:hidden;background:#fff;display:block;border:1px solid rgba(15,23,42,.08)}
.mvy-post-purchase-recs__media img{width:100%;height:100%;object-fit:cover;display:block}
.mvy-post-purchase-recs__copy{grid-area:copy;display:grid;gap:4px;min-width:0}
.mvy-post-purchase-recs__copy strong{font-size:14px;line-height:1.25;color:#172033;display:block}
.mvy-post-purchase-recs__copy a{text-decoration:none;color:inherit}
.mvy-post-purchase-recs__copy span{font-size:13px;color:#64748b;font-weight:900}
.mvy-post-purchase-recs__btn{grid-area:button;justify-self:start;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:8px 13px;border-radius:999px;background:linear-gradient(135deg,#2f6bff,#8b5cf6);color:#fff!important;font-weight:900;text-decoration:none;box-shadow:0 10px 22px rgba(47,107,255,.18)}
@media(max-width:560px){.mvy-post-purchase-recs__grid{grid-template-columns:1fr}.mvy-post-purchase-recs__card{grid-template-columns:68px minmax(0,1fr)}}

/* --- Run 291 finalized split from assets/css/frontend.css --- */
.woocommerce-account .woocommerce-MyAccount-content .mvy-front-shell{max-width:none;padding:0}
.woocommerce-account .woocommerce-MyAccount-content .mvy-front-card:first-child{margin-top:0}
.mvy-woo-skin .woocommerce{max-width:1120px;margin:28px auto;padding:0 18px 60px}
.mvy-woo-skin .woocommerce form .form-row input.input-text,.mvy-woo-skin .woocommerce form .form-row textarea,.mvy-woo-skin .woocommerce form .form-row select,.mvy-woo-skin .select2-container--default .select2-selection--single{border:1px solid rgba(15,23,42,.10);border-radius:16px;min-height:46px;background:#fff;box-shadow:none;padding:10px 14px}
.mvy-woo-skin .woocommerce button.button,.mvy-woo-skin .woocommerce a.button,.mvy-woo-skin .woocommerce input.button{border:none;border-radius:999px;padding:11px 18px;font-weight:800;background:linear-gradient(135deg,#2f6bff,#8b5cf6);color:#fff;box-shadow:0 10px 28px rgba(47,107,255,.18)}
.mvy-woo-skin .woocommerce .button.alt{background:linear-gradient(135deg,#2f6bff,#8b5cf6)!important}
.mvy-woo-skin .woocommerce .cart-collaterals .cart_totals,.mvy-woo-skin .woocommerce-checkout #order_review,.mvy-woo-skin .woocommerce-account .woocommerce-MyAccount-content,.mvy-woo-skin .woocommerce-account .woocommerce-MyAccount-navigation,.mvy-woo-skin .woocommerce-cart-form{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 10px 26px rgba(2,6,23,.05);padding:18px}
.mvy-woo-skin .woocommerce table.shop_table{border:none;border-collapse:separate;border-spacing:0}
.mvy-woo-skin .woocommerce table.shop_table td,.mvy-woo-skin .woocommerce table.shop_table th{border-top:1px solid rgba(15,23,42,.08);padding:12px 10px}
.mvy-woo-skin .woocommerce table.shop_table thead th{border-top:none;background:rgba(47,107,255,.06)}
.mvy-woo-skin .woocommerce-notices-wrapper .woocommerce-error,.mvy-woo-skin .woocommerce-notices-wrapper .woocommerce-message,.mvy-woo-skin .woocommerce-notices-wrapper .woocommerce-info{border:none;border-radius:16px;padding:12px 14px;box-shadow:0 6px 16px rgba(2,6,23,.06)}
.mvy-woo-skin .woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.mvy-woo-skin .woocommerce-account .woocommerce-MyAccount-navigation ul li a{display:block;padding:11px 14px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fff}
.mvy-woo-skin .woocommerce{max-width:1240px}
.mvy-purchase-toast{position:fixed;
  right:24px;
  bottom:24px;
  z-index:99990;
  width:min(420px,calc(100vw - 32px));
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:14px;
  padding:18px 18px 16px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:24px;
  background:rgba(255,255,255,.96);
  color:#17283d;
  box-shadow:0 24px 60px rgba(2,6,23,.18);
  backdrop-filter:blur(14px);
  animation:mvyPurchaseToastIn .22s ease-out both;}
.mvy-purchase-toast__icon{width:46px;
  height:46px;
  border-radius:16px;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:950;
  background:linear-gradient(135deg,#2f6bff,#7c4dff);
  box-shadow:0 14px 28px rgba(47,107,255,.20);}
.mvy-purchase-toast__copy{min-width:0;
  padding-right:24px;}
.mvy-purchase-toast__copy strong{display:block;
  margin:1px 0 4px;
  color:#17283d;
  font-size:16px;
  line-height:1.25;
  font-weight:950;}
.mvy-purchase-toast__copy p{margin:0;
  color:#6b7a90;
  font-size:13px;
  line-height:1.45;
  font-weight:650;}
.mvy-purchase-toast__actions{display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;}
.mvy-purchase-toast__actions a{min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border-radius:999px;
  text-decoration:none;
  font-size:13px;
  font-weight:950;}
.mvy-purchase-toast__secondary{color:#3757ff;
  background:#fff;
  border:1px solid rgba(47,107,255,.16);}
.mvy-purchase-toast__primary{color:#fff;
  border:1px solid transparent;
  background:linear-gradient(135deg,#2f6bff,#7c4dff);
  box-shadow:0 12px 24px rgba(47,107,255,.18);}
.mvy-purchase-toast__close{position:absolute;
  top:10px;
  right:10px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:999px;
  color:#748197;
  background:#f4f6fb;
  font-size:20px;
  line-height:1;
  cursor:pointer;}
.mvy-purchase-toast__close:hover{color:#17283d;
  background:#eef2ff;}
.mvy-purchase-toast.is-hiding{animation:mvyPurchaseToastOut .18s ease-in both;}
@media (max-width:640px){
.mvy-purchase-toast{left:16px;
    right:16px;
    bottom:16px;
    width:auto;}
}

/* Credit + voucher MVP */
.mvy-commerce-voucher-box{
  margin:0 0 22px!important;
  padding:20px!important;
  border:1px solid var(--mvy-commerce-line)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:var(--mvy-commerce-shadow)!important;
}
.mvy-commerce-voucher-box h3{margin:0 0 8px!important;font-size:20px!important;font-weight:950!important;color:var(--mvy-commerce-text)!important}
.mvy-commerce-voucher-box p{margin:0 0 14px!important;color:var(--mvy-commerce-muted)!important;font-weight:650!important}
.mvy-commerce-voucher-form div{display:flex!important;gap:10px!important;align-items:center!important;flex-wrap:wrap!important}
.mvy-commerce-voucher-form input[type="text"]{flex:1 1 240px!important;min-height:46px!important;border-radius:999px!important;padding:10px 16px!important}
.mvy-commerce-voucher-active,.mvy-commerce-credit-row{
  display:flex!important;gap:12px!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;
  padding:14px!important;margin:12px 0!important;border-radius:18px!important;background:var(--mvy-commerce-soft-blue)!important;border:1px solid rgba(47,107,255,.12)!important
}
.mvy-commerce-voucher-active span{color:var(--mvy-commerce-muted)!important;font-weight:800!important}
.mvy-commerce-voucher-warning,.mvy-commerce-voucher-final-warning{
  margin:12px 0!important;padding:16px!important;border-radius:18px!important;border:1px solid #f0c36a!important;background:#fff7df!important;color:#5d4300!important
}
.mvy-commerce-voucher-warning p,.mvy-commerce-voucher-final-warning p{color:#5d4300!important;margin:6px 0 10px!important}
.mvy-commerce-voucher-info{margin:12px 0!important;padding:14px!important;border-radius:18px!important;background:#edf9f2!important;border:1px solid #b9e6c8!important;color:#1d6a3d!important;font-weight:850!important}
.mvy-commerce-link{font-weight:950!important;color:#3757ff!important;text-decoration:none!important}
.mvy-commerce-btn--primary{background:linear-gradient(135deg,var(--mvy-commerce-blue),var(--mvy-commerce-violet))!important;color:#fff!important;border-color:transparent!important}
.mvy-voucher-shop{width:min(1120px,calc(100vw - 40px));margin:54px auto 84px}
.mvy-voucher-hero{padding:30px!important;border-radius:28px!important;background:linear-gradient(135deg,#fff,#f7f8ff)!important}
.mvy-voucher-hero h1{font-size:clamp(34px,4vw,58px);line-height:1.02;margin:8px 0 12px;letter-spacing:-.04em}
.mvy-voucher-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin-top:22px}
.mvy-voucher-card{padding:18px;border:1px solid rgba(15,23,42,.10);border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(2,6,23,.08)}
.mvy-voucher-preview{min-height:160px;border-radius:20px;padding:20px;background:radial-gradient(260px 140px at 20% 0%,rgba(47,107,255,.16),transparent),linear-gradient(135deg,#f7f8ff,#fff);border:1px solid rgba(15,23,42,.08);display:grid;align-content:center;gap:8px;text-align:center;margin-bottom:16px}
.mvy-voucher-preview span{font-weight:900;color:rgba(10,14,20,.66)}
.mvy-voucher-preview strong{font-size:42px;line-height:1;font-weight:950;background:linear-gradient(135deg,#2f6bff,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}
.mvy-voucher-preview small{font-weight:850;color:rgba(10,14,20,.50)}
.mvy-voucher-form{display:grid;gap:10px}.mvy-voucher-form label{display:grid;gap:6px;font-weight:850;color:rgba(10,14,20,.76)}
.mvy-voucher-form input[type="text"],.mvy-voucher-form input[type="email"],.mvy-voucher-form textarea{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:16px;padding:10px 12px;background:#fff}
.mvy-voucher-gift-fields{display:none;gap:10px;padding:12px;border-radius:18px;background:#f7f8ff;border:1px solid rgba(15,23,42,.08)}

/* Run 471 – checkout legal consent */
.mvy-legal-checkout-consent{margin:14px 0;padding:14px 16px;border:1px solid rgba(47,107,255,.18);border-radius:18px;background:linear-gradient(135deg,rgba(47,107,255,.07),rgba(139,92,246,.06))}
.mvy-legal-checkout-consent label{display:flex;gap:10px;align-items:flex-start;font-weight:800;color:rgba(10,14,20,.84)}
.mvy-legal-checkout-consent input{margin-top:4px}
.mvy-legal-checkout-consent p{margin:8px 0 0;color:rgba(10,14,20,.64)}

/* Run 528 – cart author first-purchase code accordion + post-purchase recommendations repair */
.mvy-commerce-shell--cart .mvy-author-first-coupon-box--accordion,
.mvy-author-first-coupon-box--accordion{
  margin:14px 0 0!important;
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,255,.96))!important;
  box-shadow:0 8px 18px rgba(2,6,23,.06)!important;
  overflow:hidden!important;
}
.mvy-author-first-coupon-box--accordion summary{
  min-height:58px!important;
  padding:13px 16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  cursor:pointer!important;
  list-style:none!important;
}
.mvy-author-first-coupon-box--accordion summary::-webkit-details-marker{display:none!important}
.mvy-author-first-coupon-box--accordion summary span{display:grid!important;gap:3px!important;min-width:0!important}
.mvy-author-first-coupon-box--accordion summary strong{font-size:15px!important;line-height:1.18!important;color:#172033!important;font-weight:950!important}
.mvy-author-first-coupon-box--accordion summary small{font-size:12.5px!important;line-height:1.35!important;color:#64748b!important;font-weight:700!important}
.mvy-author-first-coupon-box--accordion summary em{font-style:normal!important;font-size:12px!important;font-weight:900!important;color:#635bff!important;white-space:nowrap!important}
.mvy-author-first-coupon-box--accordion[open] summary{border-bottom:1px solid rgba(15,23,42,.08)!important}
.mvy-author-first-coupon-box--accordion[open] summary em{font-size:0!important}
.mvy-author-first-coupon-box--accordion[open] summary em::after{content:'Sbalit';font-size:12px!important}
.mvy-author-first-coupon-box__panel{padding:14px 16px 16px!important;display:grid!important;gap:12px!important}
.mvy-author-first-coupon-box__panel p{margin:0!important;color:#64748b!important;font-size:13.5px!important;line-height:1.5!important;font-weight:650!important}
.mvy-author-first-coupon-box__panel .mvy-inline-form{display:flex!important;gap:12px!important;align-items:center!important;flex-wrap:wrap!important;margin:0!important}
.mvy-author-first-coupon-box__panel input[type="text"]{min-height:44px!important;min-width:min(260px,100%)!important;flex:1 1 230px!important;border-radius:15px!important;border:1px solid rgba(15,23,42,.12)!important;padding:0 14px!important;background:#fff!important;color:#172033!important;font-weight:750!important;box-shadow:0 6px 14px rgba(2,6,23,.04)!important}
.mvy-author-first-coupon-box__panel .mvy-btn{min-height:44px!important;padding:0 16px!important;white-space:nowrap!important}
.mvy-author-first-coupon-clear .mvy-btn{background:#fff!important;color:#52627b!important;border:1px solid rgba(15,23,42,.12)!important;box-shadow:none!important}
.mvy-author-first-coupon-status{margin:2px 0 0!important;padding:10px 12px!important;border-radius:14px!important;background:rgba(47,107,255,.08)!important;color:#34425f!important;font-weight:800!important}
.mvy-author-first-coupon-status.is-error{background:rgba(244,63,94,.08)!important;color:#9f1239!important}
.mvy-author-first-coupon-status.is-success{background:rgba(34,197,94,.10)!important;color:#166534!important}

.mvy-post-purchase-recs{margin:28px 0!important;padding:22px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:26px!important;background:#fff!important;box-shadow:0 10px 28px rgba(2,6,23,.08)!important;overflow:hidden!important}
.mvy-post-purchase-recs__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important}
.mvy-post-purchase-recs__card{display:flex!important;flex-direction:column!important;min-width:0!important;padding:0!important;border-radius:20px!important;border:1px solid rgba(15,23,42,.09)!important;background:#fff!important;box-shadow:0 6px 16px rgba(2,6,23,.06)!important;overflow:hidden!important}
.mvy-post-purchase-recs__media{display:block!important;width:100%!important;height:auto!important;aspect-ratio:1/1!important;border:0!important;border-radius:0!important;overflow:hidden!important;background:linear-gradient(135deg,rgba(47,107,255,.10),rgba(139,92,246,.10))!important}
.mvy-post-purchase-recs__media img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important}
.mvy-post-purchase-recs__fallback{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;color:#fff!important;font-weight:950!important;background:linear-gradient(135deg,#2f6bff,#8b5cf6)!important}
.mvy-post-purchase-recs__copy{display:grid!important;gap:6px!important;padding:12px 13px 0!important;min-height:78px!important}
.mvy-post-purchase-recs__copy strong{font-size:13.5px!important;line-height:1.22!important;min-height:2.44em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.mvy-post-purchase-recs__copy span{font-size:13px!important;font-weight:950!important;color:#172033!important}
.mvy-post-purchase-recs__btn{margin:12px 13px 14px!important;align-self:start!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:36px!important;padding:0 14px!important;border-radius:999px!important;background:linear-gradient(135deg,#2f6bff,#8b5cf6)!important;color:#fff!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 10px 20px rgba(47,107,255,.18)!important}
@media(max-width:900px){.mvy-post-purchase-recs__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.mvy-post-purchase-recs__grid{grid-template-columns:1fr!important}.mvy-author-first-coupon-box__panel .mvy-inline-form{display:grid!important}.mvy-author-first-coupon-box__panel .mvy-btn{width:100%!important}}

/* Run 529 – cart discount stack: standard coupons + voucher/credit + author first-purchase code */
.mvy-cart-summary .mvy-cart-discount-stack{display:grid!important;gap:10px!important;margin:14px 0 18px!important}
.mvy-cart-summary .mvy-cart-coupon{margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
.mvy-cart-summary .mvy-cart-coupon label{font-size:13px!important;margin:0 0 7px!important;color:#172033!important;font-weight:950!important}
.mvy-cart-summary .mvy-cart-coupon div{gap:9px!important;align-items:center!important}
.mvy-cart-summary .mvy-cart-coupon input{min-width:0!important;min-height:42px!important;border-radius:15px!important}
.mvy-cart-summary .mvy-cart-coupon .mvy-commerce-btn{min-height:42px!important;padding:0 16px!important;white-space:nowrap!important}
.mvy-cart-summary .mvy-commerce-voucher-box--cart{margin:0!important;padding:14px!important;border-radius:18px!important;box-shadow:none!important;background:linear-gradient(180deg,#fff,rgba(248,250,255,.96))!important}
.mvy-cart-summary .mvy-commerce-voucher-box--cart h3{font-size:15px!important;margin:0 0 5px!important}
.mvy-cart-summary .mvy-commerce-voucher-box--cart p{font-size:12.5px!important;line-height:1.42!important;margin:0 0 10px!important;font-weight:650!important}
.mvy-cart-summary .mvy-commerce-voucher-form label{font-size:12.5px!important;font-weight:900!important;color:#172033!important;margin:0 0 7px!important;display:block!important}
.mvy-cart-summary .mvy-commerce-voucher-form div{display:flex!important;gap:9px!important;align-items:center!important;flex-wrap:nowrap!important}
.mvy-cart-summary .mvy-commerce-voucher-form input[type="text"]{min-width:0!important;flex:1 1 auto!important;min-height:42px!important;border-radius:15px!important;padding:9px 12px!important;font-size:13px!important}
.mvy-cart-summary .mvy-commerce-voucher-form .mvy-commerce-btn{min-height:42px!important;padding:0 14px!important;white-space:nowrap!important}
.mvy-cart-summary .mvy-commerce-voucher-active,.mvy-cart-summary .mvy-commerce-credit-row{margin:10px 0 0!important;padding:11px!important;border-radius:15px!important;gap:8px!important}
.mvy-cart-summary .mvy-commerce-credit-row span{display:block!important;margin-top:3px!important;color:#64748b!important;font-size:12px!important;font-weight:700!important}
.mvy-cart-summary .mvy-commerce-voucher-warning,.mvy-cart-summary .mvy-commerce-voucher-final-warning,.mvy-cart-summary .mvy-commerce-voucher-info{font-size:12px!important;padding:11px!important;border-radius:15px!important;margin:10px 0 0!important}
.mvy-cart-summary .mvy-author-first-coupon-box--accordion{margin:0!important;border-radius:18px!important;box-shadow:none!important;background:linear-gradient(180deg,#fff,rgba(248,250,255,.96))!important}
.mvy-cart-summary .mvy-author-first-coupon-box--accordion summary{min-height:48px!important;padding:11px 14px!important}
.mvy-cart-summary .mvy-author-first-coupon-box--accordion summary strong{font-size:13.5px!important}
.mvy-cart-summary .mvy-author-first-coupon-box--accordion summary small{font-size:11.5px!important;line-height:1.35!important}
.mvy-cart-summary .mvy-author-first-coupon-box__panel{padding:12px 14px 14px!important;gap:10px!important}
.mvy-cart-summary .mvy-author-first-coupon-box__panel .mvy-inline-form{gap:9px!important;flex-wrap:nowrap!important}
.mvy-cart-summary .mvy-author-first-coupon-box__panel input[type="text"]{min-width:0!important;min-height:42px!important;flex:1 1 auto!important;border-radius:15px!important}
.mvy-cart-summary .mvy-author-first-coupon-box__panel .mvy-btn{min-height:42px!important;padding:0 14px!important;white-space:nowrap!important}
@media(max-width:760px){.mvy-cart-summary .mvy-commerce-voucher-form div,.mvy-cart-summary .mvy-author-first-coupon-box__panel .mvy-inline-form{display:grid!important}.mvy-cart-summary .mvy-commerce-voucher-form .mvy-commerce-btn,.mvy-cart-summary .mvy-author-first-coupon-box__panel .mvy-btn{width:100%!important}}

/* Run 530 – cart discount tools as three narrow accordions, credit removed from cart */
.mvy-cart-summary .mvy-cart-tool-accordion{
  margin:0!important;
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#fff,rgba(248,250,255,.96))!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.mvy-cart-summary .mvy-cart-tool-accordion summary{
  min-height:48px!important;
  padding:11px 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  cursor:pointer!important;
  list-style:none!important;
}
.mvy-cart-summary .mvy-cart-tool-accordion summary::-webkit-details-marker{display:none!important}
.mvy-cart-summary .mvy-cart-tool-accordion summary span{display:grid!important;gap:2px!important;min-width:0!important}
.mvy-cart-summary .mvy-cart-tool-accordion summary strong{font-size:13.5px!important;line-height:1.18!important;color:#172033!important;font-weight:950!important}
.mvy-cart-summary .mvy-cart-tool-accordion summary small{font-size:11.5px!important;line-height:1.35!important;color:#64748b!important;font-weight:700!important}
.mvy-cart-summary .mvy-cart-tool-accordion summary em{font-style:normal!important;font-size:12px!important;font-weight:900!important;color:#635bff!important;white-space:nowrap!important}
.mvy-cart-summary .mvy-cart-tool-accordion[open] summary{border-bottom:1px solid rgba(15,23,42,.08)!important}
.mvy-cart-summary .mvy-cart-tool-accordion[open] summary em{font-size:0!important}
.mvy-cart-summary .mvy-cart-tool-accordion[open] summary em::after{content:'Sbalit';font-size:12px!important}
.mvy-cart-summary .mvy-cart-coupon__form,
.mvy-cart-summary .mvy-commerce-voucher-box__panel{
  padding:12px 14px 14px!important;
  display:grid!important;
  gap:10px!important;
}
.mvy-cart-summary .mvy-cart-coupon__form div,
.mvy-cart-summary .mvy-commerce-voucher-form div{
  display:flex!important;
  gap:9px!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
}
.mvy-cart-summary .mvy-cart-coupon__form input,
.mvy-cart-summary .mvy-commerce-voucher-form input[type="text"]{
  min-width:0!important;
  flex:1 1 auto!important;
  min-height:42px!important;
  border-radius:15px!important;
  padding:9px 12px!important;
  font-size:13px!important;
}
.mvy-cart-summary .mvy-cart-coupon__form .mvy-commerce-btn,
.mvy-cart-summary .mvy-commerce-voucher-form .mvy-commerce-btn{
  min-height:42px!important;
  padding:0 14px!important;
  white-space:nowrap!important;
}
.mvy-cart-summary .mvy-commerce-voucher-box--cart h3,
.mvy-cart-summary .mvy-commerce-voucher-box--cart > p,
.mvy-cart-summary .mvy-cart-coupon label{display:none!important}
@media(max-width:760px){
  .mvy-cart-summary .mvy-cart-coupon__form div,
  .mvy-cart-summary .mvy-commerce-voucher-form div{display:grid!important}
  .mvy-cart-summary .mvy-cart-coupon__form .mvy-commerce-btn,
  .mvy-cart-summary .mvy-commerce-voucher-form .mvy-commerce-btn{width:100%!important}
}

/* Run 535: segmented accounting cart */
body.mvy-segmented-cart-active .woocommerce-cart-form,
body.mvy-segmented-cart-active .cart-collaterals{
  display:none !important;
}
.mvy-segmented-cart{
  display:grid;
  gap:18px;
  margin:18px 0 28px;
}
.mvy-segmented-cart__intro,
.mvy-cart-segment{
  border:1px solid rgba(15,23,42,.10);
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 28px rgba(2,6,23,.08);
  padding:clamp(16px,2.5vw,24px);
}
.mvy-segmented-cart__intro h2{
  margin:8px 0 8px;
  font-size:clamp(22px,3vw,30px);
  letter-spacing:-.02em;
}
.mvy-segmented-cart__intro p,
.mvy-cart-segment__head p,
.mvy-cart-segment__foot p{
  color:rgba(10,14,20,.66);
  margin:0;
}
.mvy-cart-segment{
  display:grid;
  gap:16px;
}
.mvy-cart-segment__head,
.mvy-cart-segment__foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.mvy-cart-segment__head h3{
  margin:4px 0 6px;
  font-size:22px;
}
.mvy-cart-segment__head > strong{
  font-size:20px;
  color:rgba(10,14,20,.92);
}
.mvy-cart-segment__eyebrow{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:5px 10px;
  background:linear-gradient(135deg,rgba(47,107,255,.10),rgba(139,92,246,.10));
  color:rgba(10,14,20,.72);
  font-size:12px;
  font-weight:800;
}
.mvy-cart-segment__items{
  display:grid;
  gap:10px;
}
.mvy-cart-segment-item{
  display:grid;
  grid-template-columns:64px 1fr auto;
  align-items:center;
  gap:14px;
  padding:12px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  background:rgba(247,248,255,.55);
}
.mvy-cart-segment-item__thumb{
  width:64px;
  height:64px;
  border-radius:14px;
  overflow:hidden;
  background:#f4f6fb;
}
.mvy-cart-segment-item__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.mvy-cart-segment-item__body h4{
  margin:0 0 4px;
  font-size:15px;
}
.mvy-cart-segment-item__body p,
.mvy-cart-segment-item__meta a{
  margin:0;
  color:rgba(10,14,20,.60);
  font-size:13px;
}
.mvy-cart-segment-item__meta{
  display:grid;
  gap:4px;
  justify-items:end;
}
.mvy-cart-segment__tools{
  display:grid;
  gap:10px;
}
.mvy-cart-segment__blocked{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:9px 12px;
  background:#fff7ed;
  color:#92400e;
  font-weight:800;
  font-size:13px;
}
@media (max-width:640px){
  .mvy-cart-segment__head,
  .mvy-cart-segment__foot{
    align-items:flex-start;
    flex-direction:column;
  }
  .mvy-cart-segment-item{
    grid-template-columns:52px 1fr;
  }
  .mvy-cart-segment-item__thumb{
    width:52px;
    height:52px;
  }
  .mvy-cart-segment-item__meta{
    grid-column:1/-1;
    justify-items:start;
  }
}

/* Run 568 – voucher purchase visibility, three visual variants and dedication fields. */
.mvy-voucher-shop-v568 .mvy-voucher-variant-picker,.mvy-voucher-shop-v568 .mvy-voucher-delivery-picker{display:grid;gap:8px;padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff}
.mvy-voucher-shop-v568 .mvy-voucher-form-label{font-weight:950;color:rgba(10,14,20,.82);font-size:13px;text-transform:uppercase;letter-spacing:.04em}
.mvy-voucher-shop-v568 .mvy-voucher-variant-option{display:grid!important;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;padding:10px;border:1px solid rgba(15,23,42,.09);border-radius:15px;background:#f8fafc;cursor:pointer}
.mvy-voucher-shop-v568 .mvy-voucher-variant-option input{margin-top:3px}.mvy-voucher-shop-v568 .mvy-voucher-variant-option strong{font-weight:950;display:block}.mvy-voucher-shop-v568 .mvy-voucher-variant-option small{display:block;color:rgba(10,14,20,.56);font-weight:650;line-height:1.35}
.mvy-voucher-shop-v568 .mvy-voucher-variant-option--blue_gradient{background:linear-gradient(135deg,rgba(47,107,255,.08),rgba(139,92,246,.07))}.mvy-voucher-shop-v568 .mvy-voucher-variant-option--warm_teacher{background:linear-gradient(135deg,rgba(251,146,60,.10),rgba(254,243,199,.40))}.mvy-voucher-shop-v568 .mvy-voucher-variant-option--green_calm{background:linear-gradient(135deg,rgba(16,185,129,.10),rgba(236,253,245,.70))}
.mvy-voucher-preview--blue_gradient{background:radial-gradient(260px 140px at 20% 0%,rgba(47,107,255,.18),transparent),linear-gradient(135deg,#f7f8ff,#fff)!important}.mvy-voucher-preview--blue_gradient strong{background:linear-gradient(135deg,#2f6bff,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent!important}
.mvy-voucher-preview--warm_teacher{background:radial-gradient(260px 140px at 20% 0%,rgba(251,146,60,.20),transparent),linear-gradient(135deg,#fff7ed,#fffaf4)!important}.mvy-voucher-preview--warm_teacher strong{background:none!important;color:#ea580c!important;-webkit-text-fill-color:#ea580c}
.mvy-voucher-preview--green_calm{background:radial-gradient(260px 140px at 20% 0%,rgba(16,185,129,.18),transparent),linear-gradient(135deg,#ecfdf5,#fff)!important}.mvy-voucher-preview--green_calm strong{background:none!important;color:#059669!important;-webkit-text-fill-color:#059669}

/* Run 589 – first mobile safety pass for cart/checkout surfaces. */
@media (max-width:760px){
  .mvy-commerce-shell{width:100%;max-width:100%;overflow-x:hidden;}
  .mvy-commerce-hero,
  .mvy-commerce-shell--cart .woocommerce,
  .mvy-commerce-shell--checkout form.checkout,
  .mvy-commerce-shell--checkout .woocommerce-billing-fields__field-wrapper,
  .mvy-cart-layout,
  .mvy-cart-item,
  .mvy-cart-summary-item,
  .mvy-cart-suggestions__grid,
  .mvy-post-purchase-follow__author,
  .mvy-post-purchase-recs__grid{grid-template-columns:minmax(0,1fr)!important;}
  .mvy-commerce-shell :where(table.shop_table,table.cart){display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}
  .mvy-commerce-shell :where(input,select,textarea,button,.button,.mvy-btn){max-width:100%;}
  .mvy-commerce-shell--cart table.cart td.actions .coupon{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px;width:100%;}
  .mvy-commerce-shell--cart table.cart td.actions .coupon :where(input,button){width:100%;}
}

/* v1.18.667 – cart/checkout hero settings and mobile commerce polish. */
.mvy-commerce-hero-art--custom{
  min-height:210px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.mvy-commerce-hero-art--custom img{
  max-width:100%!important;
  max-height:230px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  display:block!important;
  filter:drop-shadow(0 18px 34px rgba(20,32,61,.12))!important;
}

@media (max-width:760px){
  .mvy-commerce-shell{
    width:calc(100% - 20px)!important;
    margin:28px auto 64px!important;
  }

  .mvy-commerce-shell--cart .mvy-cart-item{
    display:grid!important;
    grid-template-columns:92px minmax(0,1fr)!important;
    grid-template-areas:
      "thumb body"
      "thumb price"!important;
    gap:10px 12px!important;
    align-items:start!important;
    padding:16px!important;
    overflow:hidden!important;
  }
  .mvy-commerce-shell--cart .mvy-cart-item__thumb{
    grid-area:thumb!important;
    width:88px!important;
    height:88px!important;
    border-radius:18px!important;
    align-self:start!important;
  }
  .mvy-commerce-shell--cart .mvy-cart-item__body{
    grid-area:body!important;
    min-width:0!important;
    width:100%!important;
  }
  .mvy-commerce-shell--cart .mvy-cart-item__body h2{
    margin:0 0 7px!important;
    font-size:18px!important;
    line-height:1.16!important;
    letter-spacing:-.02em!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .mvy-commerce-shell--cart .mvy-cart-item__chips{
    gap:6px!important;
    margin:0 0 8px!important;
  }
  .mvy-commerce-shell--cart .mvy-cart-chip{
    min-height:26px!important;
    max-width:100%!important;
    padding:0 9px!important;
    font-size:11.5px!important;
    line-height:1.1!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .mvy-commerce-shell--cart .mvy-cart-item__body p{
    font-size:13.5px!important;
    line-height:1.42!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .mvy-commerce-shell--cart .mvy-cart-item__links{
    gap:8px!important;
    margin-top:10px!important;
  }
  .mvy-commerce-shell--cart .mvy-cart-textlink{
    min-height:34px!important;
    padding:0 11px!important;
    font-size:12.5px!important;
  }
  .mvy-commerce-shell--cart .mvy-cart-item__price{
    grid-area:price!important;
    min-width:0!important;
    width:100%!important;
    text-align:left!important;
    align-self:end!important;
  }
  .mvy-commerce-shell--cart .mvy-cart-item__price strong,
  .mvy-commerce-shell--cart .mvy-cart-item__price .woocommerce-Price-amount,
  .mvy-commerce-shell--cart .mvy-cart-item__price .woocommerce-Price-amount bdi,
  .mvy-commerce-shell--cart .mvy-cart-item__price .woocommerce-Price-currencySymbol{
    display:inline!important;
    white-space:nowrap!important;
    font-size:18px!important;
    line-height:1.2!important;
  }
  .mvy-commerce-shell--cart .mvy-cart-item__price span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol){
    display:none!important;
  }

  .mvy-commerce-shell--cart .mvy-cart-suggestions{
    margin-top:22px!important;
    padding:18px 0 18px 18px!important;
    overflow:hidden!important;
  }
  .mvy-commerce-shell--cart .mvy-cart-suggestions__head{
    padding-right:18px!important;
    margin-bottom:14px!important;
  }
  .mvy-commerce-shell--cart .mvy-cart-suggestions__grid{
    display:flex!important;
    grid-template-columns:none!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity!important;
    -webkit-overflow-scrolling:touch!important;
    padding:0 18px 4px 0!important;
  }
  .mvy-commerce-shell--cart .mvy-cart-suggestion{
    flex:0 0 min(78vw, 292px)!important;
    scroll-snap-align:start!important;
  }

  .mvy-commerce-shell--checkout .woocommerce-billing-fields{
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .mvy-commerce-shell--checkout .woocommerce-billing-fields h3{
    margin:0 0 16px!important;
  }
  .mvy-commerce-shell--checkout .woocommerce-billing-fields__field-wrapper{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:14px!important;
    width:100%!important;
  }
  .mvy-commerce-shell--checkout #customer_details,
  .mvy-commerce-shell--checkout form.checkout #customer_details .col-1,
  .mvy-commerce-shell--checkout form.checkout #customer_details .col-2{
    width:100%!important;
    max-width:none!important;
  }
}
@media (max-width:980px){
  .mvy-commerce-hero-art--custom{display:none!important;}
}

/* v1.18.668 – mobile checkout: remove nested section cards and stop checkout header paint from bleeding into the mobile menu. */
@media (max-width:760px){
  /* Mobile checkout should use the page width directly: no outer box around “Další informace”. */
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout .woocommerce-additional-fields{
    width:100%!important;
    max-width:none!important;
    margin-top:22px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    outline:0!important;
  }
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout .woocommerce-additional-fields h3{
    margin:0 0 14px!important;
  }
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout .woocommerce-additional-fields .notes,
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout .woocommerce-additional-fields__field-wrapper{
    width:100%!important;
    max-width:none!important;
  }

  /* Mobile checkout should also remove the outer recap card.
     Product rows, payment methods and consent/legal controls remain styled as their own inner elements. */
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout .ct-order-review,
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout .ct-order-review #order_review,
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout #order_review,
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout #order_review.woocommerce-checkout-review-order,
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout .woocommerce-checkout-review-order{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:24px 0 0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    outline:0!important;
    position:static!important;
    box-sizing:border-box!important;
  }
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout #order_review::before{
    margin:0 0 16px!important;
  }
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout #order_review table.shop_table,
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout #payment,
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout .woocommerce-checkout-payment,
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout .woocommerce-terms-and-conditions-wrapper,
  body.mvy-commerce-surface.mvy-checkout-surface .mvy-commerce-shell--checkout .woocommerce-privacy-policy-text{
    width:100%!important;
    max-width:none!important;
  }
}

@media (max-width:999px){
  /* Run 195 used a broad header background override for commerce pages.
     On checkout it can paint a white band above the opened Blocksy mobile menu.
     Mobile checkout no longer needs that override because the page canvas is white already. */
  body.mvy-commerce-surface.mvy-checkout-surface header,
  body.mvy-commerce-surface.mvy-checkout-surface .site-header,
  body.mvy-commerce-surface.mvy-checkout-surface .ct-header,
  body.mvy-commerce-surface.mvy-checkout-surface #header,
  body.mvy-commerce-surface.mvy-checkout-surface [data-header]{
    background:transparent!important;
  }
  body.mvy-commerce-surface.mvy-checkout-surface #offcanvas,
  body.mvy-commerce-surface.mvy-checkout-surface .ct-panel,
  body.mvy-commerce-surface.mvy-checkout-surface .ct-panel-inner,
  body.mvy-commerce-surface.mvy-checkout-surface .ct-drawer-canvas{
    margin-top:0!important;
  }
}

/* v1.18.669 – commerce mobile menu: prevent the global commerce header rule from painting the custom mobile role-menu head white on cart/checkout. */
@media (max-width:999px){
  body.mvy-commerce-surface .mvy-mobile-role-menu .mvy-mobile-role-menu__head{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    outline:0!important;
  }
}
