<script>
/*
  Flytter PIM'ens grønne "badges-overlay" (fx "H:25 MM.", "3.000/4.000 KELVIN",
  "VÆLG MELLEM FLERE MODELLER") fra øverste venstre hjørne til nederste venstre
  hjørne - men KUN på selve produktsiden (.active-product-image-container).

  På kategorisiden ligger de allerede korrekt nederst og røres ikke af dette,
  da selectoren er scopet til produktsidens billedcontainer.
*/
(function () {
  const css = `
    .active-product-image-container .badges-overlay.uk-position-top-left{
      top:auto!important;
      bottom:0!important;
      left:0!important;
    }
  `;

  function addStyles() {
    if (document.getElementById("cbx-move-pim-badges-overlay")) return;

    const styleEl = document.createElement("style");
    styleEl.id = "cbx-move-pim-badges-overlay";
    styleEl.textContent = css;
    document.head.appendChild(styleEl);
  }

  if (document.readyState === "loading") {
    document.addEventListener("DOMContentLoaded", addStyles);
  } else {
    addStyles();
  }
})();
</script>



/* your custom css */
/*.product-details .product-slider-container, .product-details .product-slider-headline {display:none;}*/

.override-padding {
  padding: 5 !important;
}


/* TEST – skal være meget tydelig */
#product-list-grid {
    outline: 8px solid red !important;
}

#product-list-grid .uk-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.bulk-info .unit {
  display: block;
}


/*
.custom-trust-box {
  width: 100%;
  max-width: 302px;
  min-height: 140px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 0px;
  padding: 28px 16px 17px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,.12);
}
/*
.custom-trust-inner {
  min-height: 156px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*
.custom-trust-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  color: #00ba20;
}
/*
.custom-trust-icon .uk-icon,
.custom-trust-icon svg {
  color: #00ba20 !important;
}
/*
.custom-trust-icon svg {
  width: 40px;
  height: 40px;
}
/*
.custom-trust-phone {
  color: #555;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0px;
}
/*
.custom-trust-hours {
  width: 100%;
  color: #4f4f4f;
  font-size: 13px;
  line-height: 1.18;
  font-weight: 700;
  margin-bottom: 10px;
}
/*
.custom-trust-row {
  padding-top:10px;
  display: flex;
  justify-content: space-between;
  gap: 7px;
}
/*
.custom-trust-row span:first-child {
  text-align: left;
 
}
/*
.custom-trust-row span:last-child {
  text-align: right;
  white-space: nowrap;
}
*/

/*ORIGINAL BOX*/
.trust.cbx-border {
  display: none !important;
}














/*Kvantumpris*/
.bulk-info.uk-text-small{
    color:#EB9002!important;
    
}


.variant-selector-text-button.selected, .variant-selector-text-button:focus
{
    border-color: rgb(17, 141, 0) !important;
}

@media only screen and (max-width: 480px) {
.uk-flex {
    display: block;
    padding-bottom:0px;
    padding-top:0px;
    font-size: 20px;
    align-content: center;
}}

@media (max-width: 640px)
{
    .usp-main a {
        flex-direction: column;
        padding: 0.5em;
    }
}

/*SNE!*/
.snow-banner{
  position: relative;
  padding: 10px 0;
  text-align: center;

  /* Sne + rød baggrund */
  background:
    url("https://sec-set.dk/media/t5kcod1x/snow01_80_speed.gif") repeat,
    #ff0000;

  background-size: auto;
}

.snow-banner p{
  margin: 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
/*SLUT SNE*/

.category-list + .uk-container.uk-container-large.uk-margin {display:none;}



.cbx-large-text-edit {
    font-size: 30px;
}







/* See Ticket# 343031 */
.variant-selector-text-button.disabled {
    color: rgba(0, 0, 0, 0.6)  !important;
    
}

/* See Ticket# 343031 */
.variant-selector-text-button.disabled:after {
    display: none !important; 
}




/*.uk-icon-button.uk-icon{
    color:000000!important;
}*/

.uk-icon-button {
    background-color:#00bd00;
}

/* this is used to hide customer pricing when toggled via top nav */
body.hide-customer-pricing .product-price .uk-h2,
body.hide-customer-pricing .product-price .price,
body.hide-customer-pricing .product-price .bulk-info,
body.hide-customer-pricing .product-price .unit,
body.hide-customer-pricing .product-price .details-vat,
body.hide-customer-pricing .product-price .price-small,
body.hide-customer-pricing .add-to-cart-modal-content-product-information .uk-child-width-1-2,
body.hide-customer-pricing .cart-preview-footer .total-price,
body.hide-customer-pricing .cart-preview-item-price{
    display: none;
}

body.hide-customer-pricing .details-bulk-discounts-add-to-cart .price span {
    visibility: hidden;
}

/* Start of Cha-17779 */
body.display-default-pricing .discount-overlay, 
body.display-default-pricing .details-bulk-discounts-add-to-cart,
body.display-default-pricing .bulk-info {
    display: none;
}
/* End of Cha-17779 */

.badges-overlay.uk-position-absolute.uk-position-top-left {
    color: #696969;
}

/*
.uk-label.uk-text-medium {
    background-color:#696969;
}
/*
.uk-label {
    background-color:#696969;!important
}


.video-wrapper {
    width: 1400px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.video-wrapper iframe {
    position: absolute;
    top: -50%; /* Juster denne værdi afhængigt af, hvordan videoen beskæres */
    left: 0;
    width: 100%;
    height: 200%; /* Dobbelt højde for at sikre, at videoen fylder hele containeren */
    object-fit: cover;
}

.top {
    margin-left:10px;
    
}
/*
.uk-flex.uk-flex-middle.usp-main-item{
    
    margin-left:-15px;
}


/* Grid for billederne - sektion 1 */
.image-grid {
    position: relative;
    width: 800px; /* Justér bredde efter behov */
    height: 600px; /* Justér højde efter behov */
}

/* Individuelle billeder */
.image-item {
    position: absolute;
    border-radius: 20px; /* Afrundede hjørner */
    transition: transform 0.3s ease-in-out; /* Transition-effekt */
}

.image-item img {
    width: 100%;
    height: auto;
    border-radius: inherit; /* Match billedets hjørner med containerens */
}

/* Position af billederne */
.image-item:nth-child(1) {
    top: 0;
    left: 0;
    width: 280px;
    z-index: 1; /* Gør dette billede foran */
}

.image-item:nth-child(2) {
    top: 180px;
    left: 100px;
    width: 280px;
    z-index: 2; /* Dette billede vil ligge over det første */
}

.image-item:nth-child(3) {
    top: 00px;
    left: 300px;
    width: 280px;
    z-index: 3;
}

.image-item:nth-child(4) {
    top: 180px;
    left: 400px;
    width: 280px;
    z-index: 4;}


/* Hover-effekt */
.image-item:hover {
    transform: scale(1.1); /* Zoom-effekt ved hover */
    z-index: 10; /* Sæt det hoverede billede øverst */
}


.container {
    display: flex;
    justify-content: flex-end; /* Skubber indholdet mod højre */
    width: 100%;
}

.image-section {
    margin-right: auto; /* Sørger for at billederne står til venstre */
}

.image {
    width: 200px;
    height: 200px;
    margin-right: 20px;
    border-radius: 10px;
}

.container {
    display: flex;
    justify-content: flex-end; /* Skubber indholdet mod højre */
    width: 100%;
}

.image-section {
    margin-right: auto; /* Sørger for at billederne står til venstre */
}

.image {
    width: 200px;
    height: 200px;
    margin-right: 20px;
    border-radius: 10px;
}

.timeline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 0;
    margin-left: auto;
    width: 30%;
}

.step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.icon {
    background-color: #f0f0f0;
    color: #4CAF50;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #4CAF50;
    font-size: 18px;
    margin-right: 10px;
}

.content {
    background-color: white;
    border-radius: 10px;
    padding: 15px 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    min-width: 250px; /* Sikrer at boksen ikke bliver for smal */
}

.content h3 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

/* Pil-element */
.step:before {
    content: '';
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right: 10px solid white; /* Farve på pilen */
}

.uk-container.uk-container-large.uk-margin.product-slider-container.allow-purchase.show-prices {
    margin-bottom: -20px;
}



.product-details-tabs {
    display:none!important;
}


.product-short-description {
    font-weight: 600px;
    font-size:16px;
}

/*
.uk-text-right{
    display:none;
}
*/
.hr { margin-top: 20px; margin-bottom: 2px }



.product-specifications.uk-table.uk-table-hover.uk-table-divider.uk-table-small.uk-width-large@s.uk-text-nowrap {
    
height: 1px;
}

/* Start of Ticket#3410290 */

.cart-fee-item {
    align-items: baseline !important;
    justify-content: end !important;
}
.cart-fee-item > strong {
    margin-left: 5px;
}
.cart-fee-item > strong > .price-output {
    font-size: 1.25rem;
}

/* End of Ticket#3410290 */


/*Margin for logo footer*/
.margin-footer-logo{
    margin-top:-100px!important;
}

/*Margin for forhandlerlogin og nyhedsmail på forside */
.margin-f-n{
    margin-top:-60px;
}

/* Mobil footer some links */
.uk-iconnav>*>a {
    display: flex
;
    align-items: center;
    column-gap: .25em;
    line-height: 0;
    color: #ffffff;
    text-decoration: none;
    font-size: .875rem;
    transition: .1s ease-in-out;
    transition-property: color, background-color;
}
}
}

/* Sticky footer 

html, body {
  height: 100%;
  margin: 0;
}

body > #cbx-vue-app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > #cbx-vue-app > .custom-grid-footer {
  margin-top: auto;
}
*/


.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: white;
  padding: 30px;
  max-width: 800px;
  width: 90%;
  border-radius: 12px;
  position: relative;
}
.modal .close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
}


/* 5 rækker på kategori på stor skærm*/
@media (min-width: 1200px) {
    .uk-child-width-1-4\@l>* {
        width: 20%;
    }
}



/* Skjul teksten "Forside" */
.desktop-navigation-home.cbx-mainnav-text span {
  display: none;
}

/* Centrér SVG-ikonet */
.desktop-navigation-home.cbx-mainnav-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

/* Fjern skub mod højre */
.desktop-navigation-home.cbx-mainnav-text svg.uk-margin-small-right {
  margin-right: 0 !important;
}


.header-notification.uk-text-center.uk-padding-small{
margin:0px 0px 5px 0px!important
}

.contact-form-field-description{
    font-size:16px!important;
    margin-left:-10px;
    margin-top:10px;
}

.contact-form-checklist-label {
    display:none;
}

.marginbot5{
    margin-bottom:-10px;
}


.margin-top-newsletter{
    margin-top:-44px;
    padding-bottom:25px;
}
._form_element._x32974045._full_width._clear{
    padding-top:6px;
}

._form-branding{
    display:none;
}

#_form_68DBCE5015EF2_ .field-required {
    color: #7d7d7d!important;
}

.field-required {
    color: #7d7d7d!important;
}

.product-list-checkbox-container.large {
  position: relative !important;
  z-index: 9999 !important;
}
.product-list-checkbox-container.medium {
  position: relative !important;
  z-index: 9999 !important;
}

.filter-dropdown, .dropdown-menu, .cbx-filter-panel {
  z-index:999 !important;
  position:relative !important;
}


.uk-navbar-item>:last-child {
    margin-top: 10px;
    margin-right:5px;
    margin-left:-1px!important;
}

.hidden_2{
    display:none;
}


/* --- Tre kolonner med ikon og tekst --- */
.feature-section {
  display: flex;
  justify-content: space-between; /* spreder dem jævnt ud */
  align-items: flex-start;
  flex-wrap: wrap; /* bryder pænt på mindre skærme */
  background-color: #F9F9F9; /* varm, lys baggrund */
  padding: 20px 10px; /* luft omkring indholdet */
  text-align: center;
  box-sizing: border-box;
}

.feature-item {
  flex: 1 1 30%; /* tre kolonner der justerer sig */
  max-width: 358px;
  min-width: 250px;
  margin: 0 auto;
}

.feature-item img {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.feature-item h3 {
  font-size: 22px;
  font-weight: 700;
  color: #3a3836;
  margin-bottom: 10px;
  text-align: center!important;
}

.feature-item p {
  font-size: 16px;
  color: #3a3836;
  opacity: 0.9;
  margin: 0;
  line-height: 1.6;
  text-align: left!important;
}

/* Tablet: to kolonner */
@media (max-width: 900px) {
  .feature-section {
    justify-content: center;
    gap: 40px;
    padding: 50px 40px;
  }

  .feature-item {
    flex: 1 1 45%;
  }
}

/* Mobil: én kolonne */
@media (max-width: 600px) {
  .feature-section {
    padding: 40px 20px;
  }

  .feature-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* CHA-22042 */
.checkout-cart-link {
  background-color: hsla(var(--primary-color-hue), var(--primary-color-saturation), var(--primary-color-lightness), 1);
  color: hsla(var(--black-color-hue), var(--black-color-saturation), var(--black-lighten-100), 1);
  border: 1px solid rgba(0,0,0,0);
}
.checkout-cart-link:hover {
  background-color: hsla(var(--primary-color-hue), var(--primary-color-saturation), var(--primary-darken-5), 1);
  color: hsla(var(--black-color-hue), var(--black-color-saturation), var(--black-lighten-100), 1);
}
/* End of CHA-22042 */



.info-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 00px auto;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-family: Arial, sans-serif;
}

.info-item {
  width: 33%;                /* <-- Ens bredde til alle tre */
  display: flex;
  justify-content: center;   /* <-- centrerer indholdet i hver kolonne */
}

.icon-text {
  display: flex;
  align-items: center;
  color:#000000!important;
  gap: 12px; /* Afstand mellem ikon og tekst */
  
}

.icon-text img {
  width: auto;
  height: 30px;
  opacity: 1;
  padding-right:10px;
}

.icon-text h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #000000;
  font-weight: 700;
}

.icon-text p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #000000;
}

/* PRODUKT DOKUMENTER INFO */
.product-documents td.uk-text-right {
    display: none;
}

.product-documents::before {
    content: "Dokumenter";
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;

}

.uk-grid-column:has(+ .uk-grid-column .product-documents) > hr {
  display: none;
}

.uk-grid-column:has(+ .uk-grid-column .product-documents):empty {
    display: none;
}


.margin-top-kataloger {
    margin-top:-30px;
}



/*EPREL SETUP*/


/* Fix aspect-ratio for remote images */
.product-image img,
#product-images-lightbox img,
.active-product-image-container img,
.add-to-cart-modal-content-image img,
.cart-item-image-container img,
body.checkoutreceipt main img {
    aspect-ratio: 4 / 3;
    object-fit: contain
}
.product-image .hover-image {
    background-color: white;
}

[data-content-element-type-alias="cbxContainer"]:has(.remove-parent-margin) {
  margin: 0;
}