.cmsHeader.menu-home .cmsHeader__menu {
    display: none;
    position: relative;
    z-index: 1;
}

p {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.cmp-tabs {
    overflow: hidden;
}

.cmp-tabs__tabpanel {
    display: none;
    padding-top: 15px;
    cursor: auto;
}

.cmp-tabs__tabpanel--active {
    display: block;
}

.cmp-tabs__tablist {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 0;
}

.cmp-tabs__tablist::after {
    width: 110%;
    height: 3px;
    background-color: #f4f4f4;
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    margin-left: -15px;
}

.cmp-tabs__tab {
    margin-top: 10px;
    text-align: left;
    border-bottom: 3px solid transparent;
    filter: drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.5));
}

.cmp-tabs__tab:last-child {
    margin-right: 0;
}

.cmp-tabs__tab--active {
    z-index: 1;
}

.cmp-tabs__tab__index {
    clip-path: polygon(0% 0%, calc(100% - 26px) 0%, 100% 100%, 0% 100%);
    background-color: #e4e4e4;
    padding: 7px 30px 7px 15px;
}

.cmp-tabs__tab--active .cmp-tabs__tab__index {
    background-color: #777777;
}

.cmp-tabs__text {
    display: inline-block;
    cursor: default;
    color: #333;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    font-size: 25px;
    line-height: 29px;
    font-weight: 300;
}

.cmsMain__offContextNode {
    z-index: 12;
}

.vue-recycle-scroller__item-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

[styles-root] {
    margin: 0;
    position: relative;
    font-size: 1em;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica, helvetica neue, Ubuntu, segoe ui, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slidesContainer {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    text-align: center;
}

[styles-root] * {
    -webkit-box-sizing: initial;
    box-sizing: initial;
}

@media screen and (min-width: 1441px) {
    .inlineBlockMiddleDesktop {
        display: inline-block;
        vertical-align: middle;
    }
}


[styles-root-base-z-index] {
    z-index: 0;
}

[styles-root] a,
[styles-root] abbr,
[styles-root] acronym,
[styles-root] address,
[styles-root] applet,
[styles-root] article,
[styles-root] aside,
[styles-root] audio,
[styles-root] b,
[styles-root] big,
[styles-root] blockquote,
[styles-root] body,
[styles-root] canvas,
[styles-root] caption,
[styles-root] center,
[styles-root] cite,
[styles-root] code,
[styles-root] dd,
[styles-root] del,
[styles-root] details,
[styles-root] dfn,
[styles-root] div,
[styles-root] dl,
[styles-root] dt,
[styles-root] em,
[styles-root] embed,
[styles-root] fieldset,
[styles-root] figcaption,
[styles-root] figure,
[styles-root] footer,
[styles-root] form,
[styles-root] h1,
[styles-root] h2,
[styles-root] h3,
[styles-root] h4,
[styles-root] h5,
[styles-root] h6,
[styles-root] header,
[styles-root] hgroup,
[styles-root] html,
[styles-root] i,
[styles-root] iframe,
[styles-root] img,
[styles-root] ins,
[styles-root] kbd,
[styles-root] label,
[styles-root] legend,
[styles-root] li,
[styles-root] mark,
[styles-root] menu,
[styles-root] nav,
[styles-root] object,
[styles-root] ol,
[styles-root] output,
[styles-root] p,
[styles-root] pre,
[styles-root] q,
[styles-root] ruby,
[styles-root] s,
[styles-root] samp,
[styles-root] section,
[styles-root] small,
[styles-root] span,
[styles-root] strike,
[styles-root] strong,
[styles-root] sub,
[styles-root] summary,
[styles-root] sup,
[styles-root] table,
[styles-root] tbody,
[styles-root] td,
[styles-root] tfoot,
[styles-root] th,
[styles-root] thead,
[styles-root] time,
[styles-root] tr,
[styles-root] tt,
[styles-root] u,
[styles-root] ul,
[styles-root] var,
[styles-root] video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Roboto, sans-serif;
    font-size: .8125rem;
    line-height: 1.0625rem;
    vertical-align: unset;
}

[styles-root] .resultsListTitle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
}

[styles-root] .resultsListTitle__headLine {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    color: #000;
}

[styles-root] .resultsListTitle__headLine span {
    font-size: inherit;
}

[styles-root] .virtualCategory {
    margin: 0 0 1em;
}

[styles-root] .virtualCategory__title {
    position: relative;
    width: calc(100% - 3em);
    margin: 0 .5em;
    padding: .5rem;
    background: #ececec;
    cursor: pointer;
    overflow-x: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 2.2em;
}

.svg-icon {
    display: inline-block;
    fill: currentColor;
}

[styles-root] .virtualCategory__arrow {
    position: absolute;
    top: 0.9em;
    right: 0.5em;
}

[styles-root] .virtualCategoryLink__arrow {
    position: absolute;
    top: 1em;
    right: .05em;
}

[styles-root] .virtualCategoryLink__arrow--right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

[styles-root] .svg-icon.svgColor__black {
    fill: #000;
}

[styles-root] .virtualCategory__wrapper {
    width: 100%;
    overflow-x: auto;
}

[styles-root] ol,
[styles-root] ul {
    list-style: none;
}

[styles-root] .virtualCategory__list {
    display: none;
    margin: 0 1rem;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: left;
    justify-content: left;
    list-style: none;
}

[styles-root] .virtualCategory__element {
    width: 100%;
    margin: 0 1em;
    text-align: center;
    border-bottom: 1px solid #bcbcbc;
}

[styles-root] .virtualCategoryLink {
    position: relative;
}

[styles-root] a {
    text-decoration: none;
    outline: none;
}

[styles-root] .virtualCategoryLink__link {
    position: relative;
    display: block;
    padding: .5rem;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 2.5em;
    color: #000;
}

[styles-root] .facets__wrapper {
    margin: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
}

[styles-root] .facets__wrapper.mobile,
[styles-root] .facets__wrapper.tablet {
    margin: 0;
}

[styles-root] .slideoutPortal {
    font-family: Roboto, sans-serif;
}

[styles-root] .resultsListLayout {
    position: relative;
}

[styles-root] .resultList {
    margin-top: 16px;
    padding: 0 1.3em;
}

[styles-root] .resultList__headlineWrapper,
#search_filters {
    max-width: 1430px;
    margin: 0 auto;
}

[styles-root] .resultsListHeadline--2KxqF {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-right: 1.3em;
}

[styles-root] .sortingFilter__sortWrapper {
    position: relative;
    margin: 1em 0;
    display: inline-block;
    vertical-align: middle;
}

[styles-root] .sortingFilter__sortWrapper.mobile {
    width: 58%;
}

[styles-root] .facetsFilterButton {
    width: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    margin-left: 1em;
    display: inline-block;
    vertical-align: middle;
    right: 0;
}

[styles-root] .resultsListHeadline__quantity--3xu_j {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

[styles-root] .sortingFilter__sortSelect {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #f4f4f4;
    border: 1px solid #bcbcbc;
    z-index: 0;
}

[styles-root] .mobile .sortingFilter__sortSelect {
    width: 100%;
    padding: 7px 0;
}

[styles-root] .mobile .sortingFilter__sortSelect,
[styles-root] .sortingFilter__sortSelect.tablet {
    border: none;
    background-color: #d9dfe4;
}

[styles-root] .sortingFilter__sortSelect select {
    height: 2.5em;
    width: 20em;
    padding: 0 3em 0 .5em;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    color: #000;
    font-size: 1.3em;
    line-height: 1.6em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-user-select: none;
}

[styles-root] .mobile .sortingFilter__sortSelect select {
    width: 100%;
    height: 2.2em;
    color: #000;
    font-size: 1rem;
    line-height: 1.0625rem;
    font-weight: 400;
}

[styles-root] .sortingFilter__sortWrapper .facet__expand {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    padding: .7em 0 0;
    margin: 0 3em 0 0;
    text-align: right;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1;
}

[styles-root] .mobile .sortingFilter__sortWrapper .facet__expand {
    padding: 12px 0 0;
}

#search-app:not(.user-has-tabbed) a:focus,
#search-app:not(.user-has-tabbed) button:focus,
#search-app:not(.user-has-tabbed) input:focus,
#search-app:not(.user-has-tabbed) select:focus,
#search-app:not(.user-has-tabbed) textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

[styles-root] .facetsFilterButton__text {
    display: inline-block;
    vertical-align: middle;
    width: 47%;
    font-size: 1rem;
    line-height: 1.0625rem;
    color: #000;
}

[styles-root] .facetsFilterButton__icon {
    float: right;
}

[styles-root] .facetsFilterButton__icon svg {
    vertical-align: middle;
}

[styles-root] .facetsFilterButton:hover {
    cursor: pointer;
}

[styles-root] .isActive .virtualCategory__title {
    color: #777777;
}

[styles-root] .isActive .virtualCategory__list {
    display: -ms-flexbox;
    display: flex;
}

[styles-root] .isActive .virtualCategory__title .virtualCategory__arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    fill: #777777;
}

[styles-root] article,
[styles-root] aside,
[styles-root] details,
[styles-root] figcaption,
[styles-root] figure,
[styles-root] footer,
[styles-root] header,
[styles-root] hgroup,
[styles-root] menu,
[styles-root] nav,
[styles-root] section {
    display: block;
}

[styles-root] aside {
    min-height: 1px;
}

[styles-root] button {
    background-color: transparent;
    outline: none;
    border: 0;
    cursor: pointer;
}



[styles-root] .searchResult {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1400px;
    min-width: 280px;
    margin: 0;
    padding: .7em 0 1.2em;
    border-bottom: 2px solid #f4f4f4;
    background-color: #fff;
    cursor: pointer;
}

[styles-root] .searchResult__mainWrapper {
    width: 100%;
}

[styles-root] .searchResult__header {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .7em;
}

[styles-root] .trackingElement {
    position: absolute;
    visibility: hidden;
    margin-top: 30px;
}

[styles-root] .product__titleWrapper {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

[styles-root] .product__title {
    visibility: visible;
    color: #333;
    font-size: 1.25em;
    line-height: 1.3em;
    display: block;
    position: static;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    cursor: pointer;
}

[styles-root] .searchResult:nth-child(odd) .product__title {
    display: block;
    position: static;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

[styles-root] .searchResult__column2-4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: calc(100% - 130px);
}

[styles-root] .product__ratingWrapper {
    position: relative;
    width: calc(100% - 130px);
    float: right;
    overflow: hidden;
}

[styles-root] .product__imageDetail {
    padding: 0 15px 0 0;
    float: left;
}

[styles-root] .product__ratingBase {
    cursor: pointer;
}

[styles-root] .product__ratingReview {
    float: left;
    padding-left: .7em;
    color: #0062eb;
    font-size: 1rem;
    line-height: 1.0625rem;
}

[styles-root] .product__ratingContainer {
    position: relative;
    float: left;
}

[styles-root] .svg-icon.svgColor__mediumgrey-2 {
    fill: #a6a6a6;
}

[styles-root] .product__ratingStar {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

[styles-root] .bucket__icon {
    height: 17px;
}

[styles-root] .bucket--withCheckbox .bucket__icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

[styles-root] .svg-icon.svgColor__mediumgrey {
    fill: #bcbcbc;
}

[styles-root] .svg-icon.svgColor__blue {
    fill: #777777;
}

[styles-root] .product__imageLink {
    display: block;
    position: relative;
}

[styles-root] .product__imageDetail picture {
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 110px;
    padding: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    white-space: pre-wrap;
    margin: 0 auto;
}

[styles-root] .product__imageDetail img {
    max-width: 100%;
    max-height: 100%;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

[styles-root] .productCustomerActions {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[styles-root] .productCustomerActions--withExclusionsMobile {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[styles-root] .ctaLink__brandLogo {
    float: left;
    display: none;
    margin: 0 .7em 0 0;
    cursor: pointer;
    min-width: 1px;
}

[styles-root] .productAvailability {
    position: relative;
    font-size: inherit;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    margin-top: .2em;
}

[styles-root] .ctaLink__brandLogo picture {
    vertical-align: middle;
}

[styles-root] .productAvailability__status {
    font-size: 14px;
    line-height: 19px;
}

[styles-root] .productAvailability__status:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 10px;
}

/* Dostupnost boje */
[styles-root] .productAvailability__status.available {
    color: #309900;
}

[styles-root] .productAvailability__status.soon-in-stock {
    color: #ff7200;
}

[styles-root] .productAvailability__status.out-of-stock {
    color: #d10019;
}

[styles-root] .productAvailability__status.available:before {
    background-color: #309900;
}

[styles-root] .productAvailability__status.soon-in-stock:before {
    background-color: #ff7200;
}

[styles-root] .productAvailability__status.out-of-stock:before {
    background-color: #d10019;
}

[styles-root] .productAvailability__estimatedDate {
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 18px;
}

[styles-root] .productAvailability__icon {
    display: none;
}

[styles-root] .productPriceAndQuantity {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

[styles-root] .product__oldPrice {
    color: #e86c60;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
}

[styles-root] .priceInfo {
    width: 100%;
    min-height: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

[styles-root] .product__shippingInfoTax {
    white-space: normal;
}

.product__shippingInfoBulkyCostLink,
.product__shippingInfoLink {
    color: #0062eb;
    cursor: pointer;
}

.product__shippingInfoBulkyCostLink--below,
.product__shippingInfoLink--below {
    padding-right: .3em;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.0625rem;
}

[styles-root] .resultsListTitle .adviceButton {
    -ms-flex-align: center;
    align-items: center;
    background-color: #777777;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    padding-left: 12px;
    padding-right: 12px;
}

[styles-root] .resultsListTitle .adviceButton span {
    font-size: 15px;
    line-height: 18px;
    margin-left: 6px;
}

[styles-root] .product__currentPrice {
    display: block;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.6em;
}

[styles-root] .productPriceAndQuantity__oldPriceWrapper {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: .3125em 0;
}

[styles-root] .product__flagLabel {
    display: inline-block;
    padding: 0 .425rem 0 .6375rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
    margin-right: 10px;
    position: relative;
}

[styles-root] .product__flagLabel:after {
    content: "";
    position: absolute;
    top: 0;
    right: -.625rem;
    height: 100%;
    border-top-width: 1.3rem;
    border-top-style: solid;
    border-right: .625rem solid transparent;
}

[styles-root] .product__flagLabel--newProduct {
    background: #777777;
}

[styles-root] .product__flagLabel--newProduct:after {
    border-top-color: #777777;
}

[styles-root] .product__flagLabel--savedPercentage {
    background: #e86c60;
}

[styles-root] .product__flagLabel--savedPercentage:after {
    border-top-color: #e86c60;
}

[styles-root] .slideoutPortal__backgroundLayer,
[styles-root] .modalPortal__backgroundLayer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 10;
}

[styles-root] .slideoutPortal__contentWrapper {
    width: 300px;
    height: 100%;
    max-height: 100%;
    right: 0;
    top: 0;
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    -webkit-box-shadow: 0 20px 60px -2px rgb(27 33 58 / 40%);
    box-shadow: 0 20px 60px -2px rgb(27 33 58 / 40%);
    background-color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
}

.seux-no-scroll {
    overflow: hidden;
}

[styles-root] .mobileSlidingMenu {
    font-family: Roboto, sans-serif;
    height: 100%;
}

[styles-root] .mobileSlidingMenuPanelApplyButton {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background-color: #777777;
    color: #fff;
    line-height: 1.4rem;
    font-weight: 700;
    left: 0;
    font-size: 18px;
    font-size: 1.125rem;
}

[styles-root] .mobileSlidingMenuTitle__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    height: 50px;
    color: #fff;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    background-color: #777777;
    cursor: pointer;
}

[styles-root] .mobileSlidingMenuPanelCloseButton {
    right: 10px;
    top: 10px;
    padding: .4rem;
    background-color: #777777;
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
    font-size: 1.125rem;
}

[styles-root] .facets__pool.mobile {
    position: absolute;
    bottom: 50px;
    top: 50px;
    width: 100%;
    min-height: 150px;
    overflow: scroll;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

[styles-root] .facets__pool.mobile ul {
    background-color: #e4e4e4;
}

[styles-root] .facets__boxWrapper.mobile {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    will-change: background-color;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

[styles-root] .facet__titleWrapper {
    display: block;
    overflow: hidden;
    padding: 15px 40px 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: calc(100% - 40px);
}

[styles-root] .facet__deselectAllFiltersList--isEnabled {
    color: #777777;
}

[styles-root] .full-width {
    max-width: 100%;
    padding-left: 0;
}

[styles-root] .facets__boxWrapper.mobile.white {
    background: #fff;
}

[styles-root] .facets__boxWrapper.mobile:first-child {
    margin-left: 0;
}

[styles-root] .facets__boxWrapper.mobile:not(:first-child) {
    border-top: 1px solid #bcbcbc;
}

[styles-root] .facet__deselectAllFiltersList--isDisabled {
    color: #a6a6a6;
    cursor: none;
    pointer-events: none;
}

[styles-root] .facet__titleWrapper:not(.no-effects) {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[styles-root] .facet__title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: calc(100% - 40px);
    overflow: hidden;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    text-align: left;
}

[styles-root] .facet__title.highlighted {
    font-weight: 700;
}

[styles-root] .facet__subtitle {
    color: #777777;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    will-change: overflow, text-overflow, white-space;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    line-height: 1.0625rem;
}

[styles-root] .facet__subtitle:active,
[styles-root] .facet__subtitle:focus,
[styles-root] .facet__subtitle:hover {
    -o-text-overflow: initial;
    text-overflow: clip;
    white-space: pre-line;
    overflow: initial;
}

[styles-root] .facet__subtitle span:not(:last-child):after {
    display: inline;
    content: ", ";
}

[styles-root] .facet__deselectAllFiltersList {
    min-width: 50%;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
    margin-right: 10px;
}

[styles-root] .facets__boxWrapper.mobile:not(.no-effects):active,
[styles-root] .facets__boxWrapper.mobile:not(.no-effects):focus,
[styles-root] .facets__boxWrapper.mobile:not(.no-effects):hover {
    background: #bdd2ff;
}

[styles-root] .facets__boxWrapper.desktop:not(.no-effects):active,
[styles-root] .facets__boxWrapper.desktop:not(.no-effects):focus,
[styles-root] .facets__boxWrapper.desktop:not(.no-effects):hover {
    background: inherit;
}

[styles-root] .facet__arrow {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

[styles-root] .facet__arrow,
[styles-root] .facetArrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

[styles-root] .facetArrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: #616161;
}

[styles-root] .slidePortal-enter-active,
[styles-root] .slidePortal-leave-active {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

[styles-root] .slidePortal-enter,
[styles-root] .slidePortal-leave-to {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

[styles-root] .slidePortal-enter-to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}


[styles-root] .slideBuckets {
    display: block;
    position: absolute;
}

.slidesContainer .slide {
    width: 300px;
    overflow-y: auto;
    height: 100%;
}

[styles-root] .header {
    background-color: #777777;
}

.slidesContainer .slide .header {
    font-size: 1.125rem;
    color: #fff;
    background-color: #777777;
    padding-left: 20px;
    height: 50px;
    line-height: 28px;
}

.slidesContainer .slide .entry,
.slidesContainer .slide .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

[styles-root] .content {
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100px;
    bottom: 50px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    text-align: left;
}

[styles-root] .content,
[styles-root] .second_row {
    display: -ms-flexbox;
    display: flex;
}

[styles-root] .second_row {
    height: 50px;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    background-color: #e4e4e4;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[styles-root] .slideBuckets__arrowIcon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}

[styles-root] .componentHeader__title {
    max-width: 65%;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 1rem;
    line-height: 1.25rem;
}

[styles-root] .componentHeader__action {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    color: #777777;
    cursor: pointer;
}

[styles-root] .slideBuckets ul {
    overflow-y: auto;
    height: 100%;
}

[styles-root] .buckets {
    height: auto;
    padding: 0;
    border-bottom: 1px solid #bcbcbc;
    overflow: hidden;
}

[styles-root] .bucket {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

[styles-root] .bucket.selected {
    color: #777777;
}

[styles-root] .bucket__title {
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

[styles-root] .bucket--withCheckbox .bucket__title {
    -ms-flex-align: center;
    align-items: center;
}

[styles-root] .bucket__info span,
[styles-root] .bucket__title span {
    padding: 10px 0 10px 10px;
    font-size: 1.2em;
    line-height: 20px;
}

[styles-root] .bucket--withCheckbox .bucket__displayName {
    max-width: 65%;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

[styles-root] .bucket--withCheckbox .bucket__info,
[styles-root] .bucket--withCheckbox .bucket__title {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: -ms-flexbox;
    display: flex;
}

[styles-root] .bucket__info:hover,
[styles-root] .bucket__title:hover {
    cursor: pointer;
}

[styles-root] .bucket__isDisabled .bucket__info:hover,
[styles-root] .bucket__isDisabled .bucket__title:hover {
    cursor: default;
}

[styles-root] .desktop {
    display: none;
}

/* Desktop facets */

[styles-root] .facetsDesktopContainer {
    -webkit-transition: width .6s, height .6s, opacity .6s;
    -o-transition: width .6s, height .6s, opacity .6s;
    transition: width .6s, height .6s, opacity .6s;
    width: 0;
    height: 0;
    opacity: 0;
    background-color: #f4f4f4;
}

[styles-root] .facetsDesktopContainer--displayed {
    width: auto;
    height: auto;
    opacity: 1;
}

[styles-root] .facets {
    padding: 20px;
    position: relative;
    display: none;
}

[styles-root] .facets.desktop {
    min-height: 200px;
    padding: 15px;
}

[styles-root] .facets--showingDropdowns.desktop {
    min-height: auto;
    min-height: 0;
    border: 1px solid #b4c0cb;
    background-color: #bdd2ff;
    -webkit-box-shadow: rgb(0 64 95 / 50%) 0 0 10px;
    box-shadow: 0 0 10px rgb(0 64 95 / 50%);
}

[styles-root] .facetsExpanderIcon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    background-color: #777777;
    padding: 5px 10px;
    border-radius: 4px 4px 0 0;
}

[styles-root] .facetsExpander__text {
    color: #fff;
    margin-right: 7.5px;
}

[styles-root] .facetsExpanderIcon__icon {
    margin: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    will-change: transform;
    -webkit-transition-property: .2s ease-in-out;
    -o-transition-property: .2s ease-in-out;
    transition-property: .2s ease-in-out;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    vertical-align: middle;
    fill: #fff;
}

[styles-root] .facetsExpanderIcon__icon--expanded {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

[styles-root] .facets__pool.desktop {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[styles-root] .facets__boxWrapper.desktop {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 10px;
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
}

[styles-root] .facets__box.desktop {
    min-width: 200px;
    will-change: height;
}

[styles-root] .facetDropdown__wrapper {
    padding: 5px 10px;
    border: 1px solid #a6a6a6;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    background: #fff;
    cursor: pointer;
}

[styles-root] .facetDropdown__isDisabled {
    color: #a6a6a6;
    border: 1px solid #a6a6a6;
    cursor: not-allowed;
    cursor: auto;
    pointer-events: none;
}

[styles-root] .facetDropdown__wrapper--isSelected {
    border: 1px solid #777777;
}

[styles-root] .facetDropdown__wrapper.highlightSellerField {
    border: 3px solid #a6a6a6;
    font-weight: 700;
}

[styles-root] .facetDropdown__bodyWrapper {
    padding: 5px 10px;
    width: calc(100% + 2px);
    max-height: 200px;
    border: 1px solid #a6a6a6;
    border-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: calc(100% - 2px);
    left: -1px;
    background: #fff;
    overflow-y: auto;
    z-index: 100;
}

[styles-root] .facetDropdown__bodyWrapper--isOpen {
    display: inline-block;
}

[styles-root] .facetDropdown__bodyWrapper--isSelected {
    border: 1px solid #777777;
    border-top: 0;
}

[styles-root] .highlightSellerField .facetDropdown__bodyWrapper {
    left: -3px;
    border-width: 0 3px 3px;
    width: calc(100% + 6px);
}

[styles-root] .facetDropdown__title {
    padding: .25rem .5rem .25rem 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

[styles-root] .facetDropdown__title--isSelected {
    color: #777777;
}

[styles-root] .facetDropdown__name {
    color: #333;
    max-width: calc(100% - 30px);
    white-space: nowrap;
    -ms-flex: 1 1;
    flex: 1 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

[styles-root] .facetDropdown__name--isSelected {
    color: #777777;
}

[styles-root] .facetDropdown__opener {
    margin-left: auto;
    height: 25px;
}

[styles-root] .facetDropdown__name span {
    max-width: calc(100% - 30px);
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.5625rem;
}

[styles-root] .facetDropdown__isDisabled span {
    color: #a6a6a6;
}

[styles-root] .facetDropdown__openerIcon {
    will-change: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

[styles-root] .facetDropdown__loading {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

[styles-root] .facetDropdown__bodyContent {
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: .25s opacity ease-in-out;
    transition: opacity .25s ease-in-out;
    opacity: 1;
}

[styles-root] .termFacet {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

[styles-root] .termFacet__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #777777;
    overflow: hidden;
}

[styles-root] .termFacet--dropdownRendered .termFacet__content {
    border: none;
    background: 0 0;
    padding: 0;
}

[styles-root] .termFacet__bucketsList {
    margin: 0;
    padding: 0;
    height: 100%;
}

[styles-root] .overflow-y {
    overflow-x: hidden;
    overflow-y: auto;
}

[styles-root] .overflow-y::-webkit-scrollbar {
    width: 8px;
    height: 100%;
    background-color: transparent
}

[styles-root] .overflow-y::-webkit-scrollbar-thumb {
    background: #616161;
    border-radius: 5px;
    height: auto
}

[styles-root] .termFacet__listLayoutRow.second {
    min-height: 25%;
    max-height: 100%;
    height: 100%;
}

[styles-root] .facetDropdown__bodyWrapper--isOpen .termFacet__listLayoutRow.second {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-height: 155px;
    -ms-flex-order: 2;
    order: 2;
}

[styles-root] .termFacet__bucketsList-wrapper {
    width: 100%;
    height: 100%;
}

.vue-recycle-scroller.direction-vertical:not(.page-mode) {
    overflow-y: auto;
}

.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper {
    width: 100%;
}

[styles-root] .resize-observer {
    border: none;
    background-color: transparent;
    opacity: 0;
}

[styles-root] .resize-observer,
[styles-root] .resize-observer object {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: block;
    overflow: hidden;
}

.vue-recycle-scroller.ready .vue-recycle-scroller__item-view {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}

.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view {
    width: 100%;
}

[styles-root] .termFacet__bucketsListItem {
    padding: 0 0 6px;
}

[styles-root] .termFacet__bucketsListItem>div:not(.termFacet__unavailableBuckets):hover {
    cursor: pointer;
    color: #777777;
}

[styles-root] .overflow-hidden {
    overflow: hidden;
}

[styles-root] .facetDropdown__openerIcon--isOpen {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

[styles-root] .rangeFacet--n1Y1Y {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

[styles-root] .rangeFacet__content--pacJx {
    width: 100%;
    height: 100%;
    padding: 0 10px 10px;
    margin: 0 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: #fff;
    overflow: hidden;
}

[styles-root] .rangeFacet__innerWrapper--3m-at {
    overflow: visible;
}

[styles-root] .rangeFacet__inputs--10ls6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 10px;
}

[styles-root] .rangeFacet__inputWrapper--21qMz {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
}

[styles-root] .rangeFacet__inputWrapper--21qMz:first-child,
[styles-root] .rangeFacet__inputWrapper--21qMz:nth-child(3) {
    width: 45%;
}

[styles-root] .rangeFacet__label--V2sM_ {
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 17px;
    line-height: 1.0625rem;
    font-weight: 700;
}

[styles-root] .rangeFacet__input--2qsAs {
    height: auto;
    padding: 5px 25px 5px 2.5px;
    text-align: right;
    color: #616161;
    border: 1px solid #bcbcbc;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 17px;
    line-height: 1.0625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    will-change: border-color;
    -webkit-transition: border-color .2s ease;
    -o-transition: .2s border-color ease;
    transition: border-color .2s ease;
}

[styles-root] .rangeFacet__currency--O1GS1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    margin-right: 5px;
    line-height: 29px;
    color: #616161;
    text-align: center;
}

[styles-root] .rangeFacet__currency--O1GS1232 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    margin-left: 5px;
    line-height: 29px;
    color: #616161;
    text-align: center;
}

/* End of Desktop facets */

[styles-root] .tableViewSwitch {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    margin-left: auto;
}

[styles-root] .tableViewSwitch__icon {
    padding: 6px 14px 6px 5px;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #616161;
    color: #616161;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    cursor: pointer;
}

[styles-root] .tableViewSwitch__icon:last-child {
    margin-left: 20px;
}

[styles-root] .tableViewSwitch__icon--selected {
    color: #777777;
    border-color: #777777;
}

[styles-root] .count2,
[styles-root] .count3 {
    display: none;
}

.slideBuckets .bucket.bucket--withCheckbox {
    padding: 10px 1rem 10px 2rem;
}

[styles-root] .modalPortal__contentWrapper {
    width: calc(100% - 20px);
    max-height: 70vh;
    margin: 10px;
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    -webkit-box-shadow: 0 20px 60px -2px rgb(27 33 58 / 40%);
    box-shadow: 0 20px 60px -2px rgb(27 33 58 / 40%);
    background-color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    -ms-flex-direction: column;
    flex-direction: column;
}

[styles-root] .modalPortal__closeButton {
    margin: 0;
    border: 1px solid #777777;
    border-bottom: none;
    padding: 0.75rem;
    position: absolute;
    right: 0;
    top: 0;
    background: #777777;
}

[styles-root] .productTechnicalData__fullWrapper {
    background-color: #fff;
    width: 500px;
    max-height: 70vh;
    overflow: auto;
    height: 100%;
}

[styles-root] .modalPortal__closeButton svg {
    fill: #fff;
}

[styles-root] .productTechnicalData__element {
    display: table;
    width: calc(100% - 20px);
    padding: 10px;
    border-top: 2px solid #ececec;
    border-collapse: separate;
}

[styles-root] .productTechnicalData__button {
    position: relative;
    margin: 1em 0 0;
    padding: 1em;
    display: inline-block;
    cursor: pointer;
    font-size: 1em;
    line-height: 1em;
    font-weight: 300;
    color: #fff;
    background-color: #777777;
}

[styles-root] .productTechnicalData__name,
[styles-root] .productTechnicalData__value {
    display: table-cell;
    text-align: left;
    width: 50%;
}

[styles-root] .productTechnicalData__valueItem {
    display: block;
    padding-left: 10px;
}

@media (max-width: 768px) and (min-width: 0) {
    .cmp-tabs__text {
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        padding-bottom: 11px;
    }
}

@media (min-width: 768px) {
    .cmp-tabs__tablist::after {
        margin-left: 0;
        width: 100%;
        bottom: -5px;
    }

    .cmp-tabs__tab__index {
        clip-path: polygon(0% 0%, calc(100% - 24px) 0%, 100% 100%, 0% 100%);
        padding: 15px 40px 10px 24px;
    }

    [styles-root] .resultsListTitle__headLine {
        font-size: 1.875em;
        line-height: 1em;
    }

    [styles-root] .virtualCategory__title {
        background: 0 0;
        cursor: auto;
        color: #616161;
        font-weight: 300;
        font-size: 1.5em;
        line-height: 1.5em;
    }

    [styles-root] .virtualCategory__arrow {
        display: none;
    }

    [styles-root] .virtualCategory__list {
        display: -ms-flexbox;
        display: flex;
    }

    [styles-root] .virtualCategory__element {
        width: auto;
        margin: 0;
        border-bottom: none;
    }

    [styles-root] .virtualCategoryLink {
        display: inline-block;
    }

    [styles-root] .virtualCategory__element:not(:last-child):after {
        content: "|";
        margin: 0 .5rem;
    }

    [styles-root] .virtualCategoryLink__link {
        padding: 0;
        color: #0062eb;
        font-size: 1.2em;
        line-height: 1.5em;
    }

    [styles-root] .virtualCategoryLink__arrow {
        display: none;
    }

    [styles-root] .tableLayout__wrapper {
        position: relative;
        font-size: inherit;
        z-index: 0;
    }

    [styles-root] .resultList__headlineWrapper,
    #search_filters {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: .2em;
    }

    .resultsListHeadline.tablet {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    [styles-root] .sortingFilter__sortWrapper.tablet {
        border: 1px solid #d9dfe4;
        width: auto;
    }

    [styles-root] .facetsFilterButton.tablet {
        margin-left: 1em;
        width: 17em;
    }

    [styles-root] .sortingFilter__sortSelect.tablet {
        width: 17em;
        padding: 0;
    }

    [styles-root] .mobile .sortingFilter__sortSelect select {
        height: 2.5em;
        width: calc(320px - 2.5em);
        padding: 0 3em 0 0.5em;
        background: transparent;
        border: 0;
        border-radius: 0;
        cursor: pointer;
        color: #000;
        font-size: 1.3em;
        line-height: 1.6em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -ms-user-select: none;
    }

    [styles-root] .mobile .sortingFilter__sortWrapper .facet__expand {
        padding: 0.7em 0 0;
    }

    [styles-root] .facetsFilterButton__text.tablet {
        color: #616161;
    }

    [styles-root] .resultsList__head {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: .2em;
    }

    [styles-root] .resultList {
        margin-top: inherit;
    }

    [styles-root] .tableLayout {
        white-space: nowrap;
        overflow: visible;
    }

    [styles-root] table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    [styles-root] .tableLayout__wrapper--isListView .tableLayout__table {
        overflow: visible;
        table-layout: fixed;
    }

    [styles-root] .tableLayout__body tr {
        border-bottom: 2px solid #e4e4e4;
    }

    [styles-root] .tableLayout__body tr:last-child {
        border-bottom: none;
    }

    .tableLayout__table td {
        background-clip: padding-box;
    }

    .tableLayout__table td,
    .tableLayout__table th {
        max-width: 375px;
        min-width: 200px;
        vertical-align: middle;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: .5rem 0;
        position: relative;
    }

    [styles-root] .tableLayout__cell {
        position: relative;
        padding: 2em .5em 2em 1.3em;
    }

    [styles-root] .tableLayout__contentColumn1 {
        max-width: 230px;
        width: 230px;
        height: 100%;
    }

    [styles-root] .tableLayout__contentColumn2 {
        width: auto;
        max-width: 100%;
        height: 100%;
        padding: 2em .5em;
    }

    [styles-root] .tableLayout__contentColumn3 {
        height: 100%;
    }

    [styles-root] .tableLayout__contentColumn1.fixed {
        overflow: visible;
    }

    [styles-root] .tableLayout__contentColumn3.tablet {
        width: 280px;
        max-width: 280px;
        padding: 2em 1.3em 2em .5em;
    }

    [styles-root] .tableLayout .cell__contentWrapper,
    .tableLayout__table {
        height: 100%;
        width: 100%;
    }

    [styles-root] .tableLayout__table .cell__contentWrapper {
        height: 100%;
        width: 100%;
    }

    [styles-root] .tableLayout__cell .cell__contentWrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    [styles-root] .product__titleWrapper.tablet {
        width: 650px;
    }

    [styles-root] .productVisuals--tableLayout {
        margin-top: 1rem;
    }

    [styles-root] .product__title {
        max-height: 50px;
        display: inline;
        font-size: 16px;
        line-height: 25px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    [styles-root] .product__title:focus,
    [styles-root] .product__title:hover {
        color: #777777;
    }

    [styles-root] .product__ratingWrapper {
        width: 100%;
        float: none;
        padding-bottom: 1em;
    }

    [styles-root] .resultsList .product__ratingWrapper {
        height: 20px;
        margin: 0;
    }

    [styles-root] .product__imageDetail {
        float: none;
    }

    [styles-root] .product__ratingReview {
        font-size: 12px;
        line-height: 20px;
    }

    [styles-root] .product__imageDetail picture {
        height: 136px;
        width: auto;
        max-width: 100%;
    }

    [styles-root] .productDetailedInfo {
        height: 100%;
        padding-top: calc(20px + 1rem);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    [styles-root] .productDetailedInfo__content--stack {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    [styles-root] .productDetailedInfo__inlineStack {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: normal;
    }

    [styles-root] .productDetailedInfo__identifiersStack {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
    }

    [styles-root] .productDetailedInfo__identifiersStack.tablet {
        max-width: 250px;
    }

    [styles-root] .productDetailedInfo__availabilityStack {
        margin: .5rem 0 0;
        padding: .5rem 0;
        border-top: 2px solid #e4e4e4;
        border-bottom: 2px solid #e4e4e4;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    [styles-root] .product__orderNumber {
        padding: 0;
        color: #616161;
        font-size: 14px;
        font-size: .875rem;
        line-height: 16px;
        line-height: 1rem;
    }

    [styles-root] .product__orderNumber {
        font-size: 12px;
        line-height: 18px;
        color: #666;
    }

    [styles-root] .product__manufactorId {
        color: #616161;
        font-size: 16px;
        line-height: 1.0625rem;
    }

    [styles-root] .product__eanNumber {
        color: #616161;
        font-size: 14px;
        line-height: 16px;
    }

    [styles-root] .productDetailedInfo__identifiersStack p {
        padding-right: .75rem;
        font-size: 16px;
        line-height: 1.0625rem;
    }

    [styles-root] .productDetailedInfo__identifiersStack p {
        font-size: 12px;
        line-height: 18px;
    }

    [styles-root] .productDetailedInfo__identifiersStack p:last-child {
        padding-right: 0;
    }

    [styles-root] .productDetailedInfo__secondaryOfferStack {
        display: inline;
    }

    [styles-root] .productDetailedInfo__logosStack {
        margin: .3rem 0;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
    }

    [styles-root] .productDetailedInfo__logosStack {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    [styles-root] .ctaLink__brandLogo {
        display: inline;
    }

    [styles-root] .ctaLink__brandLogo img {
        max-height: 40px;
        max-width: 175px;
        margin: 3px 10px 0 15px;
    }

    [styles-root] .ctaLink__brandLogo img {
        margin: 3px 10px 0 0;
    }

    [styles-root] .product__sellerISO,
    [styles-root] .recoProduct .product__sellerWrapper {
        display: inline-block;
    }

    [styles-root] .product__sellerISO {
        margin: 0 5px 0 0;
        padding: 5px 3px 3px;
        background: #0062eb;
        color: #fff;
        vertical-align: middle;
        font-size: 8px;
        font-size: .5rem;
        line-height: 10px;
        line-height: .625rem;
        font-weight: 700;
        border-radius: 3px;
    }

    [styles-root] .product__sellerName {
        vertical-align: middle;
        font-size: 16px;
        line-height: 1.0625rem;
    }

    [styles-root] .product__sellerName {
        font-size: 14px;
        line-height: 25px;
    }

    [styles-root] .product__sellerName--conrad {
        display: inline;
    }

    [styles-root] .productAvailability.tableLayout {
        margin-top: 0;
    }

    [styles-root] .productAvailability__status {
        font-size: 14px;
        line-height: 25px;
    }

    [styles-root] .productAvailability__estimatedDate {
        font-size: 12px;
        line-height: 18px;
    }

    [styles-root] .productAvailability.tableLayout .productAvailability__additionalText,
    [styles-root] .productAvailability.tableLayout .productAvailability__estimatedDate {
        padding-left: 20px;
    }

    [styles-root] .productAvailability.tableLayout .productAvailability__icon {
        margin-right: .25rem;
        display: inline;
        font-size: 1.25rem;
    }

    [styles-root] .productAvailability__status:before {
        display: none;
    }

    [styles-root] .productTechnicalData__wrapper.fullDataRequired {
        margin-top: .5rem;
    }

    [styles-root] .productTechnicalData__background {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10;
    }


    [styles-root] .productTechnicalData__more {
        position: relative;
        margin: 1em 0 0;
        padding: 1em 0;
        font-size: 14px;
        line-height: 25px;
        color: #0062eb;
    }

    [styles-root] .productTechnicalData--tableLayout {
        margin-top: 0;
        padding-top: 0;
    }

    [styles-root] .productPriceAndQuantity {
        padding-top: calc(20px + 1rem);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    [styles-root] .product__flagLabel--savedPercentage {
        font-size: 16px;
        line-height: 25px;
    }

    [styles-root] .product__flagLabel:after {
        border-right-width: .775rem;
        border-top-width: 1.525rem;
        right: -.75rem;
    }

    [styles-root] .product__oldPrice {
        font-size: 14px;
        line-height: 25px;
    }

    [styles-root] .product__currentPrice {
        font-size: 22px;
        line-height: 25px;
        display: inline-block;
    }

    [styles-root] .priceInfo__infoContent {
        font-size: 12px;
        line-height: 15px;
    }

    [styles-root] .quantity__button {
        display: -ms-flexbox;
        display: flex;
    }

    [styles-root] .product__orderWrapper {
        display: -ms-flexbox;
        display: flex;
        padding-top: .5em;
        float: right;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    [styles-root] .product__orderWrapper--wrappingAddToCart {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    [styles-root] .resultsList .product__orderWrapper {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    [styles-root] .product__orderQuantity {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    [styles-root] .product__orderQuantity input {
        width: 50px;
        padding-left: 10px;
        margin: 0 10px 5px 0;
        background-color: #fff;
        border: 1px solid #bcbcbc;
        text-align: center;
        font-size: 1em;
        line-height: 31px;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {

        opacity: 1;

    }

    [styles-root] .product__orderQuantity span {
        font-size: 14px;
        line-height: 38px;
    }

    [styles-root] .productPriceAndQuantity__actionButtons {
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%;
        height: auto;
        max-height: 100%;
        padding: 12px 0;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    [styles-root] .actionButton {
        width: 49%;
        height: 35px;
        text-decoration: none;
        color: #777777;
        background-color: #777777;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        -o-text-overflow: inherit;
        text-overflow: inherit;
        cursor: pointer;
    }

    [styles-root] .actionButton:hover {
        background-color: #0062eb;
    }

    [styles-root] .actionButton span {
        font-size: 1.3em;
        line-height: 1.3em;
        color: #fff;
    }

    [styles-root] .svg-icon.svgColor__white {
        fill: #fff;
    }

    [styles-root] .product__addToCart {
        width: 100%;
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #ff0;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    [styles-root] .product__addToCart:hover {
        background-color: #e0e000;
    }

    [styles-root] button.product__addToCart:disabled {
        background: #fff7b2;
        cursor: not-allowed;
    }

    [styles-root] .svg-icon.svgColor__black {
        fill: #000;
    }

    [styles-root] .product__addToCart span {
        font-size: 1.5em;
        line-height: 1.5em;
    }

    [styles-root] button.product__addToCart:disabled svg {
        fill: #a6a6a6;
    }

    [styles-root] .alternativeArticles__link {
        position: relative;
        margin: 1em 0 0;
        padding: 1em 0;
        font-size: 14px;
        line-height: 25px;
        color: #777777;
    }

    [styles-root] .product__flagLabel {
        font-size: 1rem;
        margin-right: 13px;
    }

    [styles-root] .product__flagLabel--newProduct {
        z-index: 1;
        position: absolute;
    }

    [styles-root] .modalPortal__contentWrapper {
        padding: 30px;
        width: auto;
        border: 2px solid #777777;
        top: calc(50% + 65px);
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    [styles-root] .modalPortal__closeButton {
        right: -2px;
        top: -52px;
    }

}

@media (max-width: 768px) {
    [styles-root] .facetsFilterButton {
        margin-left: .1em;
    }
}

@media screen and (min-width: 1025px) {

    [styles-root] .facetsFilterButton {
        display: none;
    }

    [styles-root] .resultsListTitle__headLine {
        font-size: 2.188em;
        line-height: 1.1em;
    }

    [styles-root] .desktop {
        display: block;
    }

    [styles-root] .hiddenFacet__768,
    [styles-root] .hiddenFacet__1163,
    [styles-root] .hiddenFacet__1418 {
        display: none;
    }

    [styles-root] td.desktop {
        display: table-cell;
    }


    [styles-root] .facets__wrapper.desktop {
        margin: .5rem 1rem;
    }

    [styles-root] .sortingFilter__sortWrapper.tablet {
        border: none;
    }

    [styles-root] .sortingFilter__sortSelect.tablet {
        width: auto;
        position: relative;
        display: -ms-inline-flexbox;
        display: inline-flex;
        background-color: #f4f4f4;
        border: 1px solid #bcbcbc;
        z-index: 0;
    }

    .resultsListHeadline.tablet {
        flex-grow: 0;
    }

    [styles-root] .tableViewSwitch {
        display: inline-flex;
    }

    [styles-root] svg {
        margin-bottom: -3px;
        margin-right: 5px;
        fill: currentColor;
    }

    [styles-root] svg.horizontal-scroller__icon {
        margin: 0;
    }

    [styles-root] .tableLayout__contentColumn3.desktop {
        width: 230px;
        max-width: 230px;
        padding: 2em .5em;
    }

    [styles-root] .tableLayout__contentColumn4 {
        width: 300px;
        max-width: 300px;
        height: 100%;
        padding: 2em 1.3em 2em .5em;
    }

    [styles-root] .productCustomerActions {
        padding-top: calc(20px + 1rem);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    [styles-root] .product__priceScale {
        margin: 0 0 1rem;
        color: #616161;
        white-space: normal;
    }

    [styles-root] .productCustomerActions__actionButtons {
        height: 45%;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    [styles-root] .productCustomerActions__secondaryActions {
        margin-bottom: .6rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    [styles-root] .productCustomerActions__primaryActions,
    [styles-root] .productCustomerActions__secondaryActions {
        width: 100%;
    }

    [styles-root] .productCustomerActions__secondaryActionButton {
        width: 49%;
        margin: 0;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    [styles-root] .product__titleWrapper.desktop {
        width: calc(975px - 2.6em);
    }

    [styles-root] .resultList__headlineWrapper {
        max-width: 100%;
    }

    [styles-root] .productDetailedInfo__identifiersStack p {
        font-size: 13px;
    }

    [styles-root] .productDetailedInfo__logosStack {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    [styles-root] .product__sellerName {
        font-size: 16px;
        line-height: 25px;
    }

    [styles-root] .productAvailability__status {
        font-size: 16px;
        line-height: 25px;
    }

    [styles-root] .tableLayout {
        white-space: inherit;
    }

    [styles-root] .productTechnicalData__more {
        font-size: 16px;
        line-height: 25px;
    }

    [styles-root] .product__oldPrice {
        font-size: 16px;
        line-height: 25px;
    }

    [styles-root] .product__currentPrice {
        font-size: 24px;
        line-height: 28px;
    }

    [styles-root] .productDetailedInfo__identifiersStack {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
    }

    [styles-root] .priceInfo__infoContent {
        font-size: 13px;
        line-height: 17px;
    }

    [styles-root] .alternativeArticles__link {
        font-size: 16px;
        line-height: 25px;
    }

    [styles-root] .resultList {
        margin-top: 16px;
    }

}

@media screen and (min-width: 1163px) {
    [styles-root] .facets__boxWrapper.desktop {
        min-width: calc(20% - 20px);
        max-width: calc(20% - 20px);
    }

    [styles-root] .hiddenFacet__768 {
        display: block;
    }

    [styles-root] .hiddenFacet__1163,
    [styles-root] .hiddenFacet__1418 {
        display: none;
    }

    [styles-root] .facetsExpanderIcon__hide {
        display: none;
    }

    [styles-root] .count {
        display: none;
    }

    [styles-root] .count2 {
        display: block;
    }
}

@media screen and (min-width: 1441px) {

    [styles-root] .hiddenFacet__1163,
    [styles-root] .count3 {
        display: block;
    }

    [styles-root] .facetsExpanderIcon__hide2,
    [styles-root] .count2 {
        display: none;
    }
}

/* AGAIN min-width: 768px */
@media screen and (min-width: 768px) {
    [styles-root] .resultsListTitle--searchContext .resultsListTitle__headLine {
        font-size: 20px;
    }
}

@media screen and (max-width: 1025px) {
    [styles-root] .resultsListHeadline--2KxqF {
        font-size: 20px;
        line-height: 20px;
    }

    [styles-root] .resultsListHeadline__quantity--3xu_j {
        font-size: 20px;
        line-height: 20px;
    }

    [styles-root] .resultsListTitle.withAdviceSection {
        margin-bottom: 1ex;
    }
}

[styles-root] .facetsFilterButton__primaryColor {
    color: #3b4454;
    background-color: #d9dfe4;
}

[styles-root] .facetsFilterButton.mobile {
    padding: 1.2em;
}

@media (min-width: 768px) {
    [styles-root] .facetsFilterButton.tablet {
        padding: 12px 15px;
        border: 1px solid #d9dfe4;
    }

    [styles-root] .product__sellerWrapper {
        display: block;
    }

    [styles-root] .product__marketplace {
        width: 18px;
        height: 18px;
        margin: 0 .3rem 0 0;
        display: inline-block;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        cursor: default;
    }

    [styles-root] .productTechnicalData__full {
        position: absolute;
        width: 600px;
        height: auto;
        top: 115%;
        left: auto;
        overflow-y: visible;
        background-color: transparent;
    }
}


.cmp-tabs__tab--active .cmp-tabs__text {
    color: #fff;
}

.cmp-tabs__tab .cmp-tabs__text {
    cursor: grab;
}

@media screen and (min-width: 1441px) {
    [styles-root] .productDetailedInfo__inlineStack {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    [styles-root] .product__title {
        font-size: 18px;
        line-height: 25px;
    }

    [styles-root] .product__sellerWrapper {
        display: inline;
    }

    [styles-root] .product__marketplace {
        float: left;
    }

    [styles-root] .productAvailability__estimatedDate {
        font-size: 13px;
        line-height: 18px;
    }

    [styles-root] .resultsListTitle__headLine {
        font-size: 2.813em;
        line-height: 1.1em;
    }

    [styles-root] .facets__boxWrapper.desktop {
        min-width: calc(16.66667% - 20px);
        max-width: calc(16.66667% - 20px);
    }
}

@media screen and (min-width: 1680px) {
    [styles-root] .facets__boxWrapper.desktop {
        min-width: calc(16.66667% - 20px);
        max-width: calc(16.66667% - 20px);
    }
}

[styles-root] .productDetailedInfo__secondaryOfferStack {
    display: inline;
}