

/* Start:/local/components/zolotopodkova/catalog.smart.filter/templates/custom/style.css?172237114573*/
.filter-dropdown__item label[disabled] {
    color: #f1f1f1 !important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/custom_v4/style.css?17876559178395*/
.anons_cart__available {
  font-family: var(--font-body);
  color: var(--color-text);
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  line-height: 8px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 2;
  opacity: 0;
}

.anons_cart__available:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: -11px;
  top: -1px;
}
.anons_cart__available.in-stock:before {
  background-color: var(--color-green);
}

/*  */
.anons_cart__available,
.anons_cart-yapay {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.anons_cart:hover .anons_cart__available,
.anons_cart:hover .anons_cart-yapay {
  opacity: 1;
  visibility: visible;
}
/* Слайдер */
.anons_cart-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  cursor: pointer;
}

.anons_cart-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s;
}
/* Прогресс-бар */
.anons_cart-line {
  display: flex;
  width: 100%;
  height: 2.5px;
  margin-top: 5px;
}
.anons_cart-line-segment {
  flex: 1;
  height: 100%;
  background: var(--color-neutral);
  transition: background 0.2s;
}
.anons_cart-line-segment.active {
  background: var(--color-main-red, #e31837);
}
/*  */

/*  */
.products-row.products-row_new {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}
.catalog-section_wrapper {
  width: 100%;
}
/*  */

.anons_cart-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.anons_cart-top {
  position: relative;
}

.anons_cart-slider {
  position: relative;
  width: 100%;
  height: 385px;
}

.anons_cart-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: auto;
}

.btn-favourite.js-favorite-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}

.anons_cart-slider img.lazy.loaded {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.anons_cart-name {
  text-align: center;
  font-size: 20px;
  color: var(--color-text);
  margin-bottom: 20px;
}

.anons_cart-price_inner {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  align-items: center;
  width: 80%;
  justify-content: space-between;
  gap: 5px;
  font-size: 24px;
}

.anons_cart-card.btn__new__add {
  display: flex;
  align-items: center;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  background: var(--color-main-red);
  border: none;
  border-radius: 15px;
  padding: 13px 50px;
  color: var(--white-text);
  transition: hover 0.2s;
  width: 80%;
  justify-content: center;
  margin-bottom: 5px;
}

.anons_cart-card.btn__new__add.in-cart {
  background-color: var(--color-neutral);
  color: var(--color-text);
}
.anons_cart-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5px;
  background: var(--color-main-red);
}
.anons_cart-price_dif,
.anons_cart-price_new {
  color: var(--color-main-red);
}
.anons_cart-price_dif {
  font-weight: 600;
}

.price-value_old {
  text-decoration: line-through;
}
.anons_cart-yapay {
  width: 90%;
  margin-left: auto;
}

.anons_cart-price_inner.price-centered {
  justify-content: center;
}

/*  */
.anons_cart {
  transition: box-shadow 0.3s ease;
}

.anons_cart:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
/*  */

.anons_new-tag {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
  background: var(--color-primary);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 3px;
  border-radius: 6px;
  font-size: 14px;
}

@media (max-width: 3000px) {
  .products-row.products-row_new {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
    padding: 0 20px;
  }
  .anons_cart-price_inner {
    font-size: 14px;
    width: 100%;
  }
  .anons_cart-price_new {
    font-size: 20px;
  }
  .anons_cart-card.btn__new__add {
    padding: 10px;
    width: 100%;
  }
  .anons_cart-yapay {
    width: 100%;
  }
  .anons_cart .anons_cart__available {
    opacity: 1;
    visibility: visible;
  }
  .anons_cart-slider {
    height: 300px;
  }
  .anons_cart-bottom {
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
  .products-row.products-row_new {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    padding: 0 10px;
  }
  .anons_cart-price_inner {
    font-size: 12px;
  }
  .anons_cart-price_new {
    font-size: 16px;
  }
  .anons_cart-bottom {
    padding: 0 10px;
  }
  .anons_cart-name {
    margin-bottom: 10px;
  }
  .anons_cart-slider {
    height: 260px;
  }
  .anons_new-tag {
    font-size: 12px;
  }
}
@media (max-width: 999px) {
  .anons_cart-price_inner {
    font-size: 14px;
  }
  .anons_cart-price_new {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .anons_cart-slider {
    height: 350px;
  }
  .anons_cart-bottom {
    width: 90%;
    margin: 0 auto;
    margin-top: auto;
  }
}
@media (max-width: 920px) {
  .anons_cart-slider {
    height: 290px;
  }
  .anons_cart-price_new,
  .anons_cart-name {
    font-size: 14px;
  }
  .anons_cart-price_inner {
    font-size: 10px;
  }
}
@media (max-width: 850px) {
  .anons_cart-slider {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .products-row.products-row_new {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .anons_cart-slider {
    height: 220px;
  }
  .anons_cart-price_new,
  .anons_cart-name {
    font-size: 14px;
  }
  .anons_cart-price_inner {
    font-size: 10px;
  }
}

@media (max-width: 689px) {
  .anons_cart-bottom {
    width: 100%;
  }
  .anons_cart-name {
    font-size: 18px;
  }
  .anons_cart-slider {
    height: 330px;
  }
  .anons_cart-price_new,
  .anons_cart-name {
    font-size: 16px;
  }
  .anons_cart-price_inner {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .anons_cart-slider {
    height: 240px;
  }
  .anons_cart__available {
    font-size: 9px;
  }
  .anons_cart__available:before {
    width: 6px;
    height: 6px;
    left: -10px;
    top: 0px;
  }
  .products-row.products-row_new {
    gap: 10px;
  }
  .anons_cart-price_inner {
    font-size: 14px;
  }
  .anons_cart-name {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .anons_cart-bottom {
    gap: 10px;
  }
  .anons_cart-card.btn__new__add {
    font-size: 14px;
  }
  .anons_cart-price_new {
    font-size: 18px;
  }
  .anons_cart-yapay {
    display: none;
  }
}
@media (max-width: 520px) {
  .anons_cart-price_new,
  .anons_cart-name {
    font-size: 16px;
  }
  .anons_cart-price_inner {
    font-size: 11px;
  }
}

@media (max-width: 450px) {
  .products-row.products-row_new {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  /* .anons_cart-price_old{
  display: none;
} */

  /*  */
  .anons_new-tag {
    top: 20px;
    font-size: 9px;
    left: 8px;
    transform: none;
  }

  .anons_cart-price_old {
    font-size: 10px;
  }
  .anons_cart-price_new,
  .anons_cart-name {
    font-size: 12px;
  }
  .anons_cart-bottom {
    padding: 0;
  }
  /* .anons_cart-price_inner{
  height: 35px;
} */

  /*  */

  .anons_cart-card.btn__new__add {
    padding: 8px;
    font-size: 12px;
  }

  .anons_cart:hover {
    box-shadow: none;
  }
  .anons_cart-price_inner {
    justify-content: center;
    position: relative;
  }
  .anons_cart-price_dif {
    /* position: absolute;
  top: -10px;
  right: 10px; */
    font-weight: 400;
    font-size: 10px;
  }
  .anons_cart-slider {
    height: 200px;
  }
  .anons_cart-price_new {
    font-weight: 600;
  }
}
@media (max-width: 380px) {
  .anons_cart-price_new,
  .anons_cart-name {
    font-size: 12px;
  }
  .anons_cart-bottom {
    gap: 7px;
  }
  .anons_cart-bottom {
    padding: 0;
  }
  .anons_cart-slider {
    height: 170px;
  }
  .anons_cart-card.btn__new__add {
    padding: 8px;
  }
}
@media (max-width: 400px) {
  .anons_cart-price_old {
    font-size: 10px;
  }
  .anons_cart-price_inner {
    gap: 3px;
  }
}

@media (max-width: 350px) {
  .anons_cart-slider {
    height: 155px;
  }
  .products-row.products-row_new {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
  .anons_cart-name {
    font-size: 12px;
  }
}
@media (max-width: 332px) {
  .anons_cart-price_old {
    font-size: 8px;
  }
}

/* End */
/* /local/components/zolotopodkova/catalog.smart.filter/templates/custom/style.css?172237114573 */
/* /local/templates/.default/components/bitrix/catalog.section/custom_v4/style.css?17876559178395 */
