/* SPA Components – obnova zakladnich stylu Pobo Page Builderu */

/* Stránkování kategorií – Shoptet po načtení programově zaměřuje
   obrázek prvního produktu. Na stránkovaném výpisu tento systémový
   focus nesmí vytvořit modrý rámeček. */
html.spa-pagination-ready body.type-category
.products-block .product:first-child a.image:focus,
html.spa-pagination-ready body.type-category
.products-block .product:first-child a.image:focus-visible{
  outline:0!important;
  box-shadow:none!important
}

/* Detail produktu – Shoptet po přepnutí programově zaměřuje cílový panel.
   Obsahové panely nejsou ovládací prvky, proto na nich focus rámeček skrýváme. */
.type-detail .tab-content>.tab-pane:focus,
.type-detail .tab-content>.tab-pane:focus-visible,
.type-detail #description:focus,
.type-detail #description:focus-visible,
.type-detail #productParameter:focus,
.type-detail #productParameter:focus-visible,
.type-detail #productDiscussion:focus,
.type-detail #productDiscussion:focus-visible,
.type-detail .tab-content>.tab-pane [tabindex="-1"]:focus,
.type-detail .tab-content>.tab-pane [tabindex="-1"]:focus-visible,
.type-detail .extended-description:focus,
.type-detail .extended-description:focus-visible,
.type-detail .extended-description h3:focus,
.type-detail .extended-description h3:focus-visible{
  outline:0!important;
  box-shadow:none!important
}

.type-detail #pobo-all-content,
.type-detail #pobo-inner-content,
.type-detail #pobo-standard-widget {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.type-detail #pobo-all-content *,
.type-detail #pobo-all-content *::before,
.type-detail #pobo-all-content *::after {
  box-sizing: border-box;
}

.type-detail #pobo-all-content .widget-container {
  width: 100%;
  min-width: 0;
  margin: 0 0 56px;
}

.type-detail #pobo-all-content img {
  max-width: 100%;
  height: auto;
}

/* Maui Classic – obrázek musí kopírovat výšku tří informačních karet. */
.type-detail #pobo-all-content .oasis-luxury__body {
  align-items: stretch !important;
}

.type-detail #pobo-all-content .oasis-luxury__visual {
  height: 100% !important;
}

.type-detail #pobo-all-content .oasis-luxury__visual .oasis-luxury__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
}

.type-detail #pobo-all-content .widget-typography h1,
.type-detail #pobo-all-content .widget-typography h2,
.type-detail #pobo-all-content .widget-typography h3,
.type-detail #pobo-all-content .widget-typography h4 {
  margin-top: 0;
  color: #111;
  line-height: 1.15;
}

.type-detail #pobo-all-content .widget-typography p {
  margin: 0;
  color: #222;
  font-size: 17px;
  line-height: 1.65;
}

/* Obrazek a text 1/2 */
.type-detail #pobo-all-content .rc-image-half-right,
.type-detail #pobo-all-content .rc-image-half-left {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  width: 100%;
}

.type-detail #pobo-all-content .rc-image-half-right__text,
.type-detail #pobo-all-content .rc-image-half-left__text,
.type-detail #pobo-all-content .rc-image-half-right__image,
.type-detail #pobo-all-content .rc-image-half-left__image {
  min-width: 0;
}

.type-detail #pobo-all-content .rc-image-half-right__image {
  grid-column: 2;
  grid-row: 1;
}

.type-detail #pobo-all-content .rc-image-half-right__text {
  grid-column: 1;
  grid-row: 1;
}

.type-detail #pobo-all-content .rc-image-half-right__img,
.type-detail #pobo-all-content .rc-image-half-left__img {
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: contain;
  object-position: center;
}

.type-detail #pobo-all-content .rc-image-half-right h1,
.type-detail #pobo-all-content .rc-image-half-left h2 {
  margin: 0 0 28px;
  font-size: clamp(30px, 3.2vw, 52px);
  font-weight: 750;
}

/* Tri obrazky */
.type-detail #pobo-all-content .rc-image-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}

.type-detail #pobo-all-content .rc-image-three__single {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #171717;
  isolation: isolate;
}

.type-detail #pobo-all-content .rc-image-three__single::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 48%,
    rgba(0, 0, 0, 0.28) 66%,
    rgba(0, 0, 0, 0.92) 100%
  );
}

.type-detail #pobo-all-content .rc-image-three__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.03;
  object-fit: cover;
}

.type-detail #pobo-all-content .rc-image-three__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: clamp(22px, 2.5vw, 38px);
  color: #fff;
}

.type-detail #pobo-all-content .rc-image-three__down {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.type-detail #pobo-all-content .rc-image-three__content-head {
  color: #fff;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 800;
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.type-detail #pobo-all-content .rc-image-three__content-info {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.5;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

/* Tri hlavni vyhody */
.type-detail #pobo-all-content .rc-advantages-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  width: 100%;
  padding: 20px 0;
}

.type-detail #pobo-all-content .rc-advantages-three__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  text-align: center;
}

.type-detail #pobo-all-content .rc-advantages-three__ico-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  margin: 0 auto 20px;
}

.type-detail #pobo-all-content .rc-advantages-three__ico-img {
  display: block;
  width: 86px !important;
  height: 86px !important;
  max-width: 86px !important;
  object-fit: contain;
}

.type-detail #pobo-all-content .rc-advantages-three__info-header {
  margin: 0 0 10px;
  color: #111;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.25;
}

.type-detail #pobo-all-content .rc-advantages-three__info-text {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}

/* Obrazek a parametry */
.type-detail #pobo-all-content .rc-parameter-small-right {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
  width: 100%;
}

.type-detail #pobo-all-content .rc-parameter-small-right__image,
.type-detail #pobo-all-content .rc-parameter-small-right__box {
  min-width: 0;
}

.type-detail #pobo-all-content .rc-parameter__image-img {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: contain;
}

.type-detail #pobo-all-content .rc-parameter__header-left {
  margin: 0 0 28px;
  color: #111;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.2;
}

.type-detail #pobo-all-content .rc-parameter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 30px;
}

.type-detail #pobo-all-content .rc-parameter__box-small-right-parameter {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.type-detail #pobo-all-content .rc-parameter__box-small-right-icon-img {
  display: block;
  width: 44px !important;
  height: 44px !important;
  object-fit: contain;
}

.type-detail #pobo-all-content .rc-parameter__box-small-right-content-text,
.type-detail #pobo-all-content .rc-parameter__box-small-right-content-value {
  display: block;
  line-height: 1.35;
}

.type-detail #pobo-all-content .rc-parameter__box-small-right-content-text {
  margin-bottom: 3px;
  color: #111;
  font-size: 17px;
  font-weight: 700;
}

.type-detail #pobo-all-content .rc-parameter__box-small-right-content-value {
  color: #555;
  font-size: 14px;
}

/* Tri fotografie vad / tym */
.type-detail #pobo-all-content .rc-team-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}

.type-detail #pobo-all-content .rc-team-three__single {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(25, 35, 45, 0.07);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(25, 35, 45, 0.07);
}

.type-detail #pobo-all-content .rc-team-three__single--size {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.type-detail #pobo-all-content .rc-team-three__single-content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 68px !important;
  padding: 14px 16px !important;
  text-align: center !important;
}

.type-detail #pobo-all-content .rc-team-three__single-name {
  margin: 0 !important;
  color: #111;
  font-size: 20px;
  line-height: 1.3;
}

/* Tabulky */
.type-detail #pobo-all-content .pb-standard-table {
  width: 100%;
  margin: 16px 0 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.type-detail #pobo-all-content .pb-standard-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e7e7e7;
  color: #222;
  font-size: 15px;
  line-height: 1.45;
  vertical-align: top;
}

.type-detail #pobo-all-content .pb-standard-table td:first-child {
  width: 34%;
}

/* Infoboxy */
.type-detail #pobo-all-content .rc-infobox__info,
.type-detail #pobo-all-content .rc-infobox__warning {
  padding: 26px 30px;
  border-radius: 16px;
  background: #f5f5f7;
}

.type-detail #pobo-all-content .rc-infobox__warning {
  border-left: 5px solid #f7aa46;
  background: #fff5e8;
}

.type-detail #pobo-all-content .rc-infobox__info h2,
.type-detail #pobo-all-content .rc-infobox__info h3,
.type-detail #pobo-all-content .rc-infobox__warning h2,
.type-detail #pobo-all-content .rc-infobox__warning h3 {
  margin: 0 0 12px;
}

.type-detail #pobo-all-content .rc-infobox__info ul,
.type-detail #pobo-all-content .rc-infobox__warning ul {
  margin: 0;
  padding-left: 22px;
}

.type-detail #pobo-all-content .rc-infobox__info li,
.type-detail #pobo-all-content .rc-infobox__warning li {
  margin: 6px 0;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .type-detail #pobo-all-content .widget-container {
    margin-bottom: 38px;
  }

  .type-detail #pobo-all-content .rc-image-half-right,
  .type-detail #pobo-all-content .rc-image-half-left,
  .type-detail #pobo-all-content .rc-parameter-small-right {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .type-detail #pobo-all-content .rc-image-half-right__text,
  .type-detail #pobo-all-content .rc-image-half-right__image {
    grid-column: 1;
  }

  .type-detail #pobo-all-content .rc-image-half-right__text {
    grid-row: 1;
  }

  .type-detail #pobo-all-content .rc-image-half-right__image {
    grid-row: 2;
  }

  .type-detail #pobo-all-content .rc-image-three,
  .type-detail #pobo-all-content .rc-advantages-three,
  .type-detail #pobo-all-content .rc-team-three {
    gap: 14px;
  }

  .type-detail #pobo-all-content .rc-parameter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .type-detail #pobo-all-content .widget-container {
    margin-bottom: 30px;
  }

  .type-detail #pobo-all-content .widget-typography p {
    font-size: 15px;
    line-height: 1.55;
  }

  .type-detail #pobo-all-content .rc-image-half-right h1,
  .type-detail #pobo-all-content .rc-image-half-left h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .type-detail #pobo-all-content .rc-image-three,
  .type-detail #pobo-all-content .rc-advantages-three,
  .type-detail #pobo-all-content .rc-team-three,
  .type-detail #pobo-all-content .rc-parameter {
    grid-template-columns: 1fr;
  }

  .type-detail #pobo-all-content .rc-image-three__single,
  .type-detail #pobo-all-content .rc-team-three__single {
    border-radius: 14px;
  }

  .type-detail #pobo-all-content .rc-image-three__img {
    aspect-ratio: 4 / 5;
  }

  .type-detail #pobo-all-content .rc-image-three__content {
    padding: 22px 20px;
  }

  .type-detail #pobo-all-content .rc-image-three__content-head {
    font-size: 25px;
  }

  .type-detail #pobo-all-content .rc-image-three__content-info {
    font-size: 15px;
    line-height: 1.45;
  }

  .type-detail #pobo-all-content .rc-advantages-three {
    gap: 26px;
  }

  .type-detail #pobo-all-content .rc-advantages-three__ico-container {
    width: 68px;
    height: 68px;
    margin-bottom: 12px;
  }

  .type-detail #pobo-all-content .rc-advantages-three__ico-img {
    width: 68px !important;
    height: 68px !important;
    max-width: 68px !important;
  }

  .type-detail #pobo-all-content .rc-advantages-three__info-header {
    font-size: 20px;
  }

  .type-detail #pobo-all-content .rc-parameter__header-left {
    font-size: 26px;
  }

  .type-detail #pobo-all-content .pb-standard-table,
  .type-detail #pobo-all-content .pb-standard-table tbody,
  .type-detail #pobo-all-content .pb-standard-table tr,
  .type-detail #pobo-all-content .pb-standard-table td {
    display: block;
    width: 100% !important;
  }

  .type-detail #pobo-all-content .pb-standard-table tr {
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
  }

  .type-detail #pobo-all-content .pb-standard-table td {
    padding: 2px 0;
    border: 0;
  }

  .type-detail #pobo-all-content .rc-infobox__info,
  .type-detail #pobo-all-content .rc-infobox__warning {
    padding: 20px;
  }
}
/* =========================================================
   KONTAKTNÍ BANNER – NEZÁVAZNÁ PROHLÍDKA
   ========================================================= */

/*
 * Jazykové mutace mohou mít Pobo blok vložený bez vnějšího
 * #pobo-all-content. Tyto kompatibilní selektory proto cílí
 * přímo na data-pobo-content a zachovají stejný vzhled jako CZ.
 */
.type-detail [data-pobo-content="product"] .rc-image-three {
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  width:100%!important
}

.type-detail [data-pobo-content="product"] .rc-image-three__single {
  position:relative!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  justify-self:stretch!important;
  overflow:hidden!important;
  border-radius:18px!important;
  background:#171717!important;
  isolation:isolate!important
}

.type-detail [data-pobo-content="product"] .rc-image-three__single::after {
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(0,0,0,0) 48%,rgba(0,0,0,.28) 66%,rgba(0,0,0,.92) 100%)!important
}

.type-detail [data-pobo-content="product"] .rc-image-three__img {
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1.03!important;
  object-fit:cover!important
}

.type-detail [data-pobo-content="product"] .rc-image-three__content {
  position:absolute!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  z-index:2!important;
  padding:clamp(22px,2.5vw,38px)!important;
  color:#fff!important
}

.type-detail [data-pobo-content="product"] .rc-image-three__content-head {
  color:#fff!important;
  font-size:clamp(22px,2vw,34px)!important;
  font-weight:800!important;
  line-height:1.25!important
}

.type-detail [data-pobo-content="product"] .rc-image-three__content-info {
  color:rgba(255,255,255,.94)!important;
  font-size:clamp(15px,1.25vw,19px)!important;
  line-height:1.5!important
}

.type-detail [data-pobo-content="product"] .hero .bg {
  justify-content:flex-start!important;
  text-align:left!important
}

.type-detail [data-pobo-content="product"] .hero .content {
  width:min(610px,52%)!important;
  max-width:610px!important;
  margin:0!important;
  padding:clamp(32px,5vw,76px)!important;
  text-align:left!important
}

.type-detail [data-pobo-content="product"] .hero .content h2 {
  margin:0 0 18px!important;
  font-size:clamp(30px,3vw,48px)!important;
  line-height:1.08!important;
  text-align:left!important
}

.type-detail [data-pobo-content="product"] .hero .content p {
  max-width:580px!important;
  margin:0 0 28px!important;
  font-size:clamp(16px,1.35vw,20px)!important;
  line-height:1.55!important;
  text-align:left!important
}

.type-detail [data-pobo-content="product"] .hero .content .btn {
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:54px!important;
  padding:0 24px!important;
  line-height:1!important;
  vertical-align:middle!important
}

@media(max-width:767px){
  .type-detail [data-pobo-content="product"] .rc-image-three{grid-template-columns:1fr!important;gap:14px!important}
  .type-detail [data-pobo-content="product"] .rc-image-three__single{border-radius:14px!important}
  .type-detail [data-pobo-content="product"] .rc-image-three__img{aspect-ratio:4/5!important}
  .type-detail [data-pobo-content="product"] .hero .content{width:100%!important;max-width:none!important;padding:26px 22px!important}
  .type-detail [data-pobo-content="product"] .hero .content .btn{min-height:52px!important;padding:0 22px!important}
}

.type-detail #pobo-all-content .hero {
  width: 100% !important;
  margin: clamp(28px, 4vw, 56px) 0 !important;
  padding: 0 !important;
}

.type-detail #pobo-all-content .hero .wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.type-detail #pobo-all-content .hero .bg {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-height: clamp(360px, 38vw, 520px) !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  text-align: left !important;
  background: #111 !important;
  isolation: isolate !important;
}

.type-detail #pobo-all-content .hero .bgimg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Přechod nechá text čitelný a nezakrývá postavu na pravé straně. */
.type-detail #pobo-all-content .hero .bg::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  pointer-events: none !important;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.62) 38%,
    rgba(0, 0, 0, 0.18) 72%,
    rgba(0, 0, 0, 0.10) 100%
  ) !important;
}

.type-detail #pobo-all-content .hero .content {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: min(610px, 52%) !important;
  max-width: 610px !important;
  height: auto !important;
  margin: 0 !important;
  padding: clamp(32px, 5vw, 76px) !important;
  color: #fff !important;
  text-align: left !important;
}

.type-detail #pobo-all-content .hero .content h2 {
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: clamp(30px, 3vw, 48px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  text-align: left !important;
}

.type-detail #pobo-all-content .hero .content p {
  max-width: 580px !important;
  margin: 0 0 28px !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: clamp(16px, 1.35vw, 20px) !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

.type-detail #pobo-all-content .hero .content .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 15px 28px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #f7aa46 !important;
  color: #151515 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
}

.type-detail #pobo-all-content .hero .content .btn:hover {
  background: #ed7d24 !important;
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .type-detail #pobo-all-content .hero {
    margin: 28px 0 !important;
  }

  .type-detail #pobo-all-content .hero .bg {
    align-items: flex-end !important;
    min-height: 520px !important;
    border-radius: 18px !important;
  }

  .type-detail #pobo-all-content .hero .bgimg {
    object-position: 62% center !important;
  }

  .type-detail #pobo-all-content .hero .bg::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.10) 0%,
      rgba(0, 0, 0, 0.32) 42%,
      rgba(0, 0, 0, 0.88) 100%
    ) !important;
  }

  .type-detail #pobo-all-content .hero .content {
    width: 100% !important;
    max-width: none !important;
    padding: 26px 22px !important;
  }

  .type-detail #pobo-all-content .hero .content h2 {
    margin-bottom: 12px !important;
    font-size: 29px !important;
    line-height: 1.12 !important;
  }

  .type-detail #pobo-all-content .hero .content p {
    margin-bottom: 20px !important;
    font-size: 15px !important;
    line-height: 1.48 !important;
  }

  .type-detail #pobo-all-content .hero .content .btn {
    width: 100% !important;
    min-height: 52px !important;
  }
}
/* =========================================================
   BONUS K VÍŘIVCE – TERMICKÝ KRYT
   ========================================================= */
.type-detail #pobo-all-content .sc-premium-cover__image {
  width: min(100%, 780px) !important;
  max-width: 780px !important;
  margin: 32px auto 46px !important;
  padding: 0 !important;
  text-align: center !important;
}

.type-detail #pobo-all-content .sc-premium-cover__image img {
  display: block !important;
  width: 100% !important;
  max-width: 780px !important;
  height: auto !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 767px) {
  .type-detail #pobo-all-content .sc-premium-cover__image {
    width: min(92%, 560px) !important;
    margin: 24px auto 34px !important;
  }

  .type-detail #pobo-all-content .sc-premium-cover__image img {
    max-width: 560px !important;
  }
}
/* =========================================================
   SDÍLENÉ POPISKY – ROZBALOVACÍ FAQ
   Vzhled se aktivuje až po načtení doprovodného JS.
   ========================================================= */
.type-detail #pobo-share-widget.spa-accordion-ready {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 42px 0 !important;
}

.type-detail #pobo-share-widget.spa-accordion-ready .widget-container.widget-faq {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.type-detail #pobo-share-widget.spa-accordion-ready .pb-faq {
  overflow: hidden !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.07) !important;
}

.type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__header {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding: 20px 60px 20px 64px !important;
  color: #151515 !important;
  font-size: clamp(19px, 1.5vw, 24px) !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  user-select: none !important;
  outline: none !important;
}

/* Šipka vlevo */
.type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__header::before {
  content: "" !important;
  position: absolute !important;
  left: 25px !important;
  top: 50% !important;
  width: 12px !important;
  height: 12px !important;
  border-right: 2px solid #174f70 !important;
  border-bottom: 2px solid #174f70 !important;
  transform: translateY(-68%) rotate(45deg) !important;
  transition: transform 0.25s ease !important;
}

.type-detail #pobo-share-widget.spa-accordion-ready .pb-faq.is-open .pb-faq__header::before {
  transform: translateY(-30%) rotate(225deg) !important;
}

.type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__header:hover {
  background: #fafafa !important;
}

.type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__header:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(247, 170, 70, 0.55) !important;
}

.type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__content {
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 40px !important;
  border-top: 0 solid #e5e7eb !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition:
    max-height 0.4s ease,
    padding 0.3s ease,
    opacity 0.25s ease,
    border-width 0.3s ease !important;
}

.type-detail #pobo-share-widget.spa-accordion-ready .pb-faq.is-open .pb-faq__content {
  max-height: 4000px !important;
  padding: 24px 40px 30px !important;
  border-top-width: 1px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__content p {
  margin: 0 0 18px !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__content p:last-child {
  margin-bottom: 0 !important;
}

.type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__content ul,
.type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__content ol {
  margin: 8px 0 20px !important;
  padding-left: 25px !important;
}

.type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__content li {
  margin: 4px 0 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

@media (max-width: 767px) {
  .type-detail #pobo-share-widget.spa-accordion-ready {
    gap: 12px !important;
    margin: 30px 0 !important;
  }

  .type-detail #pobo-share-widget.spa-accordion-ready .pb-faq {
    border-radius: 10px !important;
  }

  .type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__header {
    min-height: 62px !important;
    padding: 16px 46px 16px 48px !important;
    font-size: 18px !important;
  }

  .type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__header::before {
    left: 20px !important;
    width: 10px !important;
    height: 10px !important;
  }

  .type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__content {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .type-detail #pobo-share-widget.spa-accordion-ready .pb-faq.is-open .pb-faq__content {
    padding: 20px 20px 24px !important;
  }

  .type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__content p,
  .type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__content li {
    font-size: 15px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__content,
  .type-detail #pobo-share-widget.spa-accordion-ready .pb-faq__header::before {
    transition: none !important;
  }
}

/* ===================================================
   POBO HOTFIX – OPRAVA DVOJITÉHO ZMENŠENÍ SLOUPCŮ
   Platí pouze pro Pobo obsah na detailu produktu.
   =================================================== */

/* Úvodní blok: text + fotografie */
.type-detail #pobo-all-content
.rc-image-half-right > .rc-image-half-right__text,
.type-detail #pobo-all-content
.rc-image-half-right > .rc-image-half-right__image,
.type-detail #pobo-all-content
.rc-image-half-left > .rc-image-half-left__text,
.type-detail #pobo-all-content
.rc-image-half-left > .rc-image-half-left__image,

/* Tři obrázkové karty */
.type-detail #pobo-all-content
.rc-image-three > .rc-image-three__single,

/* Tři výhody s ikonami */
.type-detail #pobo-all-content
.rc-advantages-three > .rc-advantages-three__item,

/* Obrázek + parametry */
.type-detail #pobo-all-content
.rc-parameter-small-right > .rc-parameter-small-right__image,
.type-detail #pobo-all-content
.rc-parameter-small-right > .rc-parameter-small-right__box,

/* Jednotlivé parametry */
.type-detail #pobo-all-content
.rc-parameter > .rc-parameter__box-small-right-parameter,

/* Další bloky se třemi sloupci */
.type-detail #pobo-all-content
.rc-team-three > .rc-team-three__single {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex: 0 1 auto !important;
  flex-basis: auto !important;
  float: none !important;
}

/* Obrázky vždy vyplní svůj opravený sloupec */
.type-detail #pobo-all-content
.rc-image-half-right__image img,
.type-detail #pobo-all-content
.rc-image-half-left__image img,
.type-detail #pobo-all-content
.rc-image-three__single img,
.type-detail #pobo-all-content
.rc-team-three__single img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}
