/* ARTGRP / PT */
.PT_Knappar .info-link {
	display: none;
}

.PT_Wrapper {
	position: relative;
}

.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;
	flex-grow: 1;
}

.PT_Wrapper .box {
	padding: 0;
}

.PT_Faktaruta {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	/* background: var(--theme-color1); */
}

.PT_Brand {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	color: #518575;
}

.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%;
}

.PT_Pris {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.PT_PrisKampanj {
	/* width: 100%; */
	font-weight: normal;
	color: var(--sale-color1);
}

.PT_PrisOrdinarie, .PrisORD, .PT_PrisKampanj, .PT- {
	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%;
	height: 2px;
	background-color: var(--lowlight-color1);
}
.PrisBOLD{font-weight: 700;}
.PrisREA {
	color: var(--sale-color1);
	font-family: 'Bebas Neue', sans-serif;
}

.PT_Beskr a {
    word-break: break-word;
	color: #343434;
	text-transform: uppercase;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: normal;
	font-size: 18px;
}

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

.PT_PrisNormal {
	font-family: 'Bebas Neue', sans-serif;
}

.PT_Faktaruta .TextKort {
	position: absolute;
    top: 0;
    right: 0;
    background: #DCEDDF;
    border-radius: 10px;
    margin: 0.5em;
	text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.PT_Faktaruta .TextKort span {
	padding: 5px;
}

.TextKort span:empty {
	display: none;
}

@media only screen and (max-width: 30em) {

	.PT_Pris {
		font-size: 18px;
	}

	.ikoner {
		font-size: 16px;
	}

	.PT_Faktaruta .TextKort {
		width: 90%;
	}

	.PT_Faktaruta .TextKort span {
		font-size: 9px!important;
	}

}

.PT_Pris div:has(.Pris_Rek:empty) {
	display: none
}