

/* Start:/html/components-template/catalog/style.css?17482872781981*/
.catalog {
  padding-bottom: 80px; }
  .catalog__sections {
    margin-bottom: 32px; }
  .catalog__sections-inner {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    gap: 12px; }
  .catalog__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr); }
  .catalog__more {
    margin-top: 24px;
    max-width: 744px;
    margin-left: auto;
    margin-right: auto; }
    .catalog__more .btn {
      --darkgrey_bg: var(--light, #f4f4f4) var(--dark, #2b2b2b);
      width: 100%;
      background-color: var(--darkgrey_bg);
      color: var(--white_text_black); }
  .catalog__pagination {
    margin-top: 24px; }
  .catalog__info {
    padding: 40px 0 0;
    margin-bottom: 30px;
    color: #666;
    color: var(--lite_basic_text_black); }
    .catalog__info p {
      margin-bottom: 24px; }

.catalog .product-card {
  border: 1px solid #ededed;
  border-color: var(--stroke_black); }

@media (max-width: 1199.75px) {
  .catalog__grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 991.75px) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600.75px) {
  .catalog__sections-inner {
    flex-wrap: nowrap;
    overflow: auto;
    padding: 15px 24px;
    margin: -15px -24px; }
  .catalog .product-card-wrap {
    width: 100%;
    min-width: 100%;
    margin-right: 0 !important; }
  .catalog .product-card__price-new {
    font-size: 1rem; }
  .catalog .product-card__title {
    font-size: .875rem;
    line-height: calc(1em + 7px);
    height: auto !important; }
  .catalog .product-card__actions-inner {
    justify-content: center; }
  .catalog .product-card__btns {
    min-width: 100%;
    margin-bottom: 8px; }
  .catalog .product-card__favourite {
    margin-left: 0; } }

@media (max-width: 450.75px) {
  .catalog__grid {
    gap: 0; }
  .catalog .product-card-wrap:nth-child(2n) {
    margin-left: -1px; }
  .catalog .product-card {
    padding: 8px;
    border-radius: 0; } }

/* End */


/* Start:/html/components-template/catalog-list/style.css?17482872782120*/
.catalog-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  padding-bottom: 80px; }
  .catalog-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
            column-gap: 20px;
    color: #222;
    color: var(--white_text_black);
    border: 1px solid #ededed;
    border-color: var(--stroke_black);
    background: #fff;
    background: var(--card_bg_black);
    border-radius: 9px;
    text-align: center;
    padding: 30px 30px 30px;
    transition: box-shadow 0.4s, color 0.4s; }
    .catalog-list__item:hover {
      box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
      color: #9e9e9e;
      color: var(--fill_dark_lite_hover); }
  .catalog-list__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* height: 117px; */
    height: 97px;
    width: 117px; }
  .catalog-list__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.37;
    text-align: left;
    color: #222;}

@media (max-width: 1199.75px) {
  .catalog-list {
    grid-template-columns: repeat(4, 1fr); }
    .catalog-list__img {
      height: 80px;
      width: 80px; } }

@media (max-width: 991.75px) {
  .catalog-list {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 767.75px) {
  .catalog-list {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600.75px) {
  .catalog-list {
    grid-template-columns: 100%;
    gap: 12px; }
    .catalog-list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
              flex-direction: column;
      padding: 16px 20px;
      text-align: left; }
    .catalog-list__img {
      /* height: 32px;
      width: 32px;
      margin: 0 18px 0 0;  */
    }
    .catalog-list__title {
      font-size: 1rem; } }

/* End */
/* /html/components-template/catalog/style.css?17482872781981 */
/* /html/components-template/catalog-list/style.css?17482872782120 */
