/** Shopify CDN: Minification failed

Line 80:22 Expected ":"

**/
/* Hides element on desktop */
@media (min-width: 768px) {
    .hidden-on-desktop,
    .hide-on-desktop {
        display: none !important;
    }
}
/* Hides element on mobile */
@media screen and (max-width: 767px) {
    .hidden-on-mobile,
    .hide-on-mobile {
        display: none !important;
    }
}

/* CRO Optimeringer - Mobile */
@media (max-width: 767px) {
    .wt-product__slider--padding {
        margin-bottom: 0;
    }

    [mobile-image-size=normal] .wt-product__gallery [data-gallery] .swiper-scrollbar {
        width: 100% !important;
        bottom: 11px;
    }

    .title-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .title-wrapper h1 {
        display: flex;
        align-items: center;
    }

    .wt-product__price {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }
    .wt-product__price .price {
        display: flex;
        align-items: center;
    }

    .wt-product__name {
        font-size: 1.2rem !important;
    }

    .price__container span {
        font-size: 1.2rem !important;
    }

    .wt-product__information-popup .wt-product__button.wt-product__link {
        padding-bottom: 0;
    }

    .wt-product__add-to-cart {
        margin-top: 0;
    }
}

/* CRO Optimeringer - Desktop */
@media screen and (min-width: 768px) {
    .price__sale__details-wrapper span {
        font-size: 1.3rem !important;
    }
    .wt-product__add-to-cart {
        margin-bottom: 0;
    }
}

  .linked-products { 
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .linked-product {
    display: inline-block;
    text-align: center;
    text-decoration:none!important;
  }

  .linked-product img {
    height: 140px;
    object-fit: contain;
    margin: 1px;
    padding: 1px;
    border: 1px solid transparent;
  }

  .linked-product:hover img,
  .linked-product.current img {
    border: 1px solid black;
  }

  .linked-product-title {
    font-size: 12px;
    margin-top: 5px;
    display: block;
  }
  .linked-product p {
    font-size: 8px;
    color: #000;
    font-weight: 700;
    margin:0px;
    padding:0px;
}