/* Quicksand Font Family */
@font-face {
    font-family: 'Quicksand';
    src: url('quicksand/Quicksand-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'Quicksand';
    src: url('quicksand/Quicksand-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'Quicksand';
    src: url('quicksand/Quicksand-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'Quicksand';
    src: url('quicksand/Quicksand-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'Quicksand';
    src: url('quicksand/Quicksand-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: optional;
}

.categoriesSummary img {
    object-fit: cover !important;
}

* {
    font-family: 'Quicksand', sans-serif;
}

.search-component {
    width: 60%;
}

.search-component .form-control {
    border: 3px solid var(--primaryColor);
    min-height: 50px;
}



.profileMenu {
    width: 17ch
}
.desktop-search img{
    right: 0 !important;
    background-color: var(--primaryColor) !important;
    padding: 13px;
    width: 44px;
    height: 44px;
    top: 3px !important;
    border-radius: 5px;
}
.topHeader {
    background-color: #f5f5f5;
}

.topHeader * {
    font-size: 14px !important;
    color: #111111;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.topHeader a{
  
    padding-right: 17px;
    padding-top: 0.05em;
    padding-bottom: 0.05em;
}
.topHeader .storeNotice {
    margin: 0 !important;

}
.topHeader .shorts .desktop {
    gap: 17px !important;
}
.topHeader .shorts .desktop a{
    border-right: 1px solid #ddd;
}
.topHeader .shorts .desktop a:last-child{
    border-right: none;
}
header nav>.container,
.menu>ul>li>a {
    min-height: 65px;
    color: #111827;
}

.menu>ul {
    gap: 0;
}

.menu>ul>li>a {
    padding: 0 20px;
}

.menu li * {
    font-weight: unset !important;
    font-size: 18px;
}

.menu ul li ul {
    min-width: 100%;
}

.offcanvas-body {
    justify-content: start !important;
}

.logo-text {
    color: #111827 !important;
}

.menu ul li {
    transition: background-color 0.3s ease;
}

.menu ul li:hover {
    background-color: var(--primaryColorLightest);
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eee;
    transition: all 0.25s ease;
    cursor: pointer;
    height: 100%;
}

.category-card p {
    margin: 0;
}

.category-card svg {
    fill: var(--primaryColor);
}

.category-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    border-color: var(--primaryColor);
    /* senin turuncuya yakın */
}

.category-card i {
    font-size: 18px;
    color: var(--primaryColor);
}

.category-card span {
    font-weight: 600;
    color: #111827;
}

.menu ul li:hover>a {
    color: var(--primaryColor) !important;
}

.menu li.active {

    background-color: var(--bs-gray-100);
}

.search-results {
    z-index: 1021;
}

.search-results ul li a {
    color: #333 !important;
    padding: 6px 15px;
    display: block;
    background-color: #f7f7f7;
    margin-bottom: 5px;
    border-radius: 5px;
    font-weight: 500;
}

.search-results ul li a:hover {
    background-color: #e2e2e2;

}

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

.profileMenu a {
    color: #111827;
}

.categorySummary .title h5 {
    text-transform: uppercase;
    font-weight: bold;
}

.category-type-wrapper .card-body {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    color: white;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.category-type-wrapper .card-body h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}

.category-type-wrapper .card {
    border-radius: 10px;
    overflow: hidden;
}

.category-type-wrapper .card img,
.category-type-wrapper h5::before {
    transition: transform 0.3s ease;

}

.category-type-wrapper .card:hover img {
    transform: scale(1.15);
}

.category-type-wrapper .card:hover .card-body h5::before {
    opacity: 0.58;
    background: black;
}

.category-type-wrapper .card-body h5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primaryColor);
    z-index: -1;
    opacity: 0.88;
}

.page-title {
    background-color: var(--bs-gray-100) !important;
    color: var(--primaryColor);
    padding: 21px 0;
}

.product-details p,
#details p {
    font-size: 15px;
    font-weight: 300;
    color: #252525;
}


#details p strong,
#details h1,
#details h2,
#details h3,
#details h4,
#details h5,
#details h6 {
    color: var(--primaryColor);
    font-weight: 600;
}

.product-attribute-label {
    color: var(--primaryColor) !important;
    font-weight: 600;
}

.btn:not(.btn-sm) {
    padding: 5px 20px;
    font-weight: bold;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-size: 15px;
}

.btn .spinner-border {
    border-radius: 50% !important;
}

.counter .btn,
.basket-item-quantity .btn {
    padding: 5px 12px;
}

.nav-tabs button.nav-link {
    text-transform: uppercase;
    padding: 14px 57px;
    font-weight: 500;
}

.page-title h1 {
    font-size: 21px;

    text-transform: uppercase;
}

.discount-badge h5.d-block.text-primary.fw-bold.fs-5.m-0 {
    font-size: 17px !important;
}

.route-magaza-urunler-param1 .tab-content {
    padding: 15px 35px;
    background-color: #f3f3f3;
    margin-bottom: 40px;
}

.sidebar-section {
    background-color: var(--bs-gray-100);
    padding: 20px;
}

.sidebar-content {
    margin: 0 !important
}

@media (max-width: 991.98px) {
    .route-magaza-urunler-param1 .tab-content {
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .nav-tabs button.nav-link {
        padding: 14px 37px;

    }

    .page-title {

        padding: 8px 0;
    }

    .logo {
        max-width: 140px;
    }

    h5.card-title.h6 {
        font-size: 14px;
    }

    header {
        min-height: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 0;
        overflow: hidden;
    }

    .category-card svg {
        width: 24px;
        height: 24px;
    }

    .topHeader .storeNotice {
        font-size: 12px !important;
        font-weight: 600;
    }

    .category-card {
        padding: 10px 8px;
        gap: 4px;
        align-items: center;
        text-align: center;
        justify-content: space-between;
    }

    .category-card>span {
        font-size: 0.72rem;
        order: 2;
    }

    .category-card .d-flex {
        justify-content: center;
        order: 1;
    }
}

/* Bootstrap Container Genişlik Overrides */
@media (min-width: 1200px) {
    .first-header {
        position: unset !important;
    }

    .menu>ul {
        margin-left: -20px;
    }

    .container,
    .container-xl {
        max-width: 1400px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-xxl {
        max-width: 1450px;
    }
}