

.guidesection  .guide_slider .PT_Faktaruta{
	max-height: unset !important;
	min-height: unset !important;
	border-bottom: none;
	margin-top: 1rem;
}

.PT_Wrapper.track .flex-column:nth-child(1){
  min-height: 130px;
}
.PT_Wrapper.track .flex-column:nth-child(2){
  min-height: 360px;
}
.PT_Wrapper.track .flex-column:nth-child(3){
  min-height: 105px;
}
.PT_Wrapper.track .flex-column:nth-child(4){
  min-height: 450px;
}
.PT_Wrapper.track .flex-column:nth-child(5){
  min-height: 295px;
}

/* Mobile only */
@media screen and (max-width: 768px) {
  .PT_Wrapper.track .flex-column:nth-child(1){
    min-height: 120px;
  }
  .PT_Wrapper.track .flex-column:nth-child(2){
    min-height: 350px;
  }
  .PT_Wrapper.track .flex-column:nth-child(3){
    min-height: 110px;
  }
  .PT_Wrapper.track .flex-column:nth-child(4){
    min-height: 450px;
  }
  .PT_Wrapper.track .flex-column:nth-child(5){
    min-height: 330px;
  }
}


.guide_slider{
	/*width: 100%;
	margin-inline: 0;
    scroll-behavior: smooth;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    margin: 0;
    gap: 0;
    margin-right: calc(-1* var(--gutter));
    margin-left: calc(-1* var(--gutter));
    width: calc(100% +(2* var(--gutter)));*/
	position: relative;
	margin: 1rem auto 3rem;
	max-width: 100%;
	overscroll-behavior: contain;
	grid-template-columns: unset;
  gap: 0;
}
.PT_Header .flex-column{
	padding-bottom: 0;
}

.guidesection .flex-column{
	flex-direction: column;
	margin-inline: 0.5rem;
	border-bottom: 1px solid #E2DDD9;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.guidesection .flex-column:not(.PT_Faktaruta){
	border-bottom: none;
	font-size: 12px;
	line-height: 18px;
}
.flex-column:not(.PT_Faktaruta) img{
	/* margin-top: 3rem; */
}

.flex-column:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.flex-column strong{
	font-size:11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.06em;

}
.guide_slider .PT_Bildruta{
	display:block;
	border:none;
}
.PT_Sticky{
	background-color: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}
.PT_Header {
  top: 165px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 4;
	transition: top 400ms;
}
.header-unstick ~ main .PT_Header {
  top: 50px;
}

.guide_slider .price-container{
    display: flex;
    flex-direction: row;
}
.price-text{
	margin-right: 2px;
}

.PT_More a {
    background: #000;
    color: #fff;
    margin: 0.5rem;
    padding: 0.5rem 0rem;
	display: flex;
    justify-content: center;
}
.PT_More a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}

.VariantProperties{
	justify-content: flex-start;
	margin: 0.5rem;
  min-height: 22px;
}

.PT_Wrapper.track {
	font-size: 12px;
	line-height: 18px;
}
.PT_Header .PT_Bildruta{
	position: relative;
	top: unset;
	padding: 0;
  aspect-ratio:343/208;
  max-width: 100%;
  background: transparent;
}

.PT_Header .PT_Bildruta a>img{
	padding: 0;
	mix-blend-mode: multiply;
	position: relative;
}
.PT_Header .PT_Brand{
	font-size: 16px;
}
.PT_Header .price-container, .PT_Header .price-container .PT_PrisKampanj, .PT_Header .price-container .PT_PrisOrdinarie, .price-container .PT_PrisDefault, .PT_Wrapper_All.guide_slider .xs-text-xs{
	font-size: 12px;
}

.tracks,
.scroller {
  display: flex;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  gap: 1rem;
}

.scroller {
  overflow-x: hidden;
}

.tracks {
  overflow: auto;
  /* scroll-snap-type: x mandatory; */
}

.scenes::-webkit-scrollbar,
.scroller::-webkit-scrollbar {
  display: none;
}

.track {
  flex: 1 0 calc(22% + 2px);
  scroll-snap-align: start;
	background: #F5F5F5;
}

.track + .track {
  margin-left: -1px;
}

.heading {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border: solid #fff;
  border-width: 0 1px;
  z-index: 1;
  background: #efefef;
  font-weight: 700;
}

.scenes::-webkit-scrollbar,
.scroller::-webkit-scrollbar {
  display: none;
}

/* Mobile & Tablet */
@media screen and (max-width: 1024px) {
    .scroller.syncscroll {
        width: calc(100vw - 18px);
    }
  .track {
    flex: 1 0 calc(33% + 7px);
  }
  .PT_Header .slider-controls .slider-next {
    right: 10px;
}
}
/* Mobile only */
@media screen and (max-width: 768px) {
    .scroller.syncscroll {
        width: calc(100vw - 18px);
    }
  .track {
    min-width: 70%;
    flex: 1 0 calc(70% + 7px);
  }
  .PT_Header .slider-controls .slider-next {
    right: 15px;
}
}

.readMore-wrapper div{
  position: relative;
	max-height: 90px;
	overflow: hidden;
}
.readMore-wrapper div strong{
  display: block;
}

.readMore-wrapper div::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), #F5F5F5);
}

.readMore-wrapper.active div{
	max-height: 100%;
	overflow: visible;
}

.readMore-wrapper.active div::after{
    content: none;
}

.relative{
	position: relative;
}

.guideImgSlider-wrapper{
	padding-bottom: 0;
	margin-bottom: 0;
}
.guideImgSlider {
    display: flex;
    overflow: auto;
	scroll-snap-type: x mandatory;
}
.guideImgSlider img{
	margin-bottom: 0;
}

.guideImgSlider::-webkit-scrollbar {
	display: none;
}

.guideImgSlider > *{
	scroll-snap-align: start;
	padding: 0.5rem 1rem;
}
.guideImgSlider img{
  width: 100%;
}

.guideImgSlider img + .slider-controls {
  display: none !important;
}
.guideImgSlider img + img + .slider-controls {
  display: block !important;
}

.guideImgSlider .slider-controls .slider-arrow{
	width: 25px;
	height: 25px;
	min-width: 25px !important;
    min-height: 25px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.guideImgSlider .slider-controls .slider-prev{
	left: 0 !important;
}
.guideImgSlider .slider-controls .slider-next{
	right: 0 !important;
}
.PT_Wrapper_All.guide_slider .slider-controls {
    /* top: 9%; */
    z-index: 5;
}

span[data-js="showMore"]{
    font-size: 12px;
    line-height: 18px;
    text-align: end;
    cursor: pointer;
}

.property-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  gap: 0.5rem;
}
.property-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.property-list img{
  margin-bottom:unset !important;
}