/* PET- CTA tlačítko – tan (#e0a57a) -> hover hnědá (#a66842) */
.pet-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 14px 30px;
  background-color: #e0a57a;
  color: #5a3422 !important;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(166, 104, 66, .22);
  transition: background-color .15s ease, color .15s ease, transform .1s ease, box-shadow .15s ease;
}
.pet-cta:hover {
  background-color: #a66842;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(166, 104, 66, .30);
}
.pet-cta:active { transform: translateY(0) scale(.98); }
.pet-cta svg { flex: none; }






/* PET- mini buttony na prolinkování kategorií */
.mini-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}


.mini-button {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  background-color: #ffffff;
  color: #5a3422 !important;
  border: 1.5px solid #e0a57a;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease;
}
.mini-button:hover {
  background-color: #faf4ee;
  border-color: #a66842;
  text-decoration: none !important;
}








/* ============================================
   PET- TEXT + OBRÁZEK (split blok s panelem) + tečkový seznam
   Modifikátor: sp-split--reverse (prohodí strany)
   ============================================ */


.sp-split {
  display: flex;
  align-items: stretch;
  gap: 28px;
  margin: 0 0 40px;
}
.sp-split--reverse {
  flex-direction: row-reverse;
}


.sp-split__text {
  flex: 1 1 0;
  min-width: 0;
  background-color: #faf4ee;
  border-left: 4px solid #a66842;
  border-radius: 0 14px 14px 0;
  padding: 26px 30px;
}
.sp-split--reverse .sp-split__text {
  border-left: none;
  border-right: 4px solid #a66842;
  border-radius: 14px 0 0 14px;
}


.sp-split__media { flex: 1 1 0; min-width: 0; }


.sp-split__title {
  margin: 0 0 16px;
  color: #2b211c;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}
.sp-split__text p {
  margin: 0 0 14px;
  color: #3a3029;
  line-height: 1.7;
}
.sp-split__text strong { color: #2b211c; }


.sp-split__figure { margin: 0; height: 100%; }
.sp-split__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(166, 104, 66, .15);
}


/* --- Tečkový seznam (pk-bullets-dot) --- */
.pk-bullets-dot {
  list-style: none !important;
  margin: 18px 0 0;
  padding: 0 !important;
}
.pk-bullets-dot__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 11px;
  line-height: 1.6;
}
.pk-bullets-dot__item::before { content: none !important; }
.pk-bullets-dot__icon {
  flex: none;
  width: 9px;
  height: 9px;
  margin-top: .55em;
  border-radius: 50%;
  background-color: #a66842;
}
.pk-bullets-dot__text { color: #2b211c; }


/* --- Mobil: poskládat pod sebe --- */
@media (max-width: 768px) {
  .sp-split,
  .sp-split--reverse {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    margin-bottom: 30px;
  }
  .sp-split__text,
  .sp-split--reverse .sp-split__text {
    border-left: 4px solid #a66842;
    border-right: none;
    border-radius: 0 14px 14px 0;
  }
  .sp-split__title { font-size: 22px; }
  .sp-split__img { min-height: 220px; }
}












/* ============================================
   PET- FAQ (faq-sxo) – sbalovací, čistě CSS přes <details>
   ============================================ */


.faq-sxo {
  max-width: 780px;
  margin: 0 0 40px;
}
.faq-sxo__container {
  max-width: none;
  margin: 0;
}
.faq-sxo__title {
  text-align: left;
  color: #2b211c;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 24px;
}


.faq-sxo__item {
  border-bottom: 1px solid #e9dccd;
}


.faq-sxo__question {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 4px;
  cursor: pointer;
  list-style: none;
  color: #2b211c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.faq-sxo__question::-webkit-details-marker { display: none; }
.faq-sxo__question:hover { color: #a66842; }


/* Kolečko se šipkou (vycentrovaná, SVG) */
.faq-sxo__icon {
  flex: none;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #faf4ee;
  border: 1.5px solid #e0a57a;
  transition: background-color .2s ease, border-color .2s ease;
}
.faq-sxo__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a66842' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .2s ease;
}
.faq-sxo__item[open] .faq-sxo__icon {
  background-color: #a66842;
  border-color: #a66842;
}
.faq-sxo__item[open] .faq-sxo__icon::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
  transform: rotate(180deg);
}


.faq-sxo__answer {
  padding: 0 4px 20px 44px;
  color: #3a3029;
  line-height: 1.7;
  font-size: 15px;
}
.faq-sxo__answer p { margin: 0 0 10px; }
.faq-sxo__answer p:last-child { margin-bottom: 0; }
.faq-sxo__answer a {
  color: #a66842;
  text-decoration: underline;
}
.faq-sxo__answer a:hover { color: #8f5435; }
.faq-sxo__answer strong { color: #2b211c; }





/* ============================================
   PET- PRŮVODCE VÝBĚREM
   ============================================ */

.pet-guide {
  max-width: 780px;
  margin: 0 0 40px;
  background-color: #faf4ee;
  border: 1px solid #efe2d3;
  border-radius: 18px;
  padding: 30px 34px;
}
.pet-guide__title {
  margin: 0 0 14px;
  color: #2b211c;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
.pet-guide__intro {
  margin: 0 0 22px;
  color: #3a3029;
  line-height: 1.7;
  font-size: 15px;
}
.pet-guide details { margin: 0; }

/* Rozbalovací tlačítko */
.pet-guide summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  background-color: #a66842;
  color: #ffffff;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  transition: background-color .15s ease;
}
.pet-guide summary::-webkit-details-marker { display: none; }
.pet-guide summary:hover { background-color: #8f5435; }

.pet-guide__btn-label--less { display: none; }
.pet-guide details[open] .pet-guide__btn-label--more { display: none; }
.pet-guide details[open] .pet-guide__btn-label--less { display: inline; }

.pet-guide__chevron {
  width: 18px;
  height: 18px;
  transition: transform .2s ease;
}
.pet-guide details[open] .pet-guide__chevron { transform: rotate(180deg); }

.pet-guide__content { margin-top: 24px; }

/* Hlavní kroky – hnědá číslovaná kolečka */
.pet-steps {
  list-style: none;
  counter-reset: pkstep;
  margin: 0;
  padding: 0;
}
.pet-steps > li {
  counter-increment: pkstep;
  position: relative;
  padding-left: 54px;
  margin: 0 0 22px;
}
.pet-steps > li:last-child { margin-bottom: 0; }
.pet-steps > li::before {
  content: counter(pkstep);
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #a66842;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pet-guide__stepTitle {
  margin: 6px 0 6px;
  color: #2b211c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.pet-guide__stepLead {
  margin: 0 0 10px;
  color: #3a3029;
  line-height: 1.65;
  font-size: 14.5px;
}

/* Odrážky s tečkou */
.pet-bullets--dot {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}
.pet-bullets--dot li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 8px;
  color: #3a3029;
  line-height: 1.6;
  font-size: 14.5px;
}
.pet-bullets--dot li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #a66842;
}
.pet-bullets--dot strong { color: #2b211c; }

/* Tip se žárovkou (emoji) – bez levého pruhu */
.pet-tip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background-color: #eef3e9;
  border: 1px solid #cdddc0;
  border-radius: 10px;
  padding: 11px 14px;
  margin: 12px 0 0;
}
.pet-tip__icon { flex: none; font-size: 16px; line-height: 1.4; }
.pet-tip__text { color: #3c5a33; line-height: 1.55; font-size: 14px; }
.pet-tip__text strong { color: #2e4825; font-weight: 700; }

/* Tabulka uvnitř kroku */
.pet-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #e9dccd;
  background-color: #ffffff;
  margin: 8px 0 0;
}
.pet-ui-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  min-width: 480px;
}
.pet-ui-table th {
  background-color: #a66842;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  padding: 10px 12px;
}
.pet-ui-table td {
  padding: 10px 12px;
  border-top: 1px solid #efe2d3;
  color: #3a3029;
  vertical-align: top;
}
.pet-ui-table tbody tr:nth-child(even) td { background-color: #faf4ee; }
.pet-ui-table td:first-child { font-weight: 700; color: #2b211c; }

/* Srovnávací tabulka 2 vs 2 */
.pet-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 8px 0 0;
}
.pet-compare__col {
  background-color: #ffffff;
  border: 1px solid #e9dccd;
  border-radius: 12px;
  padding: 14px 16px;
}
.pet-compare__col h5 {
  margin: 0 0 8px;
  color: #2b211c;
  font-size: 14.5px;
  font-weight: 700;
}
.pet-compare__col ul { list-style: none; margin: 0; padding: 0; }
.pet-compare__col li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 6px;
  color: #3a3029;
  line-height: 1.55;
  font-size: 14px;
}
.pet-compare__col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a66842;
}

/* Mobil */
@media (max-width: 600px) {
  .pet-guide { padding: 22px 20px; }
  .pet-steps > li { padding-left: 46px; }
  .pet-steps > li::before { width: 30px; height: 30px; font-size: 14px; }
  .pet-compare { grid-template-columns: 1fr; }
}


/* ============================================
   PET- TRUST / USP sekce (4 prvky, ikona nahoře)
   ============================================ */


.pet-usp {
  margin: 0 0 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}


.pet-usp__item {
  background-color: #ffffff;
  border: 1px solid #efe2d3;
  border-radius: 14px;
  padding: 24px 18px;
  text-align: center;
}


.pet-usp__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background-color: #faf4ee;
}
.pet-usp__icon img,
.pet-usp__icon svg {
  width: 24px;
  height: 24px;
  display: block;
  margin: 12px auto;        /* vycentruje ikonu v kolečku */
}


.pet-usp__title {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 700;
  color: #2b211c;
  line-height: 1.3;
}
.pet-usp__desc {
  margin: 0;
  font-size: 13px;
  color: #3a3029;
  line-height: 1.55;
}


/* Tablet: 2 sloupce */
@media (max-width: 768px) {
  .pet-usp { grid-template-columns: repeat(2, 1fr); }
}
/* Úzký mobil: 1 sloupec */
@media (max-width: 480px) {
  .pet-usp { grid-template-columns: 1fr; gap: 12px; }
}










/* ============================================
   PET- TRUST sekce (kompaktní – menší ikony i texty)
   ============================================ */

.pet-trust {
  background-color: #faf4ee;
  border: 1px solid #efe2d3;
  border-radius: 14px;
  padding: 16px 18px;
  margin: 0 0 40px;
}

.pet-trust__intro {
  margin: 0;
  color: #3a3029;
  line-height: 1.6;
  font-size: 14px;
}
.pet-trust__intro strong { color: #2b211c; }
.pet-trust__intro a { color: #a66842; text-decoration: underline; }
.pet-trust__intro .pet-trust__brand { color: #a66842; font-weight: 700; }

.pet-trust__divider {
  border: none;
  border-top: 1px solid #e9dccd;
  margin: 12px 0 0;
}

.pet-trust__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.pet-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 12px 4px 8px;
  border-left: 1px solid #e9dccd;
}
.pet-trust__item:nth-child(5n+1) { border-left: none; }

.pet-trust__icon {
  color: #a66842;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pet-trust__icon svg { width: 18px; height: 18px; display: block; }

.pet-trust__label {
  font-size: 11px;
  font-weight: 600;
  color: #2b211c;
  line-height: 1.3;
}

/* Menší obrazovka: 3 v řadě */
@media (max-width: 600px) {
  .pet-trust__row { grid-template-columns: repeat(3, 1fr); row-gap: 6px; }
  .pet-trust__item { border-left: 1px solid #e9dccd; }
  .pet-trust__item:nth-child(5n+1) { border-left: 1px solid #e9dccd; }
  .pet-trust__item:nth-child(3n+1) { border-left: none; }
}
/* Úzký mobil: 2 v řadě */
@media (max-width: 400px) {
  .pet-trust { padding: 14px 12px; }
  .pet-trust__row { grid-template-columns: repeat(2, 1fr); }
  .pet-trust__item:nth-child(3n+1) { border-left: 1px solid #e9dccd; }
  .pet-trust__item:nth-child(2n+1) { border-left: none; }
}




/* ============================================
   PET- BLOK SOUVISEJÍCÍCH KATEGORIÍ
   ============================================ */

.pet-related {
  background-color: #a66842;
  border-radius: 18px;
  padding: 28px 32px;
  margin: 0 0 40px;
}

.pet-related__label {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .85);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.4;
}

.pet-related__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pet-related__btn {
  display: inline-flex;
  align-items: center;
  padding: 11px 20px;
  background-color: #ffffff;
  color: #a66842 !important;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.pet-related__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .15);
}
.pet-related__btn:active {
  transform: translateY(0) scale(.98);
}

/* Mobil */
@media (max-width: 480px) {
  .pet-related { padding: 22px 18px; }
  .pet-related__btn { padding: 10px 16px; font-size: 13.5px; }
}




/* ============================================
   PET- KARTY PRODUKTŮ (2 až 4 vedle sebe)
   Modifikátory: pet-products--2, pet-products--3, pet-products--4
   ============================================ */

.pet-products {
  display: grid;
  gap: 20px;
  margin: 0 0 36px;
}
.pet-products--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pet-products--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pet-products--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.pet-product {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #efe2d3;
  border-radius: 16px;
  overflow: hidden;
  transition: transform .15s ease, box-shadow .15s ease;
}
.pet-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(166, 104, 66, .14);
}

.pet-product__media {
  display: block;
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  overflow: hidden;
  padding: 14px;
  box-sizing: border-box;
}
.pet-product__img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transition: transform .3s ease;
}
.pet-product:hover .pet-product__img { transform: scale(1.04); }

.pet-product__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 16px 18px 18px;
}
.pet-product__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.pet-product__title a {
  color: #2b211c !important;
  text-decoration: none !important;
}
.pet-product__title a:hover { color: #a66842 !important; }

.pet-product__desc {
  margin: 0 0 16px;
  color: #3a3029;
  font-size: 14px;
  line-height: 1.6;
}

.pet-product__footer { margin-top: auto; text-align: center; }

.pet-product__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 30px;
  background-color: #e0a57a;
  color: #ffffff !important;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(166, 104, 66, .22);
  transition: background-color .15s ease, transform .1s ease, box-shadow .15s ease;
}
.pet-product__btn:hover {
  background-color: #a66842;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 9px 22px rgba(166, 104, 66, .30);
}
.pet-product__btn:active { transform: translateY(0) scale(.98); }
.pet-product__btn svg {
  flex: none;
  width: 20px !important;
  height: 20px !important;
  fill: currentColor;
}

@media (max-width: 900px) {
  .pet-products--4,
  .pet-products--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 420px) {
  .pet-products { gap: 14px; }
  .pet-products--2 { grid-template-columns: 1fr; }
}