.container {
    max-width: 90%;
    margin: 0 auto;
}
.container-fluid {
    width: 100%;
    margin: 0 auto;
}
.store-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.store-blog {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {

    .store-container {
   padding: 0 10px;

    }
}

.row {
    display: flex;
    flex-wrap: wrap;
}
[class*="col-"] {
    padding: 10px;
}
.col-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%}
@media (min-width: 768px) {
    .col-md-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%}
.col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%}
}



.col-1 { flex: 0 0 8.333%; max-width: 8.333%; }
.col-2 { flex: 0 0 16.666%; max-width: 16.666%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-5 { flex: 0 0 41.666%; max-width: 41.666%; }

.col-7 { flex: 0 0 58.333%; max-width: 58.333%; }
.col-8 { flex: 0 0 66.666%; max-width: 66.666%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.333%; max-width: 83.333%; }
.col-11 { flex: 0 0 91.666%; max-width: 91.666%; }


@media (min-width: 576px) {
  .col-sm-1 { flex: 0 0 8.333%; max-width: 8.333%; }
  .col-sm-2 { flex: 0 0 16.666%; max-width: 16.666%; }
  .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-sm-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-sm-8 { flex: 0 0 66.666%; max-width: 66.666%; }
  .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .col-sm-11 { flex: 0 0 91.666%; max-width: 91.666%; }
  .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 768px) {
  .col-md-1 { flex: 0 0 8.333%; max-width: 8.333%; }

  .col-md-3 { flex: 0 0 25%; max-width: 25%; }

  .col-md-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-md-8 { flex: 0 0 66.666%; max-width: 66.666%; }
  .col-md-9 { flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .col-md-11 { flex: 0 0 91.666%; max-width: 91.666%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 992px) {
  .col-lg-1 { flex: 0 0 8.333%; max-width: 8.333%; }
  .col-lg-2 { flex: 0 0 16.666%; max-width: 16.666%; }
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-lg-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-lg-8 { flex: 0 0 66.666%; max-width: 66.666%; }
  .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .col-lg-11 { flex: 0 0 91.666%; max-width: 91.666%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 1200px) {
  .col-xl-1 { flex: 0 0 8.333%; max-width: 8.333%; }
  .col-xl-2 { flex: 0 0 16.666%; max-width: 16.666%; }
  .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-xl-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-xl-8 { flex: 0 0 66.666%; max-width: 66.666%; }
  .col-xl-9 { flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .col-xl-11 { flex: 0 0 91.666%; max-width: 91.666%; }
  .col-xl-12 { flex: 0 0 100%; max-width: 100%; }
}





.site-header {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: var(--z-header);
    width: 100%;
    padding:5px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
}




.mobile-menu-toggle {
    display: block; 
}


.main-navigation {
    display: none; 
}


.header-icon {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}
.header-icon:hover {
    background-color: #e0e0e0;
}
.header-icon svg {
    fill: #555;
}


.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 85vw;
    height: 100%;
    background-color: #ffffff;
    z-index: 3000;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.4, 0.0, 0.2, 1);
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mobile-menu.active {
    transform: translateX(0);
}


.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    min-height: 64px;
}

.mm-logo-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
}

.mm-close-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin-left: 12px;
}

.mm-close-btn:hover {
    background-color: #f5f5f5;
    color: #000;
}

.mm-close-btn:active {
    transform: scale(0.95);
}


.mobile-menu-body {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px 0 80px 0;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu-body::-webkit-scrollbar {
    width: 4px;
}

.mobile-menu-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}


.mm-nav-section {
    margin-bottom: 8px;
}

.mm-section-title {
    padding: 20px 20px 8px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.mm-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mm-list-item {
    margin: 0;
}

.mm-list-item:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
}


.mm-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
}

.mm-link:hover {
    background-color: #f8f9fa;
    color: var(--primary-color, #e74c3c);
}

.mm-link:active {
    background-color: #f0f1f2;
}


.mm-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #666;
    flex-shrink: 0;
}

.mm-link:hover .mm-link-icon {
    color: var(--primary-color, #e74c3c);
}


.mm-link-text {
    flex: 1;
    line-height: 1.4;
}

.mm-arrow {
    width: 18px;
    height: 18px;
    fill: #ccc;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.mm-link:hover .mm-arrow {
    fill: var(--primary-color, #e74c3c);
    transform: translateX(2px);
}


.mm-highlight .mm-link {
    background-color: #fff9f8;
}

.mm-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    background-color: #e74c3c;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 11px;
    margin-left: auto;
    margin-right: 4px;
}

.mm-badge:empty {
    display: none;
}


.mm-settings-list .mm-list-item {
    border-bottom: none;
}

.mm-settings-link {
    font-size: 0.9rem;
    font-weight: 400;
    color: #666;
}

.mm-settings-link:hover {
    background-color: #f8f9fa;
    color: #1a1a1a;
}

.mm-settings-link .mm-link-icon {
    color: #999;
}

.mm-settings-link:hover .mm-link-icon {
    color: #666;
}


.mm-divider {
    height: 8px;
    background-color: #f8f9fa;
    margin: 12px 0;
}


.mm-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
    text-align: center;
}

.mm-footer-text {
    color: #999;
    font-size: 0.75rem;
    line-height: 1.4;
}


.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    z-index: 2999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 360px) {
    .mobile-menu {
        width: 280px;
    }
    
    .mm-link {
        padding: 12px 16px;
        font-size: 0.9rem;
    }
    
    .mobile-menu-header {
        padding: 12px 16px;
    }
}


@media (hover: none) and (pointer: coarse) {
    .mm-link {
        padding: 16px 20px;
    }
    
    .mm-close-btn {
        padding: 10px;
    }
}


.fav-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: red; 
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.fav-badge.bump {
    transform: scale(1.5);
}


.header-icon:hover .fav-badge {
    transform: scale(1.1);
}



.logo-container {
    flex-shrink: 0;
}
.logo-container svg {
    display: block;
}

.header-actions {
    display: flex; 
    align-items: center;
    gap: 10px; 
}






@media (min-width: 768px) {
    
    
    .mobile-menu-toggle {
        display: none !important;
    }

    
    .main-navigation {
        display: block !important;
        margin-left: auto; 
    }

    
    .header-container {
        justify-content: flex-start;
        gap: 30px;
    }

    
    .main-navigation ul {
        display: flex;
        gap: 20px;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .main-navigation a {
        padding: 10px 15px;
        color: var(--text-muted);
        font-weight: 500;
        text-decoration: none;
        border-radius: 6px;
        transition: color .2s ease, background-color .2s ease;
        position: relative;
    }
    .main-navigation a:hover {
        color: var(--primary-color);
        background-color: rgba(0, 123, 255, 0.05); 
    }
    .main-navigation a::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: var(--primary-color);
        transition: width .3s ease;
    }
    .main-navigation a:hover::after {
        width: 60%;
    }
}





.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f9faf2;
    backdrop-filter: blur(5px);
    z-index: 2000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 15vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}
.search-overlay.active {
    opacity: 1;
    visibility: visible;
}
.close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 2.5rem;
    color: var(--text-muted);
    background: none;
    border: none;
    cursor: pointer;
}
.search-overlay-content {
    width: 90%;
    max-width: 600px;
    position: relative;
}
.search-overlay #searchInput {
    width: 100%;
    padding: 18px 25px;
    font-size: 1.5rem;
    border: none;
    border-bottom: 2px solid var(--border-color);
    background: transparent;
    outline: none;
    color: var(--text-color);
}
.search-overlay #searchInput:focus {
    border-bottom-color: var(--primary-color);
}
.search-overlay .searchResults {
    position: static;
    box-shadow: none;
    border: none;
    max-height: 50vh;
    margin-top: 15px;
    background: transparent;
}
.searchform {
    position: relative;
}

#searchInput {
    width: 100%;
    padding: 12px 45px;
    background: var(--gray-200);
    border-radius: 0;
    border: transparent;
    box-shadow: 0 2px 8px #0000000d;
    outline: none;
    font-size: 1rem;
    color: var(--gray-700);
    transition: border-color .3s ease, box-shadow .3s ease;
}
#searchInput::placeholder {
    color: var(--gray-500);
    font-weight: 400;
}

.searchResults {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 25px #00000026;
    border: 1px solid var(--gray-200);
    z-index: 1000;
    max-height: 500px;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
    display: flex;
    flex-direction: column;
}
.searchResults.visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.searchResults .result-count {
    padding: 12px 15px;
    font-size: .9rem;
    color: var(--gray-500);
    display: flex;
    gap: 20px;
    background-color: var(--gray-100);
}
.search-tabs {
    display: flex;
    padding: 8px 8px 0;
    background-color: var(--gray-50);
    border-bottom: 1px solid var(--gray-200);
    flex-shrink: 0;
}
.search-tab-button {
    padding: 10px 15px;
    font-size: .9rem;
    font-weight: 600;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: var(--gray-600);
    border-bottom: 3px solid transparent;
    transition: color .2s ease, border-color .2s ease;
    margin-bottom: -1px;
}
.search-tab-button:hover {
    color: var(--primary-color);
}
.search-tab-button.active {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}
.search-results-content {
    flex-grow: 1;
}
.search-tab-pane {
    display: none;
}
.search-tab-pane.active {
    display: block;
}
.searchResults .count-badge {
    background-color: var(--primary-color);
    color: var(--text-on-primary);
    padding: 3px 8px;
    border-radius: 5px;
    font-size: .85rem;
    font-weight: 500;
}
.search-result-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    text-decoration: none;
    border-bottom: 1px solid var(--gray-100);
    transition: background-color .2s ease;
}
.search-result-link:last-child {
    border-bottom: none;
}
.search-result-link:hover {
    background-color: var(--gray-100);
    text-decoration: none;
}
.result-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: var(--gray-100);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}
.result-image {
    flex-shrink: 0;
    border-radius: 4px;
    object-fit: cover;
    border: 1px solid var(--gray-200);
}
.result-details {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.result-details strong {
    color: var(--gray-800);
    font-weight: 600;
    font-size: .95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .25s ease;
}
.search-result-link:hover .result-details strong {
    color: var(--primary-color);
}
.result-details span {
    font-size: .85rem;
    color: var(--gray-500);
    margin-top: 2px;
}
.search-result-item.empty, .search-result-item.error {
    padding: 20px;
    text-align: center;
    color: var(--gray-500);
}
.search-result-item {
    display: block;
    padding: 12px 15px;
    color: var(--gray-700);
    text-decoration: none;
    border-bottom: 1px solid var(--gray-100);
    transition: background-color .2s ease, color .2s ease;
}
.search-result-item:last-child {
    border-bottom: none;
}
.search-result-item:hover {
    background-color: var(--gray-100);
    color: var(--primary-color);
    text-decoration: none;
}
.no-results-container {
    padding: 20px;
}
.no-results-message {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--gray-700);
    text-align: center;
    margin-bottom: 10px;
}
.suggestion-title {
    font-size: 1rem;
    color: var(--gray-500);
    text-align: center;
    margin-bottom: 25px;
}
.suggestion-section {
    margin-top: 20px;
}
.suggestion-header {
    font-size: .9rem;
    font-weight: 600;
    color: var(--gray-800);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-bottom: 1px solid var(--gray-200);
    padding-bottom: 8px;
}
.suggestion-grid-stores {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.suggestion-grid-flyers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.suggestion-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border-radius: 8px;
    background-color: var(--gray-50);
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
    width: calc(20% - 8px);
}
.suggestion-item:hover {
    background-color: var(--gray-100);
    transform: translateY(-2px);
    text-decoration: none;
}
.suggestion-image-store {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: contain;
    background-color: #fff;
    border: 1px solid var(--gray-200);
}
.suggestion-name {
    font-size: .85rem;
    color: var(--gray-700);
    font-weight: 500;
    text-align: center;
}
.suggestion-item-flyer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 8px;
    background-color: var(--gray-50);
    text-decoration: none;
    transition: background-color .2s ease;
}
.suggestion-item-flyer:hover {
    background-color: var(--gray-100);
    text-decoration: none;
}
.suggestion-item-flyer .suggestion-name {
    text-align: left;
}
.suggestion-image-flyer {
    border-radius: 4px;
    flex-shrink: 0;
}
.suggestion-details {
    display: flex;
    flex-direction: column;
}
.suggestion-subtext {
    font-size: .8rem;
    color: var(--gray-500);
}
@media (max-width: 768px) {
    .suggestion-item {
    width: calc(33.33% - 7px);
}
}

 @media(max-width: 480px) {
        #location-display-text { display: none; }
        .location-btn { max-width: 50px; gap: 0; }
    }

    .location-tooltip {
        position: absolute; top: calc(100% + 15px); right: 0;
        width: 300px; background-color: #fff; border-radius: 8px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.15); padding: 16px;
        z-index: 1060; display: none; opacity: 0; color: #333;
        transform: translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .location-tooltip.visible { display: block; opacity: 1; transform: translateY(0); }
    .location-tooltip::before {
        content: ''; position: absolute; top: -10px; right: 20px;
        border-left: 10px solid transparent; border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }

    
@media (max-width: 768px) {
    .location-tooltip {
        
        position: fixed; 
        top: 55px; 
        left: 10px;
        right: 10px; 
        width: auto; 
        transform: none !important; 
        z-index: 2000; 
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }

    
    .location-tooltip::before {
        display: none; 
    }
}
    .tooltip-header { display: flex; align-items: flex-start; gap: 12px; }
.tooltip-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: contain; 
    background-color: #eef2ff; 
    border: 1px solid #dae0e7; 
    padding: 2px; 
}
    .tooltip-close { background: none; border: none; font-size: 1.5rem; color: #aaa; cursor: pointer; padding:0; line-height: 1; margin-left: auto;}
    .tooltip-title { font-weight: 700; font-size: 1rem; margin-bottom: 4px; }
    .tooltip-location { font-size: 0.9rem; color: #666; }
    .tooltip-location strong { color: #000; }
    .tooltip-location a { font-weight: 600; color: var(--primary-color); text-decoration: none; }
    .tooltip-location a:hover { text-decoration: underline; }

    
    .location-modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2000;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .location-modal-overlay.is-visible {
        opacity: 1;
        visibility: visible;
    }
    .location-modal-content {
        background: white;
        padding: 25px;
        border-radius: 8px;
        width: 90%;
        max-width: 500px;
        box-shadow: 0 5px 15px rgba(0,0,0,.3);
        transform: translateY(-20px);
        transition: transform 0.3s ease;
        color: #333;
    }
    .location-modal-overlay.is-visible .location-modal-content {
        transform: translateY(0);
    }
    .location-modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }
    .location-modal-title {
        font-size: 1.25rem;
        font-weight: 700;
        margin: 0;
    }
    .location-modal-close {
        background: none;
        border: none;
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 1;
        cursor: pointer;
        color: #666;
    }
    .btn-auto-detect {
        width: 100%;
        padding: 12px;
        font-weight: 600;
        background-color: var(--primary-color);
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        margin-bottom: 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    .btn-auto-detect .location-btn-icon {
         width: 1.2em;
         height: 1.2em;
         transform: rotate(-45deg);
    }
    .btn-auto-detect:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }
    .location-search-input {
        width: 100%;
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 1rem;
    }
    .suggestions-list {
        list-style: none;
        padding: 0;
        margin-top: 10px;
        max-height: 250px;
        overflow-y: auto;
        border: 1px solid #eee;
        border-radius: 6px;
    }
    .suggestion-item {
        padding: 12px 15px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .suggestion-item:last-child {
        border-bottom: none;
    }
    .suggestion-item:hover {
        background-color: #f8f8f8;
    }
    .suggestion-item__name strong {
        color: var(--primary-color);
    }

    
.location-pill-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--gray-50);
    border: 1px solid var(--gray-200);
    padding: 6px 12px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    max-width: 200px;
}

.location-pill-btn:hover {
    background-color: #fff;
    border-color: var(--primary-color);
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.location-pill-icon {
    color: var(--primary-color);
    flex-shrink: 0;
}

.location-pill-text {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--gray-800);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.location-pill-chevron {
    width: 16px;
    height: 16px;
    color: var(--gray-400);
    margin-left: auto;
}

@media (max-width: 768px) {
    .location-pill-text { display: none; } 
    .location-pill-chevron { display: none; }
    .location-pill-btn { padding: 8px; border-radius: 50%; border: none; background: transparent; }
    .location-pill-icon { width: 24px; height: 24px; color: var(--gray-800); }
}



 
.modern-footer {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    border-top: 1px solid #e9ecef;
    margin-top: 80px;
    font-size: 0.9rem;
}


.footer-main {
    padding: 60px 0 40px;
}


.footer-brand {
    max-width: 320px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 20px;
    transition: opacity 0.3s ease;
}

.footer-logo:hover {
    opacity: 0.8;
}

.footer-description {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.5;
}

.footer-tagline {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 24px;
}


.footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #f1f3f5;
    color: #495057;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    text-decoration: none;
}

.social-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.social-link:hover {
    background-color: var(--primary-color, #e74c3c);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}

.footer-section {
    margin-bottom: 20px;
}

.footer-title {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #212529;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: var(--primary-color, #e74c3c);
}


.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-link {
    color: #495057;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.6;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    padding-left: 0;
}

.footer-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color, #e74c3c);
    transition: width 0.3s ease;
}

.footer-link:hover {
    color: var(--primary-color, #e74c3c);
    padding-left: 8px;
}

.footer-link:hover::before {
    width: 20px;
}

/* İkonlu Linkler */
.footer-link-icon {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-link-icon svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.footer-link-icon:hover svg {
    opacity: 1;
}


.footer-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
    width: 100%;
    text-align: left;
}


.footer-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.footer-menu-compact {
    margin: 0;
}

.footer-menu-compact li {
    margin-bottom: 8px;
}


.footer-bottom {
    border-top: 1px solid #e9ecef;
    padding: 24px 0;
    background-color: #ffffff;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-copyright {
    margin: 0;
    font-size: 0.8125rem;
    color: #6c757d;
}

.footer-badges {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-badge {
    font-size: 0.75rem;
    color: #6c757d;
    padding: 4px 12px;
    background-color: #f8f9fa;
    border-radius: 20px;
    border: 1px solid #e9ecef;
}




@media (max-width: 991px) {
    .footer-main {
        padding: 48px 0 32px;
    }
    
    .footer-brand {
        max-width: 100%;
        margin-bottom: 32px;
    }
    
    .footer-columns {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 767px) {
    .modern-footer {
        margin-top: 60px;
    }
    
    .footer-main {
        padding: 40px 0 24px;
    }
    
    .footer-social {
        justify-content: flex-start;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .footer-copyright {
        order: 2;
    }
    
    .footer-badges {
        order: 1;
    }
    
  
    .custom-modal-content {
        margin: 20px;
    }
    
    .modal-footer {
        flex-direction: column-reverse;
    }
    
    .btn-cancel,
    .btn-confirm {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .footer-columns {
        gap: 12px;
    }
    
    .footer-title {
        font-size: 0.8125rem;
        margin-bottom: 16px;
    }
    
    .social-link {
        width: 36px;
        height: 36px;
    }
    
    .social-link svg {
        width: 18px;
        height: 18px;
    }
}



@media print {
    .modern-footer {
        margin-top: 40px;
        border-top: 2px solid #000;
    }
    
    .footer-social,
    .footer-badges {
        display: none;
    }
}

    
       
    .location-selector { 
        position: relative; 
    }
.location-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px; 
        background-color: white;
        color:var(--text-muted);
        padding: 8px 12px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.2s ease;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 150px;
        border:none;
    }
    .location-btn-icon { 
            fill: currentColor;
    flex-shrink: 0;
        width: 1.8em; 
        height: 1.8em; 
        flex-shrink: 0;
    }

    
    

.btn-fav-action {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}


.btn-fav-store {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
}


.btn-fav-catalog {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    backdrop-filter: blur(2px);
}

.btn-fav-action:hover {
    transform: scale(1.1);
    background: #fff;
}


.heart-icon, .heart-icon-small {
    fill: transparent; 
    stroke: #666;      
    stroke-width: 2px;
    transition: all 0.3s;
}


.btn-fav-action.active .heart-icon,
.btn-fav-action.active .heart-icon-small {
    fill: #e0245e;
    stroke: #e0245e;
    animation: heartBeat 0.3s;
}


.btn-fav-remove {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    color: #999;
    font-size: 14px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.btn-fav-remove:hover {
    background: #ffcccc;
    color: #d00;
    border-color: #d00;
}

@keyframes heartBeat {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}


.btn-fav-action .heart-icon {
    color: #666;           
    fill: transparent;     
    stroke: currentColor;  
    stroke-width: 2px;     
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.btn-fav-action:hover .heart-icon {
    color: #e0245e;
    stroke: #e0245e;
    transform: scale(1.1);
}


.btn-fav-action.active .heart-icon {
    color: #e0245e;       
    fill: currentColor;   
    stroke: none;         
    animation: heartBeat 0.3s;
}


@keyframes heartBeat {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}


#btn-follow-store {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out; 
}


#btn-follow-store.ready {
    opacity: 1;
    pointer-events: auto;
}

.modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}


.custom-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}


.unsub-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
}

.option-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}


.btn-confirm { background: #dc3545; color: #fff; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; }
.btn-cancel { background: #6c757d; color: #fff; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; }

@keyframes bellShake {
  0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  100% { transform: rotate(0); }
}


.btn-subscribe {
    background: #0d6efd; 
    color: white !important;
    border: none;
    border-radius: 50px; 
    padding: 8px 16px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3); 
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap; 
}

.btn-subscribe:hover {
    background: #0b5ed7;
    transform: translateY(-2px); 
    box-shadow: 0 6px 15px rgba(13, 110, 253, 0.4);
}

.btn-subscribe .bell-icon {
    display: inline-block;
    animation: bellShake 2.5s infinite; 
    font-size: 1.1rem;
}


.btn-subscribe.active {
    background: #e9ecef;
    color: #495057 !important;
    box-shadow: none;
    transform: none;
}
.btn-subscribe.active .bell-icon {
    animation: none; 
}


.ad-separator {
    margin: 40px auto;       
    text-align: center;      
    padding-bottom: 20px;    
    border-bottom: 1px dashed #e5e7eb; 
    width: 100%;
}


.ad-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #f9f9f9; 
    overflow: hidden;
    
    min-height: 280px; 
}


.ad-label {
    font-size: 0.7rem;          
    color: #9ca3af;             
    text-transform: uppercase;  
    letter-spacing: 1.5px;      
    font-weight: 600;
    display: block;
    margin-bottom: 10px;        
    font-family: sans-serif;
}


.ad-wrapper ins.adsbygoogle {
    background: transparent;
}

 .empty-catalog-wrapper {
    background-color: transparent;
    border: 1px solid var(--gray-200, #e5e7eb);
    border-radius: var(--radius-lg, 16px);
    padding: 4rem 2rem;
    text-align: center;
    box-shadow: var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, 0.05));
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.empty-icon-circle {
    width: 90px;
    height: 90px;
    background-color: var(--primary-light, #f0f9ff);
    color: var(--primary-color, #007bff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
}

.empty-icon-circle svg {
    width: 44px;
    height: 44px;
    stroke-width: 1.5;
    fill: none;
    stroke: currentColor;
    opacity: 0.9;
}

.empty-icon-circle::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    opacity: 0.1;
    transform: scale(1.2);
}

.empty-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--gray-900, #111827);
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}

.empty-text {
    font-size: 1rem;
    color: var(--gray-500, #6b7280);
    max-width: 480px;
    line-height: 1.6;
    margin: 0 auto 2rem auto;
}

.empty-text strong {
    color: var(--gray-900, #111827);
    font-weight: 600;
}

.empty-catalog-wrapper .d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.empty-catalog-wrapper .btn {
    padding: 12px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.empty-catalog-wrapper .btn-outline-secondary {
    background-color: transparent;
    border: 1px solid var(--gray-300, #d1d5db);
    color: var(--gray-700, #374151);
}

.empty-catalog-wrapper .btn-outline-secondary:hover {
    border-color: var(--gray-400);
    background-color: var(--gray-50);
    color: var(--gray-900);
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .empty-catalog-wrapper {
        padding: 3rem 1.5rem;
    }
    .empty-icon-circle {
        width: 70px;
        height: 70px;
    }
    .empty-icon-circle svg {
        width: 32px;
        height: 32px;
    }
    .empty-title {
        font-size: 1.25rem;
    }
    .empty-catalog-wrapper .btn {
        width: 100%;
    }
}