.blog-categories__list{
    list-style: none;
    padding-left: 10px;
}
.bundle-blog {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 40px 0;
	padding: 15px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #fff;
	transition: all 0.3s ease;
}

.bundle-blog:hover {
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.bundle-blog__details{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.bundle-blog__img-wrapper{
    width: 37%;
}
.bundle-blog__info{
    width: 60%;
}
@media (max-width: 600px) {
	.bundle-blog__img-wrapper{
	    width: 100%;
	}
	.bundle-blog__info{
	    width: 100%;
	}
}
.bundle-blog__img-wrapper img{
	object-fit: contain!important;
}
.bundle-blog__excerpt{
	font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
}
.bundle-blog__title a{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #242424;
    max-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    position: relative;
    width: 100%;
}
.bundle-blog__breadcrumbs{
	margin-bottom: 10px;
}
.bundle-blog__breadcrumbs li, .bundle-blog__breadcrumbs span{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #8795a9;
}
.bundle-blog__img-wrapper img {
	width: 100%;
	border: 1px solid #e5e7eb;
    border-radius: 16px;
}
.bundle-blog__footer{
	text-align: center;
}
.bundle-blog__btn {
	display: inline-block;
	padding: 4px 75px;
	background: #fff;
	border: 1px solid #4054B2;
	color: #4054B2;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}

.bundle-blog__btn:hover {
	background: #4054B2;
	color: #fff!important;
	transform: translateY(-2px);
}
.bundle-blog__properties .price, .bundle-blog__properties .product-colors{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product-colors .colors{
	display: flex;
	align-items: center;
}
.product-colors .colors .colored-circle{
	width: 23px;
	height: 22px;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #ddd;
}
.bundle-blog__properties .product-rating{
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	margin-bottom: 10px;
}
.rating-details{
	font-weight: bold;
}
.bundle-blog__properties .product-rating .rating-stars{
    display: flex;
	align-items: center;
    flex-wrap: wrap;
}
.bundle-blog__properties p{
	margin-bottom: 0;
}
.bundle-blog__properties .product-price del{
	font-size: 15px;
    color: #958e09;
}
.bundle-blog__properties .product-price ins{
	color: #111821;
    font-family: "Poppins", Sans-serif;
    font-weight: 800;
    text-decoration: none;
}
.star-rating {
	float: none;
	overflow: hidden;
	position: relative;
	height: 1.1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: star;
}

.star-rating::before {
	content: "\73\73\73\73\73";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.related-blog-products{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.related-product-item{
	margin-bottom: 30px;
}
@media (max-width: 1279px) {
	.related-product-item{
		width: calc(50% - 5px);
	}
}
@media (max-width: 500px) {
	.related-product-item{
		width: 100%;
	}
}
.related-product-price del{
	font-size: 15px;
	color: #958e09;
}
.related-product-price ins{
	color: #111821;
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	text-decoration: none;
}
.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #f5b301;
}
.related-product-price, .related-product-title{
	text-align: center;
}