@font-face {
    font-family: 'Instrument Sans';
    src: url('InstrumentSans-VariableFont.ttf') format('truetype-variations'),
        url('InstrumentSans-VariableFont.ttf') format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('InstrumentSans-Italic-VariableFont.ttf') format('truetype-variations'),
        url('InstrumentSans-Italic-VariableFont.ttf') format('truetype');
    font-style: italic;
    font-display: swap;
}

:root {
    --font-family-base: 'Instrument Sans', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    --bs-border-color: #e1e8ed !important;
}

.navbar svg {
    fill: #444;
}

.navbar svg:hover {
    fill: var(--primaryColor);
}

.navbar-toggler .toggler-icon {
    background-color: #444;
    height: 2px !important;
    width: 30px !important;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg) translate(4px, 4px);
}

p {
    font-size: 15px;
    color: #444444;
    line-height: 176%;

}

p.blogItem-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

html,
body {
    font-family: var(--font-family-base);
}

/* Store notice slider */
.storeNotice {
    visibility: hidden;
}

.storeNotice--ready {
    visibility: visible;
}

.storeNotice--slider {
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 1.4;
}

.storeNotice__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.storeNotice__viewport {
    position: relative;
    overflow: hidden;
    height: 1.4em;
    flex: 1 1 auto;
    min-width: 0;
}

.storeNotice__track {
    display: block;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.storeNotice__item {
    display: block;
    height: 1.4em;
    line-height: 1.4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.storeNotice__controls {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
}

.storeNotice__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.15);
    color: inherit;
    font-size: 12px;
    line-height: 1;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.storeNotice__btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.storeNotice__btn:active {
    transform: scale(0.92);
}

.storeNotice__btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.storeNotice__btn--close {
    background: transparent;
    font-size: 16px;
}

.storeNotice__btn--close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.topHeader {
    background-color: var(--primaryColor);
    padding: 9px;
    height: 42px;
}

header nav>.container,
.menu>ul>li>a {
    min-height: 74px
}

.storeNotice {
    margin: 0 !important;
    font-size: 14px;
    color: #fff;
}

.menu>ul>li>a {
    font-size: 15px;
    font-weight: 600;
}

h5.logo-text {
    color: initial !important;
}

.container-fluid {
    padding-left: 2.2rem;
    padding-right: 2.2rem;

}

.navbar .offcanvas-body.justify-content-end {
    justify-content: center !important;
}

.categorySummary--product,
.store-shortcuts,
.faq-summary-section .container,
.blog-section .container {
    max-width: 1410px;
    margin: auto;
}

section.faq-summary-section {
    background-color: #f1f1f1;
}

.homePage section:nth-child(2n+1) {
    background-color: unset !important;
    border-bottom: 1px solid var(--bs-border-color);
}

.partners-section>.container>.row {
    display: none;
}

.partners-section .swiper-pagination {
    display: none;
}

.partner-logo img {
    max-height: 30px;
}

.partners-section {
    padding: 10px 0px !important;
}

.partners-section .swiper-wrapper {
    padding: 0 !important;
}

.store-shortcut a {
    color: unset !important;
    text-decoration: none !important;
}

.store-shortcut a:hover svg {
    fill: var(--primaryColor);
}

.store-shortcut h6 {
    font-weight: 600;
    color: #111;
}

.store-shortcut p {
    font-size: 15px;
    color: #444;
}

.store-shortcut .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e8ed;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

.store-shortcut svg {
    width: 24px;
    height: 24px;
}

.productItem .d-block.text-primary.fw-bold.fs-5.m-0 {
    color: unset !important;
}

.productItem.card {
    background-color: transparent;
    border: 0;
    text-align: center;
}

.productItem .carousel {
    border-radius: 15px !important;
    overflow: hidden !important;
}

.productItem .d-flex.flex-wrap.justify-content-between.gap-2 {
    justify-content: center !important;
}

.productItem .commentSummary {
    justify-content: center !important;
}

.product-price__original.text-decoration-line-through {
    color: #6a7282 !important;
    font-weight: 500 !important;
}

.commentSummary .point,
.commentSummary .count {
    color: #6a7282 !important;
    font-size: 13px !important;
}

.commentSummary {
    gap: 5px !important;
    align-items: end !important;
}

.commentSummary .stars .bi {
    color: rgb(243, 184, 31) !important;
}

.commentSummary .stars {
    font-size: 13px !important;
}

.productItem .product-price__amounts {
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-badge>div {
    padding: 4px 11px !important;
    border-radius: 15px !important;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.accordion {
    border-radius: 10px;
    overflow: hidden;
}

.accordion-item.border-0.mb-3 {
    margin: 0 !important;
    border-bottom: 1px solid var(--bs-border-color) !important;
}

.accordion-button {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
}

.title h5,
.section-title {
    font-size: 36px;
    font-weight: 600;

}

.categorySummaryTop {
    margin-bottom: 40px !important;
    flex-direction: column;
}

.categorySummary>.justify-content-between {
    justify-content: center !important;
}

.favorite-area {
    display: none;
    padding: 10px !important;
}

.productItem:hover .favorite-area {
    display: inline-flex;
    align-items: center;

}

.favorite-button {
    width: 44px !important;
    height: 44px !important;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    color: #6b6b6b !important;
}

.featuredCategory--category {
    border: none !important;
}

.featuredCategory {
    padding-bottom: 0 !important;
}

.footer-feature-inner {
    align-items: center !important;
}

.categorySummary--category .categorySummaryTop {
    display: none !important;
}

a.footer-feature:hover .footer-feature-icon-wrap {
    background: initial;
}

.featuredCategory--category {
    padding-top: 15px !important;
}

.categorySummary--category .img-container,
.categorySummary--category .img-container img {

    border-radius: 15px;
}

.categorySummary--category .img-container img,
.blogItem .img-container img {
    object-fit: cover !important;
    transition: transform 0.3s ease-in-out;
}

.blogItem .img-container {
    border-radius: 15px;
    overflow: hidden;
}

.blogItem:hover .img-container img {
    transform: scale(1.15);

}

.blogItem-category {
    font-size: 13px;
    padding: 6px 20px;
    color: #111111;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.blogItem-category:hover {
    color: var(--primaryColor) !important;
}

.card {
    border: none;
}

.blogItem .card-title {
    font-size: 18px;
    color: #111;
    font-weight: 600;
}

.blogItem-date {
    font-size: 14px;
    color: #444;
}

.blog-section a.btn {
    display: none;
}

.categorySummary--category .card-body {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 10;

}

.categorySummary--category .swiper-wrapper {
    padding-bottom: 0 !important;
}

.categorySummary--category {
    margin: 0 !important;
}

.categorySummary--category .card-body * {
    color: white;
}

.categorySummary--category .card-body .btn {
    color: #111;
    font-weight: 600;
    padding: 12px 48px !important;
    font-size: 15px;
    border-radius: 25px;
}

.categorySummary--category .card-body p {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.categorySummary--category .card-body h5 {
    font-size: 36px;
    font-weight: 600;
}

.categorySummary--category .category-type img {
    transition: transform 0.2s ease-in-out;
}

.categorySummary--category .category-type:hover img {
    transform: scale(1.1);
}

.category-sub-tabs .nav-link a {
    display: none;
}

.nav-pills {
    gap: 10px
}

.nav-pills .nav-link,
.btn.btn-sm.btn-light {
    color: #111;
    font-weight: 600;
    background-color: #f1f1f1;
    padding: 3px 20px;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
}

.title {
    margin-bottom: 15px;
}

.productItem img {
    transition: all .3s ease-in-out;
}

.productItem:hover img {
    transform: scale(1.15);
}

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

.menu ul ul li a {
    font-weight: 500
}

.product-price__original {
    margin-bottom: 0;
}

.counter .btn,
.counter input {
    padding: 3px 12px !important;
    font-size: 13px;
}

.route-magaza-sepet table .d-flex {
    align-items: center;
}

.route-magaza-sepet table .btn.btn-sm {
    padding: 4px 10px !important;
}

.route-home header {
    border-bottom: none
}

header {
    border-bottom: 1px solid var(--bs-border-color);
}

.carousel-control-next,
.carousel-control-prev {
    display: none;
}

.search-modal ul li a {
    padding: 4px 10px;
    background-color: #f1f1f1;
    display: block;
    margin-bottom: 6px;
    border-radius: 6px;
    color: #111 !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

@media (min-width: 992px) {
    .container {
        margin: 0;
        padding-left: 2.2rem;
        padding-right: 2.2rem;
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .profileMenu {
        width: 23px !important;
    }

    .product-badge>div {
        padding: 2px 10px !important;

        font-size: 10px;

    }

    .favorite-area {

        padding: 5px !important;
    }

    .favorite-button {
        width: 33px !important;
        height: 33px !important;
        font-size: 11px
    }

    .productItem .card-title {
        font-size: 13px;
    }

    .productItem .product-price__original,
    .product-price__discounted,
    .product-price__original.text-decoration-line-through,
    .product-price__final {
        font-size: 16px !important;
    }

    .categorySummary--category .card-body p {
        font-size: 12px;
        margin-bottom: 7px;
    }


    .categorySummary--category .card-body h5 {
        font-size: 20px;
    }

    .categorySummary--category .card-body {

        bottom: 0;
        left: 0;

    }

    .categorySummary--category .card-body .btn {

        padding: 6px 18px !important;
        font-size: 12px;
    }

    .store-shortcut a:hover svg {
        fill: white
    }

    .store-shortcut a:hover {
        background-color: var(--primaryColorDarkest);
    }

    .store-shortcuts {
        padding-bottom: 35px !important;
    }

    section.featuredProducts {
        padding-top: 25px !important;
    }

    .categorySummaryTop {
        margin-bottom: 0 !important;
    }

    .title h5,
    .section-title {
        font-size: 24px;
    }

    .store-shortcut a {

        background-color: var(--primaryColor);
        border-radius: 32px;
    }

    .store-shortcut h6 {
        color: white;
    }

    .store-shortcut svg {
        fill: white;
    }

    .store-shortcut .icon {

        border-width: 2px;
        border-color: white;
    }

    header nav>.container,
    .menu>ul>li>a {
        min-height: 64px;
    }

    .store-shortcut h6 {
        font-size: 13px;
    }

    .store-shortcut .icon {
        width: 34px;
        height: 34px;
    }

    .store-shortcut svg {
        width: 15px;
        height: 15px;
    }

    .productItem.card .addBasketButton {
        font-size: 15px;
        padding: 4px 10px;
    }

    .storeNotice__viewport {
        text-align: start;
    }

    .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Featured categories grid */
.featured-cat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.featured-cat-box {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    aspect-ratio: 453 / 642;
    padding: 24px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f3f3f3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-cat-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 50%);
    transition: background 0.3s ease;
    pointer-events: none;
}

.breadcrumb-item a {
    color: #111;
}

.featured-cat-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.featured-cat-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 12px 28px;
    background-color: #fff;
    color: #111;
    font-weight: 600;
    font-size: 15px;
    border-radius: 999px;
    text-align: center;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.featured-cat-box:hover .featured-cat-btn {
    background-color: #111;
    color: #fff;
}

.page-title h1 {
    font-size: 25px;
    font-weight: 600 !important;
}

@media (max-width: 767.98px) {
    .featured-cat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .featured-cat-btn {
        padding: 10px 18px;
        font-size: 13px;
    }

    .featured-cat-box {
        padding: 14px;
    }
}

.authpage {
    background-color: var(--primaryColor);
}

.authpage h3 {
    color: white;
}

.authpage .logo-text,
.authpage .text-muted,
.authpage .text-primary {
    color: white !important;
}

.authpage .btn {
    background-color: white !important;
    border: none !important;
}

.authpage .btn-primary {
    color: #111 !important;
}

.authpage .btn:hover {
    color: var(--primaryColor) !important;
}

.authpage .logo {

    filter: brightness(0) invert(1);

}


.authpage::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#ffffff1c 1px, transparent 1px), linear-gradient(90deg, #ffffff1c 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(circle at center, black 40%, transparent 100%);pointer-events: none;
}