.popular__category .widget-collection .collection_image {
    width: 230px;
    height: 230px;
    object-fit: contain;
    border-radius: 10px;
}

.addtocart_btn .btn:hover {
	color: #999;
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
}

.bestseller__section .card-product.style-5 {
	border: 1px solid var(--line);
	padding: 15px;
	padding-bottom: 5px;
}

.sale__section .box-image_image.img-style::after {
	content: "";
	position: absolute;
	background: #11111142;
	z-index: 0;
	height: 100%;
	width: 100%;
}

.collection_image {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #e0e0e0;
}

.collection_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sw-dot-default .swiper-pagination-bullet {
	width: 15px;
	height: 16px;
}

.tf-swiper .swiper-slide>* {
	height: 100%;
	justify-content: center;
}

.top__brands .collection_image {
	width: 200px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 12px;
}

.top__brands .collection_image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* keeps entire image visible */
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {


	.popular__category .widget-collection .collection_image {
		width: 175px;
		height: 175px;
	}

	.tf-grid-layout.sale__section {
		row-gap: 45px !important;
	}

	.top__brands .collection_image {
		width: 100%;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		padding: 10px;
	}

	.top__brands .sw-dot-default.tf-sw-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
		display: none;
	}

	.collection__sale__Section .hover-img .img-style>img{
		    height: 200px;
	}




}
