/* =========================================================
   CUSTOM CSS &mdash; Forside: Hero, USP-stribe, S\u00f8gning, Banners, Carousels
   ========================================================= */

/* ========== HERO (slider) ========== */
/* Wrapper der l\u00e5ser h\u00f8jden via aspect-ratio og s\u00f8rger for p\u00e6n besk\u00e6ring */
.hero-std{
  aspect-ratio: 2560 / 704;      /* Dandomain anbefalet bannerformat (bredde/h\u00f8jde) */
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/* Tving hele sliderstakken til at udfylde heroens h\u00f8jde */
.hero-std .slick-slider,
.hero-std .slick-list,
.hero-std .slick-track,
.hero-std .swiper,
.hero-std .swiper-wrapper,
.hero-std .swiper-slide,
.hero-std .nivoSlider{
  height: 100% !important;
}

/* Nogle sliders wrapper hver slide i et ekstra div */
.hero-std .slick-slide > div,
.hero-std .swiper-slide > div { height: 100% !important; }

/* Billeder centreres og besk\u00e6res symmetrisk fra midten */
.hero-std img{
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  min-width: 100% !important;
  min-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block;
}

/* Hvis slideren bruger baggrundsbilleder */
.hero-std .m-pageslider,
.hero-std .page-slider{
  background-size: cover !important;
  background-position: center center !important;
}

/* Fjern utilsigtet padding i Slick */
.hero-std .slick-list{ padding: 0 !important; }

/* ========== USP-STRIBE ========== */
.usp-strip{
  background: #2c8c99;
  color: #fff;
  border-radius: 10px;
  margin: 16px 0 20px 0;
}
.usp-strip__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  flex-wrap: wrap;
}
.usp-strip__item{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.usp-strip__icon{ font-size: 18px; }
@media (max-width: 768px){
  .usp-strip__inner{ justify-content: center; }
}

/* =========================================================
   FRONTPAGE MODEL SEARCH v2
   - rigtig dropdown/autocomplete
   - keyboard navigation
   - tydeligere konverteringshierarki
   ========================================================= */
.modelsearch {
  position: relative;
  z-index: 40;
  margin: 18px 0 20px;
  padding: 28px 28px 24px;
  border: 1px solid #e2ebed;
  border-radius: 16px;
  background:
    radial-gradient(circle at 8% 0%, rgba(245, 213, 71, .12), transparent 26%),
    linear-gradient(135deg, #f7fafb 0%, #f2f7f8 100%);
  box-shadow: 0 10px 28px rgba(38, 50, 56, .055);
  overflow: visible;
}

.modelsearch__heading {
  max-width: 760px;
  margin: 0 auto 18px;
  text-align: center;
}

.modelsearch__eyebrow {
  display: inline-block;
  margin-bottom: 6px;
  color: #2c8c99;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.modelsearch__title {
  margin: 0;
  color: #263238;
  font-family: 'Bree Serif', Georgia, serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.15;
}

.modelsearch__intro {
  margin: 8px 0 0;
  color: #647177;
  font-size: 13px;
  line-height: 1.5;
}

.modelsearch__inputwrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
  width: min(920px, 82%);
  margin: 0 auto;
}

.modelsearch__field {
  position: relative;
  min-width: 0;
}

.modelsearch__icon {
  position: absolute;
  top: 50%;
  left: 17px;
  z-index: 2;
  transform: translateY(-50%);
  color: #7a898e;
  font-size: 15px;
  pointer-events: none;
}

.modelsearch__input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 18px 0 44px;
  border: 2px solid #d8e4e7;
  border-radius: 12px;
  background: #fff;
  color: #263238;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  outline: none;
  box-shadow: 0 5px 16px rgba(38, 50, 56, .045);
  transition: border-color .16s ease, box-shadow .16s ease;
}

.modelsearch__input::placeholder {
  color: #8a989d;
  opacity: 1;
  font-weight: 500;
}

.modelsearch__input:focus,
.modelsearch__input[aria-expanded="true"] {
  border-color: #2c8c99;
  box-shadow:
    0 0 0 4px rgba(44, 140, 153, .10),
    0 10px 24px rgba(38, 50, 56, .08);
}

.modelsearch__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 154px;
  height: 50px;
  padding: 0 19px;
  border: 0;
  border-radius: 12px;
  background: #2c8c99;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(44, 140, 153, .20);
  transition: background .16s ease, transform .16s ease, box-shadow .16s ease;
}

.modelsearch__button:hover,
.modelsearch__button:focus {
  background: #216f79;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(44, 140, 153, .26);
  outline: none;
}

.modelsearch__suggestions {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 1000;
  max-height: 390px;
  margin: 0;
  padding: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  border: 1px solid rgba(44, 140, 153, .18);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(16, 24, 61, .18);
}

.modelsearch__suggestions.is-open {
  display: block;
}

.modelsearch__suggestion {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 10px 11px;
  border-radius: 10px;
  color: #263238;
  cursor: pointer;
  transition: background .14s ease, color .14s ease;
}

.modelsearch__suggestion + .modelsearch__suggestion {
  margin-top: 2px;
}

.modelsearch__suggestion:hover,
.modelsearch__suggestion.is-active,
.modelsearch__suggestion[aria-selected="true"] {
  background: #eff8f9;
  color: #1f707a;
}

.modelsearch__suggestion-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(44, 140, 153, .10);
  color: #2c8c99;
  font-size: 17px;
}

.modelsearch__suggestion-copy,
.modelsearch__suggestion-meta {
  display: block;
  min-width: 0;
}

.modelsearch__suggestion-title {
  display: block;
  overflow: hidden;
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modelsearch__suggestion-meta {
  margin-top: 3px;
  color: #718086;
  font-size: 10.5px;
  line-height: 1.35;
}

.modelsearch__suggestion-count,
.modelsearch__suggestion-match {
  display: inline;
}

.modelsearch__suggestion-match::before {
  content: " · ";
}

.modelsearch__suggestion-arrow {
  color: #9aabad;
  font-size: 16px;
  transition: transform .14s ease, color .14s ease;
}

.modelsearch__suggestion:hover .modelsearch__suggestion-arrow,
.modelsearch__suggestion.is-active .modelsearch__suggestion-arrow {
  color: #2c8c99;
  transform: translateX(2px);
}

.modelsearch__status {
  display: block;
  margin: 0;
  padding: 13px 14px;
  color: #6b777c;
  font-size: 12px;
  line-height: 1.45;
  list-style: none;
}

.modelsearch__status strong,
.modelsearch__status span {
  display: block;
}

.modelsearch__status strong {
  margin-bottom: 3px;
  color: #263238;
  font-size: 13px;
}

.modelsearch__help {
  margin-top: 14px;
  color: #5d6b70;
  font-size: 12px;
  text-align: center;
}

.modelsearch__help a {
  color: #2c8c99;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 768px) {
  .modelsearch {
    padding: 22px 16px 19px;
  }

  .modelsearch__inputwrap {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .modelsearch__button {
    width: 100%;
  }
}

/* ========== HOME BANNERS (2&times;2 grid) ========== */
.home-banners{ margin: 1.25rem auto; }
.home-banners__grid{
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;
}
@media (max-width: 768px){
  .home-banners__grid{ grid-template-columns: 1fr; }
}
.home-banners__item{
  position: relative; overflow: hidden; border-radius: .5rem;
  background: #f6f7f8; transition: transform .2s ease;
}
.home-banners__item:hover{ transform: scale(1.02); }
.home-banners__item img{ width: 100%; display: block; }
.home-banners__caption{
  position: absolute; left:0; right:0; bottom:0;
  background: rgba(0,0,0,.55); color:#fff; padding:.75rem 1rem;
}
.home-banners__caption h3{ margin:0 0 .25rem; font-size:1.2rem; }
.home-banners__caption p{ margin:0; font-size:.9rem; opacity:.9; }

/* Forsidekarruseller er samlet i v4-blokken længere nede. */

/* ========== Forside spacing/ryd op ========== */
.pageTypefrontpage .frontpage-content{ margin: 1rem 0 1.25rem !important; }
.pageTypefrontpage .frontpage-content + .frontpage-content{ margin-top: 1rem !important; }
.pageTypefrontpage .page-title.page-title-frontpage{ margin: 0 0 .6rem !important; }
.pageTypefrontpage .home-carousel .modules{ margin: 0 !important; }
.pageTypefrontpage .home-carousel .row{ margin: 0 !important; }

/* Fjern pagination-r\u00e6kken (skaber &ldquo;hul&rdquo;) */
.pageTypefrontpage .home-carousel .productpagination.row,
.pageTypefrontpage .home-carousel .m-productlist-list .productpagination.row{
  display: none !important; visibility: hidden !important;
  margin:0 !important; padding:0 !important; height:0 !important; border:0 !important;
}

/* Nul alle r\u00e6kker EFTER selve produktlisten, som kan v\u00e6re tomme */
.pageTypefrontpage .home-carousel .modules.m-productlist.m-productlist-list ~ .row,
.pageTypefrontpage .home-carousel .m-productlist-list + .row{
  display: none !important; margin:0 !important; padding:0 !important; height:0 !important; border:0 !important;
}

/* === HERO hard reset (fix for skubbet billede) === */
.hero-std{
  aspect-ratio: 2560 / 704;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/* ALT direkte indhold skal udfylde hero'en &mdash; ingen egen h\u00f8jde/margins */
.hero-std > *{
  position: absolute !important;
  inset: 0 !important;                 /* top/right/bottom/left = 0 */
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Sliders og deres wrappers */
.hero-std .m-pageslider,
.hero-std .page-slider,
.hero-std .slick-slider,
.hero-std .slick-list,
.hero-std .slick-track,
.hero-std .swiper,
.hero-std .swiper-wrapper,
.hero-std .swiper-slide,
.hero-std .nivoSlider{
  position: absolute !important;
  inset: 0 !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Nogle temaer wrapper hver slide i et ekstra div */
.hero-std .slick-slide > div,
.hero-std .swiper-slide > div{
  position: absolute !important;
  inset: 0 !important;
  height: 100% !important;
  width: 100% !important;
}

/* Captions/overlays m\u00e5 ikke skubbe layoutet &ndash; absolut og uden h\u00f8jde */
.hero-std .nivo-caption,
.hero-std .nivo-html-caption,
.hero-std .pageslider-caption,
.hero-std .slide-caption,
.hero-std .caption{
  position: absolute !important;
  left: 0 !important; right: 0 !important; bottom: 0 !important;
  top: auto !important;
  height: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0.75rem 1rem !important;   /* hvis du VIL have caption synlig */
  pointer-events: none;               /* s\u00e5 den ikke blokerer klik */
}

/* Selve billedet centreres og besk\u00e6res symmetrisk */
.hero-std img{
  position: absolute !important;
  left: 50% !important; top: 50% !important;
  transform: translate(-50%, -50%) !important;
  min-width: 100% !important; min-height: 100% !important;
  width: auto !important; height: auto !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

/* Fjern evt. list-padding i Slick */
.hero-std .slick-list{ padding: 0 !important; }

/* Hvis slideren bruger background-image i stedet for <img> */
.hero-std .m-pageslider,
.hero-std .page-slider{
  background-size: cover !important;
  background-position: center center !important;
}

.hero-std__viewport{ position:absolute; inset:0; }

/* =========================================================
   HERO &mdash; ratio-box + hard reset af alle slider-wrappers
   ========================================================= */

/* Ydre wrapper: den, du har omkring {include page-slider.tpl} */
.hero-std{
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

/* Ratio-box: 2560x704 (samme som dit banner) */
.hero-std::before{
  content:"";
  display:block;
  padding-top: calc(704 / 2560 * 100%); /* ~27.5% */
}

/* Indre viewport der holder slideren absolut inde i ratio-boksen */
.hero-std > *{
  position: absolute !important;
  inset: 0 !important;           /* top/right/bottom/left = 0 */
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-sizing: border-box !important;
}

/* Overstyr ALLE de udbredte slider-elementer/wrappers inde i hero */
.hero-std .m-pageslider,
.hero-std .page-slider,
.hero-std .nivoSlider,
.hero-std .slick-slider,
.hero-std .slick-list,
.hero-std .slick-track,
.hero-std .slick-slide,
.hero-std .swiper,
.hero-std .swiper-wrapper,
.hero-std .swiper-slide,
.hero-std ul,                 /* mange temaer bruger ul/li til slides */
.hero-std li,
.hero-std a,
.hero-std div{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-sizing: border-box !important;
}

/* Captions/overlays m\u00e5 ikke p\u00e5virke h\u00f8jde (men m\u00e5 gerne vises) */
.hero-std [class*="caption"],
.hero-std .pageslider-caption,
.hero-std .slide-caption{
  position: absolute !important;
  left: 0 !important; right: 0 !important; bottom: 0 !important;
  top: auto !important;
  height: auto !important; width: 100% !important;
  margin: 0 !important; padding: .75rem 1rem !important;
  pointer-events: none;
  background: none !important; /* fjern evt. faste baggrunde der fylder */
}

/* Billeder: fyld og besk\u00e6r fra midten */
.hero-std img{
  position: absolute !important;
  left: 50% !important; top: 50% !important;
  transform: translate(-50%, -50%) !important;
  min-width: 100% !important; min-height: 100% !important;
  width: auto !important; height: auto !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

/* Hvis temaet bruger background-image i stedet for <img> */
.hero-std [style*="background-image"]{
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Slick har ofte intern padding &ndash; fjern den */
.hero-std .slick-list{ padding: 0 !important; }

/* Fjern skyggefulde &ldquo;overlays&rdquo; der kan l\u00e6gge sig som bl\u00e5 lag over billedet */
.hero-std .overlay,
.hero-std .shade,
.hero-std .mask{
  background: transparent !important;
}

/* (Valgfrit) Hvis temaet s\u00e6tter en fast standardh\u00f8jde som 500px p\u00e5 slides */
.hero-std .slide,
.hero-std .slides,
.hero-std .m-pageslider .slide,
.hero-std .page-slider .slide{
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
}

/* =========================================================
   TEKNIKBIKSEN HEADER CATEGORY NAV
   ========================================================= */

.tb-panel-category {
  position: relative;
  z-index: 40;
}

.tb-panel-category .panel-body[data-group="panel-categories"] {
  padding: 0;
  background: transparent;
  border: 0;
}

/* ---------- Desktop category nav ---------- */

.tb-catnav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  flex-wrap: nowrap;
}

.tb-catnav__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}

.tb-catnav__link,
.tb-catnav__link:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 8px;
  background: transparent;
  color: #243746;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.15;
  text-align: center;
  box-shadow: none;
  border: 0;
  text-transform: none;
  transition: background 0.16s ease, color 0.16s ease, opacity 0.16s ease;
}

.tb-catnav__link span {
  display: block;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-break: normal;
  text-transform: none;
}

.tb-catnav__link:hover,
.tb-catnav__link:focus,
.tb-catnav__item:hover > .tb-catnav__link,
.tb-catnav__item.is-active > .tb-catnav__link {
  background: rgba(47, 147, 160, 0.08);
  color: #2f93a0;
  text-decoration: none;
}

.tb-catnav__caret {
  font-size: 12px;
  opacity: 0.7;
}

.tb-catnav__item--models {
  flex: 0 0 120px;
}

.tb-catnav__link--button {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: inherit;
  outline: none;
}

.tb-catnav__caret {
  font-size: 14px;
  opacity: 0.8;
  flex: 0 0 auto;
}

/* ---------- Dropdown panel ---------- */

.tb-catnav__panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 320px;
  width: 360px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 80;
}

.tb-catnav__panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 18px;
  background: transparent;
}

.tb-catnav__item:hover > .tb-catnav__panel,
.tb-catnav__item:focus-within > .tb-catnav__panel,
.tb-catnav__panel:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.tb-catnav__panel-inner {
  background: #ffffff;
  border: 1px solid rgba(36, 55, 70, 0.08);
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.tb-catnav__panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(36, 55, 70, 0.08);
  background: linear-gradient(180deg, #f8fbfc 0%, #ffffff 100%);
}

.tb-catnav__panel-title,
.tb-catnav__panel-title:visited {
  color: #243746;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
}

.tb-catnav__panel-title:hover,
.tb-catnav__panel-title:focus {
  color: #2f93a0;
  text-decoration: none;
}

.tb-catnav__panel-all {
  color: #2f93a0;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.tb-catnav__panel-all:hover,
.tb-catnav__panel-all:focus {
  color: #243746;
  text-decoration: none;
}

.tb-catnav__sublist {
  list-style: none;
  margin: 0;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

.tb-catnav__subitem {
  margin: 0;
  padding: 0;
}

.tb-catnav__sublink,
.tb-catnav__sublink:visited {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: #243746;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.tb-catnav__subitem.is-active .tb-catnav__sublink,
.tb-catnav__sublink:hover,
.tb-catnav__sublink:focus {
  background: #eef7f8;
  color: #2f93a0;
  text-decoration: none;
}

/* ---------- Find model panel ---------- */

.tb-catnav__item--models {
  flex: 0 0 150px;
}

.tb-catnav__panel--models {
  right: 0;
  left: auto;
  width: min(1180px, calc(100vw - 48px));
}

.tb-modelmenu {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  min-height: 420px;
}

.tb-modelmenu__sidebar {
  padding: 14px;
  border-right: 1px solid rgba(36, 55, 70, 0.08);
  background: #f8fbfc;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tb-modelmenu__cat {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid rgba(36, 55, 70, 0.08);
  background: #ffffff;
  color: #243746;
  border-radius: 10px;
  padding: 11px 12px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease,
    transform 0.18s ease;
}

.tb-modelmenu__cat:hover,
.tb-modelmenu__cat:focus,
.tb-modelmenu__cat.is-active {
  background: #2f93a0;
  color: #ffffff;
  border-color: #2f93a0;
  transform: translateX(2px);
}

.tb-modelmenu__content {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tb-modelmenu__intro {
  color: #4f6472;
  font-size: 14px;
  font-weight: 600;
}

.tb-modelmenu__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 26px 26px;
  align-content: start;
}

.tb-modelmenu__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.tb-modelmenu__group-title {
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(36, 55, 70, 0.12);
  color: #243746;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: none;
}

.tb-modelmenu__group-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tb-modelmenu__link,
.tb-modelmenu__link:visited {
  display: block;
  padding: 4px 0;
  border-radius: 0;
  background: transparent;
  color: #243746;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.tb-modelmenu__link:hover,
.tb-modelmenu__link:focus {
  background: transparent;
  color: #2f93a0;
  text-decoration: none;
}

/* ---------- Hide old raw list on desktop ---------- */

@media (min-width: 981px) {
  .tb-panel-category .category--list.is-hidden-l.is-hidden-xl {
    display: none !important;
  }
}

/* ---------- Tablet ---------- */

@media (max-width: 1180px) {
  .tb-catnav {
    padding: 0 16px;
  }

  .tb-catnav__list {
    gap: 8px;
  }

  .tb-catnav__link,
  .tb-catnav__link:visited {
    min-height: 32px;
    padding: 5px 8px;
    font-size: 12px;
  }

  .tb-catnav__panel--models {
    width: 680px;
  }

  .tb-modelmenu {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .tb-modelmenu__list {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }

  .tb-catnav__panel--models {
  width: min(1000px, calc(100vw - 36px));
}
}

/* ---------- Mobile / keep fallback menu ---------- */

@media (max-width: 980px) {
  .tb-catnav {
    display: none !important;
  }

  .tb-panel-category .category--list.is-hidden-l.is-hidden-xl {
    display: block !important;
  }
}

.tb-modelmenu__empty {
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fbfc;
  color: #4f6472;
  font-size: 14px;
  font-weight: 600;
}

/* =========================================================
   FIND MODEL - content cleanup
   ========================================================= */

.tb-modelmenu__content {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tb-modelmenu__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.tb-modelmenu__title {
  margin: 0;
  color: #243746;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
}

.tb-modelmenu__intro {
  margin: 0;
  color: #4f6472;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: none;
}

.tb-modelmenu__categorylink,
.tb-modelmenu__categorylink:visited {
  display: inline-flex;
  align-items: center;
  color: #2f93a0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.tb-modelmenu__categorylink:hover,
.tb-modelmenu__categorylink:focus {
  color: #243746;
  text-decoration: none;
}

.tb-modelmenu__link:hover,
.tb-modelmenu__link:focus {
  background: #eef7f8;
  color: #2f93a0;
  text-decoration: none;
  transform: translateY(-1px);
}

.tb-modelmenu__info {
  max-width: 520px;
  padding: 18px 18px 16px;
  border-radius: 14px;
  background: #f8fbfc;
  border: 1px solid rgba(36, 55, 70, 0.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.tb-modelmenu__info-title {
  margin: 0 0 8px;
  color: #243746;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: none;
}

.tb-modelmenu__info-text {
  margin: 0 0 12px;
  color: #4f6472;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  text-transform: none;
}

.tb-modelmenu__info-link,
.tb-modelmenu__info-link:visited {
  display: inline-flex;
  align-items: center;
  color: #2f93a0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.tb-modelmenu__info-link:hover,
.tb-modelmenu__info-link:focus {
  color: #243746;
  text-decoration: none;
}

.tb-modelmenu__cat,
.tb-modelmenu__cat:visited {
  text-transform: none;
}

@media (max-width: 1180px) {
  .tb-modelmenu__title {
    font-size: 21px;
  }

  .tb-modelmenu__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tb-catnav__link,
.tb-catnav__link:visited,
.tb-catnav__link span,
.tb-catnav__panel-title,
.tb-catnav__panel-all,
.tb-catnav__sublink {
  text-transform: none !important;
}

/* ---------- Find model: subtle standout ---------- */

.tb-catnav__item--models {
  flex: 0 0 132px;
  margin-left: 8px;
  padding-left: 6px;
  position: relative;
}

.tb-catnav__item--models::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
  width: 1px;
  background: rgba(36, 55, 70, 0.10);
}

.tb-catnav__item--models > .tb-catnav__link,
.tb-catnav__item--models > .tb-catnav__link:visited {
  background: rgba(47, 147, 160, 0.10);
  color: #2f93a0;
  font-weight: 700;
  padding-left: 12px;
  padding-right: 12px;
}

.tb-catnav__item--models > .tb-catnav__link:hover,
.tb-catnav__item--models > .tb-catnav__link:focus,
.tb-catnav__item--models:hover > .tb-catnav__link {
  background: rgba(47, 147, 160, 0.16);
  color: #247883;
}

.tb-catnav__item--models .tb-catnav__caret {
  opacity: 0.9;
}

/* ---------- Find model: group more link ---------- */

.tb-modelmenu__group-more {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2f93a0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.tb-modelmenu__group-more:hover,
.tb-modelmenu__group-more:focus {
  color: #243746;
  text-decoration: none;
  outline: none;
}

/* =========================================================
   MOBILE HEADER NAV (Kategorier + Find model)
   ========================================================= */
@media (max-width: 980px) {
  .tb-mcatnav {
    margin: 12px 0 18px;
  }

  .tb-mcatnav__section {
    background: #f3f3f3;
    border: 1px solid #dddddd;
    margin: 0 0 14px;
  }

  .tb-mcatnav__section-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border: 0;
    background: #ececec;
    color: #2f2f2f;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }

  .tb-mcatnav__section-toggle:focus {
    outline: 2px solid rgba(58, 140, 154, 0.28);
    outline-offset: -2px;
  }

  .tb-mcatnav__section-label {
    display: block;
    min-width: 0;
  }

  .tb-mcatnav__section-icon {
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1;
    color: #4a4a4a;
    transition: transform 0.2s ease;
  }

  .tb-mcatnav__section.is-open .tb-mcatnav__section-icon {
    transform: rotate(180deg);
  }

  .tb-mcatnav__section-body {
    padding: 14px;
    border-top: 1px solid #dddddd;
  }

  .tb-mcatnav__cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .tb-mcatnav__card {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    overflow: hidden;
  }

  .tb-mcatnav__card.is-active {
    border-color: #3a8c9a;
  }

  .tb-mcatnav__card-head {
    display: flex;
    align-items: stretch;
    min-height: 58px;
  }

  .tb-mcatnav__card-link {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 14px 16px;
    text-decoration: none;
    color: inherit;
  }

  .tb-mcatnav__card-title {
    display: block;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
  }

  .tb-mcatnav__card-action {
    display: block;
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
  }

  .tb-mcatnav__card-toggle {
    flex: 0 0 52px;
    width: 52px;
    border: 0;
    border-left: 1px solid #e5e5e5;
    background: #fafafa;
    color: #4a4a4a;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }

  .tb-mcatnav__card-toggle:focus {
    outline: 2px solid rgba(58, 140, 154, 0.28);
    outline-offset: -2px;
  }

  .tb-mcatnav__card.has-children.is-open .tb-mcatnav__card-toggle i {
    transform: rotate(180deg);
  }

  .tb-mcatnav__subcats {
    display: none;
    padding: 0 16px 14px;
    border-top: 1px solid #efefef;
    background: #fcfcfc;
  }

  .tb-mcatnav__card.is-open .tb-mcatnav__subcats {
    display: block;
  }

  .tb-mcatnav__sublist {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
  }

  .tb-mcatnav__subitem + .tb-mcatnav__subitem {
    margin-top: 8px;
  }

  .tb-mcatnav__sublink {
    display: block;
    padding: 6px 0;
    text-decoration: none;
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
  }

  .tb-mcatnav__subitem.is-active .tb-mcatnav__sublink,
  .tb-mcatnav__sublink:hover,
  .tb-mcatnav__sublink:focus {
    color: #3a8c9a;
  }

  .tb-mmodelnav {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .tb-mmodelnav__intro {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 14px 16px;
  }

  .tb-mmodelnav__title {
    margin: 0 0 6px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
  }

  .tb-mmodelnav__text {
    margin: 0;
    color: #5b5b5b;
    font-size: 13px;
    line-height: 1.55;
  }

  .tb-mmodelnav__categories {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .tb-mmodelnav__cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 52px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    text-decoration: none;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
  }

  .tb-mmodelnav__cat::after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #666666;
  }

  .tb-mmodelnav__cat.is-active {
    border-color: #3a8c9a;
    background: #f7fbfc;
    color: #2a6d77;
  }

  .tb-mmodelnav__content {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    overflow: hidden;
  }

  .tb-mmodelnav__head {
    padding: 14px 16px;
    border-bottom: 1px solid #ececec;
    background: #fafafa;
  }

  .tb-mmodelnav__eyebrow {
    margin: 0 0 4px;
    color: #7a7a7a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.2;
  }

  .tb-mmodelnav__selected {
    margin: 0 0 8px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
  }

  .tb-mmodelnav__all {
    display: inline-block;
    color: #3a8c9a;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
  }

  .tb-mmodelnav__list {
    padding: 14px;
  }

  .tb-mmodelnav__placeholder {
    padding: 14px;
    background: #f8f8f8;
    border: 1px dashed #d4d4d4;
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
  }

  .tb-mmodelnav__group {
    background: #ffffff;
    border: 1px solid #e3e3e3;
  }

  .tb-mmodelnav__group + .tb-mmodelnav__group {
    margin-top: 10px;
  }

  .tb-mmodelnav__group-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 50px;
    padding: 12px 14px;
    background: #fafafa;
    border: 0;
    color: #222222;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
  }

  .tb-mmodelnav__group-toggle:focus {
    outline: 2px solid rgba(58, 140, 154, 0.28);
    outline-offset: -2px;
  }

  .tb-mmodelnav__group-icon {
    flex: 0 0 auto;
    color: #666666;
    font-size: 18px;
    line-height: 1;
    transition: transform 0.2s ease;
  }

  .tb-mmodelnav__group.is-open .tb-mmodelnav__group-icon {
    transform: rotate(180deg);
  }

  .tb-mmodelnav__group-body {
    display: none;
    padding: 0 14px 14px;
    border-top: 1px solid #ececec;
    background: #ffffff;
  }

  .tb-mmodelnav__group.is-open .tb-mmodelnav__group-body {
    display: block;
  }

  .tb-mmodelnav__links {
    margin: 0;
    padding: 12px 0 0;
    list-style: none;
  }

  .tb-mmodelnav__item + .tb-mmodelnav__item {
    margin-top: 8px;
  }

  .tb-mmodelnav__link {
    display: block;
    padding: 6px 0;
    color: #2f2f2f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
  }

  .tb-mmodelnav__link:hover,
  .tb-mmodelnav__link:focus {
    color: #3a8c9a;
  }

  .tb-mmodelnav__more {
    margin-top: 12px;
  }

  .tb-mmodelnav__more-btn {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d5d5d5;
    background: #fafafa;
    color: #2f2f2f;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .tb-mmodelnav__more-btn:focus {
    outline: 2px solid rgba(58, 140, 154, 0.28);
    outline-offset: -2px;
  }

  .tb-mmodelnav__empty {
    padding: 14px;
    background: #f8f8f8;
    border: 1px dashed #d4d4d4;
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (max-width: 980px) {
  .tb-mcatnav {
    margin: 14px 0 20px;
  }

  .tb-mcatnav__section {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid #dedede;
    background: #f6f6f6;
  }

  .tb-mcatnav__section-toggle {
    padding: 17px 18px;
    background: linear-gradient(180deg, #f3f3f3 0%, #ececec 100%);
  }

  .tb-mcatnav__section + .tb-mcatnav__section {
    margin-top: 16px;
  }

  .tb-mcatnav__card {
    border-radius: 12px;
  }

  .tb-mcatnav__card-link:active,
  .tb-mcatnav__sublink:active,
  .tb-mmodelnav__cat:active,
  .tb-mmodelnav__link:active,
  .tb-mmodelnav__all:active {
    opacity: 0.72;
  }

  .tb-mcatnav__card-toggle,
  .tb-mmodelnav__group-toggle,
  .tb-mmodelnav__more-btn,
  .tb-mcatnav__section-toggle {
    -webkit-tap-highlight-color: transparent;
  }

  .tb-mcatnav__card.has-children.is-open {
    border-color: #3a8c9a;
    box-shadow: 0 4px 14px rgba(58, 140, 154, 0.12);
  }

  .tb-mcatnav__card.has-children.is-open .tb-mcatnav__card-toggle {
    background: #f3fafb;
    color: #2a6d77;
  }

  .tb-mcatnav__sublink {
    padding: 8px 0;
  }

  .tb-mmodelnav__cat {
    border-radius: 12px;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.12s ease;
  }

  .tb-mmodelnav__cat.is-active {
    box-shadow: 0 4px 12px rgba(58, 140, 154, 0.12);
  }

  .tb-mmodelnav__content {
    border-radius: 14px;
  }

  .tb-mmodelnav__group {
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .tb-mmodelnav__group.is-open {
    border-color: #3a8c9a;
    box-shadow: 0 4px 14px rgba(58, 140, 154, 0.1);
  }

  .tb-mmodelnav__group.is-open .tb-mmodelnav__group-toggle {
    background: #f7fbfc;
    color: #2a6d77;
  }

  .tb-mmodelnav__group-body {
    padding-bottom: 16px;
  }

  .tb-mmodelnav__link {
    padding: 8px 0;
  }

  .tb-mmodelnav__more-btn {
    border-radius: 10px;
  }
}


/* =========================================================
   TEKNIKBIKSEN FRONTPAGE PRODUCT SECTIONS v4
   - dynamiske bestsellere
   - konverteringsorienterede produktkort
   - 5/4/3/2 kort + mobil peek
   ========================================================= */
.pageTypefrontpage .home-carousel {
  position: relative;
  margin: 48px 0 56px;
  padding: 0 44px;
  overflow: visible;
}

.pageTypefrontpage .home-carousel__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 -44px 18px;
  padding: 0 44px 16px;
  border-bottom: 1px solid #e5ecee;
}

.pageTypefrontpage .home-carousel__titlewrap {
  min-width: 0;
  max-width: 760px;
}

.pageTypefrontpage .home-carousel__eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 6px;
  color: #2c8c99;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pageTypefrontpage .home-carousel__eyebrow i {
  color: #d5a900;
  font-size: 12px;
}

.pageTypefrontpage .home-carousel__title {
  margin: 0;
  color: #263238;
  font-family: 'Bree Serif', Georgia, serif;
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.12;
}

.pageTypefrontpage .home-carousel__description {
  max-width: 680px;
  margin: 7px 0 0;
  color: #69767b;
  font-size: 12.5px;
  line-height: 1.5;
}

.pageTypefrontpage .home-carousel__all {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #d8e5e7;
  border-radius: 999px;
  background: #fff;
  color: #2c8c99;
  font-size: 11.5px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(38, 50, 56, .04);
  transition: border-color .15s ease, background .15s ease, color .15s ease, transform .15s ease;
}

.pageTypefrontpage .home-carousel__all:hover,
.pageTypefrontpage .home-carousel__all:focus {
  border-color: #2c8c99;
  background: #eff8f9;
  color: #216f79;
  text-decoration: none;
  transform: translateY(-1px);
  outline: none;
}

.pageTypefrontpage .home-carousel__list,
.pageTypefrontpage .home-carousel .angular-productlist,
.pageTypefrontpage .home-carousel .modules,
.pageTypefrontpage .home-carousel .m-productlist-list {
  position: relative;
  margin: 0 !important;
}

.pageTypefrontpage .home-carousel .modules.m-productlist.m-productlist-list > .row,
.pageTypefrontpage .home-carousel .m-productlist-list > .row {
  display: block !important;
  width: 100%;
  margin: 0 !important;
  padding: 4px 2px 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.pageTypefrontpage .home-carousel .modules.m-productlist.m-productlist-list > .row::-webkit-scrollbar,
.pageTypefrontpage .home-carousel .m-productlist-list > .row::-webkit-scrollbar {
  display: none;
}

.pageTypefrontpage .home-carousel .m-productlist-list-item,
.pageTypefrontpage .home-carousel .modules.m-productlist .row .productItem {
  display: inline-block !important;
  float: none !important;
  vertical-align: top !important;
  width: calc((100% - 64px) / 5) !important;
  margin: 0 16px 0 0 !important;
  padding: 0 !important;
  white-space: normal !important;
  scroll-snap-align: start;
}

.pageTypefrontpage .home-carousel .m-productlist-list-item:last-child,
.pageTypefrontpage .home-carousel .modules.m-productlist .row .productItem:last-child {
  margin-right: 0 !important;
}

.pageTypefrontpage .home-carousel .m-productlist-list-item > .type-col,
.pageTypefrontpage .home-carousel .m-productlist-item,
.pageTypefrontpage .home-carousel .m-productlist-item > form {
  height: 100%;
}

.pageTypefrontpage .home-carousel .m-productlist-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 406px;
  overflow: hidden;
  border: 1px solid #e4eaec;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(38, 50, 56, .045);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.pageTypefrontpage .home-carousel .m-productlist-list-item:hover .m-productlist-item {
  border-color: rgba(44, 140, 153, .38);
  box-shadow: 0 14px 30px rgba(38, 50, 56, .10);
  transform: translateY(-2px);
}

.pageTypefrontpage .home-carousel .m-productlist-item form {
  display: flex;
  flex-direction: column;
}

.pageTypefrontpage .home-carousel .m-productlist-figure {
  position: relative;
  display: flex;
  flex: 0 0 174px;
  align-items: center;
  justify-content: center;
  min-height: 174px;
  margin: 0 !important;
  padding: 17px 17px 9px;
  background: linear-gradient(180deg, #fbfcfc 0%, #fff 100%);
}

.pageTypefrontpage .home-carousel .m-productlist-figure .m-productlist-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pageTypefrontpage .home-carousel .m-productlist-image {
  width: auto !important;
  max-width: 100% !important;
  max-height: 145px !important;
  margin: auto !important;
  object-fit: contain;
}

.pageTypefrontpage .home-carousel .m-productlist-splash {
  top: 10px;
  left: 10px;
  z-index: 4;
}

.pageTypefrontpage .home-carousel .m-productlist-splash .badge {
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

.pageTypefrontpage .home-carousel--spareparts .m-productlist-list-item:first-child .m-productlist-figure::after,
.pageTypefrontpage .home-carousel--accessories .m-productlist-list-item:first-child .m-productlist-figure::after,
.pageTypefrontpage .home-carousel--charging .m-productlist-list-item:first-child .m-productlist-figure::after {
  content: "Bestseller";
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  padding: 6px 8px;
  border-radius: 999px;
  background: #f5d547;
  color: #263238;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(213, 169, 0, .18);
}

.pageTypefrontpage .home-carousel .product-description {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0 !important;
  height: auto !important;
  padding: 7px 14px 8px !important;
}

.pageTypefrontpage .home-carousel .m-productlist-heading {
  margin: 0 !important;
}

.pageTypefrontpage .home-carousel .m-productlist-title {
  display: -webkit-box;
  min-height: 47px;
  margin: 0 0 4px !important;
  overflow: hidden;
  color: #216f79 !important;
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pageTypefrontpage .home-carousel .m-productlist-brand-link,
.pageTypefrontpage .home-carousel .m-productlist-brand {
  color: #7b878c !important;
  font-size: 9.5px !important;
  line-height: 1.2 !important;
}

.pageTypefrontpage .home-carousel .m-productlist-itemNumber {
  margin: 3px 0 0 !important;
  color: #9aa4a8 !important;
  font-size: 9px !important;
  line-height: 1.2 !important;
}

.pageTypefrontpage .home-carousel .m-productlist-description {
  display: none !important;
}

.pageTypefrontpage .home-carousel .m-productlist-stock {
  margin: auto 0 0 !important;
  padding-top: 6px;
  color: #5e6e73;
  font-size: 9.5px !important;
  line-height: 1.35 !important;
}

.pageTypefrontpage .home-carousel .m-productlist-stock p {
  margin: 0 !important;
}

.pageTypefrontpage .home-carousel .m-productlist-stock .fa-check,
.pageTypefrontpage .home-carousel .m-productlist-stock .fa-clock-o {
  color: #2c8c99;
}

.pageTypefrontpage .home-carousel .m-productlist-transactions {
  min-height: 0 !important;
  height: auto !important;
  padding: 8px 14px 6px !important;
  border-top: 1px solid #edf1f2;
  background: #fbfcfc;
}

.pageTypefrontpage .home-carousel .m-productlist-discount {
  min-height: 14px;
  margin: 0 0 2px !important;
}

.pageTypefrontpage .home-carousel .m-productlist-price-before-discount {
  color: #8a9599 !important;
  font-size: 10px !important;
}

.pageTypefrontpage .home-carousel .m-productlist-price {
  color: #263238 !important;
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.pageTypefrontpage .home-carousel .product-various-price-info {
  display: none !important;
}

.pageTypefrontpage .home-carousel .product-action {
  min-height: 0 !important;
  height: auto !important;
  padding: 6px 10px 10px !important;
  background: #fbfcfc;
}

.pageTypefrontpage .home-carousel .product-action > .row {
  display: flex !important;
  gap: 7px;
  align-items: stretch;
  margin: 0 !important;
}

.pageTypefrontpage .home-carousel .product-action > .row > .col-s-1,
.pageTypefrontpage .home-carousel .product-action > .row > .col-m-4,
.pageTypefrontpage .home-carousel .product-action > .row > .col-l-4,
.pageTypefrontpage .home-carousel .product-action > .row > .col-xl-8 {
  flex: 0 0 46px !important;
  width: 46px !important;
  max-width: 46px !important;
  padding: 0 !important;
}

.pageTypefrontpage .home-carousel .product-action > .row > .m-productlist-tractions-button {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.pageTypefrontpage .home-carousel .m-productlist-amount,
.pageTypefrontpage .home-carousel .product-action fieldset {
  margin: 0 !important;
}

.pageTypefrontpage .home-carousel .m-productlist-input {
  width: 46px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 4px !important;
  border: 1px solid #dce5e7 !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: #263238 !important;
  font-size: 11px !important;
  box-shadow: none !important;
}

.pageTypefrontpage .home-carousel .product-action .button-primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100% !important;
  min-height: 38px !important;
  padding: 0 10px !important;
  border: 1px solid #e1bd23 !important;
  border-radius: 9px !important;
  background: #f5d547 !important;
  color: #263238 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(213, 169, 0, .13) !important;
  transition: background .15s ease, border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.pageTypefrontpage .home-carousel .product-action .button-primary:hover,
.pageTypefrontpage .home-carousel .product-action .button-primary:focus {
  border-color: #d5a900 !important;
  background: #ffdf4f !important;
  color: #263238 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(213, 169, 0, .20) !important;
  outline: none !important;
}

.pageTypefrontpage .home-carousel .m-productlist-filter,
.pageTypefrontpage .home-carousel .m-productlist-sortbar,
.pageTypefrontpage .home-carousel .productpagination,
.pageTypefrontpage .home-carousel .panel.panel-warning {
  display: none !important;
}

.pageTypefrontpage .home-carousel__btn {
  position: absolute;
  top: 58%;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #d9e5e7;
  border-radius: 999px;
  background: #fff;
  color: #2c8c99;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(38, 50, 56, .11);
  transform: translateY(-50%);
  transition: background .15s ease, color .15s ease, opacity .15s ease, transform .15s ease;
}

.pageTypefrontpage .home-carousel__btn--prev {
  left: 0;
}

.pageTypefrontpage .home-carousel__btn--next {
  right: 0;
}

.pageTypefrontpage .home-carousel__btn:hover:not(:disabled),
.pageTypefrontpage .home-carousel__btn:focus:not(:disabled) {
  background: #2c8c99;
  color: #fff;
  transform: translateY(-50%) scale(1.04);
  outline: none;
}

.pageTypefrontpage .home-carousel__btn:disabled {
  opacity: .28;
  cursor: default;
  box-shadow: none;
}

.pageTypefrontpage .home-carousel__btn.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 1280px) {
  .pageTypefrontpage .home-carousel .m-productlist-list-item,
  .pageTypefrontpage .home-carousel .modules.m-productlist .row .productItem {
    width: calc((100% - 48px) / 4) !important;
  }
}

@media (max-width: 980px) {
  .pageTypefrontpage .home-carousel .m-productlist-list-item,
  .pageTypefrontpage .home-carousel .modules.m-productlist .row .productItem {
    width: calc((100% - 32px) / 3) !important;
  }
}

@media (max-width: 720px) {
  .pageTypefrontpage .home-carousel {
    padding: 0 36px;
  }

  .pageTypefrontpage .home-carousel__head {
    align-items: flex-start;
    margin-left: -36px;
    margin-right: -36px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .pageTypefrontpage .home-carousel .m-productlist-list-item,
  .pageTypefrontpage .home-carousel .modules.m-productlist .row .productItem {
    width: calc((100% - 16px) / 2) !important;
  }
}

@media (max-width: 560px) {
  .pageTypefrontpage .home-carousel {
    margin: 36px 0 42px;
    padding: 0;
  }

  .pageTypefrontpage .home-carousel__head {
    display: block;
    margin: 0 0 14px;
    padding: 0 0 13px;
  }

  .pageTypefrontpage .home-carousel__description {
    margin-top: 5px;
  }

  .pageTypefrontpage .home-carousel__all {
    margin-top: 12px;
  }

  .pageTypefrontpage .home-carousel .m-productlist-list-item,
  .pageTypefrontpage .home-carousel .modules.m-productlist .row .productItem {
    width: 82% !important;
    margin-right: 12px !important;
  }

  .pageTypefrontpage .home-carousel__btn {
    display: none !important;
  }
}

/* === Forside hj&aelig;lpebanner: samme responsive struktur som hovedbanner === */

.pageTypefrontpage .tb-front-help-banner {
  margin: 18px 0 44px !important;
  padding: 0 !important;
}

.pageTypefrontpage .tb-front-help-banner__link {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(60, 60, 59, .06);
  transition: transform .16s ease, box-shadow .16s ease;
}

.pageTypefrontpage .tb-front-help-banner__link:hover,
.pageTypefrontpage .tb-front-help-banner__link:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(60, 60, 59, .10);
  text-decoration: none;
}

.pageTypefrontpage .tb-front-help-banner .placeholder-wrapper,
.pageTypefrontpage .tb-front-help-banner__image {
  display: block;
  width: 100%;
  max-width: 100%;
}

.pageTypefrontpage .tb-front-help-banner img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}


/* === Forside hj&aelig;lpebanner: rundede hj&oslash;rner === */

.pageTypefrontpage .tb-front-help-banner,
.pageTypefrontpage .tb-front-help-banner__link,
.pageTypefrontpage .tb-front-help-banner .placeholder-wrapper,
.pageTypefrontpage .tb-front-help-banner img,
.pageTypefrontpage .tb-front-help-banner__image {
  border-radius: 10px !important;
}

.pageTypefrontpage .tb-front-help-banner__link,
.pageTypefrontpage .tb-front-help-banner .placeholder-wrapper {
  overflow: hidden !important;
}

/* === Forside hj&aelig;lpebanner: force rounded corners p&aring; DanDomain responsive image === */

.pageTypefrontpage .tb-front-help-banner {
  border-radius: 12px !important;
  overflow: hidden !important;
}

.pageTypefrontpage .tb-front-help-banner__link {
  display: block !important;
  width: 100% !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  clip-path: inset(0 round 12px) !important;
  transform: translateZ(0);
}

.pageTypefrontpage .tb-front-help-banner__link > span,
.pageTypefrontpage .tb-front-help-banner .placeholder-wrapper,
.pageTypefrontpage .tb-front-help-banner .placeholder,
.pageTypefrontpage .tb-front-help-banner .responsive,
.pageTypefrontpage .tb-front-help-banner img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.pageTypefrontpage .tb-front-help-banner .placeholder-wrapper,
.pageTypefrontpage .tb-front-help-banner .placeholder {
  clip-path: inset(0 round 12px) !important;
  transform: translateZ(0);
}

.pageTypefrontpage .tb-front-help-banner img {
  height: auto !important;
  border: 0 !important;
}

/* === Forside hj&aelig;lpebanner: endelig radius-fix === */

.pageTypefrontpage .tb-front-help-banner {
  margin: 18px 0 44px !important;
  padding: 0 !important;
}

.pageTypefrontpage .tb-front-help-banner__link {
  display: block !important;
  width: 100% !important;
  text-decoration: none !important;
  border-radius: 12px !important;
}

.pageTypefrontpage .tb-front-help-banner__clip {
  display: block !important;
  width: 100% !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 20px rgba(60, 60, 59, .06);
  line-height: 0 !important;
  transform: translateZ(0);
}

.pageTypefrontpage .tb-front-help-banner__image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
}

/* =========================================================
   TEKNIKBIKSEN FOOTER v3
   - uden newsletter-patch
   - centreret hvidt logo
   - roligere tekstst&oslash;rrelser
   - samlet fragt/betaling
   - klar til baggrundsbillede
   ========================================================= */

.site-footer.tb-footer-v3 {
  position: relative;
  margin-top: 70px;
  padding: 70px 0 34px;
  color: #ffffff;
  border-top: 0 !important;
  overflow: hidden;
  background-color: #2f93a0;
  background-image:
    linear-gradient(135deg, rgba(25, 116, 126, .18), rgba(47, 147, 160, .06)),
    url('/upload_dir/pics/footer_bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Fallback-m&oslash;nster hvis baggrundsbilledet ikke findes endnu */
.site-footer.tb-footer-v3::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .10;
  pointer-events: none;
  background-image:
    linear-gradient(30deg, rgba(255,255,255,.26) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.26) 87.5%, rgba(255,255,255,.26)),
    linear-gradient(150deg, rgba(255,255,255,.26) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.26) 87.5%, rgba(255,255,255,.26)),
    linear-gradient(90deg, rgba(255,255,255,.18) 2%, transparent 2.5%, transparent 97%, rgba(255,255,255,.18) 97.5%, rgba(255,255,255,.18));
  background-size: 170px 98px;
  background-position: center center;
}

.site-footer.tb-footer-v3 .container.with-xlarge {
  position: relative;
  z-index: 1;
}

.tb-footer-v3__main {
  display: flex;
  align-items: stretch;
}

.tb-footer-v3__brand-panel {
  min-height: 270px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 34px 20px 0;
}

.tb-footer-v3__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 460px;
  text-decoration: none !important;
}

.tb-footer-v3__logo {
  display: block;
  width: min(100%, 430px);
  height: auto;
  margin: 0 auto;
}

.tb-footer-v3__columns {
  display: grid;
  grid-template-columns: 1.05fr 1fr .95fr 1.15fr;
  gap: 34px;
  align-items: start;
  padding-top: 8px;
}

.tb-footer-v3__heading {
  margin: 0 0 14px !important;
  color: #ffffff !important;
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 26px !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.tb-footer-v3__list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.tb-footer-v3__list li {
  margin: 0 0 7px !important;
  color: rgba(255,255,255,.98) !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}

.tb-footer-v3__list a,
.tb-footer-v3__list a:visited,
.tb-footer-v3__socials a,
.tb-footer-v3__socials a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}

.tb-footer-v3__list a:hover,
.tb-footer-v3__list a:focus,
.tb-footer-v3__socials a:hover,
.tb-footer-v3__socials a:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.tb-footer-v3__list img {
  display: inline-block;
  vertical-align: middle;
  max-width: 180px;
}

.tb-footer-v3__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.tb-footer-v3__socials a {
  font-size: 17px !important;
  font-weight: 600 !important;
}

.tb-footer-v3__bottom {
  margin-top: 42px;
}

.tb-footer-v3__trust {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
}

.tb-footer-v3__shipping {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tb-footer-v3__shipping-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 12px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.tb-footer-v3__shipping-logo--gls {
  color: #1726c7;
}

.tb-footer-v3__shipping-logo--dao {
  color: #e51d2a;
  text-transform: lowercase;
}

.tb-footer-v3__paymenticons .payment-icons {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 9px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.tb-footer-v3__paymenticons .payment-icons li {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 4px !important;
  border-radius: 9px !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.10) !important;
  line-height: 0 !important;
}

.tb-footer-v3__paymenticons .payment-icons img {
  display: block !important;
  max-height: 24px !important;
  width: auto !important;
  margin: 0 !important;
  border: 0 !important;
}

.tb-footer-v3__builtwith {
  margin-top: 22px;
  color: rgba(255,255,255,.68);
  text-align: center;
  font-size: 13px;
}

@media (max-width: 1199px) {
  .tb-footer-v3__brand-panel {
    min-height: 220px;
    padding-right: 0;
  }

  .tb-footer-v3__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 40px;
  }

  .tb-footer-v3__logo {
    width: min(100%, 360px);
  }
}

@media (max-width: 767px) {
  .site-footer.tb-footer-v3 {
    padding: 44px 0 28px;
  }

  .tb-footer-v3__brand-panel {
    min-height: 130px;
    padding: 0 0 28px;
  }

  .tb-footer-v3__logo {
    width: min(100%, 300px);
  }

  .tb-footer-v3__columns {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .tb-footer-v3__heading {
    font-size: 24px !important;
  }

  .tb-footer-v3__list li,
  .tb-footer-v3__socials a {
    font-size: 16px !important;
  }

  .tb-footer-v3__trust {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .tb-footer-v3__paymenticons .payment-icons {
    justify-content: flex-start !important;
  }
}

/* =========================================================
   TEKNIKBIKSEN FOOTER v4
   - newsletter tilbage uden newsletter.tpl-patch
   - ingen diamant-overlay
   - centreret logo
   - p&aelig;nere betalings-/fragtikoner
   ========================================================= */

.site-footer.tb-footer-v4 {
  position: relative;
  margin-top: 70px;
  padding: 72px 0 34px;
  color: #ffffff;
  border-top: 0 !important;
  overflow: hidden;
  background-color: #2f93a0;
  background-image: linear-gradient(135deg, rgba(25,116,126,.14), rgba(47,147,160,.05));
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Sl&aring; tidligere v2/v3 pseudo-m&oslash;nstre helt fra */
.site-footer.tb-footer-v4::before,
.site-footer.tb-footer-v4::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.site-footer.tb-footer-v4 .container.with-xlarge {
  position: relative;
  z-index: 1;
}

.tb-footer-v4__main {
  display: flex;
  align-items: flex-start;
}

.tb-footer-v4__brand-panel {
  min-height: 310px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px 44px 20px 0;
}

.tb-footer-v4__newsletter {
  width: 100%;
  max-width: 430px;
  margin: 0 auto 34px;
  text-align: left;
}

.tb-footer-v4__newsletter-title {
  margin-top: 16px;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 500;
  text-align: center;
}

/* Original DanDomain newsletter-widget, kun stylet i footeren */
.tb-footer-v4__newsletter .w-newsletter-signup form {
  margin: 0 !important;
}

.tb-footer-v4__newsletter .trailing-db {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 !important;
}

.tb-footer-v4__newsletter .form-group,
.tb-footer-v4__newsletter fieldset {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.tb-footer-v4__newsletter input[type="text"],
.tb-footer-v4__newsletter input[type="email"],
.tb-footer-v4__newsletter .form-input {
  width: 100% !important;
  min-height: 48px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.96) !important;
  color: #3c3c3b !important;
  padding: 0 18px !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.12) !important;
}

.tb-footer-v4__newsletter .m-newsletter-newsletter,
.tb-footer-v4__newsletter .m-newsletter-consent,
.tb-footer-v4__newsletter .m-newsletter-spam-check {
  grid-column: 1 / -1;
  color: #fff !important;
}

.tb-footer-v4__newsletter label,
.tb-footer-v4__newsletter .m-newsletter-newsletter,
.tb-footer-v4__newsletter .m-newsletter-consent,
.tb-footer-v4__newsletter .m-newsletter-consent a {
  color: #fff !important;
}

.tb-footer-v4__newsletter .form-submit,
.tb-footer-v4__newsletter button[type="submit"] {
  margin: 12px auto 0 !important;
  min-height: 46px !important;
  padding: 0 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.84) !important;
  color: #202020 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.14) !important;
}

.tb-footer-v4__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  text-decoration: none !important;
}

.tb-footer-v4__logo {
  display: block;
  width: min(100%, 390px);
  height: auto;
  margin: 0 auto;
}

.tb-footer-v4__columns {
  display: grid;
  grid-template-columns: 1.05fr 1fr .95fr 1.1fr;
  gap: 34px;
  align-items: start;
  padding-top: 4px;
}

.tb-footer-v4__heading {
  margin: 0 0 14px !important;
  color: #ffffff !important;
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 24px !important;
  line-height: 1.14 !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.tb-footer-v4__list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.tb-footer-v4__list li {
  margin: 0 0 7px !important;
  color: rgba(255,255,255,.98) !important;
  font-size: 16px !important;
  line-height: 1.27 !important;
  font-weight: 500 !important;
}

.tb-footer-v4__list a,
.tb-footer-v4__list a:visited,
.tb-footer-v4__socials a,
.tb-footer-v4__socials a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}

.tb-footer-v4__list a:hover,
.tb-footer-v4__list a:focus,
.tb-footer-v4__socials a:hover,
.tb-footer-v4__socials a:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.tb-footer-v4__list img {
  display: inline-block;
  vertical-align: middle;
  max-width: 180px;
}

.tb-footer-v4__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.tb-footer-v4__socials a {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.tb-footer-v4__bottom {
  margin-top: 40px;
}

.tb-footer-v4__trust {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.tb-footer-v4__shipping {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tb-footer-v4__shipping-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.tb-footer-v4__shipping-logo--gls { color: #1726c7; }
.tb-footer-v4__shipping-logo--dao { color: #e51d2a; text-transform: lowercase; }

.tb-footer-v4__paymenticons .payment-icons {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.tb-footer-v4__paymenticons .payment-icons li,
.tb-footer-v4__paymenticons .payments-icon,
.tb-footer-v4__paymenticons .placeholder-wrapper {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 5px 7px !important;
  border-radius: 9px !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 8px 16px rgba(0,0,0,.10) !important;
  line-height: 0 !important;
}

.tb-footer-v4__paymenticons .placeholder {
  display: none !important;
}

.tb-footer-v4__paymenticons img,
.tb-footer-v4__paymenticons .responsive {
  position: static !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  height: 24px !important;
  max-height: 24px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  transform: none !important;
}

.tb-footer-v4__builtwith {
  margin-top: 22px;
  color: rgba(255,255,255,.68);
  text-align: center;
  font-size: 13px;
}

@media (max-width: 1199px) {
  .tb-footer-v4__brand-panel {
    min-height: 240px;
    padding-right: 0;
  }

  .tb-footer-v4__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 40px;
  }

  .tb-footer-v4__logo {
    width: min(100%, 330px);
  }
}

@media (max-width: 767px) {
  .site-footer.tb-footer-v4 {
    padding: 44px 0 28px;
  }

  .tb-footer-v4__brand-panel {
    min-height: 0;
    padding: 0 0 30px;
  }

  .tb-footer-v4__newsletter .trailing-db {
    grid-template-columns: 1fr;
  }

  .tb-footer-v4__newsletter-title {
    font-size: 22px;
  }

  .tb-footer-v4__logo {
    width: min(100%, 280px);
  }

  .tb-footer-v4__columns {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .tb-footer-v4__bottom {
    margin-top: 28px;
  }

  .tb-footer-v4__trust {
    justify-content: flex-start;
  }

  .tb-footer-v4__paymenticons .payment-icons {
    justify-content: flex-start !important;
  }
}

/* =========================================================
   TEKNIKBIKSEN FOOTER v4 - sm&aring;justeringer
   ========================================================= */

/* Brug rigtigt footer-baggrundsbillede */
.site-footer.tb-footer,
.site-footer.tb-footer-v4,
.site-footer.tb-footer.tb-footer-v4 {
  background-image:
    linear-gradient(135deg, rgba(30, 126, 138, .08), rgba(47, 147, 160, .04)),
    url('/upload_dir/pics/footer_bg.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Fjern "Tilmeld mig nyhedsbrevet"-teksten */
.tb-footer__newsletter-text,
.tb-footer__newsletter-title,
.tb-footer__newsletter-heading {
  display: none !important;
}

/* Venstrejust&eacute;r Godkend-knappen i nyhedsbrev */
.tb-footer__newsletter-form,
.tb-footer__newsletter-form form,
.tb-footer__newsletter-form .form-group,
.tb-footer__newsletter-form .trailing-trip {
  text-align: left !important;
}

.tb-footer__newsletter-form button,
.tb-footer__newsletter-form input[type="submit"],
.tb-footer__newsletter-form .button,
.tb-footer__newsletter-form .btn {
  margin-left: 0 !important;
  margin-right: auto !important;
  align-self: flex-start !important;
}

/* Lidt mindre tekst i footer-lister */
.tb-footer__list li,
.tb-footer__list a,
.tb-footer__col,
.tb-footer__col p {
  font-size: 0.96rem !important;
  line-height: 1.32 !important;
}

/* Behold overskrifter tydelige, men lidt mere balancerede */
.tb-footer__heading {
  font-size: 1.65rem !important;
  line-height: 1.12 !important;
}

/* Kontaktlinjer m&aring; ikke blive for store/klodsede */
.tb-footer__contact,
.tb-footer__contact li,
.tb-footer__contact a {
  font-size: 0.96rem !important;
}

/* =========================================================
   TEKNIKBIKSEN FOOTER v4 - final justeringer
   ========================================================= */

/* Fjern "Tilmeld mig nyhedsbrevet"-teksten i v4 */
.site-footer.tb-footer-v4 .tb-footer-v4__newsletter-title {
  display: none !important;
}

/* Venstrejust&eacute;r nyhedsbrevsknappen */
.site-footer.tb-footer-v4 .tb-footer-v4__newsletter {
  text-align: left !important;
}

.site-footer.tb-footer-v4 .tb-footer-v4__newsletter .form-submit,
.site-footer.tb-footer-v4 .tb-footer-v4__newsletter button[type="submit"],
.site-footer.tb-footer-v4 .tb-footer-v4__newsletter input[type="submit"],
.site-footer.tb-footer-v4 .tb-footer-v4__newsletter .button,
.site-footer.tb-footer-v4 .tb-footer-v4__newsletter .btn {
  margin: 12px 0 0 0 !important;
  align-self: flex-start !important;
  justify-self: flex-start !important;
}

/* Hvis knappen ligger i en wrapper, skal wrapperen ogs&aring; venstrejusteres */
.site-footer.tb-footer-v4 .tb-footer-v4__newsletter .form-group,
.site-footer.tb-footer-v4 .tb-footer-v4__newsletter .form-submit,
.site-footer.tb-footer-v4 .tb-footer-v4__newsletter .buttonContainer,
.site-footer.tb-footer-v4 .tb-footer-v4__newsletter .trailing-trip,
.site-footer.tb-footer-v4 .tb-footer-v4__newsletter .trailing-db {
  text-align: left !important;
  justify-content: flex-start !important;
}

/* Lidt mindre listetekst */
.site-footer.tb-footer-v4 .tb-footer-v4__list li,
.site-footer.tb-footer-v4 .tb-footer-v4__list a,
.site-footer.tb-footer-v4 .tb-footer-v4__socials a {
  font-size: 14px !important;
  line-height: 1.32 !important;
  font-weight: 500 !important;
}

/* Kontaktkolonnen skal ogs&aring; f&oslash;lge den mindre st&oslash;rrelse */
.site-footer.tb-footer-v4 .tb-footer-v4__list li span,
.site-footer.tb-footer-v4 .tb-footer-v4__list li strong {
  font-size: inherit !important;
  line-height: inherit !important;
}

/* Overskrifter lidt mindre og mere kontrollerede */
.site-footer.tb-footer-v4 .tb-footer-v4__heading {
  font-size: 22px !important;
  line-height: 1.12 !important;
  margin-bottom: 12px !important;
}

/* Logo en smule mere balanceret */
.site-footer.tb-footer-v4 .tb-footer-v4__logo {
  width: min(100%, 350px) !important;
}

/* Trust/betaling: hold ikonerne samlet og p&aelig;ne */
.site-footer.tb-footer-v4 .tb-footer-v4__trust {
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
}

.site-footer.tb-footer-v4 .tb-footer-v4__shipping-logo {
  min-width: 64px !important;
  min-height: 36px !important;
  padding: 0 13px !important;
  border-radius: 10px !important;
  font-size: 20px !important;
}

/* Betalingsikoner lidt mere ens i st&oslash;rrelse */
.site-footer.tb-footer-v4 .tb-footer-v4__paymenticons .payment-icons li,
.site-footer.tb-footer-v4 .tb-footer-v4__paymenticons .payments-icon,
.site-footer.tb-footer-v4 .tb-footer-v4__paymenticons .placeholder-wrapper {
  padding: 5px 8px !important;
  border-radius: 9px !important;
}

.site-footer.tb-footer-v4 .tb-footer-v4__paymenticons img,
.site-footer.tb-footer-v4 .tb-footer-v4__paymenticons .responsive {
  height: 20px !important;
  max-height: 20px !important;
  width: auto !important;
}

/* === Footer kontaktikoner === */

.site-footer.tb-footer-v4 .tb-footer-v4__contact-line {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.site-footer.tb-footer-v4 .tb-footer-v4__contact-icon {
  width: 18px !important;
  min-width: 18px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1 !important;
  opacity: .95;
  text-align: center !important;
}

/* =========================================================
   TEKNIKBIKSEN TYPOGRAFI v2
   Bree Serif bruges til reelle display-/indholdsoverskrifter.
   Open Sans bruges til UI, produktdata, priser og mindre headings.
   Typografi styres med CSS - ikke ved at ændre semantiske HTML-tags.
   ========================================================= */
h1, .h1,
h2, .h2,
h3, .h3 {
  font-family: 'Bree Serif', Georgia, serif;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Open Sans', Arial, sans-serif;
}

/* Produktnavne og priser skal altid være letlæselige, også når en
   produktliste bruger h2/h3 semantisk. */
.m-productlist-title,
.m-productlist-price,
.m-product-price,
.tb-catlist-card__title,
.tb-catlist-card__title a,
.tb-catlist-card__price,
.compat-card__price,
.tb-live-search__title {
  font-family: 'Open Sans', Arial, sans-serif !important;
}
