/*------------------------
	AR vepa - only iOS
------------------------*/
/*@supports not (-webkit-overflow-scrolling: touch) {
	#safari {display:none !important}
}*/

#safari {
	display: none;
	background: #fff;
}
#arvepa {
	display: none;
}
/* Hack fr att endast visa i safari: */
@media not all and (min-resolution: 0.001dpcm) {
	#safari {
		display: block !important;
	}
}
/* Mobile only */
@media screen and (max-width: 768px) {
	#breadcrumbs {
		/*margin-right: 50px;*/
	}
	#arvepa {
		/*position: absolute;
		top: -2px;
		right: 8px;
		z-index: 1;*/
		display: block;
	}
}
/*------------------------  
	PRODUKT
------------------------*/
#KampanjFalt > div {
	background: var(--base-background3);
	color: var(--base-color3);
	padding: var(--gutter);
}
#KampanjFalt > div h3 {
	margin-top: 0;
}

#Produktinfo ul {
	list-style: disc;
	padding-left: 20px;
}

.product-banner-container {
	position: absolute;
	z-index: 1;
	top: 35px;
}

.product-banner-container p {
	font-weight: 700;
	font-family: 'poppinslight';
	text-align: center;
}

.product-banner-container > div:first-child > p {
	margin-top: 0px !important;
}

/*------------------------
	Added for handeling "bra deal"
-------------------------*/

.product-banner-container .deal-badge {
	display: none;
}

.campaign-price-changed + .ikoner .percent_lowest {
	display: none;
}

#Bildkolumn  .product-banner-container .deal-badge {
	display: none;
}

/*------------------------
	Orderfalt
-------------------------*/
/* Dlj antalsflt (inkl. Set-artiklar) */
.ProduktbeskrAntalvalTabell,
.ProduktbeskrAntalvalFalt,
.Laggikorgen_Antalsfalt,
.artikel_antal,
.VariantAntalFaltEtikett,
.VariantAntalFalt,
.Laggikorgen_Antalsrad {
	display: none !important;
}
/* "Dold" kpknapp */
#SubmitFalt[style='display: none; visibility: hidden;'] {
	display: block !important;
	visibility: visible !important;
	pointer-events: none;
	filter: opacity(0.4);
}

#Produktinfo {
	display: block !important;
	visibility: visible !important;
}
.TeknSpec_Tabell {
	width: 50%;
}
.TeknSpec_Tabell td:nth-child(odd) {
	font-weight: 600;
	font-family: 'poppinsmedium', sans-serif;
}
.TeknSpec_Tabell td {
	padding: 5px 10px;
}
.TeknSpec_Tabell td:first-child {
	min-width: 100px;
}
.TeknSpec_Tabell a {
	/*pointer-events: none;*/
}
/* Lagerstatus */
.Leveranstid a[id='Lagerid_1']::before {
	background: var(--success-color); /* Grn */
}
.Leveranstid a[id='Lagerid_9']::before,
.Leveranstid a[id='Lagerid_14']::before,
.Leveranstid a[id='Lagerid_10']::before,
.Leveranstid a[id='Lagerid_15']::before,
.Leveranstid a[id='Lagerid_3']::before,
.Leveranstid a[id='Lagerid_4']::before,
.Leveranstid a[id='Lagerid_13']::before,
.Leveranstid a[id='Lagerid_11']::before {
	background: var(--warning-color); /* Orange */
}
.Leveranstid a[id='Lagerid_17'],
.Leveranstid a[id='Lagerid_5'],
.Leveranstid a[id='Lagerid_16'],
.Leveranstid a[id='Lagerid_18'],
.Leveranstid a[id='Lagerid_12'] {
	/*opacity: 0; */
}
.Leveranstid a[id='Lagerid_17']::before,
.Leveranstid a[id='Lagerid_5']::before,
.Leveranstid a[id='Lagerid_16']::before,
.Leveranstid a[id='Lagerid_18']::before,
.Leveranstid a[id='Lagerid_12']::before,
.Leveranstid a[id='Lagerid_17']::after,
.Leveranstid a[id='Lagerid_5']::after,
.Leveranstid a[id='Lagerid_16']::after,
.Leveranstid a[id='Lagerid_18']::after,
.Leveranstid a[id='Lagerid_12']::after {
	content: '';
	display: none;
}

/*------------------------
	EGENSKAPSBOX
-------------------------*/
/* anvnds endast till js */
#standardEgenskap,
#komfortEgenskap {
	display: none;
}
.egenskaper {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	margin-right: 25px;
}
.egenskaper-titel {
	flex-basis: 100%;
	text-align: center;
	margin-bottom: var(--gutter);
}
.egenskapsbox.komfort {
	border-right: var(--border-std);
}
.egenskapsbox li {
	padding: 0 15px;
	font-weight: 300;
	font-family: 'poppinslight', sans-serif;
	margin-bottom: 5px;
}
.egenskapsbox.komfort li {
	padding-left: 0;
}
.egenskapsbox li .marked {
	font-weight: 600;
	font-family: 'poppinsmedium', sans-serif;
}

/*------------------------
	Produktlistor
-------------------------*/
.product-list {
	padding-top: var(--gutter);
	padding-bottom: var(--gutter);
	/*margin: 10px 0;*/
}
.product-list h2,
h3 {
	margin: 0;
}
.product-list h2 {
	font-size: 16px;
}
.product-list h3 {
	font-size: 16px;
	text-transform: uppercase;
}
.product-list h3.custom-heading {
	font-size: 24px;
	/*font-weight: 600; 
	font-family: 'poppinsmedium', sans-serif;*/
	font-family: haboro, sans-serif;
	font-weight: 300;
	text-transform: unset;
}
/* Tablet and up */
@media screen and (min-width: 769px) {
	.product-variation-colours__item {
		transition: 200ms ease-in-out all;
	}
	.product-variation-colours__item:hover {
		border-color: var(--border-marked);
		opacity: 0.8;
	}
}

/*------------------------
	Tygprov
-------------------------*/
label.error {
	float: none;
	color: var(--danger-color);
	padding-left: 0.5em;
	vertical-align: top;
}
button#submitTygprov {
	width: 200px;
	margin-left: calc(50% - 100px);
	text-align: center;
}
#tygprovForm input[type='text'],
#tygprovForm textarea {
	display: inline-block;
	line-height: 30px;
	padding: 6px;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	vertical-align: middle;
	line-height: 1.5em;
	font-size: 1.1em;
	padding: 0.8em;
	color: #58595b;
	width: 100%;
	background: var(--base-background1);
}
#tygprovForm input[type='text'] {
	height: 3em;
}
#tygprovForm {
	background: #f6f6f6;
	padding: 1em;
}
.tygprovFormTitle,
#tygprovForm table {
	width: 50%;
	margin-left: 25%;
}
#tygprovForm table tr td {
	padding-bottom: 15px;
}
#tygprovForm .tygprovFormTitle {
	font-size: 1em;
	text-align: center;
	padding: 1em;
}
#tygprov-status .statusMessage {
	border-radius: 27px;
	color: var(--base-color7);
	text-align: center;
	padding: 1em;
}
#tygprov-status .statusMessage.error {
	background: var(--danger-color);
	background: #c65357;
}
#tygprov-status .statusMessage.success {
	background: var(--success-color);
	background: #7ab161;
}

/* Tablet and up */
@media screen and (min-width: 769px) {
	/* Egenskapsbox */
	.egenskaper {
		display: block;
		margin-right: 0;
		margin-bottom: var(--gutter);
	}
	.egenskapsbox.komfort {
		border-right: none;
		border-bottom: var(--border-std);
	}
	.egenskapsbox.komfort::before {
		content: 'Komfort: ';
	}
	.egenskapsbox.standard::before {
		content: 'Standard: ';
	}
	.egenskapsbox.komfort::before,
	.egenskapsbox.standard::before {
		margin: 15px 0;
		min-width: 80px;
		color: var(--lowlight-color1);
		font-size: 0.8em;
		text-transform: uppercase;
		font-weight: 600;
		font-family: 'poppinsmedium', sans-serif;
	}
	.egenskapsbox {
		width: 320px;
		display: flex;
		justify-content: space-between;
	}
	.egenskapsbox li {
		padding: 0;
		margin: 12px 0;
		min-width: 80px;
	}
	/* Produktlistor */
	.product-list {
		/*padding-top: 30px;
		padding-bottom: 30px;*/
		width: 100%;
	}
	.product-list h2,
	h3 {
		margin-bottom: var(--gutter);
	}
	.product-list h2 {
		font-size: 24px;
	}
	.product-list h3 {
		font-size: 20px;
	}
	.product-list h3.custom-heading {
		font-size: 30px;
		margin-top: calc(-1 * var(--gutter));
	}
}
/* Desktop only */
@media screen and (min-width: 769px) and (max-width: 1920px) {
	.product-list h2,
	.accordion-title {
		font-size: 19px !important;
	}
	.tygprovFormTitle,
	#tygprovForm table {
		width: 50%;
		margin-left: 25%;
	}
}
/* Desktop and up */
@media screen and (min-width: 1025px) {
	#tygprovForm table {
		width: 40%;
		margin-left: 30%;
	}
}
/* Mobile only */
@media screen and (max-width: 768px) {
	.tygprov-btn {
		font-size: 12px;
	}
	.tygprovFormTitle,
	#tygprovForm table {
		width: 100%;
		margin-left: 0;
	}
	.tabs li:last-child {
		margin-left: 0.5% !important;
	}
	button#submitTygprov {
		width: 100%;
		margin-left: 0;
	}
}

/* Upsales / Cross selling */
#cross-selling-module {
    background: rgb(248 247 245);
	border-radius: 16px;
	padding-top: calc(var(--gutter) * 2);
	padding-bottom: calc(var(--gutter) * 2);
}

#cross-selling-module .canvas-header {
    position: absolute;
    top: 0;
    right: 0;
}
#cross-selling-module .canvas-header .Close::after {
	font-family: 'Font Awesome 5 Pro';
    content: '\f00d';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
    line-height: initial;
    background: var(--base-background7);
    color: var(--base-color7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    padding: 8px;
}
.cross-selling-heading-text, 
#cross-selling-module h2,
#cross-selling-module .PT_Wrapper_All {
    max-width: calc(100% - (2 * var(--gutter)));
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.cross-selling-heading-text, 
#cross-selling-module h2 {
	display: block;
}
#cross-selling-module .PT_Wrapper_All{
	/* display: grid;
	grid-template-columns: repeat(2, 1fr); */
	display: flex;
	flex-direction: row;
	overflow: auto;
}
#cross-selling-module .PT_Wrapper {
	padding: 0;
	min-width: 43%;
	max-width: 50%;
    margin: 0 auto;
}
#cross-selling-module .PT_Bildruta .product-image,
#cross-selling-module .PT_Bildruta .product-image>img {
	opacity: 1;
}
#cross-selling-module .PT_Bildruta.mask::after{
	background: transparent;
}
#cross-selling-module .Onskelista_artgr .wishlist-button{
	/* background: #f8f7f5; */
}

/* Tablet and up */
@media screen and (min-width: 769px) {
	#cross-selling-module {
		padding: calc(var(--gutter) * 2);
		max-width: 620px;
	}
}

.button__to--cart,
.button__to--checkout {
	font-size: 16px;
}
.button__to--checkout {
	margin-top: auto;
	margin-bottom: var(--gutter);
}
/*.upsales__heading {
	margin: 0;
	font-size: 16px;
	margin-top: auto;
}
.Upsales {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
}
.Upsales .PT_Wrapper_All {
	margin: 0 !important;
	width: auto !important;
	scroll-behavior: inherit;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.Upsales .PT_Wrapper_All::-webkit-scrollbar {
	display: none;
}
.Upsales .PT_Wrapper {
	min-width: 175px !important;
	max-width: 175px !important;
	margin-right: var(--gutter);
	padding: 0;
}
.Upsales .Knapp_Kop_Tabell {
	width: 100%;
}
.Upsales .PT_Knappar .Knapp_Kop {
	width: 100%;
	text-align: start;
}
.Upsales .PT_Knappar .Knapp_Kop a,
.Upsales .PT_Knappar .buy-button {
	width: 50%;
	padding: 7px 5px;
	min-height: unset;
	font-size: 0;
	font-weight: inherit;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Upsales .PT_Knappar .Knapp_Kop a:hover {
}
.Upsales .PT_Knappar .Knapp_Kop a:after,
.Upsales .PT_Knappar .buy-button::after {
	font-size: 9px;
	content: 'Lägg i varukorg';
	line-height: inherit;
	margin: auto;
}
.Upsales .PT_Brand,
.Upsales .PT_PrisKampanj {
	font-size: 14px;
}
.Upsales .PT_Beskr {
	font-size: 12px;
	max-height: 15px;
}
.Upsales .PT_extra {
	display: none;
}
.Upsales .slider-controls .slider-prev {
	left: 0px !important;
}
.Upsales .slider-controls .slider-next {
	right: 0px !important;
}
.Upsales .slider-controls .slider-arrow {
	width: 25px;
	height: 25px;
	font-size: 10px;
	background: var(--base-color1);
	color: var(--base-background1);
	min-height: unset !important;
	-webkit-transform: translate(0, -200%);
	-ms-transform: translate(0, -200%);
	transform: translate(0, -200%);
}*/

/* Mobile only */
@media screen and (max-width: 768px) {
	.fancybox-overlay .upsales-wrapper.fancybox-wrap {
		top: 15% !important;
		width: 80% !important;
	}
	/*.upsales-wrapper .fancybox-skin {
		height: 50vh !important;
		min-height: 360px;
	}
	.upsales-wrapper .fancybox-close:after {
		width: 30px;
		height: 30px;
		font-size: 15px;
	}
	.button__to--cart,
	.button__to--checkout {
		font-size: 15px;
	}
	.Upsales .PT_Wrapper_All {
		margin-right: calc(-1 * var(--gutter));
		margin-left: calc(-1 * var(--gutter));
		padding-top: 0;
	}*/
}

.Se_sortement {
    font-size: 14px;
    font-weight: 800;
    text-decoration: underline;
	text-decoration-color: #bebfc1;
	text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
	flex-shrink: 0;
}

.Se_sortement_wrap {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    white-space: nowrap;
}
.thumbnail-video {
	position: relative;
}
.thumbnail-video:before {
	content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 2;
    background-image: url(/themes/develop_a11y/design/bilder/Video_White_PlayButton.gif);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

#Faktablad:not(:has(.PrisREA)) .campaign_badge-wrapper, #Faktablad:has(.PrisREA) .fast_badge-wrapper {
	display: none;
}

#Faktablad:has(.campaign-price-changed) .Ikon_Kampanj, #Faktablad:has(.campaign-price-changed) .campaign_badge-wrapper  {
	display: none !important;
}

#Faktablad:has(.campaign-price-changed) .product-banner-container .deal-badge {
	display: none !important;
}

#Faktablad:has(.campaign-price-changed) .deal-badge {
	display: block !important;
}


.deal-badge {
	display: none;
}

.price-history_graph {
	display: none;
}

#Faktakolumn:has(.campaign-price-changed) .price-history_graph {
	display: block !important;
	margin-block: 1rem;
}
#Faktakolumn:has(.campaign-price-changed) #Price_History {
	display: none !important;
}
#Faktakolumn:has(.campaign-price-changed.lower) .PrisREA {
	color: #458017 !important;
}
#Faktakolumn:has(.campaign-price-changed.same) .PrisREA {
	color: #458017 !important;
}
#Faktakolumn:has(.campaign-price-changed.higher) .PrisREA {
	color: #458017 !important;
}
#Faktakolumn:has(.campaign-price-changed) #PrisFalt {
	flex-direction: column-reverse;
}
#Faktakolumn:has(.campaign-price-changed) .deal-badge {
	display: block !important;
}
#Faktakolumn:has(.campaign-price-changed) .deal-badge p, #Faktakolumn .fast_badge-wrapper p {
	width: fit-content;
	padding-inline: 10px;
	margin: 0 !important;
	padding-top: 2px;
}

#Bildkolumn:has(.campaign-price-changed) .procent2 {
	display: none !important;
}

.FaKvarIlager:has(.LagerstatusEgenskap:not(:empty)) {
	display: none;
}

.LagerstatusEgenskap {
	display: none;
}

.FaKvarIlager {
	order: 1;
}
.artikel_i_lager span {
	display: flex;
	align-items: baseline;
	font-size: 12px;
	margin: 1rem 0px;
}

.art_i_fatal:before {
    content: " ";
    /* padding: 1rem; */
    background: #cc2121;
    height: 8px;
    width: 8px;
    display: flex;
    margin-right: 10px;
    border-radius: 50%;
}

/* Mobile only */
@media screen and (max-width: 768px) {
	.FaKvarIlager {
		margin-bottom: calc(var(--gutter) / 3);
	}
	
	#SubmitFalt.sticky-active {
		position: fixed;
		bottom: 58px;
		left: 0;
		right: 0;
		z-index: 1000;
		background: #fff;
		border-top: 1px solid #ddd;
        box-shadow: 0 -7px 10px rgba(0, 0, 0, 0.1);
		padding: 14px 15px 10px;
		margin: 0;
		transform: translateY(0);
		transition: transform 0.3s ease-in-out;
	}
	
	#SubmitFalt.sticky-hidden {
		transform: translateY(100%);
	}
	
	.product-details-left.sticky-active {
		position: fixed;
		bottom: 0px; 
		left: 0;
		right: 0;
		z-index: 999;
		background: #fff;
		/* border-top: 1px solid #ddd; */
		/* box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); */
		padding: 10px 15px;
		margin: 0;
		transform: translateY(0);
		transition: transform 0.3s ease-in-out;
		width: 100%!important;
	}
	
	.product-details-left.sticky-hidden {
		transform: translateY(100%);
	}
}

#manufacturer {
	margin-bottom: 20px;
}

.gpsr-content h3 {
	font-weight: 600;
}

.accordion-panel-gpsr:not(:has(table)) {
    display: none;
}

#SubmitFalt button {
	border-radius: 10px;
}
/* Mobile only */
@media screen and (max-width: 768px) {
	
	#Faktablad .product-title{
		order: 2;
		padding-left: 0.5rem;
        padding-right: 0.5rem;
	}
	
	#Bildkolumn{
		order: 1;
		padding-left: 0.5rem;
        padding-right: 0.5rem;
	}
	
	#Faktakolumn{
		order: 3;
		padding-left: 0.5rem;
        padding-right: 0.5rem;
	}
	
	#ArtikelnamnFalt .heading-top, #VarumarkeFalt {
		font-size: 22px;
	}
	
	#ArtikelnamnFalt{
		font-size: 12px;
		min-height: 4rem;
	}
	
	.PrisFav{
		display: flex;
    	flex-direction: column;
		text-align: right;
	}
	
	#PrisFalt{
		order: 2;
	}
	
	.price-history-lowest-price__wrap{
		order: 1;
		display: flex;
        justify-content: end;
	}
	
	.campaign_badge-wrapper{
		order: 3;
	}
	
	.fa-circle-info:before{
		font-weight: 600!important;
	}
	
	.artikel_i_lager span, .FaKvarIlager{
		margin: 0;
	}
	
	.product-details{
		margin-top: -65px;
		/* position: absolute;
		top: 20rem;
		right: 2rem; */
	}
	
	.Lagerstatus{
		box-sizing: border-box;
		margin: 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex: 0 1 auto;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.FaKvarIlager{
		/* position: absolute;
        left: 16rem;
        margin-top: 9.8rem; */
	}
	
	
	#galleryThreeDViewer + div:has(svg) {
		top: 7px !important;
        right: 18px !important;
		background: rgb(255 255 255 / 90%)!important;
		left: unset !important;
		z-index: 1;
		line-height: 0!important;
	}
	
	#header.header-unstick ~ #main #SubmitFalt{
		/* background: #fff !important;
		width: 100% !important;
		height: auto !important;
		position: fixed !important;
		z-index: 70 !important;
		bottom: 0 !important;
		right: 0 !important;
		left: 0 !important;
		margin: auto !important;
		padding-top: 1rem !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		transition: none !important;
		animation: none !important;
		will-change: auto !important; */
	}

	#header.header-unstick ~ #main #SubmitFalt,
	#header.header-unstick ~ #main #SubmitFalt *,
	#header.header-unstick ~ #main #SubmitFalt::before,
	#header.header-unstick ~ #main #SubmitFalt::after {
		/* transition: none !important;
		animation: none !important;
		transform: none !important;
		will-change: auto !important; */
	}

	#SubmitFalt {
		animation-play-state: paused !important;
	}

	#SubmitFalt {
		/* transition: none !important;
		transform: translateX(0) !important; */
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
	}

	#header.header-unstick ~ #main #SubmitFalt {
		/* transition: none !important;
		transform: translateX(0) !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important; */
	}

	#header.header-unstick ~ #main #SubmitFalt button{
		/* width: 99.94%;		
		margin: auto; */
	}

	#SubmitFalt button{
		border-radius: 10px;
	}
		

}
/*------------------------
	Image gallery dots	
------------------------ */
.dot {
  transition: opacity 0.3s;
  opacity: 0; /* hidden by default */
}
.dot.visible {
  display: inline-block;
}

.dot.visible.active + .dot.visible {
  opacity: 0.2!important;
}

