/*
 * wkwarehouses increments an inline height by 20px after each product refresh.
 * Let the warehouse message keep its natural height instead. The selector is
 * deliberately limited to the product purchase form.
 */
body#product form#add-to-cart-or-refresh > .product-variants .warehouses-select {
    height: auto !important;
}
