/* 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;
}

.discount-badge {
    background-color: red;
    color: white;
    width: unset;
    height: unset;
    aspect-ratio: 1 / 1;
    font-size: 19px;
    font-weight: bold;
    padding: 5px;
    min-width: 37px;
    max-width: fit-content;
    display: flex;
}

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

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

.attribute-icon {
    max-width: 32px;
}

@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;
    }
}