/**
 * site/shop-cards — legacy .shop-plans parity.
 */

.shop-cards.shop-plans {
	max-width: 1197px;
	margin: 66px auto 0;
	border-top: 3px solid #F1EDE8;
	border-bottom: 3px solid #F1EDE8;
	text-align: center;
}

.shop-cards__title {
	margin: 48px 0 0;
	font-family: 'sofia-pro', -apple-system, sans-serif;
	color: #252421;
}

.shop-cards__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-cards__item {
	max-width: 1190px;
	margin: 50px auto;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.shop-cards__item:nth-child(even) {
	justify-content: flex-start;
}

.shop-cards__item:nth-child(even) .shop-cards__image {
	left: inherit;
	right: 0;
}

.shop-cards__item:nth-child(even) .shop-cards__desc {
	padding: 57px 467px 0 61px;
}

.shop-cards__image {
	width: 592px;
	position: absolute;
	left: 0;
	height: 472px;
	top: 0;
	z-index: 1;
	background: #f1ede8;
	overflow: hidden;
}

.shop-cards__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop-cards__desc {
	border: 3px solid #F1EDE8;
	width: 1001px;
	padding: 50px 50px 0 467px;
	margin: 33px 0 0;
	min-height: 480px;
	position: relative;
	text-align: left;
}

.shop-cards__desc h5 {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    margin: 5px 0 0;
    font-family: 'IBM Plex Mono', monospace;
    color: #4B5B33;
    font-size: 14px;
    font-weight: 100;
}

.shop-cards__desc h2 {
	margin: 9px 0 16px;
	line-height: 54px;
	font-family: 'sofia-pro', -apple-system, sans-serif;
	color: #252421;
}

.shop-cards__desc h2 strong {
    color: #4b5b33;
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
    font-weight: 100;
}

.shop-cards__desc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-cards__desc ul li {
	margin: 0 0 25px;
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 23px;
	color: #000;
	font-family: 'IBM Plex Sans', -apple-system, sans-serif;
}

.shop-cards__desc ul li::before {
	content: "✓";
	color: #4B5B33;
	margin-right: 13px;
	font-weight: 600;
}

.shop-cards__desc p a {
    font-weight: 600;
    font-size: 13px;
    margin-top: 8px;
    display: inline-block;
    min-width: 176px;
    text-align: center;
    text-transform: uppercase;
    background: #000000;
    color: #fff;
    padding: 5px 18px 7px;
    border-radius: 0;
    letter-spacing: 0.12rem;
    font-family: 'sofia-pro';
	transition: all 0.5s;
}

.shop-cards__desc p a:hover {
	background: #402103;
}

.shop-cards__disclaim p{
	letter-spacing: 0;
	font-family: 'IBM Plex Sans', -apple-system, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	margin: -19px 0 37px;
}
@media (max-width:1170px) {
	.shop-cards.shop-plans {
		max-width:1000px;
	}
	.shop-cards__desc {
	width: 800px;
    padding: 50px 50px 50px 246px;
	}
	.shop-cards__image {
		width:400px;
	}
}
@media (max-width: 1030px) {
	.shop-cards.shop-plans {
        max-width: 700px;
    }
	.shop-cards__desc {
        width: 535px;
        padding: 40px 30px 29px 185px;
    }
	.shop-cards__image {
        width: 296px;
        height: 300px;
    }
	.shop-cards__item:nth-child(even) .shop-cards__desc {
	    padding: 57px 47px 0 61px;
	}
}
@media (max-width: 768px) {
	.shop-cards.shop-plans {
		max-width:95%;
	}
	.shop-cards__list {
		max-width:500px;
		margin: 0 auto;
	}
	.shop-cards__image {
		position:relative;
		top:inherit;
		left:inherit;
		margin: 0 0 -60px 30px;
	}
	.shop-cards__item {
		flex-direction:column;
	}
	.shop-cards__desc {
		width: 100%;
	    margin: 0 auto;
	    padding: 90px 30px 30px;
	}
	    .shop-cards__item:nth-child(even) .shop-cards__desc {
        padding: 90px 30px 30px;
    }
}
@media (max-width:500px) {
.shop-cards__item{
	margin:20px auto 50px;
}
	.shop-cards__list {
max-width:95%;}
	.shop-cards__desc h2 {
		    font-size: 26px;
    line-height: 1.5;
	}
	.shop-cards__desc p {
		margin:0;
	}
	.shop-cards__desc {
min-height:auto;}
	.shop-cards__desc ul li {
margin:0 0 10px;}
	.shop-cards__disclaim p {
		font-size:13px!important;
	}

}