.nav.nav-breadcrumbs li.page.level-1,
.nav.nav-breadcrumbs li.page.level-1 + .seperator,
.nav.nav-breadcrumbs li.seperator:first-of-type {
    display: none;
}

.m-product-brand{
    display:none;
}


.page-title {
    margin-bottom: 0px;
}


.m-product .m-product-title {
    margin-top: 0px;
}

.m-product-buttons-list {
    height: auto!important;
}

.m-product-buttons-list .m-product-buttons-list-button {
    width: auto!important;
    padding-right: 0px!important;
}

.m-product-buttons-list .m-product-buttons-list-button .form-label {
    width: 51px!important;
    height: 51px!important;
    text-align: center;
    color: #000;
}

.m-product-buttons-list .m-product-buttons-list-button .form-group.soldout {
    opacity: 40%;
    /* text-decoration: line-through; */
}

.m-product-buttons-list .m-product-buttons-list-button input[type=checkbox] {
    display: none!important;
}

.m-product-buttons-list .m-product-buttons-list-button input[type=checkbox]:checked ~ .form-label {
    background-color: #ece1df!important;
    border-color: #e4d5d2!important;
}

.footer .footer-content>div>strong {
    font-weight: 200;
}

button.form-submit.button-primary {
    width: 100%;
}

.thumbelina-but.horiz.left {
    display: none;
}

.thumbelina-but.horiz.right {
    display: none;
}

.pagination > li:first-child > a {
    min-height: 33px;
    padding-top: 9px;
    font-weight: bold;
}

.pagination > li:last-child > a {
    min-height: 33px;
    padding-top: 9px;
    font-weight: bold;
}

.pagination > li a {
    border-color: #ffffff;
    color: #121212;
    background-color: #ffffff;
}

.pagination > li.current a {
    background-color: #ffffff;
    font-weight: bold;
}

.pagination > li a:hover, .pagination > li a:focus {
    color: #000;
    background-color: #ffffff;
}


.panel-success {
    background-color: #bcd9b3 !important;
    border-color: #bcd9b3 !important;
    color: #ffffff;
}


.panel-warning {
    background-color: #f1f1f1;
    color: #000000;
    border: none;
    padding-top: 6px;
}

.panel-warning h1, .panel-warning h2, .panel-warning h3, .panel-warning h4, .panel-warning h5, .panel-warning h6, .panel-warning .h1, .panel-warning .h2, .panel-warning .h3, .panel-warning .h4, .panel-warning .h5, .panel-warning .h6 {
    color: #373232;
}

.trailing.is-hidden-s.clearfix {
    display: none !important;
}

span.input-group-addon.m-product-transaction-unittitle {
    display: none !important;
}

.m-product .m-product-transaction .m-product-transaction-amount {
    max-width: 65px;
}

.button-primary, .button-primary:visited {
    border-color: #000 !important;
    color: #fff;
    background-color: #000000 !important;
}



.m-product-transaction-amount {
    margin-right: 10px;
    border-right: 1px solid #cfcfcf;
}

.image.m-product-image .thumbelina.owl-carousel .owl-item img  {
    object-fit: contain;
}

.m-product .m-product-image .thumbelina .owl-wrapper, .m-product .m-product-image .thumbelina .owl-wrapper-outer, .m-product .thumbelina .owl-wrapper .owl-item, .m-product .thumbelina .owl-wrapper .owl-item img {
    height: auto;
}

.m-product .thumbelina .owl-wrapper .owl-item>li {
    height: auto;
}

.m-product .m-product-image .thumbelina {
    height: auto;
}


button.button-primary.large {
    min-width: 250px;
}

.splash {
    top: 1.2em;
    left: 1.9em;
}

.splash.m-productlist-splash {
    left: 1.2em;
}


.miniBasket {
    background-color: fff;
}

li.m-cart-row {
    margin-bottom: 10px;
}


.brand-columns {
    display: flex;
    flex-wrap: wrap; /* Tillader indhold at bryde til n&aelig;ste linje, hvis n&oslash;dvendigt */
    gap: 2rem; /* Afstand mellem kolonner */
}

.brand-section {
    flex: 1 1 calc(25% - 2rem);
    display: flex
;
    flex-direction: column;
    gap: 0.5rem;
    margin-left: 0px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 25px;
}

.brand-items {
    display: flex;
    flex-direction: column;
    gap: 0.5rem; /* Afstand mellem brands */
}

.brand-letter {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: #333;
    display: block;
    text-align: left;
    margin-left:0px;
}

.brand-item {
    text-align: left;
}

.brand-link {
    text-decoration: none;
    color: inherit;
    font-size: 1rem;
}

.brand-link:hover {
    text-decoration: underline;
    color: #007acc;
}


/*
.menu.menu-vertical li:last-child {
    display: none;
}
*/



.kuponop {
  margin-top: 0; /* Standard margin-top */
}

.kuponhoj {
  width: 100%; /* Standard width */
}

/* Sk&aelig;rme breddere end 766px */
@media (min-width: 767px) {
  .kuponop {
    margin-top: -150px;
  }
}

/* Sk&aelig;rme breddere end 1215px */
@media (min-width: 1216px) {
  .kuponhoj {
    margin-left: 50% !important;
  }
}

.checkout0kurv{
    text-align:center;
}


.free-shipping-bar {
    z-index: 9 !important;
}


form.w-search-form.container.ng-pristine.ng-valid {
    border: 1px solid #ebebeb;
    border-radius: 6px;
}

label.w-search-close {
    padding: 10px;
}

svg.feather.feather-search {
    margin-right: 15px;
}


s.m-product-price-before-discount {
    padding-left: 10px;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.back-to-top a {
    display: block;
    color: inherit;
}

.back-to-top:hover {
    background-color: #333;
    cursor: pointer;
}

a.button.button-primary {
    font-size: 16px;
    padding: 17px 18px;
    float: right;
}

form fieldset.form-group.soldout .form-label.input-group-main {
  position: relative;
  display: inline-block;
}

form fieldset.form-group.soldout .form-label.input-group-main::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 49%;
    height: 2px;
    background-color: #313131;
    opacity: 50%;
}


s.m-product-price-before-discount {
    padding-right: 10px;
    padding-left: 0px;
    color: #231f20;
}

.two-column-container {
  display: flex;
  width: 100%;
}

.left-column {
  flex: 1;
  position: relative;
}

.left-column::before {
  content: "";
  display: block;
  padding-bottom: 100%; /* 1:1 format - juster efter behov */
}

.left-column .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; /* Dette centrerer billedet */
}

.right-column {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #f5f5f5;
}

.text-content {
  text-align: center;
}

.promo-box-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Mobilvisning */
@media (max-width: 767px) {
  .two-column-container {
    flex-direction: column;
  }

  .left-column,
  .right-column {
    width: 100%;
  }
}


s.priceBeforeDiscount {
    float: left;
    padding-right: 10px;
    font-weight: bold;
}

.selected-priceLine {
    color: #f1f1f1; /* Skjul teksten ved at matche baggrundsfarven */
}

.selected-priceLine .price,
.selected-priceLine .priceBeforeDiscount {
    color: #000; /* Sort tekstfarve */
}


small.is-block.m-productlist-brand {
    display: none;
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Default: 2 kolonner p&aring; mobil */
    gap: 20px; /* Afstand mellem kasserne */
    margin: 20px auto;
    max-width: 1600px; /* Wrapperens bredde */
    width: 100%; /* Fyld hele wrapperens bredde */
}

.grid-item {
    display: flex;
    flex-direction: column; /* S&oslash;rg for, at teksten placeres under billedet */
    align-items: center;
    justify-content: flex-start; /* Indhold starter fra toppen */
    text-align: center;
    background-color: transparent; /* Ingen baggrundsfarve */
    border: none; /* Fjern border */
    padding: 0;
}

.grid-link {
    text-decoration: none;
    color: inherit;
    width: 100%; /* S&oslash;rg for, at linket fylder hele grid-item */
    position: relative; /* Sikrer korrekt layoutplacering */
}

.grid-image {
    width: 100%; /* Fyld hele bredden af grid-item */
    height: auto; /* Tilpas h&oslash;jden dynamisk */
    max-height: 100%; /* S&oslash;rg for, at billedet ikke str&aelig;kker sig ud over kassen */
    object-fit: cover; /* S&oslash;rg for, at billedet bevarer proportionerne */
    object-position: center;
}

.grid-heading {
    margin: 15px 0 0 0; /* Plads over teksten */
    font-size: 2rem; /* St&oslash;rre tekst */
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 1.4; /* God l&aelig;sbarhed */
    min-height: 3rem; /* S&oslash;rg for, at der er plads til teksten */
}

/* S&oslash;rg for, at hver r&aelig;kke f&aring;r korrekt h&oslash;jde */
.grid-item {
    gap: 10px; /* Ekstra afstand mellem billede og heading */
}

/* Responsivt layout */

/* Desktop (2 r&aelig;kker &aacute; 3 elementer) */
@media screen and (min-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(3, 1fr); /* 3 kolonner */
    }
}

/* Mobil (2 r&aelig;kker &aacute; 2 elementer) */
@media screen and (max-width: 767px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr); /* 2 kolonner */
    }

    /* Skjul de sidste 2 elementer */
    .grid-item:nth-child(n+5) {
        display: none;
    }
}





.free-shipping-bar {
    width: 100%;
    background-color: #f8f9fa;
    padding: 11px 0px 14px 0px;
    text-align: center;
font-weight: normal;
    font-size: 16px;
    position: fixed !important;
    top: 0 !important;
    transition: top 0.3s ease !important;
}


@media (max-width: 768px) {
  .footer .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;    /* Centrerer hele sektionen vandret */
    text-align: center;     /* G&aelig;lder alt indhold i containeren */
  }

  .footer .footer-content ul {
    list-style: none;       /* Fjerner evt. standard-punkter */
    padding: 0;
    margin: 0 auto;         /* S&oslash;rger for centreret placering */
    text-align: center;     /* Vigtigt for at centrerer elementer i listen */
  }

  .footer .footer-content ul li,
  .footer .footer-content ul li a {
    display: block;         /* Giver dem fuld bredde, s&aring; de stables p&aelig;nt */
    width: 100%;            /* Alternativt, hvis du vil have dem 100% i mobilbredden */
    text-align: center;     /* Tekstindhold centreret */
    margin: 5px 0;          /* Lidt luft mellem punkter/link */
  }
}


.button, .button:visited {
    border-color: #f0f0f0;
    color: #25002b;
    background-color: #f0f0f0;
    /* font-size: 12px !important; */
}

svg.feather.feather-search {
    margin-right: 0px;
}

@media (max-width: 768px) {
a.button-primary.trailing-db-mobil {
    margin-bottom: 5px;
    margin-top: 10px;
}
}

@media (max-width: 768px) {
.footer .contacts>li>div {
    padding-left: 0px;
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {
.m-product .m-description-short-wrap, .m-product .m-product-reviews-quick-review {
    margin: 25px 0px 15px 0px;
}
}


@media (max-width: 768px) {
.splash.m-productlist-splash {
    left: 0.4em;
    top: 0.4em;
}
.m-productlist-splash {
    gap: 0.4em !important;
}

.m-text-content.content.ck-content.clearfix {
    padding: 0px 15px;
}
}

header.page-title {
    margin-top: 30px;
}



@media (min-width: 650px) {
.footer .payment-icons {
    min-width: 450px;
}

}


@media (min-width: 1275px) {
.footer .payment-icons {
    justify-content: left;
}
}


@media (max-width: 768px) {
.w-logo .w-logo-img {
    max-height: 24px !important;
}

.free-shipping-bar {
    font-size: 11px !important;
}


.free-shipping-bar {
    padding: 13px 0px 14px 0px;
}
}


.m-breadcrumb a, .m-print a {
    color: #7b7b7b;
}

ul.nav.nav-breadcrumbs.small {
    color: #7b7b7b;
}
