/* line 2, _toggles.scss */
.toggles {
  padding-left: 0;
  text-align: center;
  list-style: none;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 25px; }
  @media (max-width: 480px) {
    /* line 2, _toggles.scss */
    .toggles {
      height: 32px;
      overflow-x: auto;
      overflow-y: hidden; } }
  /* line 13, _toggles.scss */
  .toggles .toggle-label {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -1px;
    border: 1px solid;
    padding: 0.5rem 1rem;
    color: #2e302f;
    background-color: #fff;
    text-transform: uppercase;
    border-color: #fff #fff #d0d0d0;
    font-size: 16px;
    cursor: pointer; }
    @media (max-width: 480px) {
      /* line 13, _toggles.scss */
      .toggles .toggle-label {
        font-size: 13px;
        padding: 0.5rem 0.7rem; } }
    /* line 28, _toggles.scss */
    .toggles .toggle-label:not(.active) {
      cursor: pointer; }
    /* line 32, _toggles.scss */
    .toggles .toggle-label.active {
      border-color: #d0d0d0 #d0d0d0 #fff; }

/* line 37, _toggles.scss */
.toggle-block {
  display: none;
  opacity: 0;
  transition: opacity 0.15s linear; }

/* line 42, _toggles.scss */
.toggle:checked + .toggle-block {
  display: block;
  opacity: 1; }

@media (max-width: 992px) {
  /* line 4, template_collection.scss */
  ul.breadcrumbs {
    position: absolute;
    visibility: hidden;
    z-index: -1; } }

/* line 11, template_collection.scss */
.catalog {
  position: relative; }
  @media (max-width: 992px) {
    /* line 13, template_collection.scss */
    .catalog h1 {
      position: absolute;
      visibility: hidden;
      z-index: -1; } }

/* line 22, template_collection.scss */
.region-info {
  margin-bottom: 40px; }

/* line 27, template_collection.scss */
.region-text .text-more {
  display: none;
  opacity: 0;
  transition: opacity 0.15s linear; }
/* line 32, template_collection.scss */
.region-text #text-more-toggle:checked + .text-more {
  display: block;
  opacity: 1; }
/* line 36, template_collection.scss */
.region-text .btn {
  display: block;
  max-width: 160px;
  text-align: center;
  padding: 9px 0;
  margin: 0 auto; }

/* line 45, template_collection.scss */
.pagination {
  margin-bottom: 40px; }
  /* line 158, _mixins.scss */
  .pagination:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 480px) {
    /* line 45, template_collection.scss */
    .pagination {
      margin-top: 55px; } }
  /* line 51, template_collection.scss */
  .pagination .page-item {
    float: left; }
    /* line 53, template_collection.scss */
    .pagination .page-item .page-link {
      border: 1px solid #8e8d8d;
      min-width: 30px;
      height: 30px;
      text-align: center;
      padding: 5px;
      font-size: 18px;
      color: #8e8d8d;
      display: block; }
    /* line 65, template_collection.scss */
    .pagination .page-item:hover .page-link, .pagination .page-item.active .page-link {
      color: #000000;
      border: 1px solid #000000; }
    /* line 70, template_collection.scss */
    .pagination .page-item:not(:last-child) {
      margin-right: 10px; }

/* line 76, template_collection.scss */
.catalog-empty {
  font-size: 24px;
  margin: 40px auto;
  text-align: center; }
  /* line 80, template_collection.scss */
  .catalog-empty .btn {
    margin: 30px auto 0;
    display: block;
    font-size: 14px; }

/* line 88, template_collection.scss */
.grid-collections {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-row-gap: 20px;
  justify-content: space-between; }
  /* line 94, template_collection.scss */
  .grid-collections .collection-arrow {
    display: none;
    width: 40px; }
  /* line 99, template_collection.scss */
  .grid-collections .collections-description {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  /* line 105, template_collection.scss */
  .grid-collections .img-block:hover .collection-arrow {
    display: block; }

@media (max-width: 720px) {
  /* line 111, template_collection.scss */
  .grid-collections {
    grid-template-columns: 45% 45%; } }
@media (max-width: 480px) {
  /* line 117, template_collection.scss */
  .grid-collections {
    grid-template-columns: 100%; } }
/* line 122, template_collection.scss */
.img-block {
  display: block;
  overflow: hidden; }

@media (max-width: 1024px) {
  /* line 127, template_collection.scss */
  .product-img {
    width: 100%; }

  /* line 130, template_collection.scss */
  .catalog-list .catalog-item .favorites {
    left: auto;
    right: 4px;
    width: 30px; } }
@media (max-width: 480px) {
  /* line 138, template_collection.scss */
  .selected-filters-title {
    margin-top: 40px; }

  /* line 141, template_collection.scss */
  .selected-filters .selected-filter:not(:last-child) {
    margin-bottom: 10px; }

  /* line 145, template_collection.scss */
  .brands-item {
    margin-right: 10px; } }
