#katalog #lay-hdr {
  height: 320px;
  width: calc(100% - 30px);
  max-width: 1400px;
  overflow: hidden;
  position: relative;
  margin: auto auto;
  background-image: url(../assets/bebechy/bebechy-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#katalog #lay-hdr .wrp {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#katalog #lay-hdr .headings {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
#katalog #lay-hdr .headings h1 {
  font-size: 48px;
  font-weight: 800;
  white-space: pre;
}
#katalog #lay-hdr .headings p {
  font-size: 21px;
}
@media all and (max-width: 1220px) {
  #katalog #lay-hdr .headings h1 {
    font-size: 44px;
  }
}
@media all and (max-width: 1100px) {
  #katalog #lay-hdr .headings h1 {
    font-size: 40px;
  }
}
@media all and (max-width: 1000px) {
  #katalog #lay-hdr .headings h1 {
    font-size: 36px;
  }
  #katalog #lay-hdr .headings p {
    font-size: 20px;
  }
}
@media all and (max-width: 800px) {
  #katalog #lay-hdr .headings h1 {
    font-size: 32px;
  }
  #katalog #lay-hdr .headings p {
    font-size: 19px;
  }
}
#katalog #lay-hdr .slider {
  width: 800px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 1000px) {
  #katalog #lay-hdr .slider {
    display: none;
  }
}
#katalog #lay-hdr .slider .slide .karta {
  height: 90%;
  position: absolute;
  top: 100%;
  right: 0;
  transform-origin: top left;
  transition: transform 0.5s ease;
}
#katalog #lay-hdr .slider .slide.active .karta {
  transition-delay: 0.5s;
  transform: translateY(-100%);
}
#katalog #product-page .item {
  /*.text{
      height: 50%;
      width: 100%;
      overflow: hidden;
      position: absolute;
      bottom: 0;
      border: 10px solid white;
      background: white;
      .date{
          position: relative;
          padding-left: 28px;
          &:before{
              content: "";
              display: block;
              width: 20px;
              height: 20px;
              position: absolute;
              left: 3px;
              top: calc(50% - 10px);
              background-image: url(../assets/bebechy/calendar-light.svg);
              background-repeat: no-repeat;
              background-size: contain;
          }
          color: rgb(167,181,199);
      }
      h2{
          margin: 10px 0;
          font-family: inherit;
          font-size: 18px;
          font-weight: 700;
          color: rgb(15,31,60);
      }
      p{
          margin: 0;
          padding-left: 2px;
          font-size: 13.5px;
          line-height: 22px;
          color: rgb(106,122,152);
      }
  }*/
}
#katalog .category-description {
  padding: .5em 1em .8em 1em;
}
#katalog #product-page .item {
  display: inline-block;
  vertical-align: top;
  word-spacing: 0;
  white-space: normal;
  width: 325px;
  max-width: calc(100vw - 20px);
  padding: 12px;
}
#katalog #product-page .item article {
  width: 100%;
  height: 360px;
  position: relative;
  transform: scale(1);
  padding: 10px 25px;
  text-align: center;
  transition: transform 0.4s ease;
}
#katalog #product-page .item article:after {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: -1;
  background: 0;
  box-shadow: 0 0 20px 4px rgba(29, 29, 27, 0.06);
  transition: box-shadow 0.4s ease;
}
#katalog #product-page .item article .item-container {
  height: 100%;
  position: relative;
}
#katalog #product-page .item.not-availible article .item-container a {
  opacity: .3;
}
#katalog #product-page .item article .item-container .price-container {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
#katalog #product-page .item article .item-container .price-container .not-availible-info {
  line-height: 36px;
  font-weight: 700;
  color: #e20914;
}
#katalog #product-page .item article .item-container .price-container form {
  display: flex;
  justify-content: center;
}
#katalog #product-page .item article .item-container .price-container form input[name="amount"] {
  margin-right: 5px;
  width: 50px;
  text-align: center;
}
#katalog #product-page .item article .item-container .price-container form input[type="submit"] {
  margin-left: 5px;
}
#katalog #product-page .item article:hover {
  transform: scale(1.04);
}
#katalog #product-page .item article:hover:after {
  box-shadow: 0 10px 20px 5px rgba(29, 29, 27, 0.08);
}
#katalog #product-page .item img {
  height: 180px;
  width: 100%;
  object-fit: contain;
}
#katalog #product-page .item h1 {
  font-weight: 700;
  margin-top: 5px;
  font-size: 18px;
}
#katalog #product-page .item .description {
  margin-top: 5px;
  font-size: 14px;
}
#katalog #product-page .item .price {
  width: 100%;
  /*position: absolute;
  bottom: 20px;
  left: 0;*/
  margin-bottom: 10px;
  font-size: 16px;
}
#katalog #product-page .item {
  width: 300px;
  padding: 12px 0;
}
#katalog #product-page .item article {
  padding: 15px;
}
#katalog #product-page .item article:after {
  background-color: white;
}
#katalog .pagination {
  display: block;
  width: 100%;
  padding-top: 30px;
  bottom: 30px;
  left: 0;
  line-height: 35px;
  text-align: center;
  /*&:not(:hover){
      .btn.active{
          &:after{
              width: 0;
          }
      }
  }*/
}
#katalog .pagination .btn {
  vertical-align: top;
  width: 25px;
  height: 35px;
  position: relative;
  margin: 10px;
  text-align: center;
}
#katalog .pagination .btn:not(.prev):not(.next) {
  /*&:before{
      content: "";
      display: block;
      height: 3px;
      width: 80%;
      position: absolute;
      z-index: 1;
      top: calc(50% + 10px);
      left: 10%;
      background-image: url(../img/podtrzeni.svg);
      background-size: 100% 100%;
      background-position: center right (+10%);
      background-repeat: no-repeat;
  }
  &:after{
      content: "";
      display: block;
      height: 3px;
      width: 80%;
      position: absolute;
      z-index: 1;
      top: calc(50% + 10px);
      right: 10%;
      background: white;
      transition: width .3s ease;
  }*/
  /*&:hover{
      &:after{
          width: 0;
      }
  }*/
}
#katalog .pagination .btn:not(.prev):not(.next).active {
  color: #b2926d;
}
#katalog .pagination .prev, #katalog .pagination .next {
  width: 35px;
  height: 35px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#katalog .pagination .prev:hover .arrow, #katalog .pagination .next:hover .arrow {
  transform: scale(1.2);
}
#katalog .pagination .prev .arrow, #katalog .pagination .next .arrow {
  width: 22px;
  height: 13px;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 11px);
  background-image: url(../assets/bebechy/arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
@media all and (max-width: 450px) {
  #katalog .pagination .prev .arrow, #katalog .pagination .next .arrow {
    width: 18px;
    height: 12px;
    top: calc(50% - 6px);
    left: calc(50% - 9px);
  }
}
#katalog .pagination .prev {
  background-image: url(../assets/bebechy/btn-border-prev.svg);
}
#katalog .pagination .next {
  background-image: url(../assets/bebechy/btn-border-next.svg);
}
#katalog .pagination .next .arrow {
  transform: rotate(180deg);
}