/* Quantity discounts share one ticket mark across the catalog. */
.quantity-row{grid-template-columns:repeat(auto-fit,minmax(75px,1fr));gap:14px 10px;padding-top:9px}
.quantity-option{position:relative;min-height:53px;padding:16px 5px 9px;border-radius:10px;font-size:13px;overflow:visible}
.quantity-option.has-discount{border-color:#bfd9d8;background:#f8fcfb;color:#164f58}
.quantity-option.has-discount:hover{border-color:#61b5ac;background:#f1faf7}
.quantity-option.has-discount.active{border-color:#148b7d;background:#eaf8f3;color:#0c6158;box-shadow:0 0 0 2px #21a58e22}
.discount-badge{position:absolute;top:-12px;right:-5px;width:59px;height:25px;filter:drop-shadow(0 3px 4px #0c55452c);pointer-events:none}
.discount-badge path:first-child{fill:#137c75;stroke:#daf9ef;stroke-width:1.2}
.discount-badge-cut{fill:#fff}
.discount-badge text{fill:#fff;font-size:13px;font-weight:800;letter-spacing:-.02em;font-family:Arial,"PingFang SC",sans-serif}
.quantity-option.active .discount-badge path:first-child{fill:#0d625c}
.quantity-row.isp-quantity-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 10px}
.isp-quantity-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;min-height:105px;padding:18px 12px 10px;text-align:left;background:#f7fbff;border-color:#d4e4f2}
.isp-quantity-card strong{font-size:20px;line-height:1;color:#183f67}
.isp-quantity-card span{font-size:11px;letter-spacing:.04em;color:#6e8aa5}
.isp-quantity-card small{font-size:10px;color:#315b80;line-height:1.3}
.isp-quantity-card.has-discount{background:linear-gradient(145deg,#f2fbf9,#fff);border-color:#b5dbd0}
.isp-quantity-card.has-discount.active{background:linear-gradient(145deg,#e4f8f1,#f7fcff)}
.isp-quantity-card.enterprise-quantity{background:linear-gradient(145deg,#f4f6fb,#fff);border:1px dashed #aebed0}
.isp-quantity-card.enterprise-quantity strong{color:#264364}
.isp-quantity-card.enterprise-quantity small{color:#386996;font-weight:800}
.isp-quantity-card.enterprise-quantity.active{border-style:solid;border-color:#407bc5;background:#edf4ff}
.term-option{position:relative;min-height:50px;padding-top:14px;overflow:visible}
.term-option.has-discount{background:#fff9ef;border-color:#eed5a1;color:#9a621c}
.term-option.has-discount.active{background:#fff2d9;border-color:#dca841;color:#815014;box-shadow:0 0 0 2px #dca84122}
.term-option.has-discount .discount-badge path:first-child{fill:#bf812b;stroke:#fff1d6}
.term-option.has-discount.active .discount-badge path:first-child{fill:#9d6218}
.order-price .price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:29px}
.order-price .price-row strong{color:#344964;font-variant-numeric:tabular-nums;text-align:right}
.order-price .price-unit strong{color:#174f79}
.order-price.has-savings #original-price{text-decoration:line-through;text-decoration-color:#97a6ba;color:#8a9bb0}
.order-price .order-discount{margin:10px -10px 0;padding:10px;border:1px solid #bee9d4;border-radius:8px;background:#effbf3}
.order-price .order-discount[hidden]{display:none!important}
.order-discount span{display:inline-flex;align-items:center;gap:5px;color:#11734e;font-weight:700}
.order-discount svg{width:17px;height:17px;fill:none;stroke:#14885a;stroke-width:1.8;stroke-linejoin:round}
.order-discount b{margin-left:3px;padding:2px 5px;border-radius:4px;background:#d9f4e4;color:#08734a;font-size:11px}
.order-price .order-discount strong{color:#078354;font-size:15px}
.order-price .term-discount{background:#fff8ec;border-color:#f2dfb7}
.term-discount span{color:#956317}
.term-discount svg{stroke:#b57a25}
.term-discount b{background:#ffebc1;color:#82500f}
.order-price .term-discount strong{color:#a86a16}
.order-price .order-total{margin-top:16px;padding-top:17px}
.order-price .order-total strong{color:#2057bc;font-size:27px}
.dialog-summary .dialog-discount{margin:5px -8px;padding:9px 8px;border-radius:7px;background:#effbf3;color:#147a55}
.dialog-summary .dialog-discount span,.dialog-summary .dialog-discount strong{color:#147a55}
.dialog-summary .dialog-term-discount{background:#fff8ec}
.dialog-summary .dialog-term-discount span,.dialog-summary .dialog-term-discount strong{color:#a86a16}
.dialog-summary .dialog-total{margin-top:7px;padding-top:13px;border-top:1px solid #d9e6f2;color:#2057bc;font-weight:800}
.dialog-summary .dialog-total strong{color:#2057bc;font-size:17px}
@media(max-width:600px){.quantity-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 9px}.quantity-option{min-height:54px}.discount-badge{right:-3px}}
@media(max-width:600px){.quantity-row.isp-quantity-row{grid-template-columns:repeat(2,minmax(0,1fr))}.isp-quantity-card{min-height:103px}.term-row{gap:15px 10px}}
