.category-headding {
  display: inline-block;     /* текстийн уртаар box болгоно */
  position: relative; 
  text-transform: uppercase;       /* псевдо-элементийг харьцуулна */
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: rgb(34, 34, 34);
  padding-bottom: 0.4rem;    /* доороо жаахан зай гаргахад */
  letter-spacing: 0.5px;
}

.category-headding::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;               /* текстийн өргөнтэй тэнцүү */
  height: 4px;               /* зураасны зузаан */
  background: #b91c1c;       /* улаан өнгө */
}

.headding-border {
	position: relative;
	border-bottom: 1px solid #ddd;
	background-color: var(--accent-color);
	margin-bottom: 30px;
}

.bg-dark .headding-border {
	border-bottom: 1px solid rgb(72, 72, 72);
}

.headding-border::before {
	position: absolute;
	bottom: -1px;
	width: 50px;
	height: 4px;
	background-color: inherit;
	content: '';
}

.headding-border::after {
	position: absolute;
	bottom: -1px;
	width: 15px;
	height: 4px;
	background-color: inherit;
	content: '';
	left: 53px;
}

/* swiper */
.swiper-button-next:after, .swiper-button-prev:after {
    font-weight: bold;
}