.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    .skip-link:focus {
        position: fixed;
        left: 1rem;
        top: 1rem;
        width: auto;
        height: auto;
        padding: .5rem .75rem;
        background: #fff;
        border: 2px solid #000;
        z-index: 10000;
    }

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
[role="button"]:focus-visible,
.navbar-toggler:focus-visible,
.form-control:focus-visible,
select:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
    box-shadow: none !important; /* nech to nezlieza s Bootstrapom */
}

a:hover, a:focus-visible {
    text-decoration: underline;
    text-underline-offset: .15em;
}


@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

/*Navigácia*/
.navbar {
    background-color: var(--color-gray);
    padding: 0.5rem 1rem;
    border-bottom: 1px solid var(--color-gray);
    box-shadow: var(--box-shadow);
    z-index: 999;
}

.navbar-brand {
    color: var(--color-primary);
}

    .navbar-brand img {
        max-height: 42px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

.navbar .nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 16px;
    color: var(--color-text);
    transition: color var(--transition-fast);
}

    .navbar .nav-link:hover {
        color: var(--color-primary);
    }

.navbar .nav-item .text-danger-custom {
    color: var(--cart-count-color);
}

.navbar-nav {
    align-items: center;
    display: flex;
}

    .navbar-nav .nav-item {
        position: relative;
    }

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.2rem;
    border: none;
}

    .navbar-toggler:hover,
    .navbar-toggler:active {
        background-color: var(--color-shadow);
        box-shadow: none;
        border: none !important;
    }

.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
}
/* Svetlý režim: čierna hamburger ikonka */
html.light-mode .navbar-toggler-icon {
    filter: invert(0%) !important; /* čierna */
}
/* Tmavý režim: biela hamburger ikonka */
html.dark-mode .navbar-toggler-icon {
    filter: invert(100%) !important; /* biela */
}

.navbar svg {
    fill: var(--color-text);
    vertical-align: middle;
    transition: fill 0.2s ease;
}

.navbar .nav-link svg:hover {
    fill: var(--bs-primary); /* alebo vlastná farba */
}

.cart-icon {
    position: relative;
    display: inline-flex;
}

.cartCount {
    font-size: 0.85rem;
    top: 17px;
    right: -18px;
}

.cart-count-text {
    color: var(--cart-count-color);
}

.cart-bounce {
    animation: bounce 0.5s ease;
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.navbar .nav-item button.theme-icon {
    min-width: 48px;
    min-height: 48px;
    padding: 8px; /* ak chceš zachovať väčšiu ikonu */
    margin-left: 1rem;
}
/*Pre mobil*/
.navbar-collapse {
    width: 100%;
    background-color: var(--color-gray); /* alebo iná farba, podľa témy */
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 0 !important;
}

.navbar-nav .nav-link:hover {
    background-color: var(--color-hover-bg);
}
/*---Footer---*/
.footer {
    background-color: var(--color-gray);
    color: var(--color-text);
    text-align: center;
    font-size: 0.9rem;
    border-top: 1px solid var(--color-shadow);
    padding: 1.5rem 0;
    flex-shrink: 0;
    margin-top: 1rem;
}

    .footer .footer-copyright {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .footer .project-author {
        color: var(--color-dark);
        word-spacing: 0.5rem;
    }

        .footer .project-author a {
            margin: 0;
            padding: 0;
            font-weight: 700;
        }

    .footer a {
        display: inline-block;
        color: var(--color-text);
        padding: 10px 15px;
        margin: 0 1rem;
        white-space: nowrap;
    }

.footer-info-loga {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0rem;
}

    .footer-info-loga img,
    .footer-info-loga svg {
        margin-bottom: 1rem;
    }

.footer-gopay-span {
    display: inline;
    width: 100vw;
    margin: 0 0 auto;
}

.footer-img-gopay {
    width: 7%;
    min-width: 125px;
    height: auto;
    padding: 0 0.5rem;
}

.footer-logo-fcb {
    padding: 0 0.5rem;
    display: flex;
}

    .footer-logo-fcb svg {
        color: #0866ff;
        display: flex;
    }

.footer .footer-logo-fcb a {
    color: var(--color-text);
    display: contents;
    height: 100%;
}

.footer-logo-ig {
    padding: 0 0.5rem;
    display: flex;
}

    .footer-logo-ig svg {
        display: flex;
        color: var(--color-text);
        margin-right: 0.6rem;
    }

.footer .footer-logo-ig a {
    color: var(--color-text);
    display: contents;
    height: 100%;
}

.footer-btn-cookies .f-btn-cookies {
    color: var(--color-text);
    height: 100%;
    padding: 0.2rem 0.5rem;
    border: 1px solid var(--color-text);
    border-radius: 0.4rem;
    background-color: var(--color-gray);
}

    .footer-btn-cookies .f-btn-cookies:hover {
        box-shadow: var(--box-shadow);
        color: var(--color-primary);
    }

.footer-btn-cookies {
    padding: 0 0 1rem 0.5rem;
    display: flex;
    position: relative;
}

.footer a:hover {
    color: #000000ff;
    text-decoration: underline 1px solid #000000ff;
}

/*--------------Cookies--lišta------*/
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--cookies-banner-bg);
    color: var(--cookies-banner-text);
    padding: 15px;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

    .cookie-banner > p > a {
        text-decoration: underline;
        color: var(--color-text);
    }

    .cookie-banner.visible {
        transform: translateY(0);
    }

    .cookie-banner > .btn-custom-green {
    }
/*----------------------------------------------------------------home*/
/* Úvodná sekcia */
.home-uvod {
    position: relative;
    overflow: hidden;
    min-height: clamp(160px, 30vw, 300px);
    padding: clamp(1rem, 3vw, 2rem) 1rem;
    background: var(--gradient-top);
    text-align: center;
}

    .home-uvod::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient( to bottom right, var(--gradient-top) 30%, var(--gradient-mid) 63%, var(--gradient-bottom) 92% );
        transition: background 0.3s ease;
        pointer-events: none;
    }

.home-uvod-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
/* Obsah na obrázku */
.home-uvod-content {
    position: relative;
    text-align: end;
    padding-right: 20px;
    z-index: 2;
    color: white;
}
/* Oznámenie hore */
.testovaci-div {
    min-height: 40px;
}
    .testovaci-div p {
        background-color: var(--color-danger2);
        color: white;
        font-size: clamp(0.9rem, 2.5vw, 1.2rem);
        padding: 0.3rem 1rem;
        border-radius: 5px;
        display: inline-block;
        margin: 0;
    }
/* Nadpis */
.home-uvod h1 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: var(--color-primary);
    margin: 0.5rem 0;
    font-family: 'EB Garamond', sans-serif;
    font-weight: 700;
}
/* Podnadpis */
.home-uvod h2 {
    font-size: clamp(0.8rem, 2.5vw, 1.5rem);
    font-weight: 200;
    color: var(--color-danger);
    line-height: 1.3;
    margin: 0.5rem 0;
}

.dark-mode .home-uvod::after {
    background: linear-gradient( to bottom right, var(--gradient-top) 24%, var(--gradient-mid) 69%, var(--gradient-bottom) 99% );
}
/*-------*/
.home-container {
    overflow-anchor: none;
}

    .home-container .row {
        /*min-height: 5rem;*/
    }

/*Meniny*/
.nameday-container {
    display: flex;
    flex-direction: column;
}

.nameday {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 1rem;
    color: var(--color-text);
    padding: 0 0 0 0;
    margin: -1.3rem 2rem 0 0;
    z-index: 10;
}

.meniny-text {
    margin-right: 0.5rem;
    color: var(--color-deactivate);
    font-style: italic;
    display: inline-block;
    align-items: center;
    min-height: 22px; /* výška riadku pre „Meniny má: Anna“ */
    font-size: 1.1rem;
    font-weight: 400;
    transition: opacity 0.2s ease-in-out;
}

.meniny-meno {
    padding: 0 2rem 0 0;
    display: inline-block;
    min-height: 40px;
    min-width: 6ch;
    color: var(--color-primary);
    font-family: Italianno-Regular;
    font-size: 4.5rem;
    line-height: 4.5rem;
    white-space: nowrap;
}

.nameday-holiday {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    position: relative;
    right: 10px;
    margin-bottom: 1rem;
}

.sviatok-text {
    font-size: 1.1rem;
    margin-right: 0.5rem;
    color: var(--color-deactivate);
    font-style: italic;
}

.sviatok-info {
    color: var(--color-deactivate);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.7rem;
    font-style: italic;
    font-weight: 100;
}
/*Ľavý stĺpec---calendar-container*/
.calendar-container {
    min-height: 1755px;
    background-color: var(--color-gray);
    color: var(--color-text);
    border: 1px solid var(--color-border2);
    border-radius: 15px;
    font-size: 0.95rem;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    box-shadow: var(--box-shadow);
}

#calendar-datetime {
    font-size: 1rem;
    color: var(--color-text);
    margin-bottom: 1rem;
}

.calendar-days {
    display: grid;
    gap: 0.5rem;
    text-align: center;
    grid-template-columns: repeat(7, minmax(20px, 1fr));
    grid-template-rows: auto;
    gap: 2px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.calendar-day {
    padding: 0.5rem;
    background-color: var(--gray-100);
    border-radius: 5px;
    font-size: 0.95rem;
    box-shadow: var(--box-shadow);
}

.calendar-container .name-search #nameSearchInput {
    background-color: var(--color-input-bg);
    border-radius: 3px 15px;
    border: 1px solid var(--color-input-border);
}

#nameSearchInput {
    border-radius: 5px;
    border: 1px solid #ccc;
}

#nameSearchResult {
    margin-top: 0.5rem;
}

.result-item mark {
    padding: 0px;
    background-color: transparent;
    color: rgb(255, 0, 0);
}

.name-search input {
    font-size: 1rem;
    padding: 0.4rem;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.calendar-container h2 {
    font-size: 1.1rem;
    font-weight: 600;
}

.calendar-day.today {
    background-color: var(--color-success);
    font-weight: bold;
}

#calendar-month-year {
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 0.5rem;
    display: none; /* skrytý */
}
/*Facebook ** - **  Predajne*/
/* skry predvolený [hidden] */
[hidden] {
    display: none !important;
}

/* ak FB nič nevyrenderuje (žiadne vnorené span/iframe), fb-page skryť */
.facebook-wrapper .fb-page:empty {
    display: none;
}

/* fallback nech je po odskrytí naozaj viditeľný */
.facebook-wrapper .fb-fallback {
    display: none;
}

    .facebook-wrapper .fb-fallback.force-show {
        display: block;
    }

.facebook-predajne {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.facebook-wrapper {
    min-height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.home-predajne h3 a,
.home-predajne strong a {
    color: var(--color-primary);
    text-decoration: none;
}

.home-predajne h4 a,
.home-predajne strong a {
    color: var(--color-category);
    text-decoration: none;
}

.home-predajne p {
    margin-bottom: 0.25rem;
}
/*Pravý stĺpec---product-slider-div---*/
/*---výber pobočky*/
.home-donaska-container {
    min-height: 160px;
    margin-bottom: 1rem;
    text-align: center;
    color: var(--color-danger2);
    background-color: var(--color-gray2);
    border: 1px solid var(--color-border2);
    border-radius: 0.375rem;
    padding: 15px 5px;
    box-shadow: var(--box-shadow);
}

    .home-donaska-container .home-index-check-store1 {
        font-size: clamp(1.5rem, 3vw, 2rem);
        margin: 0.5rem 2rem;
        padding: 0.1rem 2rem;
        color: var(--color-primary);
        font-weight: 700;
        cursor: pointer;
        letter-spacing: 2px;
        border: 2px solid var(--color-primary);
        background-color: var(--color-gray);
        border-radius: 1.5rem 0 1.5rem 0;
        transition: transform 0.2s ease, background-color 0.2s ease, border-radius 0.4s;
        display: inline-block;
        box-shadow: var(--box-shadow);
    }

        .home-donaska-container .home-index-check-store1:hover {
            transform: scale(1.1);
            border-radius: 0 1.5rem 0 1.5rem;
            box-shadow: -3px 3px 10px #cc195672;
        }

    .home-donaska-container .home-index-check-store2 {
        font-size: clamp(1.5rem, 3vw, 2rem);
        margin: 0.5rem 2rem;
        padding: 0.1rem 2rem;
        color: var(--color-primary);
        font-weight: 700;
        cursor: pointer;
        letter-spacing: 2px;
        border: 2px solid var(--color-primary);
        background-color: var(--color-gray);
        border-radius: 0 1.5rem 0 1.5rem;
        transition: transform 0.2s ease, background-color 0.2s ease, border-radius 0.4s;
        display: inline-block;
        /*box-shadow: 3px 3px 10px #cc195672;*/
        box-shadow: var(--box-shadow);
    }

        .home-donaska-container .home-index-check-store2:hover {
            transform: scale(1.1);
            border-radius: 1.5rem 0 1.5rem 0;
            box-shadow: -3px 3px 10px #cc195672;
        }

    .home-donaska-container h3 {
        color: var(--color-secondary);
    }
    .home-donaska-container h5,
    .home-donaska-container p {
        font-size: clamp(0.9rem, 2.5vw, 1.2rem);
    }

.home-donaska-div {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 0px;
}

    .home-donaska-div button {
        min-width: 100px;
    }

.home-pobocka-info {
    font-size: 1.1rem;
    color: var(--color-category-hover);
}

    .home-pobocka-info a {
        font-size: 1.1rem;
        font-weight: 500;
        color: var(--color-category-hover);
    }

.home-donaska-container-checked {
    min-height: auto;
    padding: 0.3rem;
}

    .home-donaska-container-checked p {
        margin-bottom: 0;
    }
/*Donáška-cena*/
.home-donaska-cena-container {
    background-color: var(--color-gray);
    padding: 1rem;
    margin-bottom: 1rem;
    color: var(--color-text);
    border: 1px solid var(--color-border2);
    border-radius: 0.375rem;
    padding: 15px 5px;
    font-weight: 700;
    box-shadow: var(--box-shadow);
}

.donaska-cena {
    color: var(--color-secondary);
}

.home-donaska-cena-container a {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-danger);
}

.home-donaska a {
    color: var(--color-category);
    display: flex;
    margin: 1rem;
    align-items: center;
    flex-direction: row;
    font-size: 1.2rem;
}

    .home-donaska a span {
        font-weight: 600;
        font-size: 1.3rem;
    }
/*Highlight post*/
.highlight-post {
    background-image: var(--color-linear1);
    padding-bottom: 2rem;
    border-radius: 0.375rem;
    box-shadow: var(--box-shadow);
}

.highlight-post-title {
    color: var(--color-primary);
    font-family: Italianno-Regular;
    font-size: 5rem;
    font-weight: 200;
    border-bottom: 1px solid var( --color-primary);
}

.highlight-post-text {
    font-size: 1.5rem;
}

highlight-img-preview {
    max-width: 150px;
    display: none;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    margin-top: 0.5rem;
}

.highlight-post-img {
    width: 100%;
    height: auto;
    gap: 0px 40px !important;
}

    .highlight-post-img img {
        width: 200px;
        height: auto;
        object-fit: contain;
    }
/*Následujúce meniny*/
.meniny-nadpis {
    font-size: 1.75rem;
    color: var(--color-secondary);
    margin-bottom: 0.25rem;
}

.meniny-vypis {
    color: var(--color-danger);
    font-size: 1rem;
    font-weight: 700;
}

#nasledujuce-meniny {
    min-height: 80px;
    text-align: center;
    padding: 15px 5px;
    margin-bottom: 1rem;
    flex-direction: row;
    background-color: var(--color-gray);
    border: 1px solid var(--color-border2);
    border-radius: 0.375rem;
    box-shadow: var(--box-shadow);
}
/* RESPONSÍVNE ZAROVNANIE */
/*----------------------------------------------------------------------------------------1200*/
@media (max-width: 1200px) {
    .highlight-post-img {
        gap: 0px 30px !important;
    }

        .highlight-post-img img {
            width: 160px;
        }
}
/*-----------------------------------------------------------------------------------MIN--992*/
@media (min-width: 992px) {
    /*navigacia*/
    .navbar .nav-link {
        display: flex;
        align-items: center;
        padding: 0.75rem 1rem;
        height: 100%;
        color: var(--color-text);
        transition: color var(--transition-fast);
    }

    .navbar-nav {
        display: flex;
        align-items: center;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
    }

    .facebook-wrapper .fb-page,
    .facebook-wrapper span,
    .facebook-wrapper iframe {
        transform: scale(1); /* alebo aj menej, podľa potreby */
        transform-origin: top left;
    }
}
/*----------------------------------------------------------------------------------------992*/
@media (max-width: 992px) {
    /*Navigácia*/
    .navbar .nav-item button.theme-icon {
        border: none;
        background-color: #3a824000;
        margin: 0 27px;
        padding: 0 0 0 0;
    }

    .navbar .nav-link {
        display: block;
        width: 100%;
        padding: 12px 16px;
        color: var(--color-text);
        transition: background-color var(--transition-fast), color var(--transition-fast);
    }

        .navbar .nav-link:hover {
            background-color: #e8e8e8ff;
        }

    .navbar-collapse li {
        line-height: 14px;
        width: 100%;
    }

    .navbar-nav {
        width: 100%;
    }
    /*Home Úvod*/
    .highlight-post-img img {
        width: 160px;
    }

    .meniny-text {
        font-size: 0.9rem;
    }

    .meniny-meno {
        font-size: 3.5rem;
    }

    .sviatok-text {
        font-size: 1rem;
    }

    .sviatok-info {
        font-size: 1.4rem;
    }

    .facebook-predajne {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .facebook-wrapper {
        display: flex !important;
        justify-content: center;
        width: 100%
    }

        .facebook-wrapper .fb-page,
        .facebook-wrapper span,
        .facebook-wrapper iframe {
            transform: scale(1);
        }
}
/*----------------------------------------------------------------------------------------768*/
@media (max-width: 768px) {
    .btn-responsive {
        padding: 0.45rem 0.5rem !important;
        font-size: 0.9rem !important;
        margin: 0;
    }

    .calendar-container {
        margin-top: 2rem;
    }

    .meniny-text {
        font-size: 0.9rem;
    }

    .meniny-meno {
        font-size: 2.5rem;
    }

    .sviatok-text {
        font-size: 0.8rem;
    }

    .sviatok-info {
        font-size: 1rem;
    }

    h3.highlight-post-title {
        font-size: 4rem;
        font-weight: 200;
        border-bottom: 1px solid rgb(255, 0, 0)
    }

    p.highlight-post-text {
        font-size: 1.2rem;
    }

    .highlight-post-img img {
        width: 125px;
    }

    .facebook-predajne {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .facebook-wrapper {
        display: flex !important;
        justify-content: center;
        width: 100%
    }

        .facebook-wrapper .fb-page,
        .facebook-wrapper span,
        .facebook-wrapper iframe {
            display: flex !important;
            justify-content: center !important;
            transform-origin: top left;
        }
}
/*----------------------------------------------------------------------------------------576*/
@media (max-width: 576px) {
    /*všeobecné*/
    .btn-responsive {
        padding: 0.45rem 0.5rem !important;
        font-size: 0.9rem !important;
        margin: 0;
    }

    .toast {
        padding: 1rem;
        margin-top: 0.5rem;
        font-size: 1rem;
        min-width: 200px;
        max-width: 400px;
    }
    /*Navigácia*/
    .navbar svg {
        width: 18px;
        height: 18px;
        fill: var(--color-text);
        vertical-align: middle;
        transition: fill 0.2s ease;
    }

    .calendar-container {
        min-height: 700px;
    }

    .meniny-text {
        width: 100%;
        text-align: left;
        font-size: 0.7rem;
        margin: 0.5rem 0 0 0;
    }

    .nameday {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1.2rem 0 0 0;
    }

    .meniny-meno {
        width: 100%;
        text-align: right;
        padding: 0;
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .sviatok-text {
        font-size: 0.65em;
    }

    .sviatok-info {
        font-size: 0.8rem;
    }

    h3.highlight-post-title {
        font-size: 3rem;
        font-weight: 200;
        border-bottom: 1px solid rgb(255, 0, 0)
    }

    p.highlight-post-text {
        font-size: 1rem;
    }

    .highlight-post-img {
        gap: 5px 5px !important;
    }

        .highlight-post-img img {
            width: 100px;
        }

    .home-donaska-div {
        font-size: 1rem;
    }

    .home-donaska {
        font-size: 1rem;
    }

        .home-donaska a {
            font-size: 1rem;
        }

            .home-donaska a span {
                font-size: 1rem;
            }

    .home-pobocka-info {
        font-size: 0.8rem;
    }

        .home-pobocka-info a {
            font-size: 0.8rem;
        }

    #nasledujuce-meniny {
        min-height: 92px;
    }

    .meniny-nadpis {
        font-size: 1.5rem;
    }

    .meniny-vypis {
        font-size: 0.75rem;
    }

    .produkty-dostupnost-btn {
        justify-content: center;
        align-items: center;
        padding: 3px 10px;
        min-width: 80px;
    }

        .produkty-dostupnost-btn[role="radiogroup"] button[role="radio"] {
            min-width: 44px;
            margin-right: .5rem;
        }

        .produkty-dostupnost-btn [aria-checked="true"] {
            /* vizuál vyznač aktuálnu voľbu, farby už používaš */
            filter: saturate(1.05);
        }
}

@media (max-width: 476px) {
    .home-donaska-container .home-index-check-store1 {
        border-radius: 1.5rem 0 1.5rem 0;
    }

        .home-donaska-container .home-index-check-store1:hover {
            border-radius: 0 1.5rem 0 1.5rem;
        }

    .home-donaska-container .home-index-check-store2 {
        border-radius: 1.5rem 0 1.5rem 0;
    }

        .home-donaska-container .home-index-check-store2:hover {
            border-radius: 0 1.5rem 0 1.5rem;
        }
}

@media (max-width: 400px) {
    .toast {
        padding: 1rem;
        margin-top: 0.5rem;
        font-size: 1rem;
        width: 250px;
        max-width: 400px;
    }

    .navbar-brand img {
        width: 80%;
        height: auto;
        max-height: 42px;
    }

    .nameday {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1.2rem 0 0 0;
    }
}
/* Voliteľne: ultra-úzke displeje */
@media (max-width: 360px) {
    .burger-icons {
        justify-content: start;
        align-items: start;
    }

    .navbar svg {
        width: 18px;
        height: 18px;
    }

    .navbar-brand {
        margin-right: -24px;
        padding: 0 0;
    }

        .navbar-brand img {
            width: 70%;
            height: auto;
            max-height: 42px;
        }
}
/*----------------------------------------------------------------------------------------345*/
@media (max-width: 345px) {
    /*košik*/
    .cart-links-all {
        display: flex;
        flex-direction: column;
    }

    .nav-icon-admin {
        display: none !important;
    }

    .navbar svg {
        width: 16px;
        height: 16px;
    }

    .navbar-brand img {
        width: 70%;
        height: auto;
        max-height: 42px;
    }
}
