.m2pc-bar{margin:14px 0 10px;}
.m2pc-row{display:flex; gap:16px; align-items:stretch;}
.m2pc-stepper{display:flex; align-items:center; background:#f2f2f2; border:1px solid #e3e3e3; border-radius:2px; overflow:hidden;}
.m2pc-btn{width:44px; height:44px; border:0; background:#f2f2f2; font-size:20px; cursor:pointer;}
.m2pc-m2{width:84px; height:44px; border:0; text-align:center; background:#fff; font-size:14px; outline:none;}
.m2pc-unit{display:flex; align-items:center; justify-content:center; width:54px; height:44px; background:#d9d9d9; font-weight:600;}
.m2pc-select select{height:44px; min-width:280px; border:1px solid #e3e3e3; border-radius:2px; padding:0 12px; background:#fff;}

.m2pc-summary{margin-top:10px; display:flex; gap:12px; align-items:stretch;}
.m2pc-summary-left{background:#eef2f5; border:1px solid #d9dee3; padding:10px 12px; min-width:210px; display:flex; flex-direction:column; justify-content:center;}
.m2pc-summary-right{flex:1; display:flex; align-items:stretch;}

/* Add to cart button moved next to the summary */
.m2pc-summary-right .single_add_to_cart_button,
.m2pc-summary-right button.single_add_to_cart_button{
  width:100% !important;
  margin:0 !important;
  height:100% !important;
  min-height:56px;
}

/* Variable products: avoid extra spacing when button is moved */
.single-product form.cart .woocommerce-variation-add-to-cart{margin:0 !important;}
.m2pc-line1{font-size:13px; line-height:1.2; margin-bottom:4px;}
.m2pc-line2{font-size:13px; font-weight:700; line-height:1.2;}

.single-product form.cart .quantity,
.single-product form.cart .qty,
.single-product form.cart .quantity.buttons_added{display:none !important;}

/* Mobile layout: stack controls + summary like Tegeldepot */
@media (max-width: 767px){
  .m2pc-row{flex-direction:column; gap:10px;}
  .m2pc-stepper{width:100%;}
  .m2pc-select{width:100%;}
  .m2pc-select select{width:100%; min-width:0;}

  .m2pc-summary{flex-direction:column; gap:10px;}
  .m2pc-summary-left{min-width:0; width:100%;}
  .m2pc-summary-right{width:100%;}
  .m2pc-summary-right .single_add_to_cart_button,
  .m2pc-summary-right button.single_add_to_cart_button{
    min-height:64px;
  }
}
