/*
 * Exact visual pass based on the approved Letakuj redesign package.
 * This stylesheet intentionally contains only presentation overrides.
 */

:root {
    --lk-green: #10a040;
    --lk-green-dark: #0b6b32;
    --lk-green-deep: #0f2417;
    --lk-yellow: #ffc83d;
    --lk-ink: #14181a;
    --lk-muted: #5f6b62;
    --lk-line: #e4eae5;
    --lk-soft: #f2f7f3;
    --lk-soft-blue: #edf2ee;
    --lk-page: #fafbfa;
    --lk-white: #fff;
    --lk-shadow: 0 8px 26px rgba(15, 36, 23, 0.09);
    --lk-shadow-soft: 0 6px 18px rgba(15, 36, 23, 0.06);
    --lk-container: 1312px;
}

body {
    background: var(--lk-page);
    color: var(--lk-ink);
    font-family: "Archivo", "Arial Nova", Arial, sans-serif;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid var(--lk-line);
    box-shadow: none;
    backdrop-filter: none;
}

.site-header__main {
    width: min(1312px, calc(100% - 128px));
    min-height: 88px;
    padding: 14px 0;
    grid-template-columns: minmax(390px, 1fr) 360px auto;
    gap: 16px;
}

.site-header__start {
    gap: 48px;
}

.site-branding {
    min-width: 150px;
}

.custom-logo-link img {
    max-width: 154px;
    max-height: 44px;
}

.primary-menu {
    gap: 32px;
}

.primary-menu a {
    min-height: 44px;
    color: var(--lk-ink);
    font-size: 16px;
    font-weight: 650;
}

.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a,
.primary-menu .current_page_item > a {
    color: var(--lk-green);
}

.primary-menu .current-menu-item > a::after,
.primary-menu .current-menu-ancestor > a::after,
.primary-menu .current_page_item > a::after {
    display: none;
}

.header-search {
    grid-template-columns: 20px minmax(0, 1fr);
    width: 320px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    padding: 0 20px;
    border: 1px solid #dce5de;
    border-radius: 999px;
    background: var(--lk-soft);
}

.header-search input {
    height: 42px;
    min-height: 0;
    padding: 0 0 0 10px;
    color: var(--lk-ink);
    font-size: 15px;
    line-height: 1.2;
}

.header-search input:focus,
.header-search input:focus-visible {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
}

.header-search button {
    width: 20px;
    min-width: 20px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #7b877e;
}

.header-search button:hover,
.header-search button:focus-visible {
    transform: none;
    background: transparent;
    color: var(--lk-green);
    box-shadow: none;
}

.header-search button .dashicons {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.site-header__end {
    gap: 10px;
}

.header-quick-link {
    width: 44px;
    height: 44px;
    border: 1px solid #dce5de;
    background: #fff;
}

.header-account-link {
    min-height: 44px;
    padding: 11px 24px;
    font-size: 15px;
}

/* Store directory category filter. */
.store-directory {
    width: 100%;
    padding: 50px max(64px, calc((100% - 1312px) / 2));
    background: var(--lk-soft);
}

.store-directory > .store-directory-filter,
.store-directory > .store-grid,
.store-directory > .empty-state {
    max-width: 1312px;
    margin-right: auto;
    margin-left: auto;
}

.store-directory-filter {
    margin-bottom: 38px;
}

.store-directory-filter__track {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(142px, 1fr));
    gap: 14px;
}

.store-directory-filter__button {
    display: inline-flex;
    min-width: 0;
    min-height: 58px;
    gap: 11px;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid #d5ddd8;
    border-radius: 999px;
    background: #fff;
    color: #171d1a;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.store-directory-filter__button:hover {
    border-color: #94c9ad;
    box-shadow: 0 8px 20px rgba(31, 41, 51, 0.08);
    transform: translateY(-1px);
}

.store-directory-filter__button:focus-visible {
    outline: 3px solid rgba(31, 159, 104, 0.25);
    outline-offset: 3px;
}

.store-directory-filter__button.is-active {
    border-color: var(--lk-green-dark);
    background: var(--lk-green-dark);
    color: #fff;
    box-shadow: 0 10px 22px rgba(20, 122, 81, 0.18);
}

.store-directory-filter__count {
    display: inline-flex;
    min-width: 34px;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    padding: 4px 9px;
    border-radius: 999px;
    background: #f0f3f1;
    color: #2f3733;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.store-directory-filter__button.is-active .store-directory-filter__count {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.store-directory .store-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.store-directory .obchod-box {
    min-height: 220px;
    border-radius: 18px;
    box-shadow: none;
}

.store-directory .obchod-box a {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.store-directory .obchod-box img {
    height: 118px;
    margin-bottom: 20px;
}

@media (max-width: 1180px) {
    .store-directory {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (max-width: 760px) {
    .store-directory {
        padding: 36px 14px;
    }

    .store-directory-filter {
        margin-bottom: 26px;
    }

    .store-directory-filter__track {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding: 3px 3px 8px;
        scroll-padding-left: 3px;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }

    .store-directory-filter__button {
        min-height: 48px;
        flex: 0 0 auto;
        padding: 9px 14px;
        scroll-snap-align: start;
    }

    .store-directory-filter__count {
        min-width: 30px;
        min-height: 26px;
        padding: 4px 8px;
        font-size: 13px;
    }

    .store-directory .store-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px;
    }
}

@media (max-width: 520px) {
    .store-directory .obchod-box,
    .store-directory .obchod-box a {
        min-height: 180px;
    }

    .store-directory .obchod-box img {
        height: 86px;
        margin-bottom: 14px;
    }
}

.header-account-link > .dashicons {
    display: none;
}

.home-catalog {
    padding-bottom: 0;
    background: #fff;
}

.home-redesign-hero {
    min-height: 530px;
    background: var(--lk-green-deep);
}

.home-redesign-hero::after {
    display: none;
}

.home-redesign-hero__inner {
    width: min(1312px, calc(100% - 128px));
    min-height: 530px;
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 70px;
    padding: 58px 0 66px;
}

.home-redesign-hero__content {
    max-width: 690px;
}

.home-redesign-hero__eyebrow,
.home-shopping-cta__eyebrow {
    margin-bottom: 14px;
    color: #8fe0b0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
}

.home-redesign-hero h1 {
    max-width: 690px;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.04;
}

.home-redesign-hero__content > p:not(.home-redesign-hero__eyebrow) {
    max-width: 640px;
    margin-top: 24px;
    color: #a9c4b1;
    font-size: 18px;
    line-height: 1.55;
}

.home-redesign-hero__actions {
    gap: 12px;
    margin-top: 30px;
}

.lk-button {
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 15px;
}

.home-redesign-hero__actions .lk-button:first-child {
    border-color: var(--lk-green);
    background: var(--lk-green);
    color: #fff;
}

.home-redesign-hero__visual {
    min-height: 460px;
}

.home-redesign-hero__flyer {
    width: 300px;
    border: 6px solid #fff;
    border-radius: 16px;
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.32);
}

.home-redesign-hero__flyer.is-1 {
    right: 0;
}

.home-redesign-hero__flyer.is-2 {
    right: 43%;
}

.home-redesign-hero__list-chip {
    right: 0;
    bottom: 24px;
    border-radius: 14px;
}

.home-store-directory,
.home-favorites,
.home-latest,
.home-shopping-cta {
    width: 100%;
    margin: 0;
}

.home-store-directory > *,
.home-favorites > *,
.home-latest > * {
    width: calc(100% - 128px);
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}

.home-store-directory {
    padding: 56px 0 50px;
    background: #fff;
}

.home-favorites {
    padding: 50px 0;
    border-top: 1px solid var(--lk-line);
    background: #fff;
}

.home-latest {
    padding: 56px 0 64px;
    border-top: 1px solid var(--lk-line);
    background: var(--lk-soft);
}

.section-heading {
    align-items: baseline;
    margin-bottom: 28px;
}

.section-heading h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.12;
}

.section-heading p {
    margin-top: 6px;
    color: var(--lk-muted);
    font-size: 16px;
}

.section-heading__link {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--lk-green);
    font-size: 16px;
    font-weight: 800;
}

.section-heading__link:hover,
.section-heading__link:focus-visible {
    border: 0;
    background: transparent;
    color: var(--lk-green-dark);
}

.home-store-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 16px;
}

.home-store-grid .obchod-box {
    padding: 0;
    border: 1px solid var(--lk-line);
    border-radius: 16px;
}

.home-store-grid .obchod-box a {
    min-height: 158px;
    padding: 18px 10px 14px;
}

.home-store-grid .obchod-box img {
    width: 92px;
    height: 68px;
    max-width: 92px;
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
}

.home-store-grid .obchod-box h3 {
    font-size: 16px;
    font-weight: 800;
}

.home-favorites__prompt {
    display: grid;
    max-width: none;
    min-height: 154px;
    margin: 0 auto;
    padding: 30px 34px;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    justify-items: start;
    border: 1px solid #f0d98d;
    border-radius: 16px;
    background: #fffbef;
    box-shadow: none;
}

.home-favorites__prompt p {
    color: #364139;
    font-size: 16px;
}

.home-favorites__prompt .home-favorites__cta {
    border-color: #d9a800;
    background: var(--lk-yellow);
    color: var(--lk-ink);
}

.home-shopping-cta .lk-button,
.home-shopping-cta .lk-button.is-light {
    border-color: var(--lk-green);
    background: var(--lk-green);
    color: #fff;
}

.letakuj-card-grid.home-flyer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.home-flyer-grid--secondary {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.letakuj-card {
    overflow: hidden;
    border: 1px solid var(--lk-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--lk-shadow-soft);
}

.letakuj-card--catalog .letakuj-card__media {
    aspect-ratio: 1.02;
    border-bottom: 0;
    background: var(--lk-soft-blue);
}

.letakuj-card--catalog .letakuj-card__media img {
    object-fit: cover;
    object-position: top center;
}

.letakuj-card__favorite button,
.letakuj-card__favorite .letakuj-favorite-flyer-button {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 12px;
}

.letakuj-card__body,
.letakuj-card--catalog .letakuj-card__body {
    min-height: 218px;
    padding: 22px;
}

.letakuj-card__store--catalog,
.letakuj-card__store {
    margin-bottom: 8px;
    color: var(--lk-green);
    font-size: 12px;
    font-weight: 800;
}

.letakuj-card__catalog-title,
.letakuj-card__title {
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 850;
    line-height: 1.3;
}

.letakuj-card__meta,
.letakuj-card--catalog .letakuj-card__meta {
    margin: auto 0 12px;
    color: var(--lk-muted);
    font-size: 14px;
}

.letakuj-card__status,
.letakuj-card--catalog .letakuj-card__status {
    min-height: 30px;
    padding: 6px 13px;
    background: #e3f5e9;
    color: var(--lk-green-dark);
}

.letakuj-card__status.is-upcoming,
.letakuj-card--catalog .letakuj-card__status.is-upcoming {
    background: #fff0d5;
    color: #9a4b00;
}

.home-shopping-cta {
    background: var(--lk-green-deep);
}

.home-shopping-cta__inner {
    width: min(1312px, calc(100% - 128px));
    min-height: 440px;
    margin: 0 auto;
    padding: 58px 0;
    grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
    gap: clamp(48px, 6vw, 92px);
    border-radius: 0;
    background: transparent;
}

.home-shopping-cta h2 {
    font-size: 48px;
    font-weight: 900;
}

.home-shopping-cta__preview {
    width: 100%;
    max-width: 590px;
    padding: 0;
    overflow: hidden;
    justify-self: end;
    border: 1px solid #dce6de;
    border-radius: 16px;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.22);
    transform: none;
}

.home-shopping-cta__preview-head {
    gap: 18px;
    padding: 20px 22px;
    border-bottom: 1px solid var(--lk-line);
}

.home-shopping-cta__preview-head > div {
    display: grid;
    gap: 2px;
}

.home-shopping-cta__preview-head > div:first-child strong {
    font-size: 20px;
}

.home-shopping-cta__preview-head > div > span,
.home-shopping-cta__preview-total > span {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--lk-muted);
    font-size: 12px;
    font-weight: 600;
}

.home-shopping-cta__preview-total {
    justify-items: end;
    padding-left: 14px;
    border-left: 3px solid var(--lk-green);
    text-align: right;
}

.home-shopping-cta__preview-total strong {
    color: var(--lk-green-dark);
    font-size: 20px;
}

.home-shopping-cta__preview-budgets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid var(--lk-line);
    background: var(--lk-soft);
}

.home-shopping-cta__preview-budgets > span {
    display: flex;
    min-width: 0;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 18px;
    color: var(--lk-ink);
    font-size: 12px;
}

.home-shopping-cta__preview-budgets > span + span {
    border-left: 1px solid #dce6de;
}

.home-shopping-cta__preview-budgets b {
    color: var(--lk-green-dark);
    white-space: nowrap;
}

.home-shopping-cta__preview-store + .home-shopping-cta__preview-store {
    border-top: 6px solid var(--lk-soft);
}

.home-shopping-cta__preview-store-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 18px;
    border-bottom: 1px solid var(--lk-line);
    border-left: 4px solid var(--lk-green);
    background: #fbfcfb;
    font-size: 13px;
}

.home-shopping-cta__preview-store-head span {
    color: var(--lk-muted);
    font-size: 11px;
}

.home-shopping-cta__preview-store p {
    padding: 11px 18px;
}

.lk-breadcrumb {
    width: min(1312px, calc(100% - 128px));
    padding: 24px 0 0;
    background: #fff;
}

.single-obchod .site-main,
.post-type-archive-obchod .site-main {
    background: #fff;
}

.store-hero {
    padding: 30px 0 40px;
    border-bottom: 1px solid var(--lk-line);
    background: #fff;
}

.store-hero__inner {
    width: min(1312px, calc(100% - 128px));
}

.store-hero__inner.has-logo {
    grid-template-columns: 110px minmax(0, 1fr) auto;
    gap: 32px;
}

.store-hero__logo {
    width: 110px;
    height: 110px;
    border: 1px solid var(--lk-line);
    border-radius: 18px;
    box-shadow: var(--lk-shadow-soft);
}

.store-hero__logo img {
    width: 74px;
    height: 74px;
}

.store-hero__title-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.store-hero .page-title {
    font-size: 54px;
    font-weight: 900;
}

.store-hero .meta-list {
    margin: 0;
}

.store-hero .meta-list li {
    padding: 7px 14px;
    border: 0;
    border-radius: 999px;
    background: var(--lk-soft);
}

.store-hero__summary {
    margin-top: 13px;
    font-size: 15px;
}

.store-hero__actions {
    min-width: 510px;
}

.store-hero__actions .letakuj-store-controls,
.store-hero__actions .letakuj-store-controls.is-guest {
    gap: 12px;
}

.store-hero__actions button,
.store-hero__actions .letak-guest-subscription-toggle,
.store-hero__actions .letak-favorite-store-button {
    min-height: 48px;
    padding: 11px 22px;
    border-width: 2px;
}

.store-hero__actions .letak-store-notification-button,
.store-hero__actions .letak-guest-subscription-toggle {
    border-color: var(--lk-green);
    background: var(--lk-green);
    color: #fff;
}

.store-hero__actions .letakuj-follow-button {
    border-color: #dce5de;
    background: #fff;
    color: var(--lk-ink);
}

.store-hero__actions .letakuj-store-follow__title,
.store-hero__actions .letakuj-store-follow__benefits {
    display: none;
}

.store-hero__actions .letakuj-store-follow__actions {
    flex-direction: row-reverse;
}

.store-current-section,
.post-type-archive-obchod .lk-section {
    width: 100%;
    padding: 50px max(64px, calc((100% - 1312px) / 2));
    background: var(--lk-soft);
}

.store-current-section .letakuj-card-grid {
    max-width: 1312px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.store-current-section > .section-heading {
    max-width: 1312px;
    margin-right: auto;
    margin-left: auto;
}

.letakuj-card--store {
    grid-template-columns: 190px minmax(0, 1fr);
    min-height: 338px;
    border-radius: 16px;
    box-shadow: var(--lk-shadow);
}

.letakuj-card--store .letakuj-card__media,
.letakuj-card--store .letakuj-card__body {
    min-height: 338px;
}

.letakuj-card--store .letakuj-card__body {
    padding: 24px;
}

.letakuj-card--store .letakuj-card__store {
    display: none;
}

.letakuj-card--store .letakuj-card__status {
    order: 1;
    margin: 0 0 8px;
}

.letakuj-card--store .letakuj-card__title {
    order: 2;
}

.letakuj-card--store .letakuj-card__meta {
    order: 3;
    margin: 0;
}

.letakuj-card--store .letakuj-card__open {
    display: inline-flex;
    width: auto;
    min-height: 46px;
    order: 4;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding: 12px 24px;
    border: 0;
    border-radius: 999px;
    background: var(--lk-green);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.letakuj-card--store a.letakuj-card__open {
    color: #fff !important;
}

.letakuj-card--store .letakuj-card__favorite {
    top: auto;
    right: 130px;
    bottom: 24px;
}

.flyer-detail-layout {
    display: grid;
    width: min(1312px, calc(100% - 128px));
    margin: 28px auto 64px;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
}

.flyer-detail-layout__viewer {
    min-width: 0;
}

.single-letak .flyer-detail-layout .letak-flyer-experience {
    width: 100%;
    margin: 0;
}

.flyer-shopping-panel {
    position: sticky;
    top: 96px;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--lk-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--lk-shadow-soft);
}

.flyer-shopping-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 19px 20px;
    border-bottom: 1px solid var(--lk-line);
}

.flyer-shopping-panel__header .eyebrow {
    margin: 0 0 2px;
    color: var(--lk-green-dark);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.flyer-shopping-panel__header h2 {
    margin: 0;
    font-size: 21px;
}

.flyer-shopping-panel__header > a {
    color: var(--lk-green-dark);
    font-size: 13px;
    font-weight: 800;
}

.flyer-shopping-panel__content {
    max-height: calc(100vh - 190px);
    overflow-y: auto;
    overscroll-behavior: contain;
    transition: opacity 160ms ease;
}

.flyer-shopping-panel__content[aria-busy="true"] {
    opacity: 0.58;
    pointer-events: none;
}

.flyer-shopping-panel .letak-shopping-list__topbar,
.flyer-shopping-panel .letak-shopping-list-group__manage,
.flyer-shopping-panel .letak-store-budgets,
.flyer-shopping-panel .letak-shopping-list__toolbar,
.flyer-shopping-panel .letak-shopping-inactive,
.flyer-shopping-panel .letak-shopping-item__select,
.flyer-shopping-panel .letak-shopping-item__actions {
    display: none;
}

.flyer-shopping-panel .letak-shopping-list-group {
    margin: 0;
    border: 0;
    border-radius: 0;
}

.flyer-shopping-panel .letak-shopping-list-group ~ .letak-shopping-list-group {
    display: none;
}

.flyer-shopping-panel .letak-shopping-list-group__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 18px;
}

.flyer-shopping-panel .letak-shopping-list-group__titlewrap h3 {
    margin: 0 0 2px;
    font-size: 16px;
}

.flyer-shopping-panel .letak-shopping-list-group__meta,
.flyer-shopping-panel .letak-shopping-list-group__total span,
.flyer-shopping-panel .letak-shopping-list-group__total small {
    font-size: 11px;
}

.flyer-shopping-panel .letak-shopping-list-group__total {
    min-width: 86px;
    justify-items: end;
    padding-left: 10px;
    text-align: right;
}

.flyer-shopping-panel .letak-shopping-list-group__total strong {
    font-size: 16px;
}

.flyer-shopping-panel .letak-shopping-store-group + .letak-shopping-store-group {
    border-top-width: 6px;
}

.flyer-shopping-panel .letak-shopping-store-group__header {
    padding: 11px 14px;
}

.flyer-shopping-panel .letak-shopping-store-group__logo {
    width: 34px;
    min-width: 34px;
    height: 34px;
}

.flyer-shopping-panel .letak-shopping-store-group__logo img {
    width: 28px;
    height: 28px;
}

.flyer-shopping-panel .letak-shopping-store-group__identity {
    gap: 8px;
}

.flyer-shopping-panel .letak-shopping-store-group__identity h3 {
    font-size: 14px;
}

.flyer-shopping-panel .letak-shopping-store-group__total strong {
    font-size: 14px;
}

.flyer-shopping-panel .letak-shopping-item {
    display: block;
    padding: 11px 14px;
}

.flyer-shopping-panel .letak-shopping-item__main {
    gap: 9px;
    align-items: center;
}

.flyer-shopping-panel .letak-shopping-item__image {
    width: 44px;
    min-width: 44px;
    height: 44px;
}

.flyer-shopping-panel .letak-shopping-item h3 {
    margin-bottom: 3px;
    font-size: 13px;
}

.flyer-shopping-panel .letak-shopping-item__details {
    gap: 3px 7px;
    font-size: 11px;
}

.flyer-shopping-panel .letak-shopping-item__details span:first-child,
.flyer-shopping-panel .letak-shopping-item__line-total small {
    display: none;
}

.flyer-shopping-panel .letak-shopping-item__line-total {
    margin-top: 3px;
    font-size: 11px;
}

.flyer-shopping-panel .letak-shopping-list-empty {
    display: grid;
    margin: 0;
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
    border: 0;
    border-radius: 0;
    padding: 22px 20px;
}

.flyer-shopping-panel__empty {
    display: grid;
    justify-items: start;
    gap: 10px;
    padding: 26px 20px;
}

.flyer-shopping-panel__empty > .dashicons {
    width: 34px;
    height: 34px;
    color: var(--lk-green);
    font-size: 34px;
}

.flyer-shopping-panel__empty h3,
.flyer-shopping-panel__empty p {
    margin: 0;
}

.flyer-shopping-panel__empty p {
    color: var(--lk-muted);
    font-size: 14px;
}

.flyer-guest-shopping__note {
    margin: 0;
    padding: 11px 16px;
    border-bottom: 1px solid var(--lk-line);
    background: #fff8e8;
    color: #6b521a;
    font-size: 12px;
    line-height: 1.45;
}

.flyer-guest-shopping__empty {
    display: grid;
    justify-items: start;
    gap: 8px;
    padding: 24px 18px;
}

.flyer-guest-shopping__empty .dashicons {
    width: 30px;
    height: 30px;
    color: var(--lk-green);
    font-size: 30px;
}

.flyer-guest-shopping__empty h3,
.flyer-guest-shopping__empty p {
    margin: 0;
}

.flyer-guest-shopping__empty p {
    color: var(--lk-muted);
    font-size: 13px;
}

.flyer-guest-shopping__items {
    display: grid;
}

.flyer-guest-shopping__item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--lk-line);
}

.flyer-guest-shopping__check {
    display: inline-grid;
    place-items: center;
    width: 27px;
    height: 27px;
    padding: 0;
    border: 2px solid #c9d9d0;
    border-radius: 50%;
    background: #fff;
    color: transparent;
    cursor: pointer;
}

.flyer-guest-shopping__item.is-checked .flyer-guest-shopping__check {
    border-color: var(--lk-green);
    background: var(--lk-green);
    color: #fff;
}

.flyer-guest-shopping__check .dashicons {
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.flyer-guest-shopping__content {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.flyer-guest-shopping__content strong {
    overflow: hidden;
    color: var(--lk-ink);
    font-size: 13px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flyer-guest-shopping__content span {
    color: var(--lk-muted);
    font-size: 11px;
}

.flyer-guest-shopping__price {
    font-size: 13px;
    white-space: nowrap;
}

.flyer-guest-shopping__actions {
    display: flex;
    grid-column: 2 / -1;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.flyer-guest-shopping__actions button {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid #c9d9d0;
    border-radius: 50%;
    background: #fff;
    color: var(--lk-ink);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.flyer-guest-shopping__actions button:hover,
.flyer-guest-shopping__actions button:focus-visible {
    border-color: var(--lk-green);
    color: var(--lk-green-dark);
}

.flyer-guest-shopping__actions span {
    min-width: 38px;
    color: var(--lk-muted);
    font-size: 12px;
    text-align: center;
}

.flyer-guest-shopping__item.is-checked .flyer-guest-shopping__content strong {
    color: #87928c;
    text-decoration: line-through;
}

.flyer-guest-shopping__item.is-inactive .flyer-guest-shopping__price {
    color: #87928c;
}

.flyer-guest-shopping__sync {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 14px;
    background: var(--lk-soft);
    color: var(--lk-green-dark);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.flyer-guest-shopping__sync:hover,
.flyer-guest-shopping__sync:focus-visible {
    background: #e9f4ef;
    color: var(--lk-green-dark);
}

.single-letak .letak-shopping-dock {
    display: none;
}

.store-archive-section {
    width: 100%;
    padding: 56px max(64px, calc((100% - 1312px) / 2));
    background: #fff;
}

.store-archive-section .letakuj-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.store-archive-section .letakuj-card {
    filter: grayscale(0.15);
    box-shadow: none;
}

.store-info-section {
    width: 100%;
    padding: 50px max(64px, calc((100% - 1312px) / 2));
    background: #fff;
}

.archive-intro {
    padding: 44px 0;
    border-bottom: 1px solid var(--lk-line);
    background: #fff;
}

.archive-intro__inner {
    width: min(1312px, calc(100% - 128px));
}

.archive-intro .page-title,
.page-intro--account .page-title {
    font-size: 44px;
    font-weight: 900;
}

.post-type-archive-obchod .store-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.post-type-archive-obchod .obchod-box {
    min-height: 220px;
    border-radius: 18px;
    box-shadow: none;
}

.post-type-archive-obchod .obchod-box a {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.post-type-archive-obchod .obchod-box img {
    height: 118px;
    margin-bottom: 20px;
}

.page-intro--account {
    padding: 44px 0;
    border-bottom: 1px solid var(--lk-line);
    background: #fff;
}

.page-intro--account .page-intro__inner {
    width: min(1312px, calc(100% - 128px));
}

.entry-shell--account {
    width: 100%;
    margin: 0;
    padding: 48px max(64px, calc((100% - 1200px) / 2)) 64px;
    background: var(--lk-soft);
}

.entry-shell--account .entry-content {
    width: 100%;
}

.entry-shell--account .letakuj-account {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.entry-shell--account .letakuj-auth-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.entry-shell--account .letakuj-auth-panel {
    width: 100%;
    max-width: none;
    padding: 40px;
    border: 0;
    border-radius: 20px;
    box-shadow: var(--lk-shadow);
}

.entry-shell--account .letakuj-auth-panel:first-child {
    justify-self: stretch;
}

.entry-shell--account .letakuj-auth-panel:last-child {
    justify-self: stretch;
    align-self: start;
}

.entry-shell--account .letakuj-auth-panel h1,
.entry-shell--account .letakuj-auth-panel h2 {
    margin-bottom: 26px;
    font-size: 26px;
    font-weight: 900;
}

.entry-shell--account .letakuj-form {
    gap: 18px;
}

.entry-shell--account .letakuj-form label:not(.letakuj-check) {
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
}

.entry-shell--account .letakuj-form input[type="text"],
.entry-shell--account .letakuj-form input[type="email"],
.entry-shell--account .letakuj-form input[type="password"] {
    min-height: 48px;
    padding: 10px 13px;
    border: 1px solid #dce5de;
    border-radius: 12px;
    background: #fafbfa;
}

.entry-shell--account .letakuj-auth-panel button[type="submit"] {
    min-height: 50px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 800;
}

.entry-shell--account .letakuj-account[data-account-tabs] {
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--lk-shadow);
}

.entry-shell--account .letakuj-account-header {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    color: var(--lk-ink);
}

.entry-shell--account .letakuj-account-header h1 {
    margin: 8px 0 4px;
    color: var(--lk-ink);
    font-size: 34px;
    font-weight: 900;
}

.entry-shell--account .letakuj-account-header p {
    color: var(--lk-muted);
    opacity: 1;
}

.entry-shell--account .letakuj-account-header a,
.entry-shell--account .letakuj-account-header button {
    min-height: 44px;
    padding: 10px 24px;
    border: 2px solid #dce5de;
    border-radius: 999px;
    color: var(--lk-ink);
}

.entry-shell--account .letakuj-metrics {
    margin-top: 30px;
    border-color: #edf2ee;
}

.entry-shell--account .letakuj-metrics div {
    padding: 24px 20px;
    border-color: #edf2ee;
}

.entry-shell--account .letakuj-metrics strong {
    font-size: 32px;
    font-weight: 900;
}

.entry-shell--account .letakuj-account-nav {
    gap: 8px;
    justify-content: flex-start;
    margin-top: 30px;
    padding: 6px;
    border: 1px solid var(--lk-line);
    border-radius: 999px;
}

.entry-shell--account .letakuj-account-nav button {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 10px 20px;
    border-radius: 999px;
}

.entry-shell--account .letakuj-account-nav button.is-active {
    background: #e3f5e9;
    box-shadow: none;
    color: var(--lk-green-dark);
}

.entry-shell--account .letakuj-account-section,
.entry-shell--account .letak-account-panel,
.entry-shell--account .letak-shopping-list__topbar {
    padding: 36px 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.entry-shell--account .letakuj-section-heading {
    margin-bottom: 24px;
}

.entry-shell--account .letakuj-section-heading .letakuj-button {
    min-height: 42px;
    padding: 9px 24px;
    border: 2px solid var(--lk-green);
    border-radius: 999px;
    background: #fff;
    color: var(--lk-green-dark);
    font-weight: 800;
}

.entry-shell--account .letakuj-section-heading h2 {
    font-size: 24px;
    font-weight: 900;
}

.entry-shell--account .letakuj-store-grid,
.entry-shell--account .letakuj-flyer-grid {
    gap: 20px;
}

.entry-shell--account .letakuj-store-item {
    grid-template-columns: 56px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 12px;
    padding: 24px;
    border: 1px solid var(--lk-line);
    border-radius: 18px;
}

.entry-shell--account .letakuj-store-item__logo {
    grid-column: 1;
    grid-row: 1;
    width: 52px;
    height: 52px;
    border-color: #edf2ee;
    border-radius: 14px;
}

.entry-shell--account .letakuj-store-item__body {
    display: contents;
}

.entry-shell--account .letakuj-store-item__body > strong {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    font-size: 17px;
}

.entry-shell--account .letakuj-store-email-state {
    width: 100%;
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 8px 10px;
    border-radius: 9px;
}

.entry-shell--account .letakuj-store-item__body > a {
    grid-column: 1 / -1;
    grid-row: 3;
    color: var(--lk-green-dark);
    font-weight: 800;
}

.site-footer {
    margin-top: 0;
    border-top: 1px solid var(--lk-line);
    background: #fff;
    color: var(--lk-muted);
}

.site-footer__inner {
    width: min(1312px, calc(100% - 128px));
    grid-template-columns: minmax(260px, 1.25fr) minmax(140px, 0.65fr) minmax(180px, 0.75fr) minmax(300px, 1.05fr);
    gap: 56px;
    padding: 50px 0 38px;
}

.site-footer__brand .custom-logo-link,
.site-footer__brand .site-title {
    padding: 0;
    background: transparent;
}

.site-footer__brand p,
.site-footer__apps p {
    color: var(--lk-muted);
}

.site-footer__socials {
    margin-top: 22px;
}

.site-footer__socials--apps {
    margin: 24px 0 0;
}

.site-footer__socials > strong {
    display: block;
    margin-bottom: 10px;
    color: var(--lk-ink);
    font-size: 14px;
}

.site-footer__social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer .site-footer__social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8e3db;
    border-radius: 50%;
    background: #fff;
    color: var(--lk-ink);
}

.site-footer .site-footer__social-link:hover,
.site-footer .site-footer__social-link:focus-visible {
    border-color: var(--lk-green-dark);
    background: var(--lk-green-dark);
    color: #fff;
}

.site-footer__social-link .dashicons {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.site-footer__menu-column > strong,
.site-footer__legal-column > strong,
.site-footer__apps > strong {
    display: block;
    margin-bottom: 15px;
    color: var(--lk-ink);
    font-size: 15px;
    text-transform: none;
}

.site-footer__menu-column {
    min-width: 0;
}

.site-footer__menu-column .footer-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__menu-column .footer-menu + .footer-menu {
    margin-top: 10px;
}

.site-footer__menu-column .footer-menu li {
    margin: 0;
    padding: 0;
}

.site-footer__menu-column .footer-menu a,
.site-footer__menu-column .footer-menu button {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    line-height: 1.4;
}

.site-footer .footer-menu button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--lk-muted);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.site-footer a,
.site-footer .site-title,
.footer-legal button {
    color: var(--lk-muted);
}

.site-footer a:hover,
.site-footer a:focus-visible,
.footer-legal button:hover,
.footer-legal button:focus-visible {
    color: var(--lk-green-dark);
}

.mobile-app-badge {
    display: grid;
    justify-items: center;
    gap: 4px;
    width: 122px;
    background: transparent;
}

.mobile-app-badges {
    align-items: start;
    flex-wrap: nowrap;
    gap: 12px;
}

.mobile-app-badge__art {
    display: flex;
    width: 122px;
    height: 46px;
    align-items: center;
    justify-content: center;
}

.mobile-app-badge__art img,
.mobile-app-badge__art .is-google-play,
.mobile-app-badge__art .is-app-store {
    display: block;
    width: 122px;
    max-width: none;
    height: 46px;
    object-fit: contain;
}

.mobile-app-badge__status {
    width: 100%;
    color: var(--lk-muted);
    text-align: center;
}

.site-footer__bottom {
    border-top: 1px solid var(--lk-line);
    background: #fff;
}

.site-footer__bottom-inner {
    width: min(1312px, calc(100% - 128px));
    min-height: 54px;
    justify-content: flex-start;
    color: #7b877e;
}

.site-footer__bottom-inner > div {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-footer__credit a {
    color: var(--lk-green-dark);
    text-decoration-color: #b7c8ba;
}

@media (max-width: 1180px) {
    .site-header__main {
        width: min(100% - 48px, 1100px);
        grid-template-columns: minmax(360px, 1fr) minmax(250px, 300px) auto;
    }

    .site-header__start,
    .primary-menu {
        gap: 20px;
    }

    .home-redesign-hero__inner,
    .home-store-directory > *,
    .home-favorites > *,
    .home-latest > *,
    .home-shopping-cta__inner,
    .lk-breadcrumb,
    .store-hero__inner,
    .archive-intro__inner,
    .page-intro--account .page-intro__inner,
    .flyer-detail-layout,
    .site-footer__inner,
    .site-footer__bottom-inner {
        width: min(100% - 48px, 1100px);
    }

    .home-store-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .letakuj-card-grid.home-flyer-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .store-current-section,
    .store-archive-section,
    .store-info-section,
    .post-type-archive-obchod .lk-section {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (max-width: 980px) {
    .site-header__main {
        display: flex;
        position: relative;
        flex-wrap: nowrap;
        min-height: 72px;
    }

    .site-header__start {
        display: flex;
        align-items: center;
        flex: 1 1 auto;
        min-width: 0;
    }

    .site-header__nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 70;
        display: none;
        width: 100%;
        padding: 10px 18px 16px;
        border: 1px solid var(--lk-line);
        border-top: 0;
        border-radius: 0 0 16px 16px;
        background: var(--lk-white);
        box-shadow: 0 18px 35px rgba(15, 36, 23, 0.12);
    }

    .site-header.is-nav-open .site-header__nav {
        display: block;
    }

    .site-header__nav .primary-menu {
        display: grid;
        width: 100%;
        gap: 0;
    }

    .site-header__nav .primary-menu > li {
        width: 100%;
    }

    .site-header__nav .primary-menu > li > a {
        width: 100%;
        min-height: 48px;
        padding: 8px 2px;
    }

    .home-redesign-hero__inner {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 32px;
    }

    .home-redesign-hero h1 {
        font-size: 48px;
    }

    .store-hero__inner.has-logo {
        grid-template-columns: 132px minmax(0, 1fr);
    }

    .store-hero__actions {
        grid-column: 1 / -1;
        min-width: 0;
        justify-self: stretch;
    }

    .store-current-section .letakuj-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .flyer-detail-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .flyer-shopping-panel {
        position: static;
    }

    .flyer-shopping-panel__content {
        max-height: none;
    }

    .single-letak .letak-shopping-dock {
        display: flex;
    }

    .site-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .site-header__main,
    .home-redesign-hero__inner,
    .home-store-directory > *,
    .home-favorites > *,
    .home-latest > *,
    .home-shopping-cta__inner,
    .lk-breadcrumb,
    .store-hero__inner,
    .archive-intro__inner,
    .page-intro--account .page-intro__inner,
    .flyer-detail-layout,
    .site-footer__inner,
    .site-footer__bottom-inner {
        width: min(100% - 28px, 1312px);
    }

    .home-redesign-hero__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
        min-height: 0;
        padding: 42px 0 48px;
    }

    .home-redesign-hero h1 {
        font-size: 40px;
    }

    .home-redesign-hero__visual {
        min-height: 280px;
    }

    .home-redesign-hero__flyer {
        width: 174px;
    }

    .home-store-directory,
    .home-favorites,
    .home-latest {
        padding: 40px 0;
    }

    .section-heading {
        align-items: flex-start;
    }

    .home-store-grid,
    .letakuj-card-grid.home-flyer-grid,
    .home-flyer-grid--secondary,
    .store-current-section .letakuj-card-grid,
    .store-archive-section .letakuj-card-grid,
    .post-type-archive-obchod .store-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px;
    }

    .home-shopping-cta__inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-shopping-cta__preview {
        width: 100%;
        max-width: none;
    }

    .home-shopping-cta__preview-budgets {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-shopping-cta__preview-budgets > span + span {
        border-top: 1px solid #dce6de;
        border-left: 0;
    }

    .store-hero__inner.has-logo,
    .store-hero__inner {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 16px;
    }

    .store-hero__logo {
        width: 96px;
        height: 92px;
        border-radius: 14px;
    }

    .store-hero__logo img {
        width: 74px;
        height: 66px;
    }

    .store-hero .page-title {
        font-size: 36px;
    }

    .store-hero__actions .letakuj-store-controls,
    .store-hero__actions .letakuj-store-controls.is-guest {
        display: grid;
    }

    .store-hero__actions button,
    .store-hero__actions .letak-guest-subscription-toggle,
    .store-hero__actions .letak-favorite-store-button {
        width: 100%;
    }

    .store-hero__actions .letakuj-store-follow__actions {
        flex-direction: column;
    }

    .letakuj-card--store {
        grid-template-columns: 132px minmax(0, 1fr);
        min-height: 230px;
    }

    .letakuj-card--store .letakuj-card__media,
    .letakuj-card--store .letakuj-card__body {
        min-height: 230px;
    }

    .letakuj-card--store .letakuj-card__favorite {
        top: 12px;
        right: 12px;
        bottom: auto;
    }

    .entry-shell--account {
        padding: 32px 14px 48px;
    }

    .entry-shell--account .letakuj-auth-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .entry-shell--account .letakuj-auth-panel {
        max-width: none;
        padding: 26px 22px;
        justify-self: stretch !important;
    }

    .entry-shell--account .letakuj-account[data-account-tabs] {
        padding: 24px 18px;
    }

    .entry-shell--account .letakuj-account-nav {
        border-radius: 16px;
    }

    .entry-shell--account .letakuj-store-grid,
    .entry-shell--account .letakuj-flyer-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .site-footer__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
        padding: 40px 0 32px;
    }

    .mobile-app-badges {
        flex-wrap: wrap;
    }

    .site-footer__bottom-inner > div {
        flex-wrap: wrap;
        gap: 6px 16px;
        padding: 12px 0;
    }
}

@media (max-width: 520px) {
    .home-redesign-hero h1 {
        font-size: 34px;
    }

    .home-redesign-hero__actions {
        display: grid;
    }

    .home-redesign-hero__actions .lk-button {
        width: 100%;
    }

    .letakuj-card-grid.home-flyer-grid,
    .home-flyer-grid--secondary,
    .store-current-section .letakuj-card-grid,
    .store-archive-section .letakuj-card-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .home-store-grid,
    .post-type-archive-obchod .store-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .post-type-archive-obchod .obchod-box,
    .post-type-archive-obchod .obchod-box a {
        min-height: 180px;
    }

    .post-type-archive-obchod .obchod-box img {
        height: 86px;
        margin-bottom: 14px;
    }

    .letakuj-card--catalog {
        min-height: 224px;
        grid-template-columns: 132px minmax(0, 1fr);
        align-items: stretch;
    }

    .letakuj-card--catalog .letakuj-card__media {
        width: 132px;
        min-width: 0;
        height: 100%;
        min-height: 224px;
        aspect-ratio: auto;
        overflow: hidden;
    }

    .letakuj-card--catalog .letakuj-card__media img {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        min-width: 0;
        object-fit: cover;
        object-position: top center;
    }

    .letakuj-card--catalog .letakuj-card__body {
        min-width: 0;
        min-height: 224px;
        padding: 16px 14px;
        overflow: hidden;
    }

    .letakuj-card--catalog .letakuj-card__store--catalog {
        margin-bottom: 6px;
        font-size: 11px;
    }

    .letakuj-card--catalog .letakuj-card__catalog-title {
        margin-bottom: 10px;
        overflow-wrap: anywhere;
        font-size: 16px;
        line-height: 1.25;
    }

    .letakuj-card--catalog .letakuj-card__meta {
        margin: auto 0 10px;
        font-size: 12px;
        line-height: 1.35;
    }

    .letakuj-card--catalog .letakuj-card__status {
        min-height: 28px;
        padding: 5px 9px;
        font-size: 12px;
    }

    .letakuj-card--store {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .page-intro--account,
    .archive-intro {
        padding: 30px 0;
    }

    .archive-intro .page-title,
    .page-intro--account .page-title {
        font-size: 34px;
    }
}

/* The account action uses one familiar icon on every viewport. */
.header-account-link {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    justify-content: center;
}

.header-account-link > .dashicons {
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 1;
}

.header-account-label {
    display: none;
}

@media (max-width: 720px) {
    .header-account-link {
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
    }

    .single-letak .flyer-shopping-panel.is-guest-shopping {
        display: none;
    }

    .single-letak .letak-shopping-dock.is-guest {
        display: flex;
    }
}
/* Compact shopping-list summary beside a flyer. */
.flyer-shopping-panel .letak-shopping-list__topbar,
.flyer-shopping-panel .letak-shopping-list-group__manage,
.flyer-shopping-panel .letak-store-budgets,
.flyer-shopping-panel .letak-shopping-list__toolbar,
.flyer-shopping-panel .letak-shopping-inactive,
.flyer-shopping-panel .letak-shopping-item__select,
.flyer-shopping-panel .letak-shopping-item__secondary-actions,
.flyer-shopping-panel .letak-shopping-list-group__menu,
.flyer-shopping-panel .letak-shopping-list-group__notes,
.flyer-shopping-panel .letak-shopping-list__clear-checked,
.flyer-shopping-panel .letak-shopping-list__mobile-cta,
.flyer-shopping-panel .letak-item-quantity {
    display: none;
}

.flyer-shopping-panel .letak-shopping-list-group {
    width: 100%;
    margin: 0;
    padding: 0 0 16px;
    border: 0;
    border-radius: 0;
    background: #fff;
}

.flyer-shopping-panel .letak-shopping-list-group ~ .letak-shopping-list-group {
    display: none;
}

.flyer-shopping-panel .letak-shopping-list-group__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 12px;
    padding: 16px 18px 10px;
    border: 0;
}

.flyer-shopping-panel .letak-shopping-list-group__eyebrow,
.flyer-shopping-panel .letak-shopping-list-group__mobile-overall {
    display: none;
}

.flyer-shopping-panel .letak-shopping-list-group__titleline {
    display: block;
}

.flyer-shopping-panel .letak-shopping-list-group__titlewrap h3 {
    margin: 0;
    color: var(--lk-ink);
    font-size: 19px;
    line-height: 1.2;
}

.flyer-shopping-panel .letak-shopping-list-group__total {
    display: grid;
    min-width: 76px;
    justify-items: end;
    gap: 1px;
    padding: 0;
    border: 0;
    text-align: right;
}

.flyer-shopping-panel .letak-shopping-list-group__total > span {
    color: var(--lk-muted);
    font-size: 10px;
    font-weight: 700;
}

.flyer-shopping-panel .letak-shopping-list-group__total strong {
    color: var(--lk-green);
    font-size: 19px;
    line-height: 1.1;
}

.flyer-shopping-panel .letak-shopping-list-group__total.is-unavailable {
    max-width: 122px;
    gap: 3px;
}

.flyer-shopping-panel .letak-shopping-list-group__total.is-unavailable strong {
    padding: 5px 7px;
    border: 1px solid var(--lk-line);
    border-radius: 6px;
    background: var(--lk-soft);
    color: var(--lk-muted);
    font-size: 10px;
    line-height: 1.2;
    white-space: normal;
}

.flyer-shopping-panel .letak-shopping-list-group__total.is-unavailable > small {
    display: none;
}

.flyer-shopping-panel .letak-shopping-progress {
    width: calc(100% - 36px);
    height: 5px;
    margin: 4px 18px 0;
    border-radius: 999px;
}

.flyer-shopping-panel .letak-shopping-progress__caption {
    margin: 6px 18px 0;
    color: var(--lk-muted);
    font-size: 10px;
}

.flyer-shopping-panel .letak-shopping-progress__caption span:nth-child(2),
.flyer-shopping-panel .letak-shopping-progress__caption span:nth-child(3) {
    display: none;
}

.flyer-shopping-panel .letak-shopping-list__stores {
    gap: 18px;
    margin-top: 18px;
}

.flyer-shopping-panel .letak-shopping-store-group + .letak-shopping-store-group {
    border-top: 0;
}

.flyer-shopping-panel .letak-shopping-store-group__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0 14px 8px;
    border: 0;
    background: transparent;
}

.flyer-shopping-panel .letak-shopping-store-group__logo {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
}

.flyer-shopping-panel .letak-shopping-store-group__logo img {
    width: 24px;
    height: 24px;
}

.flyer-shopping-panel .letak-shopping-store-group__identity {
    gap: 8px;
}

.flyer-shopping-panel .letak-shopping-store-group__identity h3 {
    color: var(--lk-muted);
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 1.2;
    text-transform: uppercase;
}

.flyer-shopping-panel .letak-shopping-store-group__total strong {
    color: var(--lk-green);
    font-size: 13px;
}

.flyer-shopping-panel .letak-shopping-store-group__total span,
.flyer-shopping-panel .letak-shopping-store-group__total small {
    display: none;
}

.flyer-shopping-panel .letak-shopping-list__items {
    display: grid;
    margin: 0 10px;
    overflow: hidden;
    border: 1px solid var(--lk-line);
    border-radius: 14px;
    background: #fff;
}

.flyer-shopping-panel .letak-shopping-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto 26px;
    gap: 8px;
    align-items: center;
    min-height: 72px;
    padding: 11px 10px;
    border-bottom: 1px solid var(--lk-line);
    background: #fff;
}

.flyer-shopping-panel .letak-shopping-item:last-child {
    border-bottom: 0;
}

.flyer-shopping-panel .letak-shopping-item__check-form,
.flyer-shopping-panel .letak-shopping-item__remove-form {
    display: block;
    margin: 0;
}

.flyer-shopping-panel .letak-shopping-list .letak-shopping-item__check {
    width: 32px;
    height: 32px;
    min-height: 32px;
    border-width: 2px;
}

.flyer-shopping-panel .letak-shopping-item__check .dashicons {
    width: 19px;
    height: 19px;
    font-size: 19px;
}

.flyer-shopping-panel .letak-shopping-item h3 {
    display: -webkit-box;
    margin: 0 0 3px;
    overflow: hidden;
    color: var(--lk-ink);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.flyer-shopping-panel .letak-shopping-item__details {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 5px;
    color: var(--lk-muted);
    font-size: 9px;
    line-height: 1.25;
}

.flyer-shopping-panel .letak-shopping-item__mobile-quantity {
    display: inline-flex !important;
}

.flyer-shopping-panel .letak-shopping-item__details > span + span::before {
    margin-right: 5px;
}

.flyer-shopping-panel .letak-shopping-item__price {
    align-self: center;
    color: var(--lk-ink);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.flyer-shopping-panel .letak-shopping-list .letak-shopping-item__remove {
    width: 26px;
    height: 26px;
    min-height: 26px;
}

.flyer-shopping-panel .letak-shopping-item__remove .dashicons {
    width: 19px;
    height: 19px;
    font-size: 19px;
}

.flyer-shopping-panel .letak-shopping-item.is-checked h3,
.flyer-shopping-panel .letak-shopping-item.is-checked .letak-shopping-item__price {
    color: #8b958f;
}
