.h-logo {
  --logo-w: 180px;
  --pad: 0px;
  --tri-color: #fff;
  --tri-h: 80px;
  --shadow-alpha: .1;
  --shadow-blur: 18px;
  --shadow-shift: 8px;
  position: relative;
  isolation: isolate;
}
#send_aap_button {
  border: 1px solid;
}
.footer-top {
  background: #000;
  color: white;
  padding-top: 1px;
}
#footer .h-logo img {
  position:relative;
  bottom:0px;
}
/* biały trójkąt (niski, szeroki) */
@media(min-width:768px){
  .h-logo img{
max-width: 182px !important;
    position: absolute;
    bottom: -37px;
  z-index: 1;
  background: transparent;
  padding: var(--pad);
  display: block;
}
}
@media (max-width: 768px) {
  .h-logo img {
max-width: 120px !important;
    position: absolute;
    bottom: -27px;
    z-index: 1;
    background: transparent;
    padding: var(--pad);
    display: block;
  }
}
.sub-title-widget {
	font-family: var(--font-family-tertiary);
}
h4.title_block {
	font-family: var(--font-family-tertiary) !important;
}
.h-logoo img {
	max-width: 150px !important;
}
//* ——— reset i layout TYLKO w stopce ——— */
#footer .block-social ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;   /* pionowo */
  gap: 10px;
  align-items: flex-start;
}

/* wyłącz globalne wymiary/line-height, pokaż normalny li */
#footer .block-social li{
  display: block !important;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  font-size: 16px;
  color: #000;
  position: static; /* globale dawały relative */
  text-align: left; /* zamiast center */
}

/* wyłącz STARE ikony z :before na LI (facebook/instagram) */
#footer .block-social li::before,
#footer .block-social li.facebook::before,
#footer .block-social li.instagram::before{
  content: none !important;
}

/* globalnie było display:none + text-indent — cofamy to */
#footer .block-social li a{
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  text-indent: 0 !important;
  overflow: visible !important;
  color: #000 !important;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
}

/* kółko z obramowaniem, przezroczyste tło; ikona w kolorze */
#footer .block-social li a::before{
  content: "";
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  border: 1px solid #000;
  background: transparent no-repeat center / 18px 18px;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
}

/* tekst po prawej */
#footer .block-social li a span{
  white-space: nowrap;
}

/* ——— konkretne ikonki ——— */
#footer .block-social li.facebook a::before{
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'>\
<path fill='%23000' d='M279.14 288l14.22-92.66h-88.91V117.09c0-25.35 12.42-50.06 52.24-50.06H295V6.26S262.43 0 231.36 0c-73.22 0-121.42 44.38-121.42 124.72v70.62H22.89V288h87.05v224h107.77V288z'/>\
</svg>");
}

#footer .block-social li.tiktok a::before{
 background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='%23000' d='M448 209.9a210.1 210.1 0 0 1-122.1-39.4V346.2A165.9 165.9 0 1 1 185 182.4v89.7a76.3 76.3 0 1 0 53.9 72V0h86.9a121.4 121.4 0 0 0 17.8 62.2A122 122 0 0 0 448 121.1z'/></svg>");

}

/* hover (opcjonalnie) */
#footer .block-social li a:hover{
  text-decoration: underline;
}
#footer .block-social li a:hover::before{
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,.15);
}
#footer .block-social li a {
  display: block;
  position: relative !important;
}
/* ===== #footer: e-mail i telefon z fontem Themify ===== */
#footer a.f-email,
#footer a.f-phone{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #000 !important;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.2;
  margin-right: 16px;
}

/* kółko z obramowaniem 1px (bez wypełnienia) */
#footer a.f-email::before,
#footer a.f-phone::before{
  content: "";
  width: 40px; height: 40px; flex: 0 0 40px;
  border-radius: 50%;
  border: 1px solid #000;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
}

/* glif Themify wewnątrz kółka */
#footer a.f-email::after,
#footer a.f-phone::after{
  position: absolute;
  left: 0; /* wyśrodkowanie względem kółka (::before) */
  width: 40px; text-align: center;
  line-height: 40px;
  font-family: "themify" !important;
  font-size: 18px;
  color: #000;
  speak: none;
}

/* — mapowanie glifów (sprawdź w razie czego w themify-icons.css) — */
#footer a.f-email::after{ content: "\e75a"; }   /* ti-email */
#footer a.f-phone::after{ content: "\e621"; }   /* ti-mobile / phone */

/* hover */
#footer a.f-email:hover,
#footer a.f-phone:hover{ text-decoration: underline; }
.ikonykontakt {
	margin-top: 20px;
}
#onasstart .block_content {
  padding: 20px;
  border: 1px solid #ddd;
  font-size: 17px;
}
#onasstart img {
  margin-bottom: 25px;
  max-width: 200px;
  height: auto;
}
#onasstart img {
  margin: 26px 0;
  max-width: 100px;
}
/* Podstawowe tło sekcji */
#onasstart {
  /* USTAWIENIA DO EDYCJI */
  --bg-url: url("https://fissler.latarki24.pl/themes/vt_fashion/assets/img/modules/appagebuilder/images/footer%20back.png");
  /* 0,0,0 = czarny (przyciemnia), 255,255,255 = biały (rozjaśnia) */
  --overlay-rgb: 0, 0, 0;
  /* Siła nakładki: 0 = brak, 1 = pełne krycie */
--overlay-opacity: 0.35;
  color: #fff;
  text-shadow: 1px 1px 3px black;
  position: relative;
  background: center / cover no-repeat var(--bg-url);
  min-height: 380px;        /* dostosuj do potrzeb */
  padding: 60px 20px;
  overflow: clip;           /* czyści pseudo-element na iOS */
}

/* Nakładka (przyciemnia/rozjaśnia) */
#onasstart::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--overlay-rgb), var(--overlay-opacity)) !important;
  pointer-events: none;
}

/* Przykładowe modyfikatory – możesz je dodawać/usuwać w klasach */
#onasstart.is-darker      { --overlay-opacity: 0.75; }          /* mocniejsze przyciemnienie */
#onasstart.is-lighter     { --overlay-rgb: 255, 255, 255; --overlay-opacity: 0.25; } /* delikatne rozjaśnienie */
#onasstart.overlay-none   { --overlay-opacity: 0; }              /* bez nakładki */

/* Czytelność tekstu na małych ekranach */
@media (max-width: 768px) {
  #onasstart { min-height: 300px; padding: 48px 16px; }
}
#restcowork {
  --bg-url: url("https://old.saltandmore.pl/img/cms/bg_cowork.jpg");
  --overlay-rgb: 0, 78, 66; /* #000 */
  --overlay-opacity: 0.70;

  position: relative;
  background: center / cover no-repeat var(--bg-url);
}

#restcowork::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--overlay-rgb), var(--overlay-opacity)) !important;
  pointer-events: none;
}
#oryginalna {
  font-size: 30px;
  color: white;
  text-align: center;
  background: #000;
  font-family: var(--font-family-tertiary);
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  z-index: 5;
  --arrow-size: 16px;
  padding-bottom: calc(48px + var(--arrow-size));
}
#oryginalna::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom: calc(-1 * var(--arrow-size));
  width:0;height:0;
  border-left: var(--arrow-size) solid transparent;
  border-right: var(--arrow-size) solid transparent;
  border-top: var(--arrow-size) solid #000;
  z-index: 6;                 /* grot nad wszystkim */
}
.blog-detail .blog-description {
  line-height: 30px;
}
.blog-description h2, h3 {
  padding: 15px 0 5px;
}
.blog-detail {
  color: #111;
}
.blog-detail .blog-description {
  padding: 30px;
  background: #f9f9f9;
  margin: 0 0 30px;
}
.blog-description ol {
  list-style: url;
}
.blog-description ul {
  list-style: disc;
}
.blog-comment-block {
  background: #F4EEE5;
}
.p-info {
  padding: 0px 15px 15px 15px;
}
@media (min-width: 992px) {
.mobilemenuitem {
  display:none !important;
}
}
#kontaktu .block-social ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;   /* pionowo */
  gap: 10px;
  align-items: flex-start;
}

/* wyłącz globalne wymiary/line-height, pokaż normalny li */
#kontaktu .block-social li{
  display: block !important;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  font-size: 16px;
  color: #000;
  position: static; /* globale dawały relative */
  text-align: left; /* zamiast center */
}

/* wyłącz STARE ikony z :before na LI (facebook/instagram) */
#kontaktu .block-social li::before,
#kontaktu .block-social li.facebook::before,
#kontaktu .block-social li.tiktok::before{
  content: none !important;
}

/* globalnie było display:none + text-indent — cofamy to */
#kontaktu .block-social li a{
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  text-indent: 0 !important;
  overflow: visible !important;
  color: #000 !important;
  font-weight: 300;
  text-decoration: none;
  line-height: 1.2;
}

/* kółko z obramowaniem, przezroczyste tło; ikona w kolorze */
#kontaktu .block-social li a::before{
  content: "";
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  border: 1px solid #000;
  background: transparent no-repeat center / 18px 18px;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
}

/* tekst po prawej */
#kontaktu .block-social li a span{
  white-space: nowrap;
}

/* ——— konkretne ikonki ——— */
#kontaktu .block-social li.facebook a::before{
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'>\
<path fill='%23B4967D' d='M279.14 288l14.22-92.66h-88.91V117.09c0-25.35 12.42-50.06 52.24-50.06H295V6.26S262.43 0 231.36 0c-73.22 0-121.42 44.38-121.42 124.72v70.62H22.89V288h87.05v224h107.77V288z'/>\
</svg>");
}

#kontaktu .block-social li.instagram a::before{
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'>\
<path fill='%23B4967D' d='M224 202.7A53.3 53.3 0 1 0 277.3 256 53.4 53.4 0 0 0 224 202.7Zm124.7-41a54 54 0 0 0-30.3-30.3C303.6 124 256 123.5 224 123.5s-79.6.5-94.4 7.9a54 54 0 0 0-30.3 30.3C92 173.4 91.5 221 91.5 253s.5 79.6 7.8 94.4a54 54 0 0 0 30.3 30.3C143.4 385 191 385.5 223 385.5s79.6-.5 94.4-7.9a54 54 0 0 0 30.3-30.3c7.4-14.8 7.9-62.4 7.9-94.4s-.5-79.6-7.9-94.4ZM224 338a82 82 0 1 1 82-82 82 82 0 0 1-82 82Zm85.4-148.9a19.1 19.1 0 1 1 19.1-19.1 19.1 19.1 0 0 1-19.1 19.1Z'/>\
</svg>");
}

/* hover (opcjonalnie) */
#kontaktu .block-social li a:hover{
  text-decoration: underline;
}
#kontaktu .block-social li a:hover::before{
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,.15);
}
#kontaktu .block-social li a {
  display: block;
  position: relative !important;
}
/* ===== #kontaktu: e-mail i telefon z fontem Themify ===== */
#kontaktu a.f-email,
#kontaktu a.f-phone{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #000 !important;
  text-decoration: none;
  font-weight: 200;
  line-height: 1.2;
  margin-right: 16px;
}

/* kółko z obramowaniem 1px (bez wypełnienia) */
#kontaktu a.f-email::before,
#kontaktu a.f-phone::before{
  content: "";
  width: 40px; height: 40px; flex: 0 0 40px;
  border-radius: 50%;
  border: 1px solid #000;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
}

/* glif Themify wewnątrz kółka */
#kontaktu a.f-email::after,
#kontaktu a.f-phone::after{
  position: absolute;
  left: 0; /* wyśrodkowanie względem kółka (::before) */
  width: 40px; text-align: center;
  line-height: 40px;
  font-family: "themify" !important;
  font-size: 18px;
  color: #000;
  speak: none;
}

/* — mapowanie glifów (sprawdź w razie czego w themify-icons.css) — */
#kontaktu a.f-email::after{ content: "\e75a"; }   /* ti-email */
#kontaktu a.f-phone::after{ content: "\e621"; }   /* ti-mobile / phone */

/* hover */
#kontaktu a.f-email:hover,
#kontaktu a.f-phone:hover{ text-decoration: underline; }
#kontaktu .h-logoo {
  display: none;
}
.pf-cards{
  display:grid;
  grid-template-columns:repeat(1,minmax(0,1fr));
  gap:12px;
}
.pf-card{
  background:#fff;
  border-radius:8px;
  padding:12px 14px;
}
.pf-card-title{
  color:black;
  font-weight:700;
  margin-bottom:6px;
  background:#ededed;
  border-radius:6px;
}
.pf-card-values{
  color:#333;
  line-height:1.55;
  padding:2px 2px 0;
}
@media(max-width:768px){
  .pf-cards{grid-template-columns:1fr;}
  .more-info-product {padding:0 !important}
}
.product-condition {
  display: none;
}
.product-unit-price {
  font-size: 15px;
  margin-top: 10px !important;
  font-weight: 200;
  text-transform: lowercase;
}
.pf-card-values{ white-space: pre-line; }
#send_AAP_form img {
  max-width: 160px;
  height: auto;
}
.telefonask a {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.telefonask {
  margin: 20px 0;
  color: black;
  font-weight: bold;
}
/* Zielone full-bleed tło tylko dla sekcji akcesoriów */
.product-accessories {
  --acc-bg: #000;         /* ustaw swój zielony */
  position: relative;
  box-shadow: 0 0 0 100vmax var(--acc-bg);
  clip-path: inset(0 -100vmax);  /* pozwala "wylać" cień poza wrapper */
}

/* (opcjonalnie) trochę oddechu */
.product-accessories {
  padding-top: 20px;
  padding-bottom: 24px;
  background:#000;
}

/* upewnij się, że treść jest nad tłem */
.product-accessories * {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 35px;
  text-transform: uppercase;
}
#product #wrapper {
  background: #F7F7F7;
}
.playfair {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#product .card {
  background:transparent;
}
#product .card {
  box-shadow: none!important;
  border-bottom:1px solid #000;
}
.icon-bag {
  width: 30px;
  height: 30px;
  stroke-width: 1px;      /* cieńsza linia */
  stroke: currentColor;   /* dziedziczy kolor z przycisku */
  display: inline-block;
  vertical-align: middle; /* ładne wyrównanie */
}
.tax-shipping-delivery-label::before {
  content: "Ceny";
}
#product .products-accordion {
  margin: 0 0 3rem;
}
/* === AXBLW unique styles === */
.axblw-strip-15 {
  --axblw-bg-1: #2a2a2a;      /* ciemny szary (siwy) */
  --axblw-bg-2: #000;          /* czarny Fissler */
  --axblw-text: #ffffff;        /* biały tekst */
  --axblw-accent: #fe0000;     /* czerwony Fissler */
  --axblw-maxw: 1600px;
  width: 100%;
  color: var(--axblw-text);
  background: linear-gradient(90deg, var(--axblw-bg-1), var(--axblw-bg-2));
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial, sans-serif;
  letter-spacing: .02em;
}

.axblw-strip-15__wrap{
  max-width:var(--axblw-maxw);
  margin:0 auto;
  padding: clamp(8px,1.6vw,14px) clamp(12px,2.6vw,28px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: clamp(8px,2vw,24px);
  flex-wrap:wrap;
}

.axblw-strip-15__deal{
  display:flex;
  align-items:baseline;
  gap:.6ch;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
  white-space:nowrap;
}

.axblw-strip-15__percent{
  font-size: clamp(18px,4.5vw,28px);
}

.axblw-strip-15__label{
  font-size: clamp(12px,2.6vw,16px);
  opacity:.95;
  font-weight:600;
}

.axblw-strip-15__code{
  font-size: clamp(14px,3.2vw,20px);
  padding:.2em .55em;
  border-radius:.35em;
  background:rgba(255,255,255,.12);
  outline:2px solid rgba(255,255,255,.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
  color:var(--axblw-accent);
  letter-spacing:.08em;
}

.axblw-strip-15__divider{
  flex:1 1 auto;
  height:1px;
  background: rgba(255,255,255,.25);
  min-width: 24px;
}

.axblw-strip-15__tagline{
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
  font-size: clamp(13px,3.4vw,22px);
  text-align:right;
}

/* Usprawnienia mobilne */
@media (max-width: 640px){
  .axblw-strip-15__wrap{
    justify-content:center;
    text-align:center;
  }
  .axblw-strip-15__divider{ display:none; }
  .axblw-strip-15__tagline{ width:100%; text-align:center; }
}
.add i {
  display: none;
}
#product .leo-compare-wishlist-button {
  margin-top: 25px;
}
@media (min-width: 640px){
  .box-testi {
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0; }
  .box-products {
  margin-top: 90px; }
.onastxt {
  text-transform: uppercase;
  font-size: 21px;
  color: var(--theme-color-secondary);
  font-weight: 400;
  line-height: 1.5;
  padding: 80px 50px 0 20px;
}}
@media (max-width: 640px){
  .box-testi {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0; }
  .box-products {
  margin-top: 40px; }
.onastxt {
  text-transform: uppercase;
  font-size: 21px;
  color: var(--theme-color-secondary);
  font-weight: 400;
  line-height: 1.5;
}
}
.fpl-regulamin {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 20px;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    color: #1a1a1a;
    line-height: 1.7;
    font-size: 15px;
}

.fpl-regulamin h1 {
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 10px;
    color: #000;
}

.fpl-regulamin .fpl-version {
    text-align: center;
    font-size: 0.9em;
    color: #666;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.fpl-regulamin .fpl-intro {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
    border-left: 4px solid #fe0000;
    font-size: 0.95em;
    font-style: italic;
}

.fpl-regulamin .fpl-toc {
    background: #f8f8f8;
    padding: 20px 30px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.fpl-regulamin .fpl-toc h3 {
    margin: 0 0 15px 0;
    font-size: 1.1em;
}

.fpl-regulamin .fpl-toc ol {
    margin: 0;
    padding-left: 20px;
    columns: 2;
    column-gap: 30px;
}

.fpl-regulamin .fpl-toc li {
    margin-bottom: 5px;
}

.fpl-regulamin .fpl-toc a {
    color: #333;
    text-decoration: none;
}

.fpl-regulamin .fpl-toc a:hover {
    color: #fe0000;
    text-decoration: underline;
}

.fpl-regulamin h2 {
    font-size: 1.3em;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #fe0000;
    color: #000;
}

.fpl-regulamin h3 {
    font-size: 1.1em;
    margin: 25px 0 15px 0;
    color: #333;
}

.fpl-regulamin p {
    margin-bottom: 12px;
    text-align: justify;
}

.fpl-regulamin ul, .fpl-regulamin ol {
    margin: 10px 0 15px 25px;
}

.fpl-regulamin li {
    margin-bottom: 8px;
}

.fpl-regulamin .fpl-seller-box {
    background: #f5f5f5;
    padding: 20px 25px;
    border-left: 4px solid #fe0000;
    margin: 20px 0;
}

.fpl-regulamin .fpl-seller-box p {
    margin: 0 0 10px 0;
    text-align: left;
}

.fpl-regulamin .fpl-seller-box p:last-child {
    margin-bottom: 0;
}

.fpl-regulamin .fpl-contact-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.fpl-regulamin .fpl-contact-table th,
.fpl-regulamin .fpl-contact-table td {
    padding: 10px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.fpl-regulamin .fpl-contact-table th {
    background: #f5f5f5;
    width: 35%;
    font-weight: 600;
}

.fpl-regulamin .fpl-def {
    background: #fafafa;
    padding: 10px 15px;
    margin: 8px 0;
    border-left: 3px solid #ccc;
}

.fpl-regulamin .fpl-def strong {
    color: #000;
}

.fpl-regulamin .fpl-important {
    background: #fff8f8;
    border: 1px solid #fe0000;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.fpl-regulamin .fpl-important strong {
    color: #fe0000;
}

.fpl-regulamin .fpl-hierarchy {
    background: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
}

.fpl-regulamin .fpl-hierarchy p {
    margin-bottom: 10px;
}

.fpl-regulamin .fpl-form-box {
    background: #f5f5f5;
    padding: 25px;
    margin: 25px 0;
    border: 1px dashed #999;
}

.fpl-regulamin .fpl-form-box p {
    margin-bottom: 15px;
}

.fpl-regulamin .fpl-b2b-box {
    background: #fffbf0;
    border: 1px solid #e6c200;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.fpl-regulamin a {
    color: #fe0000;
}

.fpl-regulamin a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .fpl-regulamin {
        padding: 20px 15px;
    }
    .fpl-regulamin .fpl-contact-table th,
    .fpl-regulamin .fpl-contact-table td {
        padding: 8px 10px;
        font-size: 0.9em;
    }
    .fpl-regulamin .fpl-toc ol {
        columns: 1;
    }
}
.fpl-privacy {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 20px;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    color: #1a1a1a;
    line-height: 1.7;
    font-size: 15px;
}

.fpl-privacy h1 {
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 10px;
    color: #000;
}

.fpl-privacy .fpl-version {
    text-align: center;
    font-size: 0.9em;
    color: #666;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.fpl-privacy .fpl-toc {
    background: #f8f8f8;
    padding: 20px 30px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.fpl-privacy .fpl-toc h3 {
    margin: 0 0 15px 0;
    font-size: 1.1em;
}

.fpl-privacy .fpl-toc ol {
    margin: 0;
    padding-left: 20px;
}

.fpl-privacy .fpl-toc li {
    margin-bottom: 5px;
}

.fpl-privacy .fpl-toc a {
    color: #333;
    text-decoration: none;
}

.fpl-privacy .fpl-toc a:hover {
    color: #fe0000;
    text-decoration: underline;
}

.fpl-privacy h2 {
    font-size: 1.3em;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #fe0000;
    color: #000;
}

.fpl-privacy h3 {
    font-size: 1.1em;
    margin: 25px 0 15px 0;
    color: #333;
}

.fpl-privacy p {
    margin-bottom: 12px;
    text-align: justify;
}

.fpl-privacy ul, .fpl-privacy ol {
    margin: 10px 0 15px 25px;
}

.fpl-privacy li {
    margin-bottom: 8px;
}

.fpl-privacy .fpl-admin-box {
    background: #f5f5f5;
    padding: 20px 25px;
    border-left: 4px solid #fe0000;
    margin: 20px 0;
}

.fpl-privacy .fpl-admin-box p {
    margin: 0 0 10px 0;
    text-align: left;
}

.fpl-privacy .fpl-admin-box p:last-child {
    margin-bottom: 0;
}

.fpl-privacy .fpl-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.95em;
}

.fpl-privacy .fpl-table th,
.fpl-privacy .fpl-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}

.fpl-privacy .fpl-table th {
    background: #f5f5f5;
    font-weight: 600;
}

.fpl-privacy .fpl-table tr:nth-child(even) {
    background: #fafafa;
}

.fpl-privacy .fpl-important {
    background: #fff8f8;
    border: 1px solid #fe0000;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.fpl-privacy .fpl-important strong {
    color: #fe0000;
}

.fpl-privacy .fpl-cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.fpl-privacy .fpl-cookies-table th,
.fpl-privacy .fpl-cookies-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    font-size: 0.9em;
}

.fpl-privacy .fpl-cookies-table th {
    background: #f0f0f0;
    font-weight: 600;
}

.fpl-privacy a {
    color: #fe0000;
}

.fpl-privacy a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .fpl-privacy {
        padding: 20px 15px;
    }
    .fpl-privacy .fpl-table,
    .fpl-privacy .fpl-cookies-table {
        font-size: 0.85em;
    }
    .fpl-privacy .fpl-table th,
    .fpl-privacy .fpl-table td,
    .fpl-privacy .fpl-cookies-table th,
    .fpl-privacy .fpl-cookies-table td {
        padding: 8px;
    }
}
.fpl-payment-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 0;
}
.fpl-payment-icons img {
    height: 30px;
    width: auto;
    opacity: 0.85;
    transition: all 0.2s ease;
}
.fpl-payment-icons img:hover {
    opacity: 1;
    transform: scale(1.05);
}
.bezp {
  text-align: center;
  color: black;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.block.footer-right-card.ApHtml {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.fpl-about {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    color: #1a1a1a;
    line-height: 1.7;
}

.fpl-about-hero {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 50px;
}

.fpl-about-hero-text {
    flex: 1;
}

.fpl-about-hero-image {
    flex: 0 0 400px;
    max-width: 400px;
}

.fpl-about-hero-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.fpl-about-hero-image .fpl-image-placeholder {
    width: 100%;
    height: 350px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    border: 2px dashed #ccc;
}

.fpl-about h1 {
    font-size: 2.2em;
    margin: 0 0 20px 0;
    color: #000;
}

.fpl-about h1 span {
    color: #fe0000;
}

.fpl-about h2 {
    font-size: 1.5em;
    margin: 40px 0 20px 0;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 2px solid #fe0000;
}

.fpl-about h3 {
    font-size: 1.2em;
    margin: 30px 0 15px 0;
    color: #333;
}

.fpl-about p {
    margin-bottom: 15px;
    text-align: justify;
}

.fpl-about-lead {
    font-size: 1.15em;
    color: #444;
    border-left: 4px solid #fe0000;
    padding-left: 20px;
    margin: 25px 0;
}

/* Sekcja z wartościami */
.fpl-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.fpl-value-item {
    text-align: center;
    padding: 30px 20px;
    background: #f9f9f9;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fpl-value-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.fpl-value-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.fpl-value-item h4 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
    color: #000;
}

.fpl-value-item p {
    margin: 0;
    font-size: 0.95em;
    color: #666;
    text-align: center;
}

/* Sekcja historia */
.fpl-history {
    background: #f8f8f8;
    padding: 40px;
    border-radius: 8px;
    margin: 40px 0;
}

.fpl-history-timeline {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.fpl-timeline-item {
    text-align: center;
    flex: 1;
    min-width: 150px;
}

.fpl-timeline-year {
    font-size: 2em;
    font-weight: 700;
    color: #fe0000;
}

.fpl-timeline-text {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}

/* Sekcja kontakt */
.fpl-about-contact {
    background: #1a1a1a;
    color: #fff;
    padding: 40px;
    border-radius: 8px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.fpl-about-contact h3 {
    color: #fff;
    margin: 0 0 10px 0;
}

.fpl-about-contact p {
    margin: 0;
    color: #ccc;
    text-align: left;
}

.fpl-about-contact a {
    display: inline-block;
    background: #fe0000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease;
}

.fpl-about-contact a:hover {
    background: #d50000;
}

/* Responsive */
@media (max-width: 900px) {
    .fpl-about-hero {
        flex-direction: column;
    }
    
    .fpl-about-hero-image {
        flex: none;
        max-width: 100%;
        width: 100%;
        order: -1;
    }
    
    .fpl-values {
        grid-template-columns: 1fr;
    }
    
    .fpl-about-contact {
        text-align: center;
    }
    
    .fpl-about-contact > div {
        width: 100%;
    }
}
@media (min-width: 900px) {
#kategoriestart {
  margin-top: 90px;
  padding: 30px 0;
}
}
@media (max-width: 900px) {
#kategoriestart {
  margin-top: 10px;
  padding: 30px 0;
}
}
.item-title {
  position: absolute;
  bottom: 20px;
  background: black;
  padding: 5px 10px;
}
.item-title a {
  color: white;
  font-size: 20px;
}
#kategoriestart .owl-theme .owl-buttons div {
  top:53%;
}
#videobaner video {
    width: 100%;
    height: auto;
    display: block;
}
#description p {
  font-size: 17px;
}
#description ul li {
  font-size: 17px;
  margin: 5px 0;
}
#index .item-qty {
  display: none;
}
#accordion ul li {
  list-style: disc;
  list-style-position: inside;
}