.bf-b2b .page-header .panel.wrapper,.bf-b2b .main-panel-top {
    background-color: black;
}

.main-panel-top, .nav-sections {
    display:none;
}

.abaton {
    background:red;
    width:100%;
    height:100px;
}

.abaheader {
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-around;
    margin:auto;
    height:200px;
    align-items: center;
    gap:20px;
}

.abaheader .abaheaderbtn {
  border: 2px solid white;
  background:white;
  border-radius: 30px;
  width:20%;
  text-align:center;
  color:black;
  font-weight:700;
  font-size:14px;
  height:60px;
  line-height:43px;
}


.header-main {
    background:black;
}

.search-category {
    display:none;
}

.search-area {
    width:314px !important;
}

.header-row .header-center, .header-row .header-right {
    padding: 10px 15px !important;
}

.header-row .header-left {
    padding:20px 15px 0px 20px !important;
    color:#fff;
    font-size:18px;
}

.bfsloganred {
    color:red;
    font-weight:bold;
    padding-right:50px;
}

.header-row .header-right .header-contact a, .header-row .header-right .minicart-wrapper a  {
    color:#fff !important;
}

.cart-design-2 .action.showcart .minicart-icon {
    border-color: #fff !important;
}

.page-main-inner {
    max-width:1050px;
    margin:auto;
    padding:0 0 20px 0;
}

/* Categorie View Home */
.home-categories-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding:20px 0 20px 0;
}

.category-item {
    width: 30%;
    text-align: center;
    border: 1px solid #000;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 20px;
    cursor: pointer;
}

.category-item:hover,
.category-item.active {
    background:black;
    color:white;
}

.category-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.category-name {
    font-weight: bold;
    display: block;
}

/* Subkategorien Grid */
#subcategory-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
    margin:auto;
}

/* Jede Kachel */
#subcategory-container .subcategory-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 198px;
    height: 198px;
    border: 1px solid #858585;
    border-radius:20px;
    text-align: center;
    text-decoration: none;
    color: #858585;
    padding: 5px;
    box-sizing: border-box;
    font-weight:regular;
    transition: transform 0.2s, box-shadow 0.2s;
    position:relative;
}

/* Hover Effekt */
#subcategory-container .subcategory-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}


#subcategory-container.layout-grid .subcategory-item img {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
    margin: 20px 0 5px 0;
}

/* Text unter dem Bild */
#subcategory-container .subcategory-item span {
    font-size: 14px;
    font-weight: bold;
    margin:auto;
}

/* Responsive */
@media (max-width: 768px) {
    .category-item { width: 45%; }
}
@media (max-width: 480px) {
    .category-item { width: 100%; }
}

/* LIST */
/* LIST = alternative Kachel mit Background Image */
#subcategory-container.layout-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* Kachel */
#subcategory-container.layout-list .subcategory-item {
    position: relative;
    width: 340px;
    height: 340px;
    overflow: hidden;
    border: none;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow:visible;
    color: #000;
}

/* Bild als Hintergrund */
#subcategory-container.layout-list .subcategory-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1;
    border:none;
    border-radius:20px;
}

/* weiße "Pille" */
#subcategory-container.layout-list .subcategory-item span {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #000;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    min-width:80%;
    max-width: 90%;
}

/* Hover Effekt */
#subcategory-container.layout-list .subcategory-item:hover {
    transform: translateY(-5px);
}

.has-design .new-badge {
    width:36px;
    height:36px;
    background:red;
    border:1px solid red;
    border-radius:18px;
    position:absolute;
    z-index:10;
    top:-8px;
    left:calc(50% - 18px);
    color:white;
    font-size:12px;
    font-weight:bold;
    padding-top:5px;
}


.prodhr {

}

/* abaton - RP */
.tocompare { visibility: hidden; }
.product-reviews-summary { visibility: hidden; }
.moved-add-to-links { visibility: hidden; }

.box-tocart .action.tocart {
    line-height: inherit !important;
}

.product-image-photo {
    position: relative !important;
}

/* Steuerhinweis unter jedem Preis */
.price-box::after {
    content: 'ohne MWSt.';
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #888;
    margin-top: 3px;
}
/* Kein doppelter Hinweis beim alten Preis (Sonderpreisanzeige) */
.old-price .price-box::after,
.old.price .price-box::after {
    display: none;
}