/* 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 {
    width: 32px;
    height: 32px;
    font-size: 13px;
    background-color: white;
    border: 0;
    color: var(--primaryColor);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.discount-badge {
    background-color: red;
    display: flex;
    align-items: center;
    color: white;
    flex-direction: column;
    aspect-ratio: 1 / 1;width: 32px;
    line-height: normal;
    font-weight: bold;    align-items: center;
    justify-content: center;    gap: 0;
}
.discount-badge .icon{
   font-size: small;margin-bottom: -4px;
}
.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: 4px;
    right: -6px;
    background-color: var(--primaryColor);
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
}
.route-magaza #floatingContactBar{
    display: none;
}
@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;
    }
}