.ntcp,
.ntcp *{box-sizing:border-box}
.ntcp{position:fixed;inset:0;z-index:9999999;display:none;font-family:IRANSans,IRANSansX,Vazirmatn,Tahoma,sans-serif}
.ntcp.is-open{display:block}
.ntcp__backdrop{position:absolute;inset:0;background:rgba(20,31,35,.56);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);animation:ntcpFade .2s ease}
.ntcp__dialog{position:absolute;top:50%;left:50%;width:min(920px,calc(100% - 32px));max-height:min(780px,calc(100vh - 34px));transform:translate(-50%,-50%);overflow:hidden;background:rgba(252,253,253,.98);border:1px solid rgba(126,167,161,.34);border-radius:24px;box-shadow:0 28px 80px rgba(19,43,47,.25);animation:ntcpUp .24s ease}
.ntcp__content{max-height:min(780px,calc(100vh - 34px));overflow:auto;padding:28px}
.ntcp__close{position:absolute;top:16px;left:16px;z-index:2;width:38px;height:38px;border:0;border-radius:50%;background:#eef3f2;color:#30464b;font-size:28px;line-height:36px;cursor:pointer;transition:.2s}
.ntcp__close:hover{background:#dfe9e7;transform:rotate(4deg)}
.ntcp__loading{min-height:280px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;color:#53666a}
.ntcp__spinner{width:42px;height:42px;border:3px solid #dbe7e5;border-top-color:#5d8f88;border-radius:50%;animation:ntcpSpin .8s linear infinite}
.ntcp__head{display:flex;align-items:center;gap:14px;padding:0 0 18px 52px;border-bottom:1px solid #e6edec}
.ntcp__check{flex:0 0 46px;width:46px;height:46px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#739f99,#4f7f78);color:#fff;font-size:23px;box-shadow:0 9px 22px rgba(79,127,120,.25)}
.ntcp__head h3{margin:0 0 6px;color:#1f2f36;font-size:22px;line-height:1.5}
.ntcp__head p{margin:0;color:#68787c;font-size:14px;line-height:1.8}
.ntcp__suggest-title{display:flex;align-items:center;gap:12px;margin:22px 0 14px;color:#293e43;font-size:16px;font-weight:800}
.ntcp__suggest-title:after{content:"";height:1px;flex:1;background:linear-gradient(90deg,transparent,#dce7e5)}
.ntcp__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ntcp-card{min-width:0;display:flex;flex-direction:column;padding:12px;border:1px solid #e1eae8;border-radius:18px;background:rgba(255,255,255,.86);box-shadow:0 8px 24px rgba(32,61,65,.055);transition:.22s}
.ntcp-card:hover{transform:translateY(-3px);border-color:#c5d9d5;box-shadow:0 13px 30px rgba(32,61,65,.1)}
.ntcp-card__image{display:flex;align-items:center;justify-content:center;aspect-ratio:1/.76;overflow:hidden;border-radius:14px;background:linear-gradient(145deg,#f7fafa,#edf4f2)}
.ntcp-card__image img{width:100%;height:100%;object-fit:contain;padding:10px;margin:0}
.ntcp-card__body{display:flex;flex-direction:column;flex:1;padding:11px 2px 1px}
.ntcp-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:48px;color:#263b40;text-decoration:none;font-size:14px;font-weight:700;line-height:1.75}
.ntcp-card__price{min-height:34px;margin:8px 0;color:#244b49;font-size:14px;font-weight:800}
.ntcp-card__price del{color:#95a2a4;font-size:12px;font-weight:500}
.ntcp-card__price ins{text-decoration:none}
.ntcp-card__action{margin-top:auto}
.ntcp-card__button{width:100%;min-height:42px;display:flex;align-items:center;justify-content:center;padding:9px 12px;border:0;border-radius:12px;background:#1f3439;color:#fff;text-decoration:none;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:.2s}
.ntcp-card__button:hover{background:#315158;color:#fff;transform:translateY(-1px)}
.ntcp-card__button:disabled{cursor:not-allowed;opacity:.62;transform:none}
.ntcp-card__button.is-added{background:#e7f1ef;color:#3f6e67;opacity:1}
.ntcp-card__button.is-options{background:#6a8f8a}
.ntcp__footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:22px;padding-top:18px;border-top:1px solid #e6edec}
.ntcp__continue,.ntcp__cart{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:13px;font:inherit;font-size:14px;font-weight:800;text-decoration:none;cursor:pointer;transition:.2s}
.ntcp__continue{border:1px solid #d5e1df;background:#fff;color:#4b6064}
.ntcp__continue:hover{background:#f3f7f6}
.ntcp__cart{border:1px solid #21393e;background:#21393e;color:#fff}
.ntcp__cart:hover{background:#36585f;color:#fff;transform:translateY(-1px)}
body.ntcp-lock{overflow:hidden}
@keyframes ntcpSpin{to{transform:rotate(360deg)}}
@keyframes ntcpFade{from{opacity:0}to{opacity:1}}
@keyframes ntcpUp{from{opacity:0;transform:translate(-50%,-47%) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
@media(max-width:760px){
 .ntcp__dialog{width:calc(100% - 18px);max-height:calc(100vh - 18px);border-radius:20px}
 .ntcp__content{max-height:calc(100vh - 18px);padding:20px 14px 16px}
 .ntcp__close{top:11px;left:11px;width:34px;height:34px;font-size:25px}
 .ntcp__head{padding:0 0 16px 42px;align-items:flex-start}
 .ntcp__check{flex-basis:40px;width:40px;height:40px;border-radius:13px}
 .ntcp__head h3{font-size:18px}
 .ntcp__products{grid-template-columns:1fr}
 .ntcp-card{display:grid;grid-template-columns:106px minmax(0,1fr);gap:11px;padding:10px}
 .ntcp-card__image{aspect-ratio:1/1}
 .ntcp-card__body{padding:1px 0}
 .ntcp-card__title{min-height:auto;font-size:13px}
 .ntcp-card__price{margin:5px 0;min-height:auto}
 .ntcp-card__button{min-height:38px}
 .ntcp__footer{position:sticky;bottom:-16px;margin:18px -14px -16px;padding:13px 14px;background:rgba(252,253,253,.97);backdrop-filter:blur(8px)}
 .ntcp__continue,.ntcp__cart{flex:1;padding:8px 10px;font-size:12px;text-align:center}
}
