@font-face {
    font-family: 'InterTight';
    src: url('InterTight-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'InterTight';
    src: url('InterTight-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: block;
}

header {
    height: 80px;
}

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

.menu>ul>li>a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

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

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

.nav-link {
    color: unset !important;
}

#slider .carousel-caption {
    left: 0;
    text-align: start;
    top: 0;
    bottom: 0;
    max-width: 700px;

    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 20px 110px;
    background: linear-gradient(90deg, #00000059 0%, #00000054 40%, rgba(215, 215, 215, 0) 100%);
}

#slider img {
    max-height: 750px;
    object-fit: cover !important;
    width: 100%;
    object-position: center;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

#slider .carousel-caption h5 {
    font-size: 58px;
}

#slider .slide-desc {
    font-size: 18px;
    font-weight: 600
}

.slideButton {
    background-color: transparent !important;
    border-color: white !important;
    padding: 10px 35px !important;
    margin-top: 24px !important;
    letter-spacing: 1px;
    font-weight: 600;
}

.btn {
    border-radius: 10px;
    font-size: 15px;
    padding: 7px 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

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

.homePage section:nth-child(2n+1) {
    background-color: unset !important;
}

body.fonts-loading {
    visibility: hidden;
}

*,
*::before,
*::after {
    font-family: 'InterTight', sans-serif !important;
}

.topHeader {
    background-color: var(--secondaryColor);
    color: white;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.storeNotice {
    margin-bottom: 0 !important;
    overflow: hidden;
    width: 100vw;
    display: flex !important;
    align-items: center;
}

.storeNotice__track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-25%);
    }
}

.storeNotice__item {
    display: inline-flex;
    align-items: center;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    padding: 0 24px;
}

.storeNotice__decor {
    fill: var(--primaryColor);
    width: 18px;
    height: 18px;
    opacity: 0.8;
    vertical-align: middle;
    margin: 0 8px;
    flex-shrink: 0;
}

.cat-featured-banner-overlay {
    display: none;
}

.cat-featured-banner-name,
.cat-featured-banner-desc,
.cat-featured-banner-cta {
    color: #22201d !important;
}

.cat-featured-banner-body {
    max-width: 50% !important;
    justify-content: start !important;
    padding: 40px 30px !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;
}

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

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

.product-price__discounted {
    font-size: 16px !important;
}

.product-price__original {
    font-size: 16px;
    font-weight: bold;
}

.commentSummary .stars i {
    color: var(--primaryColor) !important;
}

.container-fluid,
.container {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    margin: 0 !important;
    max-width: 100% !important;

}

.profileMenu a {
    color: unset;
}

section {
    background-color: white !important;
    border-bottom: 1px solid #efefef !important;
}

.toggler-icon {
    height: 2px;
}

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

.featuredCategory--category_menu .card.h-100.p-3.border {

    border: 1px solid #efefef !important;
}

@media (min-width: 992px) {
    .route-home .container {
        margin: 0;
        padding-left: 3%;

    }
}

@media (max-width: 992px) {

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

    #slider .carousel-caption h5 {
        font-size: 21px;
    }

    #slider .slide-desc {
        font-size: 14px;
        font-weight: 600;
    }

    #slider .carousel-caption {
        padding: 9%;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .slideButton {
        padding: 5px 12px;
        font-size: 13px !important;
    }

    #slider img {
        min-width: 550px;
    }



    .featuredCategoryTheme__link {
        justify-content: center;
        min-height: 250px !important;
    }

    .featuredCategoryTheme__content .btn {
        padding: 5px 15px;
        font-size: 13px;
    }

    .featuredCategoryTheme__content h2 {
        font-size: 21px;
    }

    .featuredCategoryTheme__content p {
        font-size: 14px;
    }

    .featuredCategoryTheme__content {
        max-width: 50% !important;
    }

    .btn {
        padding: 5px 15px;

    }

    .featuredCategory--category .card-body {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 30px !important;
    }

    .categorySummary--category_menu .d-flex.align-items-center.justify-content-between.gap-3 {
        flex-direction: column-reverse !important;

    }


}

.comment-card {
    background-color: rgb(246, 246, 246) !important;
    box-shadow: unset !important;
    border-radius: 20px !important;
    padding: 45px 40px !important;
}

.comment-date {
    display: none;
}

.comment-text {
    color: #22201D !important;
    font-style: italic;
    font-size: 18px;    margin: 0 !important;
}
.section-subtitle {
    margin: 0 !important;
}
.btn {

    background-color: white;
    box-shadow: var(--bs-box-shadow-sm);
}

.counter .btn,
.basket-item-quantity .btn {
    box-shadow: unset;
    padding: 5px 15px;
}

.basket-item-quantity .btn {
    border: 1px solid #dee2e6;
}

.title h5 {
    font-size: 25px;
    font-weight: 600;
}

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

}

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

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

.categorySummary--category_menu ul a {
    font-size: 16px;
    padding: 4px 0px;
    display: block;
}

.categorySummary--category_menu li a {
    padding-left: 5px;
}

.categorySummary--category_menu ul {
    list-style: decimal-leading-zero !important;
    padding-left: 26px !important;
}

.categorySummary--category_menu .overflow-hidden {
    width: 100%;

}

.card {
    border: 0 !important;
}

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

.featuredCategory--category .container {
    margin: 0;
    padding: 0;
}

.featuredCategory--category .swiper {
    margin: 0 !important;
}

.featuredCategory--category .category-type-wrapper {
    padding: 0;
}

.featuredCategory--category .carousel,
.featuredCategory--category .img-container,
.featuredCategory--category .card-img-top {
    aspect-ratio: 2 / 2.3 !important;
}

.featuredCategory--category .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    z-index: 1;
    color: white;
    text-align: center;
    font-size: 15px;
    background-image: linear-gradient(180deg, #00000000 50%, #422711 100%);
    display: flex;
    justify-content: center;
    align-items: end;
    overflow: hidden;
}

.featuredCategory--category .card-body::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(180deg, #00000000 30%, #422711 100%);
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: -1;
}

.featuredCategory--category .card-body:hover::before {
    opacity: 1;
}

.categorySummary--category>.d-flex {
    display: none !important;
}

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

.featuredCategoryTheme {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}

.featuredCategoryTheme::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .4s ease-in-out;
    z-index: 0;
}

.featuredCategoryTheme:hover::before {
    transform: scale(1.1);
}

.featuredCategoryTheme>* {
    position: relative;
    z-index: 1;
}

.featuredCategoryTheme__link {
    min-height: 400px;
}

.featuredCategoryTheme__content {
    max-width: 40%;
}

.featuredCategoryTheme__content p {
    color: #4b4b4a;
    margin-bottom: 10px;
}
.page-title h1 {
    font-size: 30px;
    font-weight: 500 !important;
}
.featuredCategoryTheme__content p:last-child {
    margin-bottom: 0 !important;
}.accordion-button:not(.collapsed) {
    background-color: #f7f8f9 !important;
}
footer a,footer *{
    color: #4b4b4a !important;
}
/* Blog Card (Anasayfa) */
.route-home .blogItem.card {
    background-color: transparent;
}

.route-home .blogItem .carousel,
.route-home .blogItem .img-container,
.route-home .blogItem .card-img-top {
    border-radius: 15px !important;
    overflow: hidden !important;
}

.route-home .blogItem .card-img-top,
.route-home .blogItem .carousel {
    aspect-ratio: 16 / 11;
}

.route-home .blogItem .card-body {
    padding: 20px 10px 10px;
}

.route-home .blogItem-meta {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9a9a9a;
    font-weight: 600;
}

.route-home .blogItem-meta .blogItem-category {
    color: #9a9a9a !important;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

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

.route-home .blogItem-meta-sep {
    margin: 0 6px;
}

.route-home .blogItem-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #22201D;
}

.route-home .blogItem-excerpt {
    color: #6b6b6a;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.route-home .blogItem-readmore {
    display: inline-block;
    align-self: center;
    font-size: 14px;
    font-weight: 600;
    color: #22201D;
    border-bottom: 1px solid #22201D;
    padding-bottom: 2px;
    transition: color .2s ease, border-color .2s ease;
}

.route-home .blogItem.card:hover .blogItem-readmore {
    color: var(--primaryColor);
    border-bottom-color: var(--primaryColor);
}