

/* Start:/local/components/smarket/page.catalog.products/templates/.default/style.css?176692172930362*/
@charset "UTF-8";
:root {
  --r: 20px;
  --height: calc(2*var(--r));
  --w: 3px;
}

.mobile-filter-block {
  display: none;
}

#catalogMain .catalog-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#catalogMain .catalog-wrapper .aside {
  flex-direction: column;
  position: sticky;
}
#catalogMain .catalog-wrapper .aside .aside-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: white;
  border: 1px solid var(--color-link);
  border-radius: 10px;
}
#catalogMain .catalog-wrapper .aside .aside-block .block-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: var(--color-link);
  border: 1px solid var(--color-link);
  color: white;
  font-family: "Montserrat Bold";
}
#catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
#catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item {
  background: white;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
#catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item a {
  text-decoration: none;
  color: var(--color-link);
}
#catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item span {
  color: var(--color-link);
}
#catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren span:after {
  font: var(--fa-font-solid);
  content: "\f053";
  position: absolute;
  transform: rotate(90deg);
  transition: all 0.3s;
}
#catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.active, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item:hover, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.current, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.opened {
  background: var(--color-link);
}
#catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.active a, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item:hover a, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.current a, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.opened a {
  color: white;
}
#catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.active span, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item:hover span, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.current span, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.opened span {
  color: white;
}
#catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.active span:after, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item:hover span:after, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.current span:after, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.opened span:after {
  transform: rotate(-90deg);
}
#catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item:not(.opened) + .section-childrens, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item:not(.current) + .section-childrens {
  display: none;
}
#catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.current + .section-childrens, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.opened + .section-childrens {
  display: flex;
}
#catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .section-childrens {
  flex-direction: column;
}
#catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .section-childrens > .category-item-child {
  font-weight: 400;
  background: white;
  color: var(--color-link);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
#catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .section-childrens > .category-item-child.hasChildren:after {
  font: var(--fa-font-solid);
  content: "\f053";
  position: absolute;
}
#catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .section-childrens > .category-item-child.active, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .section-childrens > .category-item-child:hover, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .section-childrens > .category-item-child.current, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .section-childrens > .category-item-child.opened {
  background: #7c7c7c;
  color: white;
}
#catalogMain .catalog-wrapper .aside .aside-block.filters-block .block-items {
  display: flex;
  flex-direction: column;
}
#catalogMain .catalog-wrapper .catalog-products {
  display: flex;
  flex-direction: column;
  background: white;
}
#catalogMain .catalog-wrapper .catalog-products .product-tabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
}
#catalogMain .catalog-wrapper .catalog-products .product-tabs .tabs-item {
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
}
#catalogMain .catalog-wrapper .catalog-products .product-tabs .tabs-item.active {
  background: var(--color-link);
  color: white;
}
#catalogMain .catalog-wrapper .catalog-products .product-tabs .tabs-item:not(.active):hover {
  color: var(--color-link-active);
}
#catalogMain .catalog-wrapper .catalog-products .tabs-content .tab-content-item {
  display: none;
}
#catalogMain .catalog-wrapper .catalog-products .tabs-content .tab-content-item.active {
  display: block;
}
#catalogMain .catalog-wrapper .catalog-products .tabs-content .tab-content-item.active .item-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#catalogMain .catalog-wrapper .catalog-products .tabs-content .tab-content-item.active .item-btns .btn-more {
  width: fit-content;
}
#catalogMain .catalog-wrapper .catalog-products .collections-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#catalogMain .catalog-wrapper .catalog-products .products-list-sort .select-input, #catalogMain .catalog-wrapper .catalog-products .collections-list-sort .select-input {
  display: flex;
  position: relative;
  width: fit-content;
  align-items: center;
}
#catalogMain .catalog-wrapper .catalog-products .products-list-sort .select-input label, #catalogMain .catalog-wrapper .catalog-products .collections-list-sort .select-input label {
  font-family: Montserrat;
}
#catalogMain .catalog-wrapper .catalog-products .products-list-sort .select-input .input-text, #catalogMain .catalog-wrapper .catalog-products .collections-list-sort .select-input .input-text {
  border: 1px solid gray;
  border-radius: 10px;
}
#catalogMain .catalog-wrapper .catalog-products .products-list-sort .select-input .input-text:after, #catalogMain .catalog-wrapper .catalog-products .collections-list-sort .select-input .input-text:after {
  font: var(--fa-font-solid);
  content: "\f053";
  position: absolute;
  transform: rotate(-90deg);
  transition: all 0.3s;
}
#catalogMain .catalog-wrapper .catalog-products .products-list-sort .select-input .dropdown-items, #catalogMain .catalog-wrapper .catalog-products .collections-list-sort .select-input .dropdown-items {
  display: none;
}
#catalogMain .catalog-wrapper .catalog-products .products-list-sort .select-input.active, #catalogMain .catalog-wrapper .catalog-products .collections-list-sort .select-input.active { /* Заменить на active и сделать скрипт */ }
#catalogMain .catalog-wrapper .catalog-products .products-list-sort .select-input.active .input-text, #catalogMain .catalog-wrapper .catalog-products .collections-list-sort .select-input.active .input-text {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#catalogMain .catalog-wrapper .catalog-products .products-list-sort .select-input.active .input-text:after, #catalogMain .catalog-wrapper .catalog-products .collections-list-sort .select-input.active .input-text:after {
  transform: rotate(90deg);
}
#catalogMain .catalog-wrapper .catalog-products .products-list-sort .select-input.active .dropdown-items, #catalogMain .catalog-wrapper .catalog-products .collections-list-sort .select-input.active .dropdown-items {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  background: var(--color-bg-adv);
  border: 1px solid var(--color-text-gray);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#catalogMain .catalog-wrapper .catalog-products .products-list-sort .select-input.active .dropdown-items .dropdown-item, #catalogMain .catalog-wrapper .catalog-products .collections-list-sort .select-input.active .dropdown-items .dropdown-item {
  color: var(--color-link);
}
#catalogMain .catalog-wrapper .catalog-products .products-list-sort .select-input.active .dropdown-items .dropdown-item:hover, #catalogMain .catalog-wrapper .catalog-products .collections-list-sort .select-input.active .dropdown-items .dropdown-item:hover {
  background: var(--color-link);
  color: white;
}
#catalogMain .catalog-wrapper .catalog-products .products-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#catalogMain .catalog-wrapper .catalog-products .products-list .list-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
#catalogMain .catalog-wrapper .catalog-products .products-list .list-wrapper .product-item {
  width: calc(25% - 20px);
}
#catalogMain .catalog-wrapper .catalog-products .products-list .list-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#catalogMain .catalog-wrapper .catalog-products .products-list .list-pagination .btn {
  width: fit-content;
}

@media screen and (min-width: 1400px) {
  #catalogMain {
    margin-top: 20px;
  }
  #catalogMain .catalog-wrapper {
    flex-direction: row;
  }
  #catalogMain .category-menu-mobile {
    display: none;
  }
  #catalogMain .catalog-wrapper {
    gap: 30px;
    margin-bottom: 20px;
  }
  #catalogMain .catalog-wrapper .aside {
    display: flex;
    width: 250px;
    gap: 20px;
    top: 80px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block .block-title {
    padding: 10px;
    font-size: 18px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item {
    padding: 5px 12px;
    font-size: 14px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren span:after {
    width: 15px;
    height: 15px;
    right: 11px;
    top: 9px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren.active span:after, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren:hover span:after, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren.current span:after, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren.opened span:after {
    top: 2px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .section-childrens > .category-item-child {
    padding: 5px 12px 5px 25px;
    font-size: 14px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .section-childrens > .category-item-child.hasChildren:after {
    width: 15px;
    height: 15px;
    left: 11px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filters-block .block-items {
    gap: 10px;
    padding: 10px;
  }
  #catalogMain .catalog-wrapper .catalog-products {
    width: calc(100% - 280px);
    border-radius: 10px;
    padding: 10px;
  }
  #catalogMain .catalog-wrapper .catalog-products .product-tabs .tabs-item {
    padding: 8px 18px;
    font-size: 1.2em;
  }
  #catalogMain .catalog-wrapper .catalog-products .product-tabs .tabs-item .tab-text-adv {
    font-size: 11px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .tab-content-item.active {
    margin-top: 20px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .tab-content-item.active .item-btns {
    margin: 20px auto;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list {
    gap: 20px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort {
    padding-bottom: 20px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input {
    gap: 20px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input label, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input label {
    font-size: 12px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input .input-text, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input .input-text {
    padding: 5px 20px 5px 10px;
    font-size: 14px;
    width: 200px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input .input-text:after, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input .input-text:after {
    width: 15px;
    height: 15px;
    right: 7px;
    top: calc(50% - 11px);
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input.active .input-text:after, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input.active .input-text:after {
    top: 12px;
    right: 11px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input.active .dropdown-items, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input.active .dropdown-items {
    width: 230px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input.active .dropdown-items .dropdown-item, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input.active .dropdown-items .dropdown-item {
    padding: 5px 12px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  #catalogMain {
    margin-top: 20px;
  }
  #catalogMain .category-menu-mobile {
    display: none;
  }
  #catalogMain .catalog-wrapper {
    gap: 30px;
    margin-bottom: 20px;
    flex-direction: row;
  }
  #catalogMain .catalog-wrapper .aside {
    display: flex;
    width: 250px;
    gap: 20px;
    top: 80px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block .block-title {
    padding: 10px;
    font-size: 18px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item {
    padding: 5px 12px;
    font-size: 14px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren span:after {
    width: 15px;
    height: 15px;
    right: 11px;
    top: 9px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren.active span:after, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren:hover span:after, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren.current span:after, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren.opened span:after {
    top: 2px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .section-childrens > .category-item-child {
    padding: 5px 12px 5px 25px;
    font-size: 14px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .section-childrens > .category-item-child.hasChildren:after {
    width: 15px;
    height: 15px;
    left: 11px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filters-block .block-items {
    gap: 10px;
    padding: 10px;
  }
  #catalogMain .catalog-wrapper .catalog-products {
    width: calc(100% - 280px);
    border-radius: 10px;
    padding: 10px;
  }
  #catalogMain .catalog-wrapper .catalog-products .product-tabs .tabs-item {
    padding: 8px 18px;
    font-size: 1.2em;
  }
  #catalogMain .catalog-wrapper .catalog-products .product-tabs .tabs-item .tab-text-adv {
    font-size: 11px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .tab-content-item.active {
    margin-top: 20px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .tab-content-item.active .item-btns {
    margin: 20px auto;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list {
    gap: 20px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort {
    padding-bottom: 20px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input {
    gap: 20px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input label, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input label {
    font-size: 12px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input .input-text, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input .input-text {
    padding: 5px 20px 5px 10px;
    font-size: 14px;
    width: 200px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input .input-text:after, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input .input-text:after {
    width: 15px;
    height: 15px;
    right: 7px;
    top: calc(50% - 11px);
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input.active .input-text:after, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input.active .input-text:after {
    top: 12px;
    right: 11px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input.active .dropdown-items, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input.active .dropdown-items {
    width: 230px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input.active .dropdown-items .dropdown-item, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input.active .dropdown-items .dropdown-item {
    padding: 5px 12px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  #catalogMain {
    margin-top: 20px;
  }
  #catalogMain .category-menu-mobile {
    display: none;
  }
  #catalogMain .catalog-wrapper {
    gap: 30px;
    margin-bottom: 20px;
    flex-direction: row;
  }
  #catalogMain .catalog-wrapper .aside {
    display: flex;
    width: 250px;
    gap: 20px;
    top: 80px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block .block-title {
    padding: 10px;
    font-size: 18px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item {
    padding: 5px 12px;
    font-size: 14px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren span:after {
    width: 15px;
    height: 15px;
    right: 11px;
    top: 9px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren.active span:after, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren:hover span:after, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren.current span:after, #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .category-item.hasChildren.opened span:after {
    top: 2px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .section-childrens > .category-item-child {
    padding: 5px 12px 5px 25px;
    font-size: 14px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filter-category-block .block-items > .section-childrens > .category-item-child.hasChildren:after {
    width: 15px;
    height: 15px;
    left: 11px;
  }
  #catalogMain .catalog-wrapper .aside .aside-block.filters-block .block-items {
    gap: 10px;
    padding: 10px;
  }
  #catalogMain .catalog-wrapper .catalog-products {
    width: calc(100% - 280px);
    border-radius: 10px;
    padding: 10px;
  }
  #catalogMain .catalog-wrapper .catalog-products .product-tabs .tabs-item {
    padding: 8px 18px;
    font-size: 1.2em;
  }
  #catalogMain .catalog-wrapper .catalog-products .product-tabs .tabs-item .tab-text-adv {
    font-size: 11px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .tab-content-item.active {
    margin-top: 20px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .tab-content-item.active .item-btns {
    margin: 20px auto;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list {
    gap: 20px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort {
    padding-bottom: 20px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input {
    gap: 20px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input label, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input label {
    font-size: 12px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input .input-text, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input .input-text {
    padding: 5px 20px 5px 10px;
    font-size: 14px;
    width: 200px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input .input-text:after, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input .input-text:after {
    width: 15px;
    height: 15px;
    right: 7px;
    top: calc(50% - 11px);
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input.active .input-text:after, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input.active .input-text:after {
    top: 12px;
    right: 11px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input.active .dropdown-items, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input.active .dropdown-items {
    width: 230px;
  }
  #catalogMain .catalog-wrapper .catalog-products .tabs-content .products-list-sort .select-input.active .dropdown-items .dropdown-item, #catalogMain .catalog-wrapper .catalog-products .tabs-content .collections-list-sort .select-input.active .dropdown-items .dropdown-item {
    padding: 5px 12px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #catalogMain .category-menu-mobile {
    display: none;
  }
  #catalogMain .catalog-wrapper {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    margin-top: 20px !important;
  }
  #breadcrumbs {
    display: none;
  }
  .mobile-filter-block.active {
    display: block;
    z-index: 100;
    background: var(--color-bg-adv);
    width: calc(100% - 20px);
    padding: 10px;
    height: 100vh;
    position: absolute;
    top: 0;
  }
  .mobile-filter-block.active .block-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: calc(100% - 20px);
    justify-content: space-between;
    gap: 10px;
  }
  .mobile-filter-block.active .block-wrapper .mobile-filter-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 20px;
    height: 20px;
  }
  .mobile-filter-block.active .block-wrapper .mobile-filter-close:before, .mobile-filter-block.active .block-wrapper .mobile-filter-close:after {
    position: absolute;
    content: " ";
    top: 10px;
    height: 2px;
    width: 20px;
    background-color: #333;
    border-radius: calc(var(--w) / 2);
  }
  .mobile-filter-block.active .block-wrapper .mobile-filter-close:before {
    transform: rotate(45deg);
  }
  .mobile-filter-block.active .block-wrapper .mobile-filter-close:after {
    transform: rotate(-45deg);
  }
  .mobile-filter-block.active .block-wrapper .mobile-filter-title {
    font-size: 16px;
    font-weight: 600;
  }
  .mobile-filter-block.active .block-wrapper .mobile-filter-clear {
    font-size: 9px;
    text-decoration: underline;
    color: var(--color-link-active);
  }
  .mobile-filter-block.active .block-wrapper .filter-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
  }
  .mobile-filter-block.active .block-wrapper #filterApply {
    margin-top: auto;
  }
  #catalogMain .catalog-wrapper {
    flex-direction: column;
  }
  #catalogMain .category-menu-mobile {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #catalogMain .category-menu-mobile .btn {
    font-size: 12px;
  }
  #catalogMain .aside {
    display: none !important;
  }
  #catalogMain .catalog-products {
    width: 100% !important;
  }
  #catalogMain .catalog-products .product-tabs .tabs-item {
    padding: 6px 8px;
    font-size: 11px;
  }
  #catalogMain .catalog-products .product-tabs .tabs-item .tab-text-adv {
    font-size: 8px;
  }
  #catalogMain .catalog-products .tabs-content .tab-content-item.active {
    margin-top: 0;
    padding: 10px;
  }
  #catalogMain .catalog-products .tabs-content .tab-content-item.active .item-btns {
    margin: 20px auto;
  }
  #catalogMain .catalog-products .tabs-content .collections-list {
    gap: 10px;
  }
  #catalogMain .catalog-products .tabs-content .products-list .list-wrapper {
    gap: 10px;
  }
  #catalogMain .catalog-products .tabs-content .products-list .list-wrapper .product-item {
    width: calc(50% - 5px);
  }
  #catalogMain .catalog-products .tabs-content .products-list-sort, #catalogMain .catalog-products .tabs-content .collections-list-sort {
    padding-bottom: 20px;
  }
  #catalogMain .catalog-products .tabs-content .products-list-sort .select-input, #catalogMain .catalog-products .tabs-content .collections-list-sort .select-input {
    gap: 10px;
  }
  #catalogMain .catalog-products .tabs-content .products-list-sort .select-input label, #catalogMain .catalog-products .tabs-content .collections-list-sort .select-input label {
    font-size: 12px;
  }
  #catalogMain .catalog-products .tabs-content .products-list-sort .select-input .input-text, #catalogMain .catalog-products .tabs-content .collections-list-sort .select-input .input-text {
    padding: 5px 20px 5px 10px;
    font-size: 12px;
    width: 100px;
  }
  #catalogMain .catalog-products .tabs-content .products-list-sort .select-input .input-text:after, #catalogMain .catalog-products .tabs-content .collections-list-sort .select-input .input-text:after {
    width: 15px;
    height: 15px;
    right: 7px;
    top: calc(50% - 11px);
  }
  #catalogMain .catalog-products .tabs-content .products-list-sort .select-input.active .input-text:after, #catalogMain .catalog-products .tabs-content .collections-list-sort .select-input.active .input-text:after {
    top: 12px;
    right: 11px;
  }
  #catalogMain .catalog-products .tabs-content .products-list-sort .select-input.active .dropdown-items, #catalogMain .catalog-products .tabs-content .collections-list-sort .select-input.active .dropdown-items {
    width: 130px;
  }
  #catalogMain .catalog-products .tabs-content .products-list-sort .select-input.active .dropdown-items .dropdown-item, #catalogMain .catalog-products .tabs-content .collections-list-sort .select-input.active .dropdown-items .dropdown-item {
    padding: 5px 12px;
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/include/styles/products.css?177322339326265*/
.swiper-slide .product-item-wrapper, .product-item .product-item-wrapper {
  border: 1px solid #ccc;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiper-slide .product-item-wrapper .product-item-image, .product-item .product-item-wrapper .product-item-image {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0;
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper, .product-item .product-item-wrapper .product-item-image .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions {
  position: absolute;
  display: flex;
  flex-direction: column;
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid var(--color-link);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite:after {
  position: absolute;
  content: "";
  background: url("/local/images/heart_empty.svg");
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite:hover:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite:hover:after {
  background: url("/local/images/heart_empty_hover.svg");
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite.active:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite.active:after {
  background: url("/local/images/heart.svg");
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite.active:hover:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite.active:hover:after {
  background: url("/local/images/heart_hover.svg");
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid var(--color-link);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare:after {
  position: absolute;
  content: "";
  background: url("/local/images/arrows.svg");
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare:hover, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare:hover {
  border: 1px solid var(--color-link-active);
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare:hover:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare:hover:after {
  background: url("/local/images/arrows_active.svg");
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare.active:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare.active:after {
  background: url("/local/images/arrows_active.svg");
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare.active:hover, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare.active:hover {
  border: 1px solid var(--color-link-active);
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare.active:hover:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare.active:hover:after {
  background: url("/local/images/arrows_active.svg");
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .slides-specials, .product-item .product-item-wrapper .product-item-image .image-wrapper .slides-specials {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon, .product-item .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon {
  font-family: "Montserrat Bold";
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon.sp-hit, .product-item .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon.sp-hit {
  background: red;
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon.sp-new, .product-item .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon.sp-new {
  background: blue;
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon.sp-sale, .product-item .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon.sp-sale {
  background: green;
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper img, .product-item .product-item-wrapper .product-item-image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper img.image-item, .product-item .product-item-wrapper .product-item-image .image-wrapper img.image-item {
  display: block;
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper img.image-item:not(.active), .product-item .product-item-wrapper .product-item-image .image-wrapper img.image-item:not(.active) {
  display: none;
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-brand, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-brand {
  position: absolute;
  z-index: 2;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  border: 1px solid gray;
  padding: 5px;
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value {
  height: inherit;
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.8901960784);
}
.swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value img, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value img {
  object-fit: cover;
}
.swiper-slide .product-item-wrapper .product-name, .product-item .product-item-wrapper .product-name {
  font-weight: 600;
  text-decoration: none;
  color: var(--color-link);
}
.swiper-slide .product-item-wrapper .product-name:hover, .product-item .product-item-wrapper .product-name:hover {
  color: var(--color-link-hover);
}
.swiper-slide .product-item-wrapper .text-title, .product-item .product-item-wrapper .text-title {
  color: #333333;
}
.swiper-slide .product-item-wrapper .product-article, .product-item .product-item-wrapper .product-article {
  margin-top: auto;
}
.swiper-slide .product-item-wrapper .product-props .text-value, .product-item .product-item-wrapper .product-props .text-value {
  position: relative;
}
.swiper-slide .product-item-wrapper .product-props .text-value img, .product-item .product-item-wrapper .product-props .text-value img {
  height: 100%;
  object-fit: cover;
}
.swiper-slide .product-item-wrapper .product-props a, .product-item .product-item-wrapper .product-props a {
  color: var(--color-link);
  text-decoration: none;
}
.swiper-slide .product-item-wrapper .product-props a:hover, .product-item .product-item-wrapper .product-props a:hover {
  color: var(--color-link-hover);
}
.swiper-slide .product-item-wrapper .product-price, .product-item .product-item-wrapper .product-price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 5px;
  margin-bottom: 10px;
}
.swiper-slide .product-item-wrapper .product-price .price-block, .product-item .product-item-wrapper .product-price .price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.swiper-slide .product-item-wrapper .product-price .price-block .old-price, .product-item .product-item-wrapper .product-price .price-block .old-price {
  color: #ccc;
  font-weight: 600;
}
.swiper-slide .product-item-wrapper .product-price .price-block .new-price, .product-item .product-item-wrapper .product-price .price-block .new-price {
  color: black;
  font-weight: 600;
}
.swiper-slide .product-item-wrapper .buy-block, .product-item .product-item-wrapper .buy-block {
  display: flex;
}

@media screen and (min-width: 1400px) {
  .swiper-slide .product-item-wrapper, .product-item .product-item-wrapper {
    border-radius: 10px;
    padding: 10px;
    height: calc(100% - 22px);
  }
  .swiper-slide .product-item-wrapper .product-item-image, .product-item .product-item-wrapper .product-item-image {
    padding-top: 60%;
    border-radius: 10px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions {
    top: 10px;
    gap: 10px;
    left: 10px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite {
    width: 20px;
    height: 20px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite:after {
    height: 15px;
    width: 15px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare {
    width: 20px;
    height: 20px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare:after {
    height: 10px;
    width: 10px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .slides-specials, .product-item .product-item-wrapper .product-item-image .image-wrapper .slides-specials {
    top: 10px;
    gap: 5px;
    right: 0;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon, .product-item .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon {
    font-size: 12px;
    padding: 3px 5px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-brand, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-brand {
    max-height: 40px;
    bottom: 10px;
    left: 10px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value img, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value img {
    max-height: 40px;
  }
  .swiper-slide .product-item-wrapper .product-name, .product-item .product-item-wrapper .product-name {
    margin-top: 10px;
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  .swiper-slide .product-item-wrapper .text-title, .product-item .product-item-wrapper .text-title {
    font-size: 0.8em;
  }
  .swiper-slide .product-item-wrapper .product-props .text-value, .product-item .product-item-wrapper .product-props .text-value {
    max-height: 40px;
  }
  .swiper-slide .product-item-wrapper .product-price, .product-item .product-item-wrapper .product-price {
    margin-top: 15px;
  }
  .swiper-slide .product-item-wrapper .product-price .old-price, .product-item .product-item-wrapper .product-price .old-price {
    font-size: 0.9em;
  }
  .swiper-slide .product-item-wrapper .product-price .new-price, .product-item .product-item-wrapper .product-price .new-price {
    font-size: 1.8em;
  }
  .swiper-slide .product-item-wrapper .product-price .price-amount, .product-item .product-item-wrapper .product-price .price-amount {
    font-size: 13px;
  }
  .swiper-slide .product-item-wrapper .buy-block, .product-item .product-item-wrapper .buy-block {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1399px) {
  .swiper-slide .product-item-wrapper, .product-item .product-item-wrapper {
    border-radius: 10px;
    padding: 10px;
    height: calc(100% - 22px);
  }
  .swiper-slide .product-item-wrapper .product-item-image, .product-item .product-item-wrapper .product-item-image {
    padding-top: 80%;
    border-radius: 10px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions {
    top: 10px;
    gap: 10px;
    left: 10px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite {
    width: 20px;
    height: 20px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite:after {
    height: 15px;
    width: 15px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare {
    width: 20px;
    height: 20px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare:after {
    height: 10px;
    width: 10px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .slides-specials, .product-item .product-item-wrapper .product-item-image .image-wrapper .slides-specials {
    top: 10px;
    gap: 5px;
    right: 0;
    padding: 0;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon, .product-item .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon {
    font-size: 12px;
    padding: 3px 5px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-brand, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-brand {
    max-height: 30px;
    bottom: 10px;
    left: 10px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value {
    padding: 0;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value img, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value img {
    max-height: 30px;
    opacity: 0.7;
  }
  .swiper-slide .product-item-wrapper .product-name, .product-item .product-item-wrapper .product-name {
    margin-top: 10px;
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  .swiper-slide .product-item-wrapper .text-title, .product-item .product-item-wrapper .text-title {
    font-size: 0.8em;
  }
  .swiper-slide .product-item-wrapper .product-props .text-value, .product-item .product-item-wrapper .product-props .text-value {
    max-height: 40px;
  }
  .swiper-slide .product-item-wrapper .product-price .old-price, .product-item .product-item-wrapper .product-price .old-price {
    margin-top: 15px;
    font-size: 0.9em;
  }
  .swiper-slide .product-item-wrapper .product-price .new-price, .product-item .product-item-wrapper .product-price .new-price {
    font-size: 1.8em;
  }
  .swiper-slide .product-item-wrapper .product-price .price-amount, .product-item .product-item-wrapper .product-price .price-amount {
    font-size: 13px;
  }
  .swiper-slide .product-item-wrapper .buy-block, .product-item .product-item-wrapper .buy-block {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) {
  .swiper-slide .product-item-wrapper, .product-item .product-item-wrapper {
    border-radius: 10px;
    padding: 10px;
    height: calc(100% - 22px);
  }
  .swiper-slide .product-item-wrapper .product-item-image, .product-item .product-item-wrapper .product-item-image {
    padding-top: 80%;
    border-radius: 10px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions {
    top: 10px;
    gap: 10px;
    left: 10px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite {
    width: 20px;
    height: 20px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite:after {
    height: 15px;
    width: 15px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare {
    width: 20px;
    height: 20px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare:after {
    height: 10px;
    width: 10px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .slides-specials, .product-item .product-item-wrapper .product-item-image .image-wrapper .slides-specials {
    top: 10px;
    gap: 5px;
    right: 0;
    padding: 0;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon, .product-item .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon {
    font-size: 11px;
    padding: 3px 5px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-brand, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-brand {
    max-height: 30px;
    bottom: 10px;
    left: 10px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value {
    padding: 5px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value img, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value img {
    max-height: 30px;
  }
  .swiper-slide .product-item-wrapper .product-name, .product-item .product-item-wrapper .product-name {
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .swiper-slide .product-item-wrapper .text-title, .product-item .product-item-wrapper .text-title {
    font-size: 0.8em;
  }
  .swiper-slide .product-item-wrapper .product-props .text-value, .product-item .product-item-wrapper .product-props .text-value {
    max-height: 40px;
  }
  .swiper-slide .product-item-wrapper .product-price .old-price, .product-item .product-item-wrapper .product-price .old-price {
    font-size: 0.9em;
  }
  .swiper-slide .product-item-wrapper .product-price .new-price, .product-item .product-item-wrapper .product-price .new-price {
    font-size: 24px;
  }
  .swiper-slide .product-item-wrapper .btn, .product-item .product-item-wrapper .btn {
    padding: 4px 10px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide .product-item-wrapper, .product-item .product-item-wrapper {
    border-radius: 10px;
    padding: 10px;
    height: calc(100% - 22px);
  }
  .swiper-slide .product-item-wrapper .product-item-image, .product-item .product-item-wrapper .product-item-image {
    padding-top: 80%;
    border-radius: 10px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions {
    top: 5px;
    gap: 5px;
    left: 5px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite {
    width: 15px;
    height: 15px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-favorite:after {
    height: 10px;
    width: 10px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare {
    width: 15px;
    height: 15px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare:after, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-actions .to-compare:after {
    height: 7px;
    width: 7px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .slides-specials, .product-item .product-item-wrapper .product-item-image .image-wrapper .slides-specials {
    top: 5px;
    gap: 5px;
    right: 0;
    padding: 3px 5px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon, .product-item .product-item-wrapper .product-item-image .image-wrapper .slides-specials .sp-icon {
    font-size: 8px;
    padding: 3px 5px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-brand, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-brand {
    max-height: 20px;
    width: 60%;
    bottom: 5px;
    left: 5px;
    padding: 0;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value {
    max-height: 20px;
  }
  .swiper-slide .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value img, .product-item .product-item-wrapper .product-item-image .image-wrapper .product-brand .text-value img {
    max-height: 20px;
    max-width: 100%;
    object-fit: cover;
  }
  .swiper-slide .product-item-wrapper .product-name, .product-item .product-item-wrapper .product-name {
    margin-top: 5px;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .swiper-slide .product-item-wrapper .text-title, .product-item .product-item-wrapper .text-title {
    font-size: 9px;
  }
  .swiper-slide .product-item-wrapper .product-article, .product-item .product-item-wrapper .product-article {
    line-height: 1;
  }
  .swiper-slide .product-item-wrapper .product-article .text-title, .product-item .product-item-wrapper .product-article .text-title {
    font-size: 8px;
  }
  .swiper-slide .product-item-wrapper .product-article .text-value, .product-item .product-item-wrapper .product-article .text-value {
    font-size: 9px;
  }
  .swiper-slide .product-item-wrapper .product-props, .product-item .product-item-wrapper .product-props {
    line-height: 1;
  }
  .swiper-slide .product-item-wrapper .product-props .text-title, .product-item .product-item-wrapper .product-props .text-title {
    font-size: 8px;
  }
  .swiper-slide .product-item-wrapper .product-props .text-value, .product-item .product-item-wrapper .product-props .text-value {
    max-height: 40px;
    font-size: 9px;
  }
  .swiper-slide .product-item-wrapper .product-props a, .product-item .product-item-wrapper .product-props a {
    font-size: 9px;
  }
  .swiper-slide .product-item-wrapper .product-price, .product-item .product-item-wrapper .product-price {
    margin-top: 10px;
  }
  .swiper-slide .product-item-wrapper .product-price .old-price, .product-item .product-item-wrapper .product-price .old-price {
    font-size: 8px;
  }
  .swiper-slide .product-item-wrapper .product-price .new-price, .product-item .product-item-wrapper .product-price .new-price {
    font-size: 13px;
  }
  .swiper-slide .product-item-wrapper .product-price .price-amount, .product-item .product-item-wrapper .product-price .price-amount {
    font-size: 9px;
  }
  .swiper-slide .product-item-wrapper .buy-block, .product-item .product-item-wrapper .buy-block {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .swiper-slide .product-item-wrapper .buy-block .btn, .product-item .product-item-wrapper .buy-block .btn {
    width: calc(100% - 20px);
    text-align: center;
    font-size: 10px;
    justify-content: center;
  }
}

/*# sourceMappingURL=products.css.map */

/* End */


/* Start:/local/include/styles/collections.css?17668055414983*/
.collection-item {
  position: relative;
}
.collection-item .item-wrapper {
  border-radius: 10px;
  background: white;
  position: relative;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #eee;
}
.collection-item .item-wrapper:hover {
  box-shadow: 0px 5px 30px rgba(34, 34, 34, 0.1);
}
.collection-item .item-wrapper .item-image {
  width: 100%;
  height: 0;
  position: relative;
}
.collection-item .item-wrapper .item-image .item-image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.collection-item .item-wrapper .item-image .item-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.collection-item .item-wrapper .item-image .item-image-wrapper img.image-item {
  display: block;
}
.collection-item .item-wrapper .item-image .item-image-wrapper img.image-item:not(.active) {
  display: none;
}
.collection-item .item-wrapper .item-image .product-brand {
  position: absolute;
  z-index: 2;
  width: fit-content;
  opacity: 0.7;
}
.collection-item .item-wrapper .item-image .product-brand:hover {
  opacity: 1;
}
.collection-item .item-wrapper .item-image .product-brand .text-value {
  height: inherit;
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.8901960784);
}
.collection-item .item-wrapper .item-image .product-brand .text-value img {
  width: auto;
  object-fit: cover;
}
.collection-item .item-wrapper .item-image .badges {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.collection-item .item-wrapper .item-image .badges .badge {
  padding: 5px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: white;
}
.collection-item .item-wrapper .item-image .badges .badge.badge-new {
  background: darkgreen;
}
.collection-item .item-wrapper .item-name {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  color: var(--color-link);
}
.collection-item .item-wrapper .item-name:hover {
  color: var(--color-link-hover);
}
.collection-item .item-wrapper .item-price .price-value {
  font-size: 16px;
  font-weight: 600;
}
.collection-item .item-wrapper .item-price .price-measure {
  font-size: 13px;
  font-weight: 400;
}

@media screen and (min-width: 1400px) {
  .collection-item {
    width: calc(20% - 16px);
  }
  .collection-item .item-wrapper {
    padding: 10px;
    gap: 20px;
    height: calc(100% - 22px);
  }
  .collection-item .item-wrapper .item-image {
    padding-top: 70%;
  }
  .collection-item .item-wrapper .item-image .product-brand {
    height: 40px;
    bottom: 20px;
    left: 10px;
  }
  .collection-item .item-wrapper .item-image .product-brand img {
    max-height: 40px;
  }
}
@media screen and (max-width: 1399px) {
  .collection-item {
    width: calc(20% - 16px);
  }
  .collection-item .item-wrapper {
    padding: 10px;
    gap: 20px;
    height: calc(100% - 22px);
  }
  .collection-item .item-wrapper .item-image {
    padding-top: 70%;
  }
}
@media screen and (max-width: 1199px) {
  .collection-item {
    width: calc(20% - 16px);
  }
  .collection-item .item-wrapper {
    padding: 10px;
    gap: 20px;
  }
  .collection-item .item-wrapper .item-image {
    padding-top: 70%;
  }
  .collection-item .item-wrapper .item-image .product-brand {
    height: 40px;
    bottom: 20px;
    left: 10px;
  }
  .collection-item .item-wrapper .item-image .product-brand img {
    max-height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .collection-item {
    width: calc(50% - 16px);
  }
  .collection-item .item-wrapper {
    padding: 10px;
    gap: 10px;
  }
  .collection-item .item-wrapper .item-image {
    padding-top: 70%;
  }
  .collection-item .item-wrapper .item-image .product-brand {
    height: 30px;
    bottom: 10px;
    left: 10px;
  }
  .collection-item .item-wrapper .item-image .product-brand img {
    max-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .collection-item {
    width: calc(50% - 5px);
  }
  .collection-item .item-wrapper {
    padding: 10px;
    gap: 10px;
  }
  .collection-item .item-wrapper .item-image {
    padding-top: 70%;
  }
  .collection-item .item-wrapper .item-image .badges {
    gap: 5px;
    top: 10px;
  }
  .collection-item .item-wrapper .item-image .badges .badge {
    padding: 3px 5px;
    font-size: 8px;
  }
  .collection-item .item-wrapper .item-image .product-brand {
    max-height: 30px;
    max-width: 50%;
    bottom: 10px;
    left: 10px;
    height: unset;
  }
  .collection-item .item-wrapper .item-image .product-brand img {
    max-height: 30px;
    max-width: 100%;
    object-fit: cover;
    height: unset;
  }
  .collection-item .item-wrapper .item-name {
    font-size: 11px;
  }
}

/*# sourceMappingURL=collections.css.map */

/* End */


/* Start:/local/components/decode/breadcrumbs/templates/.default/style.css?1764856698694*/
#breadcrumbs {
  background: #f4f4f4;
  padding: 20px 0;
}
#breadcrumbs .items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
#breadcrumbs .items .item {
  text-decoration: none;
  color: var(--color-link);
  transition: all 0.3s;
  position: relative;
}
#breadcrumbs .items .item:not(.last):hover {
  color: var(--color-link-hover);
  transition: all 0.3s;
}
#breadcrumbs .items .item:not(.last):after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border: 2px solid #666;
  border-left: 0;
  border-top: 0;
  transform: rotate(-45deg);
  top: 7px;
  right: -12px;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/smarket/page.catalog.products/templates/.default/style.css?176692172930362 */
/* /local/include/styles/products.css?177322339326265 */
/* /local/include/styles/collections.css?17668055414983 */
/* /local/components/decode/breadcrumbs/templates/.default/style.css?1764856698694 */
