.type-category div#filters-wrapper {
  display: none;
}

.type-category div#category-header {
  background: var(--color-header-background);
  justify-content: flex-end;
}

.type-category .breadcrumbs.navigation-home-icon-wrapper {
  display: none;
}

.type-category .category-top {
  border: 0px;
}

.type-category h1.category-title {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 55px;
  color: var(--color-secondary);
  flex-basis: 30%;
  padding-right: 165px;
}

/* select na řazení*/
.type-category .custom-select-wrapper {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.type-category .category-header div {
  flex: unset !important;
  margin-left: 15px;
  position: relative;
  padding: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--color-secondary);
  display: block;
}

.type-category .custom-select::after {
  content: "\e911";
  speak: none;
  display: inline-block;
  font-family: shoptet;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  font-size: 16px;
  transform: rotate(180deg);
  position: absolute;
  top: 25px;
  right: 20px;
}

.type-category .custom-select {
  background: var(--color-primary);
}

.type-category select#order-select {
  outline: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--color-secondary);
  border-radius: 0;
  border: transparent;
  background: transparent;
  /* padding: 10px 20px; */
}

/* select na řazení*/

.type-category ul.subcategories.with-image li {
  justify-content: flex-start;
}

.type-category ul.subcategories.with-image li {
  width: calc(100% / 6);
  justify-content: flex-start;
}

.type-category ul.subcategories.with-image li a {
  border: 0;
  flex-direction: column;
  height: auto;
  padding-right: 10px;
}

.type-category .subcategories li a:before {
  content: unset;
}

.type-category .subcategories.with-image li a .image {
  height: auto;
  width: 100% !important;
  max-height: unset !important;
  max-width: unset !important;
}

.type-category .subcategories.with-image li a .image img {
  height: auto;
  width: 100% !important;
  max-height: unset !important;
  max-width: 270px !important;
}

.type-category .left-column .p-desc,
.right-pair .p-desc {
  display: none;
}

.type-category .products-block>div .p .p-in .p-bottom>div .p-desc {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--color-secondary);
}

.type-category .pagination-top strong {
  display: none;
}

.type-category a.pagination-link.up.js-scroll-top {
  border: 0;
  border-radius: 0;
  height: 50px !important;
  width: 50px !important;
}

.type-category .pagination-link.up:before {
  font-size: 20px;
}

.type-category .pagination-wrapper .load-products {
  background: var(--color-secondary);
  border: 0px;
  border-radius: 0px;
  padding-inline: 25px;
}

.type-category .pagination-wrapper .load-products:after {
  content: unset !important;
}

.type-category .pagination-count {
  display: none;
}

.type-category a.next.pagination-link,
.type-category a.prev.pagination-link {
  background: var(--color-primary);
  border: 0px !important;
  border-radius: 0px !important;
}

.type-category .pagination-top>a,
.type-category .pagination-top>strong,
.type-category .pagination>a,
.pagination>strong {
  width: 50px !important;
  height: 50px !important;
}

.type-category a.pagination-link.up.js-scroll-top:hover {
  background: var(--color-secondary) !important;
  color: var(--color-primary) !important;
}

.type-category a.next.pagination-link:hover,
.type-category a.prev.pagination-link:hover {
  background: var(--color-secondary) !important;
  color: var(--color-primary) !important;
}

.type-category .pagination-wrapper .pagination a:last-child:hover,
.type-category .pagination-wrapper .pagination-top a:last-child:hover {
  background: transparent;
  border: 0px;
}

.type-category .category-top {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6em;
}

.type-category .category-perex {
  flex-basis: 70%;
}

.category-perex p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--color-secondary);
  text-align: justify;
  padding-right: 165px;
}

.type-category ul.subcategories {
  justify-content: flex-start;
  flex-basis: 100%;
  flex-wrap: wrap;
  margin-top: 4em;
}

.type-category .subcategories li a .text {
  padding: 0px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  /* line-height: 30px; */
  color: var(--color-secondary);
  width: 100%;
}

.type-category .products-block>div .p .p-in .p-in-in .name {
  height: auto !important;
  font-style: normal;
  font-weight: 400;
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: var(--color-secondary);
}

.type-category span.availability-amount {
  display: none;
}

.type-category .p .p-in .availability>span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.type-category .p .p-in .availability {
  min-width: auto;
}

.type-category .products-block>div .p .p-in .p-bottom>div .prices .price-final strong {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 30px;
  color: var(--color-secondary);
  align-self: stretch;
}

.type-category .right-column .product {
  max-width: 700px;
  float: right;
  width: 100%;
}

@media(min-width:851px) {
  .type-category .left-span .product {
    max-width: 700px;
    float: left;
    width: 100%;
  }
}

.type-category .flags-default .flag {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 30px !important;
}

.type-category .subcategories li a:hover {
  background: transparent;
}

.type-category .pagination-wrapper .load-products:hover {
  background: var(--color-primary-hover);
}

.type-category .pagination-wrapper .pagination a:last-child {
  border-color: transparent !important;
}

.type-category .breadcrumbs span span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: var(--color-secondary);
}

@media (max-width: 1400px) {
  .type-category ul.subcategories.with-image li {
    width: 20%;
  }
}

@media (max-width: 1100px) {
  .type-category .category-top {
    flex-direction: column;
    margin-top: 3em;
  }

  .type-category ul.subcategories {
    margin-top: 0;
  }

  .type-category .flags-default .flag {
    font-size: 12px !important;
    line-height: 18px !important;
    padding: 5px !important;
  }

  .type-category ul.subcategories.with-image li {
    width: 25%;
  }
}

@media (max-width: 850px) {
  .product-group {
    flex-direction: column;
  }

  .product-group:nth-of-type(even) {
    flex-direction: column-reverse;
  }

  .type-category .right-column .product {
    max-width: unset;
  }

  .type-category ul.subcategories.with-image li {
    width: 33%;
  }
}

@media (max-width: 756px) {
  .type-category .content-wrapper.container {
    padding: 0px;
  }

  .type-category ul.subcategories.with-image li {
    width: 50%;
  }

  .type-category .breadcrumbs.navigation-home-icon-wrapper {
    display: block;
    text-align: center;
  }

  .type-category .category-top {
    margin-top: 0em;
  }

  .type-category h1.category-title,
  .type-category .category-perex {
    padding-inline: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #504841;
  }

  .type-category ul.subcategories {
    padding-inline: 0;
    max-width: 100% !important;
  }

  .type-category ul.subcategories.with-image li a {
    padding-inline: 0;
  }

  .type-category .subcategories.with-image li a .image img {
    max-width: unset !important;
  }

  .type-category ul.subcategories.with-image li:nth-of-type(odd) {
    padding-right: 10px;
  }

  .type-category ul.subcategories.with-image li:nth-of-type(even) {
    padding-left: 10px;
  }

  .type-category .subcategories li a .text {
    padding-inline: 20px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #504841;
  }

  .type-category div#category-header {
    padding-right: 20px;
  }

  .type-category .category-perex p {
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    max-height: 115px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #504841;
    padding: 0px;
  }

  .type-category .category-perex p.expanded {
    max-height: 100dvh;
  }

  .type-category .read-more-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-decoration-line: underline;
    float: left;
    color: var(--color-primary-hover);
    padding-inline: 20px;
  }

  .type-category .product-group .left-column,
  .type-category .product-group .right-pair {
    padding: 0 0px;
    gap: 0px;
  }

  .type-category .product-group .left-column,
  .type-category .product-group .right-pair {
    width: 100%;
    flex-basis: 100%;
  }

  .type-category .p .p-in .p-in-in {
    flex-direction: column;
  }

  .type-category .products-block {
    margin-inline: 0;
  }

  .type-category .category-header div {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }

  .type-category select#order-select {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }

  .type-category .products-block>div .p .p-in .p-in-in .name {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  .type-category .products-block>div .p .p-in .p-bottom>div .prices .price-final strong {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
  }

  .type-category .p .p-in .availability>span {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
  }

  .type-category .products-block>div .p .p-in .p-bottom>div .p-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }

  .type-category .products-block>div .p .p-in .p-in-in .name {
    width: auto !important;
  }

  .type-category .products-block>div .p .p-in .p-bottom>div .prices {
    flex-direction: row !important;
  }

  .type-category .products-block>div .p .p-in .p-bottom>div .prices .price-final {
    flex-basis: 50% !important;
    text-align: left !important;
  }

  .type-category .products-block>div .p .p-in .p-bottom>div .prices .availability {
    flex-basis: 50% !important;
    text-align: right !important;
  }
}

@media (min-width: 769px) {
  .type-category #content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1025px) {
  .type-category #content {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1281px) {
  .type-category #content {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1920px) {
  .type-category #content {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .type-category .products-block>div .p .p-in .p-bottom>div .prices .price-final {
    flex-basis: 50% !important;
    text-align: left !important;
  }

  .type-category .products-block>div .p .p-in .p-bottom>div .prices .availability {
    flex-basis: 50% !important;
    text-align: right !important;
  }

  .type-category .products-block>div .p .p-in .p-in-in .name {
    width: auto !important;
  }

  .category-perex p {
    padding-right: 0px;
  }
}

@media (min-width: 1200Px) and (max-width: 1580px) {
  .type-category h1.category-title {
    padding-right: 0 !important;
  }

  .category-perex p {
    padding-right: 0 !important;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {
  .category-perex p {
    padding-right: 0;
  }

  .type-category .category-perex {
    flex-basis: 100%;
    padding-right: 0 !important;
  }

        .type-category h1.category-title {
              flex-basis: 100%;
                padding-right: 0 !important;
        }
}