.theme-peclavus {
    --pc-black: #000;
    --pc-sale: #e14a23;
    --pc-green: #a0b923;
    --pc-muted: #526e7f;
    --pc-cream: #fbf9f7;
    --pc-warm: #fbf9f4;
    --pc-peach: #f6eae3;
    --pc-radius: 1.5rem 1.5rem 0 1.5rem;
    font-family: Rubik, sans-serif;
    color: #000;
    background: #fff;
}

.theme-peclavus .pc-wrap {
    width: min(1300px, calc(100% - 2.5rem));
    margin-inline: auto;
}

.pc-topbar {
    background: #111;
    color: #fff;
    font-size: 12px;
    letter-spacing: .02em;
    text-align: center;
    padding: .55rem 1rem;
}

.pc-topbar__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .35rem .85rem;
}

.pc-topbar__row span[aria-hidden] { opacity: .5; }

.pc-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: #fff;
    border-bottom: 1px solid #eee;
    overflow: visible;
}

.pc-header__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem 1.25rem;
    min-height: 72px;
}

.pc-header__search {
    border-top: 1px solid #eee;
    padding: 1rem 0 1.25rem;
}

.pc-logo {
    display: block;
    line-height: 0;
    flex: 0 0 auto;
}

.pc-logo img {
    height: 42px;
    width: auto;
    display: block;
}

.pc-nav {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    margin-left: 3.5rem;
}

.pc-nav a {
    color: #000;
    text-decoration: none;
    padding: .45rem 0 .2rem;
    border-bottom: 2px solid transparent;
}

.pc-nav a:hover,
.pc-nav a.is-active,
.pc-header.is-mega-open .pc-nav__shop {
    text-decoration: none;
    border-bottom-color: #000;
}

.pc-nav__sale { color: var(--pc-sale) !important; font-weight: 700; }
.pc-nav__sale:hover,
.pc-nav__sale.is-active { border-bottom-color: var(--pc-sale); }

.pc-burger { display: none; }
.pc-burger__close { display: none; }
.pc-header.is-mega-open .pc-burger__open { display: none; }
.pc-header.is-mega-open .pc-burger__close { display: block; }

.pc-mega {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 90;
    padding: .35rem 1rem 1.25rem;
}

.pc-mega[hidden] { display: none !important; }

.pc-mega__panel {
    width: min(1240px, calc(100% - 0rem));
    margin-inline: auto;
    background: #fff;
    border-radius: 1.15rem;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .14);
    padding: 1.85rem 2.1rem 2rem;
}

.pc-mega__mobile-nav { display: none; }

.pc-mega__grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr minmax(220px, .9fr);
    gap: 2.25rem 2.75rem;
    align-items: start;
}

.pc-mega__h {
    display: block;
    width: fit-content;
    font-size: 1.05rem;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin: 1.15rem 0 .45rem;
    line-height: 1.3;
}

.pc-mega__col > .pc-mega__h:first-child { margin-top: 0; }

.pc-mega__sub {
    font-size: .95rem;
    font-weight: 700;
    margin: .85rem 0 .35rem;
}

.pc-mega__list {
    list-style: none;
    margin: 0 0 .35rem;
    padding: 0;
}

.pc-mega__list a {
    display: block;
    color: #111;
    text-decoration: none;
    font-size: .92rem;
    font-weight: 400;
    line-height: 1.55;
    padding: .08rem 0;
}

.pc-mega__list a:hover,
.pc-mega__h:hover { text-decoration: underline; }

.pc-mega__col--tiles {
    display: grid;
    gap: 1rem;
}

.pc-mega__tile {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 1rem;
    text-decoration: none;
    color: #000;
    min-height: 168px;
}

.pc-mega__tile--photo {
    background: #ececec;
}

.pc-mega__tile--photo img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.pc-mega__tile-label {
    position: absolute;
    left: .7rem;
    right: .7rem;
    bottom: .7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    background: #fff;
    border-radius: 999px;
    padding: .55rem .55rem .55rem 1rem;
    font-size: .82rem;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

.pc-mega__tile-label svg {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    padding: 5px;
    border-radius: 50%;
    background: #111;
    color: #fff;
}

.pc-mega__tile--dark {
    background: #111;
    color: #fff;
    min-height: 118px;
    padding: 1.25rem 1.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
}

.pc-mega__pin { flex: 0 0 auto; }

body.pc-mega-lock { overflow: hidden; }

.pc-header__actions {
    display: flex;
    align-items: center;
    gap: .15rem;
    margin-left: auto;
}

.pc-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: none;
    border: 0;
    cursor: pointer;
}

.pc-header__cart .icon-btn span { display: none; }

.pc-home { padding: 1.5rem 0 0; }

/* ---------- Kafelki kampanii ---------- */
.pc-teaser {
    display: grid;
    grid-template-columns: minmax(0, 674fr) minmax(0, 586fr);
    grid-template-rows: 520px;
    column-gap: 40px;
    margin-bottom: 2.25rem;
}

.pc-teaser__col {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    min-height: 0;
}

.pc-teaser__big,
.pc-teaser__small {
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
}

.pc-teaser__big,
.pc-teaser__small { min-height: 0; }

.pc-teaser img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 2rem 2rem 0 2rem;
}

.pc-teaser__big::after,
.pc-teaser__small::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.6);
    border-radius: 2rem 2rem 0 2rem;
    opacity: 0;
    transition: opacity .4s;
}

.pc-teaser__big:hover::after,
.pc-teaser__small:hover::after { opacity: 1; }

/* Sygnaturowa etykieta peclavus */
.pc-label {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    width: 365px;
    max-width: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    background: #fff;
    color: #000;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.28;
    padding: 12px 25px;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
}

.pc-label svg { flex: 0 0 auto; }
.pc-label--dark { background: #000; color: #fff; }

/* ---------- Banner promocyjny ---------- */
.pc-promo {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 2rem;
    background: #f4ebe2;
    border-radius: 2rem 2rem 0 2rem;
    overflow: hidden;
    margin-bottom: 3rem;
}

.pc-promo__text { padding: 3rem 3.5rem; }

.pc-promo__text h3 {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 0 1.5rem;
}

.pc-promo__media { align-self: stretch; }

.pc-promo__media img {
    width: 100%;
    height: 100%;
    max-height: 360px;
    object-fit: contain;
    display: block;
}

@media (max-width: 900px) {
    .pc-promo { grid-template-columns: 1fr; gap: 0; }
    .pc-promo__text { padding: 2rem 1.5rem; order: 2; }
}

/* ---------- Pasmo sekcji na kremowym tle ---------- */
.pc-band {
    background: var(--pc-cream);
    padding: 2.25rem 0 2.5rem;
}

.pc-band--warm { background: var(--pc-warm); }
.pc-band + .pc-band { padding-top: 0; }

.pc-band__title {
    font-size: 25px;
    line-height: 1.24;
    font-weight: 500;
    text-align: center;
    margin: 0 0 1.75rem;
}

/* ---------- Slider ---------- */
.pc-slider { position: relative; }

.pc-slider__track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: .25rem;
}

.pc-slider__track::-webkit-scrollbar { display: none; }

.pc-slider__cell {
    flex: 0 0 308px;
    scroll-snap-align: start;
}

.pc-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #000;
    box-shadow: 0 2px 12px rgba(0,0,0,.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pc-slider__nav--prev { left: -18px; }
.pc-slider__nav--next { right: -18px; }
.pc-slider__nav[disabled] { opacity: 0; pointer-events: none; }

/* ---------- Karty serii ---------- */
.pc-serie {
    position: relative;
    display: block;
    flex: 0 0 400px;
    scroll-snap-align: start;
    color: #000;
    text-decoration: none;
}

.pc-serie__bg {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    border-radius: 2rem 2rem 0 2rem;
}

.pc-label--serie {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 1.9375rem;
    width: 87%;
    max-width: none;
    background: var(--pc-cream);
    padding: .625rem 5.5rem .6875rem 1.125rem;
    min-height: 3.4rem;
    justify-content: flex-start;
}

.pc-label--serie svg { position: absolute; right: 1.125rem; }

.pc-label__prod {
    position: absolute;
    right: 3.5625rem;
    bottom: .9375rem;
    height: 6.25rem;
    max-width: 80px;
    object-fit: contain;
    border-radius: 0;
}

/* ---------- Pasek CTA ---------- */
.pc-cta {
    position: relative;
    display: grid;
    grid-template-columns: 1fr min(560px, 46%);
    align-items: stretch;
    min-height: 420px;
}

.pc-cta__photo {
    background-size: cover;
    background-position: center;
}

.pc-cta__box {
    background: var(--pc-peach);
    padding: 3rem 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.pc-cta__title {
    font-size: 2.1875rem;
    line-height: 1.18;
    font-weight: 500;
    margin: 0;
}

.pc-cta__box p { margin: 0; line-height: 1.55; }

.pc-btn {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: .85rem 1.6rem;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
}

.pc-btn:hover { background: #333; color: #fff; }

/* ---------- Blog ---------- */
.pc-blog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.pc-blog__card {
    background: #fff;
    color: #000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border-radius: 2rem 2rem 0 2rem;
    overflow: hidden;
}

.pc-blog__card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.pc-blog__body { padding: 1.25rem 1.5rem 1.5rem; display: grid; gap: .75rem; }
.pc-blog__body strong { font-size: 1.15rem; font-weight: 500; line-height: 1.3; }
.pc-blog__body em { font-style: normal; font-weight: 500; }

/* ---------- Tekst o marce ---------- */
.pc-seo { padding: 3rem 0 3.5rem; }
.pc-seo h1 { font-size: 2.5rem; font-weight: 500; margin: 0 0 1.25rem; }
.pc-seo h2 { font-size: 1.75rem; font-weight: 500; margin: 2.25rem 0 .85rem; }
.pc-seo p { max-width: 90ch; line-height: 1.62; margin: 0 0 1rem; }
.pc-seo strong { font-weight: 500; }

@media (max-width: 900px) {
    .pc-teaser { grid-template-columns: 1fr; grid-template-rows: auto; }
    .pc-teaser__col { grid-template-rows: auto auto; }
    .pc-teaser__big { aspect-ratio: 16 / 11; }
    .pc-teaser__small { aspect-ratio: 16 / 9; }
    .pc-band__title,
    .pc-cta__title { font-size: 1.6rem; }
    .pc-cta { grid-template-columns: 1fr; min-height: 0; }
    .pc-cta__photo { aspect-ratio: 16 / 9; }
    .pc-cta__box { padding: 2rem 1.5rem; }
    .pc-serie { flex-basis: 300px; }
    .pc-slider__cell { flex-basis: 250px; }
    .pc-slider__nav { display: none; }
    .pc-seo h1 { font-size: 1.85rem; }
    .pc-seo h2 { font-size: 1.35rem; }
}

.theme-peclavus .b3-grid,
.pc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 1.35rem;
}

.pc-card {
    display: flex;
    flex-direction: column;
    background: #fff;
}

.pc-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: var(--pc-radius);
    background: #f3f1ee;
}

.pc-card__media img {
    position: absolute;
    inset: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    object-fit: contain;
    object-position: center;
}

.pc-card__noimg {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: var(--pc-muted);
    font-size: .85rem;
}

.pc-card__badge {
    position: absolute;
    top: .75rem;
    left: .75rem;
    z-index: 1;
    background: #000;
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: .25rem .5rem;
    border-radius: 999px;
}

.pc-card__badge--sale { background: var(--pc-sale); }

.pc-card__body {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    padding: .85rem .15rem 0;
    flex: 1;
}

.pc-card__series {
    margin: 0;
    color: var(--pc-muted);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.pc-card__name {
    color: #000;
    font-weight: 500;
    font-size: .95rem;
    line-height: 1.35;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pc-card__name:hover { text-decoration: underline; }

.pc-card__variants {
    margin: 0;
    color: var(--pc-muted);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.pc-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-top: auto;
    padding-top: .55rem;
}

.pc-card__price strong {
    font-size: 1.05rem;
}

.pc-card__price strong.is-promo { color: var(--pc-sale); }

.pc-card__price s {
    display: block;
    color: #999;
    font-size: .85rem;
}

.pc-card__add {
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #000;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
    display: grid;
    place-items: center;
    text-decoration: none;
    cursor: pointer;
}

.pc-card__add:hover { opacity: .8; }
.pc-card__add:disabled { opacity: .35; cursor: not-allowed; }

.pc-catalog { padding: 1.5rem 0 4rem; }

/* Listing kategorii — układ jak na peclavus.de */
.pc-listing { padding: 1.25rem 0 4rem; }

.pc-listing__banner {
    margin: 0 0 2rem;
}

.pc-listing__banner img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 3.5rem 3.5rem 0 3.5rem;
}

.pc-facets {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin: 0 0 1.75rem;
}

.pc-facet { position: relative; }

.pc-facet__toggle {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    height: 46px;
    padding: 0 .8rem 0 1rem;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font: 500 1rem/1 inherit;
    cursor: pointer;
}

.pc-facet__toggle:hover { background: var(--pc-cream); }
.pc-facet__toggle.is-active { background: #000; color: #fff; }
.pc-facet__toggle[aria-expanded="true"] svg { transform: rotate(180deg); }

.pc-facet__badge {
    display: inline-grid;
    place-items: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 .3rem;
    border-radius: 999px;
    background: #fff;
    color: #000;
    font-size: .75rem;
    font-weight: 700;
}

.pc-facet__panel {
    position: absolute;
    z-index: 40;
    top: calc(100% + .35rem);
    left: 0;
    min-width: 240px;
    max-height: 340px;
    overflow-y: auto;
    padding: .85rem 1rem;
    border: 1px solid #000;
    background: #fff;
}

.pc-facet__opt {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: .3rem 0;
    font-size: .95rem;
    cursor: pointer;
}

.pc-facet__reset {
    align-self: center;
    color: #000;
    font-size: .9rem;
    text-decoration: underline;
}

.pc-listing__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 0 1.5rem;
}

.pc-listing__count {
    margin: 0;
    font-size: .95rem;
    font-weight: 600;
}

.pc-sort {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .95rem;
}

.pc-sort label { color: var(--pc-muted); }

.pc-sort select {
    border: 0;
    border-bottom: 1px solid #000;
    background: transparent;
    padding: .25rem 1.5rem .25rem .25rem;
    font: inherit;
    color: #000;
    cursor: pointer;
}

.pc-listing__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem 1.5rem;
}

.pc-listing__subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--pc-line, #e6e0d8);
    font-size: .95rem;
}

.pc-listing__subnav a { color: #000; text-decoration: none; }
.pc-listing__subnav a:hover { text-decoration: underline; }

@media (max-width: 900px) {
    .pc-listing__banner img { height: 200px; border-radius: 2rem 2rem 0 2rem; }
    .pc-listing__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.75rem 1rem; }
    .pc-listing__actions { flex-direction: column; align-items: flex-start; }
}

.pc-crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-bottom: 1rem;
    font-size: .85rem;
    color: var(--pc-muted);
}

.pc-crumbs a { color: var(--pc-muted); text-decoration: none; }
.pc-crumbs a:hover { color: #000; }

.pc-catalog__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.pc-catalog__head h1 {
    margin: .2rem 0 0;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.pc-kicker {
    margin: 0;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--pc-muted);
}

.pc-catalog__layout {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 960px) {
    .pc-catalog__layout {
        grid-template-columns: 220px minmax(0, 1fr);
        align-items: start;
    }
}

.pc-filters a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: .35rem 0;
}

.pc-filters a.is-active { font-weight: 700; text-decoration: underline; }
.pc-filters__all { margin-bottom: .5rem; }
.pc-filters__children { list-style: none; padding: 0 0 0 .75rem; margin: .15rem 0 .6rem; }
.pc-filters summary { cursor: pointer; font-weight: 700; margin-bottom: .5rem; }

.pc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pc-chips { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.15rem; }
.pc-chip {
    border: 1px solid #ddd;
    border-radius: .6rem;
    padding: .4rem .85rem;
    color: #000;
    text-decoration: none;
    font-size: .9rem;
}
.pc-chip:hover { border-color: #000; }

.theme-peclavus .b3-wrap { width: min(1240px, calc(100% - 2rem)); margin-inline: auto; }
.theme-peclavus .b3-card__media {
    position: relative;
    border-radius: var(--pc-radius);
    overflow: hidden;
    background: #f3f1ee;
    aspect-ratio: 1;
    display: block;
}
.theme-peclavus .b3-card__media img {
    position: absolute;
    inset: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    object-fit: contain;
}

.pc-inci {
    margin: 1.75rem 0 0;
    padding: 1.5rem 0 0;
    border-top: 1px solid #eee;
    background: none;
    border-radius: 0;
}
.pc-inci h2 { margin: 0 0 .75rem; font-size: 1.15rem; }
.pc-inci__list {
    font-size: .92rem;
    line-height: 1.55;
    word-break: break-word;
}
.pc-inci a { color: #000; }
.pc-inci__list a {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.pc-inci__list a:hover { text-decoration-thickness: 2px; }
.pc-inci-note { margin: .75rem 0 0; font-size: .85rem; }
.pc-inci-note a { color: #000; text-decoration: underline; }
.theme-peclavus .lnc-inci__head { margin-top: 1.5rem; }
.theme-peclavus .lnc-inci__head h2 { color: #000; }
.theme-peclavus .lnc-inci__head p { color: var(--pc-muted); }
.theme-peclavus .lnc-inci__card { border-color: #e8e8e8; border-radius: .85rem; }
.theme-peclavus .lnc-inci__card:hover { border-color: #000; }
.theme-peclavus .lnc-inci__card em,
.theme-peclavus .lnc-inci__more summary { color: #000; }

.pc-pojecia { padding: 1.5rem 0 4rem; }
.pc-pojecia__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.1rem;
    margin-top: 1.25rem;
}
.pc-pojecia__card {
    display: block;
    padding: 1.2rem 1.25rem;
    background: #fff;
    border: 1px solid #eee;
    border-radius: var(--pc-radius);
    text-decoration: none;
    color: #000;
}
.pc-pojecia__card:hover { border-color: #000; }
.pc-pojecia__card h2 { font-size: 1.05rem; margin: 0 0 .4rem; font-weight: 600; }
.pc-pojecia__card p { margin: 0; color: var(--pc-muted); font-size: .9rem; line-height: 1.45; }
.pc-article { max-width: 72ch; }
.pc-article__lead { font-size: 1.05rem; line-height: 1.5; color: #333; }
.pc-article__body { line-height: 1.65; }
.pc-article__body h2,
.pc-article__body h3,
.pc-article__body h4 { margin: 1.4rem 0 .5rem; }
.pc-article__body p { margin: 0 0 .85rem; }
.pc-article__body ul { margin: 0 0 1rem 1.1rem; }
.theme-peclavus .lnc-gloss__inner,
.theme-peclavus .lnc-gloss-products .lnc-gloss__inner {
    width: min(1240px, calc(100% - 2rem));
    margin-inline: auto;
}

.pc-lex {
    padding: 2rem 0 4rem;
}
.pc-lex h1 { margin: .2rem 0 1rem; }
.pc-lex__az { display: flex; flex-wrap: wrap; gap: .35rem; margin: 1rem 0 1.5rem; }
.pc-lex__az a, .pc-lex__az span {
    width: 2rem; height: 2rem;
    display: grid; place-items: center;
    border: 1px solid #eee;
    border-radius: .4rem;
    text-decoration: none;
    color: #000;
}
.pc-lex__az a.is-active, .pc-lex__az a:hover { background: #000; color: #fff; border-color: #000; }
.pc-lex__az span { color: #ccc; }
.pc-lex__group { margin: 1.5rem 0; }
.pc-lex__group h2 { font-size: 1.2rem; margin-bottom: .6rem; }
.pc-lex__group ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .35rem; }
.pc-lex__group a { color: #000; }
.pc-lex__body { max-width: 72ch; line-height: 1.6; }
.pc-lex__search { display: flex; gap: .5rem; margin-bottom: 1rem; }
.pc-lex__search input {
    flex: 1; height: 44px; border: 1px solid #ddd; border-radius: 999px; padding: 0 1rem;
}

/* ---------- FAQ w stylu peclavus ---------- */
.theme-peclavus .lnc-faq__inner { width: min(1300px, calc(100% - 2.5rem)); }

.theme-peclavus .lnc-faq__label {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.24;
}

.theme-peclavus .lnc-faq__ask {
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    font-weight: 500;
    padding: 0 1.6rem;
    min-height: 48px;
}

.theme-peclavus .lnc-faq__ask:hover { background: #333; color: #fff; }

.theme-peclavus .lnc-faq__question {
    font-weight: 500;
    font-size: 1.05rem;
}

/* ---------- Newsletter + atuty ---------- */
.pc-newsletter {
    background: #fff;
    padding: 3.5rem 0;
}

.pc-newsletter__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.5rem 4rem;
    align-items: center;
}

.pc-newsletter__text h2 {
    font-size: 25px;
    line-height: 1.24;
    font-weight: 500;
    margin: 0 0 1.25rem;
}

.pc-newsletter__text p {
    margin: 0;
    line-height: 1.45;
    font-weight: 300;
}

.pc-newsletter__text strong { font-weight: 500; }

.pc-newsletter__row {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
}

.pc-newsletter__input {
    flex: 1 1 220px;
    min-width: 0;
    height: 48px;
    padding: 0 1rem;
    border: 1px solid #ddd;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    font: inherit;
    color: #000;
}

.pc-newsletter__input:focus {
    outline: none;
    border-color: #000;
}

.pc-newsletter__form .pc-btn { border: 0; cursor: pointer; font: inherit; font-weight: 500; }

.pc-newsletter__policy {
    display: flex;
    gap: .6rem;
    margin-top: 1rem;
    font-size: .8rem;
    line-height: 1.45;
    color: #555;
}

.pc-newsletter__policy a { color: #000; }
.pc-newsletter__error { color: var(--pc-sale); font-size: .8rem; margin: .5rem 0 0; }

.pc-usp {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 2.5rem 0;
}

.pc-usp__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem 2rem;
}

.pc-usp__item {
    display: flex;
    align-items: center;
    gap: .9rem;
    font-size: .95rem;
    line-height: 1.3;
    max-width: 17rem;
}

.pc-usp__item svg { flex: 0 0 auto; color: #000; }

@media (max-width: 900px) {
    .pc-newsletter__inner { grid-template-columns: 1fr; }
    .pc-newsletter__text h2 { font-size: 1.5rem; }
    .pc-usp__row { justify-content: flex-start; }
    .pc-usp__item { flex: 1 1 250px; }
}

.pc-footer {
    background: #fff;
    color: #000;
    padding: 3rem 0 0;
    margin-top: auto;
}

.pc-footer a { color: #000; text-decoration: none; }
.pc-footer a:hover { text-decoration: underline; }
.pc-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr));
    gap: 2rem;
    padding-bottom: 2.5rem;
}
.pc-footer__lead { font-size: .9rem; line-height: 1.55; margin: 0 0 1rem; }
.pc-footer__label { font-size: 1.15rem; font-weight: 500; margin: 0 0 .9rem; }
.pc-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; font-size: .9rem; }
.pc-footer__copy {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 1.1rem 1rem;
    font-size: .8rem;
}

.theme-peclavus .pc-header__search .mega-search { width: 100%; }
.theme-peclavus .mega-search__input {
    height: 44px;
    border-color: #ddd;
    font-size: .9rem;
}
.theme-peclavus .mega-search__input:focus,
.theme-peclavus .mega-search.is-open .mega-search__input {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.08);
}
.theme-peclavus .mega-search__submit,
.theme-peclavus .mega-search__clear { color: #000; }
.theme-peclavus .mega-search__card-note { display: none; }
.theme-peclavus .mega-search__panel {
    left: auto;
    right: 0;
    transform: none;
    width: min(980px, calc(100vw - 1.5rem));
}

@media (max-width: 1100px) {
    .pc-nav { display: none; }
    .pc-burger { display: inline-flex; }
    .pc-mega {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        bottom: auto;
        max-height: min(78vh, calc(100vh - 4.75rem));
        overflow: auto;
        padding: 0;
        background: #fff;
        box-shadow: 0 18px 40px rgba(0, 0, 0, .1);
        z-index: 1;
    }
    .pc-header__row {
        position: relative;
        z-index: 2;
        background: #fff;
    }
    .pc-mega__panel {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        padding: 1rem 1.25rem 2.5rem;
    }
    .pc-mega__mobile-nav {
        display: flex;
        flex-wrap: wrap;
        gap: .5rem 1.1rem;
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #eee;
        font-weight: 500;
    }
    .pc-mega__mobile-nav a { color: #000; text-decoration: none; }
    .pc-mega__grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem 2rem;
    }
}

@media (max-width: 900px) {
    .pc-hero { grid-template-columns: 1fr; }
    .pc-hero__main { min-height: 280px; }
    .pc-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
    .pc-mega__grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------------ */
/* Karta produktu — układ jak na peclavus.de                          */
/* ------------------------------------------------------------------ */
.pdp2 { padding: 1.25rem 0 0; }

.pdp2__top {
    display: grid;
    gap: 3rem;
    margin: 1rem 0 3.5rem;
}

@media (min-width: 960px) {
    .pdp2__top { grid-template-columns: minmax(0, 1fr) minmax(0, 470px); }
}

.pdp2__gallery {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.pdp2__gallery:only-child,
.pdp2__gallery > .pdp2__stage:only-child { grid-column: 1 / -1; }

.pdp2__thumbs {
    display: grid;
    gap: .75rem;
}

.pdp2__thumb {
    display: block;
    padding: .3rem;
    border: 1px solid transparent;
    background: #fff;
    cursor: pointer;
}

.pdp2__thumb.is-active { border-color: #000; }
.pdp2__thumb img { display: block; width: 100%; aspect-ratio: 1; object-fit: contain; }

.pdp2__stage {
    position: relative;
    display: grid;
    place-items: center;
}

.pdp2__stage-btn {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.pdp2__stage-btn img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: contain;
}

.pdp2__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #000;
    cursor: pointer;
}

.pdp2__nav--prev { left: -.5rem; }
.pdp2__nav--next { right: -.5rem; }
.pdp2__nav:hover { opacity: .55; }

.pdp2__noimg {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    width: 100%;
    background: var(--pc-cream);
    color: var(--pc-muted);
}

.pdp2__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .35rem;
}

.pdp2__kicker {
    margin: 0;
    font-size: .85rem;
    color: var(--pc-muted);
}

.pdp2__kicker strong { color: #000; font-weight: 600; }

.pdp2__rating {
    display: inline-flex;
    align-items: center;
    gap: .1rem;
    color: #000;
    text-decoration: none;
}

.pdp2__rating span { color: #d8d2ca; }
.pdp2__rating span.is-on { color: #000; }
.pdp2__rating-count { margin-left: .35rem; font-size: .8rem; color: var(--pc-muted); }

.pdp2__title {
    margin: 0 0 .75rem;
    font-size: clamp(1.5rem, 2.2vw, 1.85rem);
    font-weight: 600;
    line-height: 1.25;
}

.pdp2__teaser {
    margin: 0 0 1.5rem;
    font-size: .95rem;
    color: #3c3a37;
}

.pdp2__opt {
    display: grid;
    gap: .3rem;
    margin-bottom: 1.25rem;
}

.pdp2__opt label { font-size: .85rem; color: var(--pc-muted); }

.pdp2__opt select {
    height: 46px;
    padding: 0 .75rem;
    border: 1px solid #000;
    background: #fff;
    font: inherit;
}

.pdp2__pricerow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
}

.pdp2__price-old {
    margin: 0;
    font-size: .9rem;
    color: var(--pc-muted);
    text-decoration: line-through;
}

.pdp2__price {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
}

.pdp2__price.is-promo { color: #b3241f; }

.pdp2__price-note {
    margin: .2rem 0 0;
    font-size: .78rem;
    color: var(--pc-muted);
}

.pdp2__price-note a { color: var(--pc-muted); }

.pdp2__stock {
    margin: 0;
    text-align: right;
    font-size: .82rem;
    line-height: 1.5;
}

.pdp2__stock.is-ok { color: #2f6b3a; }
.pdp2__stock.is-out { color: #b3241f; }
.pdp2__stock span { color: var(--pc-muted); }

.pdp2__buyrow {
    display: flex;
    gap: .6rem;
    margin-bottom: 1.5rem;
}

.pdp2__cart {
    display: flex;
    flex: 1 1 auto;
    gap: .6rem;
}

.pdp2__qty {
    display: flex;
    align-items: center;
    border: 1px solid #000;
}

.pdp2__qty button {
    width: 38px;
    height: 46px;
    border: 0;
    background: transparent;
    font-size: 1.1rem;
    cursor: pointer;
}

.pdp2__qty input {
    width: 44px;
    height: 46px;
    border: 0;
    text-align: center;
    font: inherit;
    -moz-appearance: textfield;
}

.pdp2__qty input::-webkit-outer-spin-button,
.pdp2__qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.pdp2__add {
    flex: 1 1 auto;
    height: 46px;
    border: 0;
    background: #000;
    color: #fff;
    font: 500 1rem/1 inherit;
    cursor: pointer;
}

.pdp2__add:hover { background: #262421; }
.pdp2__add:disabled { opacity: .35; cursor: not-allowed; }

.pdp2__fav {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.pdp2__fav.is-active { color: #b3241f; }

.pdp2__usp {
    list-style: none;
    margin: 0;
    padding: 1rem 1.25rem;
    border: 1px solid var(--pc-line, #e6e0d8);
    display: grid;
    gap: .85rem;
    font-size: .85rem;
}

.pdp2__usp li {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.pdp2__band {
    padding: 3rem 0 3.5rem;
    background: var(--pc-cream);
}

.pdp2__tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #d9d2c8;
}

.pdp2__tab {
    padding: 0 0 .85rem;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    font: 500 1rem/1 inherit;
    color: var(--pc-muted);
    cursor: pointer;
}

.pdp2__tab.is-active { color: #000; border-bottom-color: #000; }

.pdp2__panel {
    display: none;
    gap: 3rem;
    align-items: start;
}

.pdp2__panel.is-active { display: grid; }

@media (min-width: 960px) {
    .pdp2__panel.is-active:has(.pdp2__panel-media) {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

.pdp2__panel-text { font-size: .95rem; line-height: 1.75; }
.pdp2__panel-text h2 { font-size: 1.2rem; margin: 1.75rem 0 .6rem; }
.pdp2__panel-text h3 { font-size: 1.05rem; margin: 1.5rem 0 .5rem; }
.pdp2__panel-text h3:first-child { margin-top: 0; }
.pdp2__panel-text p { margin: 0 0 1rem; }
.pdp2__panel-text ul { margin: 0 0 1rem; padding-left: 1.1rem; }

.pdp2__panel-media img {
    display: block;
    width: 100%;
    border-radius: 2rem 2rem 0 2rem;
}

.pdp2__inci { word-spacing: .05em; }
.pdp2__inci a { color: #000; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }

.pdp2__link { color: #000; font-weight: 500; }

.pdp2__specs { width: 100%; border-collapse: collapse; font-size: .9rem; }
.pdp2__specs th,
.pdp2__specs td { padding: .55rem .75rem; border-bottom: 1px solid #ddd6cc; text-align: left; }
.pdp2__specs th { width: 40%; font-weight: 500; color: var(--pc-muted); }

.pdp2__files { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.pdp2__files a { color: #000; }

@media (max-width: 720px) {
    .pdp2__gallery { grid-template-columns: minmax(0, 1fr); }
    .pdp2__thumbs { grid-auto-flow: column; grid-auto-columns: 64px; order: 2; overflow-x: auto; }
    .pdp2__pricerow { flex-direction: column; gap: .5rem; }
    .pdp2__stock { text-align: left; }
    .pdp2__tabs { gap: 1.25rem; justify-content: flex-start; overflow-x: auto; }
}

/* ------------------------------------------------------------------ */
/* Karta produktu — układ jak na peclavus.de                          */
/* ------------------------------------------------------------------ */
.pdp2 { padding: 1.25rem 0 0; }

.pdp2__top {
    display: grid;
    gap: 3rem;
    margin: 1rem 0 3.5rem;
}

@media (min-width: 960px) {
    .pdp2__top { grid-template-columns: minmax(0, 1fr) minmax(0, 470px); }
}

.pdp2__gallery {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.pdp2__gallery:only-child,
.pdp2__gallery > .pdp2__stage:only-child { grid-column: 1 / -1; }

.pdp2__thumbs {
    display: grid;
    gap: .75rem;
}

.pdp2__thumb {
    display: block;
    padding: .3rem;
    border: 1px solid transparent;
    background: #fff;
    cursor: pointer;
}

.pdp2__thumb.is-active { border-color: #000; }
.pdp2__thumb img { display: block; width: 100%; aspect-ratio: 1; object-fit: contain; }

.pdp2__stage {
    position: relative;
    display: grid;
    place-items: center;
}

.pdp2__stage-btn {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.pdp2__stage-btn img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: contain;
}

.pdp2__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #000;
    cursor: pointer;
}

.pdp2__nav--prev { left: -.5rem; }
.pdp2__nav--next { right: -.5rem; }
.pdp2__nav:hover { opacity: .55; }

.pdp2__noimg {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    width: 100%;
    background: var(--pc-cream);
    color: var(--pc-muted);
}

.pdp2__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .35rem;
}

.pdp2__kicker {
    margin: 0;
    font-size: .85rem;
    color: var(--pc-muted);
}

.pdp2__kicker strong { color: #000; font-weight: 600; }

.pdp2__rating {
    display: inline-flex;
    align-items: center;
    gap: .1rem;
    color: #000;
    text-decoration: none;
}

.pdp2__rating span { color: #d8d2ca; }
.pdp2__rating span.is-on { color: #000; }
.pdp2__rating-count { margin-left: .35rem; font-size: .8rem; color: var(--pc-muted); }

.pdp2__title {
    margin: 0 0 .75rem;
    font-size: clamp(1.5rem, 2.2vw, 1.85rem);
    font-weight: 600;
    line-height: 1.25;
}

.pdp2__teaser {
    margin: 0 0 1.5rem;
    font-size: .95rem;
    color: #3c3a37;
}

.pdp2__opt {
    display: grid;
    gap: .3rem;
    margin-bottom: 1.25rem;
}

.pdp2__opt label { font-size: .85rem; color: var(--pc-muted); }

.pdp2__opt select {
    height: 46px;
    padding: 0 .75rem;
    border: 1px solid #000;
    background: #fff;
    font: inherit;
}

.pdp2__pricerow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
}

.pdp2__price-old {
    margin: 0;
    font-size: .9rem;
    color: var(--pc-muted);
    text-decoration: line-through;
}

.pdp2__price {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
}

.pdp2__price.is-promo { color: #b3241f; }

.pdp2__price-note {
    margin: .2rem 0 0;
    font-size: .78rem;
    color: var(--pc-muted);
}

.pdp2__price-note a { color: var(--pc-muted); }

.pdp2__stock {
    margin: 0;
    text-align: right;
    font-size: .82rem;
    line-height: 1.5;
}

.pdp2__stock.is-ok { color: #2f6b3a; }
.pdp2__stock.is-out { color: #b3241f; }
.pdp2__stock span { color: var(--pc-muted); }

.pdp2__buyrow {
    display: flex;
    gap: .6rem;
    margin-bottom: 1.5rem;
}

.pdp2__cart {
    display: flex;
    flex: 1 1 auto;
    gap: .6rem;
}

.pdp2__qty {
    display: flex;
    align-items: center;
    border: 1px solid #000;
}

.pdp2__qty button {
    width: 38px;
    height: 46px;
    border: 0;
    background: transparent;
    font-size: 1.1rem;
    cursor: pointer;
}

.pdp2__qty input {
    width: 44px;
    height: 46px;
    border: 0;
    text-align: center;
    font: inherit;
    -moz-appearance: textfield;
}

.pdp2__qty input::-webkit-outer-spin-button,
.pdp2__qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.pdp2__add {
    flex: 1 1 auto;
    height: 46px;
    border: 0;
    background: #000;
    color: #fff;
    font: 500 1rem/1 inherit;
    cursor: pointer;
}

.pdp2__add:hover { background: #262421; }
.pdp2__add:disabled { opacity: .35; cursor: not-allowed; }

.pdp2__fav {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.pdp2__fav.is-active { color: #b3241f; }

.pdp2__usp {
    list-style: none;
    margin: 0;
    padding: 1rem 1.25rem;
    border: 1px solid var(--pc-line, #e6e0d8);
    display: grid;
    gap: .85rem;
    font-size: .85rem;
}

.pdp2__usp li {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.pdp2__band {
    padding: 3rem 0 3.5rem;
    background: var(--pc-cream);
}

.pdp2__tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #d9d2c8;
}

.pdp2__tab {
    padding: 0 0 .85rem;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    font: 500 1rem/1 inherit;
    color: var(--pc-muted);
    cursor: pointer;
}

.pdp2__tab.is-active { color: #000; border-bottom-color: #000; }

.pdp2__panel {
    display: none;
    gap: 3rem;
    align-items: start;
}

.pdp2__panel.is-active { display: grid; }

@media (min-width: 960px) {
    .pdp2__panel.is-active:has(.pdp2__panel-media) {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

.pdp2__panel-text { font-size: .95rem; line-height: 1.75; }
.pdp2__panel-text h2 { font-size: 1.2rem; margin: 1.75rem 0 .6rem; }
.pdp2__panel-text h3 { font-size: 1.05rem; margin: 1.5rem 0 .5rem; }
.pdp2__panel-text h3:first-child { margin-top: 0; }
.pdp2__panel-text p { margin: 0 0 1rem; }
.pdp2__panel-text ul { margin: 0 0 1rem; padding-left: 1.1rem; }

.pdp2__panel-media img {
    display: block;
    width: 100%;
    border-radius: 2rem 2rem 0 2rem;
}

.pdp2__inci { word-spacing: .05em; }
.pdp2__inci a { color: #000; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }

.pdp2__link { color: #000; font-weight: 500; }

.pdp2__specs { width: 100%; border-collapse: collapse; font-size: .9rem; }
.pdp2__specs th,
.pdp2__specs td { padding: .55rem .75rem; border-bottom: 1px solid #ddd6cc; text-align: left; }
.pdp2__specs th { width: 40%; font-weight: 500; color: var(--pc-muted); }

.pdp2__files { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.pdp2__files a { color: #000; }

@media (max-width: 720px) {
    .pdp2__gallery { grid-template-columns: minmax(0, 1fr); }
    .pdp2__thumbs { grid-auto-flow: column; grid-auto-columns: 64px; order: 2; overflow-x: auto; }
    .pdp2__pricerow { flex-direction: column; gap: .5rem; }
    .pdp2__stock { text-align: left; }
    .pdp2__tabs { gap: 1.25rem; justify-content: flex-start; overflow-x: auto; }
}

.pc-listing__head { margin: 0 0 1.5rem; }

.pc-listing__head h1 {
    margin: 0;
    font-size: clamp(1.5rem, 2.4vw, 1.9rem);
    font-weight: 600;
}

.pc-facets a.pc-facet__toggle { text-decoration: none; }

/* ------------------------------------------------------------------ */
/* Karta produktu na listingu — wyśrodkowana, jak na peclavus.de      */
/* ------------------------------------------------------------------ */
.pc-card__media {
    border-radius: 0;
    background: #fff;
}

.pc-card__media img { inset: 0; width: 100%; height: 100%; }

.pc-card__body {
    align-items: center;
    gap: .4rem;
    padding: 1rem .5rem 0;
    text-align: center;
}

.pc-card__series { display: none; }

.pc-card__name {
    font-weight: 600;
    font-size: 1rem;
    -webkit-line-clamp: 3;
}

.pc-card__teaser {
    margin: 0;
    color: #6b6763;
    font-size: .82rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pc-card__price {
    margin: .35rem 0 0;
    padding-top: 0;
}

.pc-card__price strong { font-size: 1rem; font-weight: 600; }

.pc-card__actions {
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin-top: auto;
    padding-top: .75rem;
}

.pc-card__fav,
.pc-card__add {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
}

.pc-card__fav {
    background: var(--pc-cream);
    color: #000;
}

.pc-card__fav.is-active { color: #b3241f; }

.pc-card__add {
    background: #000;
    color: #fff;
}

.pc-card__add:hover,
.pc-card__fav:hover { opacity: .78; }
.pc-card__add:disabled { opacity: .35; cursor: not-allowed; }

.pc-card__badge { border-radius: 0; }
