/** Shopify CDN: Minification failed

Line 62:19 Expected identifier but found "{"
Line 62:20 Unexpected "{"
Line 62:30 Expected ":"
Line 82:19 Expected identifier but found "{"
Line 82:20 Unexpected "{"
Line 82:30 Expected ":"
Line 119:19 Expected identifier but found "{"
Line 119:20 Unexpected "{"
Line 119:30 Expected ":"

**/
.grid-product__meta {
  text-align: center;
}
.grid-product__meta .soldout {
  color: #cccccc;
}
.grid-product__title{
  font-size:calc(var(--typeBaseSize)*1.2*0.53);
}
.grid-product__shortdesc{
  font-size:calc(var(--typeBaseSize)*1.2*0.43);
}
.grid-product__sizes{
  font-size:calc(var(--typeBaseSize)*1.2*0.63);
  margin-top: 6px;
}
@media only screen and (min-width:590px){

.grid-product__title{
    font-size:calc(var(--typeBaseSize)*0.83);
}
.grid-product__shortdesc{
  font-size:calc(var(--typeBaseSize)*0.73);
}
}
@media only screen and (min-width:590px){

.grid-product__sizes{
    font-size:calc(var(--typeBaseSize)*0.93);
}
}
.jdgm-prev-badge {
    font-size:calc(var(--typeBaseSize)*0.60);
}

.grid-product__tag--left {
  font-family:var(--tpeBasePrimary),var(--typeBaseFallback);
  font-weight:var(--typeBaseWeight);
  letter-spacing:var(--typeBaseSpacing);
  line-height:var(--typeBaseLineHeight);
  text-transform:uppercase;
  letter-spacing:0.2em;
  position:absolute;
  top:0;
  left:0;
  font-size:12px;
  line-height:1;
  padding:6px 6px 6px 8px;
  background-color:{{ settings.color_button | default: "#000000"}};
  color:#ffffff;
  z-index:1;
  transition:opacity 0.4s ease;
  margin: 10px;
  font-size:calc(var(--typeBaseSize)*0.60);
}
.grid-product__tag--bottom {
  font-family:var(--tpeBasePrimary),var(--typeBaseFallback);
  font-weight:var(--typeBaseWeight);
  letter-spacing:var(--typeBaseSpacing);
  line-height:var(--typeBaseLineHeight);
  text-transform:uppercase;
  letter-spacing:0.2em;
  position:absolute;
  bottom:0;
  left:0;
  font-size:12px;
  line-height:1;
  padding:6px 6px 6px 8px;
  background-color:{{ settings.color_button | default: "#000000"}};
  color:#ffffff;
  z-index:1;
  transition:opacity 0.4s ease;
  text-align: center;
  font-size: calc(var(--typeBaseSize)*0.60);
  margin:10px;

  background-color: #FBBA00;
}
.grid-product__tag {
  margin: 10px;
}
.grid-product__tag--delivery{
  /*background-color: #88665d;*/
  background-color: #fff;
  color: #000;
}
.grid-product__tag--custom {
  /*background-color: #88665d;*/
  background-color: #fff;
  color: #000;
}

.grid-product__tag--bottom2 {
  font-family:var(--tpeBasePrimary),var(--typeBaseFallback);
  font-weight:var(--typeBaseWeight);
  letter-spacing:var(--typeBaseSpacing);
  line-height:var(--typeBaseLineHeight);
  text-transform:uppercase;
  letter-spacing:0.2em;
  position:static;
  bottom:0;
  left:0;
  font-size:11px;
  line-height:1;
  padding:10px 6px 10px 8px;
  background-color:{{ settings.color_button | default: "#000000"}};
  color:#ffffff;
  z-index:1;
  transition:opacity 0.4s ease;
  background:#ff66c4;
  text-align: center;

}
.readmore {
  max-height: 150px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.15s ease-out;
}
.readmore.expand {
  max-height: 5000px !important;
  transition: max-height 0.35s ease-in-out;
}
.readmore-link {
  cursor: pointer;
  background-image: linear-gradient(to bottom, transparent, white);
  background-image: -webkit-linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  background-image: -moz-linear-gradient(bottom, white, transparent);
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  font-weight: 600;
}
.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top: 10px;
}
.readmore-link:after {
  content:"Läs mer";
}
.readmore-link.expand:after {
  content:"Visa mindre";
}

.BIS_trigger btn btn--secondary .btn--small{
  margin-top: 5px;
}

.product-block--sales-point {
  margin-bottom: 45px;
}
.product__policies {
  display:none;
}
.variant-input-wrap input[type=radio]:checked+label {
  box-shadow: 0 4px 0px -2px #1c1d1d;
}
label[for*="option-0"] {
    display: none;
}

.add-to-cart {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
  padding: 15px 20px;
}

@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
.add-to-cart:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
#add-to-cart[disabled] {
  display: none;
}

[data-handle="color"].variant-input-wrap [data-index="option1"] {
  display: none;
}
.metafields-related-products{
  margin-top: 20px;
}
.referenced-item {
  display: inline;
  float: left;
  padding-right: 10px;
}  
/* Product tabs */
.so-tab {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 25px 0;
}
.so-tab label {
  position: relative;
  display: block;
  padding: 0 25px 0 0;
  margin-bottom: 15px;
  line-height: normal;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: var(--typeHeaderWeight);
}
.so-tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.so-tab-content {
  max-height: 0;
  overflow: hidden;
  overflow-x: auto;
  transition: max-height .35s;
}
  /* :checked */
.so-tab input:checked ~ .so-tab-content {
  max-height: none;
}
  /* Icon */
.so-tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.so-tab input[type=checkbox] + label::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' role='presentation' class='icon icon--wide icon-chevron-down' viewBox='0 0 28 16'%3E%3Cpath d='M1.57 1.59l12.76 12.77L27.1 1.59' stroke-width='2' stroke='%23000' fill='none' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
  width: 12px;
}
.so-tab input[type=radio] + label::after {
  content: "\25BC";
}
.so-tab input[type=checkbox]:checked + label::after {
  transform: rotate(180deg);
}
.so-tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
.so-tab-content .table-wrapper {
  font-size: 12px;
}
.so-tab-content table {
  font-size: 12px;
}

.variant-input-wrap label {
    position: relative;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    padding: 7px 10px;
    margin: 0 8px 12px 0;
    font-style: normal;
    font-size: var(--typeBaseSize);
    text-transform: none;
    background-color: #fff;
    background-color: var(--colorBody);
    transition: all .25s ease;
    overflow: hidden;
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
    font-weight: var(--typeBaseWeight);
    letter-spacing: var(--typeBaseSpacing);
    line-height: var(--typeBaseLineHeight);
  box-shadow: none;
}

#product-klarna-promotion::part(osm-container){
  border:none;
  padding:0;
}

.jdgm-prev-badge__text {
  font-size:calc(var(--typeBaseSize)*0.60);
}

.article__image {
  height: 450px;
}

.campaign {
  margin-bottom: 20px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  line-height: 1;
  letter-spacing: 1px;
}

/* PF Header slider */
.st-image {
  width: 100%;
  height: 30px;
  font-size:calc(var(--typeBaseSize)*0.80);
  text-align:center;
}
.st-radio {
  display: none;
}
.st-images {
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.st-images-inner {
  width: 500%;
  transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.st-image-slide {
  width: 20%;
  float: left;
}
.st-image-slide,
.st-fake-radio,
.st-radio-btn {
  transition: all 0.5s ease-out;
}
.st-fake-radio {
  float: right;
  display:none;
}




/* Move slides overflowed container */
#slide1:checked ~ .st-images .st-images-inner {
  margin-left: 0;
}
#slide2:checked ~ .st-images .st-images-inner {
  margin-left: -100%;
}
#slide3:checked ~ .st-images .st-images-inner {
  margin-left: -200%;
}
#slide4:checked ~ .st-images .st-images-inner {
  margin-left: -300%;
}




/* Color of bullets */
#slide1:checked ~ div .st-fake-radio .st-radio-btn:nth-child(1),
#slide2:checked ~ div .st-fake-radio .st-radio-btn:nth-child(2),
#slide3:checked ~ div .st-fake-radio .st-radio-btn:nth-child(3),
#slide4:checked ~ div .st-fake-radio .st-radio-btn:nth-child(4) {
  background: red;
}
.st-radio-btn {
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: gray;
  display: inline-block !important;
  margin: 0 1px;
  cursor: pointer;
}
/* Color of bullets - END */




/* Text of slides */
#slide1:checked ~ .st-labels .st-label:nth-child(1),
#slide2:checked ~ .st-labels .st-label:nth-child(2),
#slide3:checked ~ .st-labels .st-label:nth-child(3),
#slide4:checked ~ .st-labels .st-label:nth-child(4) {
  opacity: 1;
}

.st-label {
  opacity: 0;
  position: absolute;
  display:none;
}
/* Text of slides - END */



/* Calculate AUTOPLAY for BULLETS */
@keyframes bullet {
  0%, 33.32333333333334%	{
    background: red;
  }
  33.333333333333336%, 100% {
    background: gray;
  }
}


#play1:checked ~ div .st-fake-radio .st-radio-btn:nth-child(1) {
  animation: bullet 20250ms infinite -1000ms;
}

#play1:checked ~ div .st-fake-radio .st-radio-btn:nth-child(2) {
  animation: bullet 20250ms infinite 4925ms;	
}

#play1:checked ~ div .st-fake-radio .st-radio-btn:nth-child(3) {
  animation: bullet 20250ms infinite 10850ms;	
}
#play1:checked ~ div .st-fake-radio .st-radio-btn:nth-child(4) {
  animation: bullet 20250ms infinite 16775ms;  
}

/* Calculate AUTOPLAY for BULLETS - END */




/* Calculate AUTOPLAY for SLIDES */
@keyframes slide {
  0%, 20% { margin-left: 0; }
  25.203252032520325%, 45.203252032520325% { margin-left: -100%; }
  50.40650406504065%, 70.40650406504065% { margin-left: -200%; }
  75.60975609756098%, 95.60975609756098% { margin-left: -300%; }
}


.st-slider > #play1:checked ~ .st-images .st-images-inner {
  animation: slide 12300ms infinite;	
}
/* Calculate AUTOPLAY for SLIDES - END */





/* Calculate AUTOPLAY for CAPTION */
@keyframes caption {
  0%, 33.32333333333334%	{
    opacity: 1;
  }
  33.333333333333336%, 100% {
    opacity: 0;
  }
}


#play1:checked ~ .st-labels .st-label:nth-child(1) {
  animation: caption 12300ms infinite -1000ms;
}

#play1:checked ~ .st-labels .st-label:nth-child(2) {
  animation: caption 12300ms infinite 3100ms;	
}

#play1:checked ~ .st-labels .st-label:nth-child(3) {
  animation: caption 12300ms infinite 7200ms;	
}
#play1:checked ~ .st-labels .st-label:nth-child(4) {
  animation: caption 12300ms infinite 11300ms; 
}
/* Calculate AUTOPLAY for CAPTION - END */
/* PF header slider End */

/* Variant delivery info */
.variantDeliveryInfo {
  /*border: 2px solid darkorange;*/
  padding: 5px;
}
.deliveryCountdown {
  margin-top: -20px;
  margin-bottom: 45px;
}
.deliveryCountdown .icon {
  height: 25px;
  width: 25px;
}

/* Disabled variant */
.variant-input-wrap label.disabled{
      color:#949494;
    }
.variant-input-wrap label.disabled:after{
      border-color:#949494;
    }

/* Product img below media fix */
.image-wrap > image-element {
  position: static;
}