/** Shopify CDN: Minification failed

Line 137:0 Comments in CSS use "/* ... */" instead of "//"
Line 161:0 Comments in CSS use "/* ... */" instead of "//"
Line 192:0 Comments in CSS use "/* ... */" instead of "//"
Line 527:0 Expected "}" to go with "{"

**/

.vendor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start; /* Ændret fra space-between til flex-start */
}

.column {
  flex-basis: 18%;
  margin: 10px;
  padding: 10px;
}

.column h2 {
  font-size: 25px !important;
  font-weight: 500;
}

.column a {
  text-decoration: underline;
}

/* Mobil layout (3 kolonner) */
@media screen and (max-width: 768px) {
  .columns {
    justify-content: space-between;
  }

  .column {
    flex-basis: calc(33.33% - 20px); /* Juster efter behov, fjern margin fra flex-basis */
  }
}

.btn--link {
  text-transform: none !important;
}


@media (max-width: 768px) {
.topbar__text.rte {
  font-size: 12px !important;
}

.blue-bg {
  background: white !important;
}
.blue-bg p {
  color: black !important;
  font-weight: 400 !important;
}
.blue-bg h2 {
  color: black !important;
  padding-top: 5%;
}

.product__block--meta a, .product__block--meta p  {
  font-size: 12px !important;
  padding-top: 2%;
  padding-bottom: 2%;
}

.payment-product {
  display: none !important;
}

.breadcrumbs { font-size: 12px;}

.breadcrumb-back-btn {
  width: 100%;
  justify-content: left;
  border: none;
  color: #5e8a58;
  padding: 0px;
  font-size: 12px !important;
  margin-bottom: -10px;

}

.breadcrumbs--sep {
    margin: 4px;

}

}

.f-price--on-sale .f-price-item--regular {
    text-decoration: line-through !important;
}

.price__compare {
  color: #888;
  text-decoration: line-through;
  margin-right: 6px;
}

.price__sale {
  color: #d00;
  font-weight: 700;
}

.price__regular {
  color: #222;
}

.f-badge.f-badge--new {
  display: none !important;
}

@media only screen and (min-width: 1024px) {
   body.collection-template .collection-hero__title {
    font-size: 43px !important;
    margin-bottom: -1.5%;
  }

  body.collection-template .metafield-rich_text_field {
    margin-bottom: -4%;
  }
}

//* Sitebar Toggl *//

#sidebarToggle {
  font-size: 30px !important;
  border: none !important;
  padding-right: 0px !important;
}

.sidebar-toggle-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
  padding-right: 0px !important;
  font-size: 35px !important;
}

.sidebar-toggle-btn .label {
  font-size: 10px;
  margin-top: -3px !important;
}

//* Konto *//

.account-button {
  flex-direction: column !important;
  gap: 0 !important;
  font-size: 35px !important;
}

.account-button .account-label {
font-size: 10px;
  font-family: Poppins, sans-serif !important;
  font-weight: 700 !important;
}

a.account-button.reversed-link {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

a.account-button.reversed-link svg {
  display: block !important;
  margin: 0 auto !important;
}

a.account-button.reversed-link .account-label {
  display: block !important;
  text-align: center !important;
}

//* Konto Dropdown *//

.account-dropdown {
  animation: fadeIn 0.15s ease-out;
}

.account-dropdown-item {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  color: #111;
  text-decoration: none;
}

.account-dropdown-item:hover {
  background: #f3f4f6;
}

/* Simple fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (min-width: 1024px) {
  .account-dropdown-wrapper:hover #accountDropdown {
    display: block !important;
  }

  #accountDropdown.hidden {
    display: none !important;
  }
}

#accountDropdown {
  min-width: 140px;
  white-space: nowrap;
}

.account-dropdown-item {
  white-space: nowrap;
  line-height: 1.4;
  display: block;
}

/* Vat Selector

.vat-switcher-inline a.active h2, .vat-switcher-inline .t-selector-option > div.active strong {
    color: white !important;
    font-size: 13px !important; 
    
}

.vat-switcher-inline a.active p, .vat-switcher-inline .t-selector-option > div.active span {
    color: white !important;
}

.vat-switcher-inline h2, .vat-switcher-inline .t-selector-option > div strong {
    color:rgba(104, 104, 104, 0.47) !important;
    font-size: 13px !important; 
}
    .vat-switcher-inline p, .vat-switcher-inline .t-selector-option > div span {
     color:rgba(104, 104, 104, 0.47) !important;
     font-size: 10px !important; 
}

.vat-switcher-inline {
  justify-content: left !important;
}


.vat-switcher-inline p {
    margin: 0;
    text-align: left !important;
    padding-bottom: 5px;
}

.vat-switcher-inline h2 {
    text-align: left !important;
    font-size: 13px !important;
    margin-bottom: -1px !important;
}

.account-type.active {
  background: #5E8A58;
  border-radius: 10px;
  padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
     margin-right: 8% !important;
}

.account-type {
    margin-right: 8% !important;
    margin-left: 0px !important;
}

 */


.vat-switcher-inline {
  display: inline-flex;
  gap: 8px;
}

.vat-switcher-inline .account-type {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;

  background: #6b9c65; /* lys grøn */
  border: 1px solid #5f8f57;
  color: #5f8f57;

  transition: all 0.2s ease;
}

/* reset typography */
.vat-switcher-inline .account-type h2,
.vat-switcher-inline .account-type p {
  margin: 0;
  display: inline;
  line-height: 1;
  color: inherit;
}

.vat-switcher-inline .account-type h2 {
  font-size: 11px !important;
  font-weight: 600;
  font-family: 'poppins'
}

.vat-switcher-inline .account-type p {
  font-size: 11px !important;
  opacity: 0.85;
  font-family: 'poppins'
}

/* ACTIVE */
.vat-switcher-inline .account-type.active {
  background: #ffffff;
  border: 1px solid #5f8f57;
  color: #5f8f57;
}

.vat-switcher-inline .account-type.active h2,
.vat-switcher-inline .account-type.active p {
  color: #5f8f57 !important;
  opacity: 1;
}

/* hover */
.vat-switcher-inline .account-type:hover {
  background:#dce8d8;
}

.vat-switcher-inline a {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

@media (min-width: 1024px) {
    .topbar__inner {
        grid-template-columns: 1fr 1fr 3fr !important;
}


/* @media screen and (min-width: 749px) {
    .visible-desktop {
        display: inline-block !important;
    }

        } */


  /* Request more knap */

  .product__inventory.product__inventory--in-stock.font-body-bolder {
    padding-bottom: 1%;
  }

  #requestmore {
    font-size: 13px;
  }

  /* Wrapper link */
.toggle-link {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* The question mark icon */
.tooltip-icon {
  width: 17px;
  height: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #e5e5e5;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

/* Tooltip box */
.tooltip-text {
  position: absolute;
  top: 25px;
  left: 0;
  padding: 8px 10px;
  background: #333;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition: all 0.15s ease;
}

/* Show tooltip on hover */
.tooltip-icon:hover + .tooltip-text,
.toggle-link:hover .tooltip-text {
  opacity: 1;
  transform: translateY(0);
}

.vtl-pl-main-widget {display: none !important;}

#openSocial {
  
}

@media (max-width: 767px) {
  .slideshow-height--small {
    --slide-height: 35rem !important;
  }
.form-select.form-control {
  font-size: 11px !important;
}

.no-mobile {
  display: none !important;
}

}

/* Desktop */
.icon-mobile,
.label-mobile {
  display: none;
}

/* Mobil */
@media (max-width: 1030px) {

  .icon-desktop,
  .label-desktop {
    display: none;
  }

  .icon-mobile,
  .label-mobile {
    display: inline;
  }

  .icon-mobile {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: -5px;
  }

}

html {
  scroll-behavior: smooth;
}

.sidebar-toggle-btn {
  display: none !important;
}

@media (min-width: 1024px) {
  a.block.mega-menu__link[href*="/pages/inventarregistrering"],
  a.block.mega-menu__link[href*="/pages/opkob-af-brugte-mobler"],
  a.block.mega-menu__link[href*="/pages/salg-af-brugte-mobler"],
  a.block.mega-menu__link[href*="/pages/co2-regnskab"],
  a.block.mega-menu__link[href*="/pages/inventarservice"],
  a.block.mega-menu__link[href*="/pages/b2b-faq"],
  a.block.mega-menu__link[href*="/pages/erhvervskontorer"],
  a.block.mega-menu__link[href*="/pages/arkitekter-interiordesignere"],
  a.block.mega-menu__link[href*="/pages/offentlige-myndigheder"],
  a.block.mega-menu__link[href*="/pages/vaerditilbud-erhvervsforhandlere"],
  a.block.mega-menu__link[href*="/pages/erhverv"],
  a.block.mega-menu__link[href*="/pages/indkob-af-genbrugte-mobler"],
  a.block.mega-menu__link[href*="/pages/ejendomsbranchen"] {
    font-size: 16px;
  }
}



@media screen and (min-width: 1024px) {
  #Mega-menu-item-promotion_banner_yLBFy3 > summary .menu__item {
    border-left: 2px solid #ffffff91;
    height: 20px;
    padding-left: 16px;
  }
}

.btn.btn--primary.flex-grow.rale-checkout--invisible {
  display: none !important;
}

.kaching-bundle-hidden {
  display: none !important;
}

.footer__copyright {
    display: none !important;
}

.globo-form-app .panels {
  z-index: 0 !important;
}

