/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/product-line-list/_product-line-list-styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.block-product-line-list.block-products-list {
  position: relative;
  padding-top: 90px;
  margin-bottom: 75px;
}
@media (max-width: 1199.98px) {
  .block-product-line-list.block-products-list {
    margin-bottom: 75px;
  }
}
@media (max-width: 767.98px) {
  .block-product-line-list.block-products-list {
    margin-bottom: 0;
    padding-top: 35px;
  }
}
.block-product-line-list.block-products-list.show-all .products-cards-wrapper .product-item {
  display: flex !important;
}
.block-product-line-list.block-products-list.show-all .mobile-buttons-wrapper {
  display: none;
}
.block-product-line-list .form-filters-top {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .block-product-line-list .form-filters-top {
    display: block;
  }
}
.block-product-line-list .filter-expand {
  position: relative;
  margin-right: 16px;
}
@media (max-width: 767.98px) {
  .block-product-line-list .filter-expand {
    position: absolute;
    max-width: 402px;
    width: 100%;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.block-product-line-list .filter-expand .button {
  padding-right: 58px;
  background-image: url("../images/icon-expand.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 32px) 50%;
  background-size: 20px;
}
@media (max-width: 767.98px) {
  .block-product-line-list .filter-expand .button {
    display: block;
    width: 100%;
    background-image: none !important;
    border-radius: 16px;
    padding: 10px 15px;
  }
}
.block-product-line-list .filter-expand .button .filter-expanded {
  display: none;
}
.block-product-line-list .filter-expand .button .filter-colapsed {
  display: inline-block;
}
.block-product-line-list .filter-expand .button.active {
  background-image: url("../images/icon-expand-active.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 32px) 50%;
  background-size: 20px;
}
.block-product-line-list .filter-expand .button.active .filter-expanded {
  display: inline-block;
}
.block-product-line-list .filter-expand .button.active .filter-colapsed {
  display: none;
}
.block-product-line-list .form-filters-wrapper {
  display: block;
  max-width: 1480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .block-product-line-list .form-filters-wrapper {
    margin-bottom: 20px;
  }
}
.block-product-line-list .form-filters-controls {
  display: block;
  position: relative;
  z-index: 2;
}
.block-product-line-list .form-filters-controls__header {
  display: none;
  width: 100%;
  height: 50px;
  background: #0066b3;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .block-product-line-list .form-filters-controls__header {
    display: flex;
  }
}
.block-product-line-list .form-filters-controls__header strong {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: white;
}
.block-product-line-list .form-filters-controls__header .btn-close {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  background-image: url("../images/icon-mobile-filters-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
@media (min-width: 768px) {
  .block-product-line-list .form-filters-controls__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    align-items: stretch;
  }
}
@media (max-width: 767.98px) {
  .block-product-line-list .form-filters-controls__list {
    display: block;
    margin: 142px auto 0 auto;
    width: 100%;
    padding: 0 10px;
    gap: 0;
  }
  .block-product-line-list .form-filters-controls__list > .form-group.form-dropdown {
    margin-bottom: 10px;
  }
  .block-product-line-list .form-filters-controls__list .group-wrapper {
    display: block;
    overflow: hidden;
    overflow-y: auto;
  }
}
.block-product-line-list .form-filters-controls__footer {
  display: none;
}
@media (max-width: 767.98px) {
  .block-product-line-list .form-filters-controls__footer {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 10px;
    background: rgba(0, 102, 179, 0.0705882353);
  }
  .block-product-line-list .form-filters-controls__footer .button {
    max-width: 402px;
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}
.block-product-line-list .form-dropdown {
  position: relative;
  margin: 0 5px 30px 5px;
  z-index: 1;
  min-height: unset !important;
}
@media (min-width: 768px) {
  .block-product-line-list .form-dropdown {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .block-product-line-list .form-dropdown {
    margin: 0 0 10px 0;
  }
}
.block-product-line-list .form-dropdown.active {
  z-index: 20;
}
@media (max-width: 767.98px) {
  .block-product-line-list .form-dropdown--mobile {
    min-width: inherit;
  }
  .block-product-line-list .form-dropdown--mobile .btn-dropdown {
    background-image: url("../images/icon-mobile-filters-dropdown.svg");
    font-size: 1.3rem;
    line-height: 20px;
    padding: 10px 35px 10px 16px;
    color: #002f67;
  }
  .block-product-line-list .form-dropdown--mobile .box-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: white;
    padding: 0;
  }
  .block-product-line-list .form-dropdown--mobile .box-dropdown .label-checkbox {
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .block-product-line-list .form-dropdown--mobile .box-dropdown .label-checkbox span {
    font-size: 1.3rem;
    line-height: 20px;
    padding: 10px 16px;
    color: #002f67 !important;
    background: white;
    border: 1px solid #0066b3;
    border-radius: 16px;
    margin: 0 10px 10px 10px;
  }
  .block-product-line-list .form-dropdown--mobile .box-dropdown .label-checkbox input[type=checkbox]:checked + span {
    background-color: rgba(129, 181, 19, 0.3);
    background-image: url("../images/icon-checked.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 20px;
  }
}
.block-product-line-list .btn-dropdown {
  display: block;
  padding: 13px 35px 10px 16px;
  background: white;
  border: 1px solid #0066b3;
  border-radius: 16px;
  background-image: url("../images/icon-form-dropdown.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 20px;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 21px;
  cursor: pointer;
  color: black;
}
.block-product-line-list .btn-dropdown .selected-total {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 21px;
  color: #8c8c8c;
}
.block-product-line-list .btn-dropdown.active + .box-dropdown {
  display: block !important;
}
.block-product-line-list .box-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  border-radius: 16px;
  border: solid 1px #0066b3;
  border-top: transparent;
  background: white;
  z-index: 10;
  max-height: 300px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.block-product-line-list .box-dropdown .label-checkbox {
  display: block;
  padding: 11px 0 9px 16px;
  border-bottom: 1px solid rgba(157, 157, 157, 0.3);
  margin-bottom: 0;
  margin-left: 0;
  background: transparent;
  transition: all ease 0.2s;
}
@media (max-width: 767.98px) {
  .block-product-line-list .box-dropdown .label-checkbox {
    border-bottom: transparent;
    padding: 0;
    margin-bottom: 10px;
  }
}
.block-product-line-list .box-dropdown .label-checkbox:hover {
  background: rgba(129, 181, 19, 0.3);
}
@media (max-width: 767.98px) {
  .block-product-line-list .box-dropdown .label-checkbox:hover {
    background: transparent;
  }
}
.block-product-line-list .box-dropdown .label-checkbox.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.block-product-line-list .box-dropdown .label-checkbox.disabled span {
  text-decoration: line-through;
  color: rgb(76.5, 109.4, 148.6) !important;
}
.block-product-line-list .box-dropdown .label-checkbox.disabled:hover {
  background: transparent;
}
.block-product-line-list .box-dropdown .label-checkbox span {
  display: block;
  font-size: 1.3rem;
  line-height: 20px;
  cursor: pointer;
  color: #002f67;
}
.block-product-line-list .box-dropdown .label-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.block-product-line-list .box-dropdown .label-checkbox input[type=checkbox]:checked + span {
  background-image: url("../images/icon-checked-big.svg");
  background-repeat: no-repeat;
  background-position: calc(100% + 3px) 50%;
  background-size: 25px;
}
.block-product-line-list .box-dropdown .label-checkbox.active span {
  background-image: url("../images/icon-checked-big.svg");
  background-repeat: no-repeat;
  background-position: calc(100% + 3px) 50%;
  background-size: 25px;
}
@media (max-width: 767.98px) {
  .block-product-line-list .box-dropdown .label-checkbox.active span {
    background-image: none;
  }
}
.block-product-line-list .box-dropdown__header {
  display: none;
  position: relative;
  width: 100%;
  height: 50px;
  background: #0066b3;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .block-product-line-list .box-dropdown__header {
    display: flex;
  }
}
.block-product-line-list .box-dropdown__header strong {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: white;
}
.block-product-line-list .box-dropdown__header .btn-back {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-mobile-filters-back.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  top: 15px;
  left: 15px;
}
.block-product-line-list .box-dropdown__header .btn-erase {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 87px;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 14px;
  text-transform: uppercase;
  color: white;
  padding-right: 30px;
  background-image: url("../images/icon-mobile-filters-erase.svg");
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 20px;
}
.block-product-line-list .box-dropdown__footer {
  display: none;
}
@media (max-width: 767.98px) {
  .block-product-line-list .box-dropdown__footer {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 10px;
    background: rgba(0, 102, 179, 0.0705882353);
  }
  .block-product-line-list .box-dropdown__footer .button {
    max-width: 402px;
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}
.block-product-line-list .mCustomScrollbar {
  max-height: 250px;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 767.98px) {
  .block-product-line-list .mCustomScrollbar {
    max-height: calc(100vh - 70px - 83px - 10px);
    max-height: calc(var(--vh, 1vh) * 100 - 70px - 83px - 10px);
  }
}
.block-product-line-list .form-filters-current {
  display: none;
  position: relative;
  z-index: 1;
  padding: 20px 0px;
}
.block-product-line-list .form-filters-current.active {
  display: block;
}
.block-product-line-list .form-filters-current.to-back {
  z-index: 1 !important;
}
@media (max-width: 767.98px) {
  .block-product-line-list .form-filters-current {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 30px 10px 0 10px;
    z-index: 3;
    overflow: hidden;
  }
  .block-product-line-list .form-filters-current .btn-tag--clear {
    display: block;
    width: 100%;
    max-width: 402px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
  }
}
.block-product-line-list .form-filters-current__list {
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 767.98px) {
  .block-product-line-list .form-filters-current__list {
    display: flex;
    height: 56px;
    margin-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .block-product-line-list .form-filters-current__list .btn-tag {
    font-size: 1.4rem;
    line-height: 20px;
    padding: 7px 36px 7px 14px;
    color: #002f67;
    margin: 0 10px 20px 0;
    height: 36px;
  }
}
.block-product-line-list .form-filters-current__list .btn-tag:last-child {
  margin-right: 0;
}
.block-product-line-list .btn-tag {
  display: inline-block;
  background: #f8f8f8;
  border-radius: 50px;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #002f67;
  padding: 9px 36px 9px 14px;
  border: 0;
  text-align: left;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.block-product-line-list .btn-tag:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 8px;
  top: 6px;
  background-image: url("../images/icon-tag-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
}
.block-product-line-list .btn-tag--clear {
  background: transparent;
  border: solid 1px #002f67;
  color: #002f67;
  padding: 9px 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 10px;
}
.block-product-line-list .btn-tag--clear:after {
  display: none;
}
.block-product-line-list .btn-tag--clear:hover {
  background: #002f67;
  border-color: #002f67;
  color: white;
}
.block-product-line-list .no-results {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.2;
  color: #9D9D9D;
  width: 100%;
  padding: 0 15px;
  margin: 50px 0;
}
.block-product-line-list .mobile-buttons-wrapper {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .block-product-line-list .mobile-buttons-wrapper {
    display: none;
  }
}
.block-product-line-list .mobile-buttons-wrapper .button {
  display: inline-block;
  max-width: 290px;
  width: 100%;
}

.form-filters-wrapper.combined-filters .form-filters-controls__list--combined {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
  justify-content: center;
  padding: 10px 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .form-filters-wrapper.combined-filters .form-filters-controls__list--combined {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767.98px) {
  .form-filters-wrapper.combined-filters .form-filters-controls__list--combined {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    padding: 0 10px;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .form-filters-wrapper.combined-filters .form-filters-controls__list--combined.items-count-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.form-filters-wrapper.combined-filters .combined-filter-item {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border: 1px solid #0066b3;
  border-radius: 20px;
  cursor: pointer;
  background-color: white;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  color: #002f67;
  font-weight: 600;
  width: auto;
}
@media (max-width: 767.98px) {
  .form-filters-wrapper.combined-filters .combined-filter-item {
    text-align: left;
    padding: 10px;
  }
}
.form-filters-wrapper.combined-filters .combined-filter-item__image-wrapper {
  margin-right: 8px;
  display: flex;
  align-items: center;
  width: 40px;
  height: 90px;
  overflow: hidden;
  border-radius: 4px;
  margin: -30px 10px -31px 0px;
  justify-content: center;
  flex-shrink: 0;
}
.form-filters-wrapper.combined-filters .combined-filter-item__image-wrapper img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.form-filters-wrapper.combined-filters .combined-filter-item__name {
  line-height: 1.2;
}
.form-filters-wrapper.combined-filters .combined-filter-item:hover {
  background-color: rgba(0, 102, 179, 0.1);
  border-color: rgb(0, 91.8, 161.1);
}
.form-filters-wrapper.combined-filters .combined-filter-item.active {
  background-color: #0066b3;
  color: white;
  border-color: #0066b3;
  font-weight: 600;
}
.form-filters-wrapper.combined-filters .form-filters-current--combined {
  display: none !important;
}
@media (max-width: 767.98px) {
  .form-filters-wrapper.combined-filters .form-filters-controls.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1000;
    overflow-y: auto;
    padding-bottom: 80px;
  }
  .form-filters-wrapper.combined-filters .form-filters-controls__list--combined {
    padding: 20px 0px 60px 0px;
  }
  .form-filters-wrapper.combined-filters .form-filters-controls__header .btn-close-combined {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    background-image: url("../images/icon-mobile-filters-close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
  }
  .form-filters-wrapper.combined-filters .form-filters-current--combined {
    position: static;
    padding: 15px 10px 0 10px;
  }
  .form-filters-wrapper.combined-filters .form-filters-current--combined .btn-tag--clear {
    margin-top: 10px;
  }
}

/*
// Pravidlo pre zobrazenie len prvých dvoch produktov na mobile - iba pre block-product-line-list
.block-product-line-list {
    @include media-breakpoint-down(sm) {
        &:not(.show-all)
            .products-cards-wrapper
            .product-item:nth-child(n + 3) {
            display: none !important;
        }

        // Uistíme sa, že prvé dva produkty sú viditeľné
        &:not(.show-all) .products-cards-wrapper .product-item:nth-child(1),
        &:not(.show-all) .products-cards-wrapper .product-item:nth-child(2) {
            display: flex !important;
        }
    }
}
*/
.product-item__capacity {
  display: block;
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #224472;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4rem;
  opacity: 0.8;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .product-item__capacity {
    margin-top: 4px;
  }
}
@media (max-width: 767.98px) {
  .product-item__capacity {
    font-size: 1.4rem;
    line-height: 1.3rem;
    margin-top: 3px;
  }
}
