:root {
    --color-black: #101010;
    --color-ink: #171717;
    --color-muted: #747474;
    --color-line: #e5e5e5;
    --color-paper: #ffffff;
    --color-cream: #f6f3ee;
    --color-gold: #bd8c4c;
    --color-gold-dark: #9e7037;
    --font-body: "Montserrat", Arial, sans-serif;
    --font-display: "Cormorant Garamond", Georgia, serif;
    --container: 1480px;
    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 24px;
    --space-lg: 40px;
    --space-xl: 72px;
    --shadow-menu: 0 12px 32px rgb(0 0 0 / 14%);
}

/* Panel klienta */
.panel_klienta_knt {
    opacity: 0;
    pointer-events: none;
}

.panel_klienta_knt.pokaz {
    opacity: 1;
    pointer-events: auto;
}

.panel_klienta_knt + p,
.szablon_panelu > p[ng-show="!strona.naglowek"] {
    text-align: center;
}

.szablon_panelu > p[ng-show="!strona.naglowek"] img,
.client-view--complaint img[src*="loader.gif"] {
    width: auto !important;
    max-width: 40px !important;
    height: auto !important;
    max-height: 40px !important;
    margin: 16px auto;
    box-shadow: none !important;
}

.panel_klienta_knt:has(.client-view) {
    display: block;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    padding: 54px 0 76px;
}

.client-view {
    color: #1d1d1b;
    font-size: 15px;
    line-height: 1.65;
}

.client-view > article > h1,
.client-view > div > article > h1 {
    margin: 0 0 34px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -.025em;
}

.client-view .panel_klienta_komulny {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 286px;
    gap: 42px;
    align-items: start;
}

.client-view .panel_klienta_komulny > div {
    min-width: 0;
}

.client-view .panel_klienta_komulny > div:last-child {
    position: sticky;
    top: 112px;
}

.client-view ul.panel_klienta_menu {
    overflow: hidden;
    margin: 0;
    padding: 10px;
    border: 1px solid #dedbd6;
    background: #fff;
    list-style: none;
}

.client-view ul.panel_klienta_menu li {
    margin: 0;
    border-bottom: 1px solid #ece9e4;
}

.client-view ul.panel_klienta_menu li:last-child {
    border-bottom: 0;
}

.client-view ul.panel_klienta_menu a {
    display: flex;
    min-height: 46px;
    padding: 12px 14px;
    align-items: center;
    justify-content: space-between;
    color: #1d1d1b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: .035em;
    transition: background-color .2s, color .2s, padding-left .2s;
}

.client-view ul.panel_klienta_menu a:hover,
.client-view ul.panel_klienta_menu a.aktywny,
.client-view ul.panel_klienta_menu li.active a {
    padding-left: 19px;
    background: #1d1d1b;
    color: #fff;
}

/* Lista podstron na stronie głównej panelu */
.client-view--dashboard ul.panel_klienta_menu {
    display: grid;
    overflow: visible;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    padding: 0;
    border: 0;
    background: transparent;
}

.client-view--dashboard ul.panel_klienta_menu li {
    display: flex;
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    border: 0;
}

.client-view--dashboard ul.panel_klienta_menu li > strong {
    display: flex;
    width: 100%;
}

.client-view--dashboard ul.panel_klienta_menu li a {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
    min-height: 164px;
    padding: 27px 16px 25px;
    border: 1px solid #dedbd6;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    gap: 18px;
    background: #fff;
    color: #1d1d1b !important;
    box-shadow: 0 10px 30px rgb(24 20 16 / 4%);
    text-align: center;
    transition: border-color .2s, background-color .2s, color .2s, transform .2s, box-shadow .2s;
}

.client-view--dashboard ul.panel_klienta_menu li a::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 18px;
    left: 16px;
    height: 2px;
    background: #c6914b;
    transform: scaleX(.28);
    transform-origin: center;
    transition: transform .2s;
}

.client-view--dashboard ul.panel_klienta_menu li a i {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0;
    place-items: center;
    border: 1px solid #d7b98e;
    border-radius: 50%;
    color: #ae7837;
    font-size: 23px;
    transition: border-color .2s, background-color .2s, color .2s;
}

.client-view--dashboard ul.panel_klienta_menu li a:hover,
.client-view--dashboard ul.panel_klienta_menu li strong a {
    padding-left: 16px;
    border-color: #1d1d1b;
    background: #1d1d1b;
    color: #fff !important;
    box-shadow: 0 16px 36px rgb(24 20 16 / 14%);
    transform: translateY(-3px);
}

.client-view--dashboard ul.panel_klienta_menu li a:hover::after,
.client-view--dashboard ul.panel_klienta_menu li strong a::after {
    transform: scaleX(1);
}

.client-view--dashboard ul.panel_klienta_menu li a:hover i,
.client-view--dashboard ul.panel_klienta_menu li strong a i {
    border-color: #c6914b;
    background: #c6914b;
    color: #fff;
}

.client-view--dashboard ul.panel_klienta_menu li:last-child a {
    border-color: #1d1d1b;
    background: #1d1d1b;
    color: #fff !important;
}

.client-view--dashboard ul.panel_klienta_menu li:last-child a i {
    border-color: #c6914b;
    color: #c6914b;
}

.client-view--dashboard ul.panel_klienta_menu li:last-child a:hover {
    border-color: #c6914b;
    background: #c6914b;
}

.client-view--dashboard ul.panel_klienta_menu li:last-child a:hover i {
    border-color: #fff;
    background: #fff;
    color: #1d1d1b;
}

.client-view--dashboard ul.panel_klienta_menu ul {
    display: none;
}

.document-content--client-panel > p:first-child {
    margin: 0 0 26px;
    font-size: 15px;
}

.document-content--client-panel > ul.panel_klienta_menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.document-content--client-panel > ul.panel_klienta_menu > li {
    float: none;
    width: auto;
    margin: 0;
    list-style: none;
}

.document-content--client-panel > ul.panel_klienta_menu > li::before {
    display: none;
}

.document-content--client-panel > ul.panel_klienta_menu > li > a {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    min-height: 132px;
    margin: 0;
    padding: 22px 18px 20px;
    border: 1px solid #dedbd6;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 13px;
    background: #fff;
    color: #1d1d1b !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .035em;
    box-shadow: 0 10px 28px rgb(24 20 16 / 5%);
    transition: border-color .2s, background-color .2s, color .2s, transform .2s, box-shadow .2s;
}

.document-content--client-panel > ul.panel_klienta_menu > li > a i {
    display: grid;
    width: 48px;
    height: 48px;
    margin: 0;
    place-items: center;
    border: 1px solid #d7b98e;
    border-radius: 50%;
    color: #ae7837;
    font-size: 19px;
}

.document-content--client-panel > ul.panel_klienta_menu > li > a:hover {
    border-color: #1d1d1b;
    background: #1d1d1b;
    color: #fff !important;
    box-shadow: 0 15px 34px rgb(24 20 16 / 14%);
    transform: translateY(-2px);
}

.document-content--client-panel > ul.panel_klienta_menu > li > a:hover i {
    border-color: #c6914b;
    background: #c6914b;
    color: #fff;
}

.document-content--client-panel > ul.panel_klienta_menu > li:last-child {
    grid-column: 1 / -1;
}

.document-content--client-panel > ul.panel_klienta_menu > li:last-child > a {
    min-height: 70px;
    padding: 15px 22px;
    justify-content: flex-start;
    flex-direction: row;
    background: #1d1d1b;
    color: #fff !important;
}

.document-content--client-panel > ul.panel_klienta_menu > li:last-child > a i {
    width: 36px;
    height: 36px;
    border-color: #c6914b;
    color: #c6914b;
    font-size: 15px;
}

.document-content--client-panel > ul.panel_klienta_menu > li:last-child > a:hover {
    border-color: #c6914b;
    background: #c6914b;
}

.document-content--client-panel > ul.panel_klienta_menu > li:last-child > a:hover i {
    border-color: #fff;
    background: #fff;
    color: #1d1d1b;
}

.client-view .formularzMini,
.client-view--complaint form,
.client-view table.zamowienia {
    border: 1px solid #dedbd6;
    background: #fff;
}

.client-view .formularzMini,
.client-view--complaint form {
    max-width: none;
    padding: 30px 34px;
}

.client-view .formularzMini form > p,
.client-view--complaint form p {
    margin: 0 0 20px;
    font-size: 13px;
    font-weight: 700;
}

.client-view .formularzMini h2,
.client-view .formularzMini h3,
.client-view .adresy h3 {
    margin: 4px 0 22px;
    padding-bottom: 13px;
    border-bottom: 2px solid #c6914b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.15;
}

.client-view .formInput,
.client-view select,
.client-view textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    margin-top: 7px;
    padding: 10px 13px;
    border: 1px solid #d8d5d0;
    border-radius: 0;
    background: #fff;
    color: #1d1d1b;
    font: inherit;
}

.client-view textarea.formInput {
    min-height: 130px;
    resize: vertical;
}

.client-view .formInput:focus,
.client-view select:focus,
.client-view textarea:focus {
    border-color: #c6914b;
    box-shadow: 0 0 0 3px rgb(198 145 75 / 12%);
    outline: 0;
}

.client-view .formBtn,
.client-view .formBtnSzary {
    min-height: 46px;
    padding: 13px 24px !important;
    border: 1px solid #1d1d1b;
    background: #1d1d1b;
    color: #fff;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .04em;
    clip-path: none;
}

.client-view .formBtn:hover,
.client-view .formBtnSzary:hover {
    border-color: #c6914b;
    background: #c6914b;
    color: #fff;
}

.client-view .bg-info,
.client-view .bg-success,
.client-view .bg-danger {
    display: flex;
    min-height: 50px;
    margin: 0 0 24px;
    padding: 14px 17px;
    border: 1px solid #e1d5c4;
    align-items: flex-start;
    gap: 10px;
    background: #fbf8f3;
    color: #3b352e;
}

.client-view .bg-success {
    border-color: #bdd9c4;
    background: #f4faf5;
}

.client-view .bg-danger {
    border-color: #e4bdbd;
    background: #fff6f6;
}

.client-view table.zamowienia {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.client-view table.zamowienia .mobil {
    display: none;
}

.client-view table.zamowienia tr.zam_naglowek {
    background: #1d1d1b;
    color: #fff;
}

.client-view table.zamowienia tr.zam_naglowek td,
.client-view table.zamowienia tr.zam_naglowek th {
    padding: 13px 15px;
    border: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.client-view table.zamowienia tr.zam:not(.zam_naglowek) > td {
    padding: 18px 15px;
    border: 1px solid #e5e2dd;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.45;
}

.client-view--orders table.zamowienia > tbody > tr[ng-repeat-start="z in strona.zamowienia"] > td,
.client-view--orders table.zamowienia > tbody > tr[ng-repeat-start="z in strona.zamowienia"] > td strong {
    font-size: 14px;
    line-height: 1.45;
}

.client-view--orders table.zamowienia > tbody > tr[ng-repeat-start="z in strona.zamowienia"] > td:nth-child(2),
.client-view--orders table.zamowienia > tbody > tr[ng-repeat-start="z in strona.zamowienia"] > td:nth-child(2) strong {
    font-size: 13px;
    line-height: 1.4;
}

.client-view table.zamowienia tr.pus {
    display: none;
}

.client-view table.zamowienia td.wiecej {
    width: 84px;
    white-space: nowrap;
    text-align: center;
}

.client-view table.zamowienia td.wiecej a,
.client-view .do_koszyka_z_listy {
    display: inline-grid;
    width: 34px;
    height: 34px;
    padding: 0 !important;
    place-items: center;
    border: 1px solid #dedbd6;
    color: #1d1d1b;
}

.client-view table.zamowienia td.wiecej a:hover,
.client-view .do_koszyka_z_listy:hover {
    border-color: #c6914b;
    background: #c6914b;
    color: #fff;
}

.client-view table.zamowienia table.zamowienia {
    margin: 16px 0;
    font-size: 13px;
}

.client-view--orders table.zamowienia > tbody > tr.zam[ng-show="z.szczegoly"] > td {
    padding: 28px !important;
    background: #faf8f5;
}

.client-view--orders table.zamowienia > tbody > tr.zam[ng-show="z.szczegoly"] hr {
    height: 1px;
    margin: 26px 0;
    border: 0;
    background: #dedbd6;
}

.client-view--orders table.zamowienia > tbody > tr.zam[ng-show="z.szczegoly"] > td > hr:first-child {
    display: none;
}

.client-view--orders .tabelaProduktow {
    width: 100%;
    margin: 14px 0 24px !important;
    border: 1px solid #dedbd6;
    border-collapse: collapse;
    background: #fff;
    font-size: 12px;
    line-height: 1.45;
}

.client-view--orders .tabelaProduktow td,
.client-view--orders .tabelaProduktow th {
    height: auto;
    padding: 13px 15px !important;
    border: 0 !important;
    border-bottom: 1px solid #e5e2dd !important;
    vertical-align: middle;
    font-size: inherit;
    line-height: inherit;
}

.client-view--orders .tabelaProduktow thead tr {
    background: #1d1d1b !important;
    color: #fff;
}

.client-view--orders .tabelaProduktow thead th {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.client-view--orders .tabelaProduktow tbody tr:last-child td {
    border-bottom: 0 !important;
}

.client-view--orders .tabelaProduktowWlasciwa tbody tr:hover {
    background: #fbf8f3;
}

.client-view--orders .tabelaProduktowWlasciwa img {
    display: block;
    width: 70px !important;
    max-width: 70px !important;
    height: 70px !important;
    max-height: 70px !important;
    margin: auto;
    object-fit: contain;
}

.client-view--orders .tabelaProduktowWlasciwa a {
    color: #1d1d1b;
}

.client-view--orders .tabelaProduktowWlasciwa a:hover {
    color: #a97738;
}

.client-view--orders .tabelaProduktowWlasciwa tbody tr:nth-last-child(-n+3) {
    background: #faf8f5;
}

.client-view--orders .tabelaProduktowWlasciwa tbody tr:last-child {
    background: #1d1d1b;
    color: #fff;
}

.client-view--orders .tabelaProduktow:not(.tabelaProduktowWlasciwa) td:first-child {
    width: 165px;
    color: #716b64;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.client-view--orders .tabelaProduktow:not(.tabelaProduktowWlasciwa) td:last-child {
    font-weight: 600;
}

.client-view .daneAdresowe {
    min-height: 100%;
    margin-top: 8px;
    padding: 18px;
    border: 1px solid #e5e2dd;
    background: #faf8f5;
    font-size: 14px;
    line-height: 1.55;
}

.client-view .daneAdresowe strong,
.client-view .daneAdresowe span,
.client-view .daneAdresowe a,
.client-view .daneAdresowe i {
    font-size: inherit;
    line-height: inherit;
}

.client-view .info_nag {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.client-view--orders .daneAdresowe a {
    color: #a97738;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.client-view--orders table.zamowienia > tbody > tr.zam[ng-show="z.szczegoly"] > td > a:last-child {
    display: inline-flex;
    min-height: 42px;
    padding: 11px 16px;
    align-items: center;
    gap: 9px;
    border: 1px solid #c74646;
    color: #a52d2d !important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .035em;
}

.client-view--orders table.zamowienia > tbody > tr.zam[ng-show="z.szczegoly"] > td > a:last-child:hover {
    background: #c74646;
    color: #fff !important;
}

.client-view .upload_zdjec {
    padding: 28px;
    border: 1px dashed #c6914b;
    background: #fbf8f3;
    text-align: center;
}

.client-view .foto_kont {
    display: inline-flex;
    margin: 10px;
    padding: 10px;
    border: 1px solid #dedbd6;
    background: #fff;
}

.client-view .szaryLoader {
    display: block;
    width: auto;
    max-width: 40px;
    max-height: 40px;
    margin: 18px auto;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--color-ink);
    background: var(--color-paper);
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.5;
}

body, button, input { font-family: var(--font-body); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
[x-cloak] { display: none !important; }
[ng-cloak], .ng-cloak { display: none !important; }

.wow {
    visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
    .wow {
        visibility: visible !important;
        animation: none !important;
    }
}

.container {
    width: min(calc(100% - 64px), var(--container));
    margin-inline: auto;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    min-width: 1px !important;
    max-width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    max-height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    color: #fff;
    background: var(--color-black);
    transform: translateY(-150%);
}

.skip-link:focus { transform: none; }

.utility-bar { color: #fff; background: var(--color-black); }
.utility-bar__inner { display: flex; min-height: 40px; align-items: center; justify-content: space-between; }
.utility-bar__advantages, .utility-bar__links { display: flex; align-items: center; }
.utility-bar__advantages span { padding-right: 38px; }
.utility-bar__links a { margin-left: 30px; }

.header-main {
    display: grid;
    min-height: 120px;
    grid-template-columns: 350px 1fr 280px;
    gap: var(--space-lg);
    align-items: center;
}

.brand { display: inline-flex; width: max-content; flex-direction: column; align-items: center; }
.brand__name { font-size: 38px; font-weight: 400; letter-spacing: .2em; line-height: 1; }
.brand__tagline { width: 100%; margin-top: 9px; padding-top: 6px; border-top: 1px solid var(--color-gold); font-size: 10px; letter-spacing: .35em; text-transform: uppercase; text-align: center; }

.search-form { display: flex; height: 48px; border: 1px solid #d6d6d6; }
.search-form input { min-width: 0; flex: 1; padding: 0 24px; border: 0; outline: 0; }
.search-form input:focus { box-shadow: inset 0 0 0 1px var(--color-gold); }
.search-form button { width: 58px; border: 0; background: transparent; font-size: 30px; }

.header-actions { display: flex; justify-content: flex-end; gap: 34px; }
.header-actions a { position: relative; display: flex; align-items: center; gap: 9px; }
.header-actions span { font-size: 29px; line-height: 1; }
.header-actions b { position: absolute; top: -10px; right: -8px; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; color: #fff; background: var(--color-black); font-size: 10px; }
.mobile-toggle { display: none; }

.desktop-navigation { position: relative; border-bottom: 1px solid var(--color-line); }
.desktop-navigation__inner { display: flex; min-height: 56px; align-items: stretch; justify-content: space-between; }
.desktop-navigation__inner > a { display: flex; align-items: center; gap: 7px; border-bottom: 2px solid transparent; font-size: 12px; font-weight: 600; text-transform: uppercase; white-space: nowrap; }
.desktop-navigation__inner > a:hover, .desktop-navigation__inner > a.is-active { color: var(--color-gold); border-color: var(--color-gold); }
.desktop-navigation__inner > a.is-featured { color: #d10d19; }
.nav-chevron {
    display: inline-flex;
    width: 12px;
    height: 8px;
    align-items: center;
    justify-content: center;
    transition: transform 180ms ease;
}
.nav-chevron img {
    display: block;
    width: 12px;
    height: 8px;
}
.nav-chevron.is-open { transform: rotate(180deg); }

.mega-menu {
    position: absolute;
    z-index: 20;
    top: 56px;
    left: 50%;
    width: min(calc(100% - 80px), 1500px);
    padding: 32px 0 22px;
    border-radius: 3px;
    background: #fff;
    box-shadow: var(--shadow-menu);
    transform: translateX(-50%);
}

.mega-menu-transition {
    transform-origin: 50% 0;
    transition:
        opacity 180ms ease,
        transform 180ms ease;
}
.mega-menu-transition--hidden {
    opacity: 0;
    transform: translateX(-50%) scale(.985);
}
.mega-menu-transition--visible {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.mega-menu-transition--leave { transition-duration: 130ms; }

.mega-menu__content { display: grid; grid-template-columns: 1.55fr 1fr; gap: 52px; }
.mega-menu__columns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.mega-menu__column h2 { margin: 6px 0 22px; font-size: 16px; text-transform: uppercase; }
.mega-menu__column h2::after { display: block; width: 24px; height: 1px; margin-top: 12px; background: var(--color-gold); content: ""; }
.mega-menu__column ul { margin: 0 0 18px; padding: 0; list-style: none; }
.mega-menu__column li { margin-bottom: 11px; }
.mega-menu__column li a:hover { color: var(--color-gold); }
.text-link { color: var(--color-gold); font-weight: 500; }

.mega-menu__promo {
    display: flex;
    min-height: 350px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background:
        linear-gradient(90deg, rgb(0 0 0 / 25%), rgb(0 0 0 / 65%)),
        radial-gradient(circle at 20% 35%, #8d8176, #2b2928 52%, #141414);
    text-align: center;
    text-transform: uppercase;
}
.mega-menu__promo p, .mega-menu__promo strong { margin: 0; font-family: var(--font-display); font-size: 44px; line-height: .9; }
.mega-menu__promo span { margin: 12px 0 22px; font-family: var(--font-display); font-size: 18px; }

.mega-menu__shortcuts { display: grid; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--color-line); grid-template-columns: repeat(5, 1fr); }
.mega-menu__shortcuts a { display: flex; padding: 0 24px; gap: 14px; align-items: center; border-right: 1px solid var(--color-line); }
.mega-menu__shortcuts a:last-child { border: 0; }
.mega-menu__shortcuts b { color: var(--color-gold); font-size: 30px; font-weight: 400; }
.mega-menu__shortcuts span { display: flex; flex-direction: column; }
.mega-menu__shortcuts strong { font-size: 12px; text-transform: uppercase; }
.mega-menu__shortcuts small { color: var(--color-muted); }
.mobile-navigation { display: none; }

.button { display: inline-flex; min-height: 48px; padding: 0 28px; align-items: center; justify-content: center; border: 1px solid currentColor; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.button--gold { color: #fff; border-color: var(--color-gold); background: var(--color-gold); }
.button--gold:hover { background: var(--color-gold-dark); }
.button--outline { color: #fff; background: rgb(0 0 0 / 12%); }

.hero {
    position: relative;
    display: flex;
    min-height: 570px;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 62%) 45%, rgb(0 0 0 / 18%) 100%),
        radial-gradient(circle at 73% 50%, #3d3b3a 0, #171717 30%, #050505 67%);
}
.hero::after { position: absolute; right: 8%; width: 36%; height: 65%; border: 2px solid rgb(189 140 76 / 35%); transform: rotate(-8deg); content: ""; }
.hero__content { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 12px; color: #d4bd9e; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: 0 0 18px; font-family: var(--font-display); font-size: clamp(48px, 5vw, 76px); font-weight: 500; line-height: .98; }
.hero__content > p:not(.eyebrow) { margin-bottom: 28px; color: #dadada; }
.hero__arrow { position: absolute; z-index: 3; top: 50%; border: 0; color: #fff; background: transparent; font-size: 50px; transform: translateY(-50%); }
.hero__arrow--left { left: 24px; }
.hero__arrow--right { right: 24px; }
.hero__dots { position: absolute; z-index: 3; bottom: 22px; left: 50%; display: flex; gap: 9px; transform: translateX(-50%); }
.hero__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #fff; opacity: .6; }
.hero__dots button.is-active { background: var(--color-gold); opacity: 1; }

.benefits { border-bottom: 1px solid var(--color-line); background: #fff; padding:0px; }
.benefits__grid { display: grid; min-height: 110px; grid-template-columns: repeat(4, 1fr); align-items: center; }
.benefit { display: flex; justify-content: center; gap: 18px; align-items: center; }
.benefit__icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    color: var(--color-gold);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.benefit h2 { margin: 0; font-size: 13px; font-weight: 600; text-transform: uppercase; }
.benefit p { margin: 3px 0 0; color: var(--color-muted); }

.section { padding: 28px 0 var(--space-xl); }
.categories .ikony_kategorii { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.category-card { position: relative; display: flex; min-height: 250px; align-items: flex-end; justify-content: center; overflow: hidden; background: linear-gradient(145deg, #494846, #0f0f0f 65%); }
.category-card::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 72%) 0%, rgb(0 0 0 / 8%) 58%, transparent 100%);
    content: "";
    transition: background-color .25s ease;
}
.category-card--2 { background: linear-gradient(35deg, #0c0c0c, #353330); }
.category-card--3 { background: linear-gradient(145deg, #282828, #090909); }
.category-card--4 { background: linear-gradient(25deg, #151515, #45423d); }
.category-card picture,
.category-card picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}
.category-card picture img {
    object-fit: cover;
    transition: transform .45s ease;
}
.category-card:hover picture img {
    transform: scale(1.04);
}
.category-card span { position: relative; z-index: 2; margin-bottom: 22px; color: #fff; font-size: 18px; font-weight: 500; text-align: center; text-transform: uppercase; }
.category-card span::after { display: block; width: 60px; height: 2px; margin: 8px auto 0; background: #fff; content: ""; }

.brands { padding: 2px 0 34px; }
.brands__header { position: relative; display: flex; align-items: center; justify-content: center; }
.brands__header h2, .section-heading h2 { margin: 0; font-size: 14px; font-weight: 600; text-transform: uppercase; }
.brands__header .section-link { position: absolute; right: 0; }
.brands__list { display: grid; margin-top: 25px; grid-template-columns: repeat(6, 1fr); align-items: center; }
.brand-logo { display: flex; min-height: 54px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.brand-logo strong { font-family: var(--font-display); font-size: 26px; letter-spacing: .06em; line-height: .8; }
.brands--dynamic {
    padding: 18px 0 42px;
}
.brands--dynamic .container {
    position: relative;
}
.brands--dynamic .brands__header {
    min-height: 54px;
}
.brands__navigation {
    position: static;
}
.brands__navigation button {
    position: absolute;
    z-index: 4;
    top: 126px;
    display: grid;
    width: 36px;
    height: 36px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--color-line);
    color: var(--color-ink);
    background: #fff;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
    border-radius: 50%;
}
.brands__navigation button:first-child {
    left: -52px;
}
.brands__navigation button:last-child {
    right: -52px;
}
.brands__navigation button:hover {
    color: #fff;
    border-color: var(--color-gold);
    background: var(--color-gold);
}
.brands__navigation button:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 2px;
}
.brands__navigation svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.brands__navigation button:first-child svg {
    transform: rotate(180deg);
}
.brands__carousel {
    margin-top: 24px;
}
.brands__carousel .brand-logo {
    height: 96px;
    padding: 12px 18px;
    border: 1px solid transparent;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.brands__carousel .brand-logo:hover {
    border-color: var(--color-line);
    box-shadow: 0 8px 24px rgb(0 0 0 / 6%);
}
.brands__carousel .brand-logo img {
    display: block;
    width: 100%;
    height: 72px;
    object-fit: contain;
}
@media (max-width: 1320px) {
    .brands__navigation button:first-child {
        left: 8px;
    }
    .brands__navigation button:last-child {
        right: 8px;
    }
}
.brand-logo small { margin-top: 5px; font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.brand-logo:nth-child(2) strong, .brand-logo:nth-child(3) strong, .brand-logo:nth-child(5) strong { font-family: var(--font-body); font-size: 17px; font-weight: 600; }
.brand-logo:nth-child(6) strong { font-family: var(--font-body); font-size: 32px; font-weight: 400; letter-spacing: -.12em; }

.section-link { font-size: 10px; font-weight: 600; text-transform: uppercase; }
.section-link span { margin-left: 7px; font-size: 15px; }
.section-heading { display: flex; margin-bottom: 22px; align-items: center; justify-content: space-between; }
.product-section { padding: 25px 0 28px; }
.product-list-module .section-heading { min-height: 40px; margin-bottom: 20px; }
.product-list-module .section-heading h2 { font-size: 16px; letter-spacing: .02em; }
.product-list-module .section-link { display: inline-flex; gap: 8px; align-items: center; }
.product-list-module .section-link svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.product-list-module .offer-box { width: 100%; }
.product-list-module .kol_produkty_i {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 20px;
}
.product-list-module .kol_produkty_i > div { min-width: 0; }
.product-list-module .offer-item,
.product-list-module .offer-item > a {
    position: relative;
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
}
.product-list-module .img_knt {
    position: relative;
    display: grid;
    min-height: 285px;
    place-items: center;
    overflow: hidden;
    background: #fff;
}
.product-list-module .img_knt .cien { display: none; }
.product-list-module .img_knt .item-img {
    display: block;
    width: 100%;
    height: 285px;
    padding: 18px;
    object-fit: contain;
    transition: transform .3s ease;
}
.product-list-module .offer-item:hover .item-img { transform: scale(1.035); }
.product-list-module .img_knt .item-load {
    display: none;
}
.product-list-module .img_knt .item-img.lazyloaded + .item-load { display: none; }
.product-list-module .img_knt .producent {
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: 10px;
    width: auto;
    max-width: 76px;
    height: 28px;
    object-fit: contain;
}
.product-list-module .etykiety {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.product-list-module .etykieta {
    padding: 5px 8px;
    color: #fff;
    background: var(--color-gold);
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.product-list-module.product-section--sale .etykieta { background: #b63b3b; }
.product-list-module .item-name {
    display: block;
    min-height: 43px;
    margin-top: 13px;
    color: var(--color-ink);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}
.product-list-module .pw { margin-top: auto; padding-top: 8px; }
.product-list-module .cena-item { color: var(--color-ink); font-size: 13px; }
.product-list-module .cena-item strong { font-weight: 600; }
.product-list-module .cena_30dni {
    min-height: 12px;
    margin-top: 2px;
    color: var(--color-muted);
    font-size: 9px;
    line-height: 1.3;
}
.product-page-recommendations { padding-top: 52px; padding-bottom: 60px; border-top: 1px solid var(--color-line); background: #fff; }
.product-page-recommendations .kol_grid_4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 20px; }
.product-page-recommendations .kol_grid_4 > div { min-width: 0; }
.product-page-recommendations .offer-box { width: 100%; }
.product-page-recommendations .product-list-module__content:has(.offer-item) > p { display: none; }
.product-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 22px; }
.product-card { position: relative; min-width: 0; }
.product-card__visual { position: relative; display: grid; min-height: 230px; place-items: center; overflow: hidden; background: #fff; }
.product-card__visual::after { position: absolute; right: 12%; bottom: 9%; left: 12%; height: 12px; border-radius: 50%; background: rgb(0 0 0 / 12%); filter: blur(7px); content: ""; }
.product-card__badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 4px 8px; color: #fff; background: var(--color-gold); font-size: 9px; font-weight: 600; text-transform: uppercase; }
.product-section--sale .product-card__badge { background: #b63b3b; }
.product-shape { position: relative; z-index: 1; display: block; background: linear-gradient(145deg, #343434, #080808); box-shadow: 0 8px 15px rgb(0 0 0 / 20%); transition: transform 220ms ease; }
.product-card:hover .product-shape { transform: translateY(-4px) scale(1.025); }
.product-card__visual--wallet .product-shape, .product-card__visual--wallet-brown .product-shape { width: 112px; height: 89px; border-radius: 3px 8px 8px 3px; }
.product-card__visual--wallet .product-shape::after, .product-card__visual--wallet-brown .product-shape::after { position: absolute; top: 10px; right: 9px; bottom: 10px; width: 2px; background: rgb(255 255 255 / 12%); content: ""; }
.product-card__visual--wallet-brown .product-shape { background: linear-gradient(145deg, #744a30, #2c160d); }
.product-card__visual--belt .product-shape { width: 118px; height: 118px; border: 19px solid #171717; border-radius: 50%; background: transparent; box-shadow: inset 0 0 0 1px #555, 0 8px 15px rgb(0 0 0 / 18%); }
.product-card__visual--belt .product-shape::after { position: absolute; top: 23px; left: -30px; width: 42px; height: 35px; border: 5px solid #a6a6a6; content: ""; transform: rotate(-25deg); }
.product-card__visual--bag .product-shape { width: 106px; height: 124px; border-radius: 7px; }
.product-card__visual--bag .product-shape::before { position: absolute; top: -25px; left: 20px; width: 67px; height: 42px; border: 6px solid #1a1a1a; border-bottom: 0; border-radius: 28px 28px 0 0; content: ""; }
.product-card__visual--keychain .product-shape { width: 25px; height: 105px; border-radius: 14px; transform: rotate(-45deg); }
.product-card__visual--keychain .product-shape::before { position: absolute; top: -22px; left: -8px; width: 35px; height: 35px; border: 7px solid #909090; border-radius: 50%; content: ""; }
.product-card__visual--watch .product-shape { width: 68px; height: 68px; border: 7px solid #222; border-radius: 50%; background: radial-gradient(circle, #2c2c2c, #080808); }
.product-card__visual--watch .product-shape::before { position: absolute; z-index: -1; top: -68px; left: 15px; width: 25px; height: 190px; border-radius: 7px; background: #1b1b1b; content: ""; }
.product-card__visual--glasses .product-shape { width: 63px; height: 45px; border: 7px solid #171717; border-radius: 50% 45% 50% 45%; background: rgb(10 10 10 / 82%); box-shadow: 74px 0 0 -7px #111; }
.product-card__visual--glasses .product-shape::after { position: absolute; top: 10px; left: 54px; width: 27px; height: 5px; background: #171717; content: ""; }
.product-card__visual--travel-bag .product-shape { width: 145px; height: 86px; border-radius: 10px 10px 5px 5px; }
.product-card__visual--travel-bag .product-shape::before { position: absolute; top: -39px; left: 43px; width: 55px; height: 43px; border: 7px solid #222; border-bottom: 0; border-radius: 30px 30px 0 0; content: ""; }
.product-card__visual--perfume .product-shape { width: 78px; height: 124px; border-radius: 3px; background: linear-gradient(145deg, #152436, #05090e); }
.product-card__visual--perfume .product-shape::before { position: absolute; top: -29px; left: 24px; width: 31px; height: 31px; background: #101010; content: ""; }
.product-card__visual--perfume .product-shape::after { position: absolute; top: 48%; left: 14px; width: 50px; height: 1px; background: var(--color-gold); content: ""; }
.product-card__body { padding: 14px 4px 0; }
.product-card h3 { min-height: 42px; margin: 0; font-size: 12px; font-weight: 500; line-height: 1.45; }
.product-card__brand { margin: 4px 0; color: #999; font-size: 10px; }
.product-card__rating { display: flex; gap: 7px; align-items: center; }
.product-card__rating span { color: var(--color-gold); font-size: 10px; letter-spacing: 1px; }
.product-card__rating small { color: #999; font-size: 9px; }
.product-card__purchase { display: flex; min-height: 45px; margin-top: 7px; align-items: flex-end; justify-content: space-between; }
.product-card__price { display: flex; flex-direction: column; }
.product-card__price del { color: #999; font-size: 9px; }
.product-card__price strong { font-size: 13px; }
.product-card__purchase button { display: grid; width: 32px; height: 32px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--color-gold); font-size: 18px; }

.blog-section { padding: 30px 0 44px; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.blog-card__image { display: block; min-height: 170px; background: linear-gradient(135deg, #373431, #0d0d0d); }
.blog-card__image--accessories { background: radial-gradient(circle at 60% 35%, #514942, #141312 58%); }
.blog-card__image--perfume { background: linear-gradient(120deg, #0f0f0f, #604b38 55%, #17120e); }
.blog-card__image--watch { background: radial-gradient(circle at 55% 45%, #4b443e, #171513 55%); }
.blog-card h3 { margin: 12px 0 5px; font-size: 15px; line-height: 1.3; }
.blog-card p { display: flex; margin: 0; gap: 8px; color: #888; font-size: 9px; }
.blog-section--dynamic .section-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}
.blog-section--dynamic .section-link svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.blog-section--dynamic .blog-card__image {
    position: relative;
    min-height: 190px;
    overflow: hidden;
    background: #f3f3f3;
}
.blog-section--dynamic .blog-card__image img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: transform .35s ease;
}
.blog-section--dynamic .blog-card:hover .blog-card__image img {
    transform: scale(1.035);
}
.blog-section--dynamic .blog-card__image--empty {
    background: linear-gradient(135deg, #373431, #0d0d0d);
}
.blog-section--dynamic .blog-card h3 a:hover {
    color: var(--color-gold);
}

.service-highlights { border-top: 1px solid var(--color-line); background: #f7f7f7; }
.service-highlights__grid { display: grid; grid-template-columns: 1.15fr .9fr 1.25fr; }
.service-highlight { display: flex; min-height: 190px; padding: 28px 42px; align-items: center; justify-content: center; gap: 28px; border-right: 1px solid var(--color-line); }
.service-highlight:last-child { border: 0; }
.service-highlight__art { display: grid; width: 120px; height: 105px; flex: 0 0 auto; place-items: center; color: var(--color-gold); background: #161616; font-size: 40px; transform: rotate(-8deg); }
.service-highlight p { margin: 0 0 9px; color: #777; font-size: 9px; text-transform: uppercase; }
.service-highlight h2 { margin: 0 0 14px; font-size: 13px; font-weight: 500; line-height: 1.45; }
.service-highlight a { font-size: 9px; font-weight: 600; text-transform: uppercase; }
.service-highlight--rating { flex-direction: column; gap: 8px; text-align: center; }
.rating-stars { color: var(--color-gold); letter-spacing: 4px; }
.advisor-portrait { position: relative; width: 120px; height: 140px; align-self: flex-end; flex: 0 0 auto; overflow: hidden; background: linear-gradient(145deg, #dadada, #888); }
.advisor-portrait::before { position: absolute; top: 22px; left: 35px; width: 50px; height: 50px; border-radius: 50%; background: #b9a08e; content: ""; }
.advisor-portrait::after { position: absolute; right: 15px; bottom: -12px; left: 15px; height: 78px; border-radius: 40px 40px 0 0; background: #222; content: ""; }
.service-highlights--dynamic .service-highlight__art svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: rotate(8deg);
}
.service-highlights--dynamic .service-highlight a {
    display: inline-flex;
    gap: 7px;
    align-items: center;
}
.service-highlights--dynamic .service-highlight a svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.service-highlights--dynamic .rating-stars {
    display: flex;
    gap: 5px;
    letter-spacing: 0;
}
.service-highlights--dynamic .rating-stars svg {
    width: 17px;
    height: 17px;
    fill: var(--color-gold);
    stroke: var(--color-gold);
}
.service-highlight--newsletter {
    position: relative;
    align-items: stretch;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgb(189 140 76 / 20%), transparent 42%),
        #171717;
}
.service-highlight--newsletter::after {
    position: absolute;
    top: -48px;
    right: -48px;
    width: 120px;
    height: 120px;
    border: 1px solid rgb(189 140 76 / 25%);
    transform: rotate(45deg);
    content: "";
    pointer-events: none;
}
.service-newsletter {
    position: relative;
    z-index: 1;
    width: 100%;
}
.service-newsletter > p:first-child {
    margin-bottom: 5px;
    color: var(--color-gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
}
.service-newsletter h2 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
}
.service-newsletter #newsletter_info {
    min-height: 0;
    margin: 0 0 7px;
    font-size: 11px;
    line-height: 1.4;
    text-transform: none;
}
.service-newsletter #newsletter_info:empty {
    display: none;
}
.service-newsletter #newsletter_info .zielony {
    color: #8ed09c;
}
.service-newsletter #newsletter_info .czerwony {
    color: #f09b9b;
}
.service-newsletter #newsletter_info label.error {
    display: block;
    margin: 0;
    color: #f09b9b;
    font-size: 11px;
    font-weight: 500;
}
.service-newsletter__form {
    display: grid;
    min-height: 46px;
    grid-template-columns: minmax(0, 1fr) 94px;
    border: 1px solid rgb(255 255 255 / 24%);
    background: #fff;
    box-shadow: 0 8px 24px rgb(0 0 0 / 18%);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.service-newsletter__form:focus-within {
    border-color: var(--color-gold);
    box-shadow: 0 0 0 3px rgb(189 140 76 / 18%), 0 8px 24px rgb(0 0 0 / 22%);
}
.service-newsletter__form.is-invalid {
    border-color: #d96b6b;
    box-shadow: 0 0 0 3px rgb(217 107 107 / 18%);
}
.service-newsletter__form input {
    min-width: 0;
    padding: 0 14px;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 13px;
}
.service-newsletter__form input::placeholder {
    color: #898989;
}
.service-newsletter__form button {
    border: 0;
    color: #fff;
    background: var(--color-gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .2s ease;
}
.service-newsletter__form button:hover {
    background: var(--color-gold-dark);
}
.service-newsletter__form button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
}
.service-newsletter__consent {
    margin-top: 11px;
    color: #aaa;
    font-size: 10px;
    line-height: 1.5;
}
.custom-checkbox {
    font-size: 12px !important;
    line-height: 1.45;
}
.custom-checkbox span,
.custom-checkbox a {
    font-size: inherit !important;
    line-height: inherit;
}
.service-newsletter__consent .custom-checkbox {
    position: relative;
    display: block;
    padding-left: 22px;
    cursor: pointer;
}
.service-newsletter__consent .custom-checkbox::before {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 14px;
    height: 14px;
    place-items: center;
    border: 1px solid #777;
    content: "";
    transition: border-color .2s ease, background-color .2s ease;
}
.service-newsletter__consent .custom-checkbox.active::before {
    border-color: var(--color-gold);
    background: var(--color-gold);
    box-shadow: inset 0 0 0 3px #171717;
}
.service-highlights--dynamic .service-newsletter__consent a {
    display: inline;
    color: #d5b17f;
    font-size: inherit;
    font-weight: 500;
    text-decoration: underline;
    text-transform: none;
}
.service-highlights--dynamic .service-newsletter__consent a:hover {
    color: #fff;
}
.service-newsletter__consent .error_info {
    display: block;
    margin: 4px 0 0 19px;
    color: #f09b9b;
    font-size: 10px;
    font-weight: 500;
}

/* Modal informacji o dodaniu produktu do koszyka */
.info_koszyk_knt {
    position: fixed;
    z-index: 900;
    inset: 0;
    display: flex;
    padding: 28px;
    align-items: center;
    justify-content: center;
    overflow: auto;
    background: rgb(0 0 0 / 62%);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
}
.info_koszyk_knt.pokaz {
    opacity: 1;
    pointer-events: auto;
}
.info_koszyk {
    position: relative;
    width: min(860px, 100%);
    max-height: calc(100vh - 56px);
    padding: 34px;
    overflow-x: hidden;
    overflow-y: auto;
    color: var(--color-ink);
    background: #fff;
    border-top: 3px solid var(--color-gold);
    box-shadow: 0 24px 70px rgb(0 0 0 / 30%);
    opacity: 0;
    transform: translateY(18px) scale(.985);
    transition: opacity .22s ease, transform .22s ease;
}
.info_koszyk_knt.pokaz .info_koszyk {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.info_koszyk_knt.blad .info_koszyk {
    border-top-color: #b63b3b;
}
.info_koszyk > h2 {
    margin: 0 52px 24px 0;
    color: var(--color-ink);
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
}
.info_koszyk_knt.blad .info_koszyk > h2 {
    color: #a42d2d;
}
.info_koszyk a.koszyk_link {
    display: inline-flex;
    min-height: 44px;
    margin-top: 20px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid var(--color-ink);
    color: var(--color-ink);
    background: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}
.info_koszyk a.koszyk_link:hover {
    color: #fff;
    border-color: var(--color-gold);
    background: var(--color-gold);
}
.info_koszyk a.koszyk_link_zamknij {
    position: absolute;
    top: 20px;
    right: 20px;
    display: grid;
    width: 38px;
    min-height: 38px;
    margin: 0;
    padding: 0;
    place-items: center;
    border: 1px solid var(--color-line);
    border-radius: 50%;
    color: var(--color-ink);
    background: #fff;
    font-size: 15px;
}
.info_koszyk a.info_koszyk_idz {
    float: right;
    color: #fff;
    border-color: var(--color-gold);
    background: var(--color-gold);
}
.info_koszyk a.info_koszyk_idz:hover {
    border-color: var(--color-gold-dark);
    background: var(--color-gold-dark);
}
.info_koszyk_prod {
    display: grid;
    min-height: 145px;
    padding: 18px;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    background: #f7f7f7;
}
.info_koszyk_prod > img {
    display: block;
    width: 120px;
    height: 110px;
    padding: 6px;
    object-fit: contain;
    background: #fff;
}
.info_koszyk_prod h3 {
    margin: 0 0 9px;
    color: var(--color-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}
.info_koszyk_prod p {
    margin: 0;
    color: var(--color-muted);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.6;
}
.info_koszyk_prod .info_koszyk_prod_cena {
    color: var(--color-ink);
    font-size: 14px;
    font-weight: 600;
}
.info_koszyk_prodykty_knt {
    margin-top: 24px;
    padding: 22px 0 18px;
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
}
.info_koszyk_prodykty_knt > h2 {
    margin: 0 0 16px;
    color: var(--color-ink);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.info_koszyk_prodykty {
    min-width: 0;
    overflow: hidden;
}
.info_koszyk_prodykty .offer-item {
    min-width: 0;
}
.info_koszyk_prodykty .offer-item .img_knt {
    min-height: 150px;
    background: #f7f7f7;
}
.info_koszyk_prodykty .offer-item .item-img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.info_koszyk_prodykty .offer-item .item-name {
    display: block;
    min-height: 34px;
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.4;
}
.info_koszyk_prodykty .offer-item .cena-item {
    margin-top: 5px;
    font-size: 11px;
}
.info_koszyk::after {
    display: block;
    clear: both;
    content: "";
}

.info-page-hero {
    padding: 32px 0 64px;
    color: #fff;
    background:
        linear-gradient(90deg, rgb(0 0 0 / 95%), rgb(0 0 0 / 63%)),
        radial-gradient(circle at 82% 45%, #51483e, #111 55%);
}
.breadcrumbs {
    max-width: 100%;
    margin-bottom: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--color-gold) transparent;
}
.breadcrumbs::-webkit-scrollbar { height: 3px; }
.breadcrumbs::-webkit-scrollbar-track { background: transparent; }
.breadcrumbs::-webkit-scrollbar-thumb { background: var(--color-gold); }
.breadcrumbs ol { display: flex; width: max-content; min-width: 100%; margin: 0; padding: 0 0 4px; flex-wrap: nowrap; list-style: none; color: #aaa; font-size: 10px; text-transform: uppercase; }
.breadcrumbs li { flex: 0 0 auto; white-space: nowrap; }
.breadcrumbs li + li::before { margin: 0 10px; content: "/"; }
.breadcrumbs a:hover { color: var(--color-gold); }
.info-page-hero h1 { margin: 0 0 12px; font-family: var(--font-display); font-size: clamp(46px, 5vw, 70px); font-weight: 500; line-height: 1; }
.info-page-hero > .container > p:last-child { max-width: 650px; margin: 0; color: #ccc; }

.info-section { padding: 72px 0 88px; }
.info-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 80px; align-items: start; }
.info-sidebar { position: sticky; top: 24px; }
.info-sidebar > p { margin: 0 0 15px; color: #888; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.info-sidebar nav { display: flex; flex-direction: column; border-top: 1px solid var(--color-line); }
.info-sidebar nav a { padding: 13px 0; border-bottom: 1px solid var(--color-line); font-size: 12px; font-weight: 500; }
.info-sidebar nav a:hover { padding-left: 5px; color: var(--color-gold); }
.info-sidebar__contact { margin-top: 35px; padding: 24px; color: #fff; background: var(--color-black); }
.info-sidebar__contact > span { display: grid; width: 34px; height: 34px; margin-bottom: 18px; place-items: center; border: 1px solid var(--color-gold); border-radius: 50%; color: var(--color-gold); }
.info-sidebar__contact h2 { margin: 0 0 8px; font-size: 14px; }
.info-sidebar__contact p { margin: 0 0 18px; color: #aaa; font-size: 11px; }
.info-sidebar__contact a { color: var(--color-gold); font-size: 10px; font-weight: 600; text-transform: uppercase; }

.info-content__section { padding-bottom: 70px; scroll-margin-top: 30px; }
.info-content__section + .info-content__section { padding-top: 70px; border-top: 1px solid var(--color-line); }
.info-content__section:last-child { padding-bottom: 0; }
.info-heading { display: flex; margin-bottom: 30px; gap: 20px; align-items: center; }
.info-heading__number { color: #ded7cd; font-family: var(--font-display); font-size: 52px; line-height: 1; }
.info-heading .eyebrow { margin-bottom: 4px; color: var(--color-gold); font-size: 9px; }
.info-heading h2 { margin: 0; font-family: var(--font-display); font-size: 38px; font-weight: 600; line-height: 1; }

.delivery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.delivery-card { position: relative; min-height: 320px; padding: 28px; border: 1px solid var(--color-line); }
.delivery-card--featured { border-color: var(--color-gold); background: var(--color-cream); }
.delivery-card__label { position: absolute; top: 0; right: 0; padding: 6px 10px; color: #fff; background: var(--color-gold); font-size: 8px; font-weight: 600; text-transform: uppercase; }
.delivery-card__icon { display: grid; width: 48px; height: 48px; margin-bottom: 25px; place-items: center; border: 1px solid var(--color-gold); color: var(--color-gold); font-size: 25px; }
.delivery-card__title { display: flex; margin-bottom: 12px; align-items: baseline; justify-content: space-between; gap: 12px; }
.delivery-card h3 { margin: 0; font-size: 14px; }
.delivery-card__title strong { color: var(--color-gold); font-size: 12px; white-space: nowrap; }
.delivery-card > p { min-height: 60px; margin: 0 0 22px; color: #777; font-size: 11px; }
.delivery-card dl { margin: 0; padding-top: 15px; border-top: 1px solid var(--color-line); }
.delivery-card dl div { display: flex; margin-top: 8px; justify-content: space-between; gap: 12px; font-size: 9px; }
.delivery-card dt { color: #888; }
.delivery-card dd { margin: 0; font-weight: 500; text-align: right; }

.process { display: grid; grid-template-columns: repeat(3, 1fr); }
.process__step { position: relative; padding: 0 35px 0 0; }
.process__step:not(:last-child)::after { position: absolute; top: 20px; right: 12px; width: 34px; height: 1px; background: var(--color-gold); content: ""; }
.process__step > span { display: grid; width: 42px; height: 42px; margin-bottom: 18px; place-items: center; border-radius: 50%; color: #fff; background: var(--color-gold); }
.process__step h3 { margin: 0 0 8px; font-size: 13px; }
.process__step p { margin: 0; color: #777; font-size: 10px; }
.notice { display: flex; margin-top: 35px; padding: 18px 22px; gap: 14px; align-items: center; border-left: 2px solid var(--color-gold); background: var(--color-cream); }
.notice span { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; border: 1px solid var(--color-gold); border-radius: 50%; color: var(--color-gold); font-family: var(--font-display); font-weight: 600; }
.notice p { margin: 0; color: #666; font-size: 10px; }

.payment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.payment-card { display: flex; min-height: 118px; padding: 22px; gap: 18px; align-items: center; border: 1px solid var(--color-line); transition: border-color 180ms ease, transform 180ms ease; }
.payment-card:hover { border-color: var(--color-gold); transform: translateY(-2px); }
.payment-card__mark { display: grid; width: 58px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid #ccc; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; }
.payment-card h3 { margin: 0 0 5px; font-size: 12px; }
.payment-card p { margin: 0; color: #777; font-size: 10px; }

.faq-list { border-top: 1px solid var(--color-line); }
.faq-item { border-bottom: 1px solid var(--color-line); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; padding: 20px 0; align-items: center; justify-content: space-between; border: 0; color: var(--color-ink); background: transparent; font-size: 12px; font-weight: 500; text-align: left; }
.faq-item button span { color: var(--color-gold); font-size: 20px; font-weight: 300; transition: transform 180ms ease; }
.faq-item button span.is-open { transform: rotate(45deg); }
.faq-item div > p { margin: -4px 0 22px; padding-right: 50px; color: #777; font-size: 11px; }

.contact-hero {
    background:
        linear-gradient(90deg, rgb(0 0 0 / 95%), rgb(0 0 0 / 65%)),
        radial-gradient(circle at 80% 25%, #65584a, #121212 53%);
}
.contact-section { padding: 76px 0 88px; background: #fff; }
.contact-layout { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(520px, 1.3fr); gap: 90px; align-items: start; }
.contact-details { padding-top: 18px; }
.contact-details > header .eyebrow { color: var(--color-gold); font-size: 9px; }
.contact-details > header h2 { margin: 0 0 16px; font-family: var(--font-display); font-size: 40px; line-height: 1; }
.contact-details > header > p:last-child { max-width: 420px; margin: 0; color: #777; font-size: 11px; }
.contact-details__list { margin-top: 38px; border-top: 1px solid var(--color-line); }
.contact-detail { display: flex; padding: 23px 0; gap: 18px; border-bottom: 1px solid var(--color-line); }
.contact-detail__icon { display: grid; width: 43px; height: 43px; flex: 0 0 auto; place-items: center; border: 1px solid var(--color-gold); color: var(--color-gold); font-size: 18px; }
.contact-detail__icon i { font-size: 17px; }
.contact-detail h3 { margin: 0 0 5px; color: #888; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.contact-detail a, .contact-detail address { font-size: 12px; font-style: normal; font-weight: 500; }
.contact-detail a:hover { color: var(--color-gold); }
.contact-detail p { margin: 3px 0 0; color: #999; font-size: 9px; }
.contact-details__notice { display: flex; margin-top: 28px; padding: 18px; gap: 13px; align-items: flex-start; background: var(--color-cream); }
.contact-details__notice span { display: grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; border: 1px solid var(--color-gold); border-radius: 50%; color: var(--color-gold); font-family: var(--font-display); }
.contact-details__notice p { margin: 0; color: #666; font-size: 9px; }

.contact-form-panel { min-height: 710px; padding: 45px 50px; border: 1px solid var(--color-line); background: #fff; box-shadow: 0 15px 50px rgb(0 0 0 / 6%); }
.contact-form-panel__header { margin-bottom: 32px; }
.contact-form-panel__header > span { color: var(--color-gold); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.contact-form-panel__header h2 { margin: 7px 0 10px; font-family: var(--font-display); font-size: 37px; line-height: 1; }
.contact-form-panel__header p { margin: 0; color: #777; font-size: 10px; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 18px; }
.form-field { position: relative; display: flex; flex-direction: column; }
.form-field label { margin-bottom: 8px; font-size: 9px; font-weight: 600; text-transform: uppercase; }
.form-field label span, .form-consent label span, .contact-form__required span { color: #b63b3b; }
.form-field label small { color: #999; font-size: 8px; font-weight: 400; text-transform: none; }
.form-field input, .form-field select, .form-field textarea {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    outline: none;
    color: var(--color-ink);
    background: #fff;
    font: 11px var(--font-body);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}
.form-field input, .form-field select { height: 47px; padding: 0 14px; }
.form-field textarea { min-height: 145px; padding: 14px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--color-gold); box-shadow: 0 0 0 2px rgb(189 140 76 / 12%); }
.form-field input.ng-dirty[aria-invalid="true"], .form-field select.ng-dirty[aria-invalid="true"], .form-field textarea.ng-dirty[aria-invalid="true"] { border-color: #b63b3b; }
.form-field__meta { display: flex; min-height: 17px; padding-top: 4px; justify-content: space-between; color: #999; font-size: 8px; }
.form-error { display: block; min-height: 15px; padding-top: 4px; color: #a42d2d; font-size: 8px; }
.form-consent { display: flex; gap: 10px; align-items: flex-start; }
.form-consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--color-gold); }
.form-consent label { color: #666; font-size: 9px; }
.contact-form__submit { width: max-content; min-width: 190px; margin-top: 2px; border: 0; }
.contact-form__submit:disabled { cursor: wait; opacity: .65; }
.contact-form__required { margin: -12px 0 0; color: #999; font-size: 8px; }
.contact-form__response:empty { display: none; }
.contact-form__response { margin-bottom: 20px; padding: 12px 14px; font-size: 10px; }
.contact-form__response.form-error-box { border: 1px solid #b63b3b; color: #8f2929; background: #fff8f8; }
.contact-form__response.form-success-box { border: 1px solid #76986b; color: #46683d; background: #f7fbf5; }
.contact-form .form-consent a { color: var(--color-gold-dark); text-decoration: underline; text-underline-offset: 2px; }
.button--outline-dark { color: var(--color-ink); background: transparent; }
.contact-success { display: flex; min-height: 615px; flex-direction: column; align-items: center; justify-content: center; outline: none; text-align: center; }
.contact-success > span { display: grid; width: 62px; height: 62px; margin-bottom: 22px; place-items: center; border: 1px solid var(--color-gold); border-radius: 50%; color: var(--color-gold); font-size: 25px; }
.contact-success .eyebrow { margin-bottom: 7px; color: var(--color-gold); font-size: 9px; }
.contact-success h2 { margin: 0 0 12px; font-family: var(--font-display); font-size: 40px; }
.contact-success > p:not(.eyebrow) { max-width: 370px; margin: 0 0 25px; color: #777; font-size: 11px; }

.contact-help { padding: 55px 0; background: var(--color-cream); }
.contact-help__inner { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: center; }
.contact-help .eyebrow { color: var(--color-gold); font-size: 9px; }
.contact-help h2 { margin: 0; font-family: var(--font-display); font-size: 32px; line-height: 1.05; }
.contact-help nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.contact-help nav a { display: grid; min-height: 100px; padding: 18px; grid-template-columns: 35px 1fr auto; gap: 10px; align-items: center; border: 1px solid #ded8cf; background: #fff; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.contact-help nav a > span { color: var(--color-gold); font-size: 25px; }
.contact-help nav a > i { color: var(--color-gold); font-size: 24px; text-align: center; }
.contact-help nav a > b { color: var(--color-gold); font-size: 16px; font-weight: 400; }
.contact-help nav a > b i { font-size: 14px; }
.contact-help nav a:hover { border-color: var(--color-gold); }

.document-hero {
    background:
        linear-gradient(90deg, rgb(0 0 0 / 96%), rgb(0 0 0 / 66%)),
        radial-gradient(circle at 82% 35%, #554b40, #111 55%);
}
.document-hero--privacy { background: linear-gradient(90deg, rgb(0 0 0 / 96%), rgb(0 0 0 / 68%)), radial-gradient(circle at 82% 35%, #3f4b4c, #111 55%); }
.document-hero--terms { background: linear-gradient(90deg, rgb(0 0 0 / 96%), rgb(0 0 0 / 68%)), radial-gradient(circle at 82% 35%, #504537, #111 55%); }
.document-hero--information { background: linear-gradient(90deg, rgb(0 0 0 / 96%), rgb(0 0 0 / 66%)), radial-gradient(circle at 82% 35%, #4d4944, #111 55%); }
.document-hero--blog { background: linear-gradient(90deg, rgb(0 0 0 / 96%), rgb(0 0 0 / 62%)), radial-gradient(circle at 82% 35%, #705a40, #111 58%); }
.document-hero--about { background: linear-gradient(90deg, rgb(0 0 0 / 94%), rgb(0 0 0 / 58%)), radial-gradient(circle at 80% 30%, #67594a, #111 58%); }
.document-hero__updated { margin-top: 20px !important; color: var(--color-gold) !important; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.document-page { padding: 75px 0 90px; }
.document-layout { display: grid; grid-template-columns: 260px minmax(0, 820px); gap: 90px; justify-content: center; align-items: start; }
.document-layout--contact { grid-template-columns: minmax(0, 820px) 300px; gap: 70px; }
.document-sidebar { position: sticky; top: 24px; }
.document-sidebar > p { margin: 0 0 15px; color: #888; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.document-sidebar nav { display: flex; flex-direction: column; border-top: 1px solid var(--color-line); }
.document-sidebar a { display: grid; padding: 13px 0; grid-template-columns: 28px 1fr; gap: 8px; border-bottom: 1px solid var(--color-line); font-size: 10px; font-weight: 500; }
.document-sidebar a span { color: var(--color-gold); font-family: var(--font-display); font-size: 14px; }
.document-sidebar a:hover { color: var(--color-gold); }
.document-section { padding-bottom: 52px; scroll-margin-top: 30px; }
.document-section + .document-section { padding-top: 52px; border-top: 1px solid var(--color-line); }
.document-section > header { display: flex; margin-bottom: 25px; gap: 17px; align-items: center; }
.document-section > header > span { color: #ded7cd; font-family: var(--font-display); font-size: 42px; line-height: 1; }
.document-section h2 { margin: 0; font-family: var(--font-display); font-size: 32px; line-height: 1; }
.document-section h3 { margin: 28px 0 10px; font-size: 13px; }
.document-intro { margin-bottom: 42px; padding: 25px 28px; border-left: 2px solid var(--color-gold); background: var(--color-cream); }
.document-intro p { margin: 0 0 12px; color: #5f5f5f; font-size: 11px; line-height: 1.9; }
.document-intro p:last-child { margin-bottom: 0; }
.document-section__body > p, .document-section__body > div > p { margin: 0 0 15px; color: #5f5f5f; font-size: 11px; line-height: 1.9; }
.document-section__body p a { color: var(--color-gold-dark); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.document-section__body strong { color: #252525; font-weight: 600; }
.document-section ul, .document-section ol { margin: 15px 0 20px; padding: 0; list-style: none; counter-reset: document-list; }
.document-section ul ul, .document-section ol ol, .document-section ol ul, .document-section ul ol { margin: 10px 0 5px; }
.document-section li { position: relative; margin-bottom: 11px; padding-left: 28px; color: #5f5f5f; font-size: 11px; line-height: 1.7; }
.document-section ul li::before { position: absolute; top: .72em; left: 4px; width: 7px; height: 7px; border: 1px solid var(--color-gold); content: ""; transform: rotate(45deg); }
.document-section ol li { counter-increment: document-list; }
.document-section ol li::before { position: absolute; top: 0; left: 0; color: var(--color-gold); font-family: var(--font-display); font-size: 16px; content: counter(document-list) "."; }
.document-section blockquote { position: relative; margin: 28px 0; padding: 28px 35px; color: #3d3d3d; background: var(--color-cream); font-family: var(--font-display); font-size: 21px; line-height: 1.45; }
.document-section blockquote::before { position: absolute; top: 0; bottom: 0; left: 0; width: 2px; background: var(--color-gold); content: ""; }
.document-contact { display: flex; margin-top: 12px; padding: 30px 35px; align-items: center; justify-content: space-between; gap: 35px; color: #fff; background: var(--color-black); }
.document-contact .eyebrow { margin-bottom: 6px; color: var(--color-gold); font-size: 8px; }
.document-contact h2 { margin: 0 0 6px; font-family: var(--font-display); font-size: 25px; }
.document-contact p:not(.eyebrow) { max-width: 480px; margin: 0; color: #aaa; font-size: 9px; }
.document-contact .button { flex: 0 0 auto; }
.document-contact--sidebar { position: sticky; top: 24px; margin-top: 0; padding: 35px 30px; flex-direction: column; align-items: flex-start; }
.document-contact--sidebar .button { margin-top: 24px; }
.document-content--plain > h2 { margin: 0 0 25px; padding-top: 50px; border-top: 1px solid var(--color-line); font-family: var(--font-display); font-size: 32px; line-height: 1.1; }
.document-content--plain > h2:first-child { padding-top: 0; border-top: 0; }
.document-content--plain > h3 { margin: 30px 0 12px; font-size: 13px; }
.document-content--plain > p, .document-content--plain > div > p { margin: 0 0 15px; color: #5f5f5f; font-size: 11px; line-height: 1.9; }
.document-content--plain a { color: var(--color-gold-dark); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.document-content--plain strong { color: #252525; font-weight: 600; }
.document-content--plain ul, .document-content--plain ol { margin: 15px 0 25px; padding: 0; list-style: none; counter-reset: document-list; }
.document-content--plain ul ul, .document-content--plain ol ol, .document-content--plain ol ul, .document-content--plain ul ol { margin: 10px 0 5px; }
.document-content--plain li { position: relative; margin-bottom: 11px; padding-left: 28px; color: #5f5f5f; font-size: 11px; line-height: 1.7; }
.document-content--plain ul li::before { position: absolute; top: .72em; left: 4px; width: 7px; height: 7px; border: 1px solid var(--color-gold); content: ""; transform: rotate(45deg); }
.document-content--plain ol > li { counter-increment: document-list; }
.document-content--plain ol > li::before { position: absolute; top: 0; left: 0; color: var(--color-gold); font-family: var(--font-display); font-size: 16px; content: counter(document-list) "."; }
.document-attachments { margin: 0 0 35px; }

/* Blog index */
.blog-index-layout { max-width: 1200px; grid-template-columns: minmax(0, 1fr) 300px; }
.blog-index-content .aktualnosci_box,
.blog-index-content .aktulanosc_box { margin: 0; padding: 0; }
.blog-index-content .aktulanosc_box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 28px;
    list-style: none;
}
.blog-index-content .aktualnosc_idx { min-width: 0; margin: 0; padding: 0; }
.blog-index-content .aktualnosc_idx::before { display: none; }
.blog-index-content .aktualnosc_idx > a {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}
.blog-index-content .img_w {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f2f0ed;
}
.blog-index-content .img_w::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38px;
    height: 38px;
    background: var(--color-gold);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    content: "";
    opacity: 0;
    transition: opacity .25s ease;
}
.blog-index-content .img_w img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.blog-index-content .aktualnosc_idx > a:hover .img_w img { transform: scale(1.035); }
.blog-index-content .aktualnosc_idx > a:hover .img_w::after { opacity: 1; }
.blog-index-content .aktualnosc_idx article {
    display: flex;
    padding-top: 20px;
    flex: 1;
    flex-direction: column;
}
.blog-index-content .aktualnosc_idx h3 {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: 25px;
    font-weight: 500;
    line-height: 1.12;
}
.blog-index-content .aktualnosc_idx .data {
    display: block;
    order: -1;
    margin-bottom: 10px;
    color: var(--color-gold-dark);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .1em;
}
.blog-index-content .aktualnosc_idx .a_content { flex: 1; }
.blog-index-content .aktualnosc_idx .a_content p {
    margin: 0 0 17px;
    color: #686868;
    font-size: 10px;
    line-height: 1.75;
}
.blog-index-content .aktualnosc_idx .btn {
    display: inline-flex;
    width: max-content;
    padding: 0 0 5px;
    align-items: center;
    border: 0;
    border-bottom: 1px solid var(--color-gold);
    border-radius: 0;
    color: #161616;
    background: transparent;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.blog-index-content .aktualnosc_idx .btn::after {
    margin-left: 9px;
    color: var(--color-gold);
    content: "\2192";
    font-size: 14px;
    line-height: 1;
}
.blog-index-content .numery { display: flex; margin-top: 50px; gap: 8px; }
.blog-index-content .numery a,
.blog-index-content .numery .pusty {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid var(--color-line);
    color: #222;
    text-decoration: none;
}
.blog-index-content .numery .pusty,
.blog-index-content .numery a:hover { border-color: var(--color-gold); color: #fff; background: var(--color-gold); }

/* Blog post */
.blog-post-hero {
    padding: 35px 0 72px;
    color: #fff;
    background: linear-gradient(90deg, rgb(0 0 0 / 96%), rgb(0 0 0 / 62%)), radial-gradient(circle at 82% 35%, #705a40, #111 58%);
}
.blog-post-hero .breadcrumbs { margin-bottom: 62px; }
.blog-post-hero .breadcrumbs ol { color: #aaa; }
.blog-post-hero .breadcrumbs a:hover { color: #fff; }
.blog-post-hero .eyebrow { margin-bottom: 14px; color: var(--color-gold); font-size: 9px; }
.blog-post-hero h1 {
    max-width: 920px;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(42px, 5.2vw, 70px);
    font-weight: 500;
    line-height: 1.02;
}
.blog-post-page { padding: 80px 0 95px; }
.blog-post-layout {
    display: grid;
    max-width: 1120px;
    grid-template-columns: minmax(0, 820px);
    justify-content: center;
}
.blog-post-layout:has(.blog-post-products) {
    grid-template-columns: minmax(0, 780px) 260px;
    gap: 70px;
    align-items: start;
}
.blog-post-content { min-width: 0; }
.blog-post-intro {
    margin-bottom: 38px;
    padding: 25px 30px;
    border-left: 2px solid var(--color-gold);
    background: var(--color-cream);
    color: #4f4f4f;
    font-size: 13px;
    line-height: 1.8;
}
.blog-post-richtext > p:first-child {
    margin-top: 0;
    color: #353535;
    font-family: var(--font-display);
    font-size: 22px;
    line-height: 1.55;
}
.blog-post-richtext p {
    margin: 0 0 22px;
    color: #5e5e5e;
    font-size: 12px;
    line-height: 1.9;
}
.blog-post-richtext h2,
.blog-post-richtext h3,
.blog-post-richtext h4 {
    margin: 46px 0 17px;
    color: #1d1d1d;
    font-family: var(--font-display);
    font-weight: 500;
    line-height: 1.2;
}
.blog-post-richtext h2 { font-size: 34px; }
.blog-post-richtext h3 { font-size: 27px; }
.blog-post-richtext h4 { font-size: 21px; }
.blog-post-richtext h2 strong,
.blog-post-richtext h3 strong,
.blog-post-richtext h4 strong { font-weight: inherit; }
.blog-post-richtext ul,
.blog-post-richtext ol { margin: 0 0 28px; padding: 0; list-style: none; }
.blog-post-richtext li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 27px;
    color: #5e5e5e;
    font-size: 12px;
    line-height: 1.75;
}
.blog-post-richtext ul > li::before {
    position: absolute;
    top: .67em;
    left: 3px;
    width: 7px;
    height: 7px;
    border: 1px solid var(--color-gold);
    content: "";
    transform: rotate(45deg);
}
.blog-post-richtext ol { counter-reset: blog-post-list; }
.blog-post-richtext ol > li { counter-increment: blog-post-list; }
.blog-post-richtext ol > li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-gold);
    content: counter(blog-post-list) ".";
    font-family: var(--font-display);
    font-size: 16px;
}
.blog-post-richtext a { color: var(--color-gold-dark); text-decoration: underline; text-underline-offset: 3px; }
.blog-post-richtext img { display: block; max-width: 100%; height: auto; margin: 36px auto; }
.blog-post-richtext blockquote {
    margin: 38px 0;
    padding: 28px 35px;
    border-left: 2px solid var(--color-gold);
    background: var(--color-cream);
    color: #333;
    font-family: var(--font-display);
    font-size: 22px;
    line-height: 1.5;
}
.blog-post-richtext hr { margin: 48px 0; border: 0; border-top: 1px solid var(--color-line); }
.blog-post-summary { margin-top: 45px; padding-top: 35px; border-top: 1px solid var(--color-line); }
.blog-post-back {
    display: inline-flex;
    margin-top: 55px;
    gap: 11px;
    align-items: center;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.blog-post-back svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: var(--color-gold);
    stroke-width: 1.8;
    transform: rotate(180deg);
}
.blog-post-back:hover { color: var(--color-gold-dark); }
.blog-post-products { position: sticky; top: 24px; }

.auth-page { display: grid; min-height: 850px; grid-template-columns: minmax(390px, .85fr) minmax(600px, 1.15fr); }
.auth-page__visual {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(180deg, rgb(0 0 0 / 18%), rgb(0 0 0 / 88%)),
        radial-gradient(circle at 68% 28%, #6d5c4b, #25211d 42%, #090909 75%);
}
.auth-page__visual::before { position: absolute; top: 23%; right: -15%; width: 58%; height: 43%; border: 2px solid rgb(189 140 76 / 35%); content: ""; transform: rotate(-16deg); }
.auth-page__visual::after { position: absolute; top: 29%; right: 8%; width: 25%; height: 36%; border-radius: 4px; background: linear-gradient(145deg, #302b27, #080808); box-shadow: 0 25px 45px rgb(0 0 0 / 45%); content: ""; transform: rotate(-16deg); }
.auth-page__visual-content { position: relative; z-index: 1; display: flex; height: 100%; padding: 60px clamp(35px, 5vw, 85px); flex-direction: column; justify-content: space-between; }
.brand--auth { align-self: flex-start; color: #fff; }
.brand--auth .brand__name { font-size: 31px; }
.auth-page__visual-content > div { max-width: 510px; }
.auth-page__visual-content h2 { margin: 0 0 18px; font-family: var(--font-display); font-size: clamp(39px, 4vw, 56px); font-weight: 500; line-height: 1; }
.auth-page__visual-content > div > p:last-child { max-width: 470px; margin: 0; color: #c4c4c4; font-size: 11px; line-height: 1.8; }
.auth-benefits { display: flex; margin: 0; padding: 25px 0 0; gap: 28px; border-top: 1px solid rgb(255 255 255 / 18%); list-style: none; }
.auth-benefits li { display: flex; gap: 8px; align-items: center; color: #bbb; font-size: 9px; }
.auth-benefits li span { color: var(--color-gold); }

.auth-page__form-side { display: flex; padding: 55px clamp(35px, 6vw, 100px); align-items: center; justify-content: center; background: #fff; }
.auth-panel { width: min(100%, 560px); }
.breadcrumbs--light { margin-bottom: 48px; }
.breadcrumbs--light ol { color: #999; }
.auth-panel__header { margin-bottom: 30px; }
.auth-panel__header .eyebrow { margin-bottom: 8px; color: var(--color-gold); font-size: 9px; }
.auth-panel__header h1 { margin: 0 0 13px; font-family: var(--font-display); font-size: 45px; font-weight: 600; line-height: 1; }
.auth-panel__header > p:last-child { max-width: 510px; margin: 0; color: #777; font-size: 10px; line-height: 1.7; }
.auth-form { display: flex; flex-direction: column; gap: 17px; }
.password-field { position: relative; }
.password-field input { padding-right: 70px; }
.password-field button { position: absolute; top: 1px; right: 1px; bottom: 1px; width: 65px; border: 0; color: var(--color-gold-dark); background: #fff; font-size: 8px; font-weight: 600; text-transform: uppercase; }
.form-hint { padding-top: 5px; color: #999; font-size: 8px; }
.auth-form__label-row { display: flex; align-items: center; justify-content: space-between; }
.auth-form__label-row label { margin-bottom: 8px; }
.auth-form__label-row a { margin-bottom: 8px; color: var(--color-gold-dark); font-size: 8px; font-weight: 500; }
.auth-form .form-consent a { color: var(--color-gold-dark); text-decoration: underline; text-underline-offset: 2px; }
.auth-form__message { padding: 11px 14px; border-left: 2px solid #5f8c68; color: #45664d; background: #f0f6f1; font-size: 9px; }
.auth-form__submit { width: 100%; margin-top: 5px; border: 0; }
.auth-switch { display: flex; margin-top: 28px; padding: 20px 0; align-items: center; justify-content: center; gap: 10px; border-top: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); font-size: 10px; }
.auth-switch a { color: var(--color-gold-dark); font-weight: 600; text-transform: uppercase; }
.auth-switch a b { margin-left: 5px; font-size: 14px; font-weight: 400; }
.auth-security { display: flex; margin-top: 22px; gap: 12px; align-items: flex-start; }
.auth-security > span { color: var(--color-gold); font-size: 21px; }
.auth-security p { margin: 2px 0 0; color: #999; font-size: 8px; line-height: 1.6; }
.auth-security a { color: #777; text-decoration: underline; text-underline-offset: 2px; }

.cart-hero { padding: 28px 0 37px; border-bottom: 1px solid var(--color-line); background: var(--color-cream); }
.cart-hero .breadcrumbs { margin-bottom: 32px; }
.cart-hero__title { display: flex; align-items: flex-end; justify-content: space-between; }
.cart-hero__title .eyebrow { margin-bottom: 5px; color: var(--color-gold); font-size: 9px; }
.cart-hero h1 { margin: 0; font-family: var(--font-display); font-size: 50px; font-weight: 600; line-height: 1; }
.cart-hero__title > p { margin: 0 0 5px; color: #777; font-size: 10px; text-transform: uppercase; }
.cart-section { min-height: 620px; padding: 55px 0 75px; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 55px; align-items: start; }
.free-delivery { margin-bottom: 24px; padding: 17px 20px; background: var(--color-cream); }
.free-delivery__heading { display: flex; margin-bottom: 11px; gap: 10px; align-items: center; }
.free-delivery__heading > span { color: var(--color-gold); font-size: 20px; }
.free-delivery__heading p { margin: 0; color: #666; font-size: 9px; }
.free-delivery__heading strong { color: var(--color-ink); }
.free-delivery__track { height: 3px; overflow: hidden; background: #ded8cf; }
.free-delivery__track span { display: block; height: 100%; background: var(--color-gold); transition: width 220ms ease; }
.cart-products__header { display: grid; padding: 0 0 11px; grid-template-columns: minmax(360px, 1fr) 90px 120px 90px; gap: 20px; border-bottom: 1px solid var(--color-line); color: #999; font-size: 8px; font-weight: 600; text-transform: uppercase; }
.cart-products__header span:first-child { padding-left: 150px; }
.cart-item { display: grid; padding: 25px 0; grid-template-columns: 125px minmax(195px, 1fr) 90px 120px 90px; gap: 20px; align-items: center; border-bottom: 1px solid var(--color-line); }
.cart-item__visual { position: relative; display: grid; width: 125px; height: 125px; place-items: center; background: linear-gradient(145deg, #fafafa, #efefef); transform: scale(.78); }
.cart-item__visual .product-shape { transform: scale(.72); }
.cart-item__visual:hover .product-shape { transform: scale(.76); }
.cart-item__details > p { margin: 0 0 5px; color: var(--color-gold-dark); font-size: 8px; font-weight: 600; text-transform: uppercase; }
.cart-item__details h2 { margin: 0 0 7px; font-size: 11px; font-weight: 500; line-height: 1.5; }
.cart-item__details > span { display: block; margin-bottom: 13px; color: #999; font-size: 8px; }
.cart-item__details button { padding: 0; border: 0; color: #888; background: transparent; font-size: 8px; text-transform: uppercase; }
.cart-item__details button:hover { color: #a42d2d; }
.cart-item__details button span { margin-right: 4px; font-size: 14px; }
.cart-item__price { display: flex; flex-direction: column; font-size: 10px; }
.cart-item__price del { color: #999; font-size: 8px; }
.quantity-control { display: grid; height: 38px; grid-template-columns: 36px 1fr 36px; border: 1px solid var(--color-line); }
.quantity-control button { padding: 0; border: 0; background: transparent; font-size: 15px; }
.quantity-control button:disabled { cursor: not-allowed; opacity: .3; }
.quantity-control output { display: grid; place-items: center; font-size: 10px; font-weight: 600; }
.cart-item__total { font-size: 11px; text-align: right; }
.cart-products__footer { display: flex; padding-top: 22px; align-items: center; justify-content: space-between; }
.cart-products__footer a, .cart-products__footer button { border: 0; color: #666; background: transparent; font-size: 8px; font-weight: 600; text-transform: uppercase; }
.cart-products__footer a span { margin-right: 6px; font-size: 14px; }
.cart-products__footer button:hover { color: #a42d2d; }

.cart-summary { position: sticky; top: 25px; padding: 30px; border: 1px solid var(--color-line); background: #fff; box-shadow: 0 15px 45px rgb(0 0 0 / 5%); }
.cart-summary > h2 { margin: 0 0 24px; font-family: var(--font-display); font-size: 28px; }
.cart-summary__values { margin: 0; padding-bottom: 18px; border-bottom: 1px solid var(--color-line); }
.cart-summary__values > div { display: flex; margin-bottom: 11px; align-items: center; justify-content: space-between; font-size: 9px; }
.cart-summary__values > div:last-child { margin-bottom: 0; }
.cart-summary__values dt { color: #777; }
.cart-summary__values dd { margin: 0; font-weight: 500; }
.cart-summary__values dd.is-discount { color: #658060; }
.cart-summary__total { display: grid; padding: 20px 0; grid-template-columns: 1fr auto; align-items: center; }
.cart-summary__total > span { font-size: 10px; font-weight: 600; text-transform: uppercase; }
.cart-summary__total strong { font-size: 18px; }
.cart-summary__total small { margin-top: 4px; color: #999; font-size: 8px; grid-column: 1 / -1; text-align: right; }
.cart-summary__checkout { width: 100%; border: 0; }
.cart-summary__security { display: flex; padding: 13px 0 19px; gap: 8px; align-items: center; justify-content: center; border-bottom: 1px solid var(--color-line); }
.cart-summary__security span { color: var(--color-gold); }
.cart-summary__security p { margin: 0; color: #888; font-size: 8px; }
.promo-form { padding: 20px 0; border-bottom: 1px solid var(--color-line); }
.promo-form label { display: block; margin-bottom: 8px; font-size: 9px; font-weight: 600; }
.promo-form > div { display: grid; height: 40px; grid-template-columns: 1fr 90px; border: 1px solid var(--color-line); }
.promo-form input { min-width: 0; padding: 0 11px; border: 0; outline: 0; font-size: 9px; text-transform: uppercase; }
.promo-form button { border: 0; color: var(--color-ink); background: var(--color-cream); font-size: 8px; font-weight: 600; text-transform: uppercase; }
.promo-form > p { margin: 7px 0 0; font-size: 8px; }
.promo-form > p.is-success { color: #587a5f; }
.promo-form > p.is-error { color: #a42d2d; }
.cart-summary__benefits { display: flex; margin: 20px 0 0; padding: 0; flex-direction: column; gap: 9px; list-style: none; color: #777; font-size: 8px; }
.cart-summary__benefits li { display: flex; gap: 9px; align-items: center; }
.cart-summary__benefits span { width: 18px; color: var(--color-gold); font-size: 15px; text-align: center; }
.cart-empty { display: flex; min-height: 480px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.cart-empty > span { color: var(--color-gold); font-size: 60px; }
.cart-empty .eyebrow { margin: 10px 0 7px; color: var(--color-gold); font-size: 9px; }
.cart-empty h2 { margin: 0 0 12px; font-family: var(--font-display); font-size: 36px; }
.cart-empty > p:not(.eyebrow) { max-width: 450px; margin: 0 0 24px; color: #777; font-size: 10px; }

.catalog-hero { padding: 28px 0 52px; color: #fff; background: linear-gradient(90deg, rgb(0 0 0 / 95%), rgb(0 0 0 / 63%)), radial-gradient(circle at 82% 35%, #5b5044, #111 57%); }
.catalog-hero .breadcrumbs { margin-bottom: 45px; }
.catalog-hero__content { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.catalog-hero__content .eyebrow { color: var(--color-gold); font-size: 9px; }
.catalog-hero h1 { margin: 0; font-family: var(--font-display); font-size: 54px; font-weight: 500; line-height: 1; }
.catalog-hero__content > p { max-width: 520px; margin: 0 0 4px; color: #bbb; font-size: 10px; line-height: 1.8; }
.catalog-section {background: #fff; min-height: 750px; padding: 32px 0 70px; }
.catalog-toolbar { display: grid; min-height: 55px; margin-bottom: 28px; grid-template-columns: 240px 1fr auto; align-items: center; border-bottom: 1px solid var(--color-line); }
.catalog-toolbar > p { margin: 0; color: #888; font-size: 9px; }
.catalog-toolbar > p strong { color: var(--color-ink); }
.catalog-filter-toggle { display: none; }
.catalog-toolbar__controls { display: flex; align-items: center; gap: 10px; }
.catalog-toolbar__controls > label { color: #888; font-size: 8px; text-transform: uppercase; }
.catalog-toolbar__controls select { min-width: 175px; height: 36px; padding: 0 10px; border: 1px solid var(--color-line); outline: 0; background: #fff; font-size: 9px; }
.view-switch { display: flex; margin-right: 12px; gap: 3px; }
.view-switch button { width: 34px; height: 34px; border: 1px solid var(--color-line); color: #aaa; background: #fff; }
.view-switch button.is-active { color: var(--color-gold); border-color: var(--color-gold); }
.catalog-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 38px; align-items: start; }
.catalog-filters { background: #fff; }
.catalog-filters__mobile-header { display: none; }
.filter-heading { display: flex; padding-bottom: 17px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--color-line); }
.filter-heading h2 { margin: 0; font-size: 12px; text-transform: uppercase; }
.filter-heading button { padding: 0; border: 0; color: var(--color-gold-dark); background: transparent; font-size: 8px; text-transform: uppercase; }
.filter-group { margin: 0; padding: 22px 0; border: 0; border-bottom: 1px solid var(--color-line); }
.filter-group legend { width: 100%; margin-bottom: 14px; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.filter-group label { display: grid; margin-bottom: 10px; grid-template-columns: 17px 1fr auto; gap: 8px; align-items: center; color: #666; font-size: 9px; cursor: pointer; }
.filter-group label:last-child { margin-bottom: 0; }
.filter-group input[type="checkbox"] { width: 14px; height: 14px; margin: 0; accent-color: var(--color-gold); }
.filter-group label small { color: #aaa; }
.filter-group--price > div { display: flex; margin-bottom: 13px; justify-content: space-between; color: #888; font-size: 9px; }
.filter-group--price strong { color: var(--color-ink); }
.filter-group--price input { width: 100%; accent-color: var(--color-gold); }
.catalog-filters__apply { display: none; }
.active-filters { display: flex; margin-bottom: 20px; flex-wrap: wrap; gap: 7px; }
.active-filters button { padding: 7px 10px; border: 1px solid #ded8cf; background: var(--color-cream); font-size: 8px; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px 18px; }
.catalog-grid .product-card__visual { min-height: 260px; }
.catalog-grid--compact { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.catalog-grid--compact .product-card__visual { min-height: 210px; }
.catalog-product__favorite { position: absolute; z-index: 3; top: 11px; right: 11px; display: grid; width: 31px; height: 31px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: #fff; font-size: 19px; }
.catalog-product__favorite.is-active { color: #b63b3b; }
.catalog-empty { display: flex; min-height: 450px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.catalog-empty > span { color: var(--color-gold); font-size: 50px; }
.catalog-empty h2 { margin: 10px 0 5px; font-family: var(--font-display); font-size: 31px; }
.catalog-empty p { margin: 0 0 20px; color: #888; font-size: 9px; }
.catalog-pagination { display: flex; margin-top: 48px; justify-content: center; gap: 5px; }
.catalog-pagination button { display: grid; width: 37px; height: 37px; padding: 0; place-items: center; border: 1px solid var(--color-line); background: #fff; font-size: 9px; }
.catalog-pagination button.is-active { color: #fff; border-color: var(--color-gold); background: var(--color-gold); }
.catalog-pagination button:disabled { opacity: .35; cursor: not-allowed; }

/* Dynamic shop catalog */
.catalog-layout--shop { grid-template-columns: 240px minmax(0, 1fr); }
.catalog-toolbar__spacer { min-width: 0; grid-column: 1 / 3; }
.catalog-sort { display: flex; align-items: center; gap: 10px; }
.catalog-sort label { color: #888; font-size: 8px; text-transform: uppercase; }
.catalog-sort select { min-width: 210px; height: 38px; padding: 0 34px 0 12px; border: 1px solid var(--color-line); outline: 0; background: #fff; font-size: 9px; }
.catalog-shop-sidebar { position: relative; background: #fff; }
.catalog-shop-sidebar__header { display: none; }
.catalog-categories { margin-bottom: 30px; }
.catalog-categories > p, .catalog-filter-panel__title > p { margin: 0; padding-bottom: 13px; border-bottom: 1px solid var(--color-ink); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.catalog-categories__list .naglowekMenuKategorii { display: none; }
.catalog-categories__list ul { margin: 0; padding: 6px 0 0; list-style: none; }
.catalog-categories__list li { margin: 0; padding: 0; }
.catalog-categories__list li a { display: flex; min-height: 37px; padding: 9px 4px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--color-line); color: #555; font-size: 10px; }
.catalog-categories__list li a::after { color: var(--color-gold); content: "›"; font-size: 16px; line-height: 1; }
.catalog-categories__list li a:hover { color: var(--color-gold-dark); }
.catalog-category-tree, .catalog-category-tree__children { margin: 0; padding: 0; list-style: none; }
.catalog-category-tree__row { display: grid; min-height: 38px; grid-template-columns: minmax(0, 1fr) 34px; align-items: stretch; border-bottom: 1px solid var(--color-line); }
.catalog-category-tree__row > a { min-height: 38px !important; padding: 10px 4px !important; border: 0 !important; }
.catalog-category-tree__row > a::after { display: none; }
.catalog-category-tree__row > button { display: grid; width: 34px; min-height: 34px; padding: 0; place-items: center; border: 0; color: #999; background: transparent; }
.catalog-category-tree__row > button i { transition: transform .2s ease; }
.catalog-category-tree__row > button.is-open i { transform: rotate(180deg); }
.catalog-category-tree > li:not(.has-children) > .catalog-category-tree__row { grid-template-columns: 1fr; }
.catalog-category-tree__children { padding: 3px 0 7px 13px !important; border-bottom: 1px solid var(--color-line); }
.catalog-category-tree__children .catalog-category-tree__row { min-height: 33px; border-bottom: 0; }
.catalog-category-tree__children .catalog-category-tree__row > a { min-height: 33px !important; padding: 8px 4px 8px 12px !important; color: #777; font-size: 9px; }
.catalog-category-tree__children .catalog-category-tree__row > a::before { position: absolute; margin: 1px 0 0 -11px; color: var(--color-gold); content: "–"; }
.catalog-category-tree li.is-current > .catalog-category-tree__row > a { color: var(--color-gold-dark); font-weight: 600; }
.catalog-filter-panel__title { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--color-ink); }
.catalog-filter-panel__title > p { flex: 1; border: 0; }
.catalog-filter-panel__title button { padding: 0; border: 0; color: #888; background: transparent; font-size: 8px; text-decoration: underline; text-underline-offset: 2px; }
.catalog-filter-group { padding: 20px 0; border-bottom: 1px solid var(--color-line); }
.catalog-filter-group h4 { margin: 0 0 14px; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.catalog-filter-group .filtr_cena_knt { display: flex; margin-bottom: 10px; justify-content: space-between; color: #777; font-size: 9px; }
.catalog-filter-group .filtry_wiersz_opcje { display: flex; flex-direction: column; gap: 9px; }
.catalog-filter-group .filtry_wiersz_opcje label { display: flex; min-height: 20px; align-items: center; gap: 9px; color: #666; cursor: pointer; font-size: 10px; }
.catalog-filter-group .filtry_wiersz_opcje label.aktywne { color: var(--color-ink); font-weight: 600; }
.catalog-filter-group input[type="checkbox"] { width: 15px; height: 15px; margin: 0; accent-color: var(--color-gold); }
.catalog-filter-group .ukryj { position: absolute; opacity: 0; pointer-events: none; }
.catalog-filter-group .filtr_19 .filtry_wiersz_opcje { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.catalog-filter-group .filtr_19 .filtry_wiersz_opcje label { position: relative; display: grid; min-width: 0; height: 48px; padding: 6px; place-items: center; overflow: hidden; border: 1px solid var(--color-line); background: #fff; }
.catalog-filter-group .filtr_19 .filtry_wiersz_opcje label.aktywne { border-color: var(--color-gold); box-shadow: inset 0 0 0 1px var(--color-gold); }
.catalog-filter-group .filtr_19 .filtry_wiersz_opcje label.bez_zdjecia { display: none; }
.catalog-filter-group .filtr_19 .filtry_wiersz_opcje label > span:first-of-type { display: grid !important; width: 100%; height: 100%; place-items: center; }
.catalog-filter-group .filtr_19 .filtry_wiersz_opcje label > span:first-of-type img { display: block; width: 100%; max-width: 58px; height: 27px; object-fit: contain; }
.catalog-filter-group .filtr_19 .filtry_wiersz_opcje label > span:last-child { display: none !important; }
.catalog-filter-group .filtry_wiersz_opcje label > span:first-of-type {
    flex: 0 0 15px;
    width: 15px;
    max-width: 15px;
    height: 15px;
}
.catalog-filter-group .filtry_wiersz_opcje label > span:first-of-type img {
    width: 15px !important;
    max-width: 15px !important;
    height: 15px !important;
    max-height: 15px !important;
    object-fit: cover;
}
.catalog-filter-group .filtr_19 .filtry_wiersz_opcje label > span:first-of-type {
    width: 100%;
    max-width: none;
    height: 100%;
    flex-basis: auto;
}
.catalog-filter-group .filtr_19 .filtry_wiersz_opcje label > span:first-of-type img {
    width: 100% !important;
    max-width: 58px !important;
    height: 27px !important;
    max-height: 27px !important;
    object-fit: contain;
}
.catalog-filter-panel__actions { display: flex; padding-top: 20px; flex-direction: column; gap: 9px; }
.catalog-filter-panel__actions .button { width: 100%; border-width: 1px; }
.catalog-filter-panel__actions .button--gold { display: none; }
.catalog-filter-overlay { display: none; }
.catalog-products { min-width: 0; }
.catalog-active-filters { display: none; margin-bottom: 22px; padding-bottom: 13px; flex-wrap: wrap; gap: 9px; border-bottom: 1px solid var(--color-line); }
.catalog-active-filters.is-visible { display: flex; }
.catalog-active-filters .filtry_wiersz, .catalog-active-filters .flitr_ust_knt { display: contents; }
.catalog-active-filters h4 { margin: 0; align-self: center; color: #888; font-size: 8px; text-transform: uppercase; }
.catalog-active-filters button { min-height: 29px; padding: 6px 10px; border: 1px solid var(--color-line); background: #fff; color: #555; font-size: 8px; }
.catalog-active-filters button i { margin-left: 6px; color: var(--color-gold); }
.catalog-product-results .offer-box { width: 100%; }
.catalog-product-results .kol_grid_4 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px 20px; }
.catalog-product-results .kol_grid_4 > div { min-width: 0; }
.catalog-product-results .img_knt, .catalog-product-results .img_knt .item-img { min-height: 285px; height: 285px; }
.catalog-product-results .stronicowanie { grid-column: 1 / -1; }
.catalog-description { margin-bottom: 28px; color: #666; font-size: 11px; line-height: 1.8; }
.catalog-description--bottom { margin: 55px 0 0; padding-top: 35px; border-top: 1px solid var(--color-line); }
.catalog-attachments { margin-top: 35px; }
.filter-overlay { display: none; }

.product-overview { padding: 0 0 30px; }

/* Product page — live store data and checkout logic */
.product-page { background: #fff; }
.product-page .tlo_produkt { width: 100%; max-width: none; margin: 0; padding: 24px 0 64px; background: #fff; }
.product-page .tresc { width: min(calc(100% - 48px), var(--container)); max-width: var(--container); padding: 0; }
.product-page__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(350px, .65fr); gap: clamp(40px, 5vw, 80px); align-items: start; }
.product-page__media, .product-page__purchase { min-width: 0; }
.product-page .wiersz_zdjec { display: grid; grid-template-columns: 105px minmax(0, 1fr); gap: 14px; }
.product-page .glowne_zdjecie { grid-area: auto; min-width: 0; }
.product-page .galeria_produktu { grid-area: auto; max-height: 650px; overflow-y: auto; order: -1; scrollbar-width: thin; }
.product-page .galeria_produktu ul { position: static; display: grid; width: 100%; margin: 0 !important; padding: 0; gap: 10px; list-style: none; }
.product-page .galeria_produktu ul li { margin: 0; border: 1px solid var(--color-line); background: #fff; }
.product-page .galeria_produktu ul li img { display: block; width: 100%; height: 105px; padding: 0; object-fit: cover; }
.product-page .glowne_zdjecie ul { margin: 0 !important; padding: 0; list-style: none; }
.product-page .glowne_zdjecie ul li { display: grid; min-height: 650px; place-items: center; overflow: hidden; border: 1px solid var(--color-line); background: #fff; }
.product-page .glowne_zdjecie img { display: block; width: 100%; max-height: 650px; object-fit: contain; }
.product-page__purchase .sticky { position: sticky; top: 24px; margin: 0; padding: 28px 30px; border: 1px solid var(--color-line); background: #fff; box-shadow: 0 10px 30px rgb(0 0 0 / 5%); }
.product-page__breadcrumbs { margin: 0 0 18px; }
.product-page__breadcrumbs ol { display: flex; margin: 0; padding: 0; flex-wrap: wrap; gap: 5px; color: var(--color-muted); font-size: 8px; font-weight: 500; letter-spacing: .025em; list-style: none; text-transform: uppercase; }
.product-page__breadcrumbs li { display: inline-flex; align-items: center; }
.product-page__breadcrumbs li:not(:last-child)::after { margin-left: 5px; color: #bbb; content: "/"; }
.product-page__breadcrumbs li:last-child { color: var(--color-ink); }
.product-page__breadcrumbs a:hover { color: var(--color-gold-dark); }
.product-page__purchase h1 { margin: 0 0 12px; font-family: var(--font-display); font-size: clamp(25px, 2vw, 32px); font-weight: 600; line-height: 1.1; text-transform: none; }
.product-page__purchase h1::before, .product-page__purchase h1::after { display: none; }
.product-page__purchase .etykiety { display: flex; min-height: 0; margin: 0 0 16px; gap: 6px; }
.product-page__purchase .etykiety .etykieta { float: none; margin: 0; padding: 4px 8px; color: var(--color-gold-dark); border: 1px solid #ead8bf; background: #fbf7f1; font-size: 8px; font-weight: 600; line-height: 1.2; text-transform: uppercase; }
.product-page__purchase .do_koszyka { margin: 0; padding: 0; }
.product-page__purchase .zakupy_boks { margin: 0; padding: 0; }
.product-page__purchase .kolumnyAtr { display: grid; gap: 0; margin: 0; }
.product-page__purchase .atrybuty_knt { min-width: 0; margin: 0; padding: 0; border: 0; }
.product-page__purchase .atrybuty { display: grid; min-height: 0; padding: 11px 0; grid-template-columns: 92px minmax(0, 1fr); align-items: center; border-bottom: 1px solid var(--color-line); }
.product-page__purchase .atrybuty label { width: auto !important; margin: 0; color: var(--color-muted); font-size: 9px; font-weight: 500; line-height: 1.3; text-transform: uppercase; }
.product-page__purchase .atrybuty > div { min-width: 0; }
.product-page__purchase .atrybuty strong { font-size: 11px; font-weight: 600; }
.product-page__purchase .atrybuty img { width: auto; max-width: 140px; height: auto; max-height: 48px; object-fit: contain; }
.product-page__purchase .atrybuty button { min-width: 38px; margin: 3px 5px 3px 0; padding: 7px 10px; border: 1px solid var(--color-line); background: #fff; font-size: 10px; }
.product-page__purchase .atrybuty button.aktywny { color: #fff; border-color: var(--color-ink); background: var(--color-ink); }
.product-page__purchase .k_cena { display: flex; margin: 18px 0; padding-top: 2px; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; }
.product-page__purchase .k_cena label { width: 100%; color: var(--color-muted); font-size: 10px; font-weight: 500; text-transform: uppercase; }
.product-page__purchase .k_cena .cenaAkt { color: var(--color-ink); font-size: 27px; font-weight: 600; line-height: 1.15; }
.product-page__purchase .cena_30dni { width: 100%; color: var(--color-muted); font-size: 9px; }
.product-page__purchase .kolumnyCena { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 12px; align-items: end; }
.product-page__purchase .k_ilosc .sztuk { display: block; margin-bottom: 6px; color: var(--color-muted); font-size: 9px; }
.product-page__purchase .box_ilosc { display: flex; height: 44px; align-items: center; justify-content: space-between; border: 1px solid var(--color-line); }
.product-page__purchase .box_ilosc i { padding: 10px; color: var(--color-gold); cursor: pointer; }
.product-page__purchase .formInputIlosc { width: 36px; padding: 0; border: 0; text-align: center; }
.product-page__purchase .do_koszyka_b { width: 100%; min-height: 44px; border: 0; color: #fff; background: var(--color-gold); font-size: 10px; font-weight: 600; text-transform: uppercase; }
.product-page__purchase .method_p { display: block; width: 100%; max-width: 330px; height: auto; margin: 18px auto 0; border: 0; }
.product-page__description { padding: 68px 0 76px; border-top: 1px solid var(--color-line); background: #fff; }
.product-page__description > .container { display: grid; grid-template-columns: 240px minmax(0, 820px); gap: 70px; justify-content: center; align-items: start; }
.product-description__heading { position: sticky; top: 24px; }
.product-description__heading .eyebrow { margin: 0 0 10px; color: var(--color-gold-dark); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.product-description__heading h2 { margin: 0; font-family: var(--font-display); font-size: 36px; font-weight: 600; line-height: 1.05; }
.product-page__description .opis_produktu { margin: 0; padding: 0; border: 0; }
.product-page__description .menuProduktu { display: none !important; }
.product-page__description .info_roz_tr { display: block !important; padding: 0 0 34px; border: 0; }
.product-page__description .info_roz_tr + .info_roz_tr { padding-top: 34px; border-top: 1px solid var(--color-line); }
.product-page__description .info_roz_ng { padding: 0; }
.product-page__description table { width: 100% !important; border-collapse: collapse; table-layout: fixed; }
.product-page__description table td, .product-page__description table th { padding: 12px 14px; border-bottom: 1px solid var(--color-line); text-align: left; }
.product-page__description table.atrybutyT { margin: 4px 0 10px; border-top: 2px solid var(--color-ink); border-bottom: 1px solid var(--color-ink); }
body.influ .product-page__description table.atrybutyT td { height: auto; padding: 12px 16px !important; color: #555; border-right: 0; border-bottom: 1px solid var(--color-line); background: #fff; font-size: 11px !important; line-height: 1.45; vertical-align: middle; }
body.influ .product-page__description table.atrybutyT td:first-child { width: 34% !important; color: var(--color-muted); font-size: 9px !important; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
body.influ .product-page__description table.atrybutyT td:last-child { color: var(--color-ink); }
.product-page__description table.atrybutyT td:last-child b { font-weight: 500; }
.product-page__description table.atrybutyT tr:last-child td { border-bottom: 0; }
.product-page__description table.atrybutyT tr { transition: background-color 160ms ease; }
.product-page__description table.atrybutyT tr:hover td { background: #fdfbf8; }

/* Live cart and checkout */
.checkout-page { width: 100%; max-width: none; margin: 0; background: #fff; }
.checkout-hero { padding: 25px 0 38px; border-bottom: 1px solid var(--color-line); background: #fff; }
.checkout-hero .breadcrumbs { margin: 0 0 25px; }
.checkout-hero .eyebrow { margin: 0 0 7px; color: var(--color-gold-dark); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.checkout-hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(42px, 5vw, 62px); font-weight: 600; line-height: 1; }
.checkout-workspace { width: min(calc(100% - 48px), 1240px); max-width: 1240px; min-height: 480px; padding: 48px 0 72px; }
.checkout-legacy-title { display: none; }
.checkout-page .koszyk_zawartosc { opacity: 0; transition: opacity 180ms ease; }
.checkout-page .koszyk_zawartosc.pokaz { opacity: 1; }
.checkout-page img.wczytywanie, .checkout-page img[src*="loader.gif"] { width: auto !important; max-width: 40px !important; height: auto !important; max-height: 40px !important; object-fit: contain; }
.checkout-empty { display: flex; min-height: 420px; padding: 55px 20px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.checkout-empty > i { margin-bottom: 16px; color: var(--color-gold); font-size: 46px; }
.checkout-empty .eyebrow { margin: 0 0 6px; color: var(--color-gold-dark); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.checkout-empty h2 { margin: 0 0 10px; font-family: var(--font-display); font-size: 34px; font-weight: 600; }
.checkout-empty > p:not(.eyebrow) { max-width: 440px; margin: 0 0 24px; color: var(--color-muted); font-size: 11px; line-height: 1.75; }
.checkout-empty .button { min-width: 190px; border: 0; }
.checkout-page .navKoszyk { display: grid; margin: 0 0 34px; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--color-line); }
.checkout-page .koszyk_naglowek { position: relative; display: flex; min-height: 70px; padding: 15px 18px; gap: 11px; align-items: center; color: #969696; border-right: 1px solid var(--color-line); background: #fff; font-size: 9px; font-weight: 600; text-transform: uppercase; }
.checkout-page .koszyk_naglowek:last-child { border-right: 0; }
.checkout-page .koszyk_naglowek i { display: grid; width: 30px; height: 30px; place-items: center; color: #aaa; border: 1px solid var(--color-line); border-radius: 50%; font-size: 11px; }
.checkout-page .koszyk_naglowek.wybrany { color: var(--color-ink); }
.checkout-page .koszyk_naglowek.wybrany i { color: #fff; border-color: var(--color-gold); background: var(--color-gold); }
.checkout-page .koszyk_naglowek.aktywnyKrok::after { position: absolute; right: 18px; bottom: -1px; left: 18px; height: 2px; background: var(--color-gold); content: ""; }
.checkout-page form#formularz { margin: 0; }
.checkout-page .darmowa_dostawa { margin-bottom: 24px; }
.checkout-page .dodaj_wiecej { padding: 14px 17px; color: #645846; border: 1px solid #eadfce; background: #fbf8f3; font-size: 10px; line-height: 1.5; }
.checkout-page .dodaj_wiecej i { margin-right: 7px; }
.checkout-page .wiersz.adres_rozliczenia { width: 100%; margin: 0; }
.checkout-page table.koszyk { width: 100%; margin: 0; border: 0; border-collapse: collapse; table-layout: auto; }
.checkout-page table.koszyk th, .checkout-page table.koszyk td { border-right: 0 !important; border-left: 0 !important; }
.checkout-page table.koszyk .pierwszy th { padding: 0 10px 11px; color: #8a8a8a; border-top: 0 !important; border-bottom: 1px solid var(--color-line) !important; font-size: 8px; font-weight: 600; letter-spacing: .05em; text-align: left; text-transform: uppercase; }
.checkout-page table.koszyk .pierwszy th.alignRight { text-align: right; }
.checkout-page table.koszyk tr.pus { height: 0; }
.checkout-page table.koszyk tr.pus td { height: 0; padding: 0; border: 0; }
.checkout-page table.koszyk tr.zam > td { padding: 14px 10px; border-top: 0 !important; border-bottom: 1px solid var(--color-line) !important; background: #fff; font-size: 11px; vertical-align: middle; }
.checkout-page table.koszyk tr.zam:hover > td { background: #fff; }
.checkout-page table.koszyk .koszyk_obr_knt { width: 96px; padding-left: 0 !important; }
.checkout-page table.koszyk .koszyk_obr_knt img, .checkout-page table.koszyk .koszyk_obr { display: block; width: 82px; height: 82px; object-fit: contain; background: #fff; }
.checkout-page table.koszyk td.nazwa { min-width: 260px; }
.checkout-page table.koszyk td.nazwa > span:first-child a { color: var(--color-ink); font-size: 12px; font-weight: 600; line-height: 1.45; }
.checkout-page table.koszyk td.nazwa .px14 { display: block; margin-top: 6px; color: var(--color-muted); font-size: 9px !important; line-height: 1.6; }
.checkout-page table.koszyk .alignRight { text-align: right; }
.checkout-page table.koszyk .titleMenu { display: none; }
.checkout-page .formInputKoszyk { width: 64px; height: 40px; padding: 0 8px; border: 1px solid var(--color-line); background: #fff; font-size: 11px; text-align: center; }
.checkout-page table.koszyk td.kosz { width: 42px; }
.checkout-page table.koszyk td.kosz a { display: grid; width: 32px; height: 32px; margin-left: auto; place-items: center; border: 1px solid var(--color-line); border-radius: 50%; color: #888; }
.checkout-page table.koszyk td.kosz a:hover { color: #a43b3b; border-color: #d7aaaa; }
.checkout-page table.koszyk .koszyk_razem_info { color: var(--color-muted); font-size: 10px; text-transform: uppercase; }
.checkout-page table.koszyk .koszyk_razem { color: var(--color-ink); font-size: 14px; font-weight: 600; }
.checkout-page table.koszyk tr.zam:has(.koszyk_razem_info) > td { padding-top: 17px; padding-bottom: 17px; border-bottom-color: var(--color-ink) !important; }
.checkout-page table.koszyk tr.zam:last-of-type .koszyk_razem { font-size: 20px; }
.checkout-page .kod_rabatowy { display: flex; width: min(100%, 460px); margin: 22px 0 0 auto; padding: 16px; gap: 10px; align-items: stretch; flex-direction: column; color: var(--color-muted); border: 1px solid var(--color-line); background: #faf9f7; font-size: 9px; text-align: left; text-transform: uppercase; }
.checkout-page .kod_rabatowy__label { color: var(--color-ink); font-size: 9px; font-weight: 600; letter-spacing: .04em; }
.checkout-page .kod_rabatowy_knt { display: grid; width: 100%; height: auto; grid-template-columns: minmax(0, 1fr) auto; }
.checkout-page .kod_rabatowy_knt input { min-width: 0; width: 100%; height: 46px; padding: 0 12px; border: 1px solid var(--color-line); background: #fff; font-size: 14px; }
.checkout-page .kod_rabatowy_knt a, .checkout-page .kod_rabatowy_knt button { display: flex; min-width: 112px; min-height: 46px; padding: 0 16px; align-items: center; justify-content: center; border: 0; color: #fff; background: var(--color-ink); cursor: pointer; font-size: 9px; font-weight: 600; text-transform: uppercase; }
.checkout-page .kod_rabatowy_info_box { display: block; width: min(100%, 460px); margin: 14px 0 0 auto; padding: 11px 13px; border: 1px solid currentColor; background: #fff; font-size: 10px !important; line-height: 1.5; text-align: left; }
.checkout-page .formBtn, .checkout-page .formBtnSzary { display: inline-flex; min-height: 44px; padding: 0 24px !important; align-items: center; justify-content: center; border: 0; color: #fff; background: var(--color-gold); cursor: pointer; font-size: 12px; font-weight: 600; line-height: 1.2; text-transform: uppercase; margin-bottom: 20px;}
.checkout-page .formBtn:hover { background: var(--color-gold-dark); }
.checkout-page .formBtnSzary { background: var(--color-ink); }
.checkout-page a.formBtnSzary[ng-click="idz_do_kroku(1);"] { display: inline-flex !important; min-width: 205px; min-height: 42px; padding: 0 18px !important; gap: 9px; align-items: center; justify-content: center; color: var(--color-ink); border: 1px solid var(--color-ink); background: #fff; font-size: 8px; font-weight: 600; line-height: 1.2; letter-spacing: .035em; text-transform: uppercase; transition: color 160ms ease, background-color 160ms ease; }
.checkout-page a.formBtnSzary[ng-click="idz_do_kroku(1);"]::before { font-family: "Font Awesome 5 Free"; font-size: 10px; font-weight: 900; content: "\f060"; }
.checkout-page a.formBtnSzary[ng-click="idz_do_kroku(1);"]:hover { color: #fff; border-color: var(--color-ink); background: var(--color-ink); }
.checkout-page .checkout-actions { display: flex; margin: 18px 0 0; padding: 0; align-items: center; justify-content: flex-end; gap: 12px; text-align: right; }
.checkout-page .checkout-actions .formBtn, .checkout-page .checkout-actions .formBtnSzary { min-width: 190px; }
.checkout-page fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.checkout-page .adres_rozliczenia:not(:first-child) { margin-top: 28px; }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"], .checkout-page .adres_rozliczenia[ng-show="krok==2"], .checkout-page .adres_rozliczenia[ng-show="krok>2"] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] > .kol_2, .checkout-page .adres_rozliczenia[ng-show="krok==2"] > .kol_2, .checkout-page .adres_rozliczenia[ng-show="krok>2"] > .kol_2 { width: auto; }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] > .koniec, .checkout-page .adres_rozliczenia[ng-show="krok==2"] > .koniec, .checkout-page .adres_rozliczenia[ng-show="krok>2"] > .koniec, .checkout-page .adres_rozliczenia[ng-show="krok==2"] > hr, .checkout-page .adres_rozliczenia[ng-show="krok>2"] > hr, .checkout-page .adres_rozliczenia[ng-show="krok==2"] > div[style*="text-align"], .checkout-page .adres_rozliczenia[ng-show="krok>2"] > div[style*="text-align"] { grid-column: 1 / -1; }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] { width: min(100%, 960px); margin: 34px auto 0; gap: 24px; }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] > .adresy { position: relative; display: flex; min-height: 255px; padding: 34px 32px 30px; flex-direction: column; align-items: stretch; justify-content: flex-start; border: 1px solid var(--color-line); text-align: center; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] > .adresy:hover { border-color: #d8c3a4; box-shadow: 0 14px 38px rgb(0 0 0 / 6%); transform: translateY(-2px); }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] > .adresy::before { display: grid; width: 50px; height: 50px; margin: 0 auto 18px; place-items: center; color: var(--color-gold-dark); border: 1px solid #e5d6c1; border-radius: 50%; background: #fbf8f3; font-family: "Font Awesome 5 Free"; font-size: 18px; font-weight: 900; content: "\f2bd"; }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] > .adresy:nth-of-type(2)::before { content: "\f07a"; }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] .panel_klienta_menu { width: 100%; margin: 20px 0 0 !important; padding: 0; list-style: none; }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] .panel_klienta_menu li { width: 100%; margin: 0; padding: 0; list-style: none; }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] .panel_klienta_menu a { display: flex; width: 100%; min-height: 48px; margin: 0; padding: 0 20px; align-items: center; justify-content: center; gap: 12px; color: #fff; border: 1px solid var(--color-ink); background: var(--color-ink); font-size: 9px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] > .adresy:nth-of-type(2) .panel_klienta_menu a { border-color: var(--color-gold); background: var(--color-gold); }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] .panel_klienta_menu a:hover { color: #fff !important; border-color: var(--color-gold-dark) !important; background: var(--color-gold-dark) !important; }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] .panel_klienta_menu a i { margin: 0; font-size: 12px; }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] p.pojedynczy:first-child { width: 100%; margin: 0; color: var(--color-ink); font-family: var(--font-display); font-size: 24px; font-weight: 600; line-height: 1.15; }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] p.pojedynczy.px12 { width: 100%; margin: 14px 0 0; color: var(--color-muted); font-family: var(--font-body); font-size: 9px !important; font-weight: 400; line-height: 1.55; }
.checkout-page .adres_rozliczenia[ng-show="krok==1.5"] p.pojedynczy.px12 i { margin-right: 5px; color: var(--color-gold-dark); }
.checkout-page .adres_rozliczenia > .kol_2, .checkout-page .adres_rozliczenia > .kol_3, .checkout-page .adresy { padding: 28px; border: 1px solid var(--color-line); background: #fff; }
.checkout-page .adres_rozliczenia > .koniec { display: none; }
.checkout-page .adres_rozliczenia > hr { display: none; }
.checkout-page .adres_rozliczenia h2 { margin: 0 0 20px; font-family: var(--font-display); font-size: 25px; font-weight: 600; }
.checkout-page .adres_rozliczenia p { color: #666; font-size: 10px; line-height: 1.6; }
.checkout-page .adres_rozliczenia .formInput, .checkout-page .adres_rozliczenia textarea, .checkout-page .adres_rozliczenia select { width: 100%; min-height: 43px; margin-top: 6px; padding: 10px 12px; border: 1px solid var(--color-line); border-radius: 0; background: #fff; font-size: 11px; }
.checkout-page .adres_rozliczenia textarea { min-height: 110px; resize: vertical; }

/* Checkout — customer and delivery details */
.checkout-page .adres_rozliczenia[ng-show="krok==2"] { width: min(100%, 1120px); margin: 34px auto 0; gap: 24px; align-items: start; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] > .adresy { min-width: 0; padding: 34px 32px; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] > .adresy:first-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; align-content: start; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] > .adresy:first-child > h2, .checkout-page .adres_rozliczenia[ng-show="krok==2"] > .adresy:first-child > .koniec, .checkout-page .adres_rozliczenia[ng-show="krok==2"] > .adresy:first-child > div, .checkout-page .adres_rozliczenia[ng-show="krok==2"] > .adresy:first-child > p.pojedynczy { grid-column: 1 / -1; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] h2 { position: relative; margin: 8px 0 22px; padding-bottom: 13px; border-bottom: 1px solid var(--color-line); font-size: 27px; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] h2:first-child { margin-top: 0; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] h2::after { position: absolute; bottom: -1px; left: 0; width: 44px; height: 2px; background: var(--color-gold); content: ""; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] .adresy > p { position: relative; width: auto; margin: 0 0 16px; color: #545454; font-size: 9px; font-weight: 500; line-height: 1.45; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] .adresy > p > strong { margin-left: 3px; color: #a54242; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] .formInput { height: 44px; margin-top: 7px; padding: 0 13px; color: var(--color-ink); border-color: #dcdcdc; font-size: 10px; transition: border-color 160ms ease, box-shadow 160ms ease; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] textarea.formInput { height: 120px !important; padding-top: 12px; line-height: 1.55; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] .formInput:focus { border-color: var(--color-gold); outline: 0; box-shadow: 0 0 0 3px rgb(189 140 76 / 10%); }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] .validationMessage { display: block; margin-top: 5px; color: #a33f3f; font-size: 8px; font-weight: 500; line-height: 1.35; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] p.has-error { color: #7d3b3b; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] .formInput.has-error { border-color: #c66c6c !important; background: #fffafa; box-shadow: none; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] .ukryte { display: none !important; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] > .adresy:first-child > div:not(.koniec):not(.ukryte) { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] p[style*="padding-top"] { margin-bottom: 10px; padding: 0 !important; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] p[style*="padding-top"] label { display: flex; min-height: 42px; padding: 0 13px; gap: 9px; align-items: center; border: 1px solid var(--color-line); cursor: pointer; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] p[style*="padding-top"] label strong { color: var(--color-ink); font-size: 11px; font-weight: 600; line-height: 1.4; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] p[style*="padding-top"] label:has(input:checked) { color: var(--color-ink); border-color: var(--color-gold); box-shadow: inset 3px 0 0 var(--color-gold); }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] .adresy > p.pojedynczy { margin: 5px 0 15px; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] .adresy > p.pojedynczy > label { display: flex; gap: 9px; align-items: flex-start; color: #555; font-size: 9px; font-weight: 400; line-height: 1.55; cursor: pointer; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] .adresy > p.pojedynczy > label input { margin-top: 2px; flex: 0 0 auto; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] > .adresy:nth-child(2) > p:first-of-type { padding: 13px 15px; color: #665a49; border: 1px solid #eadfce; background: #fbf8f3; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] > .adresy:nth-child(2) > p:first-of-type i { margin-right: 6px; color: var(--color-gold-dark); }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] > div[style*="text-align"] { display: flex; margin-top: 0; justify-content: flex-end; }
.checkout-page .adres_rozliczenia[ng-show="krok==2"] > div[style*="text-align"] .formBtn { min-width: 240px; }
.checkout-page .dostawa_platnosc { display: block; min-height: 54px; margin-bottom: 9px; padding: 17px 16px; border: 1px solid var(--color-line); background: #fff; cursor: pointer; font-size: 10px; }
.checkout-page .dostawa_platnosc:hover { border-color: #cdb38f; }
.checkout-page .dostawa_platnosc:has(input:checked) { border-color: var(--color-gold); box-shadow: inset 3px 0 0 var(--color-gold); }
.checkout-page .dostawa_platnosc.paynow, .checkout-page .dostawa_platnosc.paypo, .checkout-page .dostawa_platnosc.blumedia { padding-right: 112px; background-repeat: no-repeat; background-position: right 14px center; background-size: auto 24px; }
.checkout-page .dostawa_platnosc.paynow { background-image: url("../img/paynow.png"); }
.checkout-page .dostawa_platnosc.paypo { background-image: url("../img/paypo.png"); }
.checkout-page .dostawa_platnosc.blumedia { background-image: url("../img/autopay.webp"); }
.checkout-page .dostawa_platnosc img { float: right; width: auto; max-height: 28px; }
.checkout-page .paczkomat_info { display: block; margin-top: 12px; color: var(--color-muted); font-size: 9px; font-style: normal; line-height: 1.6; }
.checkout-page .paczkomat_info a { display: inline-flex; min-height: 32px; margin-top: 7px; padding: 0 14px; align-items: center; color: #fff; border-radius: 18px; background: var(--color-ink); font-size: 8px; font-weight: 600; text-transform: uppercase; }
.checkout-page .paczkomat_info a:hover { color: #fff; background: var(--color-gold-dark); }
.checkout-page #wybierz_paczkomat_knt { margin-top: 24px; padding: 0px; border: 1px solid var(--color-line); background: #fff; }
.checkout-page #wybierz_paczkomat_knt .paczkomat_knt{  padding: 24px; }

.checkout-page #wybierz_paczkomat_knt h2 { margin: 0 0 14px; font-family: var(--font-display); font-size: 26px; }
.checkout-page #wybierz_paczkomat_alert { margin-bottom: 15px; padding: 12px 14px; color: #745858; border: 1px solid #ead1d1; background: #fff8f8; font-size: 9px; }
.checkout-page .wybierz_paczkomat_mapa, .checkout-page #easypack-map { min-height: 480px; }
.checkout-page div[ng-show="krok>2"] > .adres_rozliczenia { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr) minmax(190px, .6fr); gap: 24px; align-items: start; }
.checkout-page div[ng-show="krok>2"] > .adres_rozliczenia > .kol_3 { width: auto; }
.checkout-page div[ng-show="krok>2"] > .adres_rozliczenia > .koniec, .checkout-page div[ng-show="krok>2"] > .adres_rozliczenia > hr { grid-column: 1 / -1; }
.checkout-page div[ng-show="krok>2"] > .adres_rozliczenia > .kol_3:last-of-type { color: #fff; border-color: var(--color-ink); background: var(--color-ink); }
.checkout-page div[ng-show="krok>2"] > .adres_rozliczenia > .kol_3:last-of-type h2 { color: #fff; }
.checkout-page div[ng-show="krok>2"] > .adres_rozliczenia > .kol_3:last-of-type .kolor { color: var(--color-gold); font-size: 20px; }
.checkout-page input[type="radio"], .checkout-page input[type="checkbox"] { accent-color: var(--color-gold-dark); }
.checkout-page .wgrane_zdjecia { display: flex; margin-top: 10px; flex-wrap: wrap; gap: 8px; }
.checkout-page .wgrane_zdjecia img { width: 58px; height: 58px; padding: 3px; border: 1px solid var(--color-line); object-fit: cover; background: #fff; }
.checkout-page .formInputKoszyk.has-error, .checkout-page .formInput.has-error, .checkout-page input.ng-invalid.ng-dirty, .checkout-page textarea.ng-invalid.ng-dirty { border-color: #b84747 !important; box-shadow: 0 0 0 2px rgb(184 71 71 / 8%); }
.checkout-page .inputTextBlad { display: block; margin-bottom: 6px; color: #a63838; font-size: 9px; line-height: 1.45; }
.checkout-page .inputTextInfo { display: block; margin-bottom: 6px; color: #6d634f; font-size: 9px; line-height: 1.45; }
.checkout-page .bg-success, .checkout-page .bg-danger, .checkout-page .bg-info { margin: 15px 0; padding: 13px 15px; border: 1px solid; background: #fff; font-size: 10px; line-height: 1.55; }
.checkout-page .bg-success { color: #45654c; border-color: #cfe0d2; background: #f7fbf8; }
.checkout-page .bg-danger { color: #8b4141; border-color: #ead1d1; background: #fff8f8; }
.checkout-page .bg-info { color: #665a49; border-color: #eadfce; background: #fbf8f3; }
.checkout-page .bg-success i, .checkout-page .bg-danger i, .checkout-page .bg-info i { margin-right: 7px; }
.checkout-page .scroll_link { position: absolute; margin-top: -95px; }
.checkout-page .potwierdzenie { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.checkout-page .potwierdzenie > .kol_2 { width: auto; }
.checkout-page .potwierdzenie > .kol_2:first-child { color: #fff; border-color: var(--color-ink); background: var(--color-ink); }
.checkout-page .potwierdzenie > .kol_2:first-child h2 { color: #fff; }
.checkout-page .potwierdzenie > .kol_2:first-child .kolor { color: var(--color-gold); }
.checkout-page .potwierdzenie > .kol_2:nth-child(2) { padding: 30px 32px; }
.checkout-page .potwierdzenie > .kol_2:nth-child(2) > h2 { position: relative; margin: 0 0 22px; padding-bottom: 13px; border-bottom: 1px solid var(--color-line); font-size: 27px; }
.checkout-page .potwierdzenie > .kol_2:nth-child(2) > h2::after { position: absolute; bottom: -1px; left: 0; width: 44px; height: 2px; background: var(--color-gold); content: ""; }
.checkout-page .potwierdzenie > .kol_2:nth-child(2) > p { margin: 0 0 18px; color: #555; font-size: 10px; line-height: 1.7; }
    .checkout-page .potwierdzenie > .kol_2:nth-child(2) > p:first-of-type > label { font-size: 14px; position: relative; display: block; min-height: 54px; padding: 16px 17px 16px 46px; border: 1px solid var(--color-line); background: #fff; cursor: pointer; }
.checkout-page .potwierdzenie > .kol_2:nth-child(2) > p:first-of-type > label input { position: absolute; top: 19px; left: 18px; margin: 0; }
.checkout-page .potwierdzenie > .kol_2:nth-child(2) > p:first-of-type > label > strong:first-of-type { margin-right: 3px; color: #a33f3f; }
.checkout-page .potwierdzenie > .kol_2:nth-child(2) > p:first-of-type > label a { color: var(--color-gold-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.checkout-page .potwierdzenie > .kol_2:nth-child(2) > p:first-of-type > label a:hover { color: var(--color-ink); }
.checkout-page .potwierdzenie > .kol_2:nth-child(2) > p:first-of-type > .px12 { display: block; margin-top: 12px; }
.checkout-page .potwierdzenie > .kol_2:nth-child(2) > p:first-of-type > .px12[ng-if] { padding: 15px 17px; color: #696052; border-left: 3px solid var(--color-gold); background: #fbf8f3; font-size: 9px !important; line-height: 1.7; }
.checkout-page .potwierdzenie > .kol_2:nth-child(2) > p:first-of-type > .px12:last-child { color: var(--color-gold-dark); font-size: 9px !important; }
.checkout-page .potwierdzenie > .kol_2:nth-child(2) > p:first-of-type > .px12:last-child strong { display: inline-flex; gap: 7px; align-items: center; font-weight: 600; }
.checkout-page .potwierdzenie > .kol_2:nth-child(2) > p:last-child { margin-bottom: 0; }
.checkout-page .potwierdzenie > .kol_2:nth-child(2) > p:last-child .formBtn { width: 100%; min-height: 50px; }
.checkout-page .potwierdzenie .inputTextBlad { display: block; margin: 0 0 8px; padding: 10px 12px; color: #8b4141; border: 1px solid #ead1d1; background: #fff8f8; }

/* Login and registration */
.panel_klienta_knt:has(.auth-live) { width: 100%; max-width: none; padding: 0; }
.szablon_panelu > p[ng-show="!strona.naglowek"] { display: flex; min-height: 420px; margin: 0; align-items: center; justify-content: center; text-align: center; }
.szablon_panelu > p[ng-show="!strona.naglowek"] img { width: auto !important; max-width: 40px !important; height: auto !important; max-height: 40px !important; margin: 0 auto; object-fit: contain; }
.auth-live { padding: 60px 24px 76px; background: #fff; }
.auth-live__article { width: min(100%, 1120px); margin: 0 auto; }
.auth-live__layout { display: grid; min-height: 650px; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); border: 1px solid var(--color-line); box-shadow: 0 18px 55px rgb(0 0 0 / 6%); }
.auth-live__layout > .kol_wp { width: auto; min-width: 0; }
.auth-live .panel_formularza { padding: 54px 62px; background: #fff; }
.auth-live .panel_formularza > h1 { margin: 0 0 13px; font-family: var(--font-display); font-size: clamp(42px, 4vw, 58px); font-weight: 600; line-height: .98; text-transform: none; }
.auth-live .panel_formularza > h1::before, .auth-live .panel_formularza > h1::after { display: none; }
.auth-live .panel_formularza > h1 + div { margin-bottom: 25px; color: var(--color-muted); font-size: 10px; line-height: 1.7; }
.auth-live .formularzMini { width: 100%; max-width: none; margin: 0; padding: 0; }
.auth-live form { margin: 0; }
.auth-live form > div:first-of-type, .auth-live--register form .adresy { display: grid; grid-template-columns: 1fr; gap: 0; }
.auth-live.auth-live--register form .adresy { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
.auth-live form p { position: relative; margin: 0 0 17px; color: #535353; font-size: 9px; font-weight: 500; line-height: 1.5; }
.auth-live form p > strong { margin-left: 3px; color: #a64040; }
.auth-live .formInput { width: 100%; height: 46px; margin-top: 7px; padding: 0 13px; color: var(--color-ink); border: 1px solid #dcdcdc; border-radius: 0; background: #fff; font-size: 10px; transition: border-color 160ms ease, box-shadow 160ms ease; }
.auth-live .formInput:focus { border-color: var(--color-gold); outline: 0; box-shadow: 0 0 0 3px rgb(189 140 76 / 10%); }
.auth-live .formInput.has-error, .auth-live input.ng-invalid.ng-dirty { border-color: #c66c6c; background: #fffafa; }
.auth-live .validationMessage, .auth-live .inputTextBlad { display: block; margin: 5px 0 0; color: #a33f3f; font-size: 8px; line-height: 1.35; }
.auth-live form a { color: var(--color-gold-dark); font-size: 9px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.auth-live form a:hover { color: var(--color-ink); }
.auth-live form .formBtn { display: inline-flex; width: 100%; min-height: 48px; margin-top: 3px; padding: 0 22px; align-items: center; justify-content: center; border: 0; color: #fff; background: var(--color-gold); font-size: 9px; font-weight: 600; text-transform: uppercase; }
.auth-live form .formBtn:hover { background: var(--color-gold-dark); }
.auth-live form p[style*="text-align"] { margin-bottom: 0; text-align: left !important; }
.auth-live form > p > label { position: relative; display: block; padding-left: 27px; color: #606060; font-size: 9px; font-weight: 400; line-height: 1.65; }
.auth-live form > p > label input[type="checkbox"] { position: absolute; top: 3px; left: 0; margin: 0; accent-color: var(--color-gold-dark); }
.auth-live form > p > label a { font-size: inherit; }
.auth-live form > p > .px12, .auth-live form > p + .px12 { display: block; margin: 10px 0; padding: 13px 15px; color: #696052; border-left: 3px solid var(--color-gold); background: #fbf8f3; font-size: 8px !important; line-height: 1.65; }
.auth-live .bg-success, .auth-live .bg-danger, .auth-live .bg-info { margin: 0 0 18px; padding: 12px 14px; border: 1px solid; font-size: 9px; line-height: 1.55; }
.auth-live .bg-success { color: #45654c; border-color: #cfe0d2; background: #f7fbf8; }
.auth-live .bg-danger { color: #8b4141; border-color: #ead1d1; background: #fff8f8; }
.auth-live .bg-info { color: #665a49; border-color: #eadfce; background: #fbf8f3; }
.auth-live .szaryLoader, .auth-live img[src*="loader.gif"] { width: auto !important; max-width: 40px !important; height: auto !important; max-height: 40px !important; }
.auth-live div[ng-if="!pokazFormularz && formularzWysylanie"] { min-height: 120px; display: flex; gap: 12px; align-items: center; justify-content: center; color: var(--color-muted); font-size: 9px; text-align: center; }
.auth-live .auth-live__layout > .kol_wp:last-child { display: flex; padding: 58px 50px; align-items: center; color: #fff; background: var(--color-ink); }
.auth-live .panel_info { width: 100%; }
.auth-live .panel_info h2 { margin: 0 0 15px; color: #fff; font-family: var(--font-display); font-size: 34px; font-weight: 600; line-height: 1.05; }
.auth-live .panel_info > p { margin: 0 0 30px; color: #c5c5c5; font-size: 10px; line-height: 1.75; }
.auth-live .panel_info .wk { display: grid; gap: 10px; }
.auth-live .panel_info .wk > div { display: flex; min-height: 54px; padding: 10px 0; gap: 13px; align-items: center; border-bottom: 1px solid rgb(255 255 255 / 13%); }
.auth-live .panel_info .wk > div img, .auth-live .panel_info .wk > div svg { width: 34px; height: 34px; flex: 0 0 34px; object-fit: contain; }
.auth-live .panel_info .wk > div svg { fill: none; stroke: var(--color-gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.auth-live .panel_info .wk > div span { color: #eee; font-size: 9px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; }
.auth-live .panel_info hr { margin: 28px 0; border: 0; border-top: 1px solid rgb(255 255 255 / 15%); }
.auth-live .panel_info .formBtn2 { display: inline-flex; width: 100%; min-height: 46px; padding: 0 20px; align-items: center; justify-content: center; color: #fff; border: 1px solid var(--color-gold); background: var(--color-gold); font-size: 9px; font-weight: 600; text-transform: uppercase; }
.auth-live .panel_info .formBtn2:hover { color: #fff; border-color: #fff; background: transparent; }
.auth-live .panel_info .wk > p { margin: 5px 0; color: #888; font-size: 9px; }
.auth-live--recovery .panel_formularza { display: flex; flex-direction: column; justify-content: center; }
.auth-live--recovery .panel_formularza > h1 { max-width: 480px; }
.auth-live--recovery .formularzMini > div:first-child { margin-bottom: 22px; color: var(--color-muted); font-size: 10px; line-height: 1.75; }
.auth-live--recovery form > p:first-of-type { margin-bottom: 20px; }
.auth-live--recovery form .formBtn { min-width: 220px; }
.auth-live--recovery .panel_info .wiersz_btn { display: grid; gap: 10px; }
.auth-live--recovery .panel_info .wiersz_btn > p { margin: 2px 0; color: #888; font-size: 8px; text-transform: uppercase; }

/* Product reviews */
.returns-page {
    padding: 0 0 76px;
    background: #fff;
}

.returns-page__container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.returns-page__content {
    width: 100%;
}

.returns-page__heading {
    margin-bottom: 54px;
    padding: 60px max(24px, calc((100vw - var(--container)) / 2));
    color: #fff;
    background: var(--color-ink);
}

.returns-page__heading .eyebrow {
    margin: 0 0 14px;
    color: var(--color-gold);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.returns-page__heading h1 {
    max-width: 850px;
    margin: 0 0 15px;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.025em;
    text-transform: none;
}

.returns-page__heading > p:last-child {
    max-width: 640px;
    margin: 0;
    color: #c7c7c7;
    font-size: 11px;
    line-height: 1.7;
}

.returns-flow {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}

.returns-flow.pokaz {
    opacity: 1;
    pointer-events: auto;
}

.returns-loader {
    display: flex;
    min-height: 110px;
    margin: 0;
    gap: 12px;
    align-items: center;
    justify-content: center;
    color: var(--color-muted);
    font-size: 10px;
    text-align: center;
}

.returns-loader img,
.returns-page .szaryLoader {
    display: block;
    width: auto !important;
    max-width: 40px !important;
    height: auto !important;
    max-height: 40px !important;
    margin: 0;
}

.returns-lookup-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    border: 1px solid var(--color-line);
    background: #fff;
}

.returns-lookup-grid > .kol_wp {
    box-sizing: border-box;
    width: auto;
    min-width: 0;
}

.returns-lookup-card {
    padding: 46px 54px;
}

.returns-lookup-card > h1 {
    margin: 0 0 13px;
    font-family: var(--font-display);
    font-size: 39px;
    font-weight: 600;
    line-height: 1;
}

.returns-lookup-card > h1 + div {
    margin-bottom: 25px;
    color: var(--color-muted);
    font-size: 10px;
    line-height: 1.7;
}

.returns-page .formularzMini {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.returns-page form p {
    margin: 0 0 18px;
    color: #535353;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
}

.returns-page form p > strong {
    margin-left: 3px;
    color: #a64040;
}

.returns-page .formInput {
    box-sizing: border-box;
    width: 100%;
    min-height: 47px;
    margin-top: 7px;
    padding: 11px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    background: #fff;
    color: var(--color-ink);
    font-family: var(--font-body);
    font-size: 11px;
    transition: border-color .16s, box-shadow .16s;
}

.returns-page textarea.formInput {
    min-height: 125px;
    line-height: 1.65;
}

.returns-page .formInput:focus {
    border-color: var(--color-gold);
    outline: 0;
    box-shadow: 0 0 0 3px rgb(189 140 76 / 10%);
}

.returns-page .validationMessage,
.returns-page .inputTextBlad {
    display: block;
    margin-top: 5px;
    color: #a33f3f;
    font-size: 8px;
}

.returns-page .formBtn,
.returns-page .formBtn2 {
    display: inline-flex;
    min-height: 47px;
    padding: 0 24px !important;
    border: 1px solid var(--color-gold);
    align-items: center;
    justify-content: center;
    background: var(--color-gold);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .045em;
    clip-path: none;
}

.returns-page .formBtn:hover,
.returns-page .formBtn2:hover {
    border-color: var(--color-gold-dark);
    background: var(--color-gold-dark);
    color: #fff;
}

.returns-account-card {
    display: flex;
    padding: 48px 42px;
    align-items: center;
    color: #fff;
    background: var(--color-ink);
}

.returns-account-card .panel_info {
    width: 100%;
}

.returns-account-card h2 {
    margin: 0 0 16px;
    color: #fff;
    font-family: var(--font-display);
    font-size: 34px;
    font-weight: 600;
    line-height: 1.05;
}

.returns-account-card p {
    margin: 0 0 26px;
    color: #c5c5c5;
    font-size: 10px;
    line-height: 1.75;
}

.returns-account-card .formBtn {
    width: 100%;
}

.returns-page .bg-info,
.returns-page .bg-success,
.returns-page .bg-danger {
    display: flex;
    margin: 0 0 18px;
    padding: 13px 15px;
    border: 1px solid;
    gap: 9px;
    align-items: flex-start;
    font-size: 10px;
    line-height: 1.55;
}

.returns-page .bg-info {
    border-color: #eadfce;
    background: #fbf8f3;
    color: #665a49;
}

.returns-page .bg-success {
    border-color: #cfe0d2;
    background: #f7fbf8;
    color: #45654c;
}

.returns-page .bg-danger {
    border-color: #ead1d1;
    background: #fff8f8;
    color: #8b4141;
}

.returns-panel {
    padding: 38px 42px 42px;
    border: 1px solid var(--color-line);
    background: #fff;
}

.returns-panel > h3,
.returns-form h3 {
    margin: 0 0 12px !important;
    color: var(--color-ink);
    font-family: var(--font-display);
    font-size: 27px;
    font-weight: 600;
    line-height: 1.15;
}

.returns-panel > p,
.returns-form .text-muted {
    color: var(--color-muted);
    font-size: 10px;
}

.returns-page .tabela_zwrotow {
    margin: 25px 0 30px;
    overflow-x: auto;
}

.returns-page .tabela_zwrotow table {
    width: 100%;
    min-width: 720px;
    margin: 0 !important;
    border: 1px solid var(--color-line);
    border-collapse: collapse;
}

.returns-page .tabela_zwrotow thead {
    color: #fff;
    background: var(--color-ink);
}

.returns-page .tabela_zwrotow th {
    padding: 13px 14px;
    border: 0;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .055em;
}

.returns-page .tabela_zwrotow td {
    padding: 15px 14px;
    border: 0;
    border-bottom: 1px solid var(--color-line);
    font-size: 11px;
}

.returns-page .tabela_zwrotow tbody tr:last-child td {
    border-bottom: 0;
}

.returns-page .tabela_zwrotow tbody tr.wybrany_zwrot {
    background: #fbf5ec;
    box-shadow: inset 3px 0 0 var(--color-gold);
}

.returns-page .tabela_zwrotow img {
    display: block;
    width: 58px;
    max-width: 58px !important;
    height: 58px;
    max-height: 58px !important;
    border: 0 !important;
    object-fit: contain;
}

.returns-page .input-group {
    display: grid !important;
    width: 116px !important;
    margin: 0 auto !important;
    grid-template-columns: 34px 48px 34px;
    gap: 0;
}

.returns-page .input-group .formBtn2 {
    width: 34px !important;
    min-height: 38px;
    padding: 0 !important;
    border-color: var(--color-line);
    background: #fff;
    color: var(--color-ink);
    font-size: 17px;
}

.returns-page .input-group .formBtn2:hover {
    border-color: var(--color-gold);
    background: var(--color-gold);
    color: #fff;
}

.returns-page .input-group .formInput {
    width: 48px !important;
    min-height: 38px;
    height: 38px;
    margin: 0 !important;
    padding: 0 !important;
    border-right: 0;
    border-left: 0;
}

.returns-form > div[style*="border-top"] {
    margin-top: 34px !important;
    padding: 30px !important;
    border: 1px solid var(--color-line) !important;
    background: #faf9f7;
}

.returns-form > div:last-child {
    margin-top: 24px !important;
}

.returns-success {
    display: block !important;
    max-width: 720px;
    margin: 0 auto !important;
    padding: 52px 36px !important;
    text-align: center;
}

.returns-success > i {
    color: #4d8358;
}

.returns-success h2 {
    margin: 8px 0 13px;
    font-family: var(--font-display);
    font-size: 34px;
}

.product-page__reviews { padding: 68px 0 76px; border-top: 1px solid var(--color-line); background: #fff; }
.product-page__reviews > .container { display: grid; grid-template-columns: 240px minmax(0, 820px); gap: 70px; justify-content: center; align-items: start; }
.product-reviews__content { min-width: 0; }
.product-reviews__content .info_roz_tr_p999999 { display: grid !important; padding: 0; border: 0; grid-template-columns: 180px minmax(0, 1fr); gap: 24px 32px; }
.product-reviews__content .info_roz_tr_p999999 > .glowna_ocena { display: flex; min-height: 180px; margin: 0 !important; padding: 26px 20px; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: var(--color-ink); font-family: var(--font-display); font-size: 42px !important; font-weight: 600; line-height: 1; text-align: center; cursor: default; }
.product-reviews__content .info_roz_tr_p999999 > .glowna_ocena { align-self: start; }
.product-reviews__content .glowna_ocena .gwiazdkiMaxi { display: flex; margin: 13px 0 9px; gap: 4px; color: var(--color-gold); font-family: var(--font-body); font-size: 12px; }
.product-reviews__content .glowna_ocena > p:last-child { margin: 0; color: #bbb; font-family: var(--font-body); font-size: 9px; font-weight: 400; line-height: 1.4; text-transform: uppercase; }
.product-reviews__content .glowna_ocena > p:last-child span { color: #fff; font-weight: 600; }
.product-reviews__content .info_roz_tr_p999999 > .trescKom { display: grid; gap: 14px; grid-column: 2; }
.product-reviews__content .info_roz_tr_p999999 > .trescKom > .kom { display: grid; padding: 22px 24px; border: 1px solid var(--color-line); grid-template-columns: 1fr auto; align-content: start; background: #fff; }
.product-reviews__content .info_roz_tr_p999999 > .trescKom > .kom > .data { color: var(--color-muted); font-size: 9px; grid-column: 2; grid-row: 1; }
.product-reviews__content .info_roz_tr_p999999 > .trescKom > .kom > .imie { font-size: 12px; font-weight: 600; grid-column: 1; grid-row: 1; }
.product-reviews__content .info_roz_tr_p999999 > .trescKom > .kom > .ocena { margin: 8px 0 13px; color: var(--color-gold); font-size: 11px; letter-spacing: 2px; grid-column: 1 / -1; }
.product-reviews__content .info_roz_tr_p999999 > .trescKom > .kom > .tresc { color: #555; font-size: 11px; line-height: 1.75; grid-column: 1 / -1; }
.product-reviews__content .info_roz_tr_p999999 > .trescKom > .kom > .trescKom { margin-top: 18px; grid-column: 1 / -1; }
.product-reviews__content .info_roz_tr_p999999 > .trescKom > .kom > .trescKom .kom { padding: 16px 18px; border-left: 3px solid var(--color-gold); background: #f8f6f2; }
.product-reviews__content .info_roz_tr_p999999 > .trescKom > .kom > .trescKom .imie { margin-bottom: 6px; color: var(--color-ink); font-size: 10px; font-weight: 600; }
.product-reviews__content .info_roz_tr_p999999 > .trescKom > .kom > .trescKom .imie i { margin-right: 6px; color: var(--color-gold-dark); }
.product-reviews__content .info_roz_tr_p999999 > .trescKom > .kom > .trescKom .tresc { color: #656565; font-size: 10px; line-height: 1.65; }
.product-reviews__content .info_roz_tr_p999999 > .opinia_info { display: flex; margin: 0; padding: 13px 16px; gap: 9px; align-items: center; color: #665a49; border: 1px solid #eadfce; background: #fbf8f3; font-size: 10px; grid-column: 1 / -1; }
.product-reviews__content .info_roz_tr_p999999 > .opinia_info i { color: var(--color-gold-dark); }
.product-reviews__content .dodajKomentarz { box-sizing: border-box; width: 100%; margin: 0; padding: 28px 30px 30px; border: 1px solid var(--color-line); background: #fff; grid-column: 2; }
.product-reviews__content .dodajKomentarz > h3 { margin: 0 0 23px !important; color: var(--color-ink) !important; font-family: var(--font-display); font-size: 28px !important; font-weight: 600; line-height: 1.05; }
.product-reviews__content .dodajKomentarz .bg-info { display: flex; margin: 0 0 18px; padding: 13px 15px; gap: 9px; align-items: center; border: 1px solid #eadfce; background: #fbf8f3; color: #665a49; font-size: 10px; }
.product-reviews__content .komentarz_blog { margin: 0; }
.product-reviews__content .komentarz_blog > span { display: block; margin-bottom: 9px; color: #4e4e4e; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.product-reviews__content .dodajKomentarz fieldset { width: 100%; margin: 0 0 20px; padding: 17px 18px; border: 1px solid var(--color-line); background: #fbfaf8; text-align: left; }
.product-reviews__content .dodajKomentarz .star-cb-group { display: flex; gap: 8px; align-items: center; color: var(--color-gold); font-size: 22px; }
.product-reviews__content .dodajKomentarz fieldset input[type="radio"] { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; clip: rect(0 0 0 0); white-space: nowrap; }
.product-reviews__content .dodajKomentarz fieldset label { display: inline-flex; width: 34px; height: 34px; margin: 0; align-items: center; justify-content: center; cursor: pointer; color: #d3d0cb; font-size: 19px !important; transition: color .15s, transform .15s; }
.product-reviews__content .dodajKomentarz fieldset label i { color: #d3d0cb; font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; transition: color .15s; }
.product-reviews__content .dodajKomentarz fieldset label i.fas { color: var(--color-gold); }
.product-reviews__content .dodajKomentarz fieldset label:hover { color: var(--color-gold); transform: translateY(-1px); }
.product-reviews__content .dodajKomentarz fieldset label:hover i { color: var(--color-gold); }
.product-reviews__content .dodajKomentarz fieldset input[type="radio"]:focus + label { outline: 2px solid var(--color-gold); outline-offset: 2px; }
.product-reviews__content .komentarz_blog .formInput { box-sizing: border-box; width: 100%; margin: 0 !important; padding: 13px 15px; border: 1px solid #dcdcdc; border-radius: 0; background: #fff; color: var(--color-ink); font-family: var(--font-body); font-size: 11px; transition: border-color .16s, box-shadow .16s; }
.product-reviews__content .komentarz_blog .formInput:focus { border-color: var(--color-gold); outline: 0; box-shadow: 0 0 0 3px rgb(189 140 76 / 10%); }
.product-reviews__content .komentarz_blog textarea.formInput { display: block; min-height: 138px; resize: vertical; line-height: 1.65; }
.product-reviews__content .komentarz_kol { display: grid; margin-top: 12px; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: stretch; }
.product-reviews__content .komentarz_kol > div { min-width: 0; }
.product-reviews__content .komentarz_kol .formInput { height: 48px; }
.product-reviews__content .komentarz_kol button.formBtn { display: inline-flex; min-width: 150px; height: 48px; margin: 0; padding: 0 22px; border: 1px solid var(--color-gold); align-items: center; justify-content: center; background: var(--color-gold); color: #fff; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; clip-path: none; }
.product-reviews__content .komentarz_kol button.formBtn:hover { border-color: var(--color-gold-dark); background: var(--color-gold-dark); }
.product-reviews__content .dodajKomentarz .validationMessage,
.product-reviews__content .dodajKomentarz .inputTextBlad { display: block; margin: 5px 0 0; color: #a33f3f; font-size: 8px; }
.product-breadcrumbs { margin: 0; padding: 20px 0; }
.product-breadcrumbs ol { color: #888; }
.product-overview__grid { display: grid; grid-template-columns: minmax(540px, 1.35fr) minmax(330px, .75fr) 285px; gap: 34px; align-items: start; }
.product-gallery { display: grid; grid-template-columns: 105px minmax(0, 1fr); gap: 12px; }
.product-gallery__thumbs { display: flex; flex-direction: column; gap: 9px; }
.product-gallery__thumbs button { height: 105px; padding: 0; overflow: hidden; border: 1px solid transparent; background: #eee; }
.product-gallery__thumbs button.is-active { border-color: var(--color-gold); }
.product-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__main { position: relative; height: 560px; margin: 0; overflow: hidden; background: #1b1b1b; }
.product-gallery__main img { width: 100%; height: 100%; object-fit: cover; transition: object-position 220ms ease; }
.product-gallery__main button { position: absolute; top: 15px; right: 15px; display: grid; width: 36px; height: 36px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgb(0 0 0 / 55%); font-size: 22px; }
.product-info { padding-top: 12px; }
.product-info__brand { margin: 0 0 13px; font-family: var(--font-display); font-size: 16px; letter-spacing: .14em; }
.product-info h1 { margin: 0 0 13px; font-family: var(--font-display); font-size: 29px; font-weight: 600; line-height: 1.1; }
.product-info__rating { display: flex; gap: 8px; align-items: center; font-size: 9px; }
.product-info__rating > span, .product-reviews__header span, .review-grid article > span { color: var(--color-gold); letter-spacing: 2px; }
.product-info__rating a { color: #777; }
.product-info__code { margin: 18px 0; color: #888; font-size: 8px; }
.product-info__price { display: flex; margin-bottom: 19px; flex-direction: column; }
.product-info__price > strong { font-size: 28px; }
.product-info__price small { color: #999; font-size: 8px; }
.product-stock { display: flex; margin: 0 0 18px; gap: 7px; align-items: center; font-size: 9px; font-weight: 500; }
.product-stock span { width: 8px; height: 8px; border-radius: 50%; background: #3b9a50; }
.product-variant { margin-bottom: 22px; }
.product-variant p { margin: 0 0 9px; font-size: 9px; }
.product-variant button { width: 29px; height: 29px; border: 2px solid #fff; border-radius: 50%; background: #050505; box-shadow: 0 0 0 1px #ccc; }
.product-actions { display: grid; grid-template-columns: 100px 1fr; gap: 10px; }
.product-quantity { width: 100px; }
.product-add-button { border: 0; gap: 8px; }
.product-buy-button { color: #fff; border-color: var(--color-black); background: var(--color-black); }
.product-actions .product-buy-button { grid-column: 1 / -1; }
.product-favorite { display: flex; margin-top: 14px; padding: 0; gap: 7px; align-items: center; border: 0; background: transparent; font-size: 9px; }
.product-favorite > span:first-child { font-size: 20px; }
.product-added-toast { position: fixed; z-index: 80; right: 25px; bottom: 25px; display: flex; padding: 16px 20px; gap: 9px; align-items: center; color: #fff; background: var(--color-black); box-shadow: var(--shadow-menu); font-size: 9px; }
.product-added-toast > span { color: var(--color-gold); }
.product-added-toast a { margin-left: 10px; color: var(--color-gold); }
.product-purchase-card { padding: 28px 25px; box-shadow: 0 10px 35px rgb(0 0 0 / 10%); }
.product-purchase-card__price { display: block; margin-bottom: 13px; font-size: 24px; }
.product-purchase-card > small { display: block; margin: -10px 0 18px; color: #777; font-size: 8px; }
.product-purchase-card > .quantity-control { width: 105px; margin-bottom: 14px; }
.product-purchase-card > .button { width: 100%; margin-bottom: 8px; border: 0; }
.product-purchase-card ul { margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid var(--color-line); list-style: none; }
.product-purchase-card li { display: flex; margin-bottom: 15px; gap: 10px; align-items: center; }
.product-purchase-card li b { width: 25px; color: var(--color-gold); font-size: 19px; font-weight: 400; text-align: center; }
.product-purchase-card li span { display: flex; flex-direction: column; }
.product-purchase-card li strong { font-size: 8px; }
.product-purchase-card li small { color: #888; font-size: 8px; }
.product-usp { display: grid; margin-top: 22px; padding: 19px 20px; border: 1px solid var(--color-line); grid-template-columns: repeat(4, 1fr); }
.product-usp article { display: flex; gap: 13px; align-items: center; justify-content: center; border-right: 1px solid var(--color-line); }
.product-usp article:last-child { border: 0; }
.product-usp article > span { color: var(--color-gold); font-size: 30px; }
.product-usp article div { display: flex; flex-direction: column; }
.product-usp strong { font-size: 8px; text-transform: uppercase; }
.product-usp small { color: #777; font-size: 8px; }

.product-story { padding: 0 0 35px; }
.product-story__grid { display: grid; min-height: 330px; border: 1px solid var(--color-line); grid-template-columns: 1fr 1.15fr 1.15fr; }
.product-story__image { overflow: hidden; background: #191919; }
.product-story__image img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.7); }
.product-story__copy { display: flex; padding: 35px 50px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.product-story__copy .eyebrow { color: var(--color-gold); font-size: 8px; }
.product-story__copy h2 { margin: 0 0 10px; font-family: var(--font-display); font-size: 28px; }
.product-story__copy > p:not(.eyebrow) { max-width: 350px; margin: 0 0 15px; font-family: var(--font-display); font-size: 18px; line-height: 1.3; }
.product-story__copy small { color: #777; font-size: 9px; line-height: 1.6; }
.product-story__signature { margin-top: 22px; font-family: var(--font-display); font-size: 20px; font-style: italic; }
.product-story__features { display: grid; padding: 25px; grid-template-columns: repeat(3, 1fr); }
.product-story__features article { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; border-right: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); text-align: center; }
.product-story__features article:nth-child(3n) { border-right: 0; }
.product-story__features article:nth-child(n+4) { border-bottom: 0; }
.product-story__features span { color: var(--color-gold); font-size: 27px; }
.product-story__features strong { font-size: 8px; }

.product-details-section { padding: 0 0 38px; }
.product-details-grid { display: grid; grid-template-columns: 1fr .9fr 1.25fr; gap: 40px; }
.product-details-grid > div { padding-right: 35px; border-right: 1px solid var(--color-line); }
.product-details-grid > div:last-child { padding: 0; border: 0; }
.product-details-grid h2, .product-reviews h2, .product-bundle h2 { margin: 0 0 20px; font-size: 11px; text-transform: uppercase; }
.detail-list article { display: grid; min-height: 78px; margin-bottom: 7px; grid-template-columns: 110px 1fr; background: #f7f7f7; }
.detail-list article > span { background: linear-gradient(135deg, #171717, #4b4743); }
.detail-list article > div { padding: 12px 15px; }
.detail-list h3 { margin: 0 0 4px; font-size: 9px; text-transform: uppercase; }
.detail-list p { margin: 0; color: #777; font-size: 8px; line-height: 1.5; }
.product-specification dl { margin: 0; }
.product-specification dl div { display: grid; padding: 8px 0; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--color-line); font-size: 8px; }
.product-specification dd { margin: 0; }
.product-capacity > div { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; }
.product-capacity ul { margin: 0; padding: 0; list-style: none; }
.product-capacity li { margin-bottom: 10px; font-size: 8px; }
.product-capacity li::before { margin-right: 9px; color: var(--color-gold); content: "✓"; }
.product-capacity img { width: 100%; max-height: 320px; object-fit: cover; }

.product-reviews { padding: 32px 0; border-top: 1px solid var(--color-line); }
.product-reviews__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; }
.product-reviews__header { display: flex; align-items: flex-start; justify-content: space-between; }
.product-reviews__header h2 { margin-bottom: 9px; }
.product-reviews__header p { margin: 0 0 18px; font-size: 8px; }
.product-reviews__header p strong { margin: 0 6px; }
.product-reviews__header > a { font-size: 8px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.review-grid article { min-height: 150px; padding: 18px; background: #f7f7f7; }
.review-grid article > span { font-size: 8px; }
.review-grid p { min-height: 72px; color: #666; font-size: 8px; line-height: 1.6; }
.review-grid strong { font-size: 8px; }
.product-faq { border-top: 1px solid var(--color-line); }
.product-faq article { border-bottom: 1px solid var(--color-line); }
.product-faq button { display: flex; width: 100%; padding: 12px 5px; align-items: center; justify-content: space-between; border: 0; background: #fff; font-size: 8px; text-align: left; }
.product-faq p { margin: 0; padding: 0 5px 13px; color: #777; font-size: 8px; }

.product-bundle { padding: 25px 0; background: #f7f7f7; }
.product-bundle__grid { display: grid; grid-template-columns: 1fr 310px; gap: 35px; align-items: center; }
.bundle-items { display: grid; grid-template-columns: repeat(5, auto); align-items: center; justify-content: space-around; }
.bundle-items > b { color: var(--color-gold); font-size: 22px; font-weight: 400; }
.bundle-items article { width: 180px; }
.bundle-visual { position: relative; display: grid; height: 105px; place-items: center; }
.bundle-visual .product-shape { transform: scale(.55); }
.bundle-items h3 { margin: 7px 0 2px; font-size: 8px; text-transform: uppercase; }
.bundle-items p { margin: 0 0 3px; color: #777; font-size: 8px; }
.bundle-items strong { font-size: 9px; }
.product-bundle aside { padding-left: 30px; border-left: 1px solid var(--color-line); }
.product-bundle aside p { display: flex; margin: 0 0 8px; justify-content: space-between; font-size: 9px; }
.product-bundle aside p strong { font-size: 17px; }
.product-bundle aside p b { color: #b63b3b; }
.product-bundle aside .button { width: 100%; margin-top: 8px; border: 0; }
.product-bundle aside > small { display: block; margin-top: 8px; color: #587a5f; font-size: 8px; text-align: center; }

.site-footer { padding-top: 50px; color: #d6d6d6; background: var(--color-black); }
.site-footer__grid { display: grid; padding-bottom: 45px; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.brand--footer { color: #fff; }
.brand--footer .brand__name { font-size: 27px; }
.site-footer h2 { margin: 0 0 16px; color: #fff; font-size: 12px; text-transform: uppercase; }
.site-footer p { color: #999; font-size: 12px; }
.site-footer nav, .site-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer nav a, .site-footer__grid > div > a:not(.brand) { margin-bottom: 7px; font-size: 12px; }
.site-footer__bottom { padding: 20px 0; border-top: 1px solid #2d2d2d; color: #777; font-size: 11px; }
.site-footer--dynamic {
    margin-top: 0;
    padding-top: 58px;
}
.site-footer--dynamic .site-footer__grid {
    padding-bottom: 42px;
    grid-template-columns: 1.45fr repeat(4, minmax(0, 1fr));
    gap: 38px;
}
.site-footer--dynamic .brand--footer {
    display: inline-flex;
    margin-bottom: 18px;
}
.site-footer--dynamic .brand--footer img {
    display: block;
    width: auto;
    max-width: 170px;
    height: 54px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
}
.site-footer--dynamic .site-footer__brand > p {
    max-width: 255px;
    margin: 0;
    font-size: 11px;
    line-height: 1.75;
}
.site-footer--dynamic h2 {
    margin-bottom: 18px;
    letter-spacing: .05em;
}
.site-footer--dynamic nav ul,
.site-footer__manufacturers ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-footer--dynamic nav li {
    margin: 0;
    padding: 0;
}
.site-footer--dynamic nav a,
.site-footer--dynamic .site-footer__contact > a {
    display: block;
    margin-bottom: 9px;
    color: #aaa;
    font-size: 11px;
    line-height: 1.45;
    transition: color .2s ease, transform .2s ease;
}
.site-footer--dynamic nav a:hover,
.site-footer--dynamic .site-footer__contact > a:hover {
    color: #fff;
    transform: translateX(3px);
}
.site-footer--dynamic nav .site-footer__featured-link {
    color: #d9a15b;
}
.site-footer__social {
    display: flex;
    margin-top: 16px;
    gap: 8px;
    flex-wrap: wrap;
}
.site-footer__social a {
    display: inline-flex;
    min-height: 32px;
    padding: 0 11px;
    align-items: center;
    border: 1px solid #3a3a3a;
    color: #bbb;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
}
.site-footer__social a:hover {
    color: #fff;
    border-color: var(--color-gold);
}
.site-footer__manufacturers {
    padding: 28px 0;
    border-top: 1px solid #2d2d2d;
}
.site-footer__manufacturers h2 {
    margin-bottom: 14px;
}
.site-footer__manufacturers ul {
    display: flex;
    gap: 4px 18px;
    flex-wrap: wrap;
}
.site-footer__manufacturers li {
    margin: 0;
}
.site-footer__manufacturers a {
    color: #777;
    font-size: 9px;
}
.site-footer__manufacturers a:hover {
    color: #d9a15b;
}
.site-footer__services {
    display: flex;
    padding: 18px 0 24px;
    align-items: center;
    border-top: 1px solid #2d2d2d;
}
.site-footer__services > div {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}
.site-footer__services img {
    display: block;
    width: auto;
    max-width: min(100%, 360px);
    max-height: 48px;
    object-fit: contain;
    object-position: left center;
}
.site-footer--dynamic .site-footer__bottom {
    display: flex;
    min-height: 92px;
    padding: 18px 0;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.site-footer--dynamic .site-footer__bottom p {
    margin: 2px 0;
    color: #777;
    font-size: 9px;
}
.site-footer__author {
    display: block;
    flex: 0 0 auto;
    opacity: .65;
    transition: opacity .2s ease;
}
.site-footer__author:hover {
    opacity: 1;
}
.site-footer__author img {
    display: block;
    width: 112px;
    height: auto;
}

/* Ikony SVG nowego nagłówka */
.site-header .header-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    vertical-align: middle;
}
.site-header [ng-cloak] {
    display: none !important;
}
.site-header .utility-bar__advantages .header-icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.site-header .nav-chevron .header-icon {
    width: 12px;
    height: 8px;
}
.site-header .text-link .header-icon {
    width: 15px;
    height: 15px;
    margin-left: 4px;
}
.site-header .mega-menu__shortcuts > a > .header-icon {
    width: 28px;
    height: 28px;
}

/* Dynamiczna wyszukiwarka Angular Material w nowym nagłówku */
.site-header .search-form--dynamic {
    overflow: visible;
}
.site-header .search-form__autocomplete {
    min-width: 0;
    flex: 1 1 auto;
    overflow: visible;
    background: transparent;
}
.site-header .search-form__autocomplete md-autocomplete,
.site-header .search-form__autocomplete md-autocomplete-wrap {
    width: 100%;
    height: 46px;
    background: transparent;
    box-shadow: none;
}
.site-header .search-form__autocomplete md-autocomplete input {
    width: 100%;
    height: 46px;
    padding: 0 24px;
    color: var(--color-black);
    background: transparent;
    font-family: inherit;
    font-size: 13px;
    line-height: 46px;
}
.site-header .search-form__autocomplete md-progress-linear {
    bottom: 0;
}
.site-header .search-form--dynamic > button {
    display: grid;
    box-sizing: border-box;
    flex: 0 0 58px;
    width: 58px;
    height: 46px;
    padding: 0;
    place-items: center;
}
.site-header .search-form--dynamic > button .search-form__icon {
    display: block;
    width: 22px;
    height: 22px;
    max-width: none;
    margin: 0;
    color: var(--color-black);
}
.md-autocomplete-suggestions li,
.md-autocomplete-suggestions .md-autocomplete-suggestion {
    min-height: 48px;
    height: 48px;
    padding: 4px 12px;
    display: block !important;
    overflow: hidden;
    color: var(--color-black);
    background: #fff;
    border-bottom: 1px solid var(--color-line);
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1.35;
    transition: background-color .18s ease;
}
.md-autocomplete-suggestions li > md-autocomplete-parent-scope {
    display: grid;
    width: 100%;
    min-width: 0;
    height: 40px;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}
.md-autocomplete-suggestions .md-autocomplete-suggestion:hover,
.md-autocomplete-suggestions .md-autocomplete-suggestion.selected {
    background: var(--color-cream);
}
.md-autocomplete-suggestions .search-suggestion__image {
    display: block;
    width: 40px;
    height: 40px;
    padding: 2px;
    overflow: hidden;
    background: #f7f7f7;
    border: 1px solid var(--color-line);
}
.md-autocomplete-suggestions .search-suggestion__image img {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0;
    float: none;
    object-fit: contain;
}
.md-autocomplete-suggestions .search-suggestion__name {
    display: -webkit-box;
    min-width: 0;
    max-height: 34px;
    overflow: hidden;
    color: var(--color-black);
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.md-autocomplete-suggestions .search-suggestion__price {
    display: block;
    color: var(--color-gold);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}
.md-autocomplete-suggestions .search-suggestion__price strong {
    color: inherit;
    font: inherit;
}
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
    z-index: 1005;
    margin-top: 4px;
    background: #fff;
    border: 1px solid var(--color-line);
    box-shadow: 0 16px 35px rgba(0, 0, 0, .12);
}

.mobile-navigation__group > a {
    font-weight: 600;
}
.mobile-navigation__children {
    padding: 0 0 8px 18px;
}
.mobile-navigation__children a {
    font-size: 12px;
}
.mobile-navigation__group--featured > a {
    color: #d10d19;
}

/* Dynamiczny slider hero oparty na banerach sklepu i Owl Carousel */
.hero.hero--dynamic {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 525px;
    padding: 0;
    overflow: hidden;
    color: #fff;
    background: #111;
}
.hero.hero--dynamic::after {
    display: none;
}
.hero--dynamic .hero__slider,
.hero--dynamic .baner,
.hero--dynamic .owl-stage-outer,
.hero--dynamic .owl-stage,
.hero--dynamic .owl-item {
    width: 100%;
    min-height: 525px;
}
.hero--dynamic .baner:not(.owl-loaded) > .item:not(:first-child) {
    display: none;
}
.hero--dynamic .baner:not(.owl-loaded) > .item:first-child {
    display: block;
}
.hero--dynamic .owl-stage-outer {
    overflow: hidden;
}
.hero--dynamic .item {
    position: relative;
    width: 100%;
    min-height: 525px;
    overflow: hidden;
    background: #111;
}
.hero--dynamic .item::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 82%) 0%, rgb(0 0 0 / 44%) 48%, rgb(0 0 0 / 8%) 100%);
    content: "";
    pointer-events: none;
}
.hero--dynamic .item.prawa::after {
    background: linear-gradient(270deg, rgb(0 0 0 / 82%) 0%, rgb(0 0 0 / 44%) 48%, rgb(0 0 0 / 8%) 100%);
}
.hero--dynamic .item picture,
.hero--dynamic .item picture img {
    display: block;
    width: 100%;
    min-height: 525px;
}
.hero--dynamic .item picture img {
    height: 525px;
    object-fit: cover;
}
.hero--dynamic .item aside {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    width: min(calc(100% - 120px), var(--container));
    margin: 0 auto;
    align-items: center;
    pointer-events: none;
}
.hero--dynamic .item aside > div {
    width: min(560px, 52%);
    pointer-events: auto;
}
.hero--dynamic .item.prawa aside {
    justify-content: flex-end;
    text-align: right;
}
.hero--dynamic .item aside h1,
.hero--dynamic .item aside h2 {
    margin: 0 0 18px;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(48px, 5vw, 76px);
    font-weight: 500;
    line-height: .98;
}
.hero--dynamic .item aside p {
    margin: 0;
    color: #dadada;
    font-size: 14px;
    line-height: 1.7;
}
.hero--dynamic .item aside p a {
    display: inline-flex;
    min-height: 44px;
    margin-top: 24px;
    padding: 0 25px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--color-gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.hero--dynamic .item aside p a:hover {
    color: #fff;
    background: #a7773b;
}
.hero--dynamic .hero__arrow {
    position: absolute;
    z-index: 6;
    top: 50%;
    display: grid;
    width: 50px;
    height: 50px;
    padding: 0;
    place-items: center;
    border: 1px solid rgb(255 255 255 / 72%);
    border-radius: 50%;
    color: #fff;
    background: rgb(0 0 0 / 48%);
    box-shadow: 0 8px 24px rgb(0 0 0 / 22%);
    backdrop-filter: blur(5px);
    cursor: pointer;
    opacity: .92;
    transform: translateY(-50%);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease, transform .2s ease;
}
.hero--dynamic .hero__arrow:hover {
    color: #fff;
    background: var(--color-gold);
    border-color: var(--color-gold);
    opacity: 1;
    transform: translateY(-50%) scale(1.06);
}
.hero--dynamic .hero__arrow:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}
.hero--dynamic .hero__arrow--left {
    left: 28px;
}
.hero--dynamic .hero__arrow--right {
    right: 28px;
}
.hero--dynamic .hero__arrow .header-icon {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.hero--dynamic .hero__arrow--left .header-icon {
    transform: rotate(180deg);
}
.hero--dynamic .owl-dots {
    position: absolute;
    z-index: 6;
    bottom: 20px;
    left: 50%;
    display: flex;
    min-height: 30px;
    padding: 0 12px;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: 30px;
    background: rgb(0 0 0 / 42%);
    box-shadow: 0 6px 20px rgb(0 0 0 / 20%);
    backdrop-filter: blur(5px);
    transform: translateX(-50%);
}
.hero--dynamic .owl-dots .owl-dot {
    display: grid;
    width: 14px;
    height: 14px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent !important;
    opacity: 1;
}
.hero--dynamic .owl-dots .owl-dot span {
    display: block;
    width: 7px;
    height: 7px;
    margin: 0;
    border: 1px solid rgb(255 255 255 / 45%);
    border-radius: 50%;
    background: rgb(255 255 255 / 75%);
    transition: width .2s ease, height .2s ease, border-color .2s ease, background-color .2s ease;
}
.hero--dynamic .owl-dots .owl-dot:hover span {
    background: #fff;
    border-color: #fff;
}
.hero--dynamic .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    border-color: var(--color-gold);
    background: var(--color-gold);
}

@media (max-width: 800px) {
    .hero.hero--dynamic,
    .hero--dynamic .hero__slider,
    .hero--dynamic .baner,
    .hero--dynamic .owl-stage-outer,
    .hero--dynamic .owl-stage,
    .hero--dynamic .owl-item,
    .hero--dynamic .item,
    .hero--dynamic .item picture,
    .hero--dynamic .item picture img {
        min-height: 430px;
    }
    .hero--dynamic .item picture img {
        height: 430px;
    }
    .hero--dynamic .item::after,
    .hero--dynamic .item.prawa::after {
        background: linear-gradient(90deg, rgb(0 0 0 / 78%), rgb(0 0 0 / 28%));
    }
    .hero--dynamic .item aside {
        width: calc(100% - 56px);
        justify-content: flex-start;
        text-align: left;
    }
    .hero--dynamic .item aside > div {
        width: min(390px, 80%);
    }
    .hero--dynamic .item aside h1,
    .hero--dynamic .item aside h2 {
        font-size: clamp(38px, 11vw, 54px);
    }
    .hero--dynamic .hero__arrow {
        width: 40px;
        height: 40px;
    }
    .hero--dynamic .hero__arrow--left {
        left: 12px;
    }
    .hero--dynamic .hero__arrow--right {
        right: 12px;
    }
    .hero--dynamic .hero__arrow .header-icon {
        width: 18px;
        height: 18px;
    }
    .hero--dynamic .owl-dots {
        bottom: 14px;
        min-height: 28px;
        padding: 0 10px;
    }
}
