﻿#top-bar {
    position: relative;
    z-index: 1;
    font-size: 17px;
    font-weight: 400;
    display: block;
    background-color: transparent;
}  

#headertop {
    display: flex;
    color: #fff;
    gap: 20px;
    align-items: center;
    justify-content: center;
    background-color: var(--elliot-primary-dark)
}

#headertop .hotline-item {
    align-items: center;
    display: flex;
    gap: 7px;
    white-space: nowrap;
    color: currentColor;
}

.hotline-track {
    display: flex;
    gap: 20px;
    align-items: center;
}  


@media screen and (max-width: 768px) {
    .hotline-track {
        display: flex;
        gap: 0;
        overflow-x: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .hotline-item {
        flex: 0 0 100%;
        scroll-snap-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1px 15px;
        box-sizing: border-box;
        white-space: nowrap;
        color: white;
    }
}    

#headertop .hotline-item {
    align-items: center;
    display: flex;
    gap: 7px;
    white-space: nowrap;
    color: currentColor;
}

.hotline-item {
  display: flex;
  gap: 7px;
  white-space: nowrap;
}

.hotline-item a {
  color: inherit;
  text-decoration: none;
}


#top-bar .hotline .header-hotline-number {
    font-weight: bold;
}

#main-header {
  position: relative;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.12);
  background: #FFFFFF;
  color: black;
}  
.cart-button{
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    border-radius:14px;
    margin-left:6px;  
    align-self: center;
}

.cart-button span{
    position:absolute;
    top:-4px;
    right:-4px;

    width:20px;
    height:20px;

    border-radius:50%;

    background:#fff;
    color:#ff6b00;

    font-size:11px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;
}

#searchbox-wrap {
  position: relative;
  width: 100%;
  grid-area: navHMenuBar2;
}

.searchbox input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
}

.searchbox button {
  height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  height: 54px;
  padding: 0px 29px;
  border: 0;
  cursor: pointer;
  border-radius: 0px;    
  color: white;
  background-color: var(--elliot-primary-dark);  
}

.search-preview {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  overflow: hidden;
  z-index: 9999;
}

.search-preview-list {
  display: flex;
  /*flex-direction: column;*/
  flex-wrap: wrap;
}

.search-preview-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #f1f1f1;
  width: 360px;
}

.search-preview-item:last-child {
  border-bottom: 0;
}

.search-preview-item:hover,
.search-preview-item.active {
  background: #f8f8f8;
}

.search-preview-thumb {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.search-preview-title {
    font-size: small;
    margin-bottom: 4px;
    /*font-family: "Manrope", sans-serif;*/
    font-weight: normal;
}

.search-preview-sku {
  font-size: 12px;
  color: #777;
}

.search-preview-price {
  font-weight: 700;
  white-space: nowrap;
  margin-left: 8px;
}

.search-preview-footer {
  padding: 10px 12px;
  background: #fafafa;
  border-top: 1px solid #eee;
}

.search-preview-footer a {
  text-decoration: none;
  font-weight: 600;
}

.search-preview-empty,
.search-preview-loading {
  padding: 14px 12px;
  font-size: 14px;
  color: #666;
}

#LUCNAV {
    background: #fff;
    border: 1px solid white;
    padding: 3px;
}

.dblcontainer {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
}

#middle-bar {
    line-height: normal;
    margin: 20px 0 0;
}

/* =========================
   HEADER
========================= */

#headertop {
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size:14px;  
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight:300;
}


#topgrid {
    display: grid;
    row-gap: 10px;
    grid-template-areas: 'mbd_logo navHMenuBar2 btn_nav';
    grid-template-columns: 326px 1fr 205px;    
    padding: 7px;
}

@media screen and (max-width: 1024px) {
    #topgrid {
        grid-template-areas:
        "mbd_logo btn_nav"
        "navHMenuBar2 navHMenuBar2";
        grid-template-columns: 60% 40%;
        height: auto;
    }
    .suchForm_input2 {
        border-radius: 0;
    }
}

.logocol {
    margin-left: 4px;
}

#svgBtnSuchen {
    display: none;
}

@media (min-width: 992px) {
    .navbar-header {
        float: left;
    }
}

#mainmenu_div {
    position: absolute;
    z-index: 2000;
    vertical-align: top;
    margin-top: 38px;
    width: 40px;
    z-index: 1002;
    display: none;
}

.logo {
    display: block;
    position: relative;
    z-index: 100;
    zoom: 1;
    color: var(--elliot-primary-dark);
    fill: var(--elliot-primary-dark);
}

#mbd-logo {
  grid-area: mbd_logo;
}

#navHMenuBar2 {
  position: relative; 
  grid-area: navHMenuBar2;
}

#btn-nav {
    grid-area: btn_nav;
    /* white-space: nowrap; */
    justify-self: self-end;
    display: flex;
    height: 52px;

}

.custom-logo-link, .custom-logo-link:hover {
    color: currentColor !important;
}

svg:not(:root) {
    overflow: hidden;
}

#logo a {
    color: currentColor;
    fill: currentColor;
}

#logo svg {
    position: absolute;
    margin: -22px 0 0 -21px;
    width: 301px;
    height: 101px;
}

@media screen and (max-width: 1000px) {
    .main-menu {
        display: none;
    }
    #logo {

    }
    #logo svg {
        position: absolute;
        height: 90px;
        margin: -26px -31px;
    }

    .cart-button{
      width:40px;
      height:40px;
  }
}

@media screen and (max-width: 500px) {
    #logo svg {
        position: absolute;
        height: 105px;
        margin: -25px -13px;
        width: 48vW;
    }
    #middle-bar {
        margin: 2px 0 0;
    } 
}


.input-ad-wrapper {
    display:contents;
}

#search-button {
   margin: 3px;
   border: 0;
}

.shop-header{
  position:relative;
  top:0;
  z-index:1000;
  background:#fff;
  box-shadow:0 2px 20px rgba(0,0,0,.08);
}

.shop-topbar{
  background:#fff;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:400;
  /*border-bottom:1px solid #e5e7eb;*/
}

.shop-middlebar{
  padding:8px 0;
}

.shop-header-grid{
  display:grid;
  grid-template-columns:
    320px
    minmax(350px,1fr)
    180px;
  align-items:center;
  gap:20px;  
}

.shop-logo{
    display:flex;
    align-items:center;
  text-decoration:none;
}

.shop-logo svg{
    width:auto;
    height:70px;
    max-width:100%;
}

.searchbox-wrap{
  position:relative;
}

.searchbox{
  height:56px;
  border-radius:14px;  
  display:flex;
  align-items:center;
  background:#f5f7fa;
  border:1px solid #e1e6ee;
  overflow:hidden;
  transition:box-shadow .2s ease,border-color .2s ease,background .2s ease;
}

.searchbox:focus-within{
  background:#fff;
  border-color:#b8c2d0;
  box-shadow:0 8px 24px rgba(15,23,42,.10);
}

.searchbox input[type="text"]{
  flex:1;
  height:100%;
  border:0;
  outline:none;
  background:transparent;
  padding:0 22px;
  font-size:15px;
  color:#111827;
}

.searchbox input::placeholder{
  color:#8a94a6;
}

.search-submit{
  height:42px;
  margin-right:5px;
  padding:0 24px;
  border:0;
  border-radius:999px;
  background:#ff6b00;
  color:#fff;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
}

.search-submit:hover{
  background:#e65f00;
}

.menu-mobile-toggle{
  
}

.shop-actions{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:10px;
}

.shop-action{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  color:#111827;
  text-decoration:none;
  background:#f5f7fa;
  transition:background .2s ease,transform .2s ease,box-shadow .2s ease;
}

.shop-action:hover{
  background:#fff;
  box-shadow:0 8px 22px rgba(15,23,42,.10);
  transform:translateY(-1px);
}

.shop-action svg{
  width:28px;
  height:28px;
}

.shop-cart{
   background:#ff6b00;
  color:#fff;
}

.shop-cart:hover{
  background:#ea580c;
}

.shop-nav-area{
  background:#fff;
}

/* vorhandene SVG-Größen überschreiben */
#btn-nav svg{
  width:29px !important;
  height:29px !important;
  fill: #222;
  color: #222;
}

/* Mobile */
@media (max-width:900px){

  .shop-middlebar{
    padding:10px 0;
  }

  .shop-header-grid{
    grid-template-columns:1fr auto;
    gap:14px;
  }

  .shop-logo svg{
    width:155px;
    height:48px;
  }

  .searchbox-wrap{
    grid-column:1 / -1;
    order:3;
    margin-top:10px;
  }

  .shop-actions{
    gap:8px;
  }

  .shop-action{
    width:46px;
    height:46px;
    border-radius:14px;
  }

  .search-action{
    display:none;
  }

  .search-submit{
    display:none;
  }

}

.header-mobile-toggle{
  display:none;
}

@media (max-width:900px){
  .header-mobile-toggle{
    display:flex;
    width:46px;
    height:46px;
    border:0;
    background:#111827;
    color:#fff;
    align-items:center;
    justify-content:center;
    font-size:20px;
    border-radius:50%;
    margin-right:3px;
  }
}

/* =========================================================
   ELLIOT STARTSEITE
   ========================================================= */

:root {
  --elliot-bg: #f6f8f9;
  --elliot-surface: #ffffff;

  --elliot-text: #18222c;
  --elliot-muted: #667780;

  --elliot-primary: #176f8a;
  --elliot-primary-dark: #10576d;
  --elliot-primary-soft: #eaf5f8;

  --elliot-accent: #f28c28;
  --elliot-accent-hover: #ff9d3d;

  --elliot-border: #dfe8eb;

  --elliot-radius: 16px;
  --elliot-radius-large: 22px;

  --elliot-shadow:
    0 8px 28px rgba(19, 53, 65, .07);

  --elliot-shadow-hover:
    0 14px 36px rgba(19, 53, 65, .12);
}

/* =========================================================
   GRUNDLAYOUT
   ========================================================= */

.elliot-home {
  max-width: 1600px;

  margin: 0 auto;

  padding:
    24px
    24px
    70px;

  color: var(--elliot-text);
}

/* =========================================================
   HERO
   ========================================================= */

.elliot-hero {
  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(420px, .95fr);

  min-height: 520px;

  overflow: hidden;

  margin-bottom: 22px;

  background:
    linear-gradient(
      120deg,
      #eaf7fa 0%,
      #f5fafb 50%,
      #fff4e5 100%
    );

  border: 1px solid #dce8eb;
  border-radius: 24px;

  box-shadow:
    0 10px 32px rgba(19, 53, 65, .06);
}

/* HERO TEXT */

.elliot-hero-content {
  display: flex;

  flex-direction: column;
  justify-content: center;

  padding:
    60px
    54px;
}

.elliot-eyebrow {
  margin-bottom: 18px;

  color: var(--elliot-primary);

  font-size: 12px;
  line-height: 1.3;

  font-weight: 800;

  letter-spacing: .13em;

  text-transform: uppercase;
}

.elliot-hero h1 {
  margin: 0;

  max-width: 660px;

  color: var(--elliot-text);

  font-size:
    clamp(44px, 5vw, 72px);

  line-height: .98;

  font-weight: 800;

  letter-spacing: -.045em;
}

.elliot-hero-content > p {
  max-width: 570px;

  margin:
    27px
    0
    30px;

  color: var(--elliot-muted);

  font-size: 18px;
  line-height: 1.65;
}

/* HERO BUTTONS */

.elliot-hero-actions {
  display: flex;

  flex-wrap: wrap;

  gap: 11px;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.elliot-btn {
  min-height: 48px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding:
    0
    23px;

  border-radius: 10px;

  font-size: 14px;
  font-weight: 750;

  text-decoration: none;

  box-sizing: border-box;

  transition:
    background .15s ease,
    color .15s ease,
    border-color .15s ease,
    box-shadow .15s ease,
    transform .15s ease;
}

.elliot-btn:hover {
  transform: translateY(-2px);
}

.elliot-btn-primary {
  background: var(--elliot-accent);

  color: #172027;

  border:
    1px
    solid
    var(--elliot-accent);

  box-shadow:
    0 6px 18px rgba(242, 140, 40, .19);
}

.elliot-btn-primary:hover {
  background: var(--elliot-accent-hover);

  border-color:
    var(--elliot-accent-hover);

  color: #172027;
}

.elliot-btn-secondary {
  background: rgba(255, 255, 255, .88);

  color: var(--elliot-text);

  border:
    1px
    solid
    #d2dfe3;
}

.elliot-btn-secondary:hover {
  background: #ffffff;

  border-color:
    #abc8d0;

  color:
    var(--elliot-primary);
}

/* =========================================================
   HERO BILD
   ========================================================= */

.elliot-hero-image {
  position: relative;

  display: flex;

  align-items: flex-end;

  min-height: 520px;

  padding: 30px;

  overflow: hidden;

color: #ffffff;

  text-decoration: none;
}

.elliot-hero-image::before {
  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, .05)
    );
}

.elliot-hero-image-label {
  position: relative;

  z-index: 2;

  display: flex;

  flex-direction: column;

  gap: 4px;
}

.elliot-hero-image-label span {
  color: rgba(255, 255, 255, .85);

  font-size: 12px;

  font-weight: 650;
}

.elliot-hero-image-label strong {
  color: #ffffff;

  font-size: 22px;
  line-height: 1.2;

  font-weight: 800;
}

/* =========================================================
   BENEFITS / USP
   ========================================================= */

.elliot-benefits {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 12px;

  margin:
    0
    0
    58px;
}

.elliot-benefit {
  display: flex;

  align-items: center;

  gap: 12px;

  min-width: 0;

  padding:
    16px
    17px;

  background:
    var(--elliot-surface);

  border:
    1px
    solid
    var(--elliot-border);

  border-radius: 12px;
}

.elliot-benefit-icon {
  flex: 0 0 auto;

  width: 36px;
  height: 36px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background:
    var(--elliot-primary-soft);

  color:
    var(--elliot-primary);

  font-size: 16px;
  font-weight: 800;
}

.elliot-benefit strong {
  display: block;

  margin-bottom: 3px;

  color:
    var(--elliot-text);

  font-size: 13px;
  line-height: 1.3;

  font-weight: 750;
}

.elliot-benefit span {
  display: block;

  color:
    var(--elliot-muted);

  font-size: 12px;
  line-height: 1.35;
}

/* =========================================================
   SECTION
   ========================================================= */

.elliot-section {
  margin:
    0
    0
    64px;
}

.elliot-section-header {
  display: flex;

  align-items: flex-end;
  justify-content: space-between;

  gap: 25px;

  margin-bottom: 22px;
}

.elliot-section-kicker {
  display: block;

  margin-bottom: 6px;

  color:
    var(--elliot-primary);

  font-size: 11px;
  line-height: 1.2;

  font-weight: 800;

  letter-spacing: .12em;

  text-transform: uppercase;
}

.elliot-section-header h2,
.elliot-story h2 {
  margin: 0;

  color:
    var(--elliot-text);

  font-size:
    clamp(26px, 3vw, 36px);

  line-height: 1.12;

  font-weight: 800;

  letter-spacing: -.025em;
}

.elliot-section-link {
  flex: 0 0 auto;

  padding-bottom: 3px;

  color:
    var(--elliot-primary);

  font-size: 13px;

  font-weight: 700;

  text-decoration: none;
}

.elliot-section-link:hover {
  color:
    var(--elliot-primary-dark);

  text-decoration: underline;

  text-underline-offset: 3px;
}

/* =========================================================
   GROSSE KATEGORIEKARTEN
   ========================================================= */

.elliot-category-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 16px;
}

.elliot-category-card {
  position: relative;

  min-height: 350px;

  overflow: hidden;

  border-radius:
    var(--elliot-radius);

  background: #dce4e6;

  color: #ffffff;

  text-decoration: none;

  box-shadow:
    var(--elliot-shadow);

  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

.elliot-category-card:hover {
  transform: translateY(-3px);

  box-shadow:
    var(--elliot-shadow-hover);
}

.elliot-category-card img, elliot-hero-image img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .4s ease;
}

.elliot-category-card:hover img, , elliot-hero-image:hover img {
  transform:
    scale(1.045);
}

.elliot-category-overlay {
  position: absolute;

  inset: 0;

  z-index: 1;

  background:
    linear-gradient(
      to top,
      rgba(10, 30, 38, .82) 0%,
      rgba(10, 30, 38, .28) 48%,
      rgba(10, 30, 38, .02) 78%
    );
}

.elliot-category-content {
  position: absolute;

  z-index: 2;

  left: 21px;
  right: 21px;
  bottom: 21px;
}

.elliot-category-small {
  display: block;

  margin-bottom: 5px;

  color:
    rgba(255, 255, 255, .8);

  font-size: 11px;

  font-weight: 700;

  letter-spacing: .06em;

  text-transform: uppercase;
}

.elliot-category-content h3 {
  margin:
    0
    0
    8px;

  color: #ffffff;

  font-size: 24px;
  line-height: 1.1;

  font-weight: 800;
}

.elliot-category-link {
  color:
    rgba(255, 255, 255, .92);

  font-size: 13px;

  font-weight: 650;
}

/* =========================================================
   PRODUKTGRID
   ========================================================= */

.elliot-product-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 18px;
}

/*
  Vorhandene Produktkarten optisch an Elliot angleichen
*/

.elliot-product-grid .product-card {
  background: #ffffff;

  border:
    1px
    solid
    var(--elliot-border);

  border-radius: 14px;

  overflow: hidden;

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.elliot-product-grid .product-card:hover {
  transform:
    translateY(-3px);

  border-color: transparent;

  box-shadow:
    var(--elliot-shadow-hover);
}

/* =========================================================
   THEMENWELTEN
   ========================================================= */

.elliot-feature-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 18px;

  margin:
    0
    0
    64px;
}

.elliot-feature {
  position: relative;

  min-height: 390px;

  display: flex;

  align-items: flex-end;

  overflow: hidden;

  padding: 34px;

  border-radius:
    var(--elliot-radius-large);

  background-position: center;
  background-size: cover;

  color: #ffffff;

  text-decoration: none;

  box-shadow:
    var(--elliot-shadow);

  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

.elliot-feature:hover {
  transform:
    translateY(-3px);

  box-shadow:
    var(--elliot-shadow-hover);
}

.elliot-feature::after {
  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(8, 27, 34, .78) 0%,
      rgba(8, 27, 34, .25) 55%,
      rgba(8, 27, 34, .02) 82%
    );
}

.elliot-feature-light {
  background-image:
    url('/theme/elliot/images/lichtzauber.webp');
}

.elliot-feature-outdoor {
  background-image:
    url('/theme/elliot/images/outdoor.webp');
}

.elliot-feature-content {
  position: relative;

  z-index: 2;

  max-width: 500px;
}

.elliot-feature-content > span {
  display: block;

  margin-bottom: 8px;

  color:
    rgba(255, 255, 255, .82);

  font-size: 11px;

  font-weight: 800;

  letter-spacing: .12em;
}

.elliot-feature-content h2 {
  margin:
    0
    0
    13px;

  color: #ffffff;

  font-size:
    clamp(28px, 3vw, 43px);

  line-height: 1.05;

  font-weight: 800;

  letter-spacing: -.03em;
}

.elliot-feature-content p {
  max-width: 450px;

  margin:
    0
    0
    17px;

  color:
    rgba(255, 255, 255, .88);

  font-size: 14px;
  line-height: 1.55;
}

.elliot-feature-content strong {
  color: #ffffff;

  font-size: 13px;
}

/* =========================================================
   KLEINE KATEGORIEN
   ========================================================= */

.elliot-mini-category-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 16px;
}

.elliot-mini-category {
  display: grid;

  grid-template-columns:
    110px
    minmax(0, 1fr);

  min-height: 110px;

  overflow: hidden;

  background: #ffffff;

  border:
    1px
    solid
    var(--elliot-border);

  border-radius: 14px;

  color:
    var(--elliot-text);

  text-decoration: none;

  transition:
    transform .16s ease,
    box-shadow .16s ease,
    border-color .16s ease;
}

.elliot-mini-category:hover {
  transform:
    translateY(-2px);

  border-color:
    #bdd3d9;

  box-shadow:
    0 9px 25px rgba(19, 53, 65, .09);
}

.elliot-mini-category-image {
  overflow: hidden;

  background: #f2f5f6;
}

.elliot-mini-category-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform .3s ease;
}

.elliot-mini-category:hover img {
  transform:
    scale(1.05);
}

.elliot-mini-category-text {
  display: flex;

  flex-direction: column;
  justify-content: center;

  padding: 16px;
}

.elliot-mini-category-text strong {
  margin-bottom: 6px;

  color:
    var(--elliot-text);

  font-size: 16px;
  line-height: 1.25;
}

.elliot-mini-category-text span {
  color:
    var(--elliot-primary);

  font-size: 12px;

  font-weight: 650;
}

/* =========================================================
   STORY / SEO BEREICH
   ========================================================= */

.elliot-story {
  display: grid;

  grid-template-columns:
    minmax(0, 1.6fr)
    minmax(300px, .75fr);

  gap: 30px;

  align-items: stretch;

  padding:
    38px;

  background:
    #ffffff;

  border:
    1px
    solid
    var(--elliot-border);

  border-radius:
    var(--elliot-radius-large);

  box-shadow:
    0 8px 28px rgba(19, 53, 65, .045);
}

.elliot-story-content {
  max-width: 700px;
}

.elliot-story-content p {
  margin:
    17px
    0
    0;

  color:
    var(--elliot-muted);

  font-size: 15px;
  line-height: 1.7;
}

.elliot-story-box {
  display: flex;

  flex-direction: column;
  justify-content: center;

  padding:
    27px;

  background:
    var(--elliot-primary-soft);

  border-radius: 15px;
}

.elliot-story-box > strong {
  color:
    var(--elliot-text);

  font-size: 19px;
  line-height: 1.3;

  font-weight: 800;
}

.elliot-story-box p {
  margin:
    10px
    0
    19px;

  color:
    var(--elliot-muted);

  font-size: 14px;
  line-height: 1.55;
}

.elliot-story-box .elliot-btn {
  align-self: flex-start;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

  .elliot-home {
    padding-left: 20px;
    padding-right: 20px;
  }

.elliot-hero {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(340px, .8fr);
  }

.elliot-hero-content {
    padding:
      45px
      38px;
  }

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

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

.elliot-product-grid {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));
  }

.elliot-mini-category-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}

/* =========================================================
   KLEINES TABLET
   ========================================================= */

@media (max-width: 820px) {

  .elliot-hero {
    grid-template-columns: 1fr;

    min-height: auto;
  }

.elliot-hero-content {
    padding:
      43px
      30px;
  }

.elliot-hero-image {
    min-height: 330px;
  }

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

.elliot-feature-grid {
    grid-template-columns: 1fr;
  }

.elliot-feature {
    min-height: 340px;
  }

.elliot-story {
    grid-template-columns: 1fr;
  }

}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  .elliot-home {
    padding:
      14px
      12px
      45px;
  }

/* HERO */

  .elliot-hero {
    margin-bottom: 14px;

    border-radius: 17px;
  }

.elliot-hero-content {
    padding:
      34px
      21px;
  }

.elliot-eyebrow {
    font-size: 10px;

    margin-bottom: 13px;
  }

.elliot-hero h1 {
    font-size:
      clamp(38px, 12vw, 52px);
  }

.elliot-hero-content > p {
    margin:
      20px
      0
      23px;

    font-size: 15px;
  }

.elliot-hero-actions {
    flex-direction: column;
  }

.elliot-btn {
    width: 100%;
  }

.elliot-hero-image {
    min-height: 270px;

    padding: 20px;
  }

/* BENEFITS */

  .elliot-benefits {
    grid-template-columns: 1fr;

    gap: 8px;

    margin-bottom: 42px;
  }

.elliot-benefit {
    padding:
      12px
      14px;
  }

/* SECTION */

  .elliot-section {
    margin-bottom: 46px;
  }

.elliot-section-header {
    align-items: flex-start;

    margin-bottom: 17px;
  }

.elliot-section-header h2 {
    font-size: 27px;
  }

.elliot-section-link {
    font-size: 12px;
  }

/* CATEGORY */

  .elliot-category-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 10px;
  }

.elliot-category-card {
    min-height: 245px;

    border-radius: 13px;
  }

.elliot-category-content {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

.elliot-category-small {
    font-size: 9px;
  }

.elliot-category-content h3 {
    margin-bottom: 5px;

    font-size: 18px;
  }

.elliot-category-link {
    font-size: 11px;
  }

/* PRODUCTS */

  .elliot-product-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 10px;
  }

/* FEATURE */

  .elliot-feature-grid {
    gap: 12px;

    margin-bottom: 46px;
  }

.elliot-feature {
    min-height: 300px;

    padding: 23px;

    border-radius: 16px;
  }

.elliot-feature-content h2 {
    font-size: 30px;
  }

/* MINI CATEGORY */

  .elliot-mini-category-grid {
    grid-template-columns: 1fr;

    gap: 10px;
  }

.elliot-mini-category {
    grid-template-columns:
      95px
      minmax(0, 1fr);

    min-height: 95px;
  }

/* STORY */

  .elliot-story {
    padding: 22px;

    gap: 22px;

    border-radius: 16px;
  }

.elliot-story-box {
    padding: 21px;
  }

.elliot-story-box .elliot-btn {
    width: 100%;
  }

}

/* =========================================================
   SEHR KLEINE DISPLAYS
   ========================================================= */

@media (max-width: 390px) {

  .elliot-category-grid {
    grid-template-columns: 1fr;
  }

.elliot-category-card {
    min-height: 280px;
  }

.elliot-product-grid {
    grid-template-columns: 1fr;
  }

}

/* HERO BILD */

.elliot-hero-image {
  position: relative;
  display: flex;
  align-items: flex-end;

  min-height: 520px;
  padding: 30px;

  overflow: hidden;

  color: #ffffff;
  text-decoration: none;
}

/* echtes Bild */

.elliot-hero-image > img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  z-index: 0;

  transition: transform .4s ease;
}

/* leichte Abdunklung für lesbare Schrift */

.elliot-hero-image::after {
  content: "";

  position: absolute;

  inset: 0;

  z-index: 1;

  background:
    linear-gradient(
      to top,
      rgba(8, 27, 34, .70) 0%,
      rgba(8, 27, 34, .22) 42%,
      rgba(8, 27, 34, 0) 70%
    );
}

/* Bild bei Hover leicht vergrößern */

.elliot-hero-image:hover > img {
  transform: scale(1.035);
}

/* Text über dem Bild */

.elliot-hero-image-label {
  position: relative;

  z-index: 2;

  display: flex;
  flex-direction: column;

  gap: 4px;
}

/* kleine Zeile */

.elliot-hero-image-label span {
  color: rgba(255, 255, 255, .92);

  font-size: 12px;
  font-weight: 700;

  letter-spacing: .04em;

  text-shadow:
    0 1px 2px rgba(0, 0, 0, .7);
}

/* Drachen & Outdoor */

.elliot-hero-image-label strong {
  color: #ffffff;

  font-family:
    "Montserrat",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 22px;
  line-height: 1.2;

  font-weight: 800;

  letter-spacing: -.02em;

  /*
    Kein großer Glow.
    Nur eine sehr scharfe Kontur für das Foto.
  */

  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, .45),
     1px -1px 0 rgba(0, 0, 0, .45),
    -1px  1px 0 rgba(0, 0, 0, .45),
     1px  1px 0 rgba(0, 0, 0, .45);
}

.site-footer {
  margin-top: 70px;

  background: #133541;
  color: #d6e7eb;

  font-size: 14px;
}


/* LINKS */

.site-footer a {
  color: #d6e7eb;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;

  transition:
    color .15s ease,
    text-decoration-color .15s ease;
}

.site-footer a:hover {
  color: #ffffff;
  text-decoration-color: currentColor;
}


/* OBERER BEREICH */

.footer-top {
  max-width: 1280px;
  margin: 0 auto;
  padding: 52px 24px 46px;

  display: grid;
  grid-template-columns:
    1.15fr
    1.35fr
    .9fr
    .9fr
    1.4fr;

  gap: 38px;
}


/* SPALTEN */

.footer-col h2 {
  margin: 0 0 17px;

  color: #ffffff;

  font-size: 17px;
  line-height: 1.25;
  font-weight: 750;
}

.footer-col p {
  margin: 0 0 12px;

  color: #c6d9de;

  line-height: 1.6;
}

.footer-col strong {
  color: #eef7f9;
}


/* LISTEN */

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin: 0 0 10px;
}


/* NEWSLETTER */

.newsletter-form {
  display: flex;
  gap: 8px;

  margin-top: 17px;
}

.newsletter-form input {
  flex: 1;
  min-width: 0;

  padding: 12px 13px;

  border: 1px solid #43616b;
  border-radius: 9px;

  background: #ffffff;
  color: #18222c;

  font: inherit;

  outline: none;
}

.newsletter-form input::placeholder {
  color: #77858c;
}

.newsletter-form input:focus {
  border-color: #f28c28;

  box-shadow:
    0 0 0 3px rgba(242, 140, 40, .18);
}


/* NEWSLETTER BUTTON */

.newsletter-form button {
  border: 0;
  border-radius: 9px;

  padding: 12px 16px;

  background: #f28c28;
  color: #172027;

  font: inherit;
  font-weight: 750;

  cursor: pointer;

  transition:
    background .15s ease,
    transform .15s ease;
}

.newsletter-form button:hover {
  background: #ff9d3d;
  transform: translateY(-1px);
}

.newsletter-form button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .9);
  outline-offset: 3px;
}


/* ZAHLUNG / VERSAND */

.footer-middle {
  border-top: 1px solid rgba(255, 255, 255, .10);
  border-bottom: 1px solid rgba(255, 255, 255, .10);

  background: rgba(0, 0, 0, .06);
}

.footer-badges {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.footer-badges span:not(.footer-badge-separator) {
  display: inline-flex;
  align-items: center;

  min-height: 34px;

  padding: 6px 11px;

  background: #ffffff;
  color: #26333a;

  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 8px;

  font-size: 13px;
  font-weight: 650;
}

.footer-badge-separator {
  width: 1px;
  height: 25px;

  margin: 0 3px;

  background: rgba(255, 255, 255, .18);
}


/* UNTERER FOOTER */

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 19px 24px 25px;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 30px;

  color: #a9c0c6;

  font-size: 13px;
}

.footer-bottom p {
  margin: 0;
  line-height: 1.55;
}

.footer-bottom p:last-child {
  text-align: right;
}


/* VERSANDKOSTEN LINK
   bewusst zusätzlich unterstrichen,
   damit der Link nicht nur über Farbe erkennbar ist */

.site-footer .shipping-cost-link {
  color: #dcecef;

  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}


/* SCREENREADER */

.visually-hidden {
  position: absolute !important;

  width: 1px;
  height: 1px;

  padding: 0;
  margin: -1px;

  overflow: hidden;
  clip: rect(0, 0, 0, 0);

  white-space: nowrap;
  border: 0;
}


/* TABLET */

@media (max-width: 1050px) {

  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-newsletter {
    grid-column: span 2;
  }

}


/* MOBILE */

@media (max-width: 650px) {

  .site-footer {
    margin-top: 50px;
  }

  .footer-top {
    grid-template-columns: 1fr;

    gap: 30px;

    padding-top: 40px;
    padding-bottom: 36px;
  }

  .footer-newsletter {
    grid-column: auto;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form button {
    width: 100%;
  }

  .footer-badge-separator {
    display: none;
  }

  .footer-bottom {
    flex-direction: column;

    gap: 9px;
  }

  .footer-bottom p:last-child {
    text-align: left;
  }

}

.footer-col .wglow {
  color: rgb(0, 0, 0);
  padding: 3px;
  background-color: #e3e3e3;
  border-radius: 6px;
}

.product-categories {
   margin-bottom: 20px;

}

.product-categories a {
    display: inline-block;
    padding: 6px 12px;
    background-color: #eee;
    color: #333;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-decoration: none;
}

.product-categories a:hover {
    background-color: #ddd;
}

.main-menu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border-bottom: 1px solid #e5e7eb;
  min-height: 52px;
  max-width: 1600px;
  margin: auto
}

.menu-strip {
  flex: 1;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  height:61px;
}

.menu-strip::-webkit-scrollbar {
  display: none;
}

.menu-root, menu-Fly {
  display: flex;
  align-items: stretch;
  gap: 20px 23px;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  
}

.menu-item {
  position: relative;
  flex: 0 0 auto;
}

#menu-Fly {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  overflow: hidden;
  position: absolute;
  transition: max-height 0.3s ease;
  max-height: 65px;
  padding: 10px 0;
  background-color: var(--color-menufly-bg);
  border-bottom: 8px solid #ffffff;
}

#menu-Fly.menu-open {
  max-height: 200px;
  background-color: azure; 
  z-index: 1;
}



.menu-item > a {
  display: flex;
  align-items: center;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.2s ease, color 0.2s ease;
}

.menu-item > a:hover {
  color: red;
}

.menu-item.has-children > a::after {
  content: "▾";
  margin-left: 8px;
  font-size: 11px;
}



.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 900px;
  max-width: 1200px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  border-radius: 0 0 16px 16px;
  padding: 24px;
  display: none;
  z-index: 1200;
  white-space: normal;
}

.menu-item.has-children:hover > .mega-menu,
.menu-item.touch-open > .mega-menu {
  display: block;
}

.menu-item > .mega-menu {
  display: none !important;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 28px;
}

.mega-col {
  min-width: 0;
}

.mega-head {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  text-decoration: none;
}

.mega-head:hover {
  text-decoration: underline;
}

.mega-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-links li {
  margin: 0 0 8px 0;
}

.mega-links a {
  color: #4b5563;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
}

.mega-links a:hover {
  color: #111827;
  text-decoration: underline;
}

.menu-scroll {
  flex: 0 0 auto;
  height: 36px;
  width: 36px;
  border: 1px solid #d1d5db;
  background: #fff;
  border-radius: 999px;
  cursor: pointer;
  display: none;
}


.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  display: none;
  z-index: 2000;
}

.mobile-menu-overlay.open {
  display: block;
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: min(88vw, 420px);
  height: 100vh;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  z-index: 2100;
  box-shadow: 10px 0 30px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
}

.mobile-menu-panel.open {
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 16px;
  border-bottom: 1px solid #e5e7eb;
  font-weight: 700;
}

.mobile-menu-close {
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.mobile-menu-body {
  overflow: auto;
  padding: 10px 0 30px 0;
}

.mobile-menu-list,
.mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-list > li,
.mobile-submenu > li {
  border-bottom: 1px solid #f1f5f9;
}

.mobile-link-row {
  display: flex;
  align-items: center;
}

.mobile-link-row > a,
.mobile-menu-list > li > a,
.mobile-submenu > li > a {
  flex: 1;
  display: block;
  padding: 14px 16px;
  text-decoration: none;
  color: #111827;
  font-size: 15px;
}

.mobile-expand {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.mobile-submenu {
  display: none;
  background: #eee;
}

.mobile-submenu.open {
  display: block;
}

.mobile-submenu .mobile-submenu {
  background: #ddd;
}

@media (max-width: 1100px) {
  .mega-menu {
    min-width: 760px;
  }

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

@media (max-width: 900px) {
  .menu-scroll,
  .menu-strip, #mainMenu {
    display: none;
  }

  .main-menu {
    justify-content: flex-end;
    padding: 6px 10px;
  }
}

@media (min-width: 901px) {
  .mobile-menu-overlay,
  .mobile-menu-panel {
    /*display: none !important;*/
  }
}

/* ===== BREADCRUMB BASIS ===== */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 14px;
  padding: 12px 19px;
  max-width: 1600px;
  margin:auto;
}

.crumb-popup {
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  z-index: 9999;
  max-width: calc(100vw - 20px);
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

@media (hover: hover) and (pointer: fine) {
  .crumb:hover > .crumb-popup {
    display: block;
  }
}

.crumb-popup a {
    white-space: normal;
    color: #000;
    word-break: break-word;
    font-size: inherit;
    text-decoration: auto;
    font-weight: 500;
    line-height: 24px;
}

.crumb-popup > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 10px;
}

.crumb-popup ul {
  list-style: none;
}  

@media (max-width: 600px) {
  .crumb-popup {
    position: absolute;
    top: 257px;
    left: 10px;
    right: 10px;
    /*max-height: calc(100vh - 80px);*/
    overflow-y: auto;
  }

  .crumb-popup > ul {
    grid-template-columns: 1fr;
  }
}

.crumb-popup > ul > li > a {
  font-weight: 600;
}

/* 2 Ebenen untereinander */
.submenu-root {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 20px;
  padding: 0;
}

.root-item > a {
  font-weight: bold;
  margin-bottom: 5px;
}

.submenu-child {
  margin-top: 5px;
}

.submenu-child li a {
  padding: 4px 0;
  display: block;
}

.crumb > a, .breadcrumb .sep {
display: inline-block;
    padding: 6px 0px;
    /* background-color: #eee; */
    color: #333;
    border-radius: 4px;
    /* margin-right: 8px; */
    margin-bottom: 8px;
    text-decoration: none;
}

.breadcrumb .sep {
    color: #999;
    background-color: inherit;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.crumb.touch-open > .crumb-popup {
  display: block;
}

.menu-strip {
  /*height: 42px;
  overflow: hidden;*/
  transition: height 1.25s ease;
}

/* geöffnet */
.menu-root, .menu-open {
   /*height: auto;*/
}

.mini-cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.mini-cart-backdrop.is-visible {
  opacity: 1;
}

.mini-cart[hidden] {
  display: none !important;
}

.mini-cart {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;

  width: min(380px, calc(100vw - 32px));
  padding: 18px;

  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;

  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.18);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(-12px);

  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}

.mini-cart.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mini-cart-status {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-right: 24px;
}

.mini-cart-check {
  flex: 0 0 38px;

  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #eaf7ee;
  color: #198754;

  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.mini-cart-text {
  min-width: 0;

  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mini-cart-text strong {
  color: #222;
  font-size: 16px;
  line-height: 1.3;
}

.mini-cart-text span {
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

.mini-cart-close {
  position: absolute;
  top: 8px;
  right: 10px;

  width: 30px;
  height: 30px;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 0;
  border-radius: 50%;

  background: transparent;
  color: #777;

  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.mini-cart-close:hover {
  background: #f2f2f2;
  color: #222;
}

.mini-cart-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;

  margin-top: 16px;
}

.mini-cart-continue,
.mini-cart-cart-button {
  min-height: 42px;
  padding: 10px 12px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 7px;

  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;

  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.mini-cart-continue {
  border: 1px solid #cfcfcf;
  background: #fff;
  color: #333;
}

.mini-cart-continue:hover {
  background: #f5f5f5;
}

.mini-cart-cart-button {
  border: 1px solid #0d6efd;
  background: #0d6efd;
  color: #fff;
}

.mini-cart-cart-button:hover {
  background: #0b5ed7;
  border-color: #0b5ed7;
}

@media (max-width: 600px) {
  .mini-cart {
    top: 10px;
    right: 10px;
    left: 10px;

    width: auto;
    padding: 16px;
  }

  .mini-cart-actions {
    grid-template-columns: 1fr;
  }
}

.product-actions {
  margin-top: auto;
  padding-top: 14px;
}

.product-card-cart-form {
  width: 100%;
  margin: 0;
}

.product-card-buy-button {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  border: 0;
  border-radius: 7px;

  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;

  cursor: pointer;
}

.product-card-buy-button .icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

.product-card-buy-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.product-card-buy-button:not(:disabled):hover {
  filter: brightness(0.94);
}

.product-card-buy-button:not(:disabled):active {
  transform: translateY(1px);
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-body {
  flex: 1;

  display: flex;
  flex-direction: column;
}

.product-actions {
  margin-top: auto;
}

@media (max-width: 768px) {

  .breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;

    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

    white-space: nowrap;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    padding: 8px 0;
  }

  .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .breadcrumb .crumb,
  .breadcrumb .sep {
    flex: 0 0 auto;
  }

  .breadcrumb .crumb a {
    white-space: nowrap;
  }

}