.c-product-listing__heading {
	margin-bottom: 20px
}
h2.c-product__header-text  { margin:0; color:#fff; }

@media screen and (min-width:1280px) {
.c-product-listing__heading {
	margin-bottom: 37px
}
}
.c-product-listing__filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center; 
}
@media screen and (min-width:1280px) {
.c-product-listing__filters {
	flex-wrap: nowrap;
	gap: 40px;
	padding-bottom: 15px;
	border-bottom: 2px solid #d2deec; !important;
	align-items: flex-start; margin-bottom:2em;
}
}
.c-product-listing__filters-heading {
	flex: 0 0 50%;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	color: #007cc4 !important;
}
@media screen and (min-width:1280px) {
.c-product-listing__filters-heading {
	flex: 0 0 auto;
	margin-top: 5px
}
}
.c-product-listing__filters-heading-icon {
	font-size: 24px
}
.c-product-listing__filters-clear-wrapper {
	flex: 0 0 50%;
	display: flex;
	justify-content: flex-end
}
@media screen and (min-width:1280px) {
.c-product-listing__filters-clear-wrapper {
	flex: 1 0 auto;
	order: 99;
	margin-top: 5px
}
}
.c-product-listing__filters-clear {
	background-color: unset;!important;
	border: 0;
	padding: 0;
	cursor: pointer;
	gap: 5px!important
}
.c-product-listing__filters-clear-icon {
	font-size: 24px;
	color: #007cc4
}
.c-product-listing__filters-category {
	flex: 1 0 100%;
	border-top: 2px solid #d2deec; !important;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px
}
.c-product-listing__filters-category:last-child {
	border-bottom: 2px solid #d2deec
}
@media screen and (min-width:768px) {
.c-product-listing__filters-category {
	border-top: none;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 0;
	padding-top: 20px
}
.c-product-listing__filters-category+.c-product-listing__filters-category {
	margin-top: 7px
}
.c-product-listing__filters-category:last-child {
	padding-bottom: 20px
}
}
@media screen and (min-width:1280px) {
.c-product-listing__filters-category {
	margin-top: 0!important;
	flex: 0 1 auto;
	border-bottom: none!important;
	padding: 0!important
}
}
.c-product-listing__filters-category__heading {
	background-color: unset;!important;
	border: 0;
	padding: 0;
	cursor: pointer;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	line-height: 1.4444444444;
	font-weight: 500
}
@media screen and (min-width:768px) {
.c-product-listing__filters-category__heading {
	flex: 0 0 auto;
	width: auto;
	margin-top: 6px;
	cursor: initial
}
}
.c-product-listing__filters-category__heading-icon {
	font-size: 24px;
	transition: transform .3s cubic-bezier(.165, .84, .44, 1)
}
.c-product-listing__filters-category__heading[aria-expanded=true] .c-product-listing__filters-category__heading-icon {
	transform: rotate(180deg)
}
@media screen and (min-width:768px) {
.c-product-listing__filters-category__heading-icon {
	display: none!important
}
}
.c-product-listing__filters-category__items-wrapper {
	display: none;
	margin-top: 17px
}
@media screen and (min-width:768px) {
.c-product-listing__filters-category__items-wrapper {
	display: block!important;
	margin-top: 0
}
}
.c-product-listing__filters-category__items {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px
}
@media screen and (min-width:768px) {
.c-product-listing__filters-category__items {
	padding-bottom: 0
}
}
.c-product-listing__filters-category__item-button {
	background-color: unset;!important;
	border: 0;!important;
	padding: 0;!important;
	cursor: pointer;
	position: relative;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	box-shadow: 0 2px 10px 0 rgba(38,51,123,.2); !important;
	background-color: #fff; !important;
	border: 2px solid #fff; !important;
	border-radius: 4px;
	padding: 8px 13px; margin-top:6px;
}
.c-product-listing__filters-category__item-button:focus, .c-product-listing__filters-category__item-button:hover {
	border-color: #26337b
}
.c-product-listing__filters-category__item-button.active {
	background-color: #26337b; !important;
	border-color: #26337b; !important;
	color: #fff !important;
}
.c-product-listing__filters-category__item-button-icon {
	position: absolute;
	top: 0;
	height: 20px;
	right: 0;
	width: 20px;
	font-size: 20px;
	border: 0px solid #26337b; !important;
	border-radius: 50%;
	background-color: #fff; !important;
	transform: translate(8px, -8px);
	color: #26337b; !important;
	pointer-events: none;
	display: none!important
}
.c-product-listing__filters-category__item-button.active .c-product-listing__filters-category__item-button-icon {
	display: block!important
}
.c-product-listing__results {
	position: relative
}
.c-product-listing__results__overlay {
	position: absolute; !important;
	top: 0; !important;
	left: 0; !important;
	width: 100%;
	height: 100%;
	background-color: rgba(238,245,249,.8); !important;
	display: flex;
	justify-content: center;
	z-index: 1
}
.c-product-listing__results-items {
	margin-top: 30px
}
.c-product-listing__results-button-wrapper {
	margin-top: 30px;
	display: flex;
	justify-content: center
}
@media screen and (min-width:768px) {
.c-product-listing__results-button-wrapper {
	margin-top: 40px
}
}

.c-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  height:48px;
  background-color:#ffd600;
  color:#172156;
  border:none;
  text-decoration:none;
  padding:12px 25px;
  border-radius:60px;
  font-size:16px;
  line-height:1;
  font-weight:700;
  transition:background-color .3s cubic-bezier(.165,.84,.44,1),color .3s cubic-bezier(.165,.84,.44,1);
  cursor:pointer
}
.c-btn:hover {
  background-color:#ffba00
}
.c-btn:focus {
  outline-color:#3a97ed;
  outline-width:3px;
  outline-style:solid
}
.c-btn--sm {
  font-size:14px;
  line-height:1;
  height:36px
}
.c-btn--lg {
  font-size:18px;
  line-height:1;
  padding:12px 20px;
  height:54px
}
.c-btn--secondary {
  background-color:#26337b;
  color:#ffd600
}
.c-btn--secondary:hover {
  background-color:#172156
}

#filters-category__heading { 
	background-color: unset;!important;
	border: 0;!important;
	padding: 0;!important;
	cursor: pointer;
	position: relative;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	padding: 8px 13px

}







