.header-wrap.sticky {
    background: #fff;
}
.product-teaser .product--rendered-attribute label.option .product-attribute--size {
    height: 22px !important;
    line-height: 20px !important;
    /* width: 16px; */
    padding: 0 7px !important;
    border-radius: 11px !important;
    width: auto;
    font-size: 11px !important;
}
.product--rendered-attribute label.option .product-attribute--size {
    width: auto;
    padding: 0 10px !important;
    border-radius: 14px !important;
}
.product-teaser .nice-select {
    height: 34px !important;
    line-height: 34px !important;
}
.product-teaser-wrap {
    border-radius: 20px;
}
.product-teaser .product-teaser-bg {
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    cursor: pointer !important;
}
@media (max-width: 767px) {
    .block-facet-blocksize .slimScrollDiv {
        height: auto !important;
    }
    .block-facet-blocksize .facet-list {
        display: grid;
        grid-template-columns: auto auto auto;
        height: auto !important;
        gap: 10px;
    }
}