.page-products-list {
  min-height: 100vh;

  .vertical-nav h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--main-bg-color-custom);
    font-size: 1.11rem;
    font-weight: var(--font-weight-bold);
  }
  .vertical-nav .nav-pills > li > a,
  .vertical-nav .nav-pills > li > a:focus {
    position: relative;
    display: block;
    font-size: 0.89rem;
    font-weight: var(--font-weight-bold);
    color: var(--main-bg-color-custom);
    border-radius: 25px;
    padding: 10px 15px 10px 40px;
    margin-bottom: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .vertical-nav .nav-pills > li > a::before,
  .vertical-nav .nav-pills > li > a::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
  .vertical-nav .nav-pills > li > a::before {
    width: 16px;
    height: 16px;
    border: 1px solid var(--main-bg-color-custom);
  }
  .vertical-nav .nav-pills > li > a::after {
    width: 8px;
    height: 8px;
    left: 19px;
    background-color: transparent;
  }
  .vertical-nav .nav-pills > li > a:hover,
  .vertical-nav .nav-pills > li.dropdown-sublist.active > a,
  .vertical-nav .nav-pills > li > a.active {
    background-color: var(--main-bg-color-custom);
    color: #fff;
  }
  .vertical-nav .nav-pills > li > a:hover::before,
  .vertical-nav .nav-pills > li.dropdown-sublist.active > a::before,
  .vertical-nav .nav-pills > li > a.active::before {
    border-color: #fff;
  }
  .vertical-nav .nav-pills > li > a:hover::after,
  .vertical-nav .nav-pills > li.dropdown-sublist.active > a::after,
  .vertical-nav .nav-pills > li > a.active::after {
    background-color: #fff;
  }
  .version-a > li > a {
    background-color: #eaeaea;
    border: none;
  }
  .version-b > li > a {
    background-color: #fff;
    border: 1px solid var(--main-bg-color-custom);
  }

  .products-carousel-wrapper {
    padding-left: 40px;
    padding-right: 2px;
    overflow: hidden;
  }
  .products-carousel-wrapper-sm {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .products-carousel-wrapper .owl-carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .products-carousel-wrapper .owl-carousel .owl-stage-outer {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    margin: -10px;
    padding: 10px;
  }
  .products-carousel-wrapper .owl-theme .owl-dots .owl-dot span {
    background: transparent !important;
    border: 1.5px solid var(--main-bg-color-custom);
  }
  .products-carousel-wrapper .owl-theme .owl-dots .owl-dot.active span {
    background: var(--main-bg-color-custom) !important;
  }
  .products-carousel-wrapper .owl-stage {
    display: flex;
  }
  .products-carousel-wrapper .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
  .product {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid var(--main-bg-color-custom);
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #fff;
    text-decoration: none;
    color: var(--main-color);
    height: 100%;
    transition: box-shadow 0.3s ease;
  }
  .product:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .product-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-badge img {
    max-width: 100%;
    max-height: 100%;
  }
  .product-image {
    flex-shrink: 0;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
  }
  .product-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-grow: 1;
  }
  .product-title {
    display: block;
    font-size: 1.11rem;
    color: var(--main-bg-color-custom);
  }
  .product-subtitle {
    display: block;
  }
  .product-name {
    display: block;
    font-weight: var(--font-weight-bold);
  }
  .product-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .arrow-circle {
    width: 54px;
    height: 54px;
    border: 2px solid var(--main-bg-color-custom);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--main-bg-color-custom);
	padding-bottom: 3px;
    line-height: 1;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .product:hover .arrow-circle {
    background-color: var(--main-bg-color-custom);
    color: #fff;
  }
  #produkty-navbar {
    padding: 0;
  }
  #kategorie-navbar {
    padding: 0;
  }
  .navbar-produkty .navbar-toggle,
  .navbar-kategorie .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0px;
    padding: 9px 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #cb0f22;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .navbar-produkty .navbar-toggle .icon-bar,
  .navbar-produkty:after,
  .navbar-produkty:before,
  .navbar-kategorie .navbar-toggle .icon-bar,
  .navbar-kategorie:after,
  .navbar-kategorie:before {
    background-color: #fff;
  }

  /* doplnene */

  .dropdown-sublist > a {
    position: relative;
    display: block;
    font-weight: var(--font-weight-bold);
    padding: 10px 15px 10px 40px;
    margin-bottom: 10px;
    background-color: transparent;
    color: var(--main-bg-color-custom);
    transition: color 0.3s ease;
  }

  .dropdown-sublist > a:hover,
  .dropdown-sublist > a:focus {
    color: #cb0f22;
    text-decoration: none;
  }

  .sublist-inner {
    /*padding-left: 20px;*/
    margin-bottom: 10px;
  }

  .sublist-inner li a {
    font-size: 0.85rem;
    color: #000;
    padding: 6px 15px;
    display: block;
    position: relative;
  }

  .sublist-inner li a::before {
    content: "•";
    color: #000;
    margin-right: 8px;
    display: inline-block;
    transition: color 0.3s ease;
  }

  .sublist-inner li.active a,
  .sublist-inner li a:hover {
    color: #cb0f22;
    text-decoration: none;
  }

  .sublist-inner li.active a::before,
  .sublist-inner li a:hover::before {
    color: #cb0f22;
  }

  .dropdown-toggle-sublist .fa-caret-down {
    margin-top: 4px;
  }

  /* RESPONSIVE STRUCTURE
--------------------------------------- */

  @media screen and (max-width: 1366px) {
    .vertical-nav h3 {
      font-size: 1rem;
    }
    .vertical-nav .nav-pills > li > a,
    .vertical-nav .nav-pills > li > a:focus {
      padding: 6px 10px 6px 34px;
      margin-bottom: 6px;
    }
    .vertical-nav .nav-pills > li > a::before,
    .vertical-nav .nav-pills > li > a::after {
      left: 12px;
    }
    .vertical-nav .nav-pills > li > a::before {
      width: 12px;
      height: 12px;
    }
    .vertical-nav .nav-pills > li > a::after {
      width: 6px;
      height: 6px;
      left: 15px;
    }
    .products-carousel-wrapper {
      padding-left: 30px;
    }
    .product {
      border-radius: 12px;
      padding: 15px;
    }
    .product-badge {
      top: 15px;
      left: 15px;
      width: 55px;
    }
    .product-title {
      font-size: 1rem;
    }
    .arrow-circle {
      width: 38px;
      height: 38px;
    }
  }

  @media screen and (max-width: 767px) {
    .products-carousel-wrapper {
      padding-left: 2px;
      padding-right: 2px;
    }
    #produkty-navbar,
    #kategorie-navbar {
      padding-top: 10px;
    }
    .vertical-nav {
      margin-bottom: 15px;
    }
    .vertical-nav h3 {
      font-size: 16px !important;
      margin-top: 7px !important;
      margin-bottom: 7px !important;
      padding-left: 10px;
    }
    .menu-mobil-produkty-holder {
      border-radius: 8px;
      background: #eaeaea;
      padding: 5px;
      margin-bottom: 5px;
    }
    .sublist-inner {
      padding-left: 15px;
    }
  }
}
