:root {
    --section-gap: 4rem;
    --main-black: #000000;
    --main-white: #ffffff;
    --main-light-brown: #F2F0EB;
  }
  
  /*shoptetfix*/
  
  #header .top-nav {
    padding-top: 0;
  }

  html {
    scroll-behavior: smooth;
  }

  body.id-1 #content-wrapper {
    display: none;
  }

  body.id-1 #footer {
    margin-top: 0;
  }
  
  /*menu, header, nav*/
  #header .navigation-buttons a {
    background-color: transparent;
  }
  
  .menu-helper:after, .menu-trigger:after {
    background-color: var(--main-black);
  }
  
  #header .project-phone {
    color: var(--main-black);
  }
  .top-nav-bar .btn.btn-plain {
    color: var(--main-black);
  }
  
  .btn-icon.cart-count .cart-price {
    color: var(--main-black);
  }
  
  .navigation-buttons a[data-target="cart"] {
  color: var(--main-black);
  }
  
  .nav-list .btn-icon[data-target=navigation] {
  color: var(--main-black);
  }

  #footer {
    background-color: var(--main-light-brown);
    }
    
    .filters-wrapper .filters-unveil-button-wrapper .unveil-button, .filters-wrapper .filters-unveil-button-wrapper i {
    z-index:0;
    }

  
  /*universal classes*/
  .dp-background-wrapper {
    background-color: var(--main-light-brown);
  }

  .dp-card-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }


  .dp-headline-1 {
    font-size: 6.4rem;
    line-height: 7rem;
    font-weight: 600;
    margin: 0;
    text-transform: none;
  }
  
  .dp-headline-2 {
    font-size: 4.8rem;
    line-height: 5rem;
    font-weight: 500;
    margin: 0;
  }
  
  .dp-wrapper {
    margin: 0 auto;
    max-width: 1260px;
  }
  
  .divider-line {
    height: 1px;
  }
  
  .divider-line-black {
    background-color: var(--main-black);
  }
  
  .divider-line-100 {
    width: 100%;
  }
  
  .dp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.7rem;
    text-decoration: none;
    border: none;
  }
  .dp-button-black {
    background-color: var(--main-black);
    color: var(--main-white);
    font-weight: 600;
    font-size: 1.6rem;
    transition: 0.3s ease-in-out;
  }
  .dp-button-black-hover-brown:hover {
    background-color: var(--main-light-brown);
    color: var(--main-black);
    outline: 1px solid var(--main-black);
  }
  
  .dp-button-large {
    max-width: 25rem;
    padding: 1.6rem 0;
    max-height: 5rem;
  }
  
  /*products with gallery inside*/
  
  .dp-background-wrapper-products {
    padding: var(--section-gap) 0;
  }
  
  .dp-wrapper-products h2 {
    color: var(--main-black);
    text-transform:none;
    margin: 0 0 1rem 0;
  }
  .dp-wrapper-products p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    max-width: 70rem;
    color: var(--main-black);
  }
  
  .dp-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    margin-top: 1rem;
  }
  
  .dp-products  h1,
  .dp-products  h2,
  .dp-products  h3 {
    text-transform: none;
    
  }
  
  .dp-products__card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    cursor: pointer;
    width: 100%;
    position: relative;
  }
  
  .dp-products__card-link-wrapper {
    display: block;
    color: var(--main-black);
    text-decoration: none;
  }
  
  .dp-products__inner-carousel {
    position: relative;
    border-radius: 0.6rem;
    box-shadow: 0 0 3.4px rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }
  
  .dp-products__inner-carousel .swiper-slide {
    height: unset;
    background-color: white;
    border-radius: 0.6rem;
  }
  
  .dp-products__navigation-prev,
  .dp-products__navigation-next {
    position: absolute;
    width: 2.8rem;
    height: 2.8rem;
    background: rgba(255, 255, 255, 0.6);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
  }
  
  .dp-products__navigation-prev {
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    border-radius: 0 0.2rem 0.2rem 0;
  }
  
  .dp-products__navigation-next {
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    border-radius: 0.2rem 0 0 0.2rem;
  }
  
  .dp-products__image {
    width: 100%;
    height: auto;
    border-radius: 0.6rem;
  }
  .dp-products__image-full-height {
    height: 100%;
  }
  
  .dp-products__title {
    font-weight: 600;
    text-decoration: underline;
    font-size: 2.8rem;
    color: var(--main-black);
    position: absolute;
    right: 2rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  
  .dp-products__footer {
    max-width: 30rem;
    display: flex;
    flex-direction: column;
  }
  
  .dp-products__top {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

 
  .dp-products__info {
    display: flex;
    font-size: 1.3rem;
    color: var(--main-black);
  }
  
  .dp-products__price {
    font-weight: 600;
    font-size: 1.6rem;
  }
  
  .dp-products__bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
  }
  
  .dp-products__colors {
    display: flex;
    gap: 0.3rem;
  }
  .dp-products__color {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
  }
  
  .dp-products__button {
    outline: none;
    border: none;
    background-color: var(--main-black);
    color: var(--main-white);
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 8.9rem;
    min-height: 2.6rem;
    font-size: 1.3rem;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    z-index: 3;
  }
  
  .dp-products__card:hover .dp-products__button {
    opacity: 1;
  }
  
  .dp-products__card:hover .dp-products__navigation-prev,
  .dp-products__card:hover .dp-products__navigation-next {
    opacity: 1;
  }
  
  .dp-products__button:hover {
    color: var(--main-black);
    background-color: var(--main-white);
  }
  
  .dp-products__pagination {
    position: absolute;
    bottom: 1rem;
    left: 0.5rem;
    z-index: 1;
    display: none;
  }
  
  .dp-products__inner-carousel .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #dddddd;
    margin: 0 0 0 3px !important;
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 1;
  }
  
  /* Active bullet (current) */
  .dp-products__inner-carousel
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: black;
    border: 1px solid black;
  }
  
  /* Reset all following bullets first */
  .dp-products__inner-carousel
    .swiper-pagination-bullet-active
    ~ .swiper-pagination-bullet {
    background-color: white;
    border: 1px solid #dddddd;
  }
  
  /* Next bullet after the active one */
  .dp-products__inner-carousel
    .swiper-pagination-bullet-active
    + .swiper-pagination-bullet {
    background-color: white;
    border: 1px solid black;
  }
  
  
  
  /*text-image-block*/
  .dp-text-image-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
   max-width:1920px;
    margin: 0 auto;
  }
  
  .dp-text-image-block  h1,
  .dp-text-image-block  h2,
  .dp-text-image-block  h3 {
    text-transform: none;
    
  }
  
  .dp-text-image-block__image-wrapper {
    position: relative;
  }
  
  .dp-text-image-block__image-hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s ease-in-out;
  }
  .dp-text-image-block__image-wrapper:hover .dp-text-image-block__image-hover {
    opacity: 1;
  }
  
  .dp-text-image-block__image {
    width: 100%;
    height: auto;
  }
  
  .dp-text-image-block__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--main-white);
  }
  
  .dp-text-image-block__inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  
  .dp-text-image-block__inner-wrapper .divider-line, .dp-text-image-block__inner-wrapper .divider-line + p {
    width: 100%;
    max-width: 35.5rem;
  }
  
  .dp-text-image-block__content h2 {
    color: var(--main-black);
    text-align: left;
    margin: 0;
    max-width: 51rem;
  }
  
  
  .dp-text-image-block__content p {
    line-height: 2.2rem;
    font-size: 1.6rem;
    color: var(--main-black);
    max-width: 50rem;
    margin: 0;
  }
  
  .dp-text-image-block__content ul {
    font-size: 1.6rem;
    color: var(--main-black);
    margin: 0;
  }
  
  
  /*hero*/
  
  .dp-hero {
    /* margin-top: calc(-1 * var(--dp-header-height-dynamic) - 1rem); */
    margin-top: -20rem;
    background: url("https://www.denzoostore.cz/user/documents/upload/DP-HOMEPAGE/Hero-1/HP_Hero_Denzoo1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: flex;
    align-items: center;
    min-height: 76rem;
  }
  
  .dp-hero__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1260px;
    margin: 0 auto;
    width: 100%;
  }
  
  .dp-hero__content h1 {
    color: var(--main-white);
    max-width: 56rem;
  }
  
  .dp-hero__content p {
    color: var(--main-white); 
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 0;
    max-width: 56rem;
   
  }
  

  /*categories*/

  .dp-wrapper-categories {
    padding-top: var(--section-gap);
    padding-bottom: var(--section-gap);
  }
  .dp-wrapper-categories p {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--main-black);
    line-height: 3rem;
    max-width: 60rem;
    margin-bottom: 2rem;
  }

  .dp-categories {
    display: grid;
    gap: 2rem;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
  }

  .dp-categories__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    box-shadow: 0px 0px 3.4px 0px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    border-radius: 0.6rem;
    background-color: var(--main-white);
    position: relative;
  }

  .dp-categories__item:hover {
    box-shadow: 0px 0px 3.4px 0px rgba(0, 0, 0, 0.3);
  
  }

  .dp-categories__title-wrapper {
    display:flex;
    justify-content: end;
    padding-top: 2rem;
    padding-right: 2rem;
  }

  .dp-categories__title {
    font-size: 3.2rem;
    font-weight: 600;
    text-transform: none;
    position: relative;
    
  }

  .dp-categories__title::after {
   position: absolute;
   bottom: -0.6rem;
   height: 2px;
   width: 100%;
   left: 0;
   background-color: var(--main-black);
   content: "";
   transition: 0.5s ease-in-out;
  }

  .dp-categories__item:hover  .dp-categories__title::after {
    width: 0%;
  }

  .dp-categories__image-wrapper {
    position: relative;
  }

  .dp-categories__image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s ease-in-out;
  }

  .dp-categories__item:hover .dp-categories__image-wrapper  .dp-categories__image-hover {
    opacity: 1;
  }

  .dp-categories__image {
    width: 100%;
    height: auto;
    border-radius: 0 0 0.6rem 0.6rem;
  }


/*dp-founder-story*/

.dp-founder-story-wrapper {
  padding: var(--section-gap) 0;
}

.dp-founder-story {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.dp-founder-story p {
  font-size: 2rem;
  line-height: 2.2rem;
  font-style: italic;
  color: var(--main-black);
  margin: 0 !important;
}

.dp-founder-story-link {
  font-size: 2rem !important;
  line-height: 2.2rem !important;
  font-style: italic !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  color: var(--main-black) !important;
}

.dp-founder-story__image {
  width: 100%;
  max-width: 154px;
  height: auto;
}


/*dp models*/

.dp-background-wrapper-models {
  padding: var(--section-gap) 0 0 0;
}

.dp-background-wrapper-models p {
  margin: 0;
}

.dp-models-carousel-wrapper {
  margin:0 auto;
  max-width: 1260px;
  position: relative;
}

/* .dp-models-carousel {
  margin-top: var(--section-gap);
} */

.dp-models-carousel__item {
  border-radius: 3rem;
  width: 30rem;
  transition: 0.4s ease-in-out;
}

.dp-models-carousel__item img {
  border-radius: 3rem;
}

.dp-models-carousel__title {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 2rem;
  top: 1rem;
}


.dp-models-carousel__title span:nth-child(1) {
  color: var(--main-black);
  text-decoration: underline;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 3.5rem;
}

.dp-models-carousel__title span:nth-child(2) {
  color: var(--main-black);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.6rem;
}

.dp-background-wrapper-models .dp-wrapper p {
  font-size: 1.6rem;
  margin-top: 1rem;
}

.dp-models-carousel__item:hover {
  transform: scale(1.05);
}

.dp-models-carousel .swiper-wrapper {
  padding: var(--section-gap) 0;
}

.dp-models-carousel-nav {
  width: 4.8rem;
  height: 4.8rem;
  background-color: var(--main-black);
  border: 1px solid var(--main-black);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
}


.models-carousel-prev {
  left: -2.4rem;
}

.models-carousel-next {
  right: -2.4rem;
}

.dp-models-carousel-nav img {
  width: 1.6rem;
  height: auto;
  transition: filter 0.4s ease;
}

.dp-models-carousel-nav:hover {
  background-color: var(--main-light-brown);
}

.dp-models-carousel-nav:hover img {
  filter: brightness(0); 
}


/*about section*/

.dp-about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
 max-width:1920px;
  margin: 0 auto;
}

.dp-about__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: var(--section-gap) 6rem;
}

.dp-about__content-author {
  display: flex;
  flex-direction: column;
  
}

.dp-about__content p {
 color: var(--main-black);
 margin: 0;
 font-style: italic;
 font-size: 1.6rem;
 line-height: 2.2rem;
}

.dp-about__content-author span {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: var(--main-black);
  margin: 0;
}

.dp-about__image {
  width: 100%;
  height: auto;
}

/*overlay for popups*/
.dp-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1s ease, visibility 1s ease;
  z-index: 0;
}

.dp-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*swiper fix z-index*/
.swiper {
  z-index: 0;
}

/*fix kategorie texty global*/

.category-top .category-title {
  text-align: left !important;
}
.category-top .category-perex {
  text-align: left !important;
}

/* kategorie pelisky page*/

#content .category-top {
  margin: 0 auto;
  max-width: 1260px;
}

.category-top .subcategories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2rem;
  row-gap: 6rem;
 
}

.category-top .subcategories li {
  width: 100%;
  padding: 0;
  position: relative;

}


body.id-705 .category-top .subcategories, body.id-717 .category-top .subcategories {
  margin: 1.6rem 0 6rem 0;
}

body.id-705 .category-top .subcategories li::after, body.id-717 .category-top .subcategories li::after {
  position: absolute;
    left: 0;
    padding-top: 0.5rem;
    width: 100%;
    display: flex;
    height: 4.5rem;
    font-size: 1.3rem;
    font-weight: 400;
}

/*obrázky kategorie pelechy*/

body.id-705 .category-top .subcategories li:nth-child(1) {
 background: url('https://www.denzoostore.cz/user/documents/upload/DP-HOMEPAGE/Produkty-5/0 _ Milano _ Carousel.png');
  background-repeat: no-repeat;
  background-size: contain;
}

body.id-705 .category-top .subcategories li:nth-child(2)  {
    background: url('https://www.denzoostore.cz/user/documents/upload/DP-HOMEPAGE/Produkty-5/0 _ Palermo _ Carousel.png');
     background-repeat: no-repeat;
     background-size: contain;
   }
body.id-705 .category-top .subcategories li:nth-child(3)  {
    background: url('https://www.denzoostore.cz/user/documents/upload/DP-HOMEPAGE/Produkty-5/0 _ Rimini _ Carousel.png');
     background-repeat: no-repeat;
     background-size: contain;
   }
body.id-705 .category-top .subcategories li:nth-child(4)  {
    background: url('https://www.denzoostore.cz/user/documents/upload/DP-HOMEPAGE/Produkty-5/0 _ Modena _ Carousel.png');
     background-repeat: no-repeat;
     background-size: contain;
   }
body.id-705 .category-top .subcategories li:nth-child(5)  {
    background: url('https://www.denzoostore.cz/user/documents/upload/DP-HOMEPAGE/Produkty-5/0 _ Prato _ Carousel.png');
     background-repeat: no-repeat;
     background-size: contain;
   }
body.id-705 .category-top .subcategories li:nth-child(6) {
    background: url('https://www.denzoostore.cz/user/documents/upload/DP-HOMEPAGE/Produkty-5/0 _ Ancona _ Carousel.png');
     background-repeat: no-repeat;
     background-size: contain;
   }
body.id-705 .category-top .subcategories li:nth-child(7) {
    background: url('https://www.denzoostore.cz/user/documents/upload/DP-HOMEPAGE/Produkty-5/0 _ Belluno _ Carousel.png');
     background-repeat: no-repeat;
     background-size: contain;
   }
body.id-705 .category-top .subcategories li:nth-child(8) {
    background: url('https://www.denzoostore.cz/user/documents/upload/DP-HOMEPAGE/Produkty-5/0 _ Print _ Carousel.png');
     background-repeat: no-repeat;
     background-size: contain;
   }

   body.id-705 .category-top .subcategories li:nth-child(9) {
    background: url('https://www.denzoostore.cz/user/documents/upload/DP-HOMEPAGE/Produkty-5/0 _ Torino _ Carousel.png');
     background-repeat: no-repeat;
     background-size: contain;
   }

     body.id-705 .category-top .subcategories li:nth-child(10) {
    background: url('https://www.denzoostore.cz/user/documents/upload/DP-HOMEPAGE/Produkty-5/0 _ Bergamo _ Carousel.png');
     background-repeat: no-repeat;
     background-size: contain;
   }


/*obrázky kategorie deky*/

body.id-717 .category-top .subcategories li:nth-child(1) {
    background: url('https://697991.myshoptet.com/user/documents/upload/DP-kategorie-obrázky/Deky_Kategorie_Milano2.png');
     background-repeat: no-repeat;
     background-size: contain;
   }
body.id-717 .category-top .subcategories li:nth-child(2) {
    background: url('https://697991.myshoptet.com/user/documents/upload/DP-kategorie-obrázky/Deky_Kategorie_Palermo2.png');
     background-repeat: no-repeat;
     background-size: contain;
   }
body.id-717 .category-top .subcategories li:nth-child(3) {
    background: url('https://697991.myshoptet.com/user/documents/upload/DP-kategorie-obrázky/Deky_Kategorie_Prato2.png');
     background-repeat: no-repeat;
     background-size: contain;
   }
body.id-717 .category-top .subcategories li:nth-child(4) {
    background: url('https://697991.myshoptet.com/user/documents/upload/DP-kategorie-obrázky/Deky_Kategorie_Belluno2.png');
     background-repeat: no-repeat;
     background-size: contain;
   }


   /*stickery barev kategorie pelechy*/
  

   body.id-705 .category-top .subcategories li:nth-child(1)::after {
    content: "V 10 barvách | S - XXL";
    background: url("https://697991.myshoptet.com/user/documents/upload/DP-color-stickers-kategorie/Colors_Milano1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  body.id-705 .category-top .subcategories li:nth-child(2)::after {
    content: "Ve 4 barvách | S - XXL";
    background: url("https://697991.myshoptet.com/user/documents/upload/DP-color-stickers-kategorie/Colors_Palermo1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  body.id-705 .category-top .subcategories li:nth-child(3)::after {
    content: "V 8 barvách | S - XXL";
    background: url("https://697991.myshoptet.com/user/documents/upload/DP-color-stickers-kategorie/Colors_Rimini1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  body.id-705 .category-top .subcategories li:nth-child(4)::after {
    content: "V 9 barvách | S - XXL";
    background: url("https://697991.myshoptet.com/user/documents/upload/DP-color-stickers-kategorie/Colors_Modena1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  body.id-705 .category-top .subcategories li:nth-child(5)::after {
    content: "V 5 barvách |  S - XXL";
    background: url("https://697991.myshoptet.com/user/documents/upload/DP-color-stickers-kategorie/Colors_Prato1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  body.id-705 .category-top .subcategories li:nth-child(6)::after {
    content: "Ve 2 barvách | S - XXL";
    background: url("https://697991.myshoptet.com/user/documents/upload/DP-color-stickers-kategorie/Colors_Ancona1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  body.id-705 .category-top .subcategories li:nth-child(7)::after {
    content: "Ve 4 barvách | S - XXL";
    background: url("https://697991.myshoptet.com/user/documents/upload/DP-color-stickers-kategorie/Colors_Belluno1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  body.id-705 .category-top .subcategories li:nth-child(8)::after {
    content: "V 6 barvách | S - XXL";
    background: url("https://697991.myshoptet.com/user/documents/upload/DP-color-stickers-kategorie/Colors_Print1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }

    body.id-705 .category-top .subcategories li:nth-child(9)::after {
    content: "V 5 barvách | S - XXL";
    background: url("https://www.denzoostore.cz/user/documents/upload/DP-color-stickers-kategorie/Colors_Torino1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }

      body.id-705 .category-top .subcategories li:nth-child(10)::after {
    content: "V 2 barvách | S - XXL";
    background: url("https://www.denzoostore.cz/user/documents/upload/DP-color-stickers-kategorie/Colors_Bergamo1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }


   /*stickery barev kategorie deky*/

  body.id-717 .category-top .subcategories li:nth-child(1)::after {
    content: "V 7 barvách";
    background: url("https://697991.myshoptet.com/user/documents/upload/DP-color-stickers-kategorie/Colors_Deky_Milano1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  body.id-717 .category-top .subcategories li:nth-child(2)::after {
    content: "Ve 4 barvách";
    background: url("https://697991.myshoptet.com/user/documents/upload/DP-color-stickers-kategorie/Colors_Deky_Palermo1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  body.id-717 .category-top .subcategories li:nth-child(3)::after {
    content: "Ve 4 barvách";
    background: url("https://697991.myshoptet.com/user/documents/upload/DP-color-stickers-kategorie/Colors_Deky_Prato1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  body.id-717 .category-top .subcategories li:nth-child(4)::after {
    content: "Ve 3 barvách";
    background: url("https://697991.myshoptet.com/user/documents/upload/DP-color-stickers-kategorie/Colors_Deky_Belluno1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }



.category-top .subcategories li a {
  display: flex;
  flex-direction: column;
  border-radius: 0.6rem;
  font-size: 2.8rem;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
  min-height: 30rem;
  align-items: end;
  justify-content: end;
  padding-right: 2rem;
  padding-bottom: 1rem;
}

.subcategories li a:before {
  display: none;
}

.category-top .subcategories li a .image {
  display: none;
}

.subcategories.with-image li a .text {
  padding: 0;
  width: unset;
}


.navigation-in ul li {
  z-index: 1;
  cursor: pointer;
}



@media (max-width:1400px) {
  .models-carousel-prev {
    left: 1.4rem;
  }
  
  .models-carousel-next {
    right: 1.4rem;
  }
}


  
  @media (max-width: 1260px) {
    .dp-wrapper {
     padding-left: 2rem;
     padding-right: 2rem;
    }
  
    .dp-hero__content {
     padding-left: 2rem;
     padding-right: 2rem;
    }
  
    .dp-headline-1 {
      font-size: 3.4rem;
      line-height: 4rem;
    }
  
    .dp-headline-2 {
      font-size: 3.2rem;
      line-height: 3.6rem;
    }
  
    .dp-hero__content p {
      font-size: 1.6rem;
      line-height: 2rem;
      
    }
    .dp-models-carousel-wrapper {
      padding-left: 1rem;
    }
  }
  
  @media (max-width: 1200px) {
    .dp-products {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.5rem;
      margin-top: 1rem;
    }
  
    .dp-products__footer {
      max-width: unset;
    }
    .dp-text-image-block__content {
      padding: 1rem 2rem;
    }
    .dp-text-image-block__inner-wrapper {
      gap: 1rem;
    }
  
    .dp-hero__content {
      gap: 1rem;
    }
    .dp-categories__title {
      font-size: 2.4rem;
      
    }

    .category-top .subcategories {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media (max-width: 1024px) {
    :root {
      --section-gap: 3.5rem;
    }
  
    .dp-text-image-block {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
    }
  
    #dp-text-image-block-2 .dp-text-image-block__content {
      order: 2;
    }
  
    .dp-text-image-block__inner-wrapper {
      gap: 2rem;
    }
    .dp-text-image-block__content {
      align-items:start ;
    }
  
    .dp-text-image-block__content h2,
    .dp-text-image-block__content p {
      max-width: unset;
    }
  
    .dp-hero {
      min-height: 50rem;
    }

    .dp-hero__content h1 {
      margin-top: 7rem;
    }

    .dp-models-carousel-nav {
    display: none;
    }

    .dp-about {
      grid-template-columns: repeat(1, 1fr);
    }

    .dp-about__content {
      padding: var(--section-gap) 2rem;
    }

    .dp-categories {
      grid-template-columns: repeat(3,1fr);
    }

    .category-top .subcategories {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .dp-overlay {
      display: none;
    }
  
  }
  
  @media (max-width: 950px) {
    .dp-products__title {
      font-size: 2rem;
    }
    .dp-products {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.5rem;
      margin-top: 1rem;
      gap: 1rem;
    }
  
    .dp-products__color {
      width: 0.8rem;
      height: 0.8rem;
    }
    .dp-products__info {
      font-size: 1.1rem;
    }
  
    .dp-products__price {
      font-size: 1.4rem;
    }
  
    .dp-products__button {
      min-width: 6.9rem;
      min-height: 2.2rem;
      font-size: 1.1rem;
    }
  
    .dp-products__pagination {
      display: block;
    }
  
    .dp-products__navigation-next,
    .dp-products__navigation-prev {
      display: none;
    }
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    .submenu-visible .navigation-in > ul > li.ext.exp > ul[aria-label="Pelíšky"],
    .submenu-visible .navigation-in > ul > li.ext.exp > ul[aria-label="Deky"] {
      display: none !important;
    }
  
    
  }
  
  @media (min-width:768px) {
    #header {
      padding-bottom: 0;
    }
   
    #header .header-top .header-top-wrapper .site-name {
      padding-top: unset;
      padding-bottom: unset;
      margin: 1rem 0 0 0;
    }

    #header #navigation {
      margin: 6rem auto 0 auto;
      background-color: transparent;
    }
    #header #navigation .navigation-in {
      background-color: transparent;
    }
    .type-index #header {
      margin-bottom: 0;
    }
  
    .navigation-in ul li {
      border: none !important;
    }
  
    .menu-level-1 li a {
      font-size:2rem;
      text-transform:none !important;
      }
  
  .navigation-in ul li a {
    color: var(--main-black);
    border-radius: 4px;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
  }
  
  
  .navigation-in>ul>li.exp>a, .navigation-in>ul>li>a:hover {
    background-color: var(--main-light-brown);
      color: var(--main-black);
      border: 1px solid var(--main-black) !important;
    }
    .navigation-in ul.menu-level-2 {
      top: 100%;
    }
    .navigation-in .contact-wrap {
      display:none;
    }

    .navigation-in ul.menu-level-2 {
      left: var(--dp-nav-left-position);
      max-width: 75rem;
      height: 42rem;
      overflow-y: auto;
      padding: 7.5rem 3rem 1.5rem 38rem;
    }
  
    .submenu-visible .navigation-in > ul > li.ext.exp > ul[aria-label="Pelíšky"] {
      background: url("https://697991.myshoptet.com/user/documents/upload/DP-menu/Menu_Pelisky.jpg");
      background-position: top left;
      background-repeat: no-repeat;
      background-size: contain;
      background-color: var(--main-light-brown);
    }
  
    .submenu-visible .navigation-in > ul > li.ext.exp > ul[aria-label="Deky"] {
      background: url("https://697991.myshoptet.com/user/documents/upload/DP-menu/Menu_Deky.jpg");
      background-position: top left;
      background-repeat: no-repeat;
      background-size: contain;
      background-color: var(--main-light-brown);
    }
  
    .submenu-visible .navigation-in > ul > li.ext.exp > ul[aria-label="Pelíšky"]::before {
      content: "Všechny modely jsou ortopedické a vyrobené v několika různých barvách.";
      position: absolute;
      top: 1.5rem;
      padding: 0 3rem 0 38rem;
      font-size: 1.6rem;
      line-height: 2rem;
      font-weight: 600;
      color: var(--main-black);
    }
  
    .submenu-visible .navigation-in > ul > li.ext.exp > ul[aria-label="Deky"]::before {
      content: "Designové deky, které pejskovi dopřejí pohodlí jako doma, ať jste kdekoliv.";
      position: absolute;
      top: 1.5rem;
      padding: 0 3rem 0 38rem;
      font-size: 1.6rem;
      line-height: 2rem;
      font-weight: 600;
      color: var(--main-black);
    }
  
    .submenu-visible .navigation-in > ul > li.ext.exp > ul {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 10rem));
      align-content: start;
      gap: 1.5rem;
      border-bottom-width: unset;
      border-bottom: unset;
      border-radius: 1rem;
    }
  
    .navigation-in > ul > li.ext > ul > li {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0;
      width: 100%;
      min-height: unset;
      cursor: pointer;
    }
  
    .navigation-in > ul > li.ext > ul > li > div > a {
      line-height: unset;
      padding-bottom: unset;
      font-size: 1.4rem;
      text-transform: uppercase;
      text-decoration: underline;
    }
  
    .navigation-in > ul > li.ext > ul > li > a.menu-image {
      width: 100%;
      border: none;
      border-radius: 0.6rem 0.6rem 0 0 !important;
    }
  
    .navigation-in > ul > li.ext > ul > li > a img {
      border-radius: 0.6rem 0.6rem 0 0;
      max-width: 100%;
    }
  
    .navigation-in > ul > li.ext > ul > li > div {
      width: 100% !important;
      text-align: center !important;
      padding-bottom: 1.2rem !important;
      background-color: var(--main-white);
      border-radius: 0 0 0.6rem 0.6rem;
      padding-left: unset !important;
    }
  
    .dp-dropdown-menu-helper {
      display: block;
      background-color: transparent;
      height: 2rem;
      cursor: pointer;
    }
  
    .navigation-in ul li a {
      color: var(--main-black);
      border-radius: 4px;
      border: 1px solid transparent;
      transition: 0.3s ease-in-out;
      padding-bottom: 0.8rem;
      padding-top: 0.8rem;
      padding-left: 1.6rem;
      padding-right: 1.6rem;
    }
  
    .navigation-in > ul > li > a:hover {
      padding-left: 1.6rem;
      padding-right: 1.6rem;
      margin-left: 0;
      margin-right: 0;
    }
  
    .navigation-in > ul > li.ext.exp > a {
      margin-left: 0;
      margin-right: 0;
      padding-left: 1.6rem;
      padding-right: 1.6rem;
    }
  }
  
  
  @media (max-width: 767px) {
    :root {
      --section-gap: 3rem;
    }
  
    .dp-products__title {
      font-size: 1.6rem;
      right: 0.5rem;
    }
  

    .dp-products__button {
     display: none;
    }
    .dp-text-image-block__content {
      padding: 2rem;
    }
  
    #header {
      background-color: var(--main-white);
    }
    #header .site-name img {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .dp-hero {
      margin-top: -6rem;
    }

    .dp-wrapper-categories p {
      display: none;
    }

    .dp-categories {
      gap: 1rem;
      }
  
      .dp-categories {
        grid-template-columns: repeat(2,1fr);
      }
  
      .dp-categories__title {
        font-size: 1.8rem;
      }

      .dp-dropdown-menu-helper {
        display: none;
      }
      
      .subcategories li a .text  {
      font-size:1.6rem;
      }
    
      .category-top .subcategories li a {
        min-height: 20rem;
      }
  
  }
  
  @media (max-width: 468px) {
    .dp-hero {
      min-height: 30rem;
    }
    
  .dp-hero__content .dp-button {
    max-width: 15rem !important;
    max-height: 4rem !important;
    font-size: 1.4rem !important;
  }

   .dp-hero__content h1 {
      margin-top: 0;
    }
  .dp-hero__content p {
    display: none;
  }
  .dp-products__info-separator {
    display: none;
  }

  .dp-products__info {
    flex-direction: column;
  }
  .dp-text-image-block__inner-wrapper .divider-line, .dp-text-image-block__inner-wrapper .divider-line + p {
    max-width: unset;
  }

  .category-top .subcategories li a {
    min-height: 16rem;
  }
  
  }
  
  @media (max-width: 370px) {
    .dp-products {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 1.5rem;
      margin-top: 1rem;
      gap: 1rem;
    }
  
    .dp-hero {
      padding-top: var(--dp-header-height-dynamic);
      padding-bottom: var(--dp-header-height-dynamic);
    }
    .dp-categories {
      grid-template-columns: repeat(1,1fr);
    }

    .category-top .subcategories {
      grid-template-columns: repeat(1, 95%);
      }
      .category-top .subcategories li a {
          min-height: 20rem;
        }
  }
  