.product-purchase-panel__promo{position:relative;display:flex;align-items:center;width:100%;height:40px;min-height:35px;padding:0 4px 0 12px;border:1px solid #e6c6c6;border-radius:8px;background:#f9f3f3;box-sizing:border-box;transition:border-color .28s cubic-bezier(.22,1,.36,1)}.product-purchase-panel__promo:focus-within{border-color:#ddb8b8}.product-purchase-panel__promo--valid{border-color:#8bbf9f}.product-purchase-panel__promo--invalid{border-color:#d98c8c}.product-purchase-panel__promo-error{position:absolute;bottom:calc(100% + 4px);left:0;right:0;z-index:5;font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.02em;color:#c0564f}.product-purchase-panel__promo-badge{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;max-width:65%;margin-right:8px;padding:5px 6px 5px 10px;border:1px solid #8bbf9f;border-radius:var(--radius-md);background:rgba(139,191,159,.18);color:#2f6b48;font-size:11px;font-weight:700;line-height:1;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.product-purchase-panel__promo-badge-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-purchase-panel__promo-badge-x{font-size:14px;line-height:.7;opacity:.7}.product-purchase-panel__promo-input{flex:1 1;min-width:0;height:100%;border:none;border-radius:0;background:transparent;padding:0;font:inherit;font-size:12px;font-weight:600;line-height:1;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);box-sizing:border-box}.product-purchase-panel__promo-input:focus{outline:none}.product-purchase-panel__promo-input::placeholder{color:#e6c6c6;font-weight:600}.product-purchase-panel__promo-submit{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:27px;height:27px;border:1px solid rgba(50,29,29,.5);border-radius:50%;background:transparent;color:var(--ink);line-height:0;cursor:pointer;padding:0;transition:background-color .28s cubic-bezier(.22,1,.36,1),border-color .28s cubic-bezier(.22,1,.36,1)}.product-purchase-panel__promo-submit svg{display:block;flex-shrink:0;width:14px;height:14px}.product-purchase-panel__promo-submit:hover{background:rgba(230,198,198,.35);border-color:rgba(50,29,29,.42)}.product-purchase-panel__promo-submit:disabled{opacity:.5;cursor:default}.product-purchase-panel__promo-submit:focus-visible{outline:2px solid var(--ink);outline-offset:2px}@media (max-width:768px){.product-purchase-panel__promo-submit{width:27px;height:27px}}