.container:before,
.container:after {
    display: none;
}

/* Athen.css clamps the logo to 50% width below 1280px screens — neutralised
   here. bewise.css loads after athen.css so this wins by source order. */
@media only screen and (max-width: 1280px) {
    .site-header .logo.w-logo img {
        max-width: none;
    }
}

/* Athen.css forces .site-slider .w-slider-caption to position: relative on
   mobile (≤767px). Restore the default absolute positioning so the caption
   overlays the slider image on mobile too. */
@media screen and (max-width: 767px) {
    .site-slider .w-slider-caption {
        position: absolute;
    }
}

/* Mobile search overlay — ensure it spans the full viewport width.
   athen.css already sets width: 100% !important; we add max-width so a
   container max-width higher up doesn't clamp the overlay. */
.search-row.search-overlay {
    max-width: 100%;
}

/* Mobile filter-toggle button — round, brand-colored, comfortable touch
   target. Resets the inherited torqueui .button + .xsmall styling. */
.m-filter-toggle {
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #ac9173;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 150ms ease, transform 150ms ease;
}
.m-filter-toggle:hover,
.m-filter-toggle:focus {
    background: #997d61;
    color: #fff;
    outline: none;
}
.m-filter-toggle:active {
    transform: scale(0.96);
}
.m-filter-toggle .fa {
    font-size: 14px;
    line-height: 1;
    color: #fff !important; /* override torqueui .button .fa color */
}
/* The torqueui collapse pattern shows one icon when expanded and the other
   when collapsed. Default state = expanded (close icon visible). */
.m-filter-toggle .icon-close { display: inline-block; }
.m-filter-toggle .icon-open { display: none; }
.is-collapsed .m-filter-toggle .icon-close,
[data-state="false"] .m-filter-toggle .icon-close {
    display: none;
}
.is-collapsed .m-filter-toggle .icon-open,
[data-state="false"] .m-filter-toggle .icon-open {
    display: inline-block;
}

/* Primary CTA — én sandhed for alle ".button-primary" på shoppen.
   Brugt på vareliste-kortets "Køb"-knap, varekortets "Læg i kurv" osv.
   Background, color, border, radius defineres her — komponent-specifikke
   regler (fx .m-productlist-buy) sætter kun layout, ikke farver. */
.button-primary {
    background-color: #ac9173;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: bold;
}
.button-primary:hover,
.button-primary:focus {
    background-color: #997d61;
    color: #fff;
}

.site-footer {
    border-bottom: solid 30px #bd6501;
}

/* USP-top tekst hvid — overskriver theme.css som ellers vinder source-order */
.usp-top {
    color: #fff;
}

/* Side-baggrund hvid — overskriver theme.css' admin-genererede #eee. */
body {
    background-color: #ececec;
}

/* Nav-links arver font-size + line-height fra resten af siden — torqueui
   sætter ellers en hardcoded størrelse der ser inkonsistent ud. */
.nav-default li a,
.nav-menu li a,
.nav-pills > li > a,
.nav-tabs > li > a {
    font-size: inherit;
    line-height: inherit;
}

/* Antal + Køb-rækken på varekortet — bevidst IKKE bruger torqueui's .row
   (markup ændret 2026-04-29 i entity-actions.tpl: .row + col-* erstattet
   med .buy-flex). Pure flexbox uden clearfix-pseudoelementer. */
.buy-flex {
    display: flex;
    align-items: stretch;
    gap: 15px;
}
.buy-flex-amount {
    flex: 0 0 70px;
}
.buy-flex-amount .input-group {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
}
.buy-flex-amount .form-input {
    height: auto;
    text-align: center;
    border-radius: 6px !important;
}
.buy-flex-button {
    flex: 1 1 auto;
    min-width: 0;
}
.buy-flex .buy-flex-button .button-primary {
    width: 100%;
    max-width: none;
    margin-left: 0;
    height: 100%;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: inherit;
    font-weight: bold;
}
/* "Just buy" variant: only the buy button, no amount cell. */
.buy-flex-button--justbuy {
    flex: 1 1 100%;
}







header.site-header {
    padding: 0;
    background-color: #fff;
}
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}
.header-content .top-logo {
    display: flex;
    justify-content: center;
}
.header-content .top-logo img {
    width: 280px;
}
header.site-header .quick-cart-link .cart-underline {
    font-size: inherit;
}

.top-search,
.top-icons {
    width: 300px;
    max-width: 33%;
}
.top-search-form {
    position: relative;
}
.top-search-form input[type="text"] {
    width: 100%;
    height: 40px;
    border-radius: 40px;
    border: solid 1px #ccc;
    padding: 0 40px 0 20px;
}
.top-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.top-search-form button svg {
    width: 20px;
    height: auto;
}

div.site-navigation {
    padding: 0;
    border-top: none !important;
    /*border-bottom: 1px solid #dadada !important;*/
}
.main-menu > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-menu #clonedMenu {
    margin: 0;
    display: flex;
    gap: 30px
}
.main-menu #clonedMenu li.b-category-li-0>a {
    padding: 15px 0;
    line-height: 1;
    font-weight: bold;
    font-size: 13px;
}
.header-icon.burger-icon {
    margin: 0;
}

.pageTypeFrontpage .hero-slider-theme {
    margin-top: 0;
}
.pageTypeFrontpage .site-slider {
    top: 0;
    width: 2000px;
    max-width: 100%;
    margin: 0 auto;
}
.pageTypeFrontpage .hero-slider-theme img.responsive {
    width: 100% !important;
}
/*
.pageTypeFrontpage .site-slider > .container {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}
    */

    
.site-header .quick-cart-link {
    gap: 10px
}
.site-header .quick-cart-link svg {
    width: 40px;
    height: auto;
}

.hero-slider-theme .item-caption {
    gap: 20px
}
.hero-slider-theme .item-title {
    font-size: clamp(25px, 5vw, 80px);
    color: #fff;
}
.hero-slider-theme .item-text {
    font-size: clamp(15px, 3vw, 40px);
    color: #fff;
}
.site-slider .w-slider-caption .item-link .button-text {
    border-radius: 40px;
    background-color: rgba(255,255,255,0.6);
    color: #000;
    font-weight: bold;
}

.site-content > .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pageTypeFrontpage .site-content > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.fullviewport {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

.frontpage-featured-container {
    background-color: #f5f5f5;
    padding: 50px 0;
}
.frontpage-custom-circles {
    background-color: #ececec;
    padding: 50px 0;
}
h2.mr-ruby-circles-title {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.custom-category-circles {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.custom-category-circles > a {
    text-align: center;
    text-decoration: none;
    width: 130px;
    flex: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.custom-category-circles > a > img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    display: block;
    border-radius: 50%;
    border: 3px solid #BD6516; /* Din orange farve */
    background-color: #f2f2f2;
    margin: 0;
}
.custom-category-circles > a > span {
    color: #333;
    font-size: 17px;
    text-transform: uppercase;
}

div.dropdown-megamenu {
    background-color: #ececec !important;
}
.main-menu #clonedMenu li.b-category-li-0 div.dropdown-megamenu {
    padding: 50px 0;
}
.main-menu #clonedMenu li.b-category-li-0 div.dropdown-megamenu .container {
    padding: 0;
    box-shadow: none;
}

article.category-item .category-item-title {
    border-radius: 40px;
    background-color: rgba(255,255,255,0.6);
    display: flex;
    padding: 14px 50px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: calc(100% - 40px);
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    font-weight: bold;
    color: #000;
}

.main-menu #clonedMenu li.b-category-li-0 .dropdown-megamenu .b-productcategories-level-1 {
    gap: 20px;
}
.main-menu #clonedMenu li.b-category-li-0 .dropdown-megamenu .b-productcategories-level-1>li {
    width: calc(20% - 16px);
}
.main-menu #clonedMenu li.b-category-li-0 .dropdown-megamenu .b-productcategories-level-1>li.col-2 {
    width: calc(40% - 12px);
}
.main-menu #clonedMenu li.b-category-li-0 .dropdown-megamenu .b-productcategories-level-1>li.col-2 > ul {
    column-count: 2;
    column-gap: 20px;
}


div.productfilter-bar__container {

}
div.productfilter-bar {
    background-color: #ac9173;
}
.productfilter-bar__count {
    color: #fff;
    font-weight: bold;
}
.productfilter-bar__pill {
    font-weight: bold;
}
.m-productlist-item .m-productlist-ratings .m-productlist-rating-source {
    font-weight: bold;
}

.m-productlist-item figure.m-productlist-figure {
    aspect-ratio: unset;
}

/* KUN custom badges */
.badge.m-product-badge-points,
.badge.m-product-badge-eco,
.badge.m-product-badge-custom {
  display: inline-block;
  margin-left: 6px;
  font-weight: 600;
}

/* Point */
.badge.m-product-badge-points {
  background: #bd6516 !important;
  color: #fff !important;
}

/* &Oslash;ko */
.badge.m-product-badge-eco {
  background: #6b8e23 !important;
  color: #fff !important;
}

/* Fallback */
.badge.m-product-badge-custom {
  background: #56597c !important;
  color: #fff !important;
}







.productItem .productContent {
    border-style: solid;
    border-color: #bd6501;
    background-color: #f5f5f5;
}

/* --- EGNE RETTELSER START --- */




/* Tving plus og minus ikoner til at blive sorte */
.fa-minus, 
.fa-plus,
.quantity-container .fa,
.cart-table .fa {
    color: #000000 !important;
}

/* Hvis de ligger inde i knapper, skal vi sikre os de ikke bliver hvide ved hover */
.button:hover .fa-minus, 
.button:hover .fa-plus {
    color: #000000 !important;
}

/* Tving almindelige knapper uden ikoner til at have sort tekst */
.button, 
button.button, 
input[type="submit"].button {
    color: #000000 !important;
}

/* S&oslash;rg for at teksten bliver sort (eller forbliver sort) ved hover */
.button:hover {
    color: #000000 !important;
}


/* Sikrer at undermenuer ogs&aring; f&oslash;lger samme stil */
.b-productcategory-list .b-anchor {
    font-size: 13px !important;
    text-transform: uppercase !important;
}

.dropdown-megamenu .b-productcategories-level-1 > li > a {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px !important;
}

/*
.button-text.large {
  background: rgba(255,255,255,0.85) !important;
  color: #000000 !important;
  border-radius: 999px !important;
  padding: 12px 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.button-text.large span,
.button-text.large i {
  color: #000000 !important;
}
  */

.site-navigation,
.site-navigation .navbar,
.site-navigation .main-menu,
.site-navigation .main-menu > .container,
#clonedMenu {
  background: #e9e9e9 !important;
}

.dropdown-megamenu {
  background: #e9e9e9 !important;
}

.mr-ruby-about-section {
  background: #ececec;
  padding: 80px 40px;
}

.mr-ruby-about-inner {
  display: flex;
  align-items: center;
  gap: 70px;
}
.mr-ruby-about-inner > * {
    flex: auto;
    max-width: 50%;
}
.mr-ruby-about-image img {
  display: block;
  width: 100%;
  height: auto;
}

.mr-ruby-about-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mr-ruby-about-content h2 {
  font-size: 35px;
  line-height: normal !important;
  font-weight: 600;
  font-style: italic;
  margin: 0;
  color: #000;
}

.mr-ruby-about-content p {
  font-size: 18px;
  line-height: 1.35;
  margin: 0;
}

.mr-ruby-about-btn {
  display: inline-block;
  padding: 16px 42px;
  background: #c97814;
  color: #000 !important;
  text-decoration: none;
  border-radius: 999px;
  font-weight: bold;
  letter-spacing: 0.08em;
}


header.m-productlist-heading {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
header.m-productlist-heading p {
    margin: 0;
}

.frontpage-content .m-text-article {
    margin-bottom: 0;
}

.category-item-title,
.category-item-title h4,
.category-item-title a {
    border-radius: 25px;
    overflow: hidden;
}

.visit-section {
    padding: 60px 0;
    background-color: #f5f5f5;
}
.visit-section > .container {
    display: flex;
    gap: 50px;
}
.visit-section > .container .visit-section-left {
    flex: none;
    width: 500px;
}
.visit-section > .container > :last-child {
    flex: auto;
}
.visit-section img {
    width: 100%;
}
.visit-section > .container .visit-section-left img {
    margin-top: 100px;
}
.visit-section h2 {
    text-transform: uppercase;
}

/* Container */
.usp-top {
  position: relative;
  height: 22px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Alle USP&rsquo;er */
.usp-top .usp-inner {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}

/* Aktiv */
.usp-top .usp-inner.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


.usp-top {
  position: relative;
  height: 40px; /* h&aelig;v h&oslash;jden */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usp-top .usp-inner {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  font-size: 14px;   /* 2 px st&oslash;rre */
  line-height: 30px; /* matcher h&oslash;jden */
}


/* ===== HERO ===== */
.country-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin: 0 0 40px;
}

/* ===== IMAGE ===== */
.country-hero__image {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

/* ===== CONTENT ===== */
.country-hero__content {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  padding: 40px;
  border: solid 10px #b96d00;
}

/* ===== BOX ===== */
.country-hero__box {
  width: 100%;
  
}

/* ===== TEXT ===== */
.country-hero__box h1 {
  font-size: 34px;
  margin-bottom: 18px;
}

.country-hero__box p {
  font-size: 15px !important;
  line-height: 1.6;
}

.hero-slider-theme .item-caption, .product-slider-theme .item-caption {
    padding-top: 0;
}

.frontpage-focus-products {
    background-color: #d8cfc0;
    padding: 50px 0;
}

footer .agebanner {
    width: 200px;
    max-width: 100%;
    margin: 15px 0 0;
}
.controlrapport {
    width: 60px;
    max-width: 100%;
    margin: 15px 0 0;
}

@media (min-width: 1280px) {
    /*
  .container.with-xlarge .col-xl-6 {
    width: 33.33%;
  }
    */
  div.productItem {
    margin-bottom: 1.4em;
  }

  article.category-item:hover .category-item-title {
    background-color: #bd6501;
    color: #fff;
  }
}

@media (max-width: 1100px) {
  .country-hero {
    grid-template-columns: 1fr;
  }

  .country-hero__image {
    min-height: 300px;
  }

  .country-hero__content {
    padding: 20px;
        border-width: 7px;
  }

  .frontpage-focus-products {
    padding: 30px 0
  }

  .mr-ruby-about-section,
  .visit-section {
    padding: 40px 5vw;
  }
  .mr-ruby-about-inner {
    flex-direction: column;
    gap: 30px;
  }
  .mr-ruby-about-inner > * {
    flex: none;
    max-width: 100%;
  }
  .mr-ruby-about-content h2 {
    font-size: 25px;
  }
  .mr-ruby-about-content p {
    font-size: inherit;
  }

  .visit-section > .container {
    flex-direction: column;
    gap: 20px;
  }
  .visit-section > .container .visit-section-left,
  .visit-section > .container > :last-child {
    width: 100%;
    flex: none;
  }
  .visit-section > .container .visit-section-left img {
    margin-top: 20px;
  }

}

@media (max-width: 769px) {
  .top-search {
    display: none;
  }
  .site-header .logo.w-logo img {
        max-width: 50vw;
    }

    .hero-slider-theme .item-caption {
        gap: 10px;
    }
    .large.button-text {
        font-size: 12px;   
    }
    .site-slider .w-slider-caption .item-link .button-text {
        padding-left: 30px;
        padding-right: 30px;
    }
    .site-content > .container {
        padding-top: 10px;
    }
}

@media (max-width: 600px) {
  

  .country-hero__box h1 {
    font-size: 24px;
  }

  .country-hero__box p {
    font-size: 14px !important;
  }
}

/* --- EGNE RETTELSER SLUT --- */



.site-footer .footer-paymenticons img { filter: grayscale(0); }


