/* Only the Smart Pincode Checker is styled here. No cart, Buy Now, WhatsApp or product layout rules. */
.shopopen24-pin-card{
  margin:24px 0;
  padding:24px;
  border:1px solid #e4e8ee;
  border-radius:24px;
  background:#fff;
  box-shadow:0 8px 28px rgba(18,35,58,.05);
  font-family:inherit;
}
.shopopen24-pin-heading{display:flex;gap:14px;align-items:flex-start;margin-bottom:20px}
.shopopen24-pin-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#eaf8f0;font-size:27px;flex:0 0 52px}
.shopopen24-pin-heading h3{margin:0 0 6px;font-size:clamp(20px,4vw,30px);line-height:1.2;color:#263342;font-weight:800;text-transform:uppercase;letter-spacing:.02em}
.shopopen24-pin-heading p{margin:0;color:#778291;font-size:15px;line-height:1.6}
.shopopen24-pin-form{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:12px}
.shopopen24-pin-form input{width:100%;min-height:64px;border:1px solid #e2e7ed!important;border-radius:18px!important;background:#fff!important;padding:0 20px!important;font-size:24px!important;color:#1e293b!important;box-sizing:border-box}
.shopopen24-pin-form button{min-height:64px;border:0!important;border-radius:18px!important;background:#087f43!important;color:#fff!important;font-size:20px!important;font-weight:800!important;cursor:pointer;padding:0 18px!important}
.shopopen24-pin-form button:disabled{opacity:.6;cursor:wait}
.shopopen24-pin-note{margin:16px 0 0;color:#778291;font-size:15px;line-height:1.7}
.shopopen24-pin-result{margin-top:18px;padding:20px;border-radius:20px;display:flex;flex-direction:column;gap:6px;font-size:16px;line-height:1.5}
.shopopen24-pin-result strong{font-size:19px;letter-spacing:.02em}
.shopopen24-pin-result small{font-size:14px;line-height:1.6;margin-top:4px}
.shopopen24-pin-result.is-success{background:#effbf3;border:1px solid #c6efd5;color:#176b3e}
.shopopen24-pin-result.is-error{background:#fff3f3;border:1px solid #ffd0d0;color:#a51f2b}
.shopopen24-pin-result.is-loading{background:#f5f7fa;color:#566273}
.shopopen24-pin-area{font-weight:700}
@media(max-width:520px){
  .shopopen24-pin-card{padding:18px;border-radius:20px}
  .shopopen24-pin-heading h3{font-size:21px}
  .shopopen24-pin-form{grid-template-columns:minmax(0,1fr) 112px;gap:8px}
  .shopopen24-pin-form input{min-height:58px;font-size:20px!important;padding:0 14px!important}
  .shopopen24-pin-form button{min-height:58px;font-size:17px!important;padding:0 8px!important}
}
