.p-sub-category {
	margin: 30px 10px;
	padding: 0;
	list-style-type: none;
}

.p-sub-category::after {
	display: block;
	clear: both;
	content: "";
}

.p-sub-category__item {
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 10px 5px;
}

.p-sub-category__image {
	display: block;
	margin-bottom: 10px;
}

.p-sub-category__link {
	display: block;
	transition: opacity 0.2s;
	text-decoration: none;
	color: #fff;
}

.p-sub-category__link:hover {
	opacity: 0.66;
}

.p-sub-category__link:active {
	opacity: 1;
}

.p-sub-category__name {
	line-height: 1.3;
	position: relative;
	display: block;
	padding-left: 0.8em;
}

.p-sub-category__name::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "-";
}

.c-pager__list-item .is-current {
	color: #fff;
}
.c-pager__link {
	background-color: #fff;
}

@media screen and (min-width: 600px) {
	.p-sub-category {
		margin-right: 0;
		margin-left: 0;
	}

	.p-sub-category__item {
		width: 25%;
		padding: 15px 10px;
	}

	.p-sub-category__item:nth-child(4n + 1) {
		clear: both;
	}
}

@media screen and (max-width: 599px) {
	.p-sub-category__item:nth-child(2n + 1) {
		clear: both;
	}
}

.c-section__heading--sub-title {
	color: #fff;
}
.c-product-list:before,
.c-product-list:after {
	content: none;
}
.c-product-list .c-product-list__item {
	text-align: left;
	width: 25%;
	border: none;
}
.c-product-list .c-product-list__item:nth-of-type(4n + 2),
.c-product-list .c-product-list__item:nth-of-type(4n + 3) {
	padding-left: 1%;
	padding-right: 1%;
}
.c-product-list .c-product-list__item:nth-of-type(4n + 1) {
	padding-left: 0;
	padding-right: 2%;
}
.c-product-list .c-product-list__item:nth-of-type(4n) {
	padding-left: 2%;
	padding-right: 0;
}
.c-product-list .c-product-list__item .c-product-list__image-wrap {
	border: none;
}
.c-product-list .c-product-list__item .c-product-list__name {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	margin-top: 1em;
}
.c-product-list .c-product-list__item .c-product-list__price {
	font-weight: 400;
	margin-top: 0.5em;
}

.c-product-sort__switch .c-select__value {
	background: #fff;
}
