@charset "UTF-8";
@media (max-width: 777px) {
  /*
  * @ Product loop
  */
  .products-loop:not(.swiper-wrapper) .products-loop-item:is(li) {
    width: 100%;
  }
  .products-loop:not(.swiper-wrapper) .products-loop-item:is(li) img {
    object-fit: contain;
    background-color: white;
  }
  /*
  * @ Navigation 
  */
  header .header-inner .complex-mobile .navigation-items-item.nav-clone-item-back {
    display: none !important;
  }
  header .header-inner .complex-mobile .menu-item-wp-template > .has-global-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  header .header-inner .navigation-toggle {
    order: -1;
    background-color: var(--wp--preset--color--primary-faded);
    border-radius: 4px;
    --toggle-position-left: 0px;
    margin-right: 12px;
  }
  header .header-inner .navigation-toggle > .line {
    margin-left: 9px;
  }
  header .header-inner .header-ikoner {
    --icon-padding: 5px 6px;
    --columns-mobile: 4px !important;
  }
  header .header-inner .header-ikoner .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
    min-width: 32px !important;
  }
  header .header-inner .header-ikoner a.wishlist_products_counter.top_wishlist-heart:before {
    margin-right: 0;
  }
  /*
    * @ Product Page
    */
  .single-product-gallery-main {
    --main-height: 300;
    --image-behavior: contain;
    background-color: white;
  }
}
/*
* @ Checkout
*/
.bowe-checkout #kl_newsletter_checkbox_field label {
  position: static !important;
}
.bowe-checkout .woocommerce-privacy-policy-text {
  display: none;
}
.bowe-checkout .woocommerce-fields #billing_country_field label {
  opacity: 0%;
}

.woocommerce-checkout div[aria-label=Cookie-indstillingsudløser] {
  display: none;
}