/* GENERAL */
main {
	margin-top: 0;
}

/* MAIN VISUAL */
.main-visual {
	margin-top: 12rem;
}
.main-visual img {
	width: 100%;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-prev, .slick-next {
	width: 100px;
	top: 40%;
	z-index: 10;
}
.slick-prev:before, .slick-next:before {
	font-size: 72px;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-dots {
	bottom: 10px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
	color: rgba(30,30,30,1);
}
.slick-prev:before {
    content: '‹';
	color: rgba(30,30,30,1);
}
[dir='rtl'] .slick-prev:before {
    content: '›';
}
.slick-next:before {
    content: '›';
	color: rgba(30,30,30,1);
}
[dir='rtl'] .slick-next:before {
    content: '‹';
}
.slick-dots li {
	width: 5rem;
}
.slick-dots li button {
	width: 5rem;
	height: 2rem;
}
.slick-dots li button:before {
	content: '';
	top: 1rem;
	width: 5rem;
	height: 2px;
	background: rgba(60,60,60,1);
	opacity: 0.5;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
}

/* SHOP BY CATEGORY */
.shop-by-category ul {
	margin-top: 2rem;
	text-align: center;
}
.shop-by-category ul li {
	position: relative;
	display: inline-block;
	float: none;
	padding: 0 1.5rem 3rem;
}
.shop-by-category ul li * {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.shop-by-category ul li img {
	width: 100%;
}
.shop-by-category ul li a {
	position: relative;
	display: block;
	border-radius: 0.5rem;
	line-height: 0;
	overflow: hidden;
}
/* .shop-by-category ul li:nth-child(3n+1) {
	padding-right: 2rem;
}
.shop-by-category ul li:nth-child(3n+2) {
	padding-right: 1rem;
	padding-left: 1rem;
}
.shop-by-category ul li:nth-child(3n+3) {
	padding-left: 2rem;
} */
.shop-by-category ul li:nth-child(1) a {
	background: #fbba1e;
}
.shop-by-category ul li:nth-child(2) a {
	background: #2452a7;
}
.shop-by-category ul li:nth-child(3) a {
	background: #d61d2d;
}
.shop-by-category ul li:nth-child(4) a {
	background: #fbba1e;
}
.shop-by-category ul li:nth-child(5) a {
	background: #2452a7;
}
.shop-by-category ul li h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6rem;
	z-index: 2;
	text-align: center;
	line-height: 1;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0;
	color: #fff;
}
@media screen and (min-width:769px) {
	.shop-by-category ul li a:hover img {
		opacity: 0.2;
		transform: scale(1.1);
	}
	.shop-by-category ul li a:hover h3 {
		bottom: 4rem;
	}
}
@media screen and (max-width:768px) {
	.shop-by-category ul li,
	.shop-by-category ul li a {
		height: 11rem;
	}
	.shop-by-category ul li img {
		position: absolute;
		bottom: -200%;
		left: 0;
		right: 0;
		opacity: 0.2;
	}
	.shop-by-category ul li h3 {
		bottom: 4rem;
	}
	.shop-by-category ul li:nth-child(3n+1) {
		padding-right: 0;
	}
	.shop-by-category ul li:nth-child(3n+2) {
		padding-right: 0;
		padding-left: 0;
	}
	.shop-by-category ul li:nth-child(3n+3) {
		padding-left: 0;
	}
}

/* FEATURES */
.features li {
	padding: 2rem;
	text-align: center;
}
.features li i {
	margin-bottom: 2rem;
	font-size: 4rem;
}
.features li h3 {
	margin-bottom: 1rem;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
.features li p {
	line-height: 1.5;
	font-size: 80%;
}

/* SUPPORT LOCALS */
.support-locals li {
	padding: 10rem 5rem;
	line-height: 1.5;
	color: #222;
}
.support-locals li h2 {
	font-size: 3.2rem;
	font-weight: 700;
}
.support-locals li:nth-child(1) {
	background: #2452a7;
	text-align: center;
	color: #fff;
}
.support-locals li:nth-child(2) {
	background: url('/src/assets/img/support-locals.jpg') no-repeat top -50px center;
	background-size: cover;
}
@media screen and (min-width:1200px) {
	.support-locals li {
		padding: 15rem 5rem;
	}
}
@media screen and (min-width:2000px) {
	.support-locals li {
		padding: 20rem 5rem;
	}
}