:root {
    --pcse-cream: #fff8ea;
    --pcse-mint: #dff2e7;
    --pcse-mint-strong: #9fcfc5;
    --pcse-pink: #f6c8d0;
    --pcse-yellow: #f6d968;
    --pcse-coral: #e86f7d;
    --pcse-ink: #214f4e;
    --pcse-muted: #5f7776;
    --pcse-white: #ffffff;
}

.pcse-shop,
.pcse-shop * {
    box-sizing: border-box;
}

.pcse-shop {
    --pcse-sidebar-width: 330px;
    --pcse-catalog-max-width: 1520px;
    width: 100%;
    color: var(--pcse-ink);
}

.pcse-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 28px;
    padding: 0;
    border: 1px solid rgba(33, 79, 78, 0.08);
    border-radius: 30px;
    background:
        radial-gradient(circle at 88% 22%, rgba(246, 200, 208, 0.72), transparent 28%),
        radial-gradient(circle at 7% 92%, rgba(246, 217, 104, 0.48), transparent 25%),
        linear-gradient(135deg, #eef8f1 0%, #fff8ea 100%);
}

.pcse-hero__inner {
    position: relative;
    z-index: 2;
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: clamp(32px, 5vw, 72px) clamp(22px, 4vw, 64px);
}

.pcse-hero--full {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.pcse-hero--contained {
    width: 100%;
}

.pcse-hero__content {
    position: relative;
    z-index: 2;
    max-width: 1180px;
}

.pcse-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--pcse-coral);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pcse-hero__title {
    max-width: 820px;
    margin: 0;
    color: var(--pcse-ink);
    font-size: clamp(34px, 5vw, 68px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.pcse-hero__description {
    max-width: 1040px;
    margin-top: 18px;
    color: var(--pcse-muted);
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.65;
}

.pcse-hero__description p:last-child {
    margin-bottom: 0;
}

.pcse-hero--align-center .pcse-hero__content {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.pcse-hero--align-center .pcse-hero__description {
    margin-right: auto;
    margin-left: auto;
}

.pcse-hero--align-center .pcse-chips__track {
    justify-content: center;
}

.pcse-hero--align-right .pcse-hero__content {
    margin-left: auto;
    text-align: right;
}

.pcse-hero--align-right .pcse-hero__description {
    margin-left: auto;
}

.pcse-hero--align-right .pcse-chips__track {
    justify-content: flex-end;
}

.pcse-hero__decor {
    position: absolute;
    z-index: 1;
    width: 180px;
    height: 180px;
    border: 18px solid rgba(255, 255, 255, 0.28);
    border-radius: 48% 52% 60% 40%;
    pointer-events: none;
}

.pcse-hero__decor--left {
    left: -76px;
    bottom: -92px;
    transform: rotate(18deg);
}

.pcse-hero__decor--right {
    right: -46px;
    top: -68px;
    transform: rotate(-20deg);
}

.pcse-chips {
    margin-top: 26px;
}

.pcse-chips__track {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    overflow: visible;
    padding: 2px;
}

.pcse-chips--scroll .pcse-chips__track {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
}

.pcse-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 15px;
    border: 1px solid rgba(33, 79, 78, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--pcse-ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.pcse-chip:hover,
.pcse-chip:focus-visible,
.pcse-chip.is-active {
    border-color: var(--pcse-coral);
    background: var(--pcse-pink);
    color: var(--pcse-ink);
    transform: translateY(-2px);
}

.pcse-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 22px;
    padding: 14px 16px;
    border: 1px solid rgba(33, 79, 78, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
}

.pcse-toolbar__count {
    color: var(--pcse-muted);
    font-size: 14px;
    font-weight: 700;
}

.pcse-ordering {
    margin: 0;
}

.pcse-ordering__select {
    min-width: 220px;
    height: 42px;
    margin: 0;
    padding: 0 40px 0 14px;
    border: 1px solid rgba(33, 79, 78, 0.16);
    border-radius: 12px;
    background-color: var(--pcse-cream);
    color: var(--pcse-ink);
    font-size: 14px;
    font-weight: 700;
}

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

.pcse-grid__item {
    min-width: 0;
    height: 100%;
}

.pcse-card {
    --pcse-card-bg: #fff8ea;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(33, 79, 78, 0.08);
    border-radius: 24px;
    background: var(--pcse-card-bg);
    box-shadow: 0 14px 34px rgba(61, 93, 92, 0.08);
    transform: translateZ(0);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.pcse-card--palette-1 { --pcse-card-bg: #fff8ea; }
.pcse-card--palette-2 { --pcse-card-bg: #e8f4ec; }
.pcse-card--palette-3 { --pcse-card-bg: #fae4e8; }
.pcse-card--palette-4 { --pcse-card-bg: #f4efdc; }

.pcse-card:hover {
    transform: translateY(-7px) rotate(-0.25deg);
    box-shadow: 0 22px 52px rgba(61, 93, 92, 0.14);
}

.pcse-card__media {
    position: relative;
    aspect-ratio: 1 / 1.03;
    margin: 10px 10px 0;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
}

.pcse-card__image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: clamp(14px, 2vw, 24px);
    text-decoration: none;
}

.pcse-card__image-stage {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.pcse-card__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    opacity: 1;
    transform: scale(1);
    transition: opacity 260ms ease, transform 320ms ease;
    will-change: opacity, transform;
}

.pcse-card__image--secondary {
    opacity: 0;
    transform: scale(1.035);
}

.pcse-card:not(.has-hover-image):focus-within .pcse-card__image--primary {
    transform: scale(1.045) rotate(0.25deg);
}

.pcse-card.has-hover-image:focus-within .pcse-card__image--primary {
    opacity: 0;
    transform: scale(0.985);
}

.pcse-card.has-hover-image:focus-within .pcse-card__image--secondary {
    opacity: 1;
    transform: scale(1.045) rotate(0.25deg);
}

@media (hover: hover) and (pointer: fine) {
    .pcse-card:not(.has-hover-image):hover .pcse-card__image--primary {
        transform: scale(1.045) rotate(0.25deg);
    }

    .pcse-card.has-hover-image:hover .pcse-card__image--primary {
        opacity: 0;
        transform: scale(0.985);
    }

    .pcse-card.has-hover-image:hover .pcse-card__image--secondary {
        opacity: 1;
        transform: scale(1.045) rotate(0.25deg);
    }
}

.pcse-card__badges {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: calc(100% - 24px);
    pointer-events: none;
}

.pcse-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--pcse-ink);
    box-shadow: 0 4px 12px rgba(33, 79, 78, 0.08);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pcse-badge--sale { background: var(--pcse-coral); color: #fff; }
.pcse-badge--new { background: var(--pcse-yellow); color: #263d3c; }
.pcse-badge--featured { background: var(--pcse-mint-strong); color: #173b3a; }
.pcse-badge--stock { background: #2f4c4b; color: #fff; }

.pcse-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 18px;
}

.pcse-card__brand {
    min-height: 16px;
    margin-bottom: 7px;
    color: var(--pcse-coral);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.09em;
    line-height: 1.2;
    text-transform: uppercase;
}

.pcse-card__title {
    display: -webkit-box;
    min-height: 2.8em;
    margin: 0;
    overflow: hidden;
    color: var(--pcse-ink);
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.015em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pcse-card__title a {
    color: inherit;
    text-decoration: none;
}

.pcse-card__price {
    margin-top: 13px;
    color: var(--pcse-coral);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
}

.pcse-card__price del {
    margin-right: 5px;
    color: rgba(33, 79, 78, 0.5);
    font-size: 0.82em;
    font-weight: 700;
}

.pcse-card__price ins {
    text-decoration: none;
}

.pcse-card__actions {
    margin-top: auto;
    padding-top: 18px;
}

.pcse-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin: 0 !important;
    padding: 10px 16px !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease;
}

.pcse-button--primary {
    background: var(--pcse-yellow);
    color: #263f3e;
}

.pcse-button--secondary {
    background: rgba(255, 255, 255, 0.84);
    color: var(--pcse-ink);
}

.pcse-button:hover,
.pcse-button:focus-visible {
    color: #263f3e;
    filter: saturate(1.06);
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(33, 79, 78, 0.12) !important;
}

.pcse-button.loading {
    opacity: 0.72;
}

.pcse-button.added::after {
    content: " ✓";
    margin-left: 6px;
}

.pcse-pagination {
    display: flex;
    justify-content: center;
    margin-top: 38px;
    padding: 0 8px;
}

.pcse-pagination__list {
    display: inline-flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    max-width: 100%;
    margin: 0 !important;
    padding: 7px !important;
    border: 1px solid rgba(33, 79, 78, 0.08);
    border-radius: 999px;
    background: rgba(223, 242, 231, 0.62);
    box-shadow: 0 10px 26px rgba(33, 79, 78, 0.08);
    list-style: none !important;
}

.pcse-pagination__item {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    list-style: none !important;
}

.pcse-pagination .pcse-pagination__item > a.page-numbers,
.pcse-pagination .pcse-pagination__item > span.page-numbers {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    width: auto !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: none !important;
    color: var(--pcse-ink) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transform: none !important;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease !important;
}

.pcse-pagination .pcse-pagination__item > a.page-numbers:hover,
.pcse-pagination .pcse-pagination__item > a.page-numbers:focus-visible {
    border-color: rgba(232, 111, 125, 0.32) !important;
    background: #fff8ea !important;
    color: var(--pcse-ink) !important;
    transform: translateY(-1px) !important;
}

.pcse-pagination .pcse-pagination__item > span.page-numbers.current {
    border-color: var(--pcse-coral) !important;
    background: var(--pcse-coral) !important;
    color: #fff !important;
}

.pcse-pagination .pcse-pagination__item > a.prev,
.pcse-pagination .pcse-pagination__item > a.next {
    min-width: 46px !important;
    background: var(--pcse-yellow) !important;
}

.pcse-pagination__arrow {
    display: inline !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.pcse-empty {
    padding: 54px 24px;
    border: 1px dashed rgba(33, 79, 78, 0.22);
    border-radius: 24px;
    background: var(--pcse-cream);
    text-align: center;
}

.pcse-empty__mark {
    margin-bottom: 12px;
    color: var(--pcse-coral);
    font-size: 42px;
    line-height: 1;
}

.pcse-empty h3 {
    margin: 0 0 8px;
    color: var(--pcse-ink);
}

.pcse-empty p {
    max-width: 560px;
    margin: 0 auto;
    color: var(--pcse-muted);
}

.pcse-shop a:focus-visible,
.pcse-shop button:focus-visible,
.pcse-shop select:focus-visible {
    outline: 3px solid rgba(232, 111, 125, 0.42);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .pcse-card,
    .pcse-card__image,
    .pcse-chip,
    .pcse-button {
        transition: none !important;
    }
}

@media (max-width: 1024px) {
    .pcse-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .pcse-hero {
        margin-bottom: 20px;
        padding: 24px 20px;
        border-radius: 22px;
    }

    .pcse-hero__title {
        font-size: clamp(32px, 11vw, 48px);
    }

    .pcse-toolbar {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        padding: 12px;
    }

    .pcse-ordering,
    .pcse-ordering__select {
        width: 100%;
    }

    .pcse-ordering__select {
        min-width: 0;
    }

    .pcse-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .pcse-card {
        border-radius: 18px;
    }

    .pcse-card__media {
        margin: 7px 7px 0;
        border-radius: 14px;
    }

    .pcse-card__content {
        padding: 13px;
    }

    .pcse-card__title {
        min-height: 2.7em;
        font-size: 14px;
        line-height: 1.35;
    }

    .pcse-card__price {
        font-size: 14px;
    }

    .pcse-card__brand {
        min-height: 0;
        font-size: 9px;
    }

    .pcse-button {
        min-height: 40px;
        padding: 9px 11px !important;
        font-size: 11px;
    }

    .pcse-badge {
        min-height: 22px;
        padding: 4px 7px;
        font-size: 8px;
    }
}

@media (max-width: 390px) {
    .pcse-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* v0.2.0 — szeroki katalog, panel filtrów i karuzela */
.pcse-shop--catalog-wide .pcse-catalog-layout {
    position: relative;
    left: 50%;
    width: min(var(--pcse-catalog-max-width), calc(100vw - 40px));
    transform: translateX(-50%);
}

.pcse-catalog-layout {
    display: grid;
    grid-template-columns: minmax(0, var(--pcse-sidebar-width)) minmax(0, 1fr);
    gap: clamp(24px, 2.4vw, 36px);
    align-items: start;
}

.pcse-shop.without-sidebar .pcse-catalog-layout {
    grid-template-columns: minmax(0, 1fr);
}

.pcse-catalog-main {
    min-width: 0;
}

.pcse-toolbar__left {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.pcse-filter-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 14px;
    border: 0;
    border-radius: 999px;
    background: var(--pcse-ink);
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.pcse-filter-toggle__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--pcse-yellow);
    color: var(--pcse-ink);
    font-size: 11px;
}

.pcse-sidebar {
    position: sticky;
    top: 24px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    max-height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 24px;
    border: 1px solid rgba(33, 79, 78, 0.1);
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0, rgba(246, 200, 208, 0.42), transparent 34%),
        linear-gradient(180deg, #fffdf8 0%, #f5fbf7 100%);
    box-shadow: 0 18px 42px rgba(61, 93, 92, 0.09);
    scrollbar-width: thin;
}

.pcse-sidebar__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.pcse-sidebar__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: var(--pcse-coral);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.pcse-sidebar__title {
    margin: 0;
    color: var(--pcse-ink);
    font-size: 22px;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.pcse-sidebar__close {
    display: none !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(33, 79, 78, 0.08);
    color: var(--pcse-ink);
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.pcse-sidebar__head,
.pcse-filter-form,
.pcse-filter-group,
.pcse-filter-group__body,
.pcse-category-tree,
.pcse-brand-search,
.pcse-brand-list,
.pcse-price-fields,
.pcse-filter-options {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.pcse-sidebar input,
.pcse-sidebar select,
.pcse-sidebar button,
.pcse-sidebar a,
.pcse-sidebar label,
.pcse-sidebar span {
    box-sizing: border-box;
    max-width: 100%;
}

.pcse-check > span,
.pcse-category-tree a,
.pcse-category-branch summary,
.pcse-brand-list .pcse-check {
    min-width: 0;
    overflow-wrap: anywhere;
}

.pcse-filter-group {
    border-top: 1px solid rgba(33, 79, 78, 0.1);
}

.pcse-filter-group > summary {
    position: relative;
    padding: 16px 26px 16px 0;
    color: var(--pcse-ink);
    font-size: 14px;
    font-weight: 900;
    list-style: none;
    cursor: pointer;
}

.pcse-filter-group > summary::-webkit-details-marker {
    display: none;
}

.pcse-filter-group > summary::after {
    content: "+";
    position: absolute !important;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    color: var(--pcse-coral);
    font-size: 20px;
    font-weight: 600;
}

.pcse-filter-group[open] > summary::after {
    content: "−";
}

.pcse-filter-group__body {
    padding: 0 0 16px;
}

.pcse-price-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.pcse-price-fields label {
    display: grid;
    gap: 5px;
    color: var(--pcse-muted);
    font-size: 11px;
    font-weight: 800;
}

.pcse-price-fields input {
    width: 100%;
    min-width: 0;
    height: 42px;
    margin: 0;
    padding: 0 11px;
    border: 1px solid rgba(33, 79, 78, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--pcse-ink);
}

.pcse-filter-options {
    display: grid;
    gap: 9px;
}

.pcse-check {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: var(--pcse-muted);
    font-size: 13px;
    line-height: 1.25;
    cursor: pointer;
}

.pcse-check input {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: var(--pcse-coral);
}

.pcse-check small,
.pcse-category-tree small {
    color: rgba(33, 79, 78, 0.5);
    font-size: 10px;
    font-weight: 800;
}

.pcse-category-tree,
.pcse-category-tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pcse-category-tree ul {
    margin-top: 4px;
    padding-left: 13px;
    border-left: 1px solid rgba(33, 79, 78, 0.1);
}

.pcse-category-tree__item {
    margin: 0;
}

.pcse-category-branch {
    margin: 0;
    padding: 0;
    border: 0;
}

.pcse-category-branch > summary {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
}

.pcse-category-branch > summary::-webkit-details-marker {
    display: none;
}

.pcse-category-branch > summary::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: var(--pcse-coral);
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-50%);
    pointer-events: none;
}

.pcse-category-branch[open] > summary::after {
    content: '−';
}

.pcse-category-tree__item > a,
.pcse-category-branch > summary > a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 7px 8px;
    border-radius: 10px;
    color: var(--pcse-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

.pcse-category-branch > summary > a {
    margin-right: 28px;
    padding-right: 8px;
}

.pcse-category-tree__item > a:hover,
.pcse-category-tree__item > a:focus-visible,
.pcse-category-tree__item > a.is-active,
.pcse-category-branch > summary > a:hover,
.pcse-category-branch > summary > a:focus-visible,
.pcse-category-branch > summary > a.is-active {
    background: rgba(246, 200, 208, 0.48);
    color: var(--pcse-ink);
}

.pcse-category-branch > summary:focus-visible {
    outline: 2px solid var(--pcse-coral);
    outline-offset: 2px;
    border-radius: 10px;
}

.pcse-filter-form__actions {
    display: grid;
    gap: 9px;
    margin-top: 18px;
}

.pcse-filter-apply {
    min-height: 44px;
    padding: 10px 16px;
    border: 0;
    border-radius: 999px;
    background: var(--pcse-yellow);
    color: var(--pcse-ink);
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.pcse-filter-reset {
    color: var(--pcse-coral);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.pcse-filter-backdrop {
    display: none;
}

.pcse-product-carousel,
.pcse-product-carousel * {
    box-sizing: border-box;
}

.pcse-product-carousel {
    width: 100%;
    color: var(--pcse-ink);
}

.pcse-advanced-filters {
    margin-top: 8px;
    border: 1px solid rgba(33, 79, 78, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.58);
    overflow: hidden;
}

.pcse-advanced-filters > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 14px;
    color: var(--pcse-ink);
    font-size: 13px;
    font-weight: 800;
    list-style: none;
    cursor: pointer;
}

.pcse-advanced-filters > summary::-webkit-details-marker {
    display: none;
}

.pcse-advanced-filters > summary::after {
    content: '+';
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    margin-left: auto;
    border-radius: 50%;
    background: rgba(232, 111, 125, 0.12);
    color: var(--pcse-coral);
    font-size: 18px;
    line-height: 1;
}

.pcse-advanced-filters[open] > summary::after {
    content: '−';
}

.pcse-advanced-filters > summary small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: var(--pcse-mint);
    color: var(--pcse-ink);
    font-size: 11px;
}

.pcse-advanced-filters__body {
    padding: 0 12px 12px;
}

.pcse-advanced-filters__body .pcse-filter-group {
    margin: 0;
}

.pcse-advanced-filters__body .pcse-filter-group + .pcse-filter-group {
    border-top: 1px solid rgba(33, 79, 78, 0.08);
}

.pcse-carousel-heading {
    display: block;
    margin-bottom: 22px;
}

.pcse-carousel-heading__copy {
    max-width: 1180px;
}

.pcse-carousel-heading__eyebrow {
    margin-bottom: 6px;
    color: var(--pcse-coral);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.pcse-carousel-heading__title {
    margin: 0;
    color: var(--pcse-ink);
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.045em;
}

.pcse-carousel-heading__description {
    max-width: 1100px;
    margin: 10px 0 0;
    color: var(--pcse-muted);
    font-size: 15px;
    line-height: 1.6;
}

.pcse-product-carousel--heading-center .pcse-carousel-heading__copy {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.pcse-product-carousel--heading-center .pcse-carousel-heading__description {
    margin-right: auto;
    margin-left: auto;
}

.pcse-product-carousel--heading-right .pcse-carousel-heading__copy {
    margin-left: auto;
    text-align: right;
}

.pcse-product-carousel--heading-right .pcse-carousel-heading__description {
    margin-left: auto;
}

.pcse-carousel-stage {
    position: relative;
    width: 100%;
}

.pcse-carousel-nav__button {
    position: absolute !important;
    top: 50%;
    z-index: 12;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(33, 79, 78, 0.12);
    border-radius: 50%;
    background: var(--pcse-yellow);
    box-shadow: 0 12px 28px rgba(33, 79, 78, 0.18);
    color: var(--pcse-ink);
    font: inherit;
    visibility: visible !important;
    opacity: 1;
    transform: translateY(-50%);
    cursor: pointer;
    transition: transform 170ms ease, background-color 170ms ease, opacity 170ms ease;
}

.pcse-carousel-nav__button span {
    display: block;
    margin-top: -3px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
}

.pcse-carousel-nav__button--prev {
    left: 12px;
}

.pcse-carousel-nav__button--next {
    right: 12px;
}

.pcse-carousel-nav__button:hover,
.pcse-carousel-nav__button:focus-visible {
    background: #fff;
    transform: translateY(-50%) scale(1.06);
}

.pcse-carousel-nav__button:focus-visible {
    outline: 3px solid rgba(237, 98, 119, 0.34);
    outline-offset: 3px;
}

.pcse-carousel-nav__button:disabled {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 0.32;
    cursor: default;
    transform: translateY(-50%);
}

.pcse-carousel {
    --pcse-carousel-columns: 4;
    --pcse-carousel-gap: 22px;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    padding: 5px 2px 20px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.pcse-carousel::-webkit-scrollbar {
    display: none;
}

/* v0.10.11 — ręczne przeciąganie karuzel myszką, palcem i rysikiem. */
.pcse-carousel {
    cursor: grab;
    touch-action: pan-y pinch-zoom;
    overscroll-behavior-x: contain;
    -webkit-user-select: none;
    user-select: none;
}

.pcse-carousel img,
.pcse-carousel a {
    -webkit-user-drag: none;
}

.pcse-carousel.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
}

.pcse-carousel.is-dragging,
.pcse-carousel.is-dragging * {
    cursor: grabbing !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}

.pcse-carousel__track {
    display: flex;
    gap: var(--pcse-carousel-gap);
}

.pcse-carousel__item {
    flex: 0 0 calc((100% - (var(--pcse-carousel-columns) - 1) * var(--pcse-carousel-gap)) / var(--pcse-carousel-columns));
    min-width: 0;
    scroll-snap-align: start;
}

.pcse-carousel__item .pcse-card {
    height: 100%;
}

/*
 * Nawigacja karuzeli nie używa elementów <button>, dzięki czemu Woodmart
 * nie może przejąć jej wyglądu globalnymi stylami przycisków.
 */
.pcse-product-carousel .pcse-carousel-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: max-content;
    min-height: 28px;
    margin: 14px auto 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.pcse-product-carousel .pcse-carousel-pagination .pcse-carousel-pagination__dot {
    position: relative;
    display: block;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(33, 79, 78, 0.24);
    box-shadow: none;
    cursor: pointer;
    transition: width 180ms ease, flex-basis 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.pcse-product-carousel .pcse-carousel-pagination .pcse-carousel-pagination__dot:hover {
    background: rgba(232, 111, 125, 0.72);
    transform: scale(1.18);
}

.pcse-product-carousel .pcse-carousel-pagination .pcse-carousel-pagination__dot:focus-visible {
    outline: 3px solid rgba(232, 111, 125, 0.3);
    outline-offset: 4px;
}

.pcse-product-carousel .pcse-carousel-pagination .pcse-carousel-pagination__dot.is-active {
    flex-basis: 34px;
    width: 34px;
    min-width: 34px;
    background: var(--pcse-coral);
}

.pcse-product-carousel.is-static .pcse-carousel-nav__button,
.pcse-product-carousel.is-static .pcse-carousel-pagination {
    display: none !important;
}

@media (max-width: 1180px) {
    .pcse-shop {
        --pcse-sidebar-width: 300px;
    }
}

@media (max-width: 1024px) {
    .pcse-catalog-layout,
    .pcse-shop.without-sidebar .pcse-catalog-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .pcse-filter-toggle {
        display: inline-flex;
    }

    .pcse-sidebar {
        position: fixed;
        z-index: 10002;
        top: 0;
        left: 0;
        width: min(88vw, 360px);
        height: 100dvh;
        max-height: none;
        padding: 22px;
        border-radius: 0 24px 24px 0;
        transform: translateX(-105%);
        transition: transform 220ms ease;
    }

    .pcse-shop.is-filter-open .pcse-sidebar {
        transform: translateX(0);
    }

    .pcse-sidebar__close {
        display: inline-flex !important;
    }

    .pcse-filter-backdrop {
        position: fixed;
        z-index: 10001;
        inset: 0;
        display: block;
        background: rgba(18, 43, 42, 0.45);
        opacity: 0;
        pointer-events: none;
        transition: opacity 220ms ease;
    }

    .pcse-shop.is-filter-open .pcse-filter-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    body.pcse-filter-lock {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .pcse-hero {
        padding: 0;
    }

    .pcse-hero__inner {
        padding: 28px 20px;
    }

    .pcse-hero--full {
        margin-bottom: 20px;
    }

    .pcse-shop--catalog-wide .pcse-catalog-layout {
        width: min(100%, calc(100vw - 24px));
    }

    .pcse-toolbar__left {
        justify-content: space-between;
    }

    .pcse-filter-toggle {
        flex: 0 0 auto;
    }

    .pcse-carousel-heading {
        align-items: flex-start;
    }

    .pcse-carousel-heading__description {
        font-size: 14px;
    }

    .pcse-carousel-nav__button {
        width: 42px;
        height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pcse-sidebar,
    .pcse-filter-backdrop,
    .pcse-carousel {
        scroll-behavior: auto;
        transition: none !important;
    }
}

@media (max-width: 767px) {
    .pcse-carousel-nav__button {
        width: 44px;
        height: 44px;
    }

    .pcse-carousel-nav__button span {
        font-size: 34px;
    }

    .pcse-carousel-nav__button--prev {
        left: 8px;
    }

    .pcse-carousel-nav__button--next {
        right: 8px;
    }
}


@media (max-width: 600px) {
    .pcse-pagination {
        margin-top: 28px;
        padding: 0;
    }

    .pcse-pagination__list {
        gap: 4px;
        padding: 5px !important;
        border-radius: 20px;
    }

    .pcse-pagination .pcse-pagination__item > a.page-numbers,
    .pcse-pagination .pcse-pagination__item > span.page-numbers {
        min-width: 36px !important;
        height: 36px !important;
        min-height: 36px !important;
        padding: 0 9px !important;
        font-size: 12px !important;
    }
}

/* v0.3.1 — osobny filtr marek Woodmart. */
.pcse-filter-group--brands > summary {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pcse-filter-group--brands > summary small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    margin-left: auto;
    padding: 0 7px;
    border-radius: 999px;
    background: var(--pcse-mint);
    color: var(--pcse-ink);
    font-size: 10px;
    font-weight: 900;
}

.pcse-brand-search {
    display: block;
    margin: 0 0 12px;
}

.pcse-brand-search input[type="search"] {
    display: block;
    width: 100%;
    min-width: 0;
    height: 42px;
    margin: 0;
    padding: 0 13px;
    border: 1px solid rgba(33, 79, 78, 0.14) !important;
    border-radius: 12px !important;
    outline: none;
    background: rgba(255, 255, 255, 0.84) !important;
    box-shadow: none !important;
    color: var(--pcse-ink);
    font: inherit;
    font-size: 13px;
    appearance: none;
}

.pcse-brand-search input[type="search"]:focus {
    border-color: rgba(232, 111, 125, 0.72) !important;
    box-shadow: 0 0 0 3px rgba(232, 111, 125, 0.12) !important;
}

.pcse-brand-search input[type="search"]::-webkit-search-cancel-button {
    cursor: pointer;
}

.pcse-brand-list {
    max-height: 310px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2px 5px 2px 1px;
    scrollbar-width: thin;
    scrollbar-color: rgba(33, 79, 78, 0.22) transparent;
}

.pcse-brand-list::-webkit-scrollbar {
    width: 6px;
}

.pcse-brand-list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(33, 79, 78, 0.22);
}

.pcse-brand-option[hidden],
.pcse-brand-empty[hidden] {
    display: none !important;
}

.pcse-brand-empty {
    margin: 10px 0 0;
    color: var(--pcse-muted);
    font-size: 12px;
}

/* v0.4.0 — czytelny licznik filtrów na desktopie */
.pcse-filter-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 7px 8px 7px 14px;
    border: 1px solid rgba(33, 79, 78, 0.1);
    border-radius: 999px;
    background: #fffaf0;
    color: var(--pcse-ink);
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
}

.pcse-filter-status__count {
    display: inline-grid;
    place-items: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: var(--pcse-pink);
    color: var(--pcse-ink);
    font-size: 12px;
    font-weight: 900;
}

/* v0.4.1 — dedykowana strona pojedynczego produktu */
.pcse-single-product,
.pcse-single-product * {
    box-sizing: border-box;
}

.pcse-single-product {
    --pcse-single-accent: #e86f7d;
    --pcse-single-purchase: #f6d968;
    --pcse-single-summary-bg: #fffaf0;
    --pcse-single-radius: 32px;
    width: 100%;
    color: var(--pcse-ink);
}

.pcse-single-product__inner {
    width: min(100%, 1520px);
    margin: 0 auto;
}

.pcse-single-product__hero {
    --pcse-single-gallery-share: 50%;
    display: grid;
    grid-template-columns: minmax(0, var(--pcse-single-gallery-share)) minmax(400px, 1fr);
    gap: clamp(24px, 3vw, 48px);
    align-items: stretch;
    padding: clamp(18px, 2.2vw, 34px);
    border: 1px solid rgba(33, 79, 78, 0.1);
    border-radius: var(--pcse-single-radius);
    background:
        radial-gradient(circle at 3% 96%, rgba(246, 217, 104, 0.28), transparent 26%),
        radial-gradient(circle at 98% 3%, rgba(246, 200, 208, 0.34), transparent 28%),
        linear-gradient(135deg, #f4fbf6 0%, #fff9ee 54%, #fff5f5 100%);
    box-shadow: 0 26px 70px rgba(33, 79, 78, 0.08);
}

.pcse-single-gallery {
    min-width: 0;
}

.pcse-single-gallery__stage {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    border: 1px solid rgba(33, 79, 78, 0.08);
    border-radius: calc(var(--pcse-single-radius) - 10px);
    background:
        radial-gradient(circle at 80% 16%, rgba(246, 200, 208, 0.28), transparent 24%),
        linear-gradient(145deg, #fffdfa 0%, #eff8f3 100%);
}

.pcse-single-gallery__main {
    position: relative;
    display: grid !important;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 620px;
    margin: 0 !important;
    padding: clamp(28px, 5vw, 74px) !important;
    border: 0 !important;
    border-radius: inherit !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    cursor: zoom-in;
}

.pcse-single-gallery__main:disabled {
    cursor: default;
}

.pcse-single-gallery__main img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 24px 30px rgba(33, 79, 78, 0.12));
    transition: opacity 140ms ease, transform 220ms ease;
}

.pcse-single-gallery__main:not(:disabled):hover img {
    transform: scale(1.025);
}

.pcse-single-gallery__main.is-changing img {
    opacity: 0.35;
}

.pcse-single-gallery__zoom {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(33, 79, 78, 0.1);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 26px rgba(33, 79, 78, 0.12);
    color: var(--pcse-ink);
    font-size: 24px;
    font-weight: 500;
}

.pcse-single-gallery__main:disabled .pcse-single-gallery__zoom {
    display: none;
}

.pcse-single-gallery__thumbs {
    display: grid;
    grid-auto-columns: minmax(84px, 108px);
    grid-auto-flow: column;
    gap: 12px;
    max-width: 100%;
    margin-top: 14px;
    padding: 2px 2px 8px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.pcse-single-gallery__thumb {
    display: grid !important;
    place-items: center;
    aspect-ratio: 1;
    width: 100%;
    min-width: 0;
    margin: 0 !important;
    padding: 9px !important;
    border: 2px solid transparent !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.86) !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: border-color 150ms ease, transform 150ms ease, background-color 150ms ease;
}

.pcse-single-gallery__thumb:hover,
.pcse-single-gallery__thumb:focus-visible,
.pcse-single-gallery__thumb.is-active {
    border-color: var(--pcse-single-accent) !important;
    background: #fff !important;
    transform: translateY(-2px);
}

.pcse-single-gallery__thumb:focus-visible {
    outline: 3px solid rgba(232, 111, 125, 0.24);
    outline-offset: 2px;
}

.pcse-single-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pcse-single-product__summary {
    position: relative;
    min-width: 0;
    padding: clamp(26px, 3vw, 50px);
    border: 1px solid rgba(33, 79, 78, 0.08);
    border-radius: calc(var(--pcse-single-radius) - 10px);
    background: var(--pcse-single-summary-bg);
}

.pcse-single-product__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.pcse-single-product__eyebrow {
    color: var(--pcse-single-accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pcse-single-product__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.pcse-single-product__badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pcse-single-product__badge--sale {
    background: var(--pcse-single-accent);
    color: #fff;
}

.pcse-single-product__badge--new {
    background: var(--pcse-single-purchase);
    color: var(--pcse-ink);
}

.pcse-single-product__badge--featured {
    background: var(--pcse-mint);
    color: var(--pcse-ink);
}

.pcse-single-product__brand {
    margin-bottom: 9px;
    color: var(--pcse-single-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pcse-single-product__brand a {
    color: inherit;
    text-decoration: none;
}

.pcse-single-product__brand a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pcse-single-product__title {
    margin: 0;
    color: var(--pcse-ink);
    font-size: clamp(34px, 4vw, 64px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.05em;
    overflow-wrap: anywhere;
}

.pcse-single-product__rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: var(--pcse-muted);
    font-size: 12px;
    font-weight: 700;
}

.pcse-single-product__rating .star-rating {
    margin: 0;
    color: var(--pcse-single-accent);
}

.pcse-single-product__price {
    margin-top: 22px;
    color: var(--pcse-single-accent);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.1;
}

.pcse-single-product__price del {
    margin-right: 10px;
    color: rgba(33, 79, 78, 0.46);
    font-size: 0.58em;
    font-weight: 700;
}

.pcse-single-product__price ins {
    color: inherit;
    text-decoration: none;
}

.pcse-single-product__short-description {
    margin-top: 20px;
    color: var(--pcse-muted);
    font-size: 15px;
    line-height: 1.7;
}

.pcse-single-product__short-description > *:first-child {
    margin-top: 0;
}

.pcse-single-product__short-description > *:last-child {
    margin-bottom: 0;
}

.pcse-single-product__stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(159, 207, 197, 0.22);
    color: var(--pcse-ink);
    font-size: 12px;
    font-weight: 850;
}

.pcse-single-product__stock > span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4cae84;
    box-shadow: 0 0 0 5px rgba(76, 174, 132, 0.13);
}

.pcse-single-product__stock.is-unavailable {
    background: rgba(232, 111, 125, 0.12);
    color: #9c3d4b;
}

.pcse-single-product__stock.is-unavailable > span {
    background: var(--pcse-single-accent);
    box-shadow: 0 0 0 5px rgba(232, 111, 125, 0.12);
}

.pcse-single-purchase {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(33, 79, 78, 0.1);
}

.pcse-single-purchase__quantity-label {
    margin-bottom: 8px;
    color: var(--pcse-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.pcse-single-purchase form.cart,
.pcse-single-purchase .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    margin: 0 !important;
    flex-wrap: wrap;
}

.pcse-single-purchase form.variations_form {
    display: block;
}

.pcse-single-purchase .variations {
    width: 100%;
    margin: 0 0 16px !important;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.pcse-single-purchase .variations tr,
.pcse-single-purchase .variations th,
.pcse-single-purchase .variations td {
    display: block;
    width: 100%;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left;
}

.pcse-single-purchase .variations th.label {
    margin-bottom: 7px;
    color: var(--pcse-ink);
    font-size: 12px;
    font-weight: 900;
}

.pcse-single-purchase select,
.pcse-single-purchase input[type="number"],
.pcse-single-purchase input[type="text"] {
    min-height: 52px;
    border: 1px solid rgba(33, 79, 78, 0.15) !important;
    border-radius: 15px !important;
    background: #fff !important;
    color: var(--pcse-ink) !important;
    font: inherit;
    box-shadow: none !important;
}

.pcse-single-purchase select {
    width: 100% !important;
    padding: 0 42px 0 15px !important;
}

.pcse-single-purchase .reset_variations {
    display: inline-flex !important;
    margin-top: 8px;
    color: var(--pcse-single-accent) !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.pcse-single-purchase .single_variation_wrap,
.pcse-single-purchase .woocommerce-variation-add-to-cart {
    width: 100%;
}

.pcse-single-purchase .woocommerce-variation-price {
    margin: 0 0 14px;
    color: var(--pcse-single-accent);
    font-size: 24px;
    font-weight: 900;
}

.pcse-single-purchase .woocommerce-variation-description {
    margin-bottom: 14px;
    color: var(--pcse-muted);
    line-height: 1.6;
}

.pcse-single-purchase .quantity {
    display: grid !important;
    grid-template-columns: 42px minmax(52px, 70px) 42px;
    align-items: stretch;
    width: auto !important;
    min-width: 156px;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(33, 79, 78, 0.14);
    border-radius: 999px;
    background: #fff;
}

.pcse-single-purchase .quantity input.qty {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 52px;
    padding: 0 4px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
}

.pcse-single-purchase .quantity input.qty::-webkit-inner-spin-button,
.pcse-single-purchase .quantity input.qty::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

.pcse-single-purchase .pcse-qty-button {
    display: grid !important;
    place-items: center;
    width: 42px;
    min-width: 42px;
    height: 100%;
    min-height: 52px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--pcse-ink) !important;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.pcse-single-purchase .pcse-qty-button:hover,
.pcse-single-purchase .pcse-qty-button:focus-visible {
    background: rgba(246, 217, 104, 0.38) !important;
}

.pcse-single-purchase .single_add_to_cart_button,
.pcse-single-purchase button.single_add_to_cart_button,
.pcse-single-purchase .button.single_add_to_cart_button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 1 1 230px;
    min-height: 54px;
    margin: 0 !important;
    padding: 12px 28px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--pcse-single-purchase) !important;
    box-shadow: 0 12px 24px rgba(33, 79, 78, 0.1) !important;
    color: var(--pcse-ink) !important;
    font: inherit !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.pcse-single-purchase .single_add_to_cart_button:hover,
.pcse-single-purchase .single_add_to_cart_button:focus-visible {
    filter: brightness(1.03);
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(33, 79, 78, 0.15) !important;
}

.pcse-single-purchase .single_add_to_cart_button.disabled,
.pcse-single-purchase .single_add_to_cart_button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
}

.pcse-single-purchase .group_table {
    width: 100%;
    margin-bottom: 14px;
}

.pcse-single-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.pcse-single-benefit {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    min-width: 0;
    padding: 14px 12px;
    border: 1px solid rgba(33, 79, 78, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.66);
}

.pcse-single-benefit > div {
    min-width: 0;
}

.pcse-single-benefit__icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    align-self: start;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 50%;
    background: var(--pcse-mint);
    color: var(--pcse-ink);
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1 !important;
    text-align: center;
}

.pcse-single-benefit strong,
.pcse-single-benefit span {
    display: block;
}

.pcse-single-benefit strong {
    color: var(--pcse-ink);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.25;
}

.pcse-single-benefit div > span {
    margin-top: 3px;
    color: var(--pcse-muted);
    font-size: 10px;
    line-height: 1.35;
}

.pcse-single-meta {
    display: grid;
    gap: 8px;
    margin: 24px 0 0;
    padding-top: 18px;
    border-top: 1px solid rgba(33, 79, 78, 0.08);
}

.pcse-single-meta > div {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 12px;
}

.pcse-single-meta dt,
.pcse-single-meta dd {
    margin: 0;
}

.pcse-single-meta dt {
    color: var(--pcse-muted);
    white-space: nowrap;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pcse-single-meta dd {
    color: var(--pcse-ink);
    font-size: 12px;
    font-weight: 700;
}

.pcse-single-meta a {
    color: var(--pcse-single-accent);
    text-decoration: none;
}

.pcse-single-details {
    display: grid;
    grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 80px);
    margin-top: clamp(48px, 7vw, 100px);
    padding: clamp(30px, 5vw, 72px);
    border-radius: var(--pcse-single-radius);
    background: #edf8f1;
}

.pcse-single-section-heading {
    align-self: start;
    position: sticky;
    top: 28px;
}

.pcse-single-section-heading > span {
    color: var(--pcse-single-accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pcse-single-section-heading h2 {
    margin: 10px 0 0;
    color: var(--pcse-ink);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.pcse-single-accordion {
    min-width: 0;
}

.pcse-single-accordion details {
    border-bottom: 1px solid rgba(33, 79, 78, 0.12);
}

.pcse-single-accordion details:first-child {
    border-top: 1px solid rgba(33, 79, 78, 0.12);
}

.pcse-single-accordion summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 0;
    color: var(--pcse-ink);
    font-size: clamp(17px, 2vw, 22px);
    font-weight: 900;
    list-style: none;
    cursor: pointer;
}

.pcse-single-accordion summary::-webkit-details-marker {
    display: none;
}

.pcse-single-accordion summary i {
    position: relative;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(246, 217, 104, 0.62);
}

.pcse-single-accordion summary i::before,
.pcse-single-accordion summary i::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: var(--pcse-ink);
    transform: translate(-50%, -50%);
    transition: transform 160ms ease;
}

.pcse-single-accordion summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.pcse-single-accordion details[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.pcse-single-accordion__content {
    padding: 0 0 26px;
    color: var(--pcse-muted);
    font-size: 15px;
    line-height: 1.75;
}

.pcse-single-accordion__content > *:first-child {
    margin-top: 0;
}

.pcse-single-accordion__content > *:last-child {
    margin-bottom: 0;
}

.pcse-single-accordion__content h2,
.pcse-single-accordion__content h3,
.pcse-single-accordion__content h4 {
    color: var(--pcse-ink);
}

.pcse-single-accordion .woocommerce-product-attributes {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
}

.pcse-single-accordion .woocommerce-product-attributes tr {
    border-bottom: 1px solid rgba(33, 79, 78, 0.09);
}

.pcse-single-accordion .woocommerce-product-attributes th,
.pcse-single-accordion .woocommerce-product-attributes td {
    padding: 12px 8px;
    border: 0;
    background: transparent;
    text-align: left;
}

.pcse-single-accordion .woocommerce-product-attributes th {
    width: 34%;
    color: var(--pcse-ink);
    font-size: 12px;
    font-weight: 900;
}

.pcse-single-related {
    margin-top: clamp(54px, 8vw, 110px);
    padding-bottom: 10px;
}

.pcse-single-related .pcse-carousel-heading__copy {
    max-width: 1180px;
}

.pcse-single-lightbox[hidden] {
    display: none !important;
}

.pcse-single-lightbox {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 28px;
}

.pcse-single-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(16, 37, 36, 0.86);
    backdrop-filter: blur(12px);
}

.pcse-single-lightbox__dialog {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1100px, 92vw);
    height: min(860px, 88vh);
    min-width: 0;
    min-height: 0;
    padding: 30px;
    overflow: hidden;
    border-radius: 28px;
    background: #fffaf0;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
    isolation: isolate;
}

.pcse-single-lightbox__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-radius: 18px;
}

.pcse-single-lightbox__dialog img,
.pcse-single-lightbox__media img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center !important;
}

.pcse-single-lightbox__close,
.pcse-single-lightbox__nav {
    position: absolute !important;
    z-index: 3;
    display: grid !important;
    place-items: center;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: 0 12px 30px rgba(33, 79, 78, 0.18) !important;
    font: inherit !important;
    line-height: 1 !important;
    cursor: pointer;
}

.pcse-single-lightbox__close {
    top: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    background: var(--pcse-single-accent) !important;
    color: #fff !important;
    font-size: 28px !important;
}

.pcse-single-lightbox__nav {
    top: 50%;
    width: 54px;
    height: 54px;
    background: var(--pcse-single-purchase) !important;
    color: var(--pcse-ink) !important;
    font-size: 38px !important;
    transform: translateY(-50%);
}

.pcse-single-lightbox__nav--prev {
    left: 16px;
}

.pcse-single-lightbox__nav--next {
    right: 16px;
}

body.pcse-lightbox-lock {
    overflow: hidden;
}

.pcse-editor-message {
    padding: 24px;
    border: 1px dashed rgba(33, 79, 78, 0.25);
    border-radius: 18px;
    background: #fffaf0;
    color: var(--pcse-ink);
    font-weight: 700;
}

@media (max-width: 1180px) {
    .pcse-single-product__hero {
        --pcse-single-gallery-share: 50%;
        grid-template-columns: minmax(0, var(--pcse-single-gallery-share)) minmax(330px, 1fr);
        gap: 24px;
    }

    .pcse-single-gallery__stage,
    .pcse-single-gallery__main {
        min-height: 520px;
    }

    .pcse-single-benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .pcse-filter-status {
        display: none;
    }

    .pcse-single-product__hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .pcse-single-gallery__stage,
    .pcse-single-gallery__main {
        min-height: min(72vw, 640px);
    }

    .pcse-single-product__summary {
        padding: 32px;
    }

    .pcse-single-details {
        grid-template-columns: minmax(0, 1fr);
    }

    .pcse-single-section-heading {
        position: static;
    }
}

@media (max-width: 767px) {
    .pcse-single-product__hero {
        gap: 14px;
        padding: 10px;
        border-radius: 24px;
    }

    .pcse-single-gallery__stage,
    .pcse-single-product__summary {
        border-radius: 18px;
    }

    .pcse-single-gallery__stage,
    .pcse-single-gallery__main {
        min-height: 390px;
    }

    .pcse-single-gallery__main {
        padding: 24px !important;
    }

    .pcse-single-gallery__main img {
        max-height: 340px;
    }

    .pcse-single-gallery__zoom {
        right: 12px;
        bottom: 12px;
        width: 42px;
        height: 42px;
    }

    .pcse-single-gallery__thumbs {
        grid-auto-columns: 76px;
        gap: 8px;
    }

    .pcse-single-product__summary {
        padding: 24px 20px;
    }

    .pcse-single-product__topline {
        align-items: flex-start;
        flex-direction: column;
    }

    .pcse-single-product__badges {
        justify-content: flex-start;
    }

    .pcse-single-product__title {
        font-size: clamp(34px, 11vw, 48px);
    }

    .pcse-single-purchase form.cart,
    .pcse-single-purchase .woocommerce-variation-add-to-cart {
        align-items: stretch;
        flex-direction: column;
    }

    .pcse-single-purchase .quantity {
        width: 100% !important;
        grid-template-columns: 48px 1fr 48px;
    }

    .pcse-single-purchase .single_add_to_cart_button,
    .pcse-single-purchase button.single_add_to_cart_button,
    .pcse-single-purchase .button.single_add_to_cart_button {
        flex: 0 0 auto !important;
        flex-basis: auto !important;
        width: 100% !important;
        height: 56px !important;
        min-height: 56px !important;
        max-height: 56px !important;
        padding: 0 24px !important;
        border-radius: 999px !important;
        aspect-ratio: auto !important;
    }

    .pcse-single-meta > div {
        grid-template-columns: minmax(0, 1fr);
        gap: 3px;
    }

    .pcse-single-details {
        margin-top: 34px;
        padding: 28px 20px;
        border-radius: 24px;
    }

    .pcse-single-accordion summary {
        padding: 18px 0;
        font-size: 17px;
    }

    .pcse-single-lightbox {
        padding: 10px;
    }

    .pcse-single-lightbox__dialog {
        width: 96vw;
        height: 88vh;
        padding: 18px;
        border-radius: 20px;
    }

    .pcse-single-lightbox__media {
        height: calc(100% - 74px);
        margin-bottom: 74px;
        border-radius: 14px;
    }

    .pcse-single-lightbox__nav {
        top: auto;
        bottom: 16px;
        transform: none;
    }

    .pcse-single-lightbox__nav--prev {
        left: calc(50% - 64px);
    }

    .pcse-single-lightbox__nav--next {
        right: calc(50% - 64px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pcse-single-gallery__main img,
    .pcse-single-gallery__thumb,
    .pcse-single-purchase .single_add_to_cart_button {
        transition: none !important;
    }
}

.pcse-single-product__hero--without-gallery {
    grid-template-columns: minmax(0, 1fr);
}

.pcse-single-product__hero--without-gallery .pcse-single-product__summary {
    width: min(100%, 920px);
    margin: 0 auto;
}



/* LCP hardening: first active hero slide must be a stable paint candidate for Lighthouse/PageSpeed. */
.pcse-cinematic-hero__slide--lcp,
.pcse-cinematic-hero__slide--lcp .pcse-cinematic-hero__content,
.pcse-cinematic-hero__slide--lcp .pcse-cinematic-hero__media img {
    transition: none !important;
}

.pcse-cinematic-hero__slide--lcp.is-active .pcse-cinematic-hero__media img {
    transform: none !important;
}

.pcse-cinematic-hero__slide--lcp.is-active,
.pcse-cinematic-hero__slide--lcp.is-active .pcse-cinematic-hero__content,
.pcse-cinematic-hero__slide--lcp.is-active .pcse-cinematic-hero__media img {
    opacity: 1 !important;
    visibility: visible !important;
}

.pcse-cinematic-hero__slide--lcp.is-active .pcse-cinematic-hero__content {
    transform: none !important;
}

/* =========================================================
   PAN CZESANKA HERO
   ========================================================= */

.pcse-cinematic-hero {
    --pcse-cinematic-hero-accent: #ef6b78;
    --pcse-cinematic-hero-button: #ffde63;
    --pcse-cinematic-hero-button-text: #173d3c;
    --pcse-cinematic-hero-announcement: #fff3a8;
    --pcse-cinematic-hero-radius: 0px;
    position: relative;
    z-index: 1;
    width: 100%;
    color: #fff;
    isolation: isolate;
}

.pcse-cinematic-hero--full {
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.pcse-cinematic-hero__viewport {
    position: relative;
    min-height: var(--pcse-cinematic-hero-height, 760px);
    overflow: hidden;
    border-radius: var(--pcse-cinematic-hero-radius);
    background: #214f4e;
    box-shadow: 0 28px 80px rgba(23, 61, 60, 0.14);
}

.pcse-cinematic-hero__stage,
.pcse-cinematic-hero__slide {
    position: absolute;
    inset: 0;
    min-height: inherit;
}

.pcse-cinematic-hero__slide {
    z-index: 1;
    display: grid;
    overflow: hidden;
    background: var(--pcse-slide-bg, #214f4e);
    opacity: 0;
    pointer-events: none;
    transform: scale(1.035);
    transition:
        opacity var(--pcse-cinematic-hero-speed, 750ms) cubic-bezier(.2,.75,.25,1),
        transform calc(var(--pcse-cinematic-hero-speed, 750ms) * 1.25) cubic-bezier(.2,.75,.25,1);
}

.pcse-cinematic-hero__slide.is-active {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.pcse-cinematic-hero__media,
.pcse-cinematic-hero__media img,
.pcse-cinematic-hero__wash {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pcse-cinematic-hero__media {
    z-index: 0;
}

.pcse-cinematic-hero__picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.pcse-cinematic-hero__picture img {
    width: 100%;
    height: 100%;
}

.pcse-cinematic-hero__media img {
    display: block;
    max-width: none !important;
    object-fit: cover;
    object-position: var(--pcse-slide-object-position, center center);
    transform: scale(1.025);
    transition: transform 8s cubic-bezier(.2,.65,.25,1);
}

.pcse-cinematic-hero__slide.is-active .pcse-cinematic-hero__media img {
    transform: scale(1.085);
}

.pcse-cinematic-hero__wash {
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            color-mix(in srgb, var(--pcse-slide-overlay, #173d3c) calc(var(--pcse-slide-overlay-opacity, .58) * 100%), transparent) 0%,
            color-mix(in srgb, var(--pcse-slide-overlay, #173d3c) calc(var(--pcse-slide-overlay-opacity, .58) * 72%), transparent) 43%,
            color-mix(in srgb, var(--pcse-slide-overlay, #173d3c) calc(var(--pcse-slide-overlay-opacity, .58) * 25%), transparent) 78%,
            transparent 100%
        );
}

.pcse-cinematic-hero__slide--right .pcse-cinematic-hero__wash {
    background:
        linear-gradient(
            270deg,
            color-mix(in srgb, var(--pcse-slide-overlay, #173d3c) calc(var(--pcse-slide-overlay-opacity, .58) * 100%), transparent) 0%,
            color-mix(in srgb, var(--pcse-slide-overlay, #173d3c) calc(var(--pcse-slide-overlay-opacity, .58) * 72%), transparent) 43%,
            color-mix(in srgb, var(--pcse-slide-overlay, #173d3c) calc(var(--pcse-slide-overlay-opacity, .58) * 25%), transparent) 78%,
            transparent 100%
        );
}

.pcse-cinematic-hero__slide--center .pcse-cinematic-hero__wash {
    background:
        radial-gradient(circle at 50% 54%, transparent 0 18%, color-mix(in srgb, var(--pcse-slide-overlay, #173d3c) calc(var(--pcse-slide-overlay-opacity, .58) * 40%), transparent) 70%),
        color-mix(in srgb, var(--pcse-slide-overlay, #173d3c) calc(var(--pcse-slide-overlay-opacity, .58) * 62%), transparent);
}

.pcse-cinematic-hero__ornament {
    position: absolute;
    z-index: 2;
    border: 2px solid currentColor;
    border-radius: 50%;
    opacity: .16;
    pointer-events: none;
}

.pcse-cinematic-hero__ornament--one {
    top: -130px;
    right: -90px;
    width: 420px;
    height: 420px;
    box-shadow: inset 0 0 0 28px rgba(255,255,255,.04);
}

.pcse-cinematic-hero__ornament--two {
    bottom: -170px;
    left: -100px;
    width: 360px;
    height: 360px;
    box-shadow: inset 0 0 0 44px rgba(255,255,255,.035);
}

.pcse-cinematic-hero__inner {
    --pcse-cinematic-hero-inner-width: 1520px;
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
    align-items: center;
    width: min(calc(100% - 96px), var(--pcse-cinematic-hero-inner-width));
    min-height: inherit;
    margin: 0 auto;
    padding: 90px 0 118px;
}

.pcse-cinematic-hero__slide--right .pcse-cinematic-hero__inner {
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
}

.pcse-cinematic-hero__slide--center .pcse-cinematic-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
}

.pcse-cinematic-hero__content {
    --pcse-cinematic-hero-content-width: 720px;
    width: min(100%, var(--pcse-cinematic-hero-content-width));
    max-width: 100%;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 30px;
    transform: translateY(20px);
    opacity: 0;
    transition:
        opacity calc(var(--pcse-cinematic-hero-speed, 750ms) * .9) ease .12s,
        transform calc(var(--pcse-cinematic-hero-speed, 750ms) * 1.05) cubic-bezier(.2,.75,.25,1) .12s;
}

.pcse-cinematic-hero__slide.is-active .pcse-cinematic-hero__content {
    opacity: 1;
    transform: translateY(0);
}

.pcse-cinematic-hero--panel-glass .pcse-cinematic-hero__content {
    background: linear-gradient(145deg, rgba(18, 50, 49, .48), rgba(18, 50, 49, .18));
    -webkit-backdrop-filter: blur(18px) saturate(125%);
    backdrop-filter: blur(18px) saturate(125%);
    box-shadow: 0 30px 70px rgba(10, 35, 34, .22);
}

.pcse-cinematic-hero--panel-paper .pcse-cinematic-hero__content {
    border-color: rgba(33,79,78,.12);
    background: rgba(255, 249, 238, .94);
    color: #173d3c;
    box-shadow: 0 30px 70px rgba(10, 35, 34, .15);
}

.pcse-cinematic-hero--panel-none .pcse-cinematic-hero__content {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-color: transparent;
    background: transparent;
}

.pcse-cinematic-hero__slide--right .pcse-cinematic-hero__content {
    grid-column: 2;
    justify-self: end;
}

.pcse-cinematic-hero__slide--center .pcse-cinematic-hero__content {
    justify-self: center;
    text-align: center;
}

.pcse-cinematic-hero__slide--dark {
    color: #173d3c;
}

.pcse-cinematic-hero__slide--light {
    color: #fff;
}

.pcse-cinematic-hero__slide--dark.pcse-cinematic-hero--panel-glass .pcse-cinematic-hero__content,
.pcse-cinematic-hero__slide--dark .pcse-cinematic-hero__content {
    border-color: rgba(33,79,78,.14);
}

.pcse-cinematic-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 18px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: var(--pcse-cinematic-hero-accent);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pcse-cinematic-hero__title {
    max-width: 15ch;
    margin: 0 !important;
    color: inherit !important;
    font-size: clamp(52px, 5.2vw, 92px);
    font-weight: 900;
    line-height: .94;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.pcse-cinematic-hero__slide--center .pcse-cinematic-hero__title {
    max-width: 18ch;
    margin-right: auto !important;
    margin-left: auto !important;
}

.pcse-cinematic-hero__description {
    max-width: 62ch;
    margin-top: 24px;
    font-size: clamp(17px, 1.25vw, 22px);
    font-weight: 600;
    line-height: 1.55;
    opacity: .92;
}

.pcse-cinematic-hero__description p {
    margin: 0;
}

.pcse-cinematic-hero__slide--center .pcse-cinematic-hero__description {
    margin-right: auto;
    margin-left: auto;
}

.pcse-cinematic-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.pcse-cinematic-hero__slide--center .pcse-cinematic-hero__actions {
    justify-content: center;
}

.pcse-cinematic-hero__button,
.pcse-cinematic-hero__button:link,
.pcse-cinematic-hero__button:visited {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 54px;
    padding: 0 24px !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: .035em;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.pcse-cinematic-hero__button:hover {
    transform: translateY(-3px);
}

.pcse-cinematic-hero__button--primary {
    background: var(--pcse-cinematic-hero-button) !important;
    color: var(--pcse-cinematic-hero-button-text) !important;
    box-shadow: 0 15px 34px rgba(255, 222, 99, .22) !important;
}

.pcse-cinematic-hero__button--secondary {
    border-color: currentColor !important;
    background: rgba(255,255,255,.08) !important;
    color: inherit !important;
}

.pcse-cinematic-hero__slide--dark .pcse-cinematic-hero__button--secondary,
.pcse-cinematic-hero--panel-paper .pcse-cinematic-hero__button--secondary {
    background: rgba(255,255,255,.56) !important;
}

.pcse-cinematic-hero__foreground {
    position: relative;
    z-index: 4;
    display: grid;
    align-self: end;
    justify-self: center;
    max-width: min(44vw, 640px);
    max-height: calc(var(--pcse-cinematic-hero-height, 760px) - 70px);
    opacity: 0;
    transform: translateY(55px) rotate(2deg);
    filter: drop-shadow(0 36px 40px rgba(8, 30, 29, .25));
    transition:
        opacity calc(var(--pcse-cinematic-hero-speed, 750ms) * 1.2) ease .18s,
        transform calc(var(--pcse-cinematic-hero-speed, 750ms) * 1.35) cubic-bezier(.2,.75,.25,1) .18s;
}

.pcse-cinematic-hero__slide.is-active .pcse-cinematic-hero__foreground {
    opacity: 1;
    transform: translateY(0) rotate(0);
}

.pcse-cinematic-hero__foreground img,
.pcse-cinematic-hero__foreground-image {
    display: block;
    width: auto;
    max-width: 100% !important;
    max-height: inherit;
    object-fit: contain;
}

.pcse-cinematic-hero__slide--right .pcse-cinematic-hero__foreground {
    grid-column: 1;
    grid-row: 1;
}

.pcse-cinematic-hero__slide--center .pcse-cinematic-hero__foreground {
    position: absolute;
    right: 2%;
    bottom: 0;
    max-width: min(32vw, 520px);
    opacity: .78;
}

.pcse-cinematic-hero__arrow {
    position: absolute !important;
    z-index: 8;
    top: 50%;
    display: grid !important;
    place-items: center;
    width: 54px !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,.32) !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.88) !important;
    color: #173d3c !important;
    box-shadow: 0 16px 35px rgba(9, 31, 30, .18) !important;
    font-size: 22px !important;
    line-height: 1 !important;
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform .2s ease, background .2s ease;
}

.pcse-cinematic-hero__arrow:hover {
    background: var(--pcse-cinematic-hero-button) !important;
}

.pcse-cinematic-hero__arrow--prev {
    left: 22px;
}

.pcse-cinematic-hero__arrow--next {
    right: 22px;
}

.pcse-cinematic-hero__bottom {
    position: absolute;
    z-index: 8;
    right: max(42px, calc((100% - min(calc(100% - 96px), 1520px)) / 2));
    bottom: 34px;
    left: max(42px, calc((100% - min(calc(100% - 96px), 1520px)) / 2));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.pcse-cinematic-hero__navigation {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.pcse-cinematic-hero__counter {
    display: flex;
    align-items: baseline;
    gap: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

.pcse-cinematic-hero__counter strong {
    font-size: 22px;
}

.pcse-cinematic-hero__dots {
    display: flex;
    align-items: center;
    gap: 9px;
}

.pcse-cinematic-hero__dot {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.48);
    cursor: pointer;
    transition: width .24s ease, background .24s ease, transform .24s ease;
}

.pcse-cinematic-hero__dot:hover,
.pcse-cinematic-hero__dot:focus-visible {
    transform: scale(1.22);
    outline: 2px solid rgba(255,255,255,.6);
    outline-offset: 4px;
}

.pcse-cinematic-hero__dot.is-active {
    width: 34px;
    background: var(--pcse-cinematic-hero-accent);
}

.pcse-cinematic-hero__progress {
    position: relative;
    width: clamp(90px, 12vw, 190px);
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.25);
}

.pcse-cinematic-hero__progress span {
    position: absolute;
    inset: 0 auto 0 0;
    width: 100%;
    border-radius: inherit;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
}

.pcse-cinematic-hero__progress span.is-running {
    animation: pcseHeroProgress linear forwards;
}

@keyframes pcseHeroProgress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.pcse-cinematic-hero__scroll {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 1px solid rgba(255,255,255,.28) !important;
    border-radius: 999px !important;
    background: rgba(15, 49, 48, .35) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .055em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.pcse-cinematic-hero__announcement {
    position: relative;
    z-index: 9;
    background: var(--pcse-cinematic-hero-announcement);
    color: #173d3c;
}

.pcse-cinematic-hero__announcement-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: min(calc(100% - 40px), 1520px);
    min-height: 48px;
    margin: 0 auto;
    padding: 8px 0;
    text-align: center;
}

.pcse-cinematic-hero__announcement-text {
    font-size: 13px;
    font-weight: 800;
}

.pcse-cinematic-hero__announcement-link,
.pcse-cinematic-hero__announcement-link:link,
.pcse-cinematic-hero__announcement-link:visited {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: inherit !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .pcse-cinematic-hero__inner {
        width: min(calc(100% - 70px), var(--pcse-cinematic-hero-inner-width));
        grid-template-columns: minmax(0, 1fr) minmax(220px, .55fr);
    }

    .pcse-cinematic-hero__title {
        font-size: clamp(48px, 7vw, 76px);
    }

    .pcse-cinematic-hero__bottom {
        right: 35px;
        left: 35px;
    }
}

@media (max-width: 900px) {
    .pcse-cinematic-hero__inner,
    .pcse-cinematic-hero__slide--right .pcse-cinematic-hero__inner {
        grid-template-columns: minmax(0, 1fr);
        align-content: end;
        width: min(calc(100% - 44px), var(--pcse-cinematic-hero-inner-width));
        padding: 90px 0 110px;
    }

    .pcse-cinematic-hero__content,
    .pcse-cinematic-hero__slide--right .pcse-cinematic-hero__content {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }

    .pcse-cinematic-hero__foreground,
    .pcse-cinematic-hero__slide--right .pcse-cinematic-hero__foreground {
        position: absolute;
        right: -5%;
        bottom: 0;
        grid-column: 1;
        max-width: min(54vw, 460px);
        opacity: .72;
    }

    .pcse-cinematic-hero__slide.is-active .pcse-cinematic-hero__foreground {
        opacity: .72;
    }

    .pcse-cinematic-hero__content {
        position: relative;
        z-index: 2;
    }

    .pcse-cinematic-hero__arrow {
        top: auto;
        bottom: 88px;
        width: 44px !important;
        height: 44px !important;
        transform: none;
    }

    .pcse-cinematic-hero__arrow--prev {
        right: 76px;
        left: auto;
    }

    .pcse-cinematic-hero__arrow--next {
        right: 24px;
    }
}

@media (max-width: 767px) {
    .pcse-cinematic-hero__viewport {
        min-height: var(--pcse-cinematic-hero-height, 640px);
    }

    .pcse-cinematic-hero__media img {
        object-position: var(--pcse-slide-mobile-position, center center);
    }

    .pcse-cinematic-hero__wash,
    .pcse-cinematic-hero__slide--right .pcse-cinematic-hero__wash,
    .pcse-cinematic-hero__slide--center .pcse-cinematic-hero__wash {
        background:
            linear-gradient(
                0deg,
                color-mix(in srgb, var(--pcse-slide-overlay, #173d3c) calc(var(--pcse-slide-overlay-opacity, .58) * 100%), transparent) 0%,
                color-mix(in srgb, var(--pcse-slide-overlay, #173d3c) calc(var(--pcse-slide-overlay-opacity, .58) * 82%), transparent) 55%,
                color-mix(in srgb, var(--pcse-slide-overlay, #173d3c) calc(var(--pcse-slide-overlay-opacity, .58) * 28%), transparent) 100%
            );
    }

    .pcse-cinematic-hero__inner,
    .pcse-cinematic-hero__slide--right .pcse-cinematic-hero__inner {
        align-content: end;
        width: calc(100% - 28px);
        padding: 92px 0 104px;
    }

    .pcse-cinematic-hero__content,
    .pcse-cinematic-hero__slide--right .pcse-cinematic-hero__content,
    .pcse-cinematic-hero__slide--center .pcse-cinematic-hero__content {
        width: 100%;
        justify-self: stretch;
        text-align: left;
        border-radius: 22px;
    }

    .pcse-cinematic-hero--panel-glass .pcse-cinematic-hero__content {
        background: linear-gradient(145deg, rgba(18, 50, 49, .64), rgba(18, 50, 49, .33));
    }

    .pcse-cinematic-hero__eyebrow {
        margin-bottom: 14px;
        font-size: 10px;
    }

    .pcse-cinematic-hero__title,
    .pcse-cinematic-hero__slide--center .pcse-cinematic-hero__title {
        max-width: 14ch;
        margin-right: 0 !important;
        margin-left: 0 !important;
        font-size: clamp(40px, 12vw, 58px);
        line-height: .96;
    }

    .pcse-cinematic-hero__description,
    .pcse-cinematic-hero__slide--center .pcse-cinematic-hero__description {
        margin-right: 0;
        margin-left: 0;
        font-size: 16px;
    }

    .pcse-cinematic-hero__actions,
    .pcse-cinematic-hero__slide--center .pcse-cinematic-hero__actions {
        justify-content: flex-start;
        gap: 9px;
        margin-top: 24px;
    }

    .pcse-cinematic-hero__button,
    .pcse-cinematic-hero__button:link,
    .pcse-cinematic-hero__button:visited {
        min-height: 48px;
        padding: 0 18px !important;
        font-size: 12px;
    }

    .pcse-cinematic-hero__button--secondary {
        display: none !important;
    }

    .pcse-cinematic-hero__foreground,
    .pcse-cinematic-hero__slide--right .pcse-cinematic-hero__foreground,
    .pcse-cinematic-hero__slide--center .pcse-cinematic-hero__foreground {
        right: -22%;
        bottom: 0;
        max-width: 82vw;
        opacity: .38;
    }

    .pcse-cinematic-hero__slide.is-active .pcse-cinematic-hero__foreground {
        opacity: .38;
    }

    .pcse-cinematic-hero__bottom {
        right: 16px;
        bottom: 22px;
        left: 16px;
        gap: 12px;
    }

    .pcse-cinematic-hero__navigation {
        gap: 12px;
    }

    .pcse-cinematic-hero__counter,
    .pcse-cinematic-hero__progress {
        display: none;
    }

    .pcse-cinematic-hero__scroll {
        min-height: 38px;
        padding: 0 12px !important;
        font-size: 10px !important;
    }

    .pcse-cinematic-hero__arrow {
        bottom: 76px;
        width: 40px !important;
        height: 40px !important;
        font-size: 18px !important;
    }

    .pcse-cinematic-hero__arrow--prev {
        right: 62px;
    }

    .pcse-cinematic-hero__arrow--next {
        right: 14px;
    }

    .pcse-cinematic-hero__announcement-inner {
        flex-direction: column;
        gap: 3px;
        min-height: 58px;
        padding: 8px 0;
    }

    .pcse-cinematic-hero__announcement-text {
        font-size: 11px;
        line-height: 1.35;
    }

    .pcse-cinematic-hero__announcement-link {
        font-size: 10px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pcse-cinematic-hero__slide,
    .pcse-cinematic-hero__media img,
    .pcse-cinematic-hero__content,
    .pcse-cinematic-hero__foreground,
    .pcse-cinematic-hero__button {
        transition: none !important;
        animation: none !important;
    }
}


/* =========================================================
   PAN CZESANKA BLOG
   ========================================================= */

.pcse-blog {
    --pcse-blog-width: 1520px;
    --pcse-blog-columns: 3;
    --pcse-blog-gap: 22px;
    --pcse-blog-radius: 28px;
    --pcse-blog-cream: #fff7e7;
    --pcse-blog-mint: #e6f4ed;
    --pcse-blog-pink: #f9e2e7;
    --pcse-blog-yellow: #f7f1d8;
    --pcse-blog-accent: #ef6b78;
    --pcse-blog-ink: #173d3c;
    width: min(calc(100% - 32px), var(--pcse-blog-width));
    margin-right: auto;
    margin-left: auto;
    color: var(--pcse-blog-ink);
}

.pcse-blog-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 30px;
}

.pcse-blog-heading__copy {
    width: 100%;
}

.pcse-blog--heading-center .pcse-blog-heading {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pcse-blog--heading-center .pcse-blog-heading__copy {
    margin-right: auto;
    margin-left: auto;
}

.pcse-blog--heading-right .pcse-blog-heading {
    text-align: right;
}

.pcse-blog--heading-right .pcse-blog-heading__copy {
    margin-left: auto;
}

.pcse-blog-heading__eyebrow {
    margin-bottom: 9px;
    color: var(--pcse-blog-accent);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pcse-blog-heading__title {
    margin: 0 !important;
    color: var(--pcse-blog-ink) !important;
    font-size: clamp(38px, 4vw, 68px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.pcse-blog-heading__description {
    max-width: 80ch;
    margin: 14px 0 0;
    color: color-mix(in srgb, var(--pcse-blog-ink) 68%, transparent);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
}

.pcse-blog--heading-center .pcse-blog-heading__description {
    margin-right: auto;
    margin-left: auto;
}

.pcse-blog--heading-right .pcse-blog-heading__description {
    margin-left: auto;
}

.pcse-blog-heading__link,
.pcse-blog-heading__link:link,
.pcse-blog-heading__link:visited {
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 48px;
    padding: 0 20px !important;
    border: 1px solid rgba(23, 61, 60, .12) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--pcse-blog-ink) !important;
    box-shadow: 0 12px 28px rgba(23, 61, 60, .08) !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: .045em;
    white-space: nowrap;
    transition: transform .22s ease, background .22s ease;
}

.pcse-blog-heading__link:hover {
    background: #fff3a8 !important;
    transform: translateY(-2px);
}

.pcse-blog-grid {
    display: grid;
    grid-template-columns: repeat(var(--pcse-blog-columns), minmax(0, 1fr));
    gap: var(--pcse-blog-gap);
}

.pcse-blog-card {
    --pcse-blog-card-bg: var(--pcse-blog-cream);
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--pcse-blog-ink) 9%, transparent);
    border-radius: var(--pcse-blog-radius);
    background: var(--pcse-blog-card-bg);
    box-shadow: 0 20px 46px rgba(23, 61, 60, .08);
    transition: transform .28s cubic-bezier(.2,.75,.25,1), box-shadow .28s ease;
}

.pcse-blog-card--tone-0 {
    --pcse-blog-card-bg: var(--pcse-blog-cream);
}

.pcse-blog-card--tone-1 {
    --pcse-blog-card-bg: var(--pcse-blog-mint);
}

.pcse-blog-card--tone-2 {
    --pcse-blog-card-bg: var(--pcse-blog-pink);
}

.pcse-blog-card--tone-3 {
    --pcse-blog-card-bg: var(--pcse-blog-yellow);
}

.pcse-blog-card:hover {
    z-index: 2;
    transform: translateY(-7px) rotate(-.25deg);
    box-shadow: 0 30px 64px rgba(23, 61, 60, .14);
}

.pcse-blog-card__link,
.pcse-blog-card__link:link,
.pcse-blog-card__link:visited {
    display: flex !important;
    flex-direction: column;
    min-height: 100%;
    color: inherit !important;
    text-decoration: none !important;
}

.pcse-blog-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: calc(var(--pcse-blog-radius) - 10px);
    margin: 10px 10px 0;
    background: rgba(255,255,255,.66);
}

.pcse-blog--ratio-classic .pcse-blog-card__media {
    aspect-ratio: 4 / 3;
}

.pcse-blog--ratio-square .pcse-blog-card__media {
    aspect-ratio: 1 / 1;
}

.pcse-blog--ratio-portrait .pcse-blog-card__media {
    aspect-ratio: 4 / 5;
}

.pcse-blog-card__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none !important;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2,.75,.25,1), filter .35s ease;
}

.pcse-blog-card:hover .pcse-blog-card__image {
    transform: scale(1.065);
    filter: saturate(1.06);
}

.pcse-blog-card__category {
    position: absolute;
    top: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    overflow: hidden;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: var(--pcse-blog-accent);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .07em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(23, 61, 60, .08);
}

.pcse-blog-card__fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 11px;
    overflow: hidden;
    background:
        radial-gradient(circle at 24% 18%, rgba(255,255,255,.92) 0 9%, transparent 9.5%),
        linear-gradient(145deg, color-mix(in srgb, var(--pcse-blog-card-bg) 82%, #fff), #fff);
    color: var(--pcse-blog-ink);
    text-align: center;
}

.pcse-blog-card__fallback-ring {
    position: absolute;
    right: -18%;
    bottom: -48%;
    width: 72%;
    aspect-ratio: 1;
    border: 3px solid rgba(239,107,120,.22);
    border-radius: 50%;
    box-shadow: inset 0 0 0 26px rgba(255,222,99,.18);
}

.pcse-blog-card__fallback-comb {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff3a8;
    font-size: 28px;
    transform: rotate(-8deg);
}

.pcse-blog-card__fallback strong {
    position: relative;
    z-index: 1;
    max-width: 12ch;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.05;
}

.pcse-blog-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 22px 22px 24px;
}

.pcse-blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    color: color-mix(in srgb, var(--pcse-blog-ink) 56%, transparent);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .045em;
}

.pcse-blog-card__title {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 !important;
    color: var(--pcse-blog-ink) !important;
    font-size: clamp(21px, 1.55vw, 28px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -.025em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-wrap: balance;
}

.pcse-blog-card__excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin: 14px 0 0;
    color: color-mix(in srgb, var(--pcse-blog-ink) 70%, transparent);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.pcse-blog-card__more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-top: auto;
    padding-top: 22px;
    color: var(--pcse-blog-ink);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.pcse-blog-card__more span:last-child {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff3a8;
    transition: transform .22s ease;
}

.pcse-blog-card:hover .pcse-blog-card__more span:last-child {
    transform: translateX(5px);
}

.pcse-blog--editorial .pcse-blog-card--featured {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 590px;
    background: var(--pcse-blog-ink);
    color: #fff;
}

.pcse-blog--editorial .pcse-blog-card--featured .pcse-blog-card__link {
    position: relative;
}

.pcse-blog--editorial .pcse-blog-card--featured .pcse-blog-card__media {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
    margin: 0;
    border-radius: inherit;
}

.pcse-blog--editorial .pcse-blog-card--featured .pcse-blog-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(14,47,46,.92) 0%, rgba(14,47,46,.52) 48%, rgba(14,47,46,.05) 85%),
        linear-gradient(90deg, rgba(239,107,120,.14), transparent 45%);
}

.pcse-blog--editorial .pcse-blog-card--featured .pcse-blog-card__body {
    position: relative;
    z-index: 2;
    justify-content: flex-end;
    width: min(100%, 760px);
    padding: clamp(28px, 4vw, 56px);
}

.pcse-blog--editorial .pcse-blog-card--featured .pcse-blog-card__meta,
.pcse-blog--editorial .pcse-blog-card--featured .pcse-blog-card__excerpt {
    color: rgba(255,255,255,.76);
}

.pcse-blog--editorial .pcse-blog-card--featured .pcse-blog-card__title {
    max-width: 16ch;
    color: #fff !important;
    font-size: clamp(38px, 4.2vw, 72px);
    line-height: .98;
    -webkit-line-clamp: 4;
}

.pcse-blog--editorial .pcse-blog-card--featured .pcse-blog-card__excerpt {
    max-width: 60ch;
    font-size: 16px;
}

.pcse-blog--editorial .pcse-blog-card--featured .pcse-blog-card__more {
    color: #fff;
}

.pcse-blog-carousel {
    position: relative;
}

.pcse-blog-carousel .pcse-carousel {
    --pcse-carousel-columns: 3;
    --pcse-carousel-gap: 22px;
}

.pcse-blog-carousel .pcse-carousel__item {
    align-self: stretch;
}

.pcse-blog-carousel .pcse-blog-card {
    height: 100%;
}

.pcse-blog-carousel .pcse-carousel-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    margin-top: 18px;
}

.pcse-blog-carousel .pcse-carousel-pagination__dot {
    display: block !important;
    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;
    min-height: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(23,61,60,.18) !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: width .22s ease, background .22s ease, transform .22s ease;
}

.pcse-blog-carousel .pcse-carousel-pagination__dot:hover {
    transform: scale(1.18);
}

.pcse-blog-carousel .pcse-carousel-pagination__dot:focus-visible {
    outline: 2px solid var(--pcse-blog-accent);
    outline-offset: 4px;
}

.pcse-blog-carousel .pcse-carousel-pagination__dot.is-active {
    width: 34px !important;
    background: var(--pcse-blog-accent) !important;
}

.pcse-blog-carousel.is-static .pcse-carousel-pagination,
.pcse-blog-carousel.is-static .pcse-carousel-nav__button {
    display: none !important;
}

@media (max-width: 1024px) {
    .pcse-blog--editorial .pcse-blog-card--featured {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 520px;
    }
}

@media (max-width: 767px) {
    .pcse-blog {
        width: min(calc(100% - 24px), var(--pcse-blog-width));
    }

    .pcse-blog-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 22px;
    }

    .pcse-blog--heading-center .pcse-blog-heading {
        align-items: center;
    }

    .pcse-blog--heading-right .pcse-blog-heading {
        align-items: flex-end;
    }

    .pcse-blog-heading__title {
        font-size: clamp(34px, 10vw, 48px);
    }

    .pcse-blog-heading__description {
        font-size: 14px;
    }

    .pcse-blog-grid {
        grid-template-columns: repeat(var(--pcse-blog-columns), minmax(0, 1fr));
    }

    .pcse-blog-card__body {
        padding: 18px 18px 20px;
    }

    .pcse-blog-card__title {
        font-size: 22px;
    }

    .pcse-blog--editorial .pcse-blog-card--featured {
        min-height: 460px;
    }

    .pcse-blog--editorial .pcse-blog-card--featured .pcse-blog-card__body {
        padding: 26px 22px;
    }

    .pcse-blog--editorial .pcse-blog-card--featured .pcse-blog-card__title {
        font-size: clamp(34px, 10vw, 46px);
    }

    .pcse-blog--editorial .pcse-blog-card--featured .pcse-blog-card__excerpt {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pcse-blog-card,
    .pcse-blog-card__image,
    .pcse-blog-card__more span:last-child {
        transition: none !important;
    }
}


/* Blog pagination */
.pcse-blog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.pcse-blog-pagination__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px;
    border: 1px solid rgba(23, 61, 60, .09);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(230,244,237,.92), rgba(255,247,231,.96));
    box-shadow: 0 16px 38px rgba(23, 61, 60, .08);
}

.pcse-blog-pagination .page-numbers,
.pcse-blog-pagination .page-numbers:link,
.pcse-blog-pagination .page-numbers:visited {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 13px !important;
    border: 1px solid rgba(23, 61, 60, .09) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.88) !important;
    color: var(--pcse-blog-ink) !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.pcse-blog-pagination a.page-numbers:hover {
    background: #fff3a8 !important;
    transform: translateY(-2px);
}

.pcse-blog-pagination .page-numbers.current {
    border-color: var(--pcse-blog-accent) !important;
    background: var(--pcse-blog-accent) !important;
    color: #fff !important;
}

.pcse-blog-pagination .page-numbers.prev,
.pcse-blog-pagination .page-numbers.next {
    min-width: 118px !important;
    background: #fff3a8 !important;
}

.pcse-blog-pagination .page-numbers.dots {
    min-width: 28px !important;
    padding: 0 4px !important;
    border-color: transparent !important;
    background: transparent !important;
}

@media (max-width: 767px) {
    .pcse-blog-pagination__inner {
        width: 100%;
        border-radius: 24px;
    }

    .pcse-blog-pagination .page-numbers,
    .pcse-blog-pagination .page-numbers:link,
    .pcse-blog-pagination .page-numbers:visited {
        min-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
        padding: 0 10px !important;
        font-size: 12px !important;
    }

    .pcse-blog-pagination .page-numbers.prev,
    .pcse-blog-pagination .page-numbers.next {
        flex: 1 1 calc(50% - 8px);
        min-width: 0 !important;
    }
}


/* =========================================================
   PAN CZESANKA — SINGLE POST
   ========================================================= */

.pcse-single-post {
    --pcse-post-width: 1520px;
    --pcse-post-content-width: 860px;
    --pcse-post-ink: #173d3c;
    --pcse-post-accent: #ef6b78;
    --pcse-post-mint: #e6f4ed;
    --pcse-post-cream: #fff7e7;
    --pcse-post-yellow: #fff3a8;
    position: relative;
    width: min(calc(100% - 30px), var(--pcse-post-width));
    margin: 0 auto;
    color: var(--pcse-post-ink);
}

.pcse-single-post__progress {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: rgba(23,61,60,.08);
    pointer-events: none;
}

.admin-bar .pcse-single-post__progress {
    top: 32px;
}

.pcse-single-post__progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--pcse-post-accent), #ffcf62);
    box-shadow: 0 0 18px rgba(239,107,120,.42);
}

.pcse-single-post__hero {
    --pcse-post-hero-height: 720px;
    --pcse-post-radius: 32px;
    position: relative;
    min-height: var(--pcse-post-hero-height);
    overflow: hidden;
    border-radius: var(--pcse-post-radius);
    background:
        radial-gradient(circle at 85% 12%, rgba(239,107,120,.2), transparent 28%),
        linear-gradient(135deg, #214f4e, #173d3c);
    color: #fff;
    box-shadow: 0 32px 80px rgba(23,61,60,.16);
    isolation: isolate;
}

.pcse-single-post__hero-media,
.pcse-single-post__hero-image,
.pcse-single-post__hero-wash,
.pcse-single-post__hero-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pcse-single-post__hero-image {
    display: block;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
    transform: scale(1.015);
}

.pcse-single-post__hero-wash {
    z-index: 1;
    background:
        linear-gradient(0deg, rgba(12,46,45,.94) 0%, rgba(12,46,45,.58) 48%, rgba(12,46,45,.12) 90%),
        linear-gradient(90deg, rgba(12,46,45,.48), transparent 60%);
}

.pcse-single-post__hero-fallback {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 22% 18%, rgba(255,255,255,.16) 0 10%, transparent 10.5%),
        linear-gradient(135deg, #214f4e, #e5b9b8);
    color: var(--pcse-post-yellow);
    font-size: clamp(90px, 16vw, 220px);
}

.pcse-single-post__hero-ring {
    position: absolute;
    z-index: 2;
    border: 3px solid rgba(255,255,255,.11);
    border-radius: 50%;
    pointer-events: none;
}

.pcse-single-post__hero-ring--one {
    top: -170px;
    right: -90px;
    width: 480px;
    height: 480px;
    box-shadow: inset 0 0 0 38px rgba(255,255,255,.025);
}

.pcse-single-post__hero-ring--two {
    bottom: -230px;
    left: -120px;
    width: 440px;
    height: 440px;
    box-shadow: inset 0 0 0 48px rgba(255,222,99,.04);
}

.pcse-single-post__hero-inner {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: inherit;
    padding: clamp(28px, 4vw, 64px);
}

.pcse-single-post__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .055em;
}

.pcse-single-post__breadcrumbs a,
.pcse-single-post__breadcrumbs a:link,
.pcse-single-post__breadcrumbs a:visited {
    color: rgba(255,255,255,.76) !important;
    text-decoration: none !important;
}

.pcse-single-post__breadcrumbs a:hover {
    color: #fff !important;
}

.pcse-single-post__hero-copy {
    width: min(100%, 1120px);
}

.pcse-single-post__category,
.pcse-single-post__category:link,
.pcse-single-post__category:visited {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 18px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: var(--pcse-post-accent) !important;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.pcse-single-post__title {
    max-width: 18ch;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(52px, 6.4vw, 104px);
    font-weight: 900;
    line-height: .93;
    letter-spacing: -.06em;
    text-wrap: balance;
}

.pcse-single-post__lead {
    max-width: 72ch;
    margin: 24px 0 0;
    color: rgba(255,255,255,.84);
    font-size: clamp(17px, 1.4vw, 23px);
    font-weight: 600;
    line-height: 1.55;
}

.pcse-single-post__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.pcse-single-post__layout {
    display: grid;
    grid-template-columns: minmax(240px, 310px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(26px, 4vw, 64px);
    width: min(100%, 1260px);
    margin: clamp(34px, 5vw, 74px) auto 0;
}

.pcse-single-post__sidebar-sticky {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 18px;
}

.pcse-single-post__toc,
.pcse-single-post__share {
    padding: 24px;
    border: 1px solid rgba(23,61,60,.09);
    border-radius: 25px;
    background: linear-gradient(145deg, rgba(230,244,237,.95), rgba(255,247,231,.96));
    box-shadow: 0 18px 42px rgba(23,61,60,.07);
}

.pcse-single-post__side-eyebrow {
    margin-bottom: 7px;
    color: var(--pcse-post-accent);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.pcse-single-post__toc h2 {
    margin: 0 0 16px !important;
    color: var(--pcse-post-ink) !important;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.03em;
}

.pcse-single-post__toc ol {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pcse-single-post__toc li.is-sub {
    padding-left: 14px;
}

.pcse-single-post__toc a,
.pcse-single-post__toc a:link,
.pcse-single-post__toc a:visited {
    display: block;
    padding: 9px 11px;
    border-radius: 11px;
    color: color-mix(in srgb, var(--pcse-post-ink) 70%, transparent) !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none !important;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.pcse-single-post__toc a:hover,
.pcse-single-post__toc a.is-active {
    background: rgba(255,255,255,.78);
    color: var(--pcse-post-ink) !important;
    transform: translateX(3px);
}

.pcse-single-post__share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pcse-single-post__share-buttons > a,
.pcse-single-post__share-buttons > button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 13px !important;
    border: 1px solid rgba(23,61,60,.1) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--pcse-post-ink) !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
}

.pcse-single-post__share-buttons > button.is-copied {
    background: var(--pcse-post-yellow) !important;
}

.pcse-single-post__article {
    --pcse-post-content-width: 860px;
    min-width: 0;
}

.pcse-single-post__article-card {
    width: min(100%, var(--pcse-post-content-width));
    margin: 0 auto;
    padding: clamp(28px, 4.3vw, 68px);
    border: 1px solid rgba(23,61,60,.08);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(23,61,60,.09);
}

.pcse-single-post__content {
    color: color-mix(in srgb, var(--pcse-post-ink) 88%, #000);
    font-size: clamp(17px, 1.1vw, 19px);
    line-height: 1.82;
}

.pcse-single-post__content > *:first-child {
    margin-top: 0 !important;
}

.pcse-single-post__content h2,
.pcse-single-post__content h3,
.pcse-single-post__content h4 {
    color: var(--pcse-post-ink) !important;
    font-weight: 900;
    letter-spacing: -.035em;
    text-wrap: balance;
    scroll-margin-top: 120px;
}

.pcse-single-post__content h2 {
    margin: 2.2em 0 .7em !important;
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.04;
}

.pcse-single-post__content h3 {
    margin: 1.8em 0 .65em !important;
    font-size: clamp(24px, 2vw, 33px);
    line-height: 1.08;
}

.pcse-single-post__content p,
.pcse-single-post__content ul,
.pcse-single-post__content ol,
.pcse-single-post__content blockquote,
.pcse-single-post__content figure,
.pcse-single-post__content table {
    margin-top: 0;
    margin-bottom: 1.45em;
}

.pcse-single-post__content a {
    color: var(--pcse-post-accent);
    font-weight: 800;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.pcse-single-post__content img {
    height: auto;
    border-radius: 22px;
}

.pcse-single-post__content figure {
    max-width: 100%;
}

.pcse-single-post__content blockquote {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    padding: 28px 30px 28px 76px;
    border: 0;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--pcse-post-mint), var(--pcse-post-cream));
    color: var(--pcse-post-ink);
    font-size: 1.12em;
    font-weight: 800;
    line-height: 1.55;
}

.pcse-single-post__content blockquote::before {
    content: "“";
    position: absolute;
    top: 15px;
    left: 24px;
    color: var(--pcse-post-accent);
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
}

.pcse-single-post__content ul,
.pcse-single-post__content ol {
    padding-left: 1.3em;
}

.pcse-single-post__content li {
    margin-bottom: .55em;
    padding-left: .25em;
}

.pcse-single-post__content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.pcse-single-post__content th,
.pcse-single-post__content td {
    padding: 13px 15px;
    border: 1px solid rgba(23,61,60,.12);
}

.pcse-single-post__content th {
    background: var(--pcse-post-mint);
    font-weight: 900;
}

.pcse-single-post__author {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-top: clamp(42px, 6vw, 80px);
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--pcse-post-cream), var(--pcse-post-mint));
}

.pcse-single-post__author-avatar img {
    display: block;
    width: 112px;
    height: 112px;
    border: 5px solid rgba(255,255,255,.9);
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 12px 28px rgba(23,61,60,.12);
}

.pcse-single-post__author-eyebrow {
    margin-bottom: 4px;
    color: var(--pcse-post-accent);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.pcse-single-post__author h2 {
    margin: 0 !important;
    color: var(--pcse-post-ink) !important;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.035em;
}

.pcse-single-post__author p {
    margin: 8px 0 0;
    color: color-mix(in srgb, var(--pcse-post-ink) 72%, transparent);
    font-size: 14px;
    line-height: 1.55;
}

.pcse-single-post__related {
    width: min(100%, 1260px);
    margin: clamp(54px, 8vw, 110px) auto 0;
}

.pcse-single-post__related-heading {
    margin-bottom: 25px;
}

.pcse-single-post__related-eyebrow {
    margin-bottom: 7px;
    color: var(--pcse-post-accent);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.pcse-single-post__related-heading h2 {
    margin: 0 !important;
    color: var(--pcse-post-ink) !important;
    font-size: clamp(36px, 4vw, 62px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.05em;
}

.pcse-single-post__related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.pcse-single-post__related-card {
    overflow: hidden;
    border: 1px solid rgba(23,61,60,.08);
    border-radius: 26px;
    background: var(--pcse-post-cream);
    box-shadow: 0 18px 45px rgba(23,61,60,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.pcse-single-post__related-card--1 {
    background: var(--pcse-post-mint);
}

.pcse-single-post__related-card--2 {
    background: #f8e2e7;
}

.pcse-single-post__related-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(23,61,60,.13);
}

.pcse-single-post__related-card > a,
.pcse-single-post__related-card > a:link,
.pcse-single-post__related-card > a:visited {
    display: block !important;
    color: inherit !important;
    text-decoration: none !important;
}

.pcse-single-post__related-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    margin: 10px 10px 0;
    border-radius: 18px;
    background: rgba(255,255,255,.7);
}

.pcse-single-post__related-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none !important;
    object-fit: cover;
    transition: transform .55s ease;
}

.pcse-single-post__related-card:hover .pcse-single-post__related-media img {
    transform: scale(1.05);
}

.pcse-single-post__related-media > span {
    position: absolute;
    top: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
    overflow: hidden;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: var(--pcse-post-accent);
    font-size: 9px;
    font-weight: 900;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: .06em;
    white-space: nowrap;
}

.pcse-single-post__related-fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: var(--pcse-post-accent);
    font-size: 64px;
}

.pcse-single-post__related-body {
    padding: 20px 20px 23px;
}

.pcse-single-post__related-date {
    margin-bottom: 8px;
    color: color-mix(in srgb, var(--pcse-post-ink) 55%, transparent);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.pcse-single-post__related-body h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 !important;
    color: var(--pcse-post-ink) !important;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.03em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.pcse-single-post__related-body strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}

@media (max-width: 1024px) {
    .pcse-single-post__layout {
        grid-template-columns: minmax(0, 1fr);
        width: min(100%, 960px);
    }

    .pcse-single-post__sidebar-sticky {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pcse-single-post__toc ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .pcse-single-post {
        width: min(calc(100% - 20px), var(--pcse-post-width));
    }

    .admin-bar .pcse-single-post__progress {
        top: 0;
    }

    .pcse-single-post__hero {
        min-height: var(--pcse-post-hero-height);
        border-radius: min(var(--pcse-post-radius), 24px);
    }

    .pcse-single-post__hero-inner {
        padding: 22px 20px 30px;
    }

    .pcse-single-post__breadcrumbs {
        font-size: 10px;
    }

    .pcse-single-post__title {
        max-width: 13ch;
        font-size: clamp(42px, 13vw, 64px);
        line-height: .96;
    }

    .pcse-single-post__lead {
        font-size: 15px;
    }

    .pcse-single-post__sidebar-sticky {
        grid-template-columns: minmax(0, 1fr);
    }

    .pcse-single-post__toc ol {
        grid-template-columns: minmax(0, 1fr);
    }

    .pcse-single-post__article-card {
        padding: 26px 20px;
        border-radius: 24px;
    }

    .pcse-single-post__content {
        font-size: 16px;
        line-height: 1.75;
    }

    .pcse-single-post__content h2 {
        font-size: 32px;
    }

    .pcse-single-post__content h3 {
        font-size: 25px;
    }

    .pcse-single-post__content blockquote {
        padding: 72px 22px 24px;
    }

    .pcse-single-post__content blockquote::before {
        top: 12px;
        left: 22px;
    }

    .pcse-single-post__author {
        grid-template-columns: minmax(0, 1fr);
        text-align: center;
    }

    .pcse-single-post__author-avatar {
        justify-self: center;
    }

    .pcse-single-post__related-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pcse-single-post__related-heading h2 {
        font-size: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pcse-single-post__related-card,
    .pcse-single-post__related-media img,
    .pcse-single-post__toc a {
        transition: none !important;
    }
}


/* =========================================================
   SINGLE POST v0.7.1 — UNIVERSAL HERO + FULL WIDTH CONTROLS
   ========================================================= */

.pcse-single-post {
    --pcse-post-hero-start: #f5f1cf;
    --pcse-post-hero-middle: #e6f4ed;
    --pcse-post-hero-end: #f8e2e7;
    --pcse-post-hero-text: #173d3c;
    --pcse-post-hero-muted: #4f6f6c;
}

.pcse-single-post__hero.is-universal {
    background:
        radial-gradient(circle at 14% 78%, rgba(255, 221, 99, .34) 0 10%, transparent 10.4%),
        radial-gradient(circle at 88% 13%, rgba(239, 107, 120, .18) 0 13%, transparent 13.4%),
        linear-gradient(118deg, var(--pcse-post-hero-start) 0%, var(--pcse-post-hero-middle) 48%, var(--pcse-post-hero-end) 100%);
    color: var(--pcse-post-hero-text);
}

.pcse-single-post__hero.is-universal::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.30), transparent 37%, rgba(255,255,255,.18)),
        repeating-linear-gradient(90deg, transparent 0 88px, rgba(23,61,60,.025) 88px 89px);
    pointer-events: none;
}

.pcse-single-post__hero-pattern {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.pcse-single-post__hero-shape {
    position: absolute;
    display: block;
    opacity: .16;
}

.pcse-single-post__hero-shape--comb {
    right: 7%;
    bottom: 12%;
    width: clamp(160px, 22vw, 390px);
    height: clamp(64px, 8vw, 130px);
    border: 3px solid var(--pcse-post-hero-text);
    border-radius: 999px 26px 26px 999px;
    transform: rotate(-8deg);
}

.pcse-single-post__hero-shape--comb::after {
    content: "";
    position: absolute;
    top: 17%;
    right: 8%;
    bottom: 17%;
    width: 62%;
    background: repeating-linear-gradient(
        90deg,
        var(--pcse-post-hero-text) 0 3px,
        transparent 3px 12px
    );
}

.pcse-single-post__hero-shape--line {
    top: 22%;
    right: 26%;
    width: 160px;
    height: 160px;
    border: 2px solid var(--pcse-post-accent);
    border-radius: 50%;
    box-shadow:
        inset 0 0 0 23px rgba(255,255,255,.22),
        0 0 0 42px rgba(255,255,255,.10);
}

.pcse-single-post__hero-shape--dot {
    top: 18%;
    left: 7%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--pcse-post-accent);
    box-shadow:
        34px 18px 0 rgba(239,107,120,.56),
        66px -7px 0 rgba(255,222,99,.78);
}

.pcse-single-post__hero.is-universal .pcse-single-post__hero-inner {
    z-index: 3;
}

.pcse-single-post__hero.is-universal .pcse-single-post__breadcrumbs,
.pcse-single-post__hero.is-universal .pcse-single-post__breadcrumbs a,
.pcse-single-post__hero.is-universal .pcse-single-post__breadcrumbs a:link,
.pcse-single-post__hero.is-universal .pcse-single-post__breadcrumbs a:visited {
    color: color-mix(in srgb, var(--pcse-post-hero-text) 68%, transparent) !important;
}

.pcse-single-post__hero.is-universal .pcse-single-post__breadcrumbs a:hover {
    color: var(--pcse-post-hero-text) !important;
}

.pcse-single-post__hero-copy {
    --pcse-post-hero-copy-width: 1280px;
    width: min(100%, var(--pcse-post-hero-copy-width));
}

.pcse-single-post__hero.is-universal .pcse-single-post__category,
.pcse-single-post__hero.is-universal .pcse-single-post__category:link,
.pcse-single-post__hero.is-universal .pcse-single-post__category:visited {
    border: 1px solid rgba(23,61,60,.08);
    background: rgba(255,255,255,.82);
    box-shadow: 0 10px 26px rgba(23,61,60,.07);
}

.pcse-single-post__title {
    --pcse-post-title-width: 24ch;
    width: min(100%, var(--pcse-post-title-width));
    max-width: none;
}

.pcse-single-post__hero.is-universal .pcse-single-post__title {
    color: var(--pcse-post-hero-text) !important;
    text-shadow: none;
}

.pcse-single-post__lead {
    --pcse-post-lead-width: 1120px;
    width: min(100%, var(--pcse-post-lead-width));
    max-width: none;
}

.pcse-single-post__hero.is-universal .pcse-single-post__lead,
.pcse-single-post__hero.is-universal .pcse-single-post__meta {
    color: var(--pcse-post-hero-muted);
}

.pcse-single-post__hero.is-universal .pcse-single-post__hero-ring {
    border-color: rgba(23,61,60,.10);
}

.pcse-single-post__hero.is-universal .pcse-single-post__hero-ring--one {
    box-shadow: inset 0 0 0 38px rgba(255,255,255,.16);
}

.pcse-single-post__hero.is-universal .pcse-single-post__hero-ring--two {
    box-shadow: inset 0 0 0 48px rgba(255,222,99,.12);
}

.pcse-single-post__layout {
    --pcse-post-sidebar-width: 310px;
    grid-template-columns: minmax(0, var(--pcse-post-sidebar-width)) minmax(0, 1fr);
}

.pcse-single-post__sidebar {
    min-width: 0;
}

.pcse-single-post__sidebar-sticky {
    width: 100%;
}

.pcse-single-post__sidebar-sticky > * {
    max-width: 100%;
    flex: 0 0 auto;
}

.pcse-single-post__sidebar-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    margin: 0;
    border: 1px solid rgba(23,61,60,.09);
    border-radius: 25px;
    background:
        linear-gradient(145deg, rgba(230,244,237,.95), rgba(255,247,231,.96));
    box-shadow: 0 18px 42px rgba(23,61,60,.07);
}

.pcse-single-post__sidebar-image::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 8px rgba(255,255,255,.35);
    pointer-events: none;
}

.pcse-single-post__sidebar-image-file {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none !important;
    object-fit: cover;
}

.pcse-single-post__article {
    width: 100%;
}

.pcse-single-post__article-card {
    width: min(100%, var(--pcse-post-content-width));
}

@media (max-width: 1024px) {
    .pcse-single-post__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .pcse-single-post__sidebar-sticky {
        align-items: stretch !important;
    }

    .pcse-single-post__sidebar-sticky > * {
        width: 100% !important;
    }

    .pcse-single-post__sidebar-image {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 767px) {
    .pcse-single-post__hero-copy,
    .pcse-single-post__title,
    .pcse-single-post__lead {
        width: 100%;
    }

    .pcse-single-post__hero-shape--comb {
        right: -18%;
        bottom: 8%;
        opacity: .10;
    }

    .pcse-single-post__hero-shape--line {
        top: 14%;
        right: -18%;
        opacity: .10;
    }
}


/* =========================================================
   SINGLE PRODUCT v0.7.2 — BRANDS + CUSTOM DETAIL TABS
   ========================================================= */

.pcse-single-product__brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 13px;
    padding: 7px 11px 7px 8px;
    border: 1px solid rgba(33, 79, 78, .10);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--pcse-mint), rgba(255,255,255,.86));
    color: var(--pcse-ink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: none;
    box-shadow: 0 8px 22px rgba(33, 79, 78, .06);
}

.pcse-single-product__brand-label {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #fff;
    color: var(--pcse-single-accent);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pcse-single-product__brand-values {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pcse-single-product__brand a,
.pcse-single-meta__brand a {
    color: var(--pcse-ink) !important;
    font-weight: 900;
    text-decoration: none !important;
}

.pcse-single-product__brand a:hover,
.pcse-single-meta__brand a:hover {
    color: var(--pcse-single-accent) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pcse-single-product__brand-separator {
    opacity: .5;
}

.pcse-single-meta__brand dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
}

.pcse-single-accordion__content--custom {
    overflow-wrap: anywhere;
}

.pcse-single-accordion__content--custom > *:first-child {
    margin-top: 0 !important;
}

.pcse-single-accordion__content--custom > *:last-child {
    margin-bottom: 0 !important;
}

.pcse-single-accordion__content--custom table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.pcse-single-accordion__content--custom iframe,
.pcse-single-accordion__content--custom video,
.pcse-single-accordion__content--custom img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .pcse-single-product__brand {
        max-width: 100%;
    }

    .pcse-single-product__brand-values {
        white-space: normal;
    }
}


/* =========================================================
   FILTER SIDEBAR v0.7.3 — NEW ARRIVALS & SALE QUICK LINKS
   ========================================================= */

.pcse-collection-links {
    width: 100%;
    min-width: 0;
    margin: 0 0 17px;
    padding: 14px 0 17px;
    border-top: 1px solid rgba(33, 79, 78, .09);
    border-bottom: 1px solid rgba(33, 79, 78, .09);
}

.pcse-collection-links__title {
    margin-bottom: 9px;
    color: var(--pcse-muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .085em;
    text-transform: uppercase;
}

.pcse-collection-links__grid {
    display: grid;
    gap: 8px;
}

.pcse-collection-link,
.pcse-collection-link:link,
.pcse-collection-link:visited {
    position: relative;
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 9px 10px !important;
    border: 1px solid rgba(33, 79, 78, .09) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .76) !important;
    color: var(--pcse-ink) !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transition:
        transform .2s ease,
        border-color .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.pcse-collection-link--new {
    background:
        radial-gradient(circle at 100% 0, rgba(255, 243, 168, .62), transparent 38%),
        rgba(255, 255, 255, .82) !important;
}

.pcse-collection-link--sale {
    background:
        radial-gradient(circle at 100% 0, rgba(246, 200, 208, .58), transparent 40%),
        rgba(255, 255, 255, .82) !important;
}

.pcse-collection-link:hover {
    z-index: 1;
    border-color: rgba(239, 107, 120, .32) !important;
    box-shadow: 0 12px 28px rgba(33, 79, 78, .09) !important;
    transform: translateY(-2px);
}

.pcse-collection-link.is-active {
    border-color: var(--pcse-coral) !important;
    box-shadow:
        0 0 0 2px rgba(239, 107, 120, .10),
        0 12px 26px rgba(33, 79, 78, .08) !important;
}

.pcse-collection-link__icon {
    display: grid !important;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--pcse-yellow);
    color: var(--pcse-ink);
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}

.pcse-collection-link--sale .pcse-collection-link__icon {
    background: var(--pcse-pink);
    color: var(--pcse-coral);
}

.pcse-collection-link__copy {
    display: grid !important;
    min-width: 0;
    gap: 2px;
}

.pcse-collection-link__copy strong {
    overflow: hidden;
    color: var(--pcse-ink);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pcse-collection-link__copy small {
    overflow: hidden;
    color: var(--pcse-muted);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pcse-collection-link__arrow {
    display: grid !important;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(33, 79, 78, .07);
    color: var(--pcse-ink);
    font-size: 12px;
    transition: transform .2s ease;
}

.pcse-collection-link:hover .pcse-collection-link__arrow {
    transform: translateX(3px);
}

.pcse-collection-link.is-active .pcse-collection-link__arrow {
    background: var(--pcse-coral);
    color: #fff;
}

@media (max-width: 767px) {
    .pcse-collection-link,
    .pcse-collection-link:link,
    .pcse-collection-link:visited {
        min-height: 62px;
    }
}


/* =========================================================
   PAN CZESANKA — B2B REGISTRATION
   ========================================================= */

.pcse-b2b {
    --pcse-b2b-width: 1480px;
    --pcse-b2b-left: 40%;
    --pcse-b2b-radius: 34px;
    --pcse-b2b-ink: #173d3c;
    --pcse-b2b-accent: #ef6b78;
    --pcse-b2b-yellow: #ffde63;
    --pcse-b2b-mint: #e6f4ed;
    --pcse-b2b-cream: #fff7e7;
    --pcse-b2b-pink: #f8e2e7;
    width: min(calc(100% - 28px), var(--pcse-b2b-width));
    margin: 0 auto;
    color: var(--pcse-b2b-ink);
}

.pcse-b2b,
.pcse-b2b * {
    box-sizing: border-box;
}

.pcse-b2b__panel {
    display: grid;
    grid-template-columns: minmax(0, var(--pcse-b2b-left)) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(23,61,60,.09);
    border-radius: var(--pcse-b2b-radius);
    background: #fff;
    box-shadow: 0 34px 90px rgba(23,61,60,.12);
}

.pcse-b2b__intro {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: clamp(34px, 4vw, 68px);
    background:
        radial-gradient(circle at 11% 88%, rgba(255,222,99,.55), transparent 25%),
        radial-gradient(circle at 90% 11%, rgba(239,107,120,.25), transparent 26%),
        linear-gradient(145deg, var(--pcse-b2b-mint), var(--pcse-b2b-cream));
    isolation: isolate;
}

.pcse-b2b__rings {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.pcse-b2b__rings span {
    position: absolute;
    border: 2px solid rgba(23,61,60,.10);
    border-radius: 50%;
}

.pcse-b2b__rings span:first-child {
    top: -140px;
    right: -130px;
    width: 390px;
    height: 390px;
    box-shadow: inset 0 0 0 35px rgba(255,255,255,.15);
}

.pcse-b2b__rings span:last-child {
    bottom: -170px;
    left: -130px;
    width: 430px;
    height: 430px;
    box-shadow: inset 0 0 0 48px rgba(255,255,255,.11);
}

.pcse-b2b__eyebrow,
.pcse-b2b-form__eyebrow {
    margin-bottom: 10px;
    color: var(--pcse-b2b-accent);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pcse-b2b__title {
    max-width: 13ch;
    margin: 0 !important;
    color: var(--pcse-b2b-ink) !important;
    font-size: clamp(48px, 5.2vw, 82px);
    font-weight: 900;
    line-height: .95;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.pcse-b2b__description {
    max-width: 58ch;
    margin: 22px 0 0;
    color: color-mix(in srgb, var(--pcse-b2b-ink) 72%, transparent);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}

.pcse-b2b-benefits {
    display: grid;
    gap: 12px;
    margin-top: clamp(34px, 5vw, 68px);
}

.pcse-b2b-benefit {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    padding: 14px;
    border: 1px solid rgba(23,61,60,.08);
    border-radius: 18px;
    background: rgba(255,255,255,.68);
    box-shadow: 0 12px 30px rgba(23,61,60,.05);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.pcse-b2b-benefit__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--pcse-b2b-yellow);
    color: var(--pcse-b2b-ink);
    font-size: 17px;
    font-weight: 900;
}

.pcse-b2b-benefit strong {
    display: block;
    color: var(--pcse-b2b-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.pcse-b2b-benefit p {
    margin: 5px 0 0;
    color: color-mix(in srgb, var(--pcse-b2b-ink) 65%, transparent);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

.pcse-b2b__form-side {
    min-width: 0;
    padding: clamp(30px, 4vw, 62px);
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,250,242,.96));
}

.pcse-b2b-form__heading {
    margin-bottom: 25px;
}

.pcse-b2b-form__title {
    margin: 0 !important;
    color: var(--pcse-b2b-ink) !important;
    font-size: clamp(30px, 3vw, 48px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.045em;
}

.pcse-b2b-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pcse-b2b-field {
    min-width: 0;
}

.pcse-b2b-field--full {
    grid-column: 1 / -1;
}

.pcse-b2b-field > label {
    display: block;
    margin: 0 0 7px;
    color: var(--pcse-b2b-ink);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.pcse-b2b-field > label span {
    color: var(--pcse-b2b-accent);
}

.pcse-b2b-field input,
.pcse-b2b-field select,
.pcse-b2b-field textarea {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 52px;
    margin: 0 !important;
    padding: 12px 15px !important;
    border: 1px solid rgba(23,61,60,.13) !important;
    border-radius: 15px !important;
    outline: 0;
    background: #fff !important;
    color: var(--pcse-b2b-ink) !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.4;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.pcse-b2b-field textarea {
    min-height: 110px;
    resize: vertical;
}

.pcse-b2b-field input:focus,
.pcse-b2b-field select:focus,
.pcse-b2b-field textarea:focus {
    border-color: var(--pcse-b2b-accent) !important;
    box-shadow: 0 0 0 4px rgba(239,107,120,.10) !important;
}

.pcse-b2b-password__control {
    position: relative;
}

.pcse-b2b-password__control input {
    padding-right: 50px !important;
}

.pcse-b2b-password__control button {
    position: absolute !important;
    top: 50%;
    right: 7px;
    display: grid !important;
    place-items: center;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: var(--pcse-b2b-mint) !important;
    color: var(--pcse-b2b-ink) !important;
    box-shadow: none !important;
    font-size: 15px !important;
    cursor: pointer;
    transform: translateY(-50%);
}

.pcse-b2b-password__control button.is-visible {
    background: var(--pcse-b2b-yellow) !important;
}

.pcse-b2b-consents {
    display: grid;
    gap: 11px;
    margin-top: 20px;
}

.pcse-b2b-check {
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    cursor: pointer;
}

.pcse-b2b-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pcse-b2b-check > span {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(23,61,60,.18);
    border-radius: 7px;
    background: #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

.pcse-b2b-check input:checked + span {
    border-color: var(--pcse-b2b-accent);
    background: var(--pcse-b2b-accent);
}

.pcse-b2b-check input:checked + span::after {
    content: "✓";
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.pcse-b2b-check input:focus-visible + span {
    outline: 2px solid var(--pcse-b2b-accent);
    outline-offset: 3px;
}

.pcse-b2b-check em {
    color: color-mix(in srgb, var(--pcse-b2b-ink) 68%, transparent);
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.pcse-b2b-check em p {
    margin: 0;
}

.pcse-b2b-check em a {
    color: var(--pcse-b2b-accent);
    font-weight: 800;
    text-underline-offset: 2px;
}

.pcse-b2b-form__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 24px;
}

.pcse-b2b-submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--pcse-b2b-yellow) !important;
    color: var(--pcse-b2b-ink) !important;
    box-shadow: 0 15px 34px rgba(255,222,99,.20) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.pcse-b2b-submit:hover {
    transform: translateY(-3px);
}

.pcse-b2b-form__actions p {
    margin: 0;
    color: color-mix(in srgb, var(--pcse-b2b-ink) 64%, transparent);
    font-size: 12px;
    font-weight: 700;
}

.pcse-b2b-login {
    color: var(--pcse-b2b-accent) !important;
    font-weight: 900;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pcse-b2b-notice {
    margin-bottom: 22px;
    padding: 16px 18px;
    border: 1px solid rgba(23,61,60,.10);
    border-radius: 17px;
}

.pcse-b2b-notice--success {
    background: var(--pcse-b2b-mint);
}

.pcse-b2b-notice--error {
    border-color: rgba(239,107,120,.24);
    background: var(--pcse-b2b-pink);
}

.pcse-b2b-notice strong {
    display: block;
    color: var(--pcse-b2b-ink);
    font-size: 16px;
    font-weight: 900;
}

.pcse-b2b-notice p {
    margin: 4px 0 0;
    color: color-mix(in srgb, var(--pcse-b2b-ink) 70%, transparent);
    font-size: 13px;
    line-height: 1.5;
}

.pcse-b2b-logged {
    display: grid;
    place-items: center;
    min-height: 360px;
    padding: 30px;
    border-radius: 24px;
    background: linear-gradient(145deg, var(--pcse-b2b-mint), var(--pcse-b2b-cream));
    text-align: center;
}

.pcse-b2b-logged > span {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--pcse-b2b-yellow);
    font-size: 28px;
    font-weight: 900;
}

.pcse-b2b-logged h3 {
    margin: 18px 0 0 !important;
    color: var(--pcse-b2b-ink) !important;
    font-size: 28px;
    font-weight: 900;
}

.pcse-b2b-logged p {
    margin: 8px 0 0;
}

.pcse-b2b-honeypot {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 1024px) {
    .pcse-b2b__panel {
        grid-template-columns: minmax(0, 1fr);
    }

    .pcse-b2b__intro {
        min-height: auto;
    }

    .pcse-b2b__title {
        max-width: 18ch;
    }

    .pcse-b2b-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .pcse-b2b {
        width: min(calc(100% - 18px), var(--pcse-b2b-width));
    }

    .pcse-b2b__panel {
        border-radius: min(var(--pcse-b2b-radius), 24px);
    }

    .pcse-b2b__intro,
    .pcse-b2b__form-side {
        padding: 26px 20px;
    }

    .pcse-b2b__title {
        max-width: 13ch;
        font-size: clamp(40px, 12vw, 56px);
    }

    .pcse-b2b-benefits,
    .pcse-b2b-form__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pcse-b2b-field--full {
        grid-column: auto;
    }

    .pcse-b2b-form__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pcse-b2b-submit {
        width: 100% !important;
    }

    .pcse-b2b-form__actions p {
        text-align: center;
    }
}


/* =========================================================
   PAN CZESANKA — PAKIET STARTOWY
   ========================================================= */

.pcse-start-pack {
    --pcse-pack-width: 1480px;
    --pcse-pack-intro: 42%;
    --pcse-pack-radius: 36px;
    --pcse-pack-ink: #173d3c;
    --pcse-pack-accent: #ef6b78;
    --pcse-pack-yellow: #ffde63;
    --pcse-pack-mint: #e6f4ed;
    --pcse-pack-cream: #fff7e7;
    --pcse-pack-pink: #f8e2e7;
    width: min(calc(100% - 28px), var(--pcse-pack-width));
    margin: 0 auto;
    color: var(--pcse-pack-ink);
}

.pcse-start-pack,
.pcse-start-pack * {
    box-sizing: border-box;
}

.pcse-start-pack__panel {
    display: grid;
    grid-template-columns: minmax(0, var(--pcse-pack-intro)) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(23,61,60,.09);
    border-radius: var(--pcse-pack-radius);
    background: #fff;
    box-shadow: 0 34px 88px rgba(23,61,60,.12);
}

.pcse-start-pack__intro {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 4.6vw, 74px);
    background:
        radial-gradient(circle at 9% 88%, rgba(255,222,99,.62), transparent 25%),
        radial-gradient(circle at 92% 8%, rgba(239,107,120,.26), transparent 26%),
        linear-gradient(145deg, var(--pcse-pack-mint), var(--pcse-pack-cream));
    isolation: isolate;
}

.pcse-start-pack__decor {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.pcse-start-pack__decor span:nth-child(1),
.pcse-start-pack__decor span:nth-child(2) {
    position: absolute;
    border: 2px solid rgba(23,61,60,.10);
    border-radius: 50%;
}

.pcse-start-pack__decor span:nth-child(1) {
    top: -150px;
    right: -130px;
    width: 410px;
    height: 410px;
    box-shadow: inset 0 0 0 40px rgba(255,255,255,.14);
}

.pcse-start-pack__decor span:nth-child(2) {
    bottom: -190px;
    left: -130px;
    width: 440px;
    height: 440px;
    box-shadow: inset 0 0 0 50px rgba(255,255,255,.11);
}

.pcse-start-pack__decor span:nth-child(3) {
    position: absolute;
    right: 8%;
    bottom: 7%;
    color: rgba(239,107,120,.12);
    font-size: clamp(100px, 15vw, 230px);
    font-weight: 900;
    line-height: .8;
    transform: rotate(-9deg);
}

.pcse-start-pack__eyebrow,
.pcse-start-pack__products-eyebrow {
    margin-bottom: 10px;
    color: var(--pcse-pack-accent);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pcse-start-pack__title {
    max-width: 14ch;
    margin: 0 !important;
    color: var(--pcse-pack-ink) !important;
    font-size: clamp(48px, 5.2vw, 82px);
    font-weight: 900;
    line-height: .94;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.pcse-start-pack__description {
    max-width: 58ch;
    margin: 22px 0 0;
    color: color-mix(in srgb, var(--pcse-pack-ink) 72%, transparent);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}

.pcse-start-pack__price {
    display: grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    justify-content: start;
    gap: 5px 13px;
    width: fit-content;
    margin-top: 28px;
    padding: 16px 18px;
    border: 1px solid rgba(23,61,60,.08);
    border-radius: 20px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 14px 34px rgba(23,61,60,.07);
}

.pcse-start-pack__price-label {
    grid-column: 1 / -1;
    color: color-mix(in srgb, var(--pcse-pack-ink) 58%, transparent);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.pcse-start-pack__price del {
    color: color-mix(in srgb, var(--pcse-pack-ink) 46%, transparent);
    font-size: 16px;
    font-weight: 800;
}

.pcse-start-pack__price strong {
    color: var(--pcse-pack-ink);
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.04em;
}

.pcse-start-pack__price mark {
    grid-column: 1 / -1;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--pcse-pack-accent);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .05em;
}

.pcse-start-pack__pdf,
.pcse-start-pack__pdf:link,
.pcse-start-pack__pdf:visited {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 11px;
    width: min(100%, 440px);
    margin-top: 18px;
    padding: 11px 13px !important;
    border: 1px solid rgba(23,61,60,.09) !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.76) !important;
    color: var(--pcse-pack-ink) !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.pcse-start-pack__pdf > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: var(--pcse-pack-pink);
    color: var(--pcse-pack-accent);
    font-size: 10px;
    font-weight: 900;
}

.pcse-start-pack__pdf strong {
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
}

.pcse-start-pack__pdf i {
    font-style: normal;
    font-weight: 900;
}

.pcse-start-pack__products {
    min-width: 0;
    padding: clamp(30px, 4.3vw, 66px);
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,250,242,.96));
}

.pcse-start-pack-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.pcse-start-pack-product {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(23,61,60,.08);
    border-radius: 22px;
    background: var(--pcse-pack-cream);
    box-shadow: 0 14px 34px rgba(23,61,60,.06);
}

.pcse-start-pack-product--1 {
    background: var(--pcse-pack-mint);
}

.pcse-start-pack-product--2 {
    background: var(--pcse-pack-pink);
}

.pcse-start-pack-product--3 {
    background: #f7f1d8;
}

.pcse-start-pack-product__media {
    position: relative;
    overflow: hidden;
    width: 112px;
    aspect-ratio: 1;
    border-radius: 17px;
    background: rgba(255,255,255,.82);
}

.pcse-start-pack-product__media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none !important;
    object-fit: contain;
    padding: 7px;
}

.pcse-start-pack-product__fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: var(--pcse-pack-accent);
    font-size: 42px;
}

.pcse-start-pack-product__qty {
    position: absolute;
    right: 7px;
    bottom: 7px;
    display: grid;
    place-items: center;
    min-width: 30px;
    height: 30px;
    padding: 0 8px;
    border-radius: 999px;
    background: var(--pcse-pack-yellow);
    color: var(--pcse-pack-ink);
    font-size: 11px;
    font-weight: 900;
    box-shadow: 0 7px 18px rgba(23,61,60,.12);
}

.pcse-start-pack-product__copy {
    min-width: 0;
}

.pcse-start-pack-product__title {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 !important;
    color: var(--pcse-pack-ink) !important;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.02em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.pcse-start-pack-product__copy p {
    display: -webkit-box;
    overflow: hidden;
    margin: 7px 0 0;
    color: color-mix(in srgb, var(--pcse-pack-ink) 64%, transparent);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.pcse-start-pack-product__copy > strong {
    display: block;
    margin-top: 9px;
    color: var(--pcse-pack-accent);
    font-size: 14px;
    font-weight: 900;
}

.pcse-start-pack__form {
    margin-top: 24px;
}

.pcse-start-pack__submit,
.pcse-start-pack__used-link,
.pcse-start-pack__used-link:link,
.pcse-start-pack__used-link:visited {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 0 25px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--pcse-pack-yellow) !important;
    color: var(--pcse-pack-ink) !important;
    box-shadow: 0 16px 36px rgba(255,222,99,.24) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: .04em;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease;
}

.pcse-start-pack__submit:hover,
.pcse-start-pack__used-link:hover {
    transform: translateY(-3px);
}

.pcse-start-pack__submit.is-loading {
    opacity: .65;
    cursor: wait;
}

.pcse-start-pack__submit.is-loading span:first-child::after {
    content: "…";
}

.pcse-start-pack__rules {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    max-width: 700px;
    margin: 15px 0 0;
    color: color-mix(in srgb, var(--pcse-pack-ink) 62%, transparent);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
}

.pcse-start-pack__rules > span {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--pcse-pack-mint);
    color: var(--pcse-pack-ink);
    font-size: 11px;
    font-weight: 900;
}

.pcse-start-pack__empty {
    padding: 28px;
    border: 1px dashed rgba(23,61,60,.18);
    border-radius: 22px;
    color: color-mix(in srgb, var(--pcse-pack-ink) 62%, transparent);
    text-align: center;
}

.pcse-start-pack__panel.is-used .pcse-start-pack__intro {
    grid-column: 1 / -1;
    min-height: 480px;
}

.pcse-start-pack__panel.is-used .pcse-start-pack__products {
    display: none;
}

.pcse-pack-fixed-qty {
    display: inline-grid;
    place-items: center;
    min-width: 42px;
    height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f1f5f3;
    color: #173d3c;
    font-weight: 900;
}

.pcse-pack-cart-badge {
    display: block;
    width: fit-content;
    margin-top: 5px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #fff3a8;
    color: #173d3c;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.pcse-pack-pdf-link {
    color: #ef6b78 !important;
    font-weight: 900;
    text-underline-offset: 3px;
}

.pcse-pack-thankyou {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin: 28px 0;
    padding: 22px;
    border: 1px solid rgba(23,61,60,.09);
    border-radius: 24px;
    background: linear-gradient(135deg, #e6f4ed, #fff7e7);
}

.pcse-pack-thankyou__icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: #f8e2e7;
    color: #ef6b78;
    font-size: 12px;
    font-weight: 900;
}

.pcse-pack-thankyou h2 {
    margin: 0 !important;
    color: #173d3c !important;
    font-size: 24px;
    font-weight: 900;
}

.pcse-pack-thankyou p {
    margin: 5px 0 0;
}

.pcse-pack-thankyou__links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 12px;
}

.pcse-pack-thankyou__links a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    background: #ffde63;
    color: #173d3c !important;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none !important;
}

@media (max-width: 1080px) {
    .pcse-start-pack__panel {
        grid-template-columns: minmax(0, 1fr);
    }

    .pcse-start-pack__title {
        max-width: 18ch;
    }
}

@media (max-width: 767px) {
    .pcse-start-pack {
        width: min(calc(100% - 18px), var(--pcse-pack-width));
    }

    .pcse-start-pack__panel {
        border-radius: min(var(--pcse-pack-radius), 24px);
    }

    .pcse-start-pack__intro,
    .pcse-start-pack__products {
        padding: 26px 20px;
    }

    .pcse-start-pack__title {
        max-width: 13ch;
        font-size: clamp(40px, 12vw, 58px);
    }

    .pcse-start-pack-products {
        grid-template-columns: minmax(0, 1fr);
    }

    .pcse-start-pack-product {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .pcse-start-pack-product__media {
        width: 92px;
    }

    .pcse-start-pack__submit,
    .pcse-start-pack__used-link {
        width: 100% !important;
    }

    .pcse-pack-thankyou {
        grid-template-columns: minmax(0, 1fr);
        text-align: center;
    }

    .pcse-pack-thankyou__icon {
        justify-self: center;
    }

    .pcse-pack-thankyou__links {
        justify-content: center;
    }
}


/* ----------------------------------
 * PCSE Editorial Banners
 * ---------------------------------- */
.pcse-banners {
    width: 100%;
    color: var(--pcse-ink);
}

.pcse-banners__header {
    width: min(100%, 920px);
    margin: 0 auto 24px;
}

.pcse-banners--align-left .pcse-banners__header {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.pcse-banners--align-center .pcse-banners__header {
    text-align: center;
}

.pcse-banners--align-right .pcse-banners__header {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.pcse-banners__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--pcse-coral);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 8px 16px rgba(33, 79, 78, 0.05);
}

.pcse-banners__title {
    margin: 0;
    color: var(--pcse-ink);
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.pcse-banners__description {
    margin-top: 12px;
    color: rgba(33, 79, 78, 0.78);
    font-size: 16px;
    line-height: 1.72;
}

.pcse-banners__description p:last-child {
    margin-bottom: 0;
}

.pcse-banners__grid {
    display: grid;
    grid-template-columns: repeat(var(--pcse-banners-columns, 3), minmax(0, 1fr));
    gap: 20px;
}

.pcse-banners--layout-editorial .pcse-banners__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.pcse-banner-card {
    --pcse-banner-span: 4;
    --pcse-banner-min-height: 260px;
    --pcse-banner-bg: #eef8f1;
    --pcse-banner-accent: #f6c8d0;
    --pcse-banner-text: #214f4e;
    position: relative;
    display: grid;
    min-width: 0;
    overflow: hidden;
    min-height: var(--pcse-banner-global-height, var(--pcse-banner-min-height));
    border: 1px solid rgba(33, 79, 78, 0.08);
    border-radius: 26px;
    background:
        radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--pcse-banner-accent) 38%, transparent), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(246, 217, 104, 0.18), transparent 26%),
        var(--pcse-banner-bg);
    box-shadow: 0 16px 34px rgba(33, 79, 78, 0.06);
    grid-column: auto;
    isolation: isolate;
    container-type: inline-size;
}

.pcse-banners--layout-editorial .pcse-banner-card {
    grid-column: span var(--pcse-banner-span);
}

.pcse-banners--height-fixed .pcse-banner-card {
    height: var(--pcse-banner-global-height, var(--pcse-banner-min-height));
    min-height: var(--pcse-banner-global-height, var(--pcse-banner-min-height));
}

.pcse-banner-card__media {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.pcse-banner-card__media picture,
.pcse-banner-card__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.pcse-banner-card__media img {
    object-fit: var(--pcse-banner-fit, cover);
    object-position: var(--pcse-banner-position, center center);
    transition: transform 360ms ease;
}

.pcse-banner-card:hover .pcse-banner-card__media img,
.pcse-banner-card:focus-within .pcse-banner-card__media img {
    transform: scale(1.03);
}

.pcse-banner-card__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    padding: 28px;
    color: var(--pcse-banner-text);
}

.pcse-banner-card__eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--pcse-coral);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pcse-banner-card__title {
    margin: 0;
    color: inherit;
    font-size: clamp(26px, 2.6vw, 42px);
    font-size: clamp(22px, 12cqi, 42px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.pcse-banner-card__description {
    max-width: 52ch;
    overflow-wrap: anywhere;
    color: inherit;
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.92;
}

.pcse-banner-card__description p {
    margin: 0;
}

.pcse-banner-card__button {
    width: auto;
    align-self: flex-start;
    min-width: 156px;
    min-width: min(156px, 100%);
    max-width: 100%;
    margin-top: 4px !important;
}

.pcse-banner-card--overlay {
    align-items: stretch;
}

.pcse-banner-card--overlay .pcse-banner-card__media {
    position: absolute;
    inset: 0;
    border-radius: 0;
}

.pcse-banner-card--overlay .pcse-banner-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(18, 52, 51, 0.1) 0%, rgba(18, 52, 51, 0.16) 32%, rgba(18, 52, 51, 0.74) 100%),
        linear-gradient(90deg, rgba(18, 52, 51, 0.52) 0%, rgba(18, 52, 51, 0.06) 72%);
}

.pcse-banner-card--overlay .pcse-banner-card__content {
    min-height: var(--pcse-banner-global-height, var(--pcse-banner-min-height));
}

.pcse-banners--height-fixed .pcse-banner-card--overlay .pcse-banner-card__content {
    height: 100%;
    min-height: 0;
}

.pcse-banner-card--overlay .pcse-banner-card__eyebrow {
    background: rgba(255, 255, 255, 0.88);
}

.pcse-banner-card--split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
}

.pcse-banner-card--split .pcse-banner-card__content {
    justify-content: center;
}

.pcse-banner-card--split .pcse-banner-card__media {
    margin: 16px 16px 16px 0;
}

.pcse-banner-card--content-center .pcse-banner-card__content {
    text-align: center;
    align-items: center;
}

.pcse-banner-card--content-center .pcse-banner-card__eyebrow,
.pcse-banner-card--content-center .pcse-banner-card__button {
    align-self: center;
}

.pcse-banner-card--content-right .pcse-banner-card__content {
    text-align: right;
    align-items: flex-end;
}

.pcse-banner-card--content-right .pcse-banner-card__eyebrow,
.pcse-banner-card--content-right .pcse-banner-card__button {
    align-self: flex-end;
}

@media (max-width: 1180px) {
    .pcse-banner-card--split {
        grid-template-columns: 1fr;
    }

    .pcse-banner-card--split .pcse-banner-card__media {
        margin: 16px 16px 0;
        min-height: 240px;
    }

    .pcse-banners--height-fixed .pcse-banner-card--split .pcse-banner-card__media {
        min-height: 0;
    }
}

@media (max-width: 1024px) {
    .pcse-banners__grid,
    .pcse-banners--layout-editorial .pcse-banners__grid {
        grid-template-columns: repeat(var(--pcse-banners-tablet, 2), minmax(0, 1fr));
    }

    .pcse-banner-card,
    .pcse-banners--layout-editorial .pcse-banner-card {
        min-height: var(--pcse-banner-global-height, var(--pcse-banner-min-height-tablet, var(--pcse-banner-min-height)));
        grid-column: auto;
    }

    .pcse-banner-card--overlay .pcse-banner-card__content {
        min-height: var(--pcse-banner-global-height, var(--pcse-banner-min-height-tablet, var(--pcse-banner-min-height)));
    }

    .pcse-banners--height-fixed .pcse-banner-card {
        height: var(--pcse-banner-global-height, var(--pcse-banner-min-height-tablet, var(--pcse-banner-min-height)));
    }

    .pcse-banners--height-fixed .pcse-banner-card--overlay .pcse-banner-card__content {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .pcse-banners__header {
        margin-bottom: 18px;
    }

    .pcse-banners__title {
        font-size: clamp(28px, 9vw, 40px);
    }

    .pcse-banners__description {
        font-size: 15px;
        line-height: 1.64;
    }

    .pcse-banners__grid,
    .pcse-banners--layout-editorial .pcse-banners__grid {
        grid-template-columns: repeat(var(--pcse-banners-mobile, 1), minmax(0, 1fr));
        gap: 14px;
    }

    .pcse-banner-card,
    .pcse-banners--layout-editorial .pcse-banner-card {
        min-height: var(--pcse-banner-global-height, var(--pcse-banner-min-height-mobile, var(--pcse-banner-min-height-tablet, var(--pcse-banner-min-height))));
        grid-column: auto;
    }

    .pcse-banners--height-fixed .pcse-banner-card {
        height: var(--pcse-banner-global-height, var(--pcse-banner-min-height-mobile, var(--pcse-banner-min-height-tablet, var(--pcse-banner-min-height))));
    }

    .pcse-banner-card__content {
        padding: 22px;
    }

    .pcse-banner-card__title {
        font-size: clamp(24px, 8vw, 34px);
    }

    .pcse-banner-card__button {
        width: 100%;
        min-width: 0;
    }

    .pcse-banner-card--overlay .pcse-banner-card__content {
        min-height: var(--pcse-banner-global-height, var(--pcse-banner-min-height-mobile, var(--pcse-banner-min-height-tablet, var(--pcse-banner-min-height))));
    }

    .pcse-banners--height-fixed .pcse-banner-card--overlay .pcse-banner-card__content {
        min-height: 0;
    }
}


/* PCSE AJAX cart: boczny koszyk zastępuje standardowy link „Zobacz koszyk”. */
.pcse-card__actions .added_to_cart.wc-forward {
    display: none !important;
}

body.pcse-side-cart-opened {
    overflow: hidden;
}


/* =========================================================
   PAN CZESANKA — PHOTO GALLERY
   v0.10.7 — multi-select, carousel & true-ratio lightbox
   ========================================================= */
.pcse-photo-gallery,
.pcse-photo-gallery * {
    box-sizing: border-box;
}

.pcse-photo-gallery {
    --pcse-photo-columns: 4;
    --pcse-photo-height: 340px;
    --pcse-photo-gap: 22px;
    --pcse-photo-fit: cover;
    --pcse-photo-position: center center;
    --pcse-photo-control-bg: #fff8ea;
    --pcse-photo-control-color: #214f4e;
    --pcse-photo-lightbox-bg: rgba(12, 37, 36, .96);
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: var(--pcse-ink, #214f4e);
}

.pcse-photo-gallery .pcse-ui-icon,
.pcse-photo-lightbox .pcse-ui-icon {
    display: block;
    width: 22px;
    height: 22px;
    pointer-events: none;
}

.pcse-photo-gallery__header {
    width: min(100%, 1080px);
    margin: 0 0 28px;
}

.pcse-photo-gallery--align-left .pcse-photo-gallery__header {
    margin-right: auto;
    margin-left: 0;
    text-align: left;
}

.pcse-photo-gallery--align-center .pcse-photo-gallery__header {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.pcse-photo-gallery--align-right .pcse-photo-gallery__header {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}

.pcse-photo-gallery__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 11px;
    padding: 5px 11px;
    border-radius: 999px;
    background: rgba(246, 200, 208, .42);
    color: var(--pcse-coral, #e86f7d);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
}

.pcse-photo-gallery__title {
    margin: 0;
    color: var(--pcse-ink, #214f4e);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.045em;
}

.pcse-photo-gallery__description {
    max-width: 940px;
    margin-top: 15px;
    color: var(--pcse-muted, #5f7776);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
}

.pcse-photo-gallery--align-center .pcse-photo-gallery__description {
    margin-right: auto;
    margin-left: auto;
}

.pcse-photo-gallery--align-right .pcse-photo-gallery__description {
    margin-left: auto;
}

.pcse-photo-gallery__description p:last-child {
    margin-bottom: 0;
}

.pcse-photo-gallery__grid {
    display: grid;
    grid-template-columns: repeat(var(--pcse-photo-columns), minmax(0, 1fr));
    gap: var(--pcse-photo-gap);
}

.pcse-photo-gallery__item {
    --pcse-photo-card-bg: #fff8ea;
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(33, 79, 78, .1);
    border-radius: 24px;
    background: var(--pcse-photo-card-bg);
    box-shadow: 0 14px 34px rgba(61, 93, 92, .1);
    scroll-snap-align: start;
    transform: translateZ(0);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.pcse-photo-gallery__item--palette-1 { --pcse-photo-card-bg: #fff8ea; }
.pcse-photo-gallery__item--palette-2 { --pcse-photo-card-bg: #e8f4ec; }
.pcse-photo-gallery__item--palette-3 { --pcse-photo-card-bg: #fae4e8; }
.pcse-photo-gallery__item--palette-4 { --pcse-photo-card-bg: #f8efc9; }

.pcse-photo-gallery--palette-cream .pcse-photo-gallery__item { --pcse-photo-card-bg: #fff8ea; }
.pcse-photo-gallery--palette-mint .pcse-photo-gallery__item { --pcse-photo-card-bg: #e8f4ec; }
.pcse-photo-gallery--palette-pink .pcse-photo-gallery__item { --pcse-photo-card-bg: #fae4e8; }
.pcse-photo-gallery--palette-yellow .pcse-photo-gallery__item { --pcse-photo-card-bg: #f8efc9; }
.pcse-photo-gallery--palette-white .pcse-photo-gallery__item { --pcse-photo-card-bg: #fff; }

.pcse-photo-gallery--hover-lift .pcse-photo-gallery__item:hover,
.pcse-photo-gallery--hover-lift .pcse-photo-gallery__item:focus-within {
    z-index: 2;
    transform: translateY(-7px) rotate(-.2deg);
    box-shadow: 0 22px 52px rgba(61, 93, 92, .15);
}

.pcse-photo-gallery__trigger,
button.pcse-photo-gallery__trigger {
    position: relative;
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: inherit !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    font: inherit !important;
    text-align: left !important;
    text-transform: none !important;
    cursor: pointer;
    appearance: none;
}

.pcse-photo-gallery__trigger:focus-visible {
    outline: 3px solid var(--pcse-coral, #e86f7d);
    outline-offset: -3px;
}

.pcse-photo-gallery__media {
    position: relative;
    display: block;
    height: var(--pcse-photo-height);
    margin: 10px 10px 0;
    overflow: hidden;
    border-radius: 18px;
    background:
        radial-gradient(circle at 90% 10%, rgba(246, 200, 208, .42), transparent 28%),
        rgba(255, 255, 255, .76);
}

.pcse-photo-gallery__image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: var(--pcse-photo-fit) !important;
    object-position: var(--pcse-photo-position) !important;
    transform: scale(1);
    transition: transform 320ms ease;
}

@media (hover: hover) and (pointer: fine) {
    .pcse-photo-gallery__item:hover .pcse-photo-gallery__image,
    .pcse-photo-gallery__item:focus-within .pcse-photo-gallery__image {
        transform: scale(1.035);
    }
}

.pcse-photo-gallery__content {
    display: grid;
    gap: 5px;
    padding: 16px 18px 18px;
}

.pcse-photo-gallery__item-title {
    display: block;
    color: var(--pcse-ink, #214f4e);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -.015em;
}

.pcse-photo-gallery__item-caption {
    display: block;
    color: var(--pcse-muted, #5f7776);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.pcse-photo-gallery--caption-hover .pcse-photo-gallery__content {
    position: absolute;
    z-index: 3;
    right: 22px;
    bottom: 22px;
    left: 22px;
    padding: 14px 16px;
    border: 1px solid rgba(33, 79, 78, .08);
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 14px 34px rgba(33, 79, 78, .14);
    backdrop-filter: blur(12px);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.pcse-photo-gallery--caption-hover .pcse-photo-gallery__item:hover .pcse-photo-gallery__content,
.pcse-photo-gallery--caption-hover .pcse-photo-gallery__item:focus-within .pcse-photo-gallery__content {
    opacity: 1;
    transform: translateY(0);
}

.pcse-photo-gallery--caption-hover .pcse-photo-gallery__media,
.pcse-photo-gallery--no-caption .pcse-photo-gallery__media {
    margin-bottom: 10px;
}

.pcse-photo-gallery__zoom {
    position: absolute;
    z-index: 4;
    top: 22px;
    right: 22px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(33, 79, 78, .08);
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: var(--pcse-ink, #214f4e);
    box-shadow: 0 10px 26px rgba(33, 79, 78, .13);
    opacity: .88;
    transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease;
}

.pcse-photo-gallery__zoom .pcse-ui-icon {
    width: 19px;
    height: 19px;
}

.pcse-photo-gallery__item:hover .pcse-photo-gallery__zoom,
.pcse-photo-gallery__item:focus-within .pcse-photo-gallery__zoom {
    background: var(--pcse-yellow, #f6d968);
    opacity: 1;
    transform: scale(1.06);
}

/* Carousel */
.pcse-photo-gallery__carousel {
    position: relative;
    min-width: 0;
}

.pcse-photo-gallery__viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 8px 2px 26px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}

.pcse-photo-gallery__viewport::-webkit-scrollbar {
    display: none;
}

.pcse-photo-gallery__viewport:focus-visible {
    outline: 2px solid var(--pcse-coral, #e86f7d);
    outline-offset: 5px;
    border-radius: 26px;
}

.pcse-photo-gallery__track {
    display: flex;
    align-items: stretch;
    gap: var(--pcse-photo-gap);
}

.pcse-photo-gallery--layout-carousel .pcse-photo-gallery__item {
    flex: 0 0 calc((100% - (var(--pcse-photo-columns) - 1) * var(--pcse-photo-gap)) / var(--pcse-photo-columns));
}

.pcse-photo-gallery__carousel-nav,
button.pcse-photo-gallery__carousel-nav {
    position: absolute;
    z-index: 8;
    top: calc(50% - 26px);
    display: grid !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    place-items: center;
    border: 1px solid rgba(33, 79, 78, .1) !important;
    border-radius: 50% !important;
    background: var(--pcse-photo-control-bg, #fff8ea) !important;
    color: var(--pcse-photo-control-color, #214f4e) !important;
    box-shadow: 0 14px 34px rgba(61, 93, 92, .16) !important;
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease;
}

.pcse-photo-gallery__carousel-nav--prev {
    left: -25px;
}

.pcse-photo-gallery__carousel-nav--next {
    right: -25px;
}

.pcse-photo-gallery__carousel-nav:hover,
.pcse-photo-gallery__carousel-nav:focus-visible {
    background: var(--pcse-yellow, #f6d968) !important;
    transform: translateY(-50%) scale(1.06);
}

.pcse-photo-gallery__carousel-nav:focus-visible {
    outline: 3px solid var(--pcse-coral, #e86f7d);
    outline-offset: 3px;
}

.pcse-photo-gallery__carousel-nav:disabled {
    opacity: .32;
    cursor: default;
}

.pcse-photo-gallery__pagination {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    width: 100% !important;
    min-height: 22px !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

/*
 * The theme applies generic button dimensions, padding and backgrounds.
 * Reset every dimension on the gallery pagination control so dots stay dots.
 */
.pcse-photo-gallery__pagination > button.pcse-photo-gallery__pagination-dot,
button.pcse-photo-gallery__pagination-dot {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: block !important;
    flex: 0 0 9px !important;
    inline-size: 9px !important;
    block-size: 9px !important;
    width: 9px !important;
    height: 9px !important;
    min-inline-size: 9px !important;
    min-block-size: 9px !important;
    max-inline-size: 9px !important;
    max-block-size: 9px !important;
    min-width: 9px !important;
    min-height: 9px !important;
    max-width: 9px !important;
    max-height: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    outline: 0;
    background: rgba(33, 79, 78, .22) !important;
    background-image: none !important;
    box-shadow: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transform: none;
    transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

.pcse-photo-gallery__pagination > button.pcse-photo-gallery__pagination-dot:hover,
.pcse-photo-gallery__pagination > button.pcse-photo-gallery__pagination-dot:focus-visible,
button.pcse-photo-gallery__pagination-dot:hover,
button.pcse-photo-gallery__pagination-dot:focus-visible {
    background: var(--pcse-mint-strong, #9fcfc5) !important;
    box-shadow: 0 0 0 4px rgba(159, 207, 197, .2) !important;
    transform: scale(1.12) !important;
}

.pcse-photo-gallery__pagination > button.pcse-photo-gallery__pagination-dot:focus-visible,
button.pcse-photo-gallery__pagination-dot:focus-visible {
    outline: 2px solid var(--pcse-coral, #e86f7d) !important;
    outline-offset: 3px !important;
}

.pcse-photo-gallery__pagination > button.pcse-photo-gallery__pagination-dot.is-active,
.pcse-photo-gallery__pagination > button.pcse-photo-gallery__pagination-dot[aria-current="true"],
button.pcse-photo-gallery__pagination-dot.is-active,
button.pcse-photo-gallery__pagination-dot[aria-current="true"] {
    flex-basis: 11px !important;
    inline-size: 11px !important;
    block-size: 11px !important;
    width: 11px !important;
    height: 11px !important;
    min-inline-size: 11px !important;
    min-block-size: 11px !important;
    max-inline-size: 11px !important;
    max-block-size: 11px !important;
    min-width: 11px !important;
    min-height: 11px !important;
    max-width: 11px !important;
    max-height: 11px !important;
    background: var(--pcse-coral, #e86f7d) !important;
    box-shadow: 0 0 0 4px rgba(232, 111, 125, .16) !important;
}

.pcse-photo-gallery.is-static .pcse-photo-gallery__carousel-nav,
.pcse-photo-gallery.is-static .pcse-photo-gallery__pagination {
    display: none !important;
}

.pcse-photo-gallery__empty {
    display: grid;
    min-height: 260px;
    padding: 34px;
    place-items: center;
    align-content: center;
    gap: 8px;
    border: 1px dashed rgba(33, 79, 78, .22);
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 12%, rgba(246, 200, 208, .45), transparent 30%),
        linear-gradient(135deg, #fff8ea 0%, #e8f4ec 100%);
    color: var(--pcse-ink, #214f4e);
    text-align: center;
}

.pcse-photo-gallery__empty-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, .82);
    color: var(--pcse-coral, #e86f7d);
    box-shadow: 0 12px 28px rgba(61, 93, 92, .11);
}

.pcse-photo-gallery__empty-icon .pcse-ui-icon {
    width: 28px;
    height: 28px;
}

.pcse-photo-gallery__empty strong {
    font-size: 18px;
    font-weight: 900;
}

.pcse-photo-gallery__empty > span:last-child {
    max-width: 620px;
    color: var(--pcse-muted, #5f7776);
    font-size: 14px;
    line-height: 1.55;
}

/* True-ratio lightbox. JS moves it directly under <body>, so Elementor/Woodmart
   wrappers cannot crop or transform the fixed overlay. */
.pcse-photo-lightbox[hidden],
.pcse-photo-lightbox__nav[hidden] {
    display: none !important;
}

body > .pcse-photo-lightbox {
    position: fixed !important;
    z-index: 2147483000 !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100vw !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: clamp(14px, 2.4vw, 38px) !important;
    overflow: hidden !important;
    isolation: isolate;
}

body > .pcse-photo-lightbox[hidden] {
    display: none !important;
}

.pcse-photo-lightbox__backdrop,
button.pcse-photo-lightbox__backdrop {
    position: absolute !important;
    z-index: 0 !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--pcse-photo-lightbox-bg, rgba(12, 37, 36, .96)) !important;
    box-shadow: none !important;
    cursor: zoom-out;
    backdrop-filter: blur(10px);
}

.pcse-photo-lightbox__dialog {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(94vw, 1660px) !important;
    height: min(92dvh, 1080px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pcse-photo-lightbox__figure {
    position: relative !important;
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    border-radius: 24px !important;
    background: rgba(5, 18, 18, .72) !important;
    box-shadow: 0 34px 100px rgba(0, 0, 0, .38) !important;
}

.pcse-photo-lightbox__media {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: rgba(4, 15, 15, .78) !important;
}

body .pcse-photo-lightbox__media > img,
body .pcse-photo-lightbox__media img[data-pcse-photo-image] {
    position: static !important;
    inset: auto !important;
    display: block !important;
    flex: 0 1 auto !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    aspect-ratio: auto !important;
    transform: none !important;
    translate: none !important;
    scale: 1 !important;
    opacity: 1 !important;
    filter: none !important;
}

.pcse-photo-lightbox__caption {
    display: grid !important;
    gap: 4px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 16px 22px 18px !important;
    border: 0 !important;
    background: linear-gradient(90deg, #fff8ea 0%, #f8f4e7 50%, #e8f4ec 100%) !important;
    color: var(--pcse-ink, #214f4e) !important;
}

.pcse-photo-lightbox__caption[hidden],
.pcse-photo-lightbox__caption strong[hidden],
.pcse-photo-lightbox__caption span[hidden] {
    display: none !important;
}

.pcse-photo-lightbox__caption strong {
    display: block;
    color: var(--pcse-ink, #214f4e) !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
}

.pcse-photo-lightbox__caption span {
    display: block;
    color: var(--pcse-muted, #5f7776) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

.pcse-photo-lightbox__close,
.pcse-photo-lightbox__nav,
button.pcse-photo-lightbox__close,
button.pcse-photo-lightbox__nav {
    position: absolute !important;
    z-index: 4 !important;
    display: grid !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    place-items: center !important;
    border: 1px solid rgba(33, 79, 78, .1) !important;
    border-radius: 50% !important;
    background: var(--pcse-photo-control-bg, #fff8ea) !important;
    color: var(--pcse-photo-control-color, #214f4e) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .24) !important;
    font: inherit !important;
    cursor: pointer !important;
    transition: transform 180ms ease, background-color 180ms ease !important;
}

.pcse-photo-lightbox__close:hover,
.pcse-photo-lightbox__nav:hover,
.pcse-photo-lightbox__close:focus-visible,
.pcse-photo-lightbox__nav:focus-visible {
    background: var(--pcse-yellow, #f6d968) !important;
    transform: scale(1.06) !important;
}

.pcse-photo-lightbox__close:focus-visible,
.pcse-photo-lightbox__nav:focus-visible {
    outline: 3px solid var(--pcse-coral, #e86f7d) !important;
    outline-offset: 3px !important;
}

.pcse-photo-lightbox__close {
    top: 14px !important;
    right: 14px !important;
}

.pcse-photo-lightbox__nav {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.pcse-photo-lightbox__nav:hover,
.pcse-photo-lightbox__nav:focus-visible {
    transform: translateY(-50%) scale(1.06) !important;
}

.pcse-photo-lightbox__nav--prev {
    left: 16px !important;
}

.pcse-photo-lightbox__nav--next {
    right: 16px !important;
}

.pcse-photo-lightbox__counter {
    position: absolute !important;
    z-index: 4 !important;
    top: 16px !important;
    left: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 7px 13px !important;
    border: 1px solid rgba(33, 79, 78, .1) !important;
    border-radius: 999px !important;
    background: rgba(255, 248, 234, .94) !important;
    color: var(--pcse-ink, #214f4e) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    transform: translateX(-50%) !important;
}

body.pcse-photo-lightbox-lock {
    overflow: hidden !important;
    overscroll-behavior: none;
}

@media (max-width: 1180px) {
    .pcse-photo-gallery__carousel-nav--prev {
        left: 8px;
    }

    .pcse-photo-gallery__carousel-nav--next {
        right: 8px;
    }
}

@media (max-width: 767px) {
    .pcse-photo-gallery__title {
        font-size: clamp(30px, 10vw, 44px);
    }

    .pcse-photo-gallery__description {
        font-size: 15px;
    }

    .pcse-photo-gallery--caption-hover .pcse-photo-gallery__content {
        right: 18px;
        bottom: 18px;
        left: 18px;
        opacity: 1;
        transform: none;
    }

    .pcse-photo-gallery__zoom {
        top: 18px;
        right: 18px;
        width: 40px;
        height: 40px;
    }

    .pcse-photo-gallery__carousel-nav,
    button.pcse-photo-gallery__carousel-nav {
        top: calc(50% - 22px);
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
    }

    body > .pcse-photo-lightbox {
        padding: 8px !important;
    }

    .pcse-photo-lightbox__dialog {
        width: 100% !important;
        height: 100% !important;
    }

    .pcse-photo-lightbox__figure {
        border-radius: 18px !important;
    }

    .pcse-photo-lightbox__close,
    .pcse-photo-lightbox__nav,
    button.pcse-photo-lightbox__close,
    button.pcse-photo-lightbox__nav {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
    }

    .pcse-photo-lightbox__close {
        top: 10px !important;
        right: 10px !important;
    }

    .pcse-photo-lightbox__nav--prev {
        left: 10px !important;
    }

    .pcse-photo-lightbox__nav--next {
        right: 10px !important;
    }

    .pcse-photo-lightbox__counter {
        top: 12px !important;
        min-height: 30px !important;
        padding: 6px 10px !important;
    }

    .pcse-photo-lightbox__caption {
        padding: 13px 16px 15px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pcse-photo-gallery__item,
    .pcse-photo-gallery__image,
    .pcse-photo-gallery__zoom,
    .pcse-photo-gallery__content,
    .pcse-photo-gallery__carousel-nav,
    .pcse-photo-gallery__pagination-dot,
    .pcse-photo-lightbox__close,
    .pcse-photo-lightbox__nav {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}


/* =========================================================
   v0.10.8 — Gallery carousel pagination hard reset
   ========================================================= */


/* =========================================================
   v0.10.9 — DEPLOYMENT HOTFIX
   Gallery pointer drag/swipe + Hero mobile media/layout
   ========================================================= */

/* Gallery: explicit mouse drag and touch swipe surface. */
.pcse-photo-gallery__viewport {
    cursor: grab;
    touch-action: pan-y pinch-zoom;
    -webkit-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

.pcse-photo-gallery__viewport.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
}

.pcse-photo-gallery__viewport.is-dragging,
.pcse-photo-gallery__viewport.is-dragging * {
    cursor: grabbing !important;
}

.pcse-photo-gallery__track,
.pcse-photo-gallery__trigger,
.pcse-photo-gallery__media,
.pcse-photo-gallery__image {
    -webkit-user-select: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
}

.pcse-photo-gallery__image {
    pointer-events: none;
}



/* =========================================================
   HERO MOBILE REBUILD — v0.10.10
   Separate media nodes + normal-flow mobile composition.
   ========================================================= */

.pcse-cinematic-hero__image--mobile {
    display: none !important;
}

@media (min-width: 768px) {
    .pcse-cinematic-hero__image--desktop {
        display: block !important;
    }

    .pcse-cinematic-hero__image--mobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .pcse-cinematic-hero,
    .pcse-cinematic-hero *,
    .pcse-cinematic-hero *::before,
    .pcse-cinematic-hero *::after {
        box-sizing: border-box;
    }

    .pcse-cinematic-hero--full {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
    }

    .pcse-cinematic-hero__viewport {
        min-height: 0 !important;
        height: auto !important;
        overflow: hidden !important;
        border-radius: var(--pcse-cinematic-hero-radius, 0px);
    }

    .pcse-cinematic-hero__stage {
        position: relative !important;
        inset: auto !important;
        min-height: 0 !important;
        height: auto !important;
    }

    .pcse-cinematic-hero__slide {
        position: relative !important;
        inset: auto !important;
        display: none !important;
        min-height: 0 !important;
        height: auto !important;
        overflow: hidden !important;
        opacity: 0 !important;
        transform: none !important;
        transition: opacity var(--pcse-cinematic-hero-speed, 400ms) ease !important;
    }

    .pcse-cinematic-hero__slide.is-active {
        display: flex !important;
        flex-direction: column !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .pcse-cinematic-hero__media {
        position: relative !important;
        inset: auto !important;
        z-index: 0;
        flex: 0 0 auto;
        width: 100% !important;
        height: clamp(300px, 108vw, 500px) !important;
        min-height: 0 !important;
        overflow: hidden !important;
        background: var(--pcse-slide-bg, #214f4e);
    }

    .pcse-cinematic-hero__media img,
    .pcse-cinematic-hero__image {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        max-height: none !important;
        margin: 0 !important;
        object-fit: cover !important;
        transform: none !important;
        transition: none !important;
    }

    .pcse-cinematic-hero__image--desktop {
        display: block !important;
        object-position: var(--pcse-slide-mobile-position, center center) !important;
    }

    .pcse-cinematic-hero__image--mobile {
        display: none !important;
        object-position: var(--pcse-slide-mobile-position, center center) !important;
    }

    .pcse-cinematic-hero__slide--has-mobile-image .pcse-cinematic-hero__image--desktop {
        display: none !important;
    }

    .pcse-cinematic-hero__slide--has-mobile-image .pcse-cinematic-hero__image--mobile {
        display: block !important;
    }

    .pcse-cinematic-hero__wash,
    .pcse-cinematic-hero__slide--right .pcse-cinematic-hero__wash,
    .pcse-cinematic-hero__slide--center .pcse-cinematic-hero__wash {
        position: absolute !important;
        inset: 0 0 auto !important;
        z-index: 1;
        width: 100% !important;
        height: clamp(300px, 108vw, 500px) !important;
        pointer-events: none;
        background: linear-gradient(
            0deg,
            color-mix(in srgb, var(--pcse-slide-overlay, #173d3c) calc(var(--pcse-slide-overlay-opacity, .58) * 92%), transparent) 0%,
            color-mix(in srgb, var(--pcse-slide-overlay, #173d3c) calc(var(--pcse-slide-overlay-opacity, .58) * 35%), transparent) 42%,
            transparent 78%
        ) !important;
    }

    .pcse-cinematic-hero__ornament {
        display: none !important;
    }

    .pcse-cinematic-hero__inner,
    .pcse-cinematic-hero__slide--right .pcse-cinematic-hero__inner,
    .pcse-cinematic-hero__slide--center .pcse-cinematic-hero__inner {
        position: relative !important;
        inset: auto !important;
        z-index: 4;
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        min-height: 0 !important;
        height: auto !important;
        margin: -54px 0 0 !important;
        padding: 0 14px 82px !important;
    }

    .pcse-cinematic-hero__content,
    .pcse-cinematic-hero__slide--right .pcse-cinematic-hero__content,
    .pcse-cinematic-hero__slide--center .pcse-cinematic-hero__content {
        position: relative !important;
        z-index: 5;
        display: block !important;
        grid-column: auto !important;
        grid-row: auto !important;
        justify-self: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 24px 20px !important;
        overflow: visible !important;
        border-radius: 22px !important;
        text-align: left !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .pcse-cinematic-hero--panel-glass .pcse-cinematic-hero__content {
        border-color: rgba(255, 255, 255, .38) !important;
        background: linear-gradient(145deg, rgba(18, 50, 49, .92), rgba(18, 50, 49, .78)) !important;
        color: #fff !important;
        -webkit-backdrop-filter: blur(14px) saturate(115%);
        backdrop-filter: blur(14px) saturate(115%);
    }

    .pcse-cinematic-hero--panel-paper .pcse-cinematic-hero__content {
        border-color: rgba(33, 79, 78, .12) !important;
        background: rgba(255, 249, 238, .97) !important;
        color: #173d3c !important;
    }

    .pcse-cinematic-hero--panel-none .pcse-cinematic-hero__content {
        margin-top: 20px !important;
        padding-right: 6px !important;
        padding-left: 6px !important;
        border-color: transparent !important;
        background: transparent !important;
    }

    .pcse-cinematic-hero__eyebrow {
        min-height: 26px !important;
        margin: 0 0 12px !important;
        padding: 6px 10px !important;
        font-size: 10px !important;
        line-height: 1 !important;
    }

    .pcse-cinematic-hero__title,
    .pcse-cinematic-hero__slide--center .pcse-cinematic-hero__title {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        font-size: clamp(32px, 9.8vw, 46px) !important;
        line-height: .98 !important;
        letter-spacing: -.045em !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        text-wrap: balance;
    }

    .pcse-cinematic-hero__description,
    .pcse-cinematic-hero__slide--center .pcse-cinematic-hero__description {
        width: 100% !important;
        max-width: 100% !important;
        margin: 15px 0 0 !important;
        font-size: 15px !important;
        line-height: 1.48 !important;
    }

    .pcse-cinematic-hero__actions,
    .pcse-cinematic-hero__slide--center .pcse-cinematic-hero__actions {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        justify-content: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 9px !important;
        margin: 19px 0 0 !important;
    }

    .pcse-cinematic-hero__button,
    .pcse-cinematic-hero__button:link,
    .pcse-cinematic-hero__button:visited {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 46px !important;
        padding: 0 16px !important;
        white-space: normal !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
        text-align: center !important;
    }

    .pcse-cinematic-hero__button--secondary {
        display: none !important;
    }

    .pcse-cinematic-hero__foreground,
    .pcse-cinematic-hero__slide--right .pcse-cinematic-hero__foreground,
    .pcse-cinematic-hero__slide--center .pcse-cinematic-hero__foreground {
        display: none !important;
    }

    .pcse-cinematic-hero__slide--foreground-mobile .pcse-cinematic-hero__foreground {
        position: absolute !important;
        right: -7% !important;
        bottom: 82px !important;
        z-index: 3 !important;
        display: grid !important;
        width: auto !important;
        max-width: 48vw !important;
        max-height: 44vw !important;
        opacity: .25 !important;
        pointer-events: none !important;
        transform: none !important;
    }

    .pcse-cinematic-hero__bottom {
        position: absolute !important;
        z-index: 9 !important;
        right: 14px !important;
        bottom: 18px !important;
        left: 14px !important;
        display: flex !important;
        min-width: 0 !important;
        gap: 10px !important;
    }

    .pcse-cinematic-hero__navigation {
        gap: 10px !important;
        min-width: 0 !important;
    }

    .pcse-cinematic-hero__counter,
    .pcse-cinematic-hero__progress {
        display: none !important;
    }

    .pcse-cinematic-hero__dot {
        width: 8px !important;
        height: 8px !important;
    }

    .pcse-cinematic-hero__dot.is-active {
        width: 24px !important;
    }

    .pcse-cinematic-hero__scroll {
        min-height: 36px !important;
        padding: 0 11px !important;
        font-size: 9px !important;
        white-space: nowrap !important;
    }

    .pcse-cinematic-hero__arrow {
        top: calc(clamp(300px, 108vw, 500px) / 2) !important;
        bottom: auto !important;
        width: 40px !important;
        height: 40px !important;
        transform: translateY(-50%) !important;
    }

    .pcse-cinematic-hero__arrow--prev {
        right: auto !important;
        left: 12px !important;
    }

    .pcse-cinematic-hero__arrow--next {
        right: 12px !important;
        left: auto !important;
    }

    .pcse-cinematic-hero__announcement-inner {
        width: calc(100% - 28px) !important;
        min-height: 0 !important;
        padding: 11px 0 !important;
    }
}
