.warp-build-form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0.01 !important;
    pointer-events: none !important;
}

.warp-fitment-price-prompt {
    color: #1586d1;
    font-weight: 700;
}

.warp-fitment-required {
    margin: 20px 0 28px;
    padding: 20px;
    border-left: 4px solid #1586d1;
    background: #f3f8fc;
}

.warp-fitment-required p {
    margin: 0 0 14px;
}

/* Variable products may render their form even when WooCommerce marks the
 * parent as non-purchasable. Keep it unavailable until fitment is verified. */
.warp-fitment-selection-required form.cart {
    display: none !important;
}
