

/* Start:/local/templates/polymax_copy/components/bitrix/catalog/plmx_new/style.css?1747832415977*/
.bx-filter .btn-themes {
  color: #fff;
  background-color: #b3c535;
  border: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 4px;
  border-color: #b3c535;
  box-shadow: 0px 8px 8px -4px rgb(89 99 18/16%), inset 0px -2px 0px rgb(0 0 0/15%);
}
.bx-filter input.btn-link {
  background: #f0f3d7;
  color: #b3c535;
  border-radius: 4px;
}

.tag_img {
  width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
}

.shop-cat-buy-popup .view::before {
  left: 17% !important;
}

.shop-cat-buy-popup li.color-selected {
  border: 2px solid #fff;
  box-shadow: 0px 0px 10.4px 1px color-mix(in srgb, currentColor 60%, transparent);
}

.shop-cat-buy-popup li.size-selected {
  filter: drop-shadow(0px 0px 7.1px #b3c535);
}

.popup-window-content {
  background-color: unset !important;
}

/* End */


/* Start:/bitrix/components/polymax/catalog.section.list/templates/.default/style.css?17459127804753*/
.main-block_ {
  padding-left: 30px;
  padding-right: 30px;
}
.container_ {
  padding-left: 15px;
  padding-right: 15px;
}
.flex-product-section {
  position: relative;

  padding: 20px;

  background: #ffffff;
  border: 1px solid #e0e0e0;

  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
}

.flex-product-row {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  max-height: unset;
}

@media (min-width: 768px) {
  .flex-product-row {
    flex-flow: column wrap;
    display: flex;
    align-content: space-between;
    height: 800px;
  }
  .catalog__card {
    width: 48%;
  }
}

@media (min-width: 1400px) {
  .flex-product-row {
    height: 600px;
  }
  .catalog__card:nth-child(3n + 1) {
    order: 1;
  }
  .catalog__card:nth-child(3n + 2) {
    order: 2;
  }
  .catalog__card:nth-child(3n) {
    order: 3;
  }
}

.catalog h2.bx_sitemap_li_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #272727;
  margin-bottom: 16px;
  position: relative;
  padding-left: 32px;
}
.catalog h3.bx_sitemap_li_title {
  font-style: normal;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #272727;
}
.catalog h3.bx_sitemap_li_title span {
  color: #999;
}
.catalog .flex-product-row ul {
  padding-left: 32px;
}
.bx_sitemap_li_title a {
  line-height: 24px;
  transition: all 0.3s;
  text-decoration: none;
}
.bx_sitemap_li_title a:hover {
  color: #b3c535;
}
.bx_sitemap_li_title img {
  width: auto;
  max-width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
}

/* NEW STYLES */

.flex-product-row {
  gap: 19px;
}

.catalog__card {
  font-size: 16px;
  line-height: 20px;
  padding: 22px 25px 9px 16px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 4%);
  color: #272727;

  position: relative;
  height: fit-content;
}

@media (min-width: 1400px) {
  .catalog__card {
    width: 32%;
  }
}

.catalog__card span {
  transition: color 0.3s;
}

.catalog__card .catalog__card-title span.catalog__item-count {
  transition: color 0.32s;
}

.catalog__card a {
  text-decoration: none;
}

.catalog__card-title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.catalog__card-title-wrap {
  margin-bottom: 19px !important;
}

.catalog__card-title img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.catalog__item-dropdown {
  display: none;
  cursor: pointer;
  width: 44px;

  width: 100%;
  height: 50px;
  position: absolute;
  margin-left: -16px;
}

.catalog__item-dropdown img {
  position: absolute;
  right: 17px;
  top: 50%;
  top: calc(50% - 4px);
}

.catalog__card_open .catalog__item-dropdown img {
  transform: rotateX(180deg);
}

.catalog__card {
  position: relative;
}

div.catalog__card span {
  font-size: 16px;
}

.catalog__card-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.catalog__card-items {
  padding-left: 0 !important;
}

.catalog__card-item {
  padding: 14px 0 12px;
  border-top: 1px solid #d9d9d9;
}

.catalog__card-item h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.catalog__card-item a,
.catalog__card-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 23px;
}

.catalog__card-item a:hover * {
  color: #b3c535;
}

.catalog__card-item:first-child h3 {
  /*  font-weight: 700;*/
}

.catalog__card-item:last-child {
  padding-bottom: 12px;
}
.catalog__item-count {
  color: #999999;
  margin-left: 5px;
}

.catalog__card .catalog__card-title .catalog__item-count {
  transition: opacity 0.2s;
  opacity: 1;
}

.catalog__card-item-all {
  display: none;
}

@media (min-width: 569px) {
  .catalog__card-title-wrap:hover span {
    color: #b3c535;
  }
}

@media (max-width: 568px) {
  .catalog__card-items {
    height: 0;
    visibility: hidden;
    transition: margin 0.3s;
  }

  .catalog__card_open .catalog__card-items {
    margin-top: 19px;
    height: 100%;
    visibility: visible;
  }

  .catalog__item-dropdown {
    display: inline;
  }

  .catalog__card {
    padding: 15px 17px 15px 16px;
  }
  .catalog__card-title {
    padding-right: 40px;
  }
  .catalog__card-title-wrap {
    margin-bottom: 0 !important;
  }
  .catalog__title-count {
    margin-left: 0;
  }

  .catalog__card-item-all {
    display: block;
  }

  .catalog__card-item-all span.catalog__item-count {
    transition: color 0.32s;
  }

  .catalog__card-item-all h3 {
    font-weight: 500;
  }

  .catalog__card_open .catalog__card-title .catalog__item-count {
    opacity: 0;
  }
}

/* End */
/* /local/templates/polymax_copy/components/bitrix/catalog/plmx_new/style.css?1747832415977 */
/* /bitrix/components/polymax/catalog.section.list/templates/.default/style.css?17459127804753 */
