/*
Theme Name: Antek-Child
Theme URI: https://parkofideas.com/antek/
Text Domain: antek-child
Description: Construction And Heavy Equipment Rentals Wordpress Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: antek
Author: ideapark
Author URI: https://ideapark.com/antek-documentation/
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
/* Child Tema Özel CSS */

/* 1. Sepet alanındaki ikon ve sayıları gizleyelim (ne olur ne olmaz) */
.c-header__main-row-item--cart .c-header__cart-icon,
.c-header__main-row-item--cart .c-header__cart-count {
    display: none !important;
}

/* 2. ProAv.com yazısı için stiller */
.c-header__proav-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 80px !important; /* Sağdan soldan genişlik kazandırır */
    height: 100%;    /* Kutuyu dikeyde tam doldurur */
    
    /* Ana temanın renk değişkenlerini kullanıyoruz */
    color: var(--header-color-bg) !important; 
    
    font-weight: 700;
    /*text-transform: uppercase;*/
    text-decoration: none !important;
    font-size: 32px !important;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
}

/* 3. Üzerine gelince hafif şeffaflık efekti */
.c-header__proav-link:hover {
    opacity: 0.8;
    color: var(--header-color-bg) !important;
}
