@font-face {
    font-family: 'LineIconsPro';
    src: url('../fonts/LineIconsPro Regular.eot');
    src: url('../fonts/LineIconsPro Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LineIconsPro Regular.woff2') format('woff2'),
         url('../fonts/LineIconsPro Regular.woff') format('woff'),
         url('../fonts/LineIconsPro Regular.ttf') format('truetype'),
         url('../fonts/LineIconsPro Regular.svg#LineIconsPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LineIconsPro';
    src: url('../fonts/LineIconsPro Light.eot');
    src: url('../fonts/LineIconsPro Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LineIconsPro Light.woff2') format('woff2'),
         url('../fonts/LineIconsPro Light.woff') format('woff'),
         url('../fonts/LineIconsPro Light.ttf') format('truetype'),
         url('../fonts/LineIconsPro Light.svg#LineIconsPro') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

[class^="lni-"], [class*=" lni-"], [class^="lnir"], [class*=" lnir"] {
    font-family: 'LineIconsPro' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Header için özel ince ikonlar - FontAwesome */
.header-tools__item .fa-user {
    font-size: 1.3rem;
    color: #222222;
    transition: all 0.3s ease;
}

.header-tools__item .fa-shopping-cart {
    font-size: 1.3rem;
    color: #222222;
    transition: all 0.3s ease;
}

.header-tools__item .fa-bell {
    font-size: 1.3rem;
    color: #222222;
    transition: all 0.3s ease;
}

/* Mobil header için */
.header-mobile .header-tools__item .fa-user,
.header-mobile .header-tools__item .fa-shopping-cart,
.header-mobile .header-tools__item .fa-bell {
    font-size: 1.2rem;
    color: #222222;
    transition: all 0.3s ease;
}

/* Hover efektleri */
.header-tools__item:hover .fa-user,
.header-tools__item:hover .fa-shopping-cart,
.header-tools__item:hover .fa-bell {
    transform: scale(1.1);
    color: #efc113;
    transition: all 0.3s ease;
}

/* Mobil menüdeki kullanıcı ikonu */
.customer-links .fa-user {
    font-size: 1.2rem;
    color: #222222;
    margin-right: 8px;
}

/* İkonların FontAwesome font-family'sini koruma */
.header-tools__item i {
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

/* Sepet ikonu için özel stil */
.header-tools__cart i {
    font-size: 1.3rem !important;
    color: #222222 !important;
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

/* Sepet ikonunun görünürlüğünü artırma */
.header-tools__cart .fa-shopping-cart {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 1.3rem !important;
    color: #222222 !important;
}

/* Mobil sepet ikonu */
.header-mobile .header-tools__cart .fa-shopping-cart {
    font-size: 1.2rem !important;
    color: #222222 !important;
}

/* Sepet ikonu için ek güvenlik */
.header-tools__cart i.fa-shopping-cart,
.header-tools__cart i.fa,
.header-tools__cart i {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 1.3rem !important;
    color: #222222 !important;
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

/* Tüm sepet ikonları için genel stil */
.fa-shopping-cart {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 1.3rem !important;
    color: #222222 !important;
}

/* FontAwesome sepet ikonu için stil */
.header-tools__item .fa-shopping-cart {
    font-size: 1.3rem;
    color: #222222;
    transition: all 0.3s ease;
}

.header-tools__item:hover .fa-shopping-cart {
    transform: scale(1.1);
    color: #efc113;
    transition: all 0.3s ease;
}

/* Mobil FontAwesome sepet ikonu */
.header-mobile .header-tools__item .fa-shopping-cart {
    font-size: 1.2rem;
    color: #222222;
    transition: all 0.3s ease;
} 