/* utils */
/*@function mobileLess($min, $max) {
  @return clamp($min * 1px, calc(($max - $min) * ((100vw - 375px) / (1280 - 375)) + $min * 1px), $max * 1px);
}

@function mobileMore($min, $max) {
  @return clamp($min * 1px, calc($max * 1px - ($max - $min) * ((100vw - 375px) / (1280 - 375))), $max * 1px);
}*/
.talisman-products .product-block-title {
  font-size: clamp(28px, 8 * (100vw - 375px) / 905 + 28px, 36px);
  line-height: 110%;
  font-family: var(--second-family);
  text-transform: uppercase;
}
.talisman-products .product-block-title.title-center {
  text-align: center;
}
.talisman-products .product-block-row {
  margin-bottom: clamp(44px, -12 * (100vw - 375px) / 905 + 44px, 32px);
}
.talisman-products .product-block-row .block-product-filters-wrap {
  width: 613px;
  max-width: 100%;
}
.talisman-products .product-block-row .block-product-filters-wrap .block-product-filters .swiper-slide {
  width: auto;
}
.talisman-products .product-block-row .block-product-filters-wrap .block-product-filters .swiper-slide span {
  color: rgba(10, 34, 64, 0.5);
  transition: var(--time-function);
  font-family: var(--second-family);
  font-size: clamp(12px, 2 * (100vw - 375px) / 905 + 12px, 14px);
  line-height: 100%;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 0;
}
.talisman-products .product-block-row .block-product-filters-wrap .block-product-filters .swiper-slide.active-filter span, .talisman-products .product-block-row .block-product-filters-wrap .block-product-filters .swiper-slide:hover span {
  color: rgb(10, 34, 64);
}
.talisman-products .product-block-row .block-product-filters-wrap .block-product-filters .swiper-pagination {
  bottom: 0;
  top: auto;
  background-color: rgb(188, 188, 188);
  height: 1px;
}
.talisman-products .product-block-row .block-product-filters-wrap .block-product-filters .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 1px;
  background-color: var(--text-orange);
}
.talisman-products .block-product-swiper-tabs .block-product-swiper-tabs-item {
  display: none;
}
.talisman-products .block-product-swiper-tabs > .block-product-swiper-tabs-item:first-child {
  display: block;
}
.talisman-products > a {
  display: block;
  position: relative;
}
.talisman-products span.onsale,
.talisman-products span.badge-new {
  position: absolute;
  top: 12px;
  font-size: 12px;
  line-height: 110%;
  padding: 4px 10px;
  background-color: #FFE88C;
  z-index: 2;
  display: none;
  left: 0;
}
.talisman-products span.badge-new {
  background-color: #FCB326;
  display: none;
}

.block-product-swiper.type-new span.badge-new,
.block-product-swiper.type-sale span.onsale {
  display: inline;
}

.block-product-swiper .block-product-swiper-controls-row {
  padding-top: clamp(32px, 12 * (100vw - 375px) / 905 + 32px, 44px);
}
.block-product-swiper .block-product-swiper-controls-row .swiper-pagination {
  background-color: rgb(188, 188, 188);
  height: 1px;
  top: 9px;
}
.block-product-swiper .block-product-swiper-controls-row .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 1px;
  background-color: var(--text-orange);
}
.block-product-swiper .block-product-swiper-controls-row .swiper-pagination-wrap {
  position: relative;
}
.block-product-swiper .block-product-swiper-controls-row .block-product-swiper-controls {
  display: flex;
  margin-left: 140px;
}
.block-product-swiper .block-product-swiper-controls-row .block-product-swiper-controls .block-product-swiper-controls-counters {
  padding: 0 36px;
  font-size: 16px;
  font-family: var(--second-family);
  line-height: 110%;
  min-width: 110px;
}
.block-product-swiper .block-product-swiper-controls-row .block-product-swiper-controls svg path {
  transition: var(--time-function);
}
.block-product-swiper .block-product-swiper-controls-row .block-product-swiper-controls .block-product-swiper-controls-prev,
.block-product-swiper .block-product-swiper-controls-row .block-product-swiper-controls .block-product-swiper-controls-next {
  cursor: pointer;
}
.block-product-swiper .block-product-swiper-controls-row .block-product-swiper-controls .block-product-swiper-controls-prev.swiper-button-disabled path,
.block-product-swiper .block-product-swiper-controls-row .block-product-swiper-controls .block-product-swiper-controls-next.swiper-button-disabled path {
  fill: #BCBCBC;
}

@media all and (max-width: 1199px) {
  .talisman-products .product-block-row .block-product-filters-wrap {
    width: auto;
  }
}
@media all and (max-width: 991px) {
  .talisman-products .product-block-title {
    text-align: center;
    margin-bottom: 32px;
  }
  .talisman-products .block-product-filters-wrap {
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .block-product-swiper .block-product-swiper-controls-row .swiper-pagination {
    top: 0;
  }
  .block-product-swiper .block-product-swiper-controls-row .block-product-swiper-controls {
    margin-left: 0 !important;
    justify-content: center;
    margin-top: 12px;
  }
}
section.talisman-products.has-animation .block-product-swiper-tabs > .block-product-swiper-tabs-item:first-child .swiper-wrapper > .swiper-slide:nth-child(1) {
  transition: all var(--time-function) 0.1s;
  transform: translateX(30px);
  opacity: 0;
}
section.talisman-products.has-animation .block-product-swiper-tabs > .block-product-swiper-tabs-item:first-child .swiper-wrapper > .swiper-slide:nth-child(2) {
  transition: all var(--time-function) 0.2s;
  transform: translateX(30px);
  opacity: 0;
}
section.talisman-products.has-animation .block-product-swiper-tabs > .block-product-swiper-tabs-item:first-child .swiper-wrapper > .swiper-slide:nth-child(3) {
  transition: all var(--time-function) 0.3s;
  transform: translateX(30px);
  opacity: 0;
}
section.talisman-products.has-animation .block-product-swiper-tabs > .block-product-swiper-tabs-item:first-child .swiper-wrapper > .swiper-slide:nth-child(4) {
  transition: all var(--time-function) 0.4s;
  transform: translateX(30px);
  opacity: 0;
}
section.talisman-products.has-animation .block-product-swiper-tabs > .block-product-swiper-tabs-item:first-child .swiper-wrapper > .swiper-slide:nth-child(5) {
  transition: all var(--time-function) 0.5s;
  transform: translateX(30px);
  opacity: 0;
}

section.talisman-products.has-animation.animated .block-product-swiper-tabs > .block-product-swiper-tabs-item:first-child .swiper-wrapper > .swiper-slide {
  transform: translateX(0) !important;
  opacity: 1 !important;
}
/*# sourceMappingURL=products.css.map */
