/* your custom css */

.desktop-navigation-home span {
    display: none;
}
.desktop-navigation-home svg {
    margin-right: 0 !important;
}
.uk-navbar-container.navbar-categories .uk-navbar-item>a, .uk-navbar-container.navbar-categories .uk-navbar-nav>li>a {
    padding:0 7px;
}

/* - - - Checkout betalingsmetoder fix start - - - */
.checkout-option img.checkout-icon {
    max-height:30px;
}

.checkout-option label .primary-info {
    line-height: 45px;
}
/* - - - Checkout betalingsmetoder fix Slut- - - */

.badge-new-sales-item {
    background-color:#0b0b0f;
    color:white;
}

/* - - - Badge Larsen Pris Start- - - */
.badge-larsen-pris {
    background-color:#182c63 !important;
    color:white;
    padding:70px;
}

.cover-background {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
/* - - - Badge Larsen Pris Slut- - - */

/* - - - Discount start - - - */
.discount-overlay {
    background-color:#fed308 !important;
    color: #Black !important;
}

.discount-price {
    color:#ed6e13 !important;
    font-weight: bold;
}
/* - - - Discount slut - - - */

.badge-discontinued-sales-item {
    background-color:#ffbb0f !important;
    color:white;
}

.badge-spot-sales-item {
    background-color: #ed6e13 !important;
    color:white;
}


/* - - - Black friday start - - - */
.badge-black-friday {
    background-color:Black !important;
    color:#FEED00;
}

.badge-black-month {
    background-color:Black !important;
    color:#f9f4f4;
}
/* - - - Black Friday slut - - - */


/* - - - Halloween start - - - */
.halloween .discount-overlay {
    background: linear-gradient(to left, yellow, orange) !important;
    color: black;
}

.halloween .discount-price {
    background: linear-gradient(to left, yellow, orange) !important;
    color: black !important;
    font-weight: 600;
}

.halloween .add-to-cart-button {
    background: black !important;
    color: white !important;
    font-weight: 600;
}
/* - - - Halloween slut - - - */

/* - - - AddMargin start - - - */
.AddMargin {
margin: 5px 5px 5px 5px;
}
/* - - - AddMargin slut - - - */

/* - - - AddPadding start - - - */
.AddPadding {
padding: 5px 5px 5px 5px;
}
/* - - - AddPadding slut - - - */

/* - - - 2 kolonner på mobil (kun forside) - Start - - - */
@media (max-width: 768px) {

  /* 2 kolonner når der er mere end 1 billede */
  /* body.homepage .uk-grid:has(> *:nth-child(2)) > * {
    width: 50% !important;
    box-sizing: border-box;
  } */

  /* Sidste element fuld bredde når antal er ulige (3, 5, 7...) */
  /* body.homepage .uk-grid:has(> *:nth-child(3)):not(:has(> *:nth-child(4))) > *:last-child,
  body.homepage .uk-grid:has(> *:nth-child(5)):not(:has(> *:nth-child(6))) > *:last-child,
  body.homepage .uk-grid:has(> *:nth-child(7)):not(:has(> *:nth-child(8))) > *:last-child {
    width: 100% !important;
  } */

}
/* - - - 2 kolonner på mobil (kun forside) - Slut - - - */

/* === Forside hero-boks (H1 i top + foto venstre + tekst i 2 spalter) - START === */
/* HVAD: SEO-boksen til toppen af forsiden.
   - H1 i fuld bredde øverst
   - foto til venstre (fast bredde 320px)
   - brødtekst flyder i 2 spalter til højre
   BRUGES SAMMEN MED markuppen <div class="hwl-hero"> ... </div> i forside-indholdet.
   NB: Spalter og foto-opdeling ses KUN på den publicerede/preview-side —
   ikke inde i Umbracos rich text-editor.
   På mobil (<768px) stables det: H1, så foto, så tekst i én spalte. */

/* uden ramme rundt om /*
.hwl-hero{
  margin:0;
  padding:18px 0;
}
/* med ramme rundt om
.hwl-hero{
  margin:0;
  padding:18px 24px;
  background:#fff;
  border:1px solid #ececec;
  border-radius:10px;
} */

.hwl-hero__title{
  margin:0 0 16px;
  font-size:1.6rem;
  line-height:1.2;
}
.hwl-hero__row{
  display:flex;
  align-items:flex-start;
  gap:24px;
}
.hwl-hero__media{
  flex:0 0 320px;
  max-width:320px;
}
.hwl-hero__media img{
  display:block;
  width:100%;
  height:auto;
  border-radius:8px;
}
.hwl-hero__text{
  flex:1 1 0;
  min-width:0;
  column-count:2;
  column-gap:32px;
}
.hwl-hero__text p{
  margin:0;
  font-size:1rem;
  line-height:1.55;
}

@media (max-width:768px){
  .hwl-hero__row{ flex-direction:column; gap:16px; }
  .hwl-hero__media{ flex:1 1 100%; max-width:100%; }
  .hwl-hero__text{ column-count:1; }
}
/* === Forside hero-boks - SLUT === */

/* === Forfatterside – Simon Kraglund === */

main .author-header,
.uk-container .author-header,
.author-header {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #1a2e4a;
  margin-bottom: 2rem;
}

.author-header p {
  margin: 0 !important;
  padding: 0 !important;
  display: contents !important;
}

.author-photo {
  width: 200px !important;
  height: 200px !important;
  min-width: 200px;
  max-height: 200px !important;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0 !important;
  border: 3px solid #1a2e4a;
  display: block !important;
  vertical-align: top !important;
}

.author-intro {
  flex: 1;
  min-width: 0;
}

.author-intro h1 {
  font-size: 32px;
  font-weight: 700;
  color: #1a2e4a;
  margin: 0 0 4px;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.author-intro .jobtitle {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.author-intro .linkedin-link {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #1a2e4a;
  text-decoration: none;
  border: 1px solid #1a2e4a;
  padding: 5px 12px;
  border-radius: 3px;
  width: fit-content;
}

.author-intro .linkedin-link:hover {
  background: #1a2e4a;
  color: #fff;
}

.author-bio {
  font-size: 16px;
  line-height: 1.8;
  color: #2a2a2a;
}

.author-bio p {
  margin-bottom: 1.1rem;
}

.author-bio h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1a2e4a;
  margin: 2rem 0 0.75rem;
  border-left: 3px solid #1a2e4a;
  padding-left: 12px;
  border-radius: 0;
}

.author-bio ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 16px;
}

.author-bio ul li {
  font-size: 14px;
  color: #333;
  padding: 6px 0 6px 16px;
  position: relative;
}

.author-bio ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #1a2e4a;
  border-radius: 50%;
}

.author-links {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
}

.author-links h2 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
  font-weight: 600;
  margin-bottom: 0.75rem;
  border: none !important;
  padding: 0 !important;
}

.author-links a {
  display: block;
  color: #1a2e4a;
  font-size: 14px;
  margin-bottom: 6px;
  text-underline-offset: 3px;
}

@media (max-width: 640px) {
  main .author-header,
  .uk-container .author-header,
  .author-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem;
  }
  .author-photo {
    width: 110px !important;
    height: 110px !important;
    max-height: 110px !important;
    min-width: 110px;
  }
  .author-bio ul {
    grid-template-columns: 1fr;
  }
}

/* === Forfatterside slut === */

/* === Forfatter-boks til artikler (minimal) === */

.author-box {
  display: flex !important;
  align-items: center !important;
  gap: 0.6rem;
  margin: 1.5rem 0;
}

.author-box p {
  margin: 0 !important;
  padding: 0 !important;
  display: contents !important;
}

.author-box-photo {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0 !important;
  display: block !important;
}

.author-box-name {
  font-size: 13px;
  color: #666;
}

.author-box-name a {
  color: #1a2e4a;
  font-weight: 600;
  text-decoration: none;
}

.author-box-name a:hover {
  text-decoration: underline;
}

/* === Forfatter-boks slut === */

/* HWL guide-styling — Start */
/* .hwl-guide{line-height:1.6} */
/* .hwl-guide h2{margin:2rem 0 .6rem;font-size:1.5rem} */
/* .hwl-guide h3{margin:1.4rem 0 .4rem;font-size:1.15rem} */
.hwl-guide p{margin:.5rem 0}
.hwl-guide ul{margin:.5rem 0 .9rem 1.2rem}
.hwl-guide table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.95rem}
.hwl-guide th,.hwl-guide td{border:1px solid #d9d9d9;padding:8px 12px;text-align:left;vertical-align:top}
.hwl-guide th{background:#f5f5f5;font-weight:600}
.hwl-guide tr:nth-child(even) td{background:#fafafa}
/* HWL guide-styling — slut */

/* FAQ-fanen - start */
.hwl-faq h2{margin:0 0 1rem}
.hwl-faq details{border:1px solid #e0e0e0;border-radius:8px;margin:.55rem 0;padding:.65rem 1.1rem;background:#fafafa}
.hwl-faq details[open]{background:#fff;border-color:#c9c9c9}
.hwl-faq summary{cursor:pointer;font-weight:600;list-style-position:outside}
.hwl-faq summary:hover{text-decoration:underline}
.hwl-faq details p{margin:.6rem 0 .25rem}
/* FAQ-fanen - slut */

/* ===== HWL: Genvejslinks (mobil) =====
   Erstatter den gamle 2-kolonne tabel med TILMELD KLUB LARSEN /
   NY ERHVERVSKUNDE / GAVEKORT / INSPIRATION.
   Vises kun på mobil - desktop har egen løsning.
   Formål: hvert link fylder én fuld linje, så teksten ikke
   brækker midt i ordet, og touch-højden bliver ca. 44 px.
   Sat op: juli 2026
   ===================================== */
.hwl-genveje a {
  display: block;              /* linket fylder hele linjen */
  width: 100%;
  text-align: center;
  white-space: nowrap;         /* forhindrer linjebrud midt i teksten */
  padding: 12px 8px;           /* giver touch-højde ca. 44 px */
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;  /* tynd skillelinje mellem links */
}
/* ===== HWL: Genvejslinks slut ===== */