/* Cache le message WooCommerce natif "Rupture de stock" */
.woocommerce-variation-availability .stock.out-of-stock {
    display: none !important;
}

.hp-bis-form {
    margin-bottom: 32px;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 6px;
    background: #F7F7F7;
    box-sizing: border-box;
}

.hp-bis-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.hp-bis-title {
    margin: 0;
    color: #00151F;
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 148%;
    letter-spacing: -0.16px;
}

.hp-bis-description {
    margin: 0;
    color: #45474A;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 148%;
    letter-spacing: -0.15px;
}

.hp-bis-availability {
    margin: 0;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.hp-bis-availability__label {
    color: #1B2D6B;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 148%;
    letter-spacing: -0.15px;
}

.hp-bis-availability__month {
    color: #1B2D6B;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 148%;
    letter-spacing: -0.15px;
}

.hp-bis-form-row {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    flex-wrap: nowrap;
}

.hp-bis-email {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0;
    height: 44px !important;
    padding: 12px !important;
    border-radius: 6px !important;
    border: 1px solid #D7D8DA !important;
    background: #FFF !important;
    box-sizing: border-box;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.14px;
    color: #00151F;
    outline: none;
}

.hp-bis-email::placeholder {
    color: #7B7E84;
}

.hp-bis-button {
    flex: 0 0 auto !important;
    width: auto !important;
    height: 44px !important;
    padding: 0 12px !important;
    border-radius: 6px !important;
    background: #1B2D6B !important;
    border: none !important;
    cursor: pointer !important;
    color: #FEFEFE !important;
    font-family: Figtree, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: normal !important;
    letter-spacing: -0.15px;
    white-space: nowrap;
    display: inline-block !important;
    vertical-align: middle;
}

.hp-bis-button:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}
