/* FP Back in Stock — Frontend CSS v1.0 */

.fpbis-form-wrap {
    background: #f7f8fa;
    border: 1px solid #e2e5ea;
    border-radius: 12px;
    padding: 24px;
    margin: 20px 0;
}
.fpbis-title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0 0 6px;
}
.fpbis-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin: 0 0 16px;
}
.fpbis-fields {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.fpbis-input {
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    font-family: inherit;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    transition: border-color .15s;
}
.fpbis-input:focus {
    border-color: #111;
}
.fpbis-input::placeholder {
    color: #aaa;
}
.fpbis-btn {
    background: #111;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: background .15s;
    text-align: center;
}
.fpbis-btn:hover {
    background: #333;
}
.fpbis-btn:disabled {
    background: #999;
    cursor: not-allowed;
}
.fpbis-success {
    font-size: 13px;
    font-weight: 600;
    color: #27ae60;
    margin: 12px 0 0;
}
.fpbis-success[hidden] { display: none; }
.fpbis-error {
    font-size: 13px;
    font-weight: 600;
    color: #e74c3c;
    margin: 12px 0 0;
}
.fpbis-error[hidden] { display: none; }
.fpbis-legal {
    font-size: 10px;
    color: #999;
    margin: 10px 0 0;
    line-height: 1.4;
}

/* ── Masquer le bloc expédition quand rupture (ce CSS ne charge que sur les pages en rupture) ─────── */
.stw-wrap { display: none !important; }

/* ── Badge catalogue ─────── */
.fpbis-loop-badge {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #e67e22;
    margin: 4px 0 0;
    text-align: center;
}

@media (max-width: 640px) {
    .fpbis-form-wrap { padding: 16px; }
    .fpbis-title { font-size: 15px; }
}
