/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* WooCommerce Giriş Sayfası Görsel Temizliği */

/* 'Şifrenizi mi unuttunuz?' linkini gizle */
.woocommerce-LostPassword, 
.lost_password {
    display: none !important;
}

/* 'Beni hatırla' onay kutusunu ve yazısını gizle */
.woocommerce-form-login__rememberme, 
.rememberme-wrapper {
    display: none !important;
}

/* Ödeme sayfasında (Checkout) 'Hesap oluştururken şifre belirle' kısmını gizle */
.create-account .form-row-password {
    display: none !important;
}

/* My Account sayfasında şifre alanlarını içeren bölümleri gizle */
.woocommerce-EditAccountForm fieldset {
    display: none !important;
}