#search_icon:hover{
    color: #000;
}
#clear_icon:hover{
    color: #000;
}
#search_submit_btn:hover{
    color: #000;
}
.search_input_header:focus{
    border: 1px solid #cccccc;
}
.topbar {
    overflow: visible !important;
}
.serch-result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
    max-height: 400px;
    overflow-y: auto;
    margin-top: 5px;
}
#header_search_form {
    position: relative;
}
.main-menu-search-item form {
    position: relative;
}
.main-menu-search-item {
    position: relative;
}
.main-menu-search-item .serch-result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
    max-height: 400px;
    overflow-y: auto;
    margin-top: 5px;
}
.hidden-on-mobile {
    position: relative;
    overflow: visible;
}
.main-menu {
    position: relative;
    overflow: visible;
}
.mobile-menu-search-item {
    width: 100%;
    padding: 0px 10px;
}
.mobile-menu-search-item form {
    width: 100%;
    position: relative;
}
.mobile-menu-search-item .serch-result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
    max-height: 400px;
    overflow-y: auto;
    margin-top: 5px;
}
@media (max-width: 991px) {
    .mobile-menu-search-item .serch-result {
        max-height: 550px;
    }
}
#leftDrawerBody {
    position: relative;
    overflow: hidden;
    min-height: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}
@media (max-width: 991px) {
    .menu-top-area-desktop-only {
        display: none !important;
    }
    .topbar .container .row .col-lg-12 > .d-flex.justify-content-between.align-items-center,
    .topbar .container .row .col-lg-12.p-0 > .d-flex.justify-content-between.align-items-center {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

@media (max-width: 991px) {
    .floating_part {
        display: none !important;
    }
}

.category-hamburger {
    display: none;
}

.category-menu-toggle {
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.category-menu-toggle:hover {
    color: #666;
}

.category-menu-toggle svg {
    width: 21px;
    height: 21px;
    display: block;
}

@media (min-width: 992px) {
    .category-hamburger.category-menu-toggle {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .category-hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
    }
    
    .topbar .d-flex {
        position: relative;
    }
    
    .site-branding {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    
    .site-branding .site-logo {
        display: flex;
        justify-content: center;
    }
    
    .site-branding img {
        max-height: 40px;
        width: auto;
    }
    
    .toolbar {
        margin-left: auto;
    }
}

[data-notify="container"] {
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    border: none;
    border-radius: 8px;
    padding: 15px;
    background: #fff;
    transition: all 0.3s ease;
}

[data-notify="container"]:hover {
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

[data-notify="container"].alert-success {
    background: #f0fff4;
    border-left: 4px solid #48bb78;
}

[data-notify="container"].alert-danger {
    background: #fff5f5;
    border-left: 4px solid #f56565;
}

.notify-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.4;
}

.notify-title i {
    font-size: 16px;
}

[data-notify="container"] .close {
    font-size: 18px;
    opacity: 0.5;
    transition: opacity 0.2s ease;
    padding: 5px;
}

[data-notify="container"] .close:hover {
    opacity: 1;
}

[data-notify="container"].alert-success .notify-title i {
    color: #48bb78;
}

[data-notify="container"].alert-danger .notify-title i {
    color: #f56565;
}

.animate__animated {
    animation-duration: 0.5s;
}

.animate__faster {
    animation-duration: 0.3s;
}

.ssa-cookie-banner {
    position: fixed;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    max-width: 95%;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    padding: 20px 28px;
    border-radius: 18px;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.16);
    display: none;
    align-items: center;
    gap: 28px;
    opacity: 0;
    z-index: 1000;
}

.ssa-cookie-banner__left {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.ssa-cookie-banner__icon {
    font-size: 24px;
    background: #fff0f0;
    padding: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.ssa-cookie-banner__text h3 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 700;
}

.ssa-cookie-banner__text p {
    margin: 0;
    font-size: 14px;
    color: #555;
    max-width: 520px;
}

.ssa-cookie-banner__actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-shrink: 0;
}

.ssa-cookie-banner__btn {
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.ssa-cookie-banner__btn--accept {
    background: #1a1a1a;
    color: #fff;
}

.ssa-cookie-banner__btn--accept:hover {
    background: #000;
}

.ssa-cookie-banner__btn--decline {
    background: transparent;
    border: 1px solid #e0e0e0;
    color: #666;
}

.ssa-cookie-banner__btn--decline:hover {
    background: #f5f5f5;
}

.ssa-cookie-banner--show {
    display: flex;
    animation: ssaCookieFadeUp 0.35s ease-out forwards;
}

.ssa-cookie-banner--hide {
    animation: ssaCookieFadeDown 0.35s ease-in forwards;
}

@keyframes ssaCookieFadeUp {
    from { opacity: 0; transform: translate(-50%, 16px); }
    to   { opacity: 1; transform: translate(-50%, 0); }
}

@keyframes ssaCookieFadeDown {
    from { opacity: 1; transform: translate(-50%, 0); }
    to   { opacity: 0; transform: translate(-50%, 16px); }
}

@media (max-width: 640px) {
    .ssa-cookie-banner {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        width: 100%;
    }

    .ssa-cookie-banner__actions {
        justify-content: flex-end;
    }
}

.floating-cart-container {
    position: fixed;
    right: 20px;
    top: 100px;
    z-index: 9997;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    cursor: grab;
}

.floating-cart-container:active {
    cursor: grabbing;
}

@media (max-width: 991px) {
    .floating-cart-container {
        top: 80px;
    }
}

.floating-cart-toggle {
    width: 60px;
    height: 60px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: inherit;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
    color: white;
    border: none;
    padding: 0;
    outline: none;
}

.floating-cart-toggle:hover {
    background: #333;
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.floating-cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid white;
    min-width: 24px;
}

@media (max-width: 768px) {
    .floating-cart-container {
        display: none !important;
    }
}

.custom-cart-header {
    position: relative;
    display: inline-block;
}

.custom-cart-header .cart-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #333;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}

.custom-cart-header .cart-link:hover {
    background: #e9ecef;
    text-decoration: none;
    color: #333;
}

.custom-cart-header .cart-count {
    background: #007bff;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    min-width: 20px;
}

.custom-cart-header .cart-total {
    font-weight: bold;
    color: #28a745;
    font-size: 14px;
}

.custom-cart-header i {
    font-size: 18px;
}

.user-mobile-page-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(14, 30, 37, 0.08);
    margin-bottom: 18px;
}
.user-mobile-back {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.user-mobile-back .iconify {
    color: #111;
    font-size: 22px;
}
.user-mobile-page-header h5 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #111;
}
.user-mobile-page-header span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #6b6b6b;
}

.event-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 48%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.event-popup-overlay.show {
    opacity: 1;
    visibility: visible;
}

.event-popup-content {
    position: relative;
    max-width: 50%;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transform: scale(0.7);
    transition: transform 0.3s ease;
}

.event-popup-overlay.show .event-popup-content {
    transform: scale(1);
}

.event-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.event-popup-close:hover {
    background: rgba(0, 0, 0, 0.9);
}

.event-popup-image {
    width: 100%;
    height: auto;
    display: block;
    max-height: 80vh;
    object-fit: contain;
    cursor: pointer;
}

.mobile-image {
    display: none;
}

.desktop-image {
    display: block;
}

.event-popup-content-wrapper {
    position: relative;
}

@media (max-width: 768px) {
    .event-popup-content {
        max-width: 95%;
        max-height: 95%;
    }
    
    .event-popup-image {
        max-height: 70vh;
    }
    
    .desktop-image {
        display: none;
    }
    
    .mobile-image {
        display: block;
    }
}
