/* zakładka Hafciarnia Haftonline */
.sg-title-center {
    text-align: center;
    color: #222;
}

.sg-title-lg {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.sg-text-center {
    text-align: center;
    color: #333;
}

.sg-intro-lg {
    max-width: 850px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 1.6;
}

.sg-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
}

.sg-card {
    flex: 1 1 280px;
    max-width: 320px;
    background-color: #fdfdfd;
    padding: 25px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    transition: transform 0.3s, box-shadow 0.3s;
}

.sg-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.18);
}

.sg-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.sg-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}

.sg-quote-lg {
    background-color: #f7f7f7;
    padding: 25px 30px;
    border-left: 6px solid #4caf50;
    border-radius: 12px;
    max-width: 750px;
    margin: 0 auto 40px;
    font-style: italic;
    font-size: 18px;
    line-height: 1.6;
    color: #444;
}

.sg-contact-lg {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}

.sg-contact-lg a {
    color: #007BFF;
    text-decoration: none;
}

.sg-contact-lg a:hover {
    text-decoration: underline;
}

/* Responsywność */
@media (max-width: 799px) {
    .sg-cards {
        gap: 15px;
    }

    .sg-card {
        flex: 1 1 90%;
        max-width: 95%;
        padding: 20px;
    }

    .sg-title-lg {
        font-size: 28px;
    }

    .sg-intro-lg, .sg-quote-lg {
        font-size: 16px;
    }

    .sg-contact-lg {
        font-size: 16px;
    }
}

/* zakładka Hafciarnia Haftonline koniec */
/* faq karta produktu i inne */
.FaqLista details { text-align:left; line-height:normal; }
.FaqLista details summary { padding:0 5px 5px 5px; margin:0; font-weight:bold; cursor:pointer; list-style:none; display:flex; align-items:center; justify-content:space-between; transition:height 1s ease; }
.FaqLista details summary::-webkit-details-marker { display:none; }
.FaqLista details summary::after { content: "\002B"; font-size:25px; font-weight:normal; } 
.FaqLista details[open] summary::after { content: "\00D7"; }
.FaqLista details[open] div { padding:5px 5px 10px 5px; line-height:1.5; text-align:justify; }

/* ukrywanie dla użytkownika tekstu który jest dla AI */
.ai-snippet {
  display: none;
}
/* ukrywanie dla użytkownika tekstu który jest dla AI */
/* Styl dla linków z własną klasą */
a.hrefwlasny {
    position: relative;
	display:inline-block;
	padding:12px 25px;
	background-color:#faedb9;
	color:#000000; 
	font-weight:bold; 
	border-radius:12px; 
	text-decoration:none;
}
.text-center {
    text-align: center;
}
.float-left { float: left; margin-right: 15px; }

/* Kontener FAQ */
.piktogramyfaqwlasne {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

/* Każdy piktogram jako karta */
.piktogramyfaqwlasne details {
  flex: 1 1 150px;
  max-width: 180px;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.piktogramyfaqwlasne details:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Ukrycie strzałki summary */
.piktogramyfaqwlasne summary {
  list-style: none;
  outline: none;
  display: flex;
  justify-content: center;
}

/* Styl dla obrazków w summary */
.piktogramyfaqwlasne summary img {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Styl odpowiedzi */
.piktogramyfaqwlasne .odp {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: center;
}

/* Responsywność */
@media only screen and (max-width:479px) {
  .piktogramyfaqwlasne details { flex: 1 1 80px; }
  .piktogramyfaqwlasne summary img { max-width: 60px; }
}

@media only screen and (min-width:480px) and (max-width:799px) {
  .piktogramyfaqwlasne details { flex: 1 1 120px; }
  .piktogramyfaqwlasne summary img { max-width: 80px; }
}

@media only screen and (min-width:800px) {
  .piktogramyfaqwlasne details { flex: 1 1 150px; }
  .piktogramyfaqwlasne summary img { max-width: 100px; }
}

/* baza wiedzy i kategorie miniatury podkategorii  start*/
.bazawiedzyflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.bazawiedzyflex .item {
  flex: 1 1 150px;
  max-width: 180px;
  text-align: center;
}

.bazawiedzyflex img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.bazawiedzyflex figcaption a {
  text-decoration: none;
  color: #333;
}
/* baza wiedzy i kategorie miniatury podkategorii  koniec*/

/* Ogólne dla całego FAQ */
.tz_faq {
    max-width: 800px;
    margin: 20px auto;
    font-family: 'Arial', sans-serif;
    color: #333;
}

/* Styl dla każdego pytania */
.tz_faq details {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px 15px;
    background: #f9f9f9;
    transition: background 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.tz_faq details[open] {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Styl nagłówka (summary) */
.tz_faq summary {
    font-weight: bold;
    font-size: 16px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Ikona strzałki przy summary */
.tz_faq summary::marker {
    display: none; /* Ukrywa domyślną strzałkę */
}

.tz_faq summary::after {
    content: "▸"; /* strzałka w prawo */
    font-size: 16px;
    transition: transform 0.3s;
}

.tz_faq details[open] summary::after {
    transform: rotate(90deg); /* strzałka w dół gdy otwarte */
}

/* Styl odpowiedzi */
.tz_faq div[itemprop="acceptedAnswer"] {
    margin-top: 8px;
    padding-left: 10px;
    border-left: 3px solid #007BFF;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

/* Drobny efekt przy najechaniu */
.tz_faq details:hover {
    background: #f1faff;
    border-color: #007BFF;
}



/* Styl dla opinie klientów w produktach  */
.customer-reviews {
  background-color: #fff8e6; /* delikatny, jasny kolor tła */
  border-left: 5px solid #ffa500; /* wyróżniający pasek po lewej */
  border-radius: 12px;
  padding: 20px 25px;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  font-size: 16px;
  line-height: 1.6;
}

.customer-reviews h3 {
  color: #d35400; /* nagłówek w ciemnym pomarańczowym */
  font-size: 20px;
  margin-bottom: 15px;
  text-align: left;
}

.customer-reviews p {
  margin-bottom: 10px;
  font-style: italic;
}

.customer-reviews .review-author {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}

/* koniec Styl dla opinie klientów w produktach  */

.SelectCechyProduktu {
    width: 100%;
    max-width: 420px;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    border: 2px solid #ccc;
    background-color: #e0e0e0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.SelectCechyProduktu:hover {
    border-color: #bdbdbd;
}

.SelectCechyProduktu:focus {
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(0,0,0,.08);
    outline: none;
}

.ho-pr-video-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
.ho-pr-video {
  width: 100%;
  height: auto;
  display: block;
}
/* Styl dla tabeli rozmiarów w zakładce */
.tabela-rozmiarow-karty-produktu-tsra190 {
          border: 1px solid #ccc;
          border-radius: 8px;
          padding: 10px;
          margin-bottom: 10px;
		    text-align: center;
          background-color: #f4f4f4;
    width: 80%;
    margin: 0 auto;   /* wyśrodkowanie diva */
}
.wielkosc-pola-tabeli-tsra190{
          margin: 0;
          font-size: 14px;	
}
/* Koniec Styl dla tabeli rozmiarów w zakładce */

.ho-pr-item {
  text-align: center;
}

.ho-pr-desc {
  margin-top: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.4;
}


/* --------------------- Bloki w zakładkach --------------------- */
/* --------------------- Bloki porównania cech (pastelowe) --------------------- */
.blok-porownania-cech {
  border-radius: 12px;
  padding: 10px 15px; /* mniejszy padding */
  margin-bottom: 15px;
  flex: 1 1 200px;    /* mniejsza szerokość podstawowa */
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.5;
  transition: transform 0.3s, box-shadow 0.3s;
}

.blok-porownania-cech:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}

/* pastelowe kolory */
.blok-porownania-cech-czerwona { background-color: #f7b8a6; color: #333; }
.blok-porownania-cech-zielona { background-color: #d6f5d6; color: #333; }
.blok-porownania-cech-niebieska { background-color: #cce7ff; color: #333; }
.blok-porownania-cech-granatowa { background-color: #8aa6d7; color: #fff; }
.blok-porownania-cech-rozowa { background-color: #ffd6e8; color: #333; }
.blok-porownania-cech-pomaranczowa { background-color: #ffe0b3; color: #333; }
.blok-porownania-cech-turkusowa { background-color: #a0e6e6; color: #333; }
.blok-porownania-cech-fioletowa { background-color: #e3c8ff; color: #333; }

/* responsywność bloków */
@media (max-width:479px) { .blok-porownania-cech { flex:1 1 100%; padding:8px; } }
@media (min-width:480px) and (max-width:799px) { .blok-porownania-cech { flex:1 1 45%; padding:10px; } }
@media (min-width:800px) { .blok-porownania-cech { flex:1 1 22%; padding:12px; } }

/* --------------------- Info-boxy kolorowe --------------------- */
.info-box {
  border-radius:12px;
  padding:20px;
  margin-bottom:20px;
  font-size:16px;
  line-height:1.6;
}

.info-yellow { background-color:#fff8e6; color:#333; }
.info-blue { background-color:#e6f7ff; color:#333; }
.info-pink { background-color:#fff0f6; color:#333; }
.info-green { background-color:#e6ffe6; color:#333; }

/* --------------------- Flex container dla bloków --------------------- */
.flex-container {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  justify-content:center;
  margin-bottom:20px;
}

/* --------------------- CTA box --------------------- */
.cta-box {
  background-color:#fff4cc;
  border-radius:12px;
  box-shadow:0 4px 15px rgba(0,0,0,0.1);
  padding:20px;
  margin-top:30px;
  font-size:16px;
  text-align:center;
}

/* --------------------- Tekst w blokach porównania --------------------- */
.porownanie-text {
  font-size:16px;
  line-height:1.6;
  color:#333;
  margin-bottom:10px;
}

/* --------------------- Tytuły --------------------- */
.product-title { 
  font-size:28px; 
  color:#333; 
  margin-bottom:30px; 
  text-align:center; 
}

h2, h3, h4, h5, h6 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  color:#333;
}

/* --------------------- Obrazy produktów --------------------- */
.image-box img { 
  width:300px; 
  height:auto; 
  border-radius:12px; 
  box-shadow:0 4px 10px rgba(0,0,0,0.1); 
  max-width:100%; 
}

/* --------------------- Responsywność globalna dla obrazków --------------------- */
@media (max-width:479px) { .image-box img { max-width:250px; height:auto; } }
@media (min-width:480px) and (max-width:799px) { .image-box img { max-width:300px; height:auto; } }
@media (min-width:800px) { .image-box img { max-width:100%; height:auto; } }

/* --------------------- Bloki porównania cech (pastelowe) koniec --------------------- */

/* --------------------- Bloki w zakładach koniec --------------------- */
/* --------------------- Tytuł na karcie produktu  --------------------- */
.tytulnakarcieproduktu {
    font-family: 'Arial', sans-serif; /* elegancka, czytelna czcionka */
    font-size: 1.5rem; /* odpowiednia wielkość nagłówka */
    font-weight: 600; /* lekko pogrubione dla wyróżnienia */
    color: #222; /* ciemny kolor dla kontrastu i czytelności */
    line-height: 1.3; /* komfortowa wysokość linii */
    margin: 0 0 15px 0; /* odstęp od elementów poniżej */
    text-align: left; /* domyślnie wyrównanie do lewej */
}

@media (max-width: 768px) {
    .tytulnakarcieproduktu {
        font-size: 1.3rem; /* mniejszy nagłówek na tabletach/mobilnych */
    }
}

@media (max-width: 480px) {
    .tytulnakarcieproduktu {
        font-size: 1.1rem; /* jeszcze mniejszy na smartfony */
    }
}
/* --------------------- Tytuł na karcie produktu koniec --------------------- */