img {
	height: auto;
	width: 100%;
}

.button {
	background-color: #fff;
    border: 1px solid #346ccc;
	display: inline-block;
	padding: 10px 40px;
	text-align: center;
	text-transform: uppercase;
}

.page-content .button:hover {
	background-color: #346ccc;
	color: #fff;
}

.prod-categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 30px !important;
}

.category-item {
	align-items: flex-start;
	display: flex;
    flex-direction: column;
	margin-bottom: 30px;
	padding: 0 20px;
	width: 100%;
}

.category-img {
	height: 215px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

.category-img img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.category-title {
	font-size: 24px;
	margin: 0 0 20px 0;
	text-transform: capitalize;
}

.category-description {
	margin-bottom: 20px;
	margin-top: auto;
}

.cta-block {
    background-color: #e7e8ea;
	margin-bottom: 60px;
    padding: 30px;
}

.cta-block h2 {
	flex: 1;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}

.cta-block .button {
    background-color: #346ccc;
    color: #fff;
}

.cta-block .button:hover {
    background-color: #fff;
    color: #346ccc;
}

.collection-item {
	scroll-margin-top: 106px;
	margin-bottom: 100px;
}

.admin-bar .collection-item {
	scroll-margin-top: 138px;
}

.collection-title {
    font-weight: bold;
    margin: 0 0 40px 0;
}

.product-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.product-img {
    height: 310px;
    position: relative;
    width: 100%;
}

.product-img img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.product-content {
	flex: 1;
}

.product-title {
    margin: 30px 0;
    text-transform: capitalize;
}

.product-description {
    margin-bottom: 30px;
}

@media (min-width:768px) {
	.category-item {
		width: 50%;
	}

	.product-img {
		margin-right: 40px;
		width: 40%;
	}

    .prod-categories {        
        margin: 54px 0 30px !important;
    }

}

@media (min-width:1025px) {
	.cta-block {
		align-items: center;
		display: flex;
	}

	.cta-block h2 {
		margin: 0;
	}

	.product-img {
		width: 430px;
	}
}