/** Shopify CDN: Minification failed

Line 916:22 Unexpected "/"

**/


.card--card .card__inner .card__media{
        border-bottom-right-radius:calc(var(--border-radius) - var(--border-width) - var(--image-padding)) !important;
    border-bottom-left-radius:calc(var(--border-radius) - var(--border-width) - var(--image-padding))!important;
}

.card__inner{
  height:100%;
}
.card__inner img{
      object-fit: cover;
}
.card__heading .button{
    width:100%;
}
.card__content, .card__information{
    padding-left:0px !important;
    padding-right:0px !important;
}

.card__content{
    padding-top:0px !important;
    display:flex !important;
    flex-direction:column;
justify-content: flex-end


}

 .button{
justify-content:space-between;
}




.custom-button-group{
    margin-top:5rem;
    display:flex;
justify-content: center;
align-items: center;
    gap:3rem;
    width: 100%;
    padding: 0 9rem;
}
.custom-button-group .button{
    width:100%;
    padding-top:1.5rem;
    padding-bottom:1.5rem;
}
@media screen and (max-width: 1000px){
    .custom-button-group{
        flex-direction:column;
        align-items: center;
        padding:0rem;
        max-width:100%;
    }
}

body {
  background: #f2efe8; /* same color as strips */
}

.cutout {
  position: relative;
  width: 500px;
  border-bottom-left-radius: 160px;
  overflow: hidden;
  clip-path: polygon(0 60%,100% 0,100% 0,100% 100%,0 100%)
}

.cutout img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

/* the vertical separators */
.strip {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 45px;
  background: #f2efe8; /* same as page background */
}

.strip-1 { left: 33%; }
.strip-2 { left: 66%; }
.custom-image-with-text__item{
    height:750px;
}
.custom-image-with-text{
    border:none !important;
}
.custom-appsalon .image-with-text__content{
    padding:0 5rem ;
}


@media screen and (max-width: 1000px){
    .custom-appsalon .image-with-text__content{
        padding-top:2rem;
        padding-bottom:2rem;
    }
}


.rich-text__blocks{
    max-width:100% !important;
}

.appsalon-icon-slider {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 8%,
        #000 92%,
        transparent 100%
    );
}

.appsalon-icon-track {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin:1rem 0;
    width: max-content;
    animation: appsalon-marquee var(--duration, 25s) linear infinite;
    will-change: transform;
}

.appsalon-icon-slider:hover .appsalon-icon-track {
    animation-play-state: paused;
}

.appsalon-icon-list-block {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border: solid 1px #003B4A;
    border-radius: 10px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.appsalon-icon-list-block .svg-wrapper {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-wrapper svg {
    width: 100%;
    height: 100%;
    display: block;
}

@keyframes appsalon-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-1 * var(--track-half-width)));
    }
}

@media screen and (max-width: 749px) {
    .appsalon-icon-track {
        gap: 1rem;
    }

    .appsalon-icon-list-block {
        padding: 0.75rem 1rem;
    }
}



/******** per unit  on product card********/
.price{
    display:inline-flex;
align-items: flex-end;

}
.Appsalon-per-unit{
    font-size: 1.15rem;
    font-weight: 400;
    margin-left:0.5rem;
}



/**************  **************/
.Appsalon-variant-count{
    display:inline-flex;
/*margin-left:auto;
margin-right:0;*/
flex-grow:1;
justify-content: flex-start;

}

.Appsalon-variant-count p{
    margin:0;
}
.appsalon-outer-price{
    display:flex;
    flex-direction:column;
    font-size:1rem;
/*flex-wrap:wrap;*/


}
.product-grid{
  padding:2rem;
}
.card--card{
    padding:1rem;
    border:1px solid rgba(0, 59, 74, 0.2) !important;

}
.product-card-wrapper:hover{
  scale:1.05;
  transition: scale 0.3s;
}


.card--card .quick-add{
    margin:0 !important;
}




/*********** sku and inventory ****/
.appsalon-custom-sku-and-stock{
    margin-top:1.6rem;
    display:flex;
    justify-content:space-between;
}

.prodSku{
  font-size:1.25rem;
}


/******** cusotm add and quantity *******/


.appsalon-custom-add{
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    gap:1rem;
}
.appsalon-custom-add button, .appsalon-custom-add quantity-input{
    flex:1 1 50%;
    flex-grow:1;
    width:100%
}
.card-custom-add button{
    padding: 0;
    min-width: 0;
    display: block;
}

.card__information{
    display:flex;
    flex-direction:column;
    justify-content: flex-end


}
.card__content{
    flex-grow:0 !important;
    height:100%;
  padding-bottom:0!important;

}

.card--card, .card-wrapper{
    height:auto;
}

@media screen and (max-width: 650px){
.slider__slide{
    min-width:250px !important;
}
.card--card{

}
.grid-item{
  width:100%!important;
}
.product-grid{
  padding:0;
}

}
.appsalon-card-bottom{
  flex-wrap:wrap;
}



@media screen and (max-width: 900px){
    .custom-appsalon-product-slideshow .slideshow__text-wrapper{
        flex-direction:column;
    }
    .custom-appsalon-product-slideshow .slideshow__text{
        min-width:100%;
    }
     .custom-appsalon-product-slideshow .slide-card-product{
        margin:3em;
    }
    .custom-appsalon-product-slideshow .slideshow__media{
        height:100%!important;
        position:absolute!important;
    }
    
}


@media screen and (min-width: 750px){


.custom-appsalon-product-slideshow .slideshow__text.content-container{
height:100% !important;
border-radius:0px !important;
width:100%!important;
}
.custom-appsalon-product-slideshow .slideshow__text-wrapper{

padding: 0 !important;
margin:0px!important;

justify-content: space-evenly !important;

height: 100% !important;
width:100%!important;
}

}.appsalon-collection-grid-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.appsalon-collection-grid__header {
  margin-bottom: 20px;
}

.appsalon-collection-grid__heading {
  margin: 0;
}

/* MOBILE — 2 per row */
.appsalon-collection-grid__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 0;
  align-items: stretch;
}

.appsalon-collection-grid__item {
  min-width: 0;
  height: 100%;
}
.appsalon-subcollections{
  grid-auto-flow:dense !important;
}
.appsalon-collection-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 130px;
  height: 100%;
  padding: 10px 16px 14px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(14, 56, 73, 0.18);
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  box-sizing: border-box;
}
.appsalon-collection-card:hover{
  border:solid 1px #3c806b;
  cursor:pointer;
}
.appsalon-collection-card__media {
  width: 100%;
  height: 75px;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.appsalon-collection-card__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 75px;
  max-height: 75px;
  object-fit: contain;
}

.appsalon-collection-card__placeholder {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appsalon-collection-card__placeholder svg {
  width: auto;
  height: 75px;
  max-width: 75px;
  display: block;
}

.appsalon-collection-card__title {
  margin: 0;
  color: #0d4d63;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 600;
  overflow-wrap: break-word;
  hyphens: auto;
}

/* TABLET */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .appsalon-collection-grid__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .appsalon-collection-grid__item {
    height: 100%;
  }

  .appsalon-collection-card {
    min-height: 160px;
    height: 100%;
    padding: 18px 14px;
  }

  .appsalon-collection-card__media {
    height: 64px;
    min-height: 64px;
    margin-bottom: 14px;
  }

  .appsalon-collection-card__image {
    max-height: 64px;
  }

  .appsalon-collection-card__placeholder {
    height: 64px;
  }

  .appsalon-collection-card__placeholder svg {
    height: 64px;
    width: auto;
    max-width: 100%;
  }

  .appsalon-collection-card__title {
    font-size: 1.6rem;
  }
}

/* DESKTOP */
@media screen and (min-width: 990px) {
  .appsalon-collection-grid__items {
    gap: 20px;
  }

  .appsalon-collection-grid__items--3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .appsalon-collection-grid__items--4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .appsalon-collection-grid__items--5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .appsalon-collection-grid__items--6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .appsalon-collection-grid__items--7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .appsalon-collection-grid__items--8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .appsalon-collection-grid__item {
    height: 100%;
  }

  .appsalon-collection-card {
    min-height: 150px;
    height: 100%;
    padding: 20px 14px;
  }

  .appsalon-collection-card__media {
    height: 78px;
    min-height: 78px;
  }

  .appsalon-collection-card__image {
    max-height: 78px;
  }

  .appsalon-collection-card__placeholder {
    height: 78px;
  }

  .appsalon-collection-card__placeholder svg {
    height: 78px;
    width: auto;
    max-width: 100%;
  }
}




.card__content .button:after{
  box-shadow:none;
}
.appsalon-card-bottom{
  font-size:1.2rem;
  display:flex;
  justify-content:space-between;
  margin-top:1rem;
}




.outer_sku_stock{
  display:flex;
  align-items:center;
  gap:1rem;
}





.appsalon-quick-order-list-stock span.instock::before, .appsalon-quick-order-list-stock span.bestilling::before{
  content: "";
  display: inline;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 3px;
  vertical-align: middle;
}
.appsalon-quick-order-list-stock .instock, .appsalon-quick-order-list-stock .bestilling{
  font-size: 1.1rem;
    letter-spacing: .04rem;
    margin-top: .2rem;
}

.appsalon-card-bottom span.instock::before,
.appsalon-card-bottom span.bestilling::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 3px;
  vertical-align: middle;
}

/* Green = in stock */
.appsalon-card-bottom span.instock::before, .appsalon-quick-order-list-stock span.instock::before {
  background-color: #28a745;
}

/* Orange = bestilling */
.appsalon-card-bottom span.bestilling::before, .appsalon-quick-order-list-stock span.bestilling::before {
  background-color: #f59e0b;
}
.instock, .bestilling{
  display:flex;
  flex-direction:row;
align-items: center;
}



/** better buttons */

.button:hover,
.button:focus-visible {
  background-color: rgb(var(--color-button-hover));
  color: rgb(var(--color-button-hover-text));
}

.button--secondary:hover,
.button--secondary:focus-visible {
  background-color: rgb(var(--color-secondary-button-hover));
  color: rgb(var(--color-secondary-button-hover-text));
  
}
.product-form__submit {
  background-color: rgb(var(--color-buy-button));
  color: rgb(var(--color-buy-button-text));
}

.product-form__submit:hover,
.product-form__submit:focus-visible {
  background-color: rgb(var(--color-buy-button-hover));
  color: rgb(var(--color-buy-button-hover-text));
}
.button::before,
.button::after,
.button--secondary::before,
.button--secondary::after,
.product-form__submit::before,
.product-form__submit::after,.button:not([disabled]):hover:after, .button:not([disabled]):hover:before {
  box-shadow: none;
}



.vendor{
  background-color: rgba(var(--color-background-contrast), 0.5);
  color:rgba(var(--color-text));
  text-decoration:none;
  padding:0.5rem;
    font-size:1rem;
  border-radius:1rem;
}

.vendor:hover{
    background-color: rgba(var(--color-background-contrast), 0.2);

}
.cart-remove-button .svg-wrapper{
  width:100%;
}


/* =========================
   HEADER WITH INLINE SEARCH
   ========================= */

/* base cleanup */
.header__search-center {
  width: 100%;
  min-width: 0;
}

.header__search-center .header__search-inline,
.header__search-center .header__search-inline-form,
.header__search-center predictive-search,
.header__search-center search-form {
  display: block;
  width: 100%;
  min-width: 0;
  
}

.header__search-center .field {
  margin: 0;
  position: relative;
  border-radius: var(--inputs-radius);
  
}

.header__search-center .field:before,
.header__search-center .field:after {
  display: block;
}

.header__search-center .field__input,
.header__search-center .search__input {
  width: 100%;
  min-width: 0;
  background-color:white;

}

.header__search-center .search__button,
.header__search-center .reset__button {
  top: 50%;
  transform: translateY(-50%);
}
/* -------------------------
   MOBILE / TABLET
   logo + icons on first row
   search on second row
   ------------------------- */
@media screen and (max-width: 989px) {
  .section-header .header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "drawer heading icons"
      "search search search";
      padding-bottom:2rem;
    align-items: center;
    column-gap: 1.2rem;
    row-gap: 1rem;
    
  }

  .section-header .header__heading {
    grid-area: heading;
    margin: 0;
    width:100%;
    justify-self: start;
  }

  .section-header .header__heading-link {
    display: inline-flex;
    align-items: center;
  }

  .section-header .header__search-center {
    grid-area: search;
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
  }

  .section-header .header__icons {
    grid-area: icons;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }

  .section-header .header__search-center .field__input,
  .section-header .header__search-center .search__input {
    min-height: 4.4rem;
  }

  .section-header .header__search-center .predictive-search {
    width: 100%;
    left: 0;
    right: 0;
  }
}

/* -------------------------
   DESKTOP
   logo | search | icons
   ------------------------- */
@media screen and (min-width: 990px) {
  .section-header .header {
    display: grid;
    grid-template-columns: auto minmax(28rem, 1fr) auto;
    grid-template-areas: "heading search icons";
    align-items: center;
    column-gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-header .header__heading {
    grid-area: heading;
    margin: 0;
    justify-self: start;
    min-width: 0;
  }

  .section-header .header__heading-link {
    display: inline-flex;
    align-items: center;
  }

  .section-header .header__search-center {
    grid-area: search;
    width: 100%;
    max-width: 50%;
    margin:0 auto;
    min-width: 0;
    justify-self: stretch;
    align-self: center;
  }

  .section-header .header__icons {
    grid-area: icons;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: max-content;
  }

  .section-header .header__search-center .field__input,
  .section-header .header__search-center .search__input {
    min-height: 4.8rem;
  }

  .section-header .header__search-center .predictive-search {
 position: fixed;
        width: 100vw;
        left: 0px;
        right: 0px;
        top:106px;
  }
}



/**smaller product title on product page**/
.product__title h1{
  font-size:2.5rem;
}


/** regular quick add**/



/*fix for price*/
.price__container{
  margin-bottom:0px !important;
}


.cart-icon{
  height:35px;
  width:35px;
}
.plus-icon{
  height:20px;
  width:20px;
}


.list-social{
  justify-content:center !important;
}







.loginVarsel{
  border:solid 1px rgba(var(--color-background-contrast));
  border-radius:20px;
  padding:1rem;
}
.loginVarsel .inline-richtext{
  font-weight:700;
}







.collection__title .featured_col_title, .related-products .featured_col_title, .quick-order-list__table, .facets-vertical-form{
padding:0 2rem;
margin-bottom:0rem;
}

.button{
transition:background-color 0.25s ; 
gap:1rem;
}




/**** bulk order list****/



.variant-item .variant-item__name{
  font-size:1.4rem;
}






/** quantity picker:*//
quantity-input.quantity {
  min-height: 3rem;
}







.price-item--veiledende {
  display: block !important;
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(var(--color-foreground), 0.6);
}

.price-item--veiledende .price-item__mva-secondary {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}


.product-attributes {
  margin: 0;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.12);
}

.product-attributes__row {
  display: grid;
  grid-template-columns: minmax(12rem, 35%) 1fr;
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.12);
}

.product-attributes__label {
  margin: 0;
  font-weight: 600;
  color: rgba(var(--color-foreground), 0.75);
}

.product-attributes__value {
  margin: 0;
  color: rgb(var(--color-foreground));
}

@media screen and (max-width: 749px) {
  .product-attributes__row {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}




/*** documents override */

.tigren-description-attachment, .tigren-sizeAttachment{
  display:none !important;
}

.tigren-linkAttachment{
  font-size:0.95rem !important;
}

.tigren-iconAttachment{
  max-width:30px !important;
}
.tigren-productAttachment{
  padding: 0.8rem 1.2rem !important;
}