:root {
  --op-root: #006c8d;
  --op-black: #000000;
  --op-white: #ffffff;
  --op-grey: #f7f7f7;
  --section-gap: 4rem;
}

/*shoptet-fix*/
#header,
.navigation-buttons a[data-target="navigation"],
.navigation-buttons a[data-target="navigation"]:hover,
.navigation-buttons a[data-target="login"],
.navigation-buttons a[data-target="search"],
.navigation-buttons a[data-target="search"]:hover {
  background-color: transparent !important;
}

.site-name {
  max-width: 16rem !important;
}

.top-nav-button-login {
  background-color: unset !important;
}

/*background pro shoptet homepage*/

body {
  background-color: var(--op-grey);
}

body.id-1 {
  font-weight: 400;
}

body.id-1 #content-wrapper {
  height: 0;
  overflow: hidden;
}

body.id-1 .welcome-wrapper {
  height: 0;
  overflow: hidden;
}

.homepage-latest-contribution-full-width {
  display: none;
}

.footer-newsletter-full-width {
  display: none;
}

.content-wrapper {
  background-color: var(--op-grey);
}

.breadcrumbs {
  background-color: var(--op-grey);
}

#footer {
  background-color: var(--op-white);
}

#products {
  background-color: var(--op-white);
}

/*kategorie*/

.category-top {
  border-bottom: none;
  background-color: var(--op-white);
 padding: 4rem 5rem 9rem 5rem;
  border-radius: 2rem;
}

.category-title {
  text-align: left;
  font-size: 4rem;
  line-height: 4.8rem;
  margin-top: 0;
  margin-bottom: 1.8rem;
}

.category-perex p {
  margin-bottom: 1.8rem;
}

.subcategories.with-image {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2rem;
  row-gap: 9rem;
  align-items: stretch;
  padding: 0;
}

.subcategories li {
  padding: 0;
}

.subcategories.with-image li {
  position: relative;
  background-color: var(--op-white);
  border-radius: 2rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  transition: all 0.3s ease;
  height: 35rem;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

.subcategories.with-image li::before {
  content: "S paměťovou matrací";
  position: absolute;
  left: 0;
  top: 2rem;
  background-color: var(--op-root);
  color: var(--op-white);
  padding: 0.8rem 2rem;
  font-size: 1.2rem;
  border-radius: 0 0.4rem 0.4rem 0;
}

.subcategories.with-image li::after {
  content: "";
  height: 5rem;
  position: absolute;
  width: 100%;
  left: 0rem;
  bottom: -6rem;
  background: none;
  background-repeat: no-repeat;
}

.subcategories.with-image li:hover {
  box-shadow: 0 0 13px rgba(0, 108, 140, 0.25);
  transform: translateY(-4px);
}

.subcategories.with-image li:hover .text {
  color: var(--op-root);
}

.subcategories.with-image li a {
  text-decoration: none;
  color: var(--op-black);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
  background-color: unset;
  border: none;
  height: 100%;
  padding: 0 2rem 2rem 2rem;
}

.subcategories li a::before,
.subcategories li a::after {
  display: none;
}

.subcategories.with-image li a .image {
  display: none;
}

.subcategories.with-image li a .image img {
  display: none;
}

.subcategories.with-image li a .text {
  width: unset;
  padding: 0;
  line-height: 1.2;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  max-width: unset;
  text-overflow: unset;
  flex-grow: unset;
  white-space: unset;
  max-height: unset;
  letter-spacing: normal;
}

/*universal classes*/

.text-blue {
  color: var(--op-root) !important;
}

.headline-1 {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 600;
  margin: 0;
}
.headline-2 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 600;
  margin: 0;
}
.headline-3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0;
}

.font-l {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.font-xl {
  margin: 0;
  font-size: 2rem;
  line-height: 2.8rem;
}

.wrapper-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.item-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: unset !important;
  color: transparent !important;
  z-index: 1;
}

.item-link:hover {
  background-color: unset !important;
  color: transparent !important;
}

.orto-overall-wrapper p,
.orto-overall-wrapper h1,
.orto-overall-wrapper h2,
.orto-overall-wrapper h3 {
  margin: 0;
}

/*hero*/

.hero {
  display: grid;
  grid-template-columns: minmax(0, 55rem) minmax(0, 65rem);
  margin: 4rem auto 0 auto;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.hero__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hero__info span {
  color: var(--op-root);
  font-size: 5.8rem;
  line-height: 6rem;
  font-weight: 600;
}

.hero__info p {
  color: var(--op-black);
  font-size: 2rem;
  line-height: 2.8rem;
  max-width: 45rem;
  margin: 0;
}

.hero__img {
  width: 100%;
  height: auto;
}

.hero__btn {
  width: 100%;
  max-width: 25rem;
  background-color: var(--op-root);
  color: var(--op-white);
  font-size: 1.8rem;
  border-radius: 0.7rem;
  min-height: 5rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.hero__btn:hover {
  background-color: var(--op-black);
  color: var(--op-white);
}

/*categories*/
.categories {
  background-color: var(--op-white);
  padding: var(--section-gap) 0;
}

.categories a {
  display: unset !important;
}

.categories__inner {
  display: grid;
  grid-template-columns: minmax(0, 60rem) minmax(0, 57rem);
  gap: 3rem;
}

.categories__cards {
  max-width: 60rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.categories__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.categories__review {
  display: grid;
  place-items: center;
  background-color: var(--op-grey);
  border-radius: 1rem;
  min-height: 19rem;
}

.categories__rating {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.categories__rating .font-l {
  text-align: center;
}

.categories__stars {
  display: flex;
  gap: 0.5rem;
}

.categories__stars img {
  max-width: 4.6rem;
}

.categories__rate {
  color: var(--op-root);
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 4.8rem;
}

.categories__card {
  position: relative;
  background-color: var(--op-grey);
  box-shadow: 0 0 3.4px 0 rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.categories a {
  border: none;
  padding: 0;
  line-height: unset;
}

.categories__animated-bg {
  clip-path: circle(0% at 50% 50%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #006c8d;
  opacity: 0.1;
  transition: clip-path 0.8s ease-in-out;
  z-index: -1;
}

.categories__card:hover .categories__animated-bg {
  clip-path: circle(75% at 50% 50%);
}

.categories__card img {
  width: 100%;
  height: auto;
  transition: all 0.6s ease-in-out;
}

.categories__card h3 {
  text-align: center;
}

.categories__card:hover img {
  transform: scale(1.1) rotate(2deg);
}

/*comparison headline  +slider*/

.comparison {
  margin-top: var(--section-gap);
  margin-bottom: var(--section-gap);
}

.comparison__content {
  display: grid;
  grid-template-columns: minmax(0, 71rem) minmax(0, 45rem);
  gap: 4rem;
}

.comparison__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.comparison__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.comparison__group {
  display: flex;
  gap: 1rem;
  width: max-content;
  position: relative;
}

.comparison__group .underline {
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  width: 100%;
}

.comparison__list .list-icon {
  max-width: 2.4rem;
}

.comparison__slider {
  max-width: 60rem;
  margin: 0 auto;
  overflow: hidden;
  --position: 50%;
  position: relative;
  cursor: pointer;
  border-radius: 1rem;
  max-height: 60rem;
}

.comparison_images {
  width: 100%;
  height: 100%;
  position: relative;
}

.comparison__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.comparison__imageBefore {
  position: absolute;
  height: var(--position);
  width: 100%;
}

.comparison__circle {
  position: absolute;
  background-color: var(--op-white);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  top: var(--position);
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.comparison__circle img {
  width: 80%;
  transform: rotate(90deg);
}

.comparison__input {
  writing-mode: vertical-lr;
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.comparison__line {
  position: absolute;
  width: 100%;
  background-color: var(--op-white);
  height: 2px;
  left: 0;
  top: var(--position);
  pointer-events: none;
}

/* Testimonials Carousel Wrapper */
.comparison__testimonials-slider-wrapper {
  margin-top: var(--section-gap);
  position: relative;
}

/* Testimonials Slide */
.comparison__testimonials-slide {
  background: var(--op-white);
  border-radius: 1rem;
  padding: 2rem;
  max-width: 28rem;
  width: 28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  height: auto;
  box-sizing: border-box;
}

/* Card Header */
.testimonials-card__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.testimonials-card__icon {
  width: 5.3rem;
  height: 5.3rem;
  flex-shrink: 0;
}

.testimonials-card__name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

/* Divider */
.testimonials-card__divider {
  width: 100%;
  height: 1px;
  background: var(--op-grey);
}

/* Rating */
.testimonials-card__rating {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.testimonials-card__rating img {
  width: 3.6rem;
  height: 3.6rem;
}

/* Text */
.testimonials-card__text {
  background: var(--op-grey);
  padding: 1rem 1.2rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

/* Navigation Arrows */
.comparison__testimonials-prev,
.comparison__testimonials-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: var(--op-root);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 10;
}

.comparison__testimonials-prev:hover,
.comparison__testimonials-next:hover {
  background: #000;
}

.comparison__testimonials-prev img,
.comparison__testimonials-next img {
  width: 2rem;
  height: 2rem;
}

.comparison__testimonials-prev {
  left: -2.5rem;
}

.comparison__testimonials-next {
  right: -2.5rem;
}

/* CTA Button */
.comparison__testimonials-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--section-gap);
  margin-left: auto;
  margin-right: auto;
  background: var(--op-root);
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  height: 5rem;
  width: max-content;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0 2rem;
  box-sizing: border-box;
  text-align: center;
}

.comparison__testimonials-cta:hover {
  background: #000;
  color: white;
}

/*brand carousel*/

.brand-carousel-bg {
  background-color: var(--op-white);
  padding: var(--section-gap) 0;
}

.brand-carousel-bg h2 {
  text-align: center;
}

.brand-carousel {
  width: 100%;
  max-width: 90rem;
  margin-top: var(--section-gap);
}

.brand-carousel .swiper-slide {
  position: relative !important;
  width: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
}

.brand-carousel__logo {
  position: absolute;
  top: 3rem;
  width: 100%;
}

#brand-carousel__logo--denzo {
  max-width: 27rem;
}

#brand-carousel__logo--bedpet {
  max-width: 12rem;
}

#brand-carousel__logo--bowl {
  max-width: 15rem;
}

#brand-carousel__logo--bebobi {
  max-width: 23rem;
}

#brand-carousel__logo--exclusive {
  max-width: 22rem;
}

.brand-carousel__img {
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.brand-carousel__btn {
  font-size: 2.2rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0 2rem;
  min-height: 5rem;
  border-radius: 0.7rem;
  position: absolute;
  bottom: 4rem;
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s ease-in-out;
}

.brand-carousel__btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.brand-carousel__control {
  position: absolute;
  width: 40rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1;
}

.brand-carousel__navigation {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--op-white);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.brand-carousel__navigation:hover {
  background-color: var(--op-root);
}

.brand-carousel__navigation img {
  width: 1.8rem;
  height: auto;
}

.brand-carousel__navigation--left {
  transform: translateX(-2.5rem);
}

.brand-carousel__navigation--right {
  transform: translateX(2.5rem);
}

/*articles*/

.articles {
  padding: var(--section-gap) 0;
}

.articles__inner {
  width: 100%;
}

.articles__content p {
  max-width: 70rem;
  margin-top: 1rem;
}

.articles__carousel {
  margin: 0 auto;
  max-width: 120rem;
  margin-top: 2rem;
}

.articles__carousel .swiper-slide {
  width: 100%;
  max-width: 38rem;
  position: relative;
  border-radius: 2rem;
}

.articles__carousel img {
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.articles__info {
  position: absolute;
  border-radius: 2rem 0 0 2rem;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2rem 0;
  top: 3rem;
  right: 0;
  width: 100%;
  max-width: 35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.articles__info-group {
  display: flex;
  flex-direction: column;
}

.articles__heading {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 700;
}

.articles__desc {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
}

.articles__btn {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--op-white);
  border-radius: 0.6rem;
  color: var(--op-black);
  font-size: 1.6rem;
  font-weight: 700;
  min-height: 4.4rem;
  width: 100%;
  max-width: 22.8rem;
  transition: 0.4s ease-in-out;
  display: grid;
  place-items: center;
  text-decoration: none;
  cursor: pointer;
}

.articles__btn:hover {
  background-color: var(--op-black);
  color: var(--op-white);
}

/*about*/

.about {
  background-color: var(--op-white);
  padding: var(--section-gap) 0;
}

.about__content {
  display: grid;
  grid-template-columns: minmax(0rem, 57rem) minmax(0, 60rem);
  gap: 3rem;
}

.about__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about__content img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}

/*breakpoints*/
@media (min-width: 1200px) {
  .navigation-in > ul > li {
    border: none;
  }

  .navigation-in > ul > li a {
    border-radius: 2rem;
    padding: 1.3rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: unset;
  }
  .navigation-in > ul > li > a:hover {
    background-color: var(--op-grey);
    color: var(--op-root);
  }

  #navigation {
    height: 7rem;
  }
  .fitted .navigation-in ul {
    justify-content: center;
    background-color: var(--op-white);
    width: 100%;
    max-width: 1200px;
    margin: 1rem auto 0 auto;
    border-radius: 3rem;
    height: 5rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  }
}

@media (min-width: 1024px) {
  .comparison__testimonials-prev,
  .comparison__testimonials-next {
    display: flex;
  }
}

@media (max-width: 1400px) {
  .comparison__testimonials-prev {
    left: 1rem;
  }

  .comparison__testimonials-next {
    right: 1rem;
  }
}

@media (max-width: 1440px) {
  .subcategories.with-image {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1200px) {
  .hero {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .wrapper-1200 {
    padding: 0 2rem;
  }

  .categories__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .articles__carousel .swiper-wrapper {
    padding-left: 1rem;
  }

  .hero__info {
    gap: 1rem;
  }

  .hero__info span {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .categories__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-carousel-bg h2 {
    text-align: left;
  }

  .comparison__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  .comparison__slider {
    margin-top: 2rem;
  }

  
}

@media (max-width: 1024px) {
  .headline-1 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .headline-2 {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  .headline-3 {
    font-size: 1.8rem;
  }

  .category-title {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

  .font-xl {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .brand-carousel .swiper-wrapper {
    padding-left: 1rem;
  }
  .brand-carousel__btn {
    font-size: 1.8rem;
  }
  .brand-carousel__control {
    display: none;
  }

  .brand-carousel__logo {
    width: 60%;
    top: 1.5rem;
  }

  .hero__btn {
    display: none;
  }

  .categories__cards {
    grid-template-columns: repeat(2, 1fr);
    order: 2;
  }

  .categories__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  .about__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  .about__info {
    gap: 1rem;
  }

  .subcategories.with-image {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .navigation-in {
    background-color: transparent;
  }

  .brand-carousel__btn {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  :root {
    --section-gap: 3rem;
  }

  .hero {
    grid-template-columns: repeat(1, 1fr);
  }

  .hero__content {
    gap: 1rem;
  }

  .hero__info {
    max-width: unset;
    padding: 0;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .hero__info span {
    text-align: center;
  }

  .hero__info p {
    display: none;
  }

  .hero__btn {
    font-size: 1.4rem;
    min-height: 4rem;
    max-width: 15rem;
  }

  .brand-carousel .swiper-slide {
    width: 50%;
  }

  .comparison-slider__btn {
    width: 3.5rem;
    height: 3.5rem;
  }

  .comparison__group {
    width: unset;
  }

  .articles__info {
    max-width: unset;
    width: 95%;
    padding: 1rem;
  }

  .articles__heading {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .articles__desc {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .categories__content p:nth-of-type(2) {
    display: none;
  }

  .category-top {
    padding: 2rem 1rem 7rem 1rem;
    background-color: unset;
  }
  .comparison__testimonials-cta {
    font-size: 1.6rem;
    height: 4.4rem;
  }

  .subcategories.with-image {
    column-gap: 1rem;
  }

 

  .subcategories.with-image li a .text {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  #header {
    background-color: var(--op-white) !important;
  }
}

@media (max-width: 600px) {
  .subcategories.with-image li {
    height: 28rem;
  }
}

@media (max-width: 468px) {
  .hero {
    margin: 1rem auto 0 auto;
  }

  .categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .categories__inner {
    gap: 2rem;
  }

  .categories__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .categories__card {
    padding: 2.7rem 2rem;
  }

  .articles__carousel .swiper-slide {
    width: 80%;
  }

  

  .category-title {
    margin-top: 1.8rem;
  }
  .comparison__testimonials-cta {
    font-size: 1.4rem;
    height: 4rem;
  }

  .subcategories.with-image li {
    height: 22rem;
  }

  .subcategories.with-image li::before {
    padding: 0.8rem 1rem;
    font-size: 1rem;
  }
}

@media (max-width: 370px) {
  .subcategories.with-image {
    grid-template-columns: repeat(1, 1fr);
  }

  .subcategories.with-image li {
    height: 35rem;
  }
}

/* ════════════════════════════════════════════════════════════════════════

/* ════════════════════════════════════════════════════════════════════════
   STICKER (::before) — skrytí na všech stránkách kromě id-707 a id-715
   ════════════════════════════════════════════════════════════════════════ */

body:not(.id-707):not(.id-715) .subcategories.with-image li::before {
  content: none;
}

/* ════════════════════════════════════════════════════════════════════════
   PELECHY — body.id-707
   Aktualizováno 23.8.2026 dle nového pořadí od klientky (e-mail).
   Nové pořadí (14 produktů): Parma, Rimini, Sofi, Bruno, Milano, Torino,
   Bergamo, Lusi, Deco, Bambol, Medical Pro, Ancona, Belluno, Classic.
   Vyřazeno (skryto z navigace klientkou v adminu Shoptetu): Max, Puffi,
   Modena, Luso, Palermo.
   Pozice 15–16 = přehledové položky (dříve 18–19), přečíslováno dle
   nového počtu 14 produktů + 2 přehledy = 16 li celkem.
   ════════════════════════════════════════════════════════════════════════ */

/* ── 1. Parma (novinka, barva kapučíno) */
body.id-707 .subcategories.with-image li:nth-child(1) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Parma.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-707 .subcategories.with-image li:nth-child(1)::before {
  content: "S paměťovou matrací";
}
body.id-707 .subcategories.with-image li:nth-child(1)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Parma-info-2.svg") no-repeat;
}
/* ── 2. Rimini */
body.id-707 .subcategories.with-image li:nth-child(2) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Rimini.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-707 .subcategories.with-image li:nth-child(2)::before {
  content: "S paměťovou matrací";
}
body.id-707 .subcategories.with-image li:nth-child(2)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Rimini-info-2.svg") no-repeat;
}
/* ── 3. Sofi */
body.id-707 .subcategories.with-image li:nth-child(3) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Soffi-2.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-707 .subcategories.with-image li:nth-child(3)::before {
  content: "S paměťovou matrací";
}
body.id-707 .subcategories.with-image li:nth-child(3)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Sofi-info.svg") no-repeat;
}
/* ── 4. Bruno */
body.id-707 .subcategories.with-image li:nth-child(4) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Bruno-2.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-707 .subcategories.with-image li:nth-child(4)::before {
  content: "S paměťovou matrací";
}
body.id-707 .subcategories.with-image li:nth-child(4)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Bruno-info.svg") no-repeat;
}
/* ── 5. Milano */
body.id-707 .subcategories.with-image li:nth-child(5) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Milano.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-707 .subcategories.with-image li:nth-child(5)::before {
  content: "S paměťovou drtí";
}
body.id-707 .subcategories.with-image li:nth-child(5)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Milano-info.svg") no-repeat;
}
/* ── 6. Torino */
body.id-707 .subcategories.with-image li:nth-child(6) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Torino.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-707 .subcategories.with-image li:nth-child(6)::before {
  content: "S paměťovou matrací";
}
body.id-707 .subcategories.with-image li:nth-child(6)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Torino-info.svg") no-repeat;
}
/* ── 7. Bergamo */
body.id-707 .subcategories.with-image li:nth-child(7) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Bergamo-2.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-707 .subcategories.with-image li:nth-child(7)::before {
  content: "S paměťovou matrací";
}
body.id-707 .subcategories.with-image li:nth-child(7)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Bergamo-info.svg") no-repeat;
}
/* ── 8. Lusi */
body.id-707 .subcategories.with-image li:nth-child(8) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Lusi.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-707 .subcategories.with-image li:nth-child(8)::before {
  content: "S paměťovou matrací";
}
body.id-707 .subcategories.with-image li:nth-child(8)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Lusi-info.svg") no-repeat;
}
/* ── 9. Deco (novinka) */
body.id-707 .subcategories.with-image li:nth-child(9) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Deco.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-707 .subcategories.with-image li:nth-child(9)::before {
  content: "S paměťovou matrací";
}
body.id-707 .subcategories.with-image li:nth-child(9)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Deco-info.svg") no-repeat;
}
/* ── 10. Bambol */
body.id-707 .subcategories.with-image li:nth-child(10) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Bambol.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-707 .subcategories.with-image li:nth-child(10)::before {
  content: "S paměťovou matrací";
}
body.id-707 .subcategories.with-image li:nth-child(10)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Bambol-info.svg") no-repeat;
}
/* ── 11. Medical Pro */
body.id-707 .subcategories.with-image li:nth-child(11) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Medical_pro.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-707 .subcategories.with-image li:nth-child(11)::before {
  content: "S paměťovou drtí";
}
body.id-707 .subcategories.with-image li:nth-child(11)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Medical_pro-info.svg") no-repeat;
}
/* ── 12. Ancona */
body.id-707 .subcategories.with-image li:nth-child(12) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Ancona.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-707 .subcategories.with-image li:nth-child(12)::before {
  content: "S paměťovou matrací";
}
body.id-707 .subcategories.with-image li:nth-child(12)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Ancona-info.svg") no-repeat;
}
/* ── 13. Belluno */
body.id-707 .subcategories.with-image li:nth-child(13) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Belluno.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-707 .subcategories.with-image li:nth-child(13)::before {
  content: "S paměťovou matrací";
}
body.id-707 .subcategories.with-image li:nth-child(13)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Belluno-info.svg") no-repeat;
}
/* ── 14. Classic */
body.id-707 .subcategories.with-image li:nth-child(14) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Classic-4.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-707 .subcategories.with-image li:nth-child(14)::before {
  content: "S paměťovou matrací";
}
body.id-707 .subcategories.with-image li:nth-child(14)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-pelech-Classic-info.svg") no-repeat;
}
/* ── 15. Přehled: s pam. pěnou — skrytí stickeru */
body.id-707 .subcategories.with-image li:nth-child(15)::before {
  content: none;
}
/* ── 16. Přehled: s drtí — skrytí stickeru */
body.id-707 .subcategories.with-image li:nth-child(16)::before {
  content: none;
}

/* ════════════════════════════════════════════════════════════════════════
   MATRACE — body.id-715
   Pozice ověřeny z live HTML (11 li celkem, 1–9 produkty, 10–11 přehled)
   ════════════════════════════════════════════════════════════════════════ */

/* ── 1. Torino matrace */
body.id-715 .subcategories.with-image li:nth-child(1) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-matrace-Torino.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-715 .subcategories.with-image li:nth-child(1)::before {
  content: "Paměťová matrace";
}
body.id-715 .subcategories.with-image li:nth-child(1)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-matrace-Torino-info.svg") no-repeat;
}
/* ── 2. Roma matrace */
body.id-715 .subcategories.with-image li:nth-child(2) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-matrace-Roma.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-715 .subcategories.with-image li:nth-child(2)::before {
  content: "Paměťová matrace";
}
body.id-715 .subcategories.with-image li:nth-child(2)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-matrace-Roma-info.svg") no-repeat;
}
/* ── 3. Lui matrace */
body.id-715 .subcategories.with-image li:nth-child(3) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-matrace-Lui.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-715 .subcategories.with-image li:nth-child(3)::before {
  content: "Paměťová matrace";
}
body.id-715 .subcategories.with-image li:nth-child(3)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-matrace-Lui-info.svg") no-repeat;
}
/* ── 4. Bambol matrace */
body.id-715 .subcategories.with-image li:nth-child(4) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-matrace-Bambol.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-715 .subcategories.with-image li:nth-child(4)::before {
  content: "Paměťová matrace";
}
body.id-715 .subcategories.with-image li:nth-child(4)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-matrace-Bambol-info.svg") no-repeat;
}
/* ── 5. Classic matrace */
body.id-715 .subcategories.with-image li:nth-child(5) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-matrace-Classic.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-715 .subcategories.with-image li:nth-child(5)::before {
  content: "Paměťová matrace";
}
body.id-715 .subcategories.with-image li:nth-child(5)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-matrace-Classic-info.svg") no-repeat;
}
/* ── 6. Bliss matrace */
body.id-715 .subcategories.with-image li:nth-child(6) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-matrace-Bliss.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-715 .subcategories.with-image li:nth-child(6)::before {
  content: "Paměťová matrace";
}
body.id-715 .subcategories.with-image li:nth-child(6)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-matrace-Bliss-info.svg") no-repeat;
}
/* ── 7. Vitamedog matrace */
body.id-715 .subcategories.with-image li:nth-child(7) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-matrace-Vitamed-5.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-715 .subcategories.with-image li:nth-child(7)::before {
  content: "Paměťová matrace";
}
body.id-715 .subcategories.with-image li:nth-child(7)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-matrace-Vitamed-info.svg") no-repeat;
}
/* ── 8. Torino polštář */
body.id-715 .subcategories.with-image li:nth-child(8) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-polstar-Torino.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-715 .subcategories.with-image li:nth-child(8)::before {
  content: "Paměťová drť";
}
body.id-715 .subcategories.with-image li:nth-child(8)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-polstar-Torino-info.svg") no-repeat;
}
/* ── 9. Roma polštář */
body.id-715 .subcategories.with-image li:nth-child(9) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-polstar-Roma.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}
body.id-715 .subcategories.with-image li:nth-child(9)::before {
  content: "Paměťová drť";
}
body.id-715 .subcategories.with-image li:nth-child(9)::after {
  background: url("https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Kategorie-polstar-Roma-info.svg") no-repeat;
}
/* ── 10. Přehled: polštář — skrytí stickeru */
body.id-715 .subcategories.with-image li:nth-child(10)::before {
  content: none;
}
/* ── 11. Přehled: matrace — skrytí stickeru */
body.id-715 .subcategories.with-image li:nth-child(11)::before {
  content: none;
}
/* ══════════════════════════════════════════════════════════════════════
   DOPLŇKY A POTAHY — pouze background obrázky, bez stickerů
   ══════════════════════════════════════════════════════════════════════ */

/* ── id-851 — Doplňky hlavní ───────────────────────── */

/* 1. Výživa */
body.id-851 .subcategories.with-image li:nth-child(1) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Doplňky-kategorie-hlavní-vyziva.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

/* 2. Hračky */
body.id-851 .subcategories.with-image li:nth-child(2) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Doplňky-kategorie-hlavní-hracky.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

/* 3. Deky */
body.id-851 .subcategories.with-image li:nth-child(3) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Doplňky-kategorie-hlavní-deky.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

/* 4. Dárkové poukazy */
body.id-851 .subcategories.with-image li:nth-child(4) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Doplňky-kategorie-darkove-poukazy.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

/* ── id-948 — Doplňky výživa ───────────────────────── */

/* 1. Rádce */
body.id-948 .subcategories.with-image li:nth-child(1) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Doplňky-kategorie-vyziva-radce.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

/* 2. Klouby */
body.id-948 .subcategories.with-image li:nth-child(2) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Doplňky-kategorie-vyziva-klouby.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

/* 3. Psychika */
body.id-948 .subcategories.with-image li:nth-child(3) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Doplňky-kategorie-vyziva-psychika.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

/* 4. Probiotika */
body.id-948 .subcategories.with-image li:nth-child(4) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Doplňky-kategorie-vyziva-probiotika.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

/* 5. Nervový systém */
body.id-948 .subcategories.with-image li:nth-child(5) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Doplňky-kategorie-vyziva-nervovy-system.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

/* ── id-763 — Doplňky deky ─────────────────────────── */

/* 1. Milano */
body.id-763 .subcategories.with-image li:nth-child(1) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Doplňky-kategorie-deky-Milano.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

/* 2. Palermo */
body.id-763 .subcategories.with-image li:nth-child(2) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Doplňky-kategorie-deky-Palermo.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

/* 3. Voděodolné */
body.id-763 .subcategories.with-image li:nth-child(3) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Doplňky-kategorie-deky-Voděodolné.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

/* 4. Exclusive Bed */
body.id-763 .subcategories.with-image li:nth-child(4) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Doplňky-kategorie-deky-exclusive-bed.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

/* ── id-900 — Náhradní potahy ──────────────────────── */

/* 1. Exclusive */
body.id-900 .subcategories.with-image li:nth-child(1) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Nahradni-potahy-kategorie-exclusive.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

/* 2. Denzoo */
body.id-900 .subcategories.with-image li:nth-child(2) {
  background: url(https://www.ortopelisky.cz/user/documents/upload/NEW-Kategorie-2026/Nahradni-potahy-kategorie-denzoo.png) var(--op-white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 5rem;
}

/* ════════════════════════════════════════════════════════════════════════
   ROW-GAP — stránky bez ::before/::after (id-851, id-948, id-763, id-900)
   Obecné pravidlo má row-gap: 9rem (kvůli after SVG lištám na id-707/715)
   Na těchto stránkách žádný after element není → row-gap = column-gap (2rem)
   ════════════════════════════════════════════════════════════════════════ */

body.id-851 .subcategories.with-image,
body.id-948 .subcategories.with-image,
body.id-763 .subcategories.with-image,
body.id-900 .subcategories.with-image {
  row-gap: 2rem;
}