/* FIX PRICE SLIDER BLUE LINE */

.t-store__filter__range_bg {
    background-color: #e6d6d6 !important;
}

.t-store__filter__range_active {
    background-color: #b97c7c !important;
}

.t-store__filter__range_btn {
    background-color: #b97c7c !important;
    border: none !important;
}

/* Uplift of imgs in catalog */

 .imgholdup {
    border-radius: 20px !important;
    overflow: hidden;
}
.imgholdup .tn-atom__img,
.imgholdup .t-bgimg {
    border-radius: 20px !important;
    transition: all 200ms ease-in-out !important;
}
.imgholdup:hover .tn-atom__img,
.imgholdup:hover .t-bgimg {
    transform: scale(115%);
}

/* animation in catalog & blog by hover */


.ht {
  overflow: hidden;
  border-radius: 16px;
}

.ht .tn-atom,
.ht .tn-atom__slds-img,
.ht img {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transform-origin: center center;
  will-change: transform;
}

.ht:hover .tn-atom,
.ht:hover .tn-atom__slds-img,
.ht:hover img {
  transform: scale(1.1) !important;
}
</style>



