/*
Theme Name: KUZRA
Theme URI: https://kuzra.com
Author: KUZRA Team
Author URI: https://kuzra.com
Description: KUZRA Premium Gıda Takviyesi - WooCommerce destekli, scroll-driven video animasyonlu e-ticaret teması. Emerald Green & Champagne Gold tasarım sistemi.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kuzra
Tags: e-commerce, woocommerce, one-page, video, responsive, custom-colors, custom-logo

WC requires at least: 7.0
WC tested up to: 9.0
*/

/*
 * Bu dosya WordPress tema kimlik kartıdır.
 * Asıl stiller assets/css/main.css dosyasındadır.
 * functions.php üzerinden wp_enqueue_style() ile yüklenir.
 *
 * @package KUZRA
 * @version 1.0.0
 */

/* WordPress Admin Bar düzeltmesi */
.fixed-header {
    top: 0;
}

body.admin-bar .fixed-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .fixed-header {
        top: 46px;
    }
}

/* WordPress core alignment sınıfları */
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.alignwide {
    margin-left: -2rem;
    margin-right: -2rem;
}

.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

/* WordPress screen-reader-text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f6f4ef;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #0f3d2e;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* WooCommerce genel uyumluluk */
.woocommerce-notices-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top: 3px solid #c7a35b;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    background: #f6f4ef;
    list-style: none;
}

.woocommerce-error {
    border-top-color: #a44a4a;
}

.woocommerce-info {
    border-top-color: #0f3d2e;
}
