.product { border-bottom: 1px solid #DCDCDC; margin-bottom: 1.5rem; }
.product p { font-size: inherit; line-height: inherit; margin: 0;  }

@media(max-width: 575px) {
	.product p, 
	.product__heading { hyphens: auto; }
}

.product__heading {  
	font-size: 20px;
	line-height: 1.1;	
}

.product__content {
    font-size: 1.1rem;
	line-height: 1.2;
	
	padding-top: 1rem;
	padding-bottom: 1.5rem;
}

@media(min-width: 576px) {
	.product__content {
	    font-size: 1.25rem;
		font-weight: 400;
	}
}


.product__images { position: relative; }
.product__images > div { position: relative; height: 0; background: linear-gradient(#F8F8F8, #E5E5E5); overflow: hidden; padding-bottom: 85%; }
.product__images img { padding-top: 8%; }

@media(min-width: 576px) {
	.product__images > div { padding-bottom: 65%; }
	.product__images img { padding-top: unset; }
}

.product__images:after {
	content: '';
	position: absolute; width: 25px; height: 25px; right: 5px; bottom: 5px;
	background: transparent no-repeat center center;
	background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238A8A8A' d='M1088 800v64q0 13-9.5 22.5t-22.5 9.5h-224v224q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-224h-224q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h224v-224q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5v224h224q13 0 22.5 9.5t9.5 22.5zm128 32q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 53-37.5 90.5t-90.5 37.5q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z'/%3E%3C/svg%3E");
	background-size: contain;
	pointer-events: none;	
}

