@media screen and (max-width:480px) {
	*{
		margin: 0;
		padding: 0;
	}
	
	#top_header{
		width: 100%;
		height: 50px;
		background: #212F3D;
	}
	
	#name_category{
		max-width: 90%;
		height: 30px;
		margin: 7px auto;
		/*border: 1px solid #cecece;*/
		border-radius: 7px;
		font-family: sans-serif;
		font-size: 90%;
		font-weight: 600;
		text-decoration: none;
		text-align: center;
		color: #000;
		letter-spacing: 2px;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: 0 0 3px #000;
		/*background: #cecece;*/
		background: linear-gradient(#f7f7f7, #c0c0c0);
	}
	
	#name_product_title{
		width: 100%;
		/*height: 35px;*/
		margin-bottom: 7px;
		padding: 5px 0;
		font-family: sans-serif;
		font-size: 155%;
		font-weight: 600;
		letter-spacing: 2px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		align-self: center;
		background: #fff;
		position: sticky;
		top: 50px;
		z-index: 1;
	}
	
	#brand_title{
		aspect-ratio: 16/9;
		width: 94%;
		margin: 10px auto;
		border-radius: 10px;
		font-family: sans-serif;
		font-size: 180%;
		font-weight: 600;
		color: #fff;
		letter-spacing: 2px;
		display: flex;
		justify-content: center;
		align-self: center;
		align-items: center;
		background: url(https://umihito.de/wp-content/uploads/2022/10/Dyson-V15-Detect-Absolute-Test-Review-3452.jpg) no-repeat;
		background-size: cover;
	}
	
	#brand_category{
		width: 98%;
		height: auto;
		margin: 1px auto;
		display: flex;
		flex-grow: 1;
		flex-wrap: wrap;
		/*overflow: hidden;
		overflow-x: scroll;*/
		/*background: #808B96;*/
	}
	
	.brand_product{
		aspect-ratio: 10/11;
		width: 33.33%;
		margin: 10px 0;
		font-family: sans-serif;
		font-size: 90%;
		font-weight: 600;
		text-decoration: none;
		display: flex;
		/*flex-grow: 1;*/
		flex-wrap: wrap;
		justify-content: center;
		align-items: end;
		/*background: #2E86C1;*/
	}
	
	.img_box{
		aspect-ratio: 1;
		width: 98%;
		height: 80%;
		margin: 0 auto;
		border-radius: 10px;
		display: flex;
		align-self: start;
		background: #fff;
	}
	
	.img_product{
		width: 100%;
		border-radius: 10px;
		object-fit: cover;
	}
	
	.name_product{
		width: 100%;
		height: 50px;
		margin-top: 3px;
		margin-bottom: 3px;
		display: flex;
		justify-content: center;
		text-align: center;
		letter-spacing: 1px;
		color: #000;
		text-decoration: none;
		/*background: #000;*/
	}
	
	
	#filtr{
		width: 96%;
		height: 60px;
		margin: 15px auto;
		border-radius: 10px;
		background: #D0D3D4;
	}
	
	#box{
		width: 100%;
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
	}
	
	#box_product{
		aspect-ratio: 8/10;
		width: 50%;
		box-shadow: inset 0 0 1px #000;
		display: flex;
		background: #E0FFFF;
	}
	
	
	
	footer{
		width: 100%;
		height: 250px;
		margin-top: 30px;
		background: #17202A;
	}
}