:root{--bp-primary:#FD5189;--bp-bg:#FFEAF1;--bp-white:#ffffff;--bp-border:#ffd1e0;--bp-text:#2c2c2c;--bp-muted:#7a7a7a}
.balloonplus-co-wrap.v4{direction:rtl;background:var(--bp-bg);padding:24px;border-radius:28px}
.balloonplus-co-card{background:var(--bp-white);border-radius:28px;padding:22px;border:1px solid var(--bp-border);box-shadow:0 10px 30px rgba(253,81,137,.15)}
.bpco-head{margin-bottom:10px}
.balloonplus-co-title{margin:0 0 6px 0;color:var(--bp-primary);font-size:1.6rem;font-weight:800;letter-spacing:.2px}
.bpco-sub{margin:0;color:var(--bp-muted);font-size:.95rem}
.balloonplus-co-form label{display:block;font-weight:700;margin-bottom:8px;color:var(--bp-text)}
.balloonplus-co-form input[type="text"],.balloonplus-co-form input[type="date"],.balloonplus-co-form input[type="time"],.balloonplus-co-form select,.balloonplus-co-form textarea{width:100%;padding:12px 14px;border-radius:18px;border:1px solid var(--bp-border);background:#fff;outline:none;transition:border .2s,box-shadow .2s}
.balloonplus-co-form textarea{resize:vertical}
.balloonplus-co-form input:focus,.balloonplus-co-form select:focus,.balloonplus-co-form textarea:focus{border-color:var(--bp-primary);box-shadow:0 0 0 3px rgba(253,81,137,.15)}
.bpco-row{margin-bottom:16px}
.bpco-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media (max-width:680px){.bpco-grid-2{grid-template-columns:1fr}}
.bpco-hint{display:block;color:var(--bp-muted);font-size:.85rem;margin-top:6px}
.bpco-actions{display:flex;gap:12px;align-items:center;margin-top:8px;flex-wrap:wrap}
.bpco-btn{border:none;border-radius:999px;padding:12px 18px;cursor:pointer;text-decoration:none;display:inline-block;font-weight:700}
.bpco-btn-wa{background:#25D366;color:#fff !important}
.bpco-btn-wa:hover{filter:brightness(.95)}
.bpco-btn-cart{background:var(--bp-primary);color:#fff}
.bpco-btn-cart:hover{filter:brightness(.95)}
.bpco-alert{margin-top:12px;background:#fff6f9;border:1px solid var(--bp-border);border-radius:16px;padding:10px;color:#c21b5e}
.bpco-swatches{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.bpco-swatch{display:inline-flex;align-items:center;justify-content:center;padding:6px;border-radius:50%;position:relative}
.bpco-swatch input{display:none}
.bpco-dot{width:36px;height:36px;border-radius:50%;background:var(--c);border:1px solid rgba(0,0,0,.08);display:inline-block;position:relative}
.bpco-swatch:has(input:checked) .bpco-dot{outline:3px solid rgba(253,81,137,.35);box-shadow:0 0 0 2px #fff inset}
.bpco-swatch:has(input:checked) .bpco-dot::after{content:'✓';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:18px;text-shadow:0 1px 2px rgba(0,0,0,.25)}
.bpco-custom-color{display:flex;align-items:center;gap:8px;border:1px dashed var(--bp-border);padding:8px 10px;border-radius:16px;background:#fff;margin-top:6px}
@media (max-width:680px){.bpco-swatches{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(26px,1fr));gap:6px !important;justify-items:center;align-items:center}.bpco-dot{width:28px !important;height:28px !important}.bpco-custom-color{grid-column:1 / -1;width:100%;justify-content:flex-start;margin-top:8px}.bpco-actions{display:grid !important;grid-template-columns:1fr;gap:10px}.bpco-btn{width:100%;text-align:center;min-height:52px;line-height:1.2;white-space:normal}}