.wclpb-page * { font-family: 'Hind Siliguri', sans-serif !important; box-sizing: border-box; }
.wclpb-page { background:#f5f5f5; padding:20px 0; }
.wclpb-container { max-width: 720px; margin:0 auto; background:#fff; border-radius:16px; padding:24px; box-shadow:0 2px 20px rgba(0,0,0,.06); }
.wclpb-gallery { text-align:center; }
.wclpb-main-img img { max-width:100%; border-radius:12px; }
.wclpb-thumbs { display:flex; gap:8px; margin-top:10px; overflow-x:auto; }
.wclpb-thumb { width:70px; height:70px; object-fit:cover; border-radius:8px; cursor:pointer; border:2px solid transparent; }
.wclpb-thumb:hover { border-color:#16a34a; }
.wclpb-headline { text-align:center; font-size:24px; font-weight:700; margin:20px 0; color:#1f2937; }
.wclpb-video { margin:20px 0; }
.wclpb-video iframe, .wclpb-video video { width:100%; aspect-ratio:16/9; border-radius:12px; border:0; }
.wclpb-desc { margin:20px 0; line-height:1.8; color:#374151; }
.wclpb-reviews h2 { text-align:center; font-size:20px; margin:24px 0 12px; }
.wclpb-review-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(180px, 1fr)); gap:10px; }
.wclpb-review-grid img { width:100%; border-radius:8px; }

.wclpb-checkout-wrap { margin-top:30px; }
.wclpb-form-title { text-align:center; font-size:20px; font-weight:700; color:#1f2937; padding-bottom:12px; border-bottom:2px solid #16a34a; display:inline-block; margin:0 auto 24px; width:auto; position:relative; left:50%; transform:translateX(-50%); }

.wclpb-product-card { border:2px solid #16a34a; border-radius:12px; padding:14px; margin-bottom:20px; }
.wclpb-prod-row { display:flex; align-items:center; gap:12px; }
.wclpb-check { width:24px; height:24px; background:#16a34a; border-radius:6px; display:flex; align-items:center; justify-content:center; }
.wclpb-check .dot::before { content:"✓"; color:#fff; font-weight:700; }
.wclpb-prod-img img { width:56px; height:56px; object-fit:cover; border-radius:8px; }
.wclpb-prod-info { flex:1; }
.wclpb-prod-name { font-weight:600; color:#1f2937; }
.wclpb-prod-price { color:#16a34a; font-weight:700; margin-top:4px; }
.wclpb-qty { display:flex; align-items:center; border:1px solid #e5e7eb; border-radius:8px; overflow:hidden; }
.wclpb-qty-btn { background:#f9fafb; border:0; width:32px; height:34px; cursor:pointer; font-size:18px; }
.wclpb-qty input { width:44px; text-align:center; border:0; border-left:1px solid #e5e7eb; border-right:1px solid #e5e7eb; height:34px; }

.wclpb-attrs { margin-top:14px; padding-top:14px; border-top:1px dashed #e5e7eb; }
.wclpb-attr-group { margin-bottom:10px; }
.wclpb-attr-label { font-size:14px; color:#6b7280; margin-bottom:6px; }
.wclpb-attr-opts { display:flex; flex-wrap:wrap; gap:8px; }
.wclpb-opt { padding:6px 16px; border:1px solid #d1d5db; background:#fff; border-radius:20px; cursor:pointer; font-size:14px; }
.wclpb-opt.active { background:#16a34a; color:#fff; border-color:#16a34a; }
.wclpb-opt.disabled { opacity:.4; cursor:not-allowed; }

.wclpb-field { margin-bottom:16px; }
.wclpb-field label { display:block; font-weight:500; margin-bottom:6px; color:#1f2937; }
.wclpb-field .req { color:#dc2626; }
.wclpb-field input, .wclpb-field textarea { width:100%; padding:12px 14px; border:1px solid #e5e7eb; border-radius:8px; background:#f9fafb; font-size:15px; }
.wclpb-field input:focus, .wclpb-field textarea:focus { outline:none; border-color:#16a34a; background:#fff; }

.wclpb-radio { display:flex; align-items:center; justify-content:space-between; padding:14px 16px; border:1px solid #e5e7eb; border-radius:8px; margin-bottom:8px; cursor:pointer; }
.wclpb-radio.active { border-color:#16a34a; background:#f0fdf4; }
.wclpb-radio input { margin-right:10px; accent-color:#16a34a; }
.wclpb-radio-label { flex:1; }
.wclpb-radio-price { color:#16a34a; font-weight:600; }

.wclpb-summary { border:1px solid #e5e7eb; border-radius:8px; padding:14px; margin:16px 0; }
.wclpb-sum-row { display:flex; justify-content:space-between; padding:6px 0; color:#4b5563; }
.wclpb-total-row { border-top:1px dashed #e5e7eb; margin-top:6px; padding-top:12px; font-weight:700; color:#1f2937; }
.wclpb-total-row .green { color:#16a34a; }

.wclpb-cod { background:#fffbeb; border:1px solid #fde68a; color:#92400e; padding:12px; border-radius:8px; text-align:center; font-weight:600; margin-bottom:16px; }

.wclpb-submit { width:100%; background:#16a34a; color:#fff; border:0; padding:16px; border-radius:10px; font-size:17px; font-weight:700; cursor:pointer; }
.wclpb-submit:hover { background:#15803d; }
.wclpb-submit:disabled { opacity:.6; cursor:not-allowed; }

#wclpb-msg { margin-top:12px; padding:0 4px; }
#wclpb-msg.error { color:#dc2626; }
#wclpb-msg.success { color:#16a34a; }

@media (max-width:600px) {
    .wclpb-container { border-radius:0; padding:16px; }
    .wclpb-headline { font-size:20px; }
}
