
.cof-order-form-wrapper { margin-top: 20px; padding: 20px; border: 1px solid #e2e2e2; border-radius: 8px; background: #fafafa; }
.cof-product-price { font-size: 22px; font-weight: 700; color: #2c2c2c; margin-bottom: 10px; }
.cof-product-price ins { text-decoration: none; color: #2c7a2c; }
.cof-product-price del { color: #999; font-size: 16px; margin-right: 8px; }
.cof-save-badge { display: inline-block; background: #fff0f0; color: #d9364a; font-weight: 700; font-size: 13px; padding: 6px 12px; border-radius: 20px; margin-bottom: 12px; }
.cof-stock-urgency { color: #d9364a; font-weight: 600; font-size: 14px; margin-bottom: 12px; }
.cof-trust-badges { display: flex; flex-wrap: nowrap; gap: 8px; margin-bottom: 18px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 2px; }
.cof-badge { display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 11px; font-weight: 600; color: #444; background: #fff; border: 1px solid #e2e2e2; border-radius: 6px; padding: 7px 8px; flex: 1 1 0; white-space: nowrap; text-align: center; }
.cof-badge-icon { font-size: 14px; flex-shrink: 0; }

@media (max-width: 480px) {
	.cof-trust-badges { flex-wrap: nowrap; }
	.cof-badge { font-size: 10px; padding: 6px 6px; }
	.cof-badge-icon { font-size: 12px; }
}
.cof-row { display: flex; gap: 15px; margin-bottom: 15px; flex-wrap: wrap; }
.cof-field { flex: 1 1 45%; display: flex; flex-direction: column; }
.cof-field label { font-weight: 600; margin-bottom: 6px; font-size: 14px; }
.cof-required { color: #e63946; }
.cof-field input, .cof-field select { padding: 10px 12px; border: 1px solid #ccc; border-radius: 5px; font-size: 14px; }
.cof-buy-now-btn { width: 100%; padding: 14px; background: #2c7a2c; color: #fff; font-size: 16px; font-weight: 700; border: none; border-radius: 6px; cursor: pointer; transition: background .2s; }
.cof-buy-now-btn:hover { background: #1f5c1f; }
.cof-buy-now-btn[disabled] { opacity: .6; cursor: not-allowed; }
.cof-form-message { margin-top: 10px; font-size: 14px; }
.cof-form-message.cof-error { color: #e63946; }
.cof-popup-overlay { position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.55); display:flex; align-items:center; justify-content:center; z-index: 99999; }
.cof-popup-box { background:#fff; padding: 35px 30px; border-radius: 10px; text-align:center; max-width: 380px; width: 90%; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.cof-popup-icon { font-size: 48px; color: #2c7a2c; margin-bottom: 10px; }
.cof-popup-close { position:absolute; top:10px; right:15px; font-size: 22px; cursor:pointer; color:#888; }
.cof-popup-close:hover { color:#000; }
