.card-category-home {
	/* width: 332px; */
	width: 100%;
	text-align: center;
}

.card-category-img {
	height: 248px;
	background-color: var(--color-on-primary);
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-category-text {
	background: #e8e8e8;
	padding-bottom: 45px;
}

.card-category-icone {
	background: #f3f3f3;
	border-radius: 100px;
	top: -45px;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	/* padding: 10px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-category-icone img {
	object-fit: contain !important;
}
.card-category-icone i {
	border-radius: 100px;
}

.card-category-text h4 {
	margin: -35px auto 24px;
	color: var(--color-primary);
}

.card-category-text a {
	font-family: var(--font-family-title);
}

.card-category-text a:hover {
	color: var(--color-primary);
	transition: var(--transition);
}

#products .row {
	gap: var(--font-size-md);
}

.glide__slides {
	flex-direction: row;
}
#blog .glide__bullets {
	bottom: -60px;
}

#blog .glide__bullet {
	background-color: black;
	width: 8px;
	height: 8px;
}

#blog .glide__bullet {
	background: none;
	border: 1px solid #000;
	border-radius: 30px;
	display: inline-block;
	margin: 0 7px;
	padding: 0;
	zoom: 1;
	width: 16px;
	height: 16px;
}

#blog .glide__bullet span {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;
	display: block;
	height: 10px;
	margin: 2px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	width: 10px;
}

#blog .glide__bullet--active span,
#blog .glide__bullet:focus span,
#blog .glide__bullet:hover span {
	background: #000;
	border-collapse: separate;
	border-spacing: 15px 50px;
}

.blog-card-container {
	margin-bottom: 40px;
}

#blog {
	padding: 112px 0;
}

#blog p:not(.blog__cta) {
	max-width: 550px;
	margin-top: 30px;
	position: absolute;
	line-height: 30px;
}

#blog .slider {
	padding-top: 100px;
}

#blog .glide__arrows {
	position: absolute;
	top: -30px;
	right: -34px;
	width: 200px;
}

#blog .glide__arrow {
	border: none;
	background: none;
	box-shadow: none;
	text-shadow: none;
}
#blog .glide__arrow--left {
	left: 6em;
}

#blog .card-blog-txt span {
	color: #7a7a7a;
}

.card-blog-img {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#blog .card-blog-txt h4 {
	margin: 20px 0 24px 0;
	height: 46px;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#blog .card-blog-txt span {
	top: 16px;
}

#blog .slider-nav {
	width: auto;
	right: 0;
	flex: 0 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	margin: 0;
}

#blog .slider-bullets {
	margin-top: 20px;
}

.counter-text {
	text-align: left;
}

#counter .card i {
	width: auto !important;
}

.blog-card {
	width: 330px;
	margin: 0 auto;

	contain: layout;
	position: relative;
}

.blog__link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog__cta{
	line-height: normal;
}

.blog__cta-image{
	height: 12px;
    width: 10px !important;
}

@media (max-width: 1199px) {
	#counter {
		display: flex;
		height: 320px;
		padding: 0;
		margin: 56px 0;
	}

	#counter .vertical-middle .card {
		height: 153px;
		background: #fbfbfb;
		box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		justify-content: center;
	}

	#counter .vertical-middle {
		gap: 16px;
		justify-content: space-between;
	}

	#blog .card-blog-img {
		display: flex;
		justify-content: center;
	}

	#blog .card-blog-txt span {
		font-weight: 400;
		font-size: 13px;
		line-height: 170%;
	}
}

@media screen and (max-width: 768px) {
	#blog .slider-nav {
		display: none;
	}

	.blog-card {
		width: 100%;
		background: #ffffff;
		border-radius: 8px;
		filter: none;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
		padding: 16px;
	}

	#blog .slider {
		padding-top: 138px;
	}

	#blog .slider .slider-wrapper {
		gap: 0 !important;
	}
}

@media (max-width: 624px) {
	#counter {
		height: 680px;
	}

	#counter .vertical-middle {
		flex-wrap: wrap;
		flex-direction: column;
	}

	#counter .vertical-middle .card {
		width: 100%;
	}

	#blog .card-blog-txt span {
		font-weight: 400;
		font-size: 13px;
		line-height: 170%;
	}

	#blog .card-blog-txt h4 {
		font-size: 17px;
		line-height: 120%;

		height: 43px;
	}

	#blog .card-blog-txt a {
		font-size: 16px;
		color: #000000;
	}
}
