@media (max-width: 1010px) {
	.product_card {
		width: 19%;
	}
	.subcategory_item {
		width: fit-content;
	}
	.last_sales_container {
		flex-wrap: wrap;
	}
	.last_sales_item {
		width: 27%;
	}
}

@media (max-width: 900px) {
	.category_item {
		width: 46.4%;
	}
	.cat_items {
		gap: 0;
		row-gap: 10px;
		justify-content: space-between;
	}
	.product_card {
		width: 27%;
	}
	.last_sales_item {
		width: 25%;
	}
}

@media (max-width: 768px) {
	.header_container {
		flex-direction: column;
		height: auto;
	}
	.header_content_right {
		flex-direction: column;
	}
	.category_item {
		width: 45%;
	}
	.product_card {
		width: 26%;
	}
	.product_container {
		flex-direction: column;
	}
	.product_images {
		width: 450px;
	}
	.product_price_block {
		width: 450px;
	}
	.desc_container {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.search_content {
		top: 110px;
	}
	.category_title, .btn, .desc_text, .product_btn, .product_price, .search_item_title, .list_curr_discount, .footer_links, .breadcrumbs_main, .last_sales_title{
		font-size: 15px;
	}
	.product_title {
		font-size: 17px;
	}
	h1 {
		font-size: 26px;
	}
	.desc_title_color, .desc_title {
		font-size: 20px;
	}
	.logo {
		max-width: 150px;
	}
}

@media (max-width: 650px) {
	.product_card {
		width: 42%;
	}
	.product_list {
		justify-content: space-between;
	}
	.last_sales_item {
		width: 40%;
	}
	.review_type {
		display: none;
	}
	.review_item, .seller_comment_title, .seller_answer {
		font-size: 15px;
	}

	.review_date {
		font-size: 12px;
	}
}

@media (max-width: 590px) {
	.product_card {
		width: 41%;
	}
	.product_list {
		justify-content: space-between;
	}
}

@media (max-width: 550px) {
	.image_cat {
		display: none;
	}
	.category_item {
		width: 42%;
	}
	.cat_items {
		gap: 10px;
		row-gap: none;
		justify-content: flex-start;
	}
	.category_title {
		font-size: 15px;
	}
	.product_card {
		width: 40%;
	}
	.footer_content {
		flex-wrap: wrap;
		gap: 15px;
	}
	.last_sales_item {
		width: 38.6%;
	}
	.search_content {
		width: 345px;
	}
	.search_item_title {
		width: 50%;
	}
	.product_price {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.product_card {
		width: 43.3%;
		padding: 10px;
	}
	.breadcrumbs_container {
		flex-wrap: wrap;
	}
	.last_sales_item {
		width: 100%;
	}
	.product_images {
		width: 100%;
	}
	.product_price_block {
		width: 100%;
	}
	.review_content {
		width: 85%;
	}
	.title_sales {
		white-space: normal;
    	overflow: visible;
    	text-overflow: initial;
	}
}

@media (max-width: 374px) {
	.product_card {
		width: 100%;
		padding: 20px;
	}
	.search_container input[type="text"] {
		width: 230px;
	}
	.category_item {
		width: 39.5%;
	}
	.search_content {
		width: 295px;
	}
}

@media (max-width: 320px) {
	.search_container input[type="text"] {
		width: 200px;
	}
	.footer_links {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	.review_content {
		width: 75%;
	}
	.search_content {
		width: 265px;
	}
	.search_image {
		height: 30px;
		width: 30px;
	}
}

@media (max-width: 280px) {
	.category_item {
		width: 38%;
	}
}