/* ARTGRP / PT */
.PT_Wrapper {
	position: relative;
	background: #fff;
	border-radius: 4px;
	border: 1px solid rgb(228, 228, 228);
}

.PT_Wrapper .box {
	padding-top: 0px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: column;
	align-items: stretch;
}

.PT_Beskr {
	margin-top: auto;
}

.PT_Wrapper .box {
	padding: 0;
}

.PT_Faktaruta {
	flex-grow: 1;
}

.PT_Wrapper .PT_btn {
	margin-left: auto;
}

.PT_Wrapper .PT_btn a {
	padding: 0.5em 1em;
	font-size: 0.8em;
	font-weight: bold;
}

.PT_Bildruta {
	position: relative;
/* 	padding-bottom: 100%; */
}

.PT_Bildruta img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	object-fit: scale-down;
	max-height: 90%;
	max-width: 90%;
	mix-blend-mode: darken;
}

.PT_PrisKampanj {
	width: 100%;
}

.normal .PT_Knappar, .normal .PT_Knappar .buy-button {
	width: 100% !important;
	border-radius: 4px;
}
.PT_Wrapper_All.normal .PT_Pris {
	margin: 30px 0 0;
	text-align: center;
	font-weight: 700;
	width: 100%;
	margin-top: 5px;
}

.PT_PrisOrdinarie, .PrisORD {
	position: relative;
	color: var(--lowlight-color1);
}

.PT_PrisOrdinarie::after, .PrisORD:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 2px;
	left: -2px;
	bottom: 0;
	margin: auto;
	width: 100%;
	transform: rotate(13deg);
	height: 2px;
	background-color: var(--lowlight-color1);
}
.PrisBOLD{font-weight: 700;}
.PrisREA
{color: var(--sale-color1);font-weight: 700;}

.PT_Beskr a {
    word-break: break-word;
    font-size: 16px;
    font-weight: 500;
	min-height: 50px;
}

@media screen and (max-width: 768px) {
	.PT_Beskr a {
		font-size: 14px;
	}
}

@media screen and (max-width: 450px) {
	.list .PT_Pris {
		text-align: unset;
	}
}

.PT_Wrapper .buy-button-qty {
	max-width: 100%;
    text-align: center;
    margin-bottom: calc(var(--gutter)/2);
}

.ACE_Slider .epub_artgrp_cell{
	display: none;
}

.bg-grey .col-lg-4 {
	background: #f8f8f8;
	padding: 2em;
	margin: 0.5rem;
}
	
@media only screen and (min-width: 75em) {
	.bg-grey .col-lg-4 {
		padding: 2em;
		margin: 0.5rem;
		flex-basis: 31.333%;
		max-width: 31.333%;
	}
}

.no_border .cm_content_wrapper h2{
	border: 0;
}

.border_top{
	border-top: 1px solid;
}

/* Equal-height product name links in ACE_Slider — max 2 lines */
.ACE_Slider .PT_Beskr a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.8em;
}

/* Equal-height product cards in normal grid */
.PT_Wrapper_All.normal {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.PT_Wrapper_All.normal .PT_Wrapper {
	display: flex;
	flex-direction: column;
}

.PT_Wrapper_All.normal .PT_Faktaruta {
	height: auto;
	flex-grow: 1;
}

.PT_Wrapper_All.normal .PT_Beskr {
	height: auto;
}