
/* Filter */
.filter .block-compare .action.primary:not(:focus) {
    box-shadow: none !important;
}

.filter .smile-es-range-slider .ui-slider-handle {
    background: #990052;
}

.filter-options-title:after {
    font-weight: 600 !important;
    color: #990052 !important;
}

.filter-options-content {
    font-size: 1.5rem !important;
}

.filter-options-content a:hover {
    text-decoration: none;
}

.filter-options-content a {
    color: #333 !important;
}


.block-subtitle {
    font-size: 2.2rem !important;
    color: #990052 !important;
}



.filter.active .filter-title strong:after {
    font-weight: bold !important;
    color: #990052 !important;

}

.filter-current .action.remove:before {
    font-weight: 600;
    color: #990056;
}


.filter-current .action.remove {
    left: -15px;
}



/*category images*/
.category-image img {
    display: none !important;
}


/*modes */


/* sort by */

@media (max-width: 768px) {
    .page-products .columns {
        padding-top: 20px;
    }

    .page-products .sorter {
        position: static !important;
        padding: 7px 0;
    }

    .block.filter:not(.active) .filter-title strong {
        background-color: #990052!important;
        border-radius: 360px !important;
        color: #fff !important;
        position: static !important;
        width: 100%;
        padding: 10px 15px;        
        display: block !important;
        box-sizing: border-box;
        font-weight: 600 !important;
        box-shadow: none !important;
        margin-bottom: 20px !important;
    }

    .filter .filter-current-subtitle:before {
        font-size: 3rem;
    }

    .filter .filter-subtitle {
       font-weight: 600 !important;
    }

    .filter .filter-current-subtitle {
        text-transform: none;
    }
}



.sorter-action:before {
    font-size: 3rem !important;
}





@media only screen and (max-width: 767px) {
    .breadcrumbs {
        display: block !important;
    }
}

.toolbar select {
    /* background-color: #f0f0f0; */
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
    border-radius: 6px;
}


.sorter-action > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.sorter-options, .sorter-direction {
    border-radius: 360px !important;
    font-size: 1.5rem;
    background-color: #fff !important;
    outline: none;
    border: solid 1px #d1d1d1;
    box-shadow: none;
    width: auto;
    height: 50px;
    padding: 15px 25px 5px 15px !important;
    appearance: none !important;
}

.sorter-options, .sorter-direction{
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: url('data:image/svg+xml;utf8,<svg fill="%23990052" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M12 16.5l-6-6 1.41-1.41L12 13.67l4.59-4.58L18 10.5z"/></svg>') no-repeat right 1rem center/1.5em auto, #fff !important;
    padding-right: 3em !important;
}

.toolbar-sorter.sorter label{
    position: absolute;
    padding-left: 15px;
    padding-top: 5px;
    font-size: 1.2rem;
} 






select {
    border-radius: 18px !important;
    font-size: 1.5rem;
    background-color: #fff !important;
    outline: none;
    border: solid 1px #d1d1d1;
    box-shadow: none;
    width: auto;
    height: 40px;
    padding: 5px 25px 5px 15px !important;
    appearance: none !important;

}

select:focus {
    border: solid 1px #990052;
}





.toolbar-filter-btn{
    width: 100%;
    display: none;
}


@media only screen and (max-width: 767px) {
    .toolbar-filter-btn {
        display: block;
    }
}

.modes{
    display: none !important;
}


.filter-current ol{
    margin-bottom: 10px;
}

/* Zeige standardmäßig 5 Filteroptionen an (statt nur 1) */
.filter-options-content .items li {
    display: list-item !important;
}


/* Variante 1: Nur für Price-Slider */
.base-price-slider .filter-label::after {
    content: " €";
}

/* Variante 2: Spezifisch für from und to */
.base-price-slider .filter-from::after,
.base-price-slider .filter-to::after {
    content: " €";
}

/* Variante 3: Mit data-role (falls base-price-slider nicht erscheint) */
[data-role*="price"] .filter-label::after {
    content: " €";
}

/* Wenn Sie dennoch ein "Mehr anzeigen" mit nur den ersten 5 Elementen wünschen,
   können Sie dies wie folgt umsetzen: */
/*
.filter-options-content .items li:nth-child(n+6) {
    display: none;
}
.filter-options-content .items.show-all li {
    display: list-item !important;
}
*/

/* FAQ Styles - Magento Version */
/* Identische Struktur wie Kaufberater für konsistentes Design */

/* FAQ Container */
.faq-boden {
    width: 100%;
    margin: 2rem 0;
    padding: 0;
}

/* FAQ Header */
.faq-boden h2 {
    margin: 0 0 2rem 0;
    padding: 0;
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

/* FAQ Item */
.faq-item {
    margin-bottom: 1.5rem;
    border-radius: 8px;
    overflow: hidden;
    background: white;
}

/* FAQ Header / Collapse Trigger */
.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
        box-sizing: border-box;

}

.faq-header:hover {
    padding-left: 20px;
}

.faq-arrow {
    font-size: 20px;
    color: #333;
    transition: transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    flex-shrink: 0;
    transform: rotate(0deg);
    font-family: 'remixicon' !important;
    font-style: normal;
    font-weight: normal;
}

.faq-arrow::before {
    content: '\ea4e'; /* ri-arrow-down-s-line */
    color: #990052 !important;
    font-weight: 600  ;
}

.faq-arrow.collapsed {
    transform: rotate(180deg);
}

/* FAQ Content */
.faq-content {
    display: none;
    padding: 0;
    background: white;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.faq-content.show {
    display: block;
    max-height: 1000px;
    padding: 1.5rem;
}

.faq-header h3 {
    font-weight: 600;
    color: #990052;
}

.faq-content p:last-child {
    margin-bottom: 0;
}

.faq-content ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
    list-style: disc;
}



.faq-content li strong {
    color: #333;
    font-weight: 600;
}

.faq-content a {
    color: #9A0050;
    text-decoration: none;
    transition: color 0.3s ease;
}

.faq-content a:hover {
    color: #7a0040;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-boden {
        margin: 1.5rem 0;
    }

    .faq-boden h2 {
        font-size: 22px;
        margin-bottom: 1.5rem;
    }

    .faq-header {
        padding: 12px;
    }

    .faq-header h3 {
        font-size: 15px;
    }

    .faq-arrow {
        font-size: 18px;
        margin-left: 12px;
    }

    .faq-content.show {
        padding: 1rem;
    }

    .faq-content p {
        font-size: 13px;
    }

    .faq-content li {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .faq-boden h2 {
        font-size: 18px;
    }

    .faq-header {
        padding: 10px;
    }

    .faq-header h3 {
        font-size: 14px;
    }

    .faq-arrow {
        font-size: 16px;
        margin-left: 8px;
    }

    .faq-content.show {
        padding: 0.75rem;
    }

    .faq-content p {
        font-size: 12px;
        margin-bottom: 0.75rem;
    }

    .faq-content ul {
        margin: 0.75rem 0;
        padding-left: 1.25rem;
    }

    .faq-content li {
        font-size: 12px;
        margin-bottom: 0.5rem;
    }
}



@media (min-width: 768px) and (max-width: 1439px) {

    .page-layout-2columns-left .sidebar-main {
        width: 30%  !important;
    }

    .page-layout-2columns-left .column.main {
        width: 70% !important;
    }
}

@media (min-width: 1440px) and (max-width: 1920px) {

    .page-layout-2columns-left .sidebar-main {
        width: 20%  !important;
    }

    .page-layout-2columns-left .column.main {
        width: 80% !important;
    }
}


.kaufberater-title{
    font-size: 2.2rem !important;
    color: #990052 !important;
}

@media (min-width: 768px), print {
    .category-view div[data-content-type="row"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.ri-arrow-down-s-line:before {
    color: #990052 !important;
}


.filter-options-title:after {
    font-family: remixicon !important;
    content: "\ea4e" !important;
    font-size: 2.5rem !important;
    transition: transform 0.3s ease;
    top: 0 !important;
}

.active > .filter-options-title:after {
    transform: rotate(180deg);
}



.filter-current .action.remove:before {
    font-family: 'remixicon' !important;
    content: '\eb99' !important;
    font-size: 2.2rem !important;
    line-height: 2.2rem;
}


.sorter-options {
    margin: 0 !important;
}

.actions-toolbar .action.primary.small{
    border-radius: 360px !important;
    padding: 7px 17px !important;
    height: 40px;
}