.discounts-button,.gift-card-sale-button{position:relative;min-width:96px;height:44px;padding:0 10px;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:linear-gradient(150deg,#132234,#0e1a29);color:#c5d0dc;font:800 10px/1.12 Manrope;text-align:center;touch-action:manipulation;cursor:pointer}
.discounts-button{--function-color:#f59e0b}
.gift-card-sale-button{--function-color:#8b5cf6}
.discounts-button::before,.discounts-button::after,.gift-card-sale-button::before,.gift-card-sale-button::after{content:"";position:absolute;top:0;bottom:0;width:4px;background:var(--function-color)}
.discounts-button::before,.gift-card-sale-button::before{left:0}
.discounts-button::after,.gift-card-sale-button::after{right:0}
.discounts-button strong,.gift-card-sale-button strong{display:block;width:100%;text-align:center}
.discounts-button:hover,.gift-card-sale-button:hover{border-color:var(--function-color);background:#17283b;color:#fff}
.discounts-button:active,.gift-card-sale-button:active{transform:scale(.97)}
.discounts-button:disabled,.gift-card-sale-button:disabled{opacity:.45;cursor:not-allowed}
.applied-discounts{display:grid;gap:6px;padding:8px 18px;border-top:1px solid var(--line);background:rgba(245,158,11,.08)}
.applied-discount-row{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#fcd34d;font-size:11px}
.applied-discount-row button{border:0;background:transparent;color:#fca5a5;font-weight:800;cursor:pointer}
.discount-total-row{color:#fcd34d!important}.line-item-price-stack{display:flex;align-items:center;justify-content:flex-end;gap:6px}.line-item-original{text-decoration:line-through;color:var(--muted);font-size:10px}.line-item-savings{color:#fcd34d!important}
.discount-modal{width:min(980px,96vw)!important}.discount-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.discount-choice{min-height:124px;padding:16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;border:1px solid rgba(245,158,11,.32);border-radius:14px;background:linear-gradient(150deg,#35270e,#151d28);color:#fff;text-align:left;cursor:pointer}.discount-choice:hover{border-color:#f59e0b}.discount-choice strong{font:800 17px Manrope}.discount-choice b{color:#fcd34d;font:800 25px Manrope}.discount-choice small{color:var(--muted)}.discount-choice .manager-badge{padding:4px 7px;border-radius:999px;background:#7f1d1d;color:#fecaca;font-size:9px;font-weight:800}.discount-item-picker{margin-top:16px;display:grid;gap:8px}.discount-item-picker label{min-height:50px;padding:10px 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:10px;background:#111f2f}.receipt-discount-row{color:#8a5200;font-weight:800}
:root[data-theme="light"] .discounts-button,:root[data-theme="light"] .gift-card-sale-button{background:linear-gradient(150deg,#e5e3da,#d8d6cc);color:#3e3e39;border-color:var(--line)}:root[data-theme="light"] .discounts-button:hover,:root[data-theme="light"] .gift-card-sale-button:hover{border-color:var(--function-color);background:#cfcdc3;color:#2d2d29}:root[data-theme="light"] .discount-choice{background:#f5ead0;color:#29241c}:root[data-theme="light"] .discount-item-picker label{background:#e8e5dc}.receipt-paper .receipt-discount-row{color:#542f00}
@media(max-width:800px){.discount-grid{grid-template-columns:1fr 1fr}.discounts-button,.gift-card-sale-button{min-width:108px}.discounts-button strong,.gift-card-sale-button strong{font-size:11px}}
@media(max-width:520px){.discount-grid{grid-template-columns:1fr}}
