/*********************** Custom css for Boost AI Search & Discovery  ************************/
:root {
    --boostsd-general-page-width-desktop: unset;
    --boostsd-filter-tree-vertical-width-desktop: 350px;
}

@media only screen and (min-width: 768px) {
    .boost-sd__hide-desktop {
        display: none;
    }
}

/* Filter tree */
.boost-sd__filter-tree-toggle-button:hover, .boost-sd__filter-tree-toggle-button:focus {
    border-right: none;
}
.boost-sd__filter-option-title {
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
}
.boost-sd__filter-option-title:before {
    position: absolute;
    right: 10px;
    top: 8px;
    border-right: 2px solid #0F2B5E;
    border-bottom: 2px solid #0F2B5E;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: 0;
    border-left: none;
    border-top: none;
    transition: all 0.3s linear;
}
.boost-sd__filter-option-label--collapsed .boost-sd__filter-option-title:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
}
.boost-sd__filter-option-item-button--with-checkbox:before {
    background-color: #EFF1F5;
    border: 1px solid #0F2B5E;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 4px;
}
.boost-sd__filter-option-item-button--with-checkbox {
    padding-left: 30px;
    min-height: 25px;
}
.boost-sd__filter-option-item-button--with-checkbox.boost-sd__filter-option-item-button--selected:before {
    background-color: #0F2B5E;
}
.boost-sd__filter-option-item-button--with-checkbox.boost-sd__filter-option-item-button--selected:after {
    width: 13px;
    height: 8px;
    top: 7px;
    left: 7px;
    border-color: #fff;
}
#performance .boost-sd__filter-option-title {
    color: #fff;
}
#performance .boost-sd__filter-option-title:before {
    border-color: #fff;
}
#performance .boost-sd__filter-option-item-button {
    color: #fff;
}
#performance .boost-sd__filter-option-item-button--with-checkbox:before {
    border-color: #fff;
}
#performance .boost-sd__button--clear, .boost-sd__button--apply {
    color: #fff;
}
#performance .boost-sd__refine-by-vertical-refine-by button,
#performance .boost-sd__refine-by-vertical-refine-by-heading {
    color: #fff; 
}
#performance .boost-sd__refine-by-vertical-refine-by-clear path {
    fill: #fff;
}
#performance .boost-sd__filter-option-range-slider-input[type=text], #performance .boost-sd__filter-option-range-slider-input[type=number] {
    color: #fff;
}
#performance .boost-sd__filter-option-range-slider-unit {
    color: #fff;
}
#performance .noUi-value {
    color: #fff;
}

/* Grid items */
.boost-sd__filter-product-list {
    padding: 0 16px;
    @media screen and (min-width: 992px) {
        padding: 0 48px;
    }
    @media screen and (min-width: 750px) {
        padding: 0 32px;
    }
    @media screen and (max-width: 767px) {
        padding: 0;
    }
}

/* Toolbar */
.boost-sd__toolbar-content {
    border-top: none;
    @media only screen and (max-width: 767px) {
        border-bottom: none;
    }
}
.boost-sd__toolbar-content * {
    font-size: 18px;
    text-transform: uppercase;
}
#performance .boost-sd__toolbar-top-mobile .boost-sd__sorting-button,
#performance .boost-sd__filter-tree-toggle-button *,
#performance .boost-sd__sorting-label {
    color: #fff;
}
#performance .boost-sd__filter-tree-toggle-button-icon svg path {
    fill: #fff;
}
#performance .boost-sd__sorting-button:after {
    border-color: #fff;
}
.boost-sd__toolbar-item--sorting {
    padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
    .boost-sd__toolbar-content .boost-sd__filter-tree-toggle-button {
        width: 45%;
    }
    .boost-sd__toolbar-content .boost-sd__toolbar.boost-sd__toolbar--2_1 {
        width: 55%;
    }
}
.boost-sd__toolbar-item.boost-sd__toolbar-item--view-as .boost-sd__view-as {
    width: 25%;
    justify-content: center;
    flex-direction: row-reverse;
    @media only screen and (max-width: 767px) {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .boost-sd__toolbar-item.boost-sd__toolbar-item--view-as {
        display: none;
    }
}
/* .boost-sd__toolbar.boost-sd__toolbar--2_1 .boost-sd__toolbar-item--view-as {
    width: 50%;
} */
.boost-sd__view-as-text {
    display: none;
}
.boost-sd__view-as-icon--list-grid-multi-col {
    border: none;
}
.boost-sd__view-as-icon--list-grid-multi-col:before,
.boost-sd__view-as-icon--list-grid-multi-col:hover:before {
    background: transparent;
    box-shadow: none;
    opacity: .3;
}
.boost-sd__view-as-icon--list-grid-multi-col.boost-sd__view-as-icon--active:before {
    background: transparent;
    border: none;
    box-shadow: none;
    opacity: 1;
}
.boost-sd__view-as-icon--grid--2:before {
    background-image: url(https://bauerfeind.com.au/cdn/shop/files/Group_12478_1.png?v=1686043875) !important;
    width: 19px;
    height: 20px;
}
.boost-sd__view-as-icon--grid--4:before {
    background-image: url(https://bauerfeind.com.au/cdn/shop/files/darhboard.png?v=1686043695) !important;
    width: 22px;
    height: 22px;
}
/* span.boost-sd__view-as-icon.boost-sd__view-as-icon--grid.boost-sd__view-as-icon--list-grid:before {
    content: "";
    background-image: url(https://bauerfeind.com.au/cdn/shop/files/darhboard.png?v=1686043695);
    width: 22px;
    height: 22px;
}
.boost-sd__view-as .boost-sd__tooltip:last-child .boost-sd__view-as-icon:before {
    content: "";
    background-image: url(https://bauerfeind.com.au/cdn/shop/files/Group_12478_1.png?v=1686043875);
    width: 19px;
    height: 20px;
}
span.boost-sd__view-as-icon:before {
    opacity: .3;
}
span.boost-sd__view-as-icon.boost-sd__view-as-icon--active:before {
    opacity: 1;
} */
@media only screen and (min-width: 768px) {
    .boost-sd__filter-tree-toggle-button--expand {
        width: 40%;
        justify-content: flex-start;
        border-right: none;
    }
}
.boost-sd__toolbar-top-mobile {
    border: none;
    flex-direction: row-reverse;
    column-gap: 20px;
    padding: 0 16px;
}
@media only screen and (max-width: 991px) {
    .boost-sd__toolbar-top-mobile .boost-sd__sorting {
        border-right: none;
    }
}
#performance .boost-sd__view-as-icon--list-grid-multi-col:before, #performance .boost-sd__view-as-icon--list-grid-multi-col:hover:before {
    filter: brightness(100);
}

/* Product Items */
#performance .boost-sd__product-item {
    background: #13243b;
}
.boost-sd__product-item-grid-view-layout-image {
    position: relative;
}
.boost-sd__custom-button {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s linear;
    z-index: 9;
}
.boost-sd__product-item-grid-view-layout-image:hover .boost-sd__custom-button {
    opacity: 1;
    bottom: 50px;
}
.boost-sd__product-info-wrapper {
    margin-bottom: 10px;
    padding: 0 10px;
}
@media only screen and (max-width: 991px) {
    .boost-sd__product-info-wrapper {
        padding: 0 8px;
    }
}
.boost-sd__product-title {
    font-family: var(--Helvetica-Medium);
    font-weight: var(--font-weight-Medium);
    font-style: var(--font-style-italic);
    font-size: var(--heading-size-five);
    line-height: var(--heading-size-five-lh);
    margin-bottom: 3px;
}
#performance .boost-sd__product-title {
    color: #fff;
}
.boost-sd__product-price-content .boost-sd__format-currency {
    font-family: var(--Din-Next-Rounded-Regular);
    font-weight: var(--font-weight-regular);
    font-size: var(--bodt-text-md);
    line-height: calc(var(--bodt-text-md-lh) - 6px);
    margin-right: 10px;
}
#performance .boost-sd__product-price-content .boost-sd__format-currency {
    color: #fff
}
.boost-sd__product-rating .okeReviews .okeReviews-reviewsSummary-ratingCount {
    margin: 0;
}
.boost-sd__custom-button-mobile {
    color: #29809a;
    text-decoration: underline;
}

/* Pagination */
.boost-sd__pagination-button--load-more, .boost-sd__pagination-button--load-previous {
    border-color: var(--secondary-button-border);
    background-color: var(--secondary-button-back);
    color: var(--secondary-button-text);
    font-family: var(--Helvetica-Medium);
    font-weight: var(--font-weight-Medium);
    font-style: var(--font-style-italic);
    font-size: var(--bodt-text-md);
    line-height: var(--bodt-text-md-lh);
    box-shadow: none;
    padding: 9.5px 16px;
    border-radius: 3px;
    text-transform: uppercase;
    display: block;
    min-width: 135px;
    width: fit-content;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s linear;
    margin: 0 auto;
}
.boost-sd__pagination-button--load-more:hover, .boost-sd__pagination-button--load-previous:hover {
    border-color: var(--secondary-button-border-hover);
    background-color: var(--secondary-button-back-hover); 
}