/** Shopify CDN: Minification failed

Line 19:27 Expected ")" to end URL token

**/
/* Position overlay over first slide */
.product-slideshow {
  position: relative;
}

.mystery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  pointer-events: none;
  background-image: url({{ mystery_image_logo | img_url: 'master' }});
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Hide overlay when slider moves to second image */
.product-main-slide:not([data-index="0"]) ~ .mystery-overlay {
  display: none;
}


.custom-add-to-cart {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    z-index: 9;
    padding: 10px 15px;
    display:none;
    box-shadow: 0px 0px 8px 5px #ddd;
}
.custom-add-to-cart.visible {
    display: block;
}
.custom-add-to-cart .inner-box {
    max-width: 1440px;
    margin: 0 auto;
}
.custom-add-to-cart .product-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.custom-add-to-cart .product-detail img.cstm-img {
    max-width: 60px;
}
.custom-add-to-cart .product-detail h2, .custom-add-to-cart .product-detail p {
    margin-bottom: 0px;
}
.custom-add-to-cart .product-detail .product-title {
    margin-left: 22px;
}
.custom-add-to-cart .add-to-cart-btn {
    margin-left: auto;
}
.custom-add-to-cart .product-block {
    margin-top: 10px;
    margin-bottom: 0px;
}
.custom-add-to-cart .product-block .product__price.on-sale {
    padding-right: 0px;
    font-size: 18px;
}
.custom-add-to-cart .product-block .product__price-savings {
    font-size: 14px;
}
 .custom-add-to-cart .product-block .product__price {
    font-size: 18px;
}

/* Donation Popup code start */
.donation-badge {
    display: flex;
    cursor: pointer;
    padding: 10px;
    border: 2px solid #efdada;
    border-radius: 10px;
    align-items: center;
    max-width: 280px;
    margin: 18px auto 30px;
    background: #fff7f7;
}
.donation-badge .image-column {
    flex: 1;
    max-width: 25px;
}
.column.text-column {
    padding-left: 10px;
}
.donation-badge .text-column h2 {
    font-size: 13px;
    text-transform: none;
    margin: 0;
}
.donation-badge .text-column p {
    font-size: 11px;
    margin: 5px 1px 0;
}
.donation-popup-modal .popup-column {
    flex: 1;
    padding: 30px 20px;
    background: #f4f4f4;
    text-align: center;
    border-radius: 10px;
}
.donation-popup-modal .popup-column svg {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
    fill: #c60c30;
}
  .donation-badge img {
      width: 100%;
      border-radius: 10px;
  }
  /* Popup Modal */
  .donation-popup-modal {
      display: none; 
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 9999;
  }
.donation-popup-modal .popup-content {
    background-color: #fff;
    padding: 3%;
    width: 94%;
    max-width: 800px;
    border-radius: 10px;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.donation-popup-modal .popup-content h2 {
    padding: 10px 20px 0;
    text-transform: none;
    font-size: 24px;
    margin-bottom: 8px;
}
.donation-popup-modal .popup-content p {
    font-size: 14px;
}
.donation-popup-modal .close-btn {
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 40px;
    cursor: pointer;
}
.donation-popup-modal .popup-row {
    display: flex;
    margin-top: 20px;
    gap: 2%;
    flex-wrap: wrap;
}


div#good-cause-section {
    display: inline-block;
    background: #f5f5f5;
    padding: 20px 15px;
  padding-bottom: 0px;
    font-size: 14px;
}
.cart-donation h2 {
    font-size: 14px;
    margin-bottom: 10px;
}

.cart-donation p {
    font-size: 12px;
}

div#radio-inputs {
    display: flex;
    gap: 10px;
}

div#radio-inputs input[type="radio"] {
    opacity: 0;
}

label.radio-label span.img {
    background: #ddd;
    width: 100%;
    height: 40px;
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
    display: inline-block;
}
div#radio-inputs input[type="radio"]:hover + span.img{
  opacity: .7;
  background: #c60c30;
   fill: #fff;
}
div#radio-inputs input[type="radio"]:checked + span.img, div#radio-inputs input[type="radio"]:checked:hover + span.img{
    background: #c60c30;
    opacity: 1;
}
div#radio-inputs input[type="radio"]:checked + span.img img, div#radio-inputs input[type="radio"]:checked:hover + span.img img, div#radio-inputs input[type="radio"]:hover + span.img img{
    filter: brightness(0) invert(1);

}
label.radio-label span.img img {
    height: 30px;
    display: table;
    margin: auto;
}
div#radio-inputs label.radio-label {
    width: 33.33%;
}
label.radio-label p {
    text-transform: none;
    font-size: 12px;
    letter-spacing: .5px;
    color: #777;
}
label.radio-label strong {
    letter-spacing: .5px;
    margin-bottom: 9px;
    display: inline-block;
    line-height: 1.1;
}

.hero__image-wrapper:before {
    background: linear-gradient(to right, #000000, #fff0 70%);
    opacity: 1;
    width: 100%;
}
.features ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    gap: 1rem;
    margin-left: 0;
}

.features ul li {
    list-style: none;
    padding-left: 30px;
}

.features ul li:first-child {
    background-image: url('/cdn/shop/files/icon-2.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0;
}

.features ul li:last-child {
    background-image: url('/cdn/shop/files/icon-1.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.slideshow__slide .hero__link a {
    padding: 15px 40px;
    font-size: 18px;
}
#judgeme_product_reviews .jdgm-rev-widg__reviews {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    /* gap: 22px; */
}

#judgeme_product_reviews .jdgm-rev.jdgm-rev {
    width: calc(20% - 13px);
}
.custom_post_space{
  padding: 0px;
   height: auto;
}
/* .custon_space_content,.custom_buy_sticky_sec .page-width {
    padding-left: 0px;
    padding-right: 0px;
} */
.custom_buy_sticky_sec .feature-row__item {
    flex: 0 0 25%;
}

.custom_buy_sticky_sec .feature-row__item.feature-row__text {
    flex: 0 0 75%;
}
.custom_buy_sticky_sec .feature-row{
  margin: 0px;
}
.custom_buy_sticky_sec .feature-row {
    border: 1px solid #222222;
    padding: 16px;
    border-radius: 10px;
}
.index-section.custom_buy_sticky_sec {
    margin: 0px;
}
.custom_buy_sticky_sec .feature-row__item.feature-row__text .paragraph {
    font-size: 14px;
    margin-bottom: 10px;
}

.logo_banner {
    display: flex;
    margin: 10px auto 10px;
    align-items: center;
}


.container1 {
    display: inherit !important;
    text-align: center;
}
.btntt {
    margin-top: 10px !important;
    margin-left: -0px !important;
}
.hero__subtitle .trustpilot-widget {
    margin-left: -31px;
}

img.banner_text_logo {
    width: 100%;
    max-width: 108px;
}
.footer_logo {
    text-align: center;
}
img.banner_text_logo_footer {
    width: 100%;
    max-width: 180px;
    margin: 10px auto;
}



ul.mobile-nav__sublist.drawer_menu_image_only {
    display: flex;
    align-items: center;
    justify-content: center;
}
 .site-footer #payment-icon-product .icon--payment svg {
    height: 36px;
    width: 100%;
}
.featured_image_logo_disc {
    position: absolute;
    top: -2px;
    z-index: 9;
    margin: 5px;
    width: 100%;
    max-width: 120px;
    right: 0;
}
.featured_image_logo_disc img {
    display: block;
}
.site-nav__link, .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
    font-size: 16px !important;
}
.header-item--logo-split .header-item:not(.header-item--logo) {
    text-align: left;
    flex: none !important;
}

/* .trustpilot-widget {
    width: 60%;
}
 ul.payment-list {
    width: 40%;
} */




@media(min-width: 768px){
    .site-nav__link--icon .icon {
    width: 20px;
    height: 20px;
}
 .product-single__sticky {
        position: sticky;
        top: 20px;
    }
.site-header .header-item--split-left ul.site-nav li:first-child {
    display: none;
}

.site-header .header-item--split-left ul.site-nav li ul.site-nav__dropdown li:first-child {
    display: block;
}
.show_on_mobile {
    display: none;
}
  /* body .product__thumbs--below .product__thumbs--scroller {
      white-space: normal;
  } */
  body .product__thumbs--below .product__thumb-item {
      max-width: 100%;
      width: calc(20.5% - 15px);
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 10px;
      border: 1px solid #ccc;
  }

  .hero__text-content .hero__text-shadow {
      max-width: 570px;
  }
  .hero__text-wrap .hero__title {
      margin-bottom: 20px;
  }
  .custon_space_content,.custom_buy_sticky_sec .page-width {
    padding-left: 0px;
    padding-right: 0px;
}
}
@media screen and (max-width: 1440px){
.site-nav__link, .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
    font-size: 14px!important;
    padding: 0 10px;
}
    .header-layout[data-logo-align=center] .header-item--logo {
    margin: 0;
}
}
@media screen and (max-width: 1280px){
.site-nav__link, .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
    font-size: 12px!important;
    padding: 0 10px;
}
}
@media screen and (max-width: 1080px){
    .header-layout[data-logo-align=center] .header-item--logo {
    margin: 0 10px;
}
.site-nav__link, .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
    font-size: 10px!important;
    padding: 0 10px;
}
#judgeme_product_reviews .jdgm-rev.jdgm-rev {
    width: calc(50% - 13px);
}
}
@media screen and (max-width: 991px){
    .site-header__logo a {
    width: 150px !important;
}
header .page-width {
    padding: 0 20px;
}
/* .header-item--logo-split .header-item:not(.header-item--logo) {
    flex: 0 0 30% !important;
} */
 .site-nav__link, .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
    padding: 0 5px;
    font-size: 9px!important;
}

.header-layout[data-logo-align=center] .header-item--logo {
    margin: 0;
    flex: 0 0 150px;
}
}
@media screen and (max-width: 767px){
    .header-layout[data-logo-align=center] .header-item--icons, .header-layout[data-logo-align=center] .header-item--navigation {
    flex: 1 1 auto;
}
     .collapsible_heading span.mobile-nav__faux-link {
    padding-left:75px;
}
    /* .custom-trustpilot-widget {
        display:none;
    } */
        .featured_image_logo_disc {
    max-width: 85px;
}
  .mobile-nav__sublist.drawer_menu_image_only li {width: 50%;}

.mobile-nav__sublist.drawer_menu_image_only li a {
    border: 1px solid #C60C30;
    border-radius: 4px;
    margin: 3px;
    padding: 5px !important;
}

.mobile-nav__sublist.drawer_menu_image_only li a img.menu-image-square {
    height: 100px;
    object-fit: contain;
}

.mobile-nav__sublist.drawer_menu_image_only li a span.offer_summer {
    font-weight: 600;
    text-shadow: none;
}
  /* #Linklist-1 {
    height: unset !important;
} */
  .collapsible_heading span.mobile-nav__faux-link {
    text-align: center;
}
  .drawer_menu_image_only .menu-image-row {
    margin-top: 0;
}
  .mobile-nav__sublist.drawer_menu_image_only .mobile-nav__item:last-child {
    padding-bottom: 0;
}
.review_content_mobile p {
    font-style: normal!important;
    text-align: left;
    font-size: 13px !important;
    margin-bottom: 5px !important;
}
  .site-footer #payment-icon-product .icon--payment svg {
    width: 50px;
}
  .site-footer #payment-icon-product .icon--payment {
    margin: 0;
}
.drawer_menu_image_only .mobile-nav__child-item a {
    padding: 0 5px!important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px #ccc;
}
img.menu-image-square {
    display: block;
    width: 100%;
    height: 120px;
}
span.offer_summer {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #00000080;
    padding: 4px 6px;
    border-radius: 4px;
    text-align: center;
}
.mobile-nav__sublist.drawer_menu_image_only {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
}
  .logo_banner .show_on_mobile img.banner_text_logo {
    max-width: 85px;
    width: 100%;
}
  .shwo_on_desktop {
    display: none;
}
span.show_on_mobile {
    display: flex;
    align-items: center;
    gap: 5px;
}
.logo_banner {
    display: flex;
    margin: 5px auto 0;
    align-items: center;
}
  .custom_buy_sticky_sec .feature-row__item.feature-row__text .paragraph {
    font-size: 13px;
}
  .custom_buy_sticky_sec .feature-row {
    /* flex-direction: row; */
}
.custom_buy_sticky_sec .feature-row__item {
    min-width: 90%;
    flex: 0 0 90%;
    max-width: 90% !important;
}
.custom_buy_sticky_sec .feature-row__item.feature-row__text {
    flex: 0 0 100%;
    max-width: 100% !important;
}
  .custom_buy_sticky_sec .feature-row__item.feature-row__text a.btn {
    margin-top: 0;
}
.custom_buy_sticky_sec .feature-row__item.feature-row__text {
    padding-left: 16px;
    padding-right: 0;
    padding-top: 16px;
}
  .custom_buy_sticky_sec .feature-row__item.feature-row__text .h1 {
    font-size: 15px;
}
  .hero__text-content.vertical-center {
      padding: 30px 5px;
  }
  .slideshow__slide .hero__text-content.vertical-center .hero__link a {
      padding: 10px 25px;
      font-size: 15px;
      letter-spacing: 3px;
  }
  .hero__text-content.vertical-center.horizontal-left {
      position: relative;
  }
  .hero__image-wrapper, .hero--mobile--auto[data-mobile-natural=true] {
      position: relative !important;
  }
  .hero--mobile--400px[data-mobile-natural=false] {
      height: auto !important;
  }
  body .hero__image-wrapper:before {
      background: linear-gradient(to top, #0f0f0f, #fff0 30%);
  }
  .tp-widget-trustscore {
        font-size: 13px;
        margin: 0 7px 8px 0;
    }
        body .payment-list svg {
        width: 27px;
        height: 20px;
    }
    html .product-single__meta .footer-icons {
        flex-direction: row;
        gap: 5px;
    }
    ul.payment-list {
        display: flex;
    }
}

/* Donation Popup code end */

@media screen and (max-width: 576px){
.custom-add-to-cart .product-detail {
    justify-content: center;
}
  .custom-add-to-cart .add-to-cart-btn {
    margin-left: 0;
}
  .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide {
  
}
  .custom-add-to-cart .product-detail h2 {
    font-size:18px;
}
 .custom-add-to-cart .product-block .product__price {
    font-size: 16px;
}
   .custom-add-to-cart .product-block .product__price.on-sale {
    padding-right: 0px;
    font-size: 22px;

}
}

@media (max-width: 768px) {
  .styles_Footer__ {
      background: #f6f6f7;
      padding: 23px;
      padding-bottom: 8px;
      padding-top: 8px;
      border-top: 1px solid rgba(0,0,0,.1);
  }

  #slidecarthq .footer {
      padding: 20px 20px;
      padding-bottom: 0px;
  }
}
@media (min-width: 374px) {
    #slidecarthq .header {
        padding: 12px;
    }
}

.rewards-tiers-labels-item-amount {
    display: none;
}

#slidecarthq .rewards {
  
    gap:0px; 
}

#slidecarthq .upsells {
    width: 100%;
    margin-top: auto;
    position: relative;
    padding: 15px 15px;
    padding-bottom: 0px;
}

@media (min-width: 769px) {
  #slidecarthq .upsells .upsell-item {
      display: flex;
      align-items: center;
      padding: 10px;
      margin-bottom: 10px !important;
      margin: 0 auto;
      border-radius: 3px;
      gap: 10px;
  }
}

.promo-text11 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px; /* Standard til tablet/desktop */
  color: #000;
    padding-top: 5px;
    margin-bottom: -5px;
}

/* Mobil visning */
@media (max-width: 767px) {
  .promo-text11 {
    font-size: 17px;
  }
}



/* Container */
.preorder-widget{
  --bg:#C60C30;       /* mørk baggrund */
  --text:#f4f4f7;     /* lys tekst */
  --muted:#c2c3cf;    /* dæmpet tekst */
  --pill:#ffffff;     /* aktiv pille */
  --pill-muted:#e8e8ee;/* sold out pille */
  --pill-text:#171722;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  border-radius: 16px;
  padding: 16px;
  width: 340px;      /* justér efter behov */
}

/* Titel */
.pw-title{
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.35;
  color: #fff;
;
}
.pw-title strong{
  color: #fff;
  font-weight: 700;
}

/* Liste */
.pw-batches{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}

/* Piller */
.batch{
  display:flex;
  align-items:center;
  justify-content:space-between;
  background: var(--pill);
  color: var(--pill-text);
  border-radius: 12px;
  padding: 10px 12px;
  font-size:14px;
  font-weight:600;
  letter-spacing:.2px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.02) inset;
}

.batch .date{ opacity:.95; }
.batch .status{ text-transform: uppercase; }

/* Aktiv (hvid pille) */
.batch.active .status.strong{ font-weight:800; }

/* Sold out (grå pille + grå tekst) */
.batch.sold-out{
  background: var(--pill-muted);
  color:#6f7180;
}
.batch.sold-out .status{ font-weight:800; }

/* Lowercase variant til “0% sold” */
.batch .status.lowercase{
  text-transform:none;
  font-weight:600;
  opacity:.9;
}

/* Hover (valgfrit) */
.batch:where(:hover, :focus-within){
  outline:2px solid rgba(255,255,255,.08);
  outline-offset:2px;
}

/* Responsiv finpudsning */
@media (max-width:420px){
  .preorder-widget{ width:auto; }
  .batch{ font-size:13.5px; }
}

#slidecarthq .footer-row .shipping-cost, #slidecarthq .footer-row .shipping-cost span, #slidecarthq .footer-row .shipping-cost span a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #212529;
}
.product-main-slide.starting-slide.is-selected .featured_image_mystry {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    z-index: 999999;
    display: flex;
    align-items: center;
}
.product-main-slide.starting-slide.is-selected .featured_image_mystry img {
    display: block;
    width: 100%;
    max-width: 350px;
}
.product-main-slide .featured_image_mystry {
    display: none;
}

@media (max-width:767px){
.product-main-slide.starting-slide.is-selected .featured_image_mystry {
    height: 70px;
    z-index: 1;
}
.product-main-slide.starting-slide.is-selected .featured_image_mystry img {
    max-width: 210px;
}
}