.products-block .product-one{
	width:300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	border-radius: 3px;
	position: relative;
}


.products-block .product-one .product-one__name {
    font-size: 16px;
    text-decoration: none;
    color: #3f3f3f;
    font-weight: 400;
    margin: 20px 0 0;
    padding: 0;
    text-align: left;
    line-height: 18px;
    display: block;
    letter-spacing: -0.5px;
    min-height: 80px;
    text-overflow: ellipsis;
}

.products-block .owl-carousel .product-one .visible-content{
	width: 100%;
}

.product-one__image img{
	width:100%;
}

.product-one__manufacturer{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--btn-color);
    text-decoration: none;
    margin: 25px 0 0;
    display: block;
    width: 80%;
}

.product-one__name{
    font-size: 16px;
    text-decoration: none;
    color: #3f3f3f;
    font-weight: 600;
    font-family: 'Nunito';
    margin: 10px;
    padding: 0 15px;
    text-align: left;
    line-height: 16px;
    
}


.fake-select{
	display: flex;
	justify-content: space-between;
	padding:5px 15px;
	width: 238px;
	background: white;
	border-radius: 3px;
	color:#3f3f3f;
	text-decoration: none;
	font-size:16px;
	font-family: 'Nunito Sans';
	height: 32px;
    line-height: 32px;
    margin-bottom: 15px;
    column-gap: 0px;
    border: 1px solid #f1f1f1;
}


.fake-dropdown img{
	width:20px;
	height: 20px;
	transform: rotate(180deg);
	margin-top: 6px;
	margin-left: 7px;
}

.fake-value{
	display: flex;
	justify-content: space-between;
	flex:0 0 88%;
}


.fake-value .status{
	width:12px;
	height: 12px;
	border-radius: 25px;
	background: var(--btn-color);
	display: block;
}

.fake-value-status{
	    display: flex;
    align-items: center;
    column-gap: 12px;

}

.btn__add-to-cart{
	    padding: 6px 8px;
    width: 252px;
    border: 1px solid var(--btn-color);
    text-align: right;
    position: relative;
    margin-bottom: 20px;
    display: block;
}

.btn__add-to-cart:before{
	content: '';
	width:20px;
	height: 20px;
	background: url(../img/sh3.svg);
	background-size: 100%;
	position: absolute;
	left: 10px;
	top: 9px;
}

.options-title{
	margin:15px 0 8px;
	font-size:16px;
}

.hidden-content{
	position: absolute;
	display: none;
	text-align: center;
}

.product-one:hover .hidden-content {
    /*display: block;
    z-index: 10;
    bottom: -25px;
    left: 0;
    width: 270px;
    padding:0 15px;
    height: auto;
    background: #f7f8fa;
    animation-duration: .5s;*/
}

.visible-price {
    font-size: 16px;
    color: #4f4f4f;
    margin-bottom: 30px;
    font-weight: 600;
}

.product-one:hover .visible-content{
	/*display: none;*/
}

.product-one__like img{
	width: 20px;
	position: absolute;
	left:8px;
	top: 8px;
	opacity: .8;
}

.product-one__like{
	width:36px;
	height: 36px;
	background: white;
	border-radius: 36px;
	display: block;
	position: absolute;
	z-index: 5;
	right: 12px;
	top: 12px;
}


.product-one__like{
	filter: grayscale(1);
}

.product-one__like.liked{
	filter: grayscale(0);
}

.carousel{
	display: flex;
	column-gap: 30px;
}

.visible-price{
	font-size: 20px;
    color: #4f4f4f;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: -1px;
}

body > svg{
	position: absolute;
}

.top-brands-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 8px;
	overflow:hidden;
	column-gap: 2%;
	row-gap: 35px;
}


.top-brands{
	background: #f7f8fa;
	padding:80px 0;
	margin:100px 0;
}

.top-brands-list  img{
	width: 80%;
}


.top-brands-list .brand-item{
	flex: 0 0 calc(100% / 8 - 2%);
	
}

.top-brands-list .brand-item a{
	border-radius: 8px;
	background: white;

	display: flex;
	align-items: center;justify-content: center;
}