.stock-notify{background:#FDF8F2;border:1.5px solid #EDD8B8;border-radius:12px;padding:14px 16px;margin-top:10px}.stock-notify__head{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:700;color:#8B1A0A;margin-bottom:10px}.stock-notify__head .ti{font-size:16px;color:#D85A30}.stock-notify__form{display:flex;gap:8px}.stock-notify__input{flex:1;height:40px;border:1.5px solid #DDD0C4;border-radius:8px;padding:0 12px;font-size:13px;background:#fff;color:var(--color-text,#1E0A05);font-family:inherit}.stock-notify__input:focus{outline:none;border-color:#D85A30}.stock-notify__btn{height:40px;padding:0 16px;background:#8B1A0A;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:5px;white-space:nowrap;font-family:inherit}.stock-notify__btn:hover{background:#6B1408}.stock-notify__btn:disabled{opacity:.6;cursor:default}.stock-notify__success{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#085041}.stock-notify__success .ti{font-size:18px;color:#085041}@media(max-width:480px){.stock-notify__form{flex-direction:column}.stock-notify__btn{justify-content:center}}