/**
* Theme Name: Hara Child
* Description: This is a child theme for Hara
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.1.18
* Template: hara
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* ===== FORM FIELD VISIBILITY FIX ===== */

/* WooCommerce Checkout */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout select,
.woocommerce-checkout textarea,

/* Login & Registration */
.woocommerce-form-login input,
.woocommerce-form-register input,

/* General forms */
form input:not([type="submit"]),
form select,
form textarea {
  border: 1px solid #D1D5DB !important;
  background-color: #ffffff !important;
  padding: 12px 14px;
  border-radius: 6px;
  box-shadow: none;
  font-size: 14px;
  color: #111827;
}


input:focus,
select:focus,
textarea:focus {
  border-color: #7C3AED !important;
  outline: none;
  box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.15);
}
