body.yup-modal-open{overflow:hidden}
.yup-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.52);z-index:999999;display:none;align-items:center;justify-content:center;padding:20px}
.yup-modal-backdrop.is-open{display:flex}
.yup-modal{width:min(760px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 24px 70px rgba(0,0,0,.28);padding:22px;color:#1d2327}
.yup-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}
.yup-modal-head h2{font-size:28px;line-height:1.1;margin:0 0 6px;font-weight:800;color:#1d2327}
.yup-modal-head p{margin:0;color:#646970;font-size:15px;line-height:1.45}
.yup-close{border:0;background:#f6f7f7;width:38px;height:38px;border-radius:999px;font-size:22px;line-height:1;cursor:pointer;color:#1d2327;flex:0 0 auto}
.yup-popup-products{display:grid;gap:12px}
.yup-popup-product{display:grid;grid-template-columns:82px 1fr auto;gap:14px;align-items:center;border:1px solid #e5e7eb;background:#fff;border-radius:16px;padding:12px;transition:.15s ease}
.yup-popup-product.is-selected{border-color:#1d2327;box-shadow:0 0 0 1px #1d2327}
.yup-popup-image{width:82px;height:82px;border-radius:12px;background:#f3f4f6;overflow:hidden;display:flex;align-items:center;justify-content:center}
.yup-popup-product-img{width:100%;height:100%;object-fit:cover;display:block}
.yup-popup-name{font-weight:800;font-size:15px;line-height:1.25;margin-bottom:5px;color:#1d2327}
.yup-popup-desc{font-size:13px;line-height:1.35;color:#646970;margin-bottom:7px;max-width:440px}
.yup-popup-prices{display:flex;gap:8px;align-items:baseline;flex-wrap:wrap}
.yup-regular{color:#8c8f94;font-size:14px;position:relative}
.yup-regular:after{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:currentColor}
.yup-promo{font-weight:900;font-size:18px;color:#b42318}
.yup-add-btn{border:1px solid #1d2327;background:#1d2327;color:#fff;border-radius:999px;font-weight:800;padding:9px 14px;cursor:pointer;white-space:nowrap}
.yup-add-btn.is-added{background:#e7f7ec;color:#0f6b2d;border-color:#b7e0c2}
.yup-checkout-btn:disabled{opacity:.65;cursor:wait}
.yup-modal-actions{display:flex;gap:10px;justify-content:flex-end;align-items:center;flex-wrap:wrap;margin-top:18px}
.yup-checkout-btn{border:1px solid #1d2327;background:#1d2327;color:#fff;border-radius:999px;font-weight:900;padding:12px 18px;cursor:pointer}
.yup-no-thanks-btn{border:1px solid #dcdcde;background:#fff;color:#1d2327;border-radius:999px;font-weight:800;padding:12px 18px;cursor:pointer}
.yup-error{margin-top:12px;padding:10px 12px;border-radius:12px;background:#fdecec;color:#b42318;border:1px solid #f3b4b4;font-size:14px}
@media(max-width:640px){
	.yup-modal{padding:18px;border-radius:18px}
	.yup-modal-head h2{font-size:24px}
	.yup-popup-product{grid-template-columns:64px 1fr;align-items:start}
	.yup-popup-image{width:64px;height:64px}
	.yup-add-btn{grid-column:1/-1;width:100%}
	.yup-checkout-btn,.yup-no-thanks-btn{width:100%}
}
