
:root
{
--font-heading-family : Akzidenz Grotesk Pro Condensed;
--font-heading-style : normal;
--font-heading-weight : bold;
}

:root
{
--font-body-family: elza-text, sans-serif!important;
--font-body-style : normal;
--font-body-weight : normal;
}


:root
{
--font-button-family: elza-text, sans-serif;
}

:root
{
--font-navigation-family : Akzidenz Grotesk Pro Condensed;
--font-body-style : normal;
--font-body-weight : normal;
}

/* SHOPIFY Generell */
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
}

.product__inventory {
    /*--status-color: #589C55!important;*/
    /*color: #589C55!important;*/
}

.f-badge {
  padding-top: 6px;
}

.btn {
  padding-top: 3px;
}

/* Fjerne bildezoom på Sleek Theme */
motion-element:has(img) {
  transform: none !important;
}

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

@media (max-width: 767.98px) {
  div > div.f-price__regular > span.f-price-item.f-price-item--regular {
  font-weight:normal;
  font-size: var(--font-h4-size);}
}


/* 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;
  background-color: #F5F5F5;
  border-radius: 1px;
}
*/

.menu__item[href="/collections/elmia-wood-2025"] {
  color: #4A624F !important;
  background-color: none;
  border-radius: 1px;
}

.mega-menu__item[href="/collections/juletreutstyr"] {
  /*color: #bb2211 !important;*/
  background-color: #F5F5F5;
  border-radius: 1px;
}

.menu__item[href="/collections/blackweek"] {
  /*color: #bb2211 !important;*/
  background-color: #222;
  color:#fff;
  border-radius: 1px;
}

.font-navigation {
  font-size:2rem;
}

.collection-hero__description  {
  font-family:"skolar-pe-variable", sans-serif!important;
  line-height:3.6rem;
}

/* 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;
  text-transform: uppercase;
}
/* Outline (outlet) */
.f-badge--hot {
    background-color: transparent;
    color: var(--color-text-body) !important;
    border: 1px solid #222 !important;
    line-height:1;
    padding: 0.5rem 0.8rem 0.2rem;
}

.f-badge--sale {
    background-color: black;
    color: #fff;
    text-transform:uppercase;
    /*line-height:1;*/
    /*padding: 0.5rem 0.8rem 0.2rem;*/
    border-radius: 2px;
}

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

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

/* PRODUCT PAGE */

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


/* Presentasjon av TEKNISKE DOKUMENTER på produktside */
.technical_documents .download-button {
  display: inline-flex;
  align-items: center;
}

.technical_documents a {
  text-decoration: underline;
  line-height: 10px;
}

.technical_documents .download-button:hover {
    text-decoration: underline;
}


.product__tax {
  display: none;
}

/* APP STOQ /*/
div.product-form__buttons > {
  padding-left:0px!important;
  font-style: italic;
}
/* Skillelinje på accordion */
.accordion-standard .accordion-details[open] .accordion-details__summary:before {
  display: none;
}

/* ———— END:  PRODUCT PAGE  */

/* PRODUCT CARD */

/*.product-card-style-card {
  border: 1px solid rgba(22, 22, 22, 0.41);
}*/

.product-card__image-wrapper {
  padding: 20px 10px 0px 10px;
}

/* Kategori-tekst */
.product-card__info.text-center > p {
  text-transform: uppercase;
  font-size: 85%;
  font-family: var(--font-body-family);
  font-weight: 500;
  letter-spacing: 0.05rem;
}

/* ——— END: PRODUCT CARD */

/* COLLECTION CARD */
[style*="--aspect-ratio"] motion-element > :first-child {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute !important;
  object-fit: cover;
  width: 100%;
  height: 100%;
} 

/* Hide Button */
.btn--icon-circle {
  display: none;
}

  @media only screen and (min-width: 1000px) {
.collection-card__inner.pointer-events-none > div > div > h3 {
  font-size: var(--font-h3-size)!important;
}
}

.collection-card__inner.pointer-events-none > div > div > h3 {
  font-size: calc(var(--font-heading-mobile-scale)* var(--font-h3-size));;
}
/*Rotate button .btn--icon-circle {transform: rotate(45deg); transform-origin: center; } */ /* Collection Title - INVERT*/
/*
h3.collection-card__title {
  background: rgb(var(--color-secondary-button));
  color: rgb(var(--color-secondary-button-text));
  max-width: fit-content;
  padding: 7px 17px;
  border-radius: var(--buttons-radius);
}

  @media only screen and (max-width: 768px) {

    h3.collection-card__title {
      background: none;
      color: rgb(var(--color-secondary-button-text));
      padding: 0px;
    }
  } 
*/
/* ——— END: COLLECTION CARD */


[style*="--aspect-ratio"] motion-element > :first-child {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute !important;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.recipe-darker-bg {
  background: #eae4d6;
  padding: 20px !important;
  border-radius: 4px;
}
.recipe-light-bg {
  padding: 20px !important;
}


/* BLOG *****************/

ul,ol {
  list-style-position: outside!important;

}

.article__content.rte ul,.article__content.rte ol {
    margin-left: 10px;
}


.article__content.rte > h2,.article__content.rte > h3, .shopify-policy__body h2 {
  font-size: 170%;
  margin-bottom:5px;
}

.shopify-policy__body h2 {
  /*font-size: 170%;*/
  margin-top:60px;
}

.shopify-policy__body h3 {
  margin-top:40px;
  margin-bottom:5px;
  font-size: 130%;
}

.shopify-policy__body p {
  margin-bottom:15px;
}

article > div.article__main-info.section--padding > div.article__wrapper > div.article__block.article__content.rte > p, .shopify-policy__body p {
  margin-top:0px;
}

  @media only screen and (min-width: 1023.98px) {
     .article__content.rte > h2,.article__content.rte > h3{ margin-bottom:0px;}
     .article--has-media .article__wrapper {
      margin-top: 0px!important;}
      article > div.article__main-info.section--padding > div.hero.hero--medium.overflow-hidden{
      max-width: 1410px;
    margin: auto;}
  }



/* BUG FIX on Sleek 1.0.4 */

/* Ovale sirkler */

body .swiper-controls button {
height: 45px!important;
width: 45px!important;
}


/*POLICY*/

  .custom-box {
    width: 100%;
    height: 40px;
    border-top: 1px solid #000;
    box-sizing: border-box;
  }

    .sizeb {
    width: 250px;
  }

  .bottom-border-box {
    width: 100%;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
  }

  p.policy-form-header {
    margin-bottom: 0px;
  }

 /* SKU Prefix */
  .product__sku:before {
  content: "Art. nr: ";
  text-transform: initial;
}



/*HULK FORM STYLE*/

/*.form-group {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
*/

.form_generater_form_div .block_label   {
  font-size:20px!important;
margin-top: 20px; }


/*CUSTOM CLASSES*/
@media (min-width: 992px) {
  .hide-mobile  {display: none;}
}

@media (max-width: 991px) {
  .hide-desktop  {display: none;}
}
