
.normal-category-intro {
	text-align: center;
	max-width: 770px;
	margin: 2rem auto 3rem;
	width: 100%;
}

.normal-category-intro .page-title {
	font-size: 26px;
}

.normal-category-intro p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 20px;
}

.normal-category-intro p a 	{
	text-decoration: underline;
	color: #666;
}

.normal-category-intro p a:hover 	{
	color: #60358c;
}

.normal-category-intro p a[href*="tel:"],
.normal-category-intro p a[href*="mailto:"] 	{
	font-weight: bold;
}

.normal-category-intro p:last-child {
	padding-top: 19px;
}

.normal-category-intro .action.primary {
	background: #97C354;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 25px;
	line-height: 50px;
	width: 360px;
	max-width: 100%;
	text-decoration: none;
}

.normal-category-intro .action.primary:hover {
	background: #60358c;
}


.subcategory-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 20px;
	padding-bottom: 90px;
	border-bottom: 1px solid #D3D3D3;
}

.subcategory-list + .row 	{
	margin-bottom: 0;
	padding-top: 40px;
}

.subcategory {
	text-align: center;
}

.subcategory .image-container {
	border: 1px solid #D3D3D3;
	margin-bottom: 2rem;
	padding: 20px;
	box-sizing: border-box;
}

.subcategory .image-container .image {
	padding-bottom: 100%;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.subcategory p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #666;
	margin-bottom: 10px;
	word-break: break-word;
}

.subcategory:hover .image-container {
	border-color: #60358c
}

.page-layout-category-subcategories.catalog-category-view .page-block.category-carousel {
	padding-top: 60px;
}

.page-layout-category-subcategories.catalog-category-view .page-block.category-carousel h2 {
	font-size: 26px;
	text-transform: none;
}

.page-layout-category-subcategories .page-block.category-carousel .swiper-container.carousel-slider .swiper-wrapper .swiper-slide {
	border: 1px solid #D3D3D3
}

.page-layout-category-subcategories .page-block.category-carousel .swiper-container.carousel-slider {
	padding-top: 40px;
	margin-bottom: 10px;
}


/**
 * Subcategory - Intro
 */

.category-intro,
.subcategory-page-intro 	{
	text-align: center;
	max-width: 770px;
	margin: 6rem auto;
	width: 100%;
}

.subcategory-page-intro .page-title 	{
	font-size: 26px;
}

.category-intro p,
.subcategory-page-intro p 	{
	font-size: 16px;
	line-height: 1.5;
}

.category-intro p:last-child,
.subcategory-page-intro p:last-child 	{
	padding-top: 19px;
}

.subcategory-page-intro .action.primary 	{
	background: #97C354;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 25px;
	line-height: 50px;
	width: 360px;
	max-width: 100%;
	text-decoration: none;
}

.subcategory-page-intro .action.primary:hover 	{
	background: #60358c;
}


/**
 * Freebies - Sliders
 */

.catalog-category-view.page-layout-freebies .page-block.category-carousel .freebies-subcategory-slider 	{
	margin-bottom: 60px;
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 60px;
}

.catalog-category-view.page-layout-freebies .page-block.category-carousel .freebies-subcategory-slider:last-child  	{
	margin-bottom: 0;
}

.catalog-category-view.page-layout-freebies .page-block.ctas {
	padding-bottom: 100px;
}

.catalog-category-view.page-layout-freebies .page-block.category-carousel .swiper-container.carousel-slider .swiper-wrapper .swiper-slide span.price 	{
    text-decoration: line-through;
}


/**
 * Featured Products Sliders
 */

.featured-products-slider .ico-arrow-r:before,
.featured-products-slider .ico-arrow-l:before 	{
	display: none !important
}

.arrow-featured 	{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 18px;
	height: 32px;
	cursor: pointer;
	z-index: 25;
}

.arrow-featured-left {
	left: 40px;
	background: url('../images/arrow-carousel-left.png') no-repeat center center;
	background-size: 18px 32px;
}

.arrow-featured-right 	{
	right: 40px;
	background: url('../images/arrow-carousel-right.png') no-repeat center center;
	background-size: 18px 32px;
}


/* Adjust price size */
.page-layout-category-subcategories .page-block.category-carousel .swiper-container.carousel-slider .swiper-wrapper .swiper-slide span.price 	{
	font-size: 20px;
}

/* Why Shop Container */
.why-shop-container.usps .element img 	{
	width: 65px;
	max-height: 65px;
	margin-right: 20px;
}

/**
 * Name & SKU in Carousel
 */

.page-layout-category-subcategories .page-block.category-carousel .swiper-container.carousel-slider .swiper-wrapper .swiper-slide p.product-name 	{
	font-size: 16px;
	font-weight: 500;
	min-height: 0;
}
.page-layout-category-subcategories .page-block.category-carousel .swiper-container.carousel-slider .swiper-wrapper .swiper-slide p.product-sku 	{
	font-size: 14px;
	min-height: 0;
}


@media (min-width: 768px) {

	.subcategory-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.arrow-featured-left {
		left: -60px;
	}

	.arrow-featured-right 	{
		right: -60px;
	}

}

@media (min-width: 1024px) {

	.subcategory-list {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		grid-gap: 30px;
	}

}