.shop {
	background: #f7f4f1;
	padding-bottom: 0px;
}

img {
	width: 100%;
}

body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #f7f4f1;
}

html {
	height: 100%;
}

.container {
	width: 100%;
}

.shop-items {
	display: flex;
	justify-content: space-between;
}

.brend-title {
	font-family: 'PT Sans Narrow';
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 20px;
}

.brend-input {
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 10px;
}

.title-end {
	padding-top: 40px;
	display: inline-block;
}

.group-title {
	font-family: 'PT Sans Narrow';
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 20px;
}

.filter-btn{
	display: block;
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	background: #000;
	padding: 10px 20px;
	width: 112px;
	height: 43px;
	transition: 0.7s;
	text-transform: uppercase;
	margin: 40px auto;
}

.filter-btn:hover {
	background: #a9a9a9;
	color: #000;
	scale: 105%;
}

.filter-btn:active {
	scale: 95%;
	color: #fff;
	background: #000;
}

.products {
	max-width: 700px;
}

.products-cart {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.cart {
	flex: 0 0 30.333333%;
	max-width: 220px;
	margin-bottom: 20px;
	background: #fff;
	padding-left: 0px;
	padding-right: -10px;
	box-shadow: 0px 0px 15px 0px rgba(0,1,1,0.2);

}

.cart-title {
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.buy {
	display: flex;
	margin-bottom:15px;
}

.price2 {
	margin-left: 15px;
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
	width: 100px;
}

.buy-btn {
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	width: 78px;
	transition: 0.7s;
}

.buy-btn:hover {
	background: #a9a9a9;
	color: #000;
	scale: 105%;
}

.buy-btn:active {
	scale: 95%;
	color: #fff;
	background: #000;
}

.tab {
	width: 200px;
	display: flex;
	gap: 7px;
	justify-content: center;
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 50px;

}

.tab span {
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	background: #000;
	padding: 16px 20px;
	transition: 0.7s;
}

.tab span:hover {
	background: #a9a9a9;
	color: #000;
	scale: 105%;
}

.tab span:active {
	scale: 95%;
	color: #fff;
	background: #000;
}

.footer {
	margin-top: 100px;
}

.footer {
	background: #242424;
	margin-top: 0px;
	padding-top: 62px;
}