/* ===================== HEADER ===================== */
header {
    background-color: var(--primaryColor);
    box-shadow: 0px -8px 25px -8px rgb(0 0 0 / 13%);
}

header *,
.topHeader * {
    color: hsl(0, 0%, 100%);
}

.topHeader .offcanvas * {
    color: initial;
}

header .dropdown-menu * {
    color: initial !important;
}

header .menu li li * {
    color: initial;
}

header .logo {
    max-width: 165px;
}

header input {
    background-color: #ffffff44 !important;
    color: #fff !important;
    border: none !important;
}

header input::placeholder {
    color: #fff !important;
}

header .callButton {
    display: none !important;
}

.toggler-icon {
    background-color: #fff !important;
}

header .dropdown-menu .btn,
header .dropdown-menu .btn * {
    color: white !important;
}

/* ===================== TOP HEADER ===================== */
.topHeader {
    padding: 1px 0px;
    background-color: var(--primaryColorDesaturated);
    font-size: 16px !important;
}

.topHeader .email-link {
    display: none;
}

.topHeader .social-media-links {
    display: none !important;
}

.topHeader>.container>.gap-3 {
    gap: 10px !important;
}

/* ===================== PAGE TITLE ===================== */
.page-title {
    padding: 10px 0;
}

.page-title h1 {
    font-weight: 400 !important;
    font-size: 30px;
}



/* ===================== NOTIFY MENU ===================== */
.notifyMenu {
    display: none;
}

/* ===================== BASKET DROPDOWN ===================== */
#basketDropdown span {
    background-color: #fff !important;
    color: var(--primaryColor) !important;
}

/* ===================== SEARCH COMPONENT ===================== */
.search-component,
.search-component .desktop-search {
    width: 100%;
}

.search-component .desktop-search {
    display: flex;
    gap: 20px;
}

.search-component .desktop-search .search-results {
    top: 42px;
    z-index: 1021;
    right: 0;
}

.search-results h6 {
    color: var(--primaryColor);
    font-weight: bold;
}

.topHeader .search-component input {
    border: none;
    border-radius: 0;
    background-color: #00000000;
    color: white;
    padding: 0;
    min-height: 40px;
    transition: all 0.3s ease;
}

.topHeader .search-component input::placeholder {
    color: rgba(255, 255, 255, 0.795);
    font-size: 18px;
    font-weight: bold;
}

.topHeader .search-component input:focus {
    background-color: #ffffff2f;
    padding-left: 20px;
}

.topHeader .search-component input:focus-visible {
    outline: unset !important;
    outline-offset: unset !important;
}

.topHeader .search-component .desktop-search::before {
    content: 'tıkla ve ürün ara ╰┈➤ˎˊ˗';
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #ffffff30;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    pointer-events: none;
    white-space: nowrap;
}

/* ===================== SLIDER CATEGORY ===================== */
.slider-category {
    color: initial;
    position: relative;
    color: #333;
}

.slider-category img {
    width: 24px;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.slider-category .bi-bookmark-fill {
    opacity: 0.8;
    display: block;
    width: 24px;
}

.slider-category:before {
    content: '';
    left: 0;
    right: 89%;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: var(--primaryColor);
    z-index: 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

/* ===================== TITLE ===================== */
.title {
    text-transform: uppercase;
    color: var(--primaryColor);
    display: flex;
    gap: 15px;
}

.title h5 {
    font-weight: bold;
}

/* ===================== CATEGORY SUMMARY ===================== */
.categorySummary {
    padding: 10px 0;
}

.categorySummary.mt-4 {
    margin: 0 !important;
    padding: 0 !important;
}

/* ===================== BRANDFIX ===================== */
#brandfix {
    position: fixed;
    color: rgb(0 0 0 / 7%);
    text-align: center;
    top: 200px;
    left: 50px;
    z-index: -1;
    writing-mode: vertical-rl;
    white-space: nowrap;
    margin: 0px;
    height: calc(-300px + 100vh);
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.05em;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity, filter;
    transform-origin: center center;
    filter: blur(0px);
    opacity: 0.7;
}

#brandfix.scrolling {
    opacity: 0.9;
    letter-spacing: 0.1em;
}

/* ===================== ROUTE UYE ===================== */
.route-uye {
    background-color: var(--bs-primary);
    background-image: radial-gradient(circle, rgba(255, 255, 255, .15) 1px, transparent 1px);
    background-size: 15px 20px;
}

.route-uye .carousel-item img {
    object-fit: cover !important;
}

.route-uye h3 {
    color: #fff;
}

.route-uye input {
    background-color: #ffffff44 !important;
    color: #fff !important;
    border: none !important;
}

.route-uye .btn.btn-link,
.route-uye .text-muted,
.route-uye .text-primary {
    color: #fff !important;
}

.img-blur-background {
    display: none;
}

.search-component .text-muted {
    color: rgba(255, 255, 255, 0.795) !important;
    font-weight: bold;
}

.favorite-bar img,
.basket-bar img,
.profileMenu img , .btn-primary img{


    filter: brightness(0) invert(1);


}

.basket-bar .item-count {

    background-color: var(--primaryColorL) !important;
    color: black !important;

}

/* ===================== RESPONSIVE ===================== */
@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1580px;
    }
}

@media (max-width: 992px) {
    .slider-category:before {
        right: 77%;
    }

    .slider-category {
        font-size: 13px;
    }

    .topHeader {
        padding: 5px 0px;
    }

    .mobile-menu *,
    #navbarOffcanvas * {
        color: initial !important;
    }
}