/** Shopify CDN: Minification failed

Line 385:17 Unexpected whitespace

**/
/* 
font-family: 'Aeonik', sans-serif !important;
*/

.no_scroll {
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase !important;
}
.hide_ugc_data .ugc_data,
.hide_ugc_highlighted_text .ugc_highlighted_text{
  display:none;
}
@media (min-width: 769px) {
  .d_desktop_none {
    display: none !important;
  }
}
@media (max-width: 768.98px) {
  .d_mobile_none {
    display: none !important;
  }
}

/* ------ HEADER ------ */
.announcement-bar {
  .marquee_data {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .main_text {
    font-family: "Aeonik", sans-serif !important;
    font-size: 12px;
    line-height: 12px;
    font-weight: 800;
    letter-spacing: 0;
  }
  .sub_text {
    font-family: "Aeonik", sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    margin-top: 3px;
    color: #ffffff99;
  }
  .announcement-bar__item .shape-circle {
    opacity: 0;
  }
  .announcement-bar__grid {
    max-width: 100%;
    .marquee_text {
      text-align: left;
    }
    .announcement-bar__static-list {
      display: flex;
      gap: 30px;
      justify-content: space-between;
      width: 100%;
    }
  }
}
.mega-menu {
  background: #1e1e1e;
  align-items: center;
  border-top: 0;

  &.menu_bestsellers {
    .navigation-promo__wrapper {
      padding: 8px 0;
    }

    .content-over-media {
      gap: 0;
      grid-template-columns: 0 1fr;
      background: #ababab;
      transition: all 0.5s;

      &:hover {
        background: #ffffff;
      }

      .text-custom {
        padding: 12px;
        background: #000000;
        letter-spacing: 0;

        & * {
          font-size: 14px !important;
          font-weight: 400;
        }
      }

      &:nth-child(2):after {
        content: none;
        position: absolute;
        bottom: 0;
        right: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: var(--promo-heading-line-height, 1.4);
        letter-spacing: 0;
        color: #ffffff;
        background: #4678ac;
        padding: 12px;
      }
    }
  }

  &.about_us {
    .navigation-promo__wrapper {
      margin-right: 0 !important;
    }
  }

  &.headphones {
    .mega-menu__nav > .v-stack:nth-child(2) ul li:nth-child(-n + 3) {
      position: relative;

      &:after {
        /* content: "Nyhed"; */
        position: absolute;
        top: 4px;
        background: #4678ac;
        padding: 3px 6px;
        margin-left: 8px;
        font-family: "Aeonik", sans-serif !important;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0;
      }
    }

    .mega-menu__nav > .v-stack:nth-child(3) ul li:nth-child(2) {
      position: relative;

      &:after {
        content: "Nyhed";
        position: absolute;
        top: 4px;
        background: #4678ac;
        padding: 3px 6px;
        margin-left: 8px;
        font-family: "Aeonik", sans-serif !important;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0;
      }
    }

    .mega-menu__nav > .v-stack:nth-child(3) > .v-stack:nth-child(2) ul li:first-child {
      position: relative;

      &:after {
        content: "Nyhed";
        position: absolute;
        top: 4px;
        background: #4678ac;
        padding: 3px 6px;
        margin-left: 8px;
        font-family: "Aeonik", sans-serif !important;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0;
      }
    }

    .mega-menu__nav > .v-stack:nth-child(2) ul li:first-child {
      &:after {
        content: "Nyhed";
        white-space: nowrap;
      }
    }
    .navigation-promo__wrapper img {
      aspect-ratio: 15 / 10;
    }
  }

  .mega-menu__nav a.h5 {
    font-family: "Aeonik", sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
  }

  ul .link-faded {
    font-family: "Aeonik", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    &:hover {
      opacity: 0.8;
    }
  }
}
/* ------ HEADER END ------ */

/* ------ CART DRAWER ------ */
#cart-drawer {
  right: 0;
  transform: translateX(100%);
  transition: transform 0.249s ease-in-out;
  opacity: 1 !important;
  visibility: visible !important;
}
#cart-drawer[open] {
  transform: translateX(0);
}
#header-sidebar-menu::part(content) {
  background: #1e1e1e;
  border-radius: 0;
  clip-path: none !important;
}
#header-sidebar-menu::part(body) {
  padding-top: 20px;
  grid-template-rows: auto;
}
#header-sidebar-menu:is(.drawer, .popover)::part(outside-close-button) {
  display: none;
}
#header-sidebar-menu {
  height: calc(100% - 135px) !important;
  top: auto !important;
  bottom: 0;
  padding: 0;

  &.child_active button[is="close-button"] {
    display: none;
  }

  button[is="close-button"] {
    border: 0;
    top: 20px;
    height: 20px;
    width: 20px;
    min-height: auto;
    color: #ffffff;
    position: absolute;
    z-index: 9;
  }

  .panel__wrapper {
    &.bestsellers {
      .navigation-promo--grid {
        padding: 0;
        margin: 0;
      }

      .content-over-media {
        gap: 0;
        grid-template-columns: 0 1fr;
        background: #ababab;
        transition: all 0.5s;

        .text-custom {
          padding: 6px 8px;
          background: #000000;

          & * {
            font-size: 12px !important;
            line-height: 14px;
          }
        }

        &:nth-child(2):after {
          content: none;
          position: absolute;
          top: 0;
          right: 0;
          font-weight: 400;
          font-size: 12px;
          line-height: 14px;
          letter-spacing: 0;
          color: #ffffff;
          background: #4678ac;
          padding: 4px 8px;
        }
      }
    }

    &.horetelefoner {
      .navigation-promo__wrapper {
        display: none;
      }
      .menu_sublinks:nth-child(3) {
        .menu_sub_sublinks:first-child .reversed-link {
          &:after {
            content: "Lige landet" !important;
            white-space: nowrap !important;
          }
        }
      }

      .menu_sublinks:nth-child(3) {
        .menu_sub_sublinks:nth-child(-n + 3) .reversed-link {
          &:after {
            content: "Nyhed";
            position: absolute;
            top: -1px;
            background: #4678ac;
            padding: 3px 6px;
            margin-left: 8px;
            font-family: "Aeonik", sans-serif !important;
            font-weight: 500;
            font-size: 12px;
            line-height: 14px;
            letter-spacing: 0;
          }
        }
      }
    }

    &.om-os {
      .navigation-promo__wrapper {
        display: none;
      }
    }
  }

  .panel__scroller {
    gap: 25px;
  }

  .panel-footer {
    display: none;
  }

  li.penal_header {
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff80;

    button {
      width: 100%;
      position: relative;
      justify-content: center;
      color: #ffffff;
      font-family: "Aeonik", sans-serif !important;
    }

    svg {
      position: absolute;
      left: 0;
    }
  }

  /* FIRST Lavel */
  .menu_link {
    color: #ffffff;
    font-family: "Aeonik", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 14px; */
    letter-spacing: 0;
    min-height: 24px;

    .text-with-icon {
      justify-content: start;

      .circle-chevron {
        background: transparent !important;
        color: inherit !important;
      }
    }
  }

  /* Secound Level */
  .menu_sublinks {
    &:not(:last-child) {
      margin-bottom: 20px;
    }
    &:nth-child(+ n + 3) {
      margin-top: 16px;
    }
  }

  .menu_sublinks_header {
    font-family: "Aeonik", sans-serif !important;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 16px;
  }

  .menu_sub_sublinks {
    font-family: "Aeonik", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0;
    color: #ffffff;
  }

  .drawer_menu_footer {
    border-top: 1px solid #ffffff80;
    padding-top: 25px;

    li {
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 12px;

      .list_icon {
        color: #ffffff;
      }

      .list_title {
        font-family: "Aeonik", sans-serif !important;
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0;
        color: #ffffff;
      }

      .list_subtitle {
        font-family: "Aeonik", sans-serif !important;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0;
        color: #ffffff;
        opacity: 0.6;
        margin-top: 2px;
      }
    }
  }
}
.coming-soon-badge .badge {
  background-color: #638ed4 !important;
}
@media screen and (max-width: 699px) {
  #header-sidebar-menu {
    height: calc(100% - 90px) !important;
  }
}
/* ------ CART DRAWER END ------ */


/* ------ Accordion Circle ------ */
.circle_progress {
  width: 32px;
  height: 32px;
  margin-right: 24px;
}
.accordion[open] .progress_ring__circle {
  animation: progress-animation 5s linear forwards;
}
.progress_ring {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.progress_ring__background {
  stroke-dasharray: 100.48; /* 2πr = 2 * π * 16 ≈ 100.48 */
  stroke-dashoffset: 0;
  stroke-width: 3px;
}
.progress_ring__circle {
  stroke-dasharray: 100.48;
  stroke-dashoffset: 100.48;
  stroke-width: 3px;
  /* animation: progress-animation 5s linear forwards; */
}
@keyframes progress-animation {
  to {
    stroke-dashoffset: 0;
  }
}
.accordion.remove_collapse {
  summary {
    pointer-events: none;
    user-select: none;
  }
  .accordion_icon {
    display: none;
  }
}
/* ------ Accordion Circle END ------ */


/* ---------------- New Footer ---------------- */
.icon_text_footer {
  z-index: 0 !important;
  .announcement-bar {
    .sub_text {
      color: #FFFFFFCC;
    }
  }
}
.footer {
  background: #54585A;
  border-top: 1px solid #FFFFFF66;
  .footer__wrapper {
    gap: 20px;
  }
  .footer__block--menu {
    .bold {
     font-weight: 400;
     font-size: 16px;
     line-height: 100%;
     letter-spacing: 0;
     color: #D0D3D4;
   }
   a.inline-block {
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      letter-spacing: 0;
      color: #FFFFFF;
      opacity: 1;
   }
  }
  .footer__block--text {
    .bold {
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0;
      color: #D0D3D4;
    }
    .prose.text-subdued {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.2;
      letter-spacing: 0;
      color: #FFFFFF;
    }
  }
  .footer__aside-top {
    justify-content: end;
  }
  .footer__aside_form {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: start;
  }
  .icon_content_dom {
    width: 100%;
    max-width: 535px;
    .icon_content_title {
      font-weight: 500;
      font-size: 18px;
      line-height: 1;
      letter-spacing: 0;
      margin-bottom: 12px;
    }
    .icon_content_text {
      ul {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
      }
      li {
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0;
        position: relative;
        padding-left: 20px;
        &:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          height: 16px;
          width: 16px;
          background: url("/cdn/shop/files/waveform-light-full.svg?v=1766070521");
        }
      }
    }

  } 
  .wac_form_wrap {
    width: 100%;
    max-width: 560px;
    form {
      gap: 8px;
    }
    .form-control {
      flex: 1;
    }
    .form-control:after {
      content: "";
      position: absolute;
      left: 20px;
      top: calc(50% - 8px);
      height: 16px;
      width: 16px;
      background: red;
      background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1389_1734)"><path d="M4.69961 8.40156H13.7021L2.52961 13.4641L4.69961 8.40156ZM13.7046 7.60156H4.69961L2.52961 2.53906L13.7021 7.60156H13.7046ZM1.65211 2.52656L3.99961 8.00156L1.65211 13.4766C1.61711 13.5591 1.59961 13.6491 1.59961 13.7391C1.59961 14.1016 1.89461 14.4016 2.25711 14.4016C2.34961 14.4016 2.44211 14.3816 2.52961 14.3441L14.6546 8.84906C14.9871 8.69906 15.2021 8.36656 15.2021 8.00156C15.2021 7.63656 14.9871 7.30406 14.6546 7.15406L2.52961 1.65906C2.44461 1.62156 2.35211 1.60156 2.25711 1.60156C1.89461 1.60156 1.59961 1.90156 1.59961 2.26406C1.59961 2.35406 1.61711 2.44406 1.65211 2.52656Z" fill="black" fill-opacity="0.4"/></g><defs><clipPath id="clip0_1389_1734"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
      background-size: contain;
    }
    .fieldset-with-submit {
      display: flex;
      align-items: stretch;
      gap: 0;
    }
    .input {
      background: white;
      padding: 21px;
      border-radius: 0;
      border: 0;
      box-shadow: none;
      outline: none;
      color: #00000066;
      font-weight: 400;
      font-size: 18px;
      line-height: 100%;
      letter-spacing: 0;
      padding-left: 46px;
    }
    .button {
      background: transparent;
      border: 1px solid #FFFFFF;
      line-height: 1;
      padding: 10px 20px;
      max-width: 40%;
      &[disabled] {
        opacity: 0.6;
      }
    }
    .newsletter_consent {
      display: flex;
      gap: 8px;
      align-items: center;
      justify-content: start;
      input {
        height: 16px;
        width: 16px;
        border: 0;
        background: #ffffff;
      }
      .checkbox_text {
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0;
        color: #D0D3D4;
        a {
          text-decoration: underline;
          text-underline-offset: 2px;
        }
      }
    } 
  }
  .logo_with_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    .site_logo {
      width: auto;
      max-width: calc(100% - 300px);
    }
    .slogan_text {
      max-width: 250px;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.2;
      letter-spacing: 0;
      color: #D0D3D4;
    }
  }
  .footer__copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #D0D3D4;
  }
  .footer_privacy_links {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #D0D3D4;
  }
}
@media screen and (max-width: 999px) {
  .footer {
    padding-block: 40px;
    .footer__block--text,
    .footer__block--menu {
      max-width: 25%;
    }
  }
}
@media screen and (max-width: 767px) {
  .footer {
    .footer__block--text,
    .footer__block--menu {
      max-width: 100%;
      flex-basis: auto;
    }
    .footer__block-list {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .footer__aside-top {
      justify-content: start;
    }
    .footer__aside_form,
    .logo_with_text {
      flex-direction: column;
      gap: 24px;
    }
    .logo_with_text {
      .site_logo,
      .slogan_text {
        max-width: 100%;
      }
    }
    .footer__aside-bottom {
      flex-direction: column;
      align-items: start;
      gap: 8px;
    }
  }
}

/* Mobile first: show accordion, hide desktop version */
.footer-menu-title--desktop,
.footer-menu-list--desktop {
  display: none;
}
.footer-accordion {
  border: 0;
  padding: 0;
  min-width: 100px;
}
.footer-accordion__summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 0.5rem 0;
  color: #D0D3D4;
}
.footer-accordion__summary::-webkit-details-marker {
  display: none;
}
.footer-accordion__summary + ul,
.footer-accordion__summary + .prose {
  margin-top: 10px;
}
.footer-accordion__icon {
  transition: transform 0.2s ease;
}
/* Rotate icon when open */
.footer-accordion[open] .footer-accordion__icon {
  transform: rotate(180deg);
}
.footer-text-title--desktop,
.footer-text-content--desktop {
  display: none;
}
/* Desktop breakpoint: disable accordion, show normal list */
@media (min-width: 768px) {
  .footer-accordion--mobile {
    display: none;
  }
  .footer-menu-title--desktop,
  .footer-menu-list--desktop {
    display: block;
  }
  .footer-menu-list--desktop {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .footer-text-title--desktop,
  .footer-text-content--desktop {
    display: block;
  }
}
/* ---------------- New Footer END ---------------- */