/* ARTGRP / PT */


img.lazy + .pre-lazy-loader:before, .lazy-extra + .pre-lazy-loader:before {
    content: "\f1ce";
    font-family: "Font Awesome 5 Pro";
    color: #888;
    width: 22px;
    height: 22px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: calc(50% - 11px);
    top: calc(50% - 11px);
    z-index: 2;
    animation: spin .8s linear infinite;
}
@keyframes spin {
    from {transform: rotate(0deg)}
    to {transform: rotate(360deg)}
}

.PT_Wrapper .PT_Lager, .variantCell {
    justify-content: right;
    color: var(--text-color300);
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
}
.PT_Wrapper .PT_Lager{
	display: none;
}
.PT_Wrapper .p-varianttext a {
    display: flex;
    gap: 3px;
    font-size: 11px;
    font-weight: 400;
    color: var(--text-color300);
    flex-wrap: wrap;
    justify-content: flex-end;
}

.PT_Wrapper .p-varianttext {
    display: flex;
    font-size: 11px;
    font-weight: 400;
    color: var(--text-color300);
    text-transform: uppercase;
}

.p-varianticon + .PT_Lager {
    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_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 {
	background: #fff;
	position: relative;
}

.PT_Bildruta a{
	display: flex;
	width: 100%;
	overflow: hidden;
    overflow: overlay;
    height: 100%;
	scroll-snap-type: x mandatory;
	position: relative;
	/* position: relative;
	padding-bottom: 100%; */
}
/* .PT_Bildruta a:hover{
	scroll-behavior: smooth;
} */
.smooth-scroll{
	scroll-behavior: smooth;
}


.img-wrapper:empty {
    display: none;
}

.img-wrapper {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    text-align: center;
    padding-bottom: 136.36363636363635%;
    scroll-snap-align: start;
	scroll-snap-stop: always;
	
}

	.PT_Bildruta a::-webkit-scrollbar {display: none;}
	.PT_Bildruta a {-ms-overflow-style: none;  scrollbar-width: none;} 

  .PT_Bildruta .arrow-back,
  .PT_Bildruta .arrow-next{
	  display: none;
	  opacity: 0;
	  transition: opacity .25s ease;
  }
  @media screen and (min-width: 48.01em) {

	.PT_Bildruta:hover .arrow-back,
	.PT_Bildruta:hover .arrow-next{
		display: block;
		position: absolute;
		top: 50%;
		z-index: 10;
		transform: translateY(-50%);
		width: 10%;
		height: 100%;
		z-index: 4;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		opacity: 1;
		transition: opacity .25s ease;
		cursor: pointer;
	}
	.arrow-back{
	left: 0;
	}
	.arrow-next{
	right: 0;
	}

	
	.arrow-back:before{
		content: "\f053";
	}
	.arrow-next:before{
		content: "\f054";
	}
	.no-slider .arrow-back,
	.no-slider .arrow-next{display: none!important;}
	.PT_Wrapper:hover .PT_Lager{
		display: flex;
	}
	.PT_Wrapper:hover .variantCell{
		display: none;
	}
  }
  .arrow-back:before, .arrow-next:before{font-family: "Font Awesome 5 Pro"; color: #000; font-size: 2em;}


.PT_Bildruta img {
	/* position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	object-fit: scale-down;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
    object-position: center;
    height: 100%; */
	width: 100%;
	height: 100%;
	scroll-snap-align: start;
	max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
	/* aspect-ratio: 2.2/3; */
}

.PT_PrisKampanj {color: #e64745;}
.PT_PrisOrdinarie, .PrisORD {position: relative;/*color: var(--lowlight-color1);*/}
.PT_PrisOrdinarie, .PrisORD {text-decoration:line-through;}
.PrisREA{color: var(--sale-color1);}
.PT_Beskr a {
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 30px;
}

.p-varianticon {
	display: flex;
    justify-content: right;
}

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

.PT_Beskr a, .PT_Brand{font-size: 12px;}
.PT_Brand a, .PT_Brand{color: var(--text-color300);}

.PT_PriceWrap{
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}


/* Mobil */
@media screen and (max-width: 48em) {
	.PT_PriceWrap {margin: 0;}
	.PT_Pris {padding-left: 0; padding-right: 0;}

}
