.val-24__hero{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 30px;
}

.val-24__hero-holder{
    width: 100%;
    display: block;
    position: relative;
}

.val-24-hero__img{
    width: 100%;
	vertical-align: middle;
    border-style: none;
}

.val24 *{
	box-sizing: border-box;
}
.val-24-hero-title{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 25%;
    position: absolute;
}
.val-24-hero_cta{
    padding: 10px 25px;
    width: fit-content;
    background-color: #000;
    color: #fff;
    display: block;
    margin: 20px auto;
    font-size: 20px;
    font-weight: normal;
}

@media only screen and (max-width: 1100px){
    .val-24-hero-title{
        font-size: 30px;
    }
    .val-24-hero_cta{
        font-size: 18px;
    }
}

@media only screen and (max-width: 850px){
    .val-24__hero{
        margin-top: 100px;
    }
    .val-24-hero-title{
        font-size: 20px;
    }
    .val-24-hero_cta{
        font-size: 18px;
    }
}
@media only screen and (max-width: 600px){
    .val-24__hero{
        margin-top: 60px;
    }
    .val-24-hero-title{
        font-size: 18px;
        top: 10%;
    }
    .val-24-hero_cta{
        font-size: 12px;
        margin-top: 10px
    }
}



.val-24-title{
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: normal;
}

.val-24-title-desc{
    font-size: 20px;
}

.val-24_4-block{
    width: 100%;
    margin: 50px 0
}
.val-24_4-block .val-24_4-block__group{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px;
}
.val-24_4-block .val-24-card{
    min-height: 470px;
    margin: 0 10px 15px;
    position: relative;
    width: 25%;
}

.val-24_4-block .val-24_img{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border: 1px solid #E4E4E4;
}
.val-24-products__product__rating{
    margin-bottom: 20px;
    display: block;
}
.val-24_4-block .fa-solid{
    color: #FFDD00;
}
.val-24_4-block .fa-regular{
    color: #707070;
}

.s-rating{
    color: #707070;
    text-decoration: underline;
}
.val-24_4-block .card-base{
    text-align: center;
}
.val-24_4-block .val-24_cta_title{
    font-size: 16px;
    color: #000;
    padding: 20px;
    min-height: 100px
}
.val-24_4-block .val-24_cta{
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    height: 40px;
    line-height: 20px;
    background: #D7919B;
    color: #fff !important;
    padding: 10px;
    font-size: 18px;
}

.val-24_4-block .val-24_cta.shop-more{
    background: #fff;
    border: 1px solid #000;
    color: #000 !important;
    margin-top: 20px;
}

.val-24_4-block .card-1{
    background-image: url(/images/banners//val-block4-2.jpg);
}
.val-24_4-block .card-2{
    background-image: url(/images/banners/val-block4-1.jpg);
}
.val-24_4-block .card-3{
    background-image: url(/images/banners/val-block4-3.jpg);
}
.val-24_4-block .card-4{
    background-image: url(/images/banners/val-block4-4.jpg);
}


.blue-dark .val-24_cta_title{
    color: #fff;
} 

@media only screen and (max-width: 1100px){
    .val-24_4-block .val-24_cta_title{
        font-size: 14px;
    }
}

@media only screen and (max-width: 850px){
    .val-24_4-block .val-24_4-block__group{
        flex-wrap: wrap;
    }
    .val-24_4-block .val-24-card{
        width: 46%;
    }
    .val-24_4-block .val-24_cta_title{
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px){
    .val-24_4-block .val-24-card{
        width: 100%;
        margin-bottom: 40px;
    }
    .val-24_4-block .val-24_cta_title{
        font-size: 20px;
    }
}



/* BLOCK OF 3 CSS */
.val-24-title{
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: normal;
}
.val-24_3-block{
    width: 100%;
}
.val-24_3-block__group{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px;
}
.val-24_3-block .val-24-card{
    min-height: 470px;
    margin: 0 10px 15px;
    position: relative;
    width: 33.33%;
}

.val-24_3-block .val-24_img{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.val-24_3-block .card-base{
    text-align: center;
}
.val-24_3-block .val-24_cta_title{
    font-size: 23px;
    color: #000;
    padding: 20px;
    min-height: 70px
}

.val-24_3-block .val-24_cta_desc{
    font-size: 16px;
    color: #000;
    padding: 20px;
    min-height: 100px
}

.val-24_3-block .val-24_cta{
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    height: 40px;
    line-height: 20px;
    background: #D7919B;
    color: #fff !important;
    padding: 10px;
    font-size: 18px;
}

.val-24_3-block .card-1{
    background-image: url(/images/banners/val-proj1-1.jpg);
}
.val-24_3-block .card-2{
    background-image: url(/images/banners/val-proj1-2.jpg);
}
.val-24_3-block .card-3{
    background-image: url(/images/banners/val-proj1-3.jpg);
}

@media only screen and (max-width: 1100px){
    .val-24_3-block .val-24_cta_title{
        font-size: 14px;
    }
}

@media only screen and (max-width: 650px){
    .val-24_3-block .val-24_3-block__group{
        flex-wrap: wrap;
    }
    .val-24_3-block .val-24-card{
        width: 100%;
        margin-bottom: 40px;
    }
    .val-24_3-block .val-24_cta_title{
        font-size: 20px;
    }
}


/* to update */


.val-24_slick-arrow {
	position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    font-size: 28px;
    color: #000;
    transform: translateY(-50%);
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s all;
    z-index: 10;
    display: block !important
}

.val-24_slick-arrow.slider-prev {
	right: auto;
	left: 0;
}

.val-24_topcat .offer-spot {
	/*position: absolute;
	top: 15px;
	right: 15px;
	color: #1E1E1E;
    background-color: #B51917;
    border-radius: 50%;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
	padding: 0 .3rem 0 0;
	display: inline-block;
	z-index: 2;
	pointer-events: none;
    text-align: center;
    height: 70px;
    width: 70px;*/
}

.val-24_topcat .offer-spot span {
	font-size: 1.7em;
	display: block;
}

.val-24_topcat .offer-spot.bigger {
	/*font-size: 18px;
	padding: 15px 12px;*/
}

.val-24_topcat *{
	box-sizing: border-box;
	display: block;
}

.val-24_finished, .val-24_topcat {
	width: 100%;
	/* background-color: #F2F2F2; */
}

.val-24_finished__carousel__wrapper, .val-24_topcat__carousel__wrapper {
	position: relative;
	margin: 0 15px;
	width: calc(100% - 30px);
}

.val-24_finished__carousel, .val-24_topcat__carousel {
	padding: 45px 65px;
	width: 100%;
	margin: 0;
	position: relative;
}

.val-24_finished__carousel .slick-track, .val-24_topcat__carousel .slick-track {
	display: flex !important;
}

.val-24_finished__carousel .slick-slide, .val-24_topcat__carousel .slick-slide {
	height: inherit !important;
}

.val-24_finished__product, .val-24_topcat__product {
	padding: 0 8px;
}

.val-24_finished__product__inner, .val-24_topcat__product__inner {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	position: relative;
}

.val-24_finished__product__inner:hover, .val-24_topcat__product__inner:hover {
    text-decoration: none;
}

.val-24_finished__product__img {
	width: 100%;
}
.val-24_topcat__product__img {
	width: 100%;
    /* height: 200px; */
    border: 1px solid #E4E4E4;
}

.val-24_finished__product .offer-spot, .val-24_topcat__product .offer-spot {
	color: #fff;
	border-bottom-color: #fff;
}

.val-24_finished__product__copy, .val-24_topcat__product__copy {
	width: 100%;
	padding: 20px 15px 20px 15px;
	color: #000000;
	font-size: 15px;
	line-height: 1.25;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100px;
}

.val-24_finished__product__name, .val-24_topcat__product__name {
	margin: 0 0 20px;
    text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 68px;
    font-size: 15px;
}

.val-24_topcat__product__name {
    min-height: 40px;
}

.val-24_finished__product__rating {
	display: inline-block;
	margin: 0 0 5px;
	font-size: 14px;
}

.val-24_finished__product__price {
	font-size: 22px;
	margin: 0;
	color: #000000;
}

.val-24_finished__product__price .was {
	display: inline-block;
	margin-right: 10px;
	font-size: 17px;
	position: relative;
	color: #fff;
}

.val-24_finished__product__price .was:before {
	content: '';
	position: absolute;
	top: 42%;
	left: 0;
	height: 2px;
	width: 100%;
	z-index: 2;
	background-color: #B71918;
	transform: rotate(18deg);
}

.val-24_finished__product__btn {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 2;
	border: 2px solid #fff;
	width: 68px;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
	color: #fff;
	font-size: 33px;
	text-decoration: none;
	transition: .2s all;
}

.val-24_finished__product__btn:hover,
.val-24_finished__product__btn:focus {
	background-color: #fff;
	color: #1E1E1E;
}

.val-24_seo{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 44px 60px;
    text-align: center;
    color: #000;
    font-size: 15px;
}
.val-24-seo-copy{
    margin: 20px 0;
}


@media only screen and (max-width: 600px) {


	.val-24_finished__carousel__wrapper {
		width: 100%;
		margin: 0;
	}

	.val-24_finished__product__btn {
		height: 40px;
		width: 40px;
		font-size: 23px;
	}

	.val-24_finished__product__copy {
		padding: 20px 70px 20px 15px;
	}
}

@media only screen and (max-width: 700px) {
	.val-24_finished__product__btn{
		width: 38px;
		height: 38px;
		font-size: 23px;
	}
	.val-24_finished__product__price .was{
		margin-right: 0px;
	}
}

.bf23__hero__left {
	background-color: #000;
	min-height: 289px;
	padding: 40px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.bf23__hero__left__img {
	width: 359px;
	max-width: 100%;
	height: auto;
	display: block;
}

.bf23__hero__left__btn {
	display: inline-block;
	height: 58px;
	line-height: 54px;
	color: #fff;
	border: 2px solid #fff;
	font-size: 22px;
	font-weight: 500;
	padding: 0 25px;
	text-decoration: none;
	transition: .2s all;
}

.bf23__hero__left__btn:hover,
.bf23__hero__left__btn:focus {
	background-color: #fff;
	color: #000;
}

.bf23__highlight {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 75px;
	position: relative;
}

.bf23__highlight__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.bf23__highlight__inner {
	background-color: #000;
	padding: 30px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.bf23__highlight__inner__left {
	width: calc(50% - 15px);
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.4;
	text-align: center;
}

.bf23__highlight__copy {
	font-size: 21px;
	margin: 0 0 2px;
}

.bf23__highlight__product {
	font-size: 35px;
	margin: 0;
}

.bf23__highlight__inner__right {
	width: calc(50% - 15px);
	color: #FBBA00;
}

.bf23__highlight__percentage {
    font-size: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold;
}

.bf23__highlight__percentage .top {
	width: 100%;
	text-align: center;
}

.bf23__highlight__percentage .bottom {
	font-size: 100px;
    padding-right: 57px;
    position: relative;
    line-height: .85;
    letter-spacing: 1px;
}

.bf23__highlight__percentage .bottom:before {
	content: '%';
    font-family: inherit;
    top: 3px;
    right: 0;
    font-size: .65em;
    position: absolute;
}

.bf23__highlight__percentage .bottom:after {
	content: 'off';
    font-family: inherit;
    bottom: 5px;
    right: 2px;
    font-size: .25em;
    position: absolute;
}