/* Store Module Styles */

/* Category Item Overlay Hover Effects */
.category-item-overlay:hover .overlay {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.3) 100%);
}

/* Categories Summary Carousel */
.categoriesSummary .carousel-inner {
    border-radius: 0 !important;
}

/* Category Cover Styles */
.categoryCover {
    transition: all 0.3s ease;
}

.categoryCover:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.category-additional-info-detail {
    scroll-margin-top: 90px;
    /* Üstte bırakmak istediğiniz boşluk kadar px */
}

/* Category Item Overlay Base Styles */
.category-item-overlay {
    transition: all 0.3s ease;
}

.category-item-overlay:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Category Carousel Pagination */
.categoryCarousel .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
}

.categoryCarousel .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.categoryCarousel .swiper-pagination-bullet-active {
    background: #fff;
}

/* Kategori navigasyon stilleri */
.category-tree .category-expand-link {
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.category-tree .category-expand-link:hover {
    background-color: rgba(0, 123, 255, 0.1);
}

.category-tree .category-direct-link {
    color: #6c757d;
    transition: all 0.2s ease;
}

.category-tree .category-direct-link:hover {
    color: var(--primaryColor);
    background-color: rgba(0, 123, 255, 0.1);
    transform: translateX(2px);
}

.categorySummary .swiper-slide {
    height: 100%;
}

.storeBanner * {
    margin: 0 !important;

}

.offcanvas.offcanvas-end:focus-visible {
    outline: none !important;
}

.storeBanner img {
    max-width: 100%;
}

.storeNotice {
    display: block;
    text-align: center;
}

.favorite-button,
.discount-badge {
    width: 28px;
    height: 28px;
    font-size: 13px;
    background-color: white;
    border: 0;
    border-radius: 50%;
    color: var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discount-badge {
    background-color: red;
    color: white;
    font-size: 17px;
    font-weight: 500;
    margin-top: 5px;
}

.discount-badge span {
    text-shadow: rgb(255, 0, 0) 3px 0px 0px, rgb(255, 0, 0) 2.83487px 0.981584px 0px, rgb(255, 0, 0) 2.35766px 1.85511px 0px, rgb(255, 0, 0) 1.62091px 2.52441px 0px, rgb(255, 0, 0) 0.705713px 2.91581px 0px, rgb(255, 0, 0) -0.287171px 2.98622px 0px, rgb(255, 0, 0) -1.24844px 2.72789px 0px, rgb(255, 0, 0) -2.07227px 2.16926px 0px, rgb(255, 0, 0) -2.66798px 1.37182px 0px, rgb(255, 0, 0) -2.96998px 0.42336px 0px, rgb(255, 0, 0) -2.94502px -0.571704px 0px, rgb(255, 0, 0) -2.59586px -1.50383px 0px, rgb(255, 0, 0) -1.96093px -2.27041px 0px, rgb(255, 0, 0) -1.11013px -2.78704px 0px, rgb(255, 0, 0) -0.137119px -2.99686px 0px, rgb(255, 0, 0) 0.850987px -2.87677px 0px, rgb(255, 0, 0) 1.74541px -2.43999px 0px, rgb(255, 0, 0) 2.44769px -1.73459px 0px, rgb(255, 0, 0) 2.88051px -0.838247px 0px;
    left: -2px;
    top: 50%;
}

.order-item-price .fw-bold {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-item-price * {
    font-size: 16px;
}

.attribute-icon {
    max-width: 32px;
}
.basket-bar{
        margin-top: -4px;
}
.basket-bar .item-count {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: var(--primaryColor);
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    #basketApp .dropdown-menu {
        position: fixed;
        left: 0 !important;
        top: 0;
        right: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        max-width: unset !important;
        margin: 0;
        border: 0;
        border-radius: 0;
    }
}