/* HA Editor overlay */
.ha-ed-overlay{position:fixed;inset:0;z-index:9999;background:rgba(40,38,30,.55);display:flex;align-items:center;justify-content:center;padding:20px}
.ha-ed-overlay[hidden]{display:none}
.ha-ed-modal{background:#fff;border-radius:16px;width:100%;max-width:940px;max-height:92vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 30px 80px rgba(0,0,0,.35)}
.ha-ed-head{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid #e7e4da}
.ha-ed-title{font-family:"Playfair Display",serif;font-size:18px;font-weight:700;color:#33332d}
.ha-ed-badge{font-family:"Montserrat",sans-serif;font-size:11px;font-weight:700;letter-spacing:.04em;color:#6f7059;background:#eceadf;padding:5px 10px;border-radius:999px}
.ha-ed-close{margin-left:auto;border:none;background:transparent;font-size:26px;line-height:1;cursor:pointer;color:#8a897e}
.ha-ed-close:hover{color:#33332d}
.ha-ed-body{display:grid;grid-template-columns:1.2fr 1fr;gap:0;min-height:0;overflow:auto}
.ha-ed-stage{padding:22px;background:#f7f5ef;display:flex;flex-direction:column;align-items:center;gap:12px}
.ha-ed-canvas{width:100%;max-width:340px;background:#fff;box-shadow:0 16px 36px rgba(60,45,20,.18);border-radius:2px;overflow:hidden}
.ha-ed-canvas svg{display:block;width:100%;height:auto}
.ha-ed-hint{font-family:"Montserrat",sans-serif;font-size:11.5px;color:#8a897e;text-align:center;margin:0;max-width:300px;line-height:1.5}
.ha-ed-panel{padding:22px;display:flex;flex-direction:column;gap:14px}
.ha-ed-f{display:flex;flex-direction:column;gap:5px}
.ha-ed-f>span{font-family:"Montserrat",sans-serif;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6f7059}
.ha-ed-f input,.ha-ed-f select{font-family:"Montserrat",sans-serif;font-size:14px;padding:10px 12px;border:1px solid #e7e4da;border-radius:8px;background:#fdfbf7;color:#33332d}
.ha-ed-f input:focus,.ha-ed-f select:focus{outline:0;border-color:#b9b7a6}
.ha-ed-row{display:flex;gap:12px}
.ha-ed-half{flex:1}
.ha-ed-swatches{display:flex;gap:7px;align-items:center;padding-top:2px}
.ha-ed-swatches button{width:26px;height:26px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #e7e4da;cursor:pointer;padding:0}
.ha-ed-swatches button.on{box-shadow:0 0 0 2px #8d8e74}
.ha-ed-actions{margin-top:auto;padding-top:8px}
.ha-ed-actions .button{width:100%}
.ha-ed-status{font-family:"Montserrat",sans-serif;font-size:12.5px;color:#6f7059;min-height:16px;margin:8px 0 0;text-align:center}
@media(max-width:760px){
  .ha-ed-body{grid-template-columns:1fr}
  .ha-ed-canvas{max-width:240px}
}

/* Kişiselleştirme zorunlu: native sepet butonu/adet gizli, tek CTA = Jetzt gestalten */
.single-product form.cart .single_add_to_cart_button,
.single-product form.cart .quantity{display:none !important}
.single-product .ha-open-editor{display:block;width:100%;max-width:none !important;margin:12px 0 0;text-align:center;box-sizing:border-box}
.single-product .woocommerce-variation-add-to-cart{display:block}
.single-product .ha-design-cta{margin-top:16px}
