.psContanir { position: relative; }

.hit.container{
    margin-top: 25px;
}

.psContanir .prev,.psContanir  .next{
	background: url(img/next.svg) no-repeat center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	background: #009FE3;
    padding: 10px 15px;
    border-radius: 4px;
    z-index: 90;
    display: flex;
}
.psContanir .prev svg path,.psContanir  .next svg path{
		fill: #fff;
}

.psContanir .next:hover,.psContanir  .prev:hover{
		background: #fff;
}
.psContanir .next:hover svg path, .psContanir .prev:hover svg path{
		fill: #009FE3
}
.psContanir  .prev{
    left: 0.3%;
}
.psContanir .next{
	right: 0.3%;
}

.slickProducts .photo{
	position: relative;
	min-height: 200px; 
	display: flex;
}
.slickProducts .photo img{
	width: 100%;
	max-width: 256px;
	height: 100%;
	align-self: center;
	max-height: 200px;
	object-fit: cover;
}
.price__block .old__price{
	color: #828282;
    text-decoration-line: line-through;
}
.price__block .current__price {
    font-weight: 600;
    color: #009FE3;
}

.slickProducts .slick-track .item{
	padding: 14px 14px 4px;
	z-index: 10;
	border-radius: 10px;
	background: var(--White, #FFF);
	margin-right: 10px;
	display: flex!important;
	flex-direction: column;
	justify-content: space-between;
} 
.slickProducts .item:hover{

	/* Drop Shadow */
	box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.1);
		
}
.slickProducts .item .dop_sticks{
	position: absolute;
    display: flex;
    flex-direction: column;
    gap: 5px;
    top: 32px;
    right: 3px;
}
.slickProducts .item .sticks{
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 5px;
	left: 0;
	
	
}
.slickProducts .item .stick{
	display: flex;
	padding: 6px 8px;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background: #6bdb3d;
	color: #fff;
	font-size: 13px;
	width: min-content;
}
.slickProducts .item .stick:nth-child(2){
	background: rgb(0, 159, 227);
}
.info__card__block{
	display: flex;
	justify-content: space-between;
	padding:0 5px;
	margin-top: 10px;
	column-gap: 10px;
	align-items: center;
}

.second__info__block .buy__btn{
	display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 32px;
	background: var(--Blue, #009FE3);
	cursor: pointer;
	visibility: visible;
	z-index: 10;
}


.fast_link{
	visibility: hidden;
	z-index: -1;
	color: var(--Gray-3, #828282);
	font-family: Source Sans Pro;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 5px;
	padding: 0 5px;
}

.slickProducts .item:hover .fast_link{
	z-index: 100;
	visibility: visible;
}
.first__info__block{
	min-height: 68px;
}
.first__info__block a{
	text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

@media (max-width: 560px) {
	.slickProducts .photo img{
		max-width: 100%;
	}
	.slickProducts .slick-track .item{
		margin-right: 0;
	}
}