/** Shopify CDN: Minification failed

Line 90:0 Unexpected "}"

**/
@import url("https://use.typekit.net/dxg5fzf.css");


:root
{
--font-heading-family : "ff-good-web-pro", sans-serif;
--font-heading-style : normal;
--font-heading-weight : bold;
}

:root
{
--font-body-family : "ff-good-web-pro", sans-serif;
--font-body-style : normal;
--font-body-weight : normal;
}

:root
{
--font-navigation-family : "ff-good-web-pro", sans-serif;
--font-body-style : normal;
--font-body-weight : normal;
}

:root
{
--font-pcard-title-family : "ff-good-web-pro", sans-serif;
--font-body-style : normal;
--font-body-weight : normal;
}
:root {
--font-button-family: "ff-good-web-pro", sans-serif;
}

:root {
--blocks-radius: 0.4rem;
}

.f-price {
  font-weight:normal;
}

/* MENU and MEGA MENU */
.f-site-nav__link, .mega-menu__link--top .font-heading a {
font-family: var(--font-body-family)!important;  
}

.menu__item[href="/collections/outlet"] {
  color: #bb2211 !important;
}

.font-navigation {

}

/* THEME ADJUSTMENTS - APPERANCE 
.collection-card__image {
  --aspect-ratio: 3/4 !important;
}*/

/* PRODUCT LABELS */

/* Grey (størrelse og variasjoner) */
.f-badge--custom {
    color: var(--color-text-body);
  background-color:#CDCDCD;
}

/* Outline (outlet) */
.f-badge--hot {
    background-color: transparent;
    color: var(--color-text-body) !important;
    border: solid var(--color-text-body) !important;
}

.f-badge--custom {
    color: var(--color-text-body);
  background-color:#CDCDCD;
}

/* quanity field i riktig størellse, for tre siffer */
.cart-quantity .quantity__input {
  width:30px!important}

}

/* PRODUCT PAGE */

/* Presentasjon av dokumenter på produktside */
.custom_documents a {
  text-decoration: underline;
  font-weight: bolder;
  background-color: #f5f5f5;
  padding: 15px;
}
.product__tax {
  display: none;
}
/* ———— END:  PRODUCT PAGE  */




/*Rotate butto0*/

.btn--icon-circle {transform: rotate(45deg); transform-origin: center; }  /* Collection Title - INVERT*/



  @media only screen and (max-width: 768px) {
    /* Collection Title - INVERT*/
    h3.collection-card__title {
      background: none;
      color: rgb(var(--color-secondary-button-text));
      padding: 0px;
    }
  } 

/* ——— END: COLLECTION CARD */

.product__sku:before {
  content: "Art. nr: ";
  text-transform: initial;
}

