/*!
 * // -----------------------------------------------------------------------------
 * // NOTICE OF LICENSE
 * //
 * // This source file is released under commercial license by Lamia Oy.
 * //
 * // @copyright Copyright (c) 2018 Lamia Oy (https://lamia.fi)
 * // @author Peter Takacs <peter@lamia.fi>
 */
/*!
 * // -----------------------------------------------------------------------------
 * // NOTICE OF LICENSE
 * //
 * // This source file is released under commercial license by Lamia Oy.
 * //
 * // @copyright Copyright (c) 2018 Lamia Oy (https://lamia.fi)
 */
.category-hero {
  min-height: auto; }
  @media (min-width: 768px) {
    .category-hero {
      min-height: 350px; } }
  @media (min-width: 992px) {
    .category-hero {
      min-height: 500px; } }

.breadcrumbs {
  position: absolute;
  z-index: 1;
  margin: 30px 0;
  left: 50%;
  transform: translateX(-50%); }

.category-view {
  background: #fff; }

.category-hero__side {
  display: flex;
  padding: 20px 0; }

.category-hero__side--right {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.hero-content {
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px 0; }
  .hero-content .category-title {
    padding: 15px 0;
    margin-top: 1em; }
  .hero-content .category-description {
    padding: 15px 0;
    line-height: 1.5; }

.category-external {
  margin: 1em 0; }

.category-external__item {
  margin-bottom: 0.5em; }

@media (max-width: 767px) {
  .breadcrumbs {
    text-align: center; }
  .category-hero__side {
    min-height: 250px; }
  .hero-content {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.125%;
    padding-right: 3.125%; }
    .hero-content:after {
      content: " ";
      display: block;
      clear: both; } }
  @media (max-width: 767px) and (min-width: 480px) {
    .hero-content {
      padding-left: 4.16667%;
      padding-right: 4.16667%; } }
  @media (max-width: 767px) and (min-width: 768px) {
    .hero-content {
      padding-left: 5.20833%;
      padding-right: 5.20833%; } }
  @media (max-width: 767px) and (min-width: 1200px) {
    .hero-content {
      padding-left: 3.33333%;
      padding-right: 3.33333%; } }
  @media (max-width: 767px) and (min-width: 1600px) {
    .hero-content {
      padding-left: 5%;
      padding-right: 5%; } }

@media (min-width: 768px) {
  .category-hero {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.125%;
    padding-right: 3.125%;
    display: flex; }
    .category-hero:after {
      content: " ";
      display: block;
      clear: both; } }
  @media (min-width: 768px) and (min-width: 480px) {
    .category-hero {
      padding-left: 4.16667%;
      padding-right: 4.16667%; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .category-hero {
      padding-left: 5.20833%;
      padding-right: 5.20833%; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .category-hero {
      padding-left: 3.33333%;
      padding-right: 3.33333%; } }
  @media (min-width: 768px) and (min-width: 1600px) {
    .category-hero {
      padding-left: 5%;
      padding-right: 5%; } }

@media (min-width: 768px) {
  .category-hero__side {
    flex-direction: column;
    width: 50%; }
  .category-hero__side--left {
    padding-right: 10px; }
  .category-hero__side--right {
    padding: 20px 40px; } }

@media (min-width: 992px) {
  .hero-content {
    width: 79.16667%; } }

.punchline {
  font-weight: bold; }

.toolbar {
  height: 70px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .toolbar--main {
    margin-top: 15px; }

.toolbar .pages {
  margin: 0 auto; }

.toolbar__amount,
.toolbar__limiter {
  display: none; }

.toolbar__limiter,
.toolbar__sorter {
  width: 100%; }
  @media (min-width: 768px) {
    .toolbar__limiter,
    .toolbar__sorter {
      width: 25%; } }
  @media (min-width: 992px) {
    .toolbar__limiter,
    .toolbar__sorter {
      width: 33%; } }
  @media (min-width: 1200px) {
    .toolbar__limiter,
    .toolbar__sorter {
      width: 25%; } }

.sorter__options,
.limiter__options {
  width: 100%;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .toolbar {
    padding: 10px; }
    .toolbar--main {
      border: 1px solid #f1f2f3; }
  .toolbar__sorter {
    padding: 0 10px; }
  .toolbar__amount {
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-right: auto;
    margin-left: 1em; }
  .toolbar__limiter {
    justify-content: flex-end;
    display: flex;
    padding: 0 10px;
    align-items: center; } }

.sidebar-main {
  margin-top: 15px; }

.sidebar__title {
  display: flex;
  align-items: center; }

.filter__options-chevron {
  padding: 0;
  margin-left: auto; }

.filter__options-content {
  padding: 10px 0; }

.filter-option--category {
  display: none; }

.filter-items {
  padding: 0 25px; }

.filter-attributes__list-item {
  margin: 10px 0; }

.filter__actions {
  text-align: right;
  margin: 5px 0; }

.filter-current__items-list {
  display: flex;
  flex-wrap: wrap; }

.filter__option-toggle {
  padding: 10px 0; }
  .filter__option-toggle::after {
    right: 0; }

.active-filter {
  display: flex;
  align-items: center; }

.active-filter__label {
  padding-right: 10px;
  flex-grow: 1; }

.active-filter__remove-btn {
  margin: 0;
  padding: 0;
  align-self: flex-end; }

.close-filter-button,
.filter-button {
  padding: 20px;
  box-shadow: 0 -2px 10px 0 rgba(160, 166, 172, 0.5); }
  .close-filter-button .btn,
  .filter-button .btn {
    margin: 0;
    width: 100%; }

.column.main {
  display: flex;
  flex-direction: column; }

.open-filter-button {
  padding: 15px 0; }
  .open-filter-button .btn {
    margin: 0;
    width: 100%; }

.product-list {
  display: flex;
  flex-wrap: wrap; }

.toolbar {
  order: 1; }
  @media (min-width: 768px) {
    .toolbar {
      order: 0; } }

.filter__options-content {
  overflow-y: auto; }

@media (max-width: 991px) {
  .block.filter.active {
    display: flex;
    flex-direction: column; }
  .block.filter {
    position: "fixed";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 15;
    flex-direction: column; }
  .filter__title {
    justify-content: center; }
  .filter__content {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.125%;
    padding-right: 3.125%;
    overflow-y: auto;
    width: 100%;
    flex-grow: 1; }
    .filter__content:after {
      content: " ";
      display: block;
      clear: both; } }
  @media (max-width: 991px) and (min-width: 480px) {
    .filter__content {
      padding-left: 4.16667%;
      padding-right: 4.16667%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .filter__content {
      padding-left: 5.20833%;
      padding-right: 5.20833%; } }
  @media (max-width: 991px) and (min-width: 1200px) {
    .filter__content {
      padding-left: 3.33333%;
      padding-right: 3.33333%; } }
  @media (max-width: 991px) and (min-width: 1600px) {
    .filter__content {
      padding-left: 5%;
      padding-right: 5%; } }

@media (max-width: 991px) {
  .filter__options-content {
    max-height: 300px; } }

@media (min-width: 992px) {
  .block.filter.active {
    padding-bottom: 100px;
    display: block; }
  body {
    position: initial !important;
    /* stylelint-disable-line declaration-no-important */ }
  .block.filter {
    border-left: 1px solid #f1f2f3;
    border-right: 1px solid #f1f2f3; }
  .open__filter-button {
    display: none; }
  .column.main {
    width: 72.91667%;
    float: right; }
  .sidebar {
    width: 22.91667%;
    float: left; }
  .filter__option-toggle {
    padding-right: 25px;
    padding-left: 25px; }
    .filter__option-toggle::after {
      right: 25px; }
  .filter__actions,
  .filter-current,
  .open-filter-button,
  .close-filter-button,
  .filter-button {
    display: none; } }

.category-tree__title {
  border-left: 5px solid #005eb9;
  color: #005eb9; }

.sidetree-item__content {
  display: none;
  padding-left: 1em; }

[id='sidetree-accordion'] {
  padding: 1em;
  border-left: 1px solid #f1f2f3;
  border-right: 1px solid #f1f2f3; }

.sidetree-item {
  padding: 10px 0; }
  .sidetree-item .sidetree-item__content-inner p {
    padding: 5px 0; }

.js-accordion-item-toggle.is-open {
  font-weight: 700;
  color: #000;
  cursor: pointer; }

.sidetree-item a:hover,
.sidetree-item__content-inner a:hover {
  font-weight: 700;
  color: #000;
  cursor: pointer; }

.sidetree-item.is-open .sidetree-item__toggle,
.sidetree-item__content-inner.is-open .sidetree-item__toggle {
  font-weight: 700;
  color: #000;
  cursor: pointer; }

.sidetree-item.is-open > .sidetree-item__content,
.sidetree-item__content-inner.is-open > .sidetree-item__content {
  display: block; }

.sidetree-item.is-open + .sidetree-item__content,
.sidetree-item__content-inner.is-open + .sidetree-item__content {
  display: block; }

.sidetree-item__content-inner.active {
  font-weight: 700;
  color: #000;
  cursor: pointer; }

.sidebar__title {
  min-height: 50px;
  background: #f1f2f3;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 25px;
  font-family: Ubuntu, sans-serif;
  color: #3c4044;
  font-size: 16px; }
  @media (min-width: 768px) {
    .sidebar__title {
      font-size: 24px; } }
  @media (min-width: 992px) {
    .sidebar__title {
      font-size: 18px; } }

.block.filter {
  background: #fff; }

.filter__option-toggle {
  display: flex;
  align-items: center;
  border-top: 1px solid #f1f2f3;
  cursor: pointer;
  text-transform: uppercase; }

.filter__option-title {
  font-family: Ubuntu, sans-serif;
  color: #3c4044;
  font-size: 14px; }

.filter__options-content {
  transition: all 0.2s ease; }

.filter__options-item.is-toggling-out .filter__options-content {
  transform: rotateX(0deg); }

.filter__options-item.is-toggling-in .filter__options-content,
.filter__options-item.is-toggling-out .filter__options-content {
  overflow-y: hidden; }

.filter__options-item.is-open .filter__options-chevron,
.filter__options-item.is-toggling-in .filter__options-chevron {
  transform: rotateX(180deg); }

.filter__options-chevron {
  transform: rotateX(0deg);
  transition: all 0.2s ease; }

.filter__options-item:last-child .filter__option-toggle,
.filter__options-item.is-open .filter__option-toggle {
  border-bottom: 1px solid #f1f2f3; }

.filter-current__items-list {
  max-height: 100px;
  overflow-y: auto; }

.active-filter {
  background: #005eb9;
  color: #fff;
  margin: 5px;
  padding: 5px 20px;
  border-radius: 20px;
  min-width: 100px; }

.active-filter__remove-btn {
  color: #fff; }

.open-filter-button .btn,
.close-filter-button .btn {
  background-color: #3c4044; }

.filter-button .btn {
  background-color: #d05d15; }

.close-filter-button,
.filter-button {
  box-shadow: 0 -2px 10px 0 rgba(160, 166, 172, 0.5); }

@media (max-width: 991px) {
  .filter__title {
    cursor: pointer; } }

@media (min-width: 992px) {
  .filter__title {
    border-bottom: 2px solid #3c4044; } }
