/*.t-slds__container {*/
/*    max-height: -webkit-fill-available;*/
/*    max-height: -moz-available;        */
/*    max-height: -webkit-fill-available;  */
/*    max-height: fill-available;*/
/*}*/

/*.t-slds__bgimg.t-slds__bgimg-contain.t-bgimg.js-product-img.loaded,*/
/*.t-slds__bgimg.t-slds__bgimg-contain.t-bgimg.loaded{*/
/*    padding-bottom: 60%!important;*/
/*}*/

.t-store__card__mark {
    width: auto;
    height: 30px;
}

.t-store__filter__item-controls-container {
    max-height: unset !important;
}

.t886 {
    z-index: 100001 !important;
}
.t886__wrapper {
    padding: 8px 25px;
}

@media screen and (max-width: 480px) {
    .t-store__grid-cont:not(.t-store__mobile-two-columns):not(.t951__cont-w-filter) .t-store__card__imgwrapper_original-ratio, .t951__grid-cont:not(.t-store__mobile-two-columns) .t-store__card__imgwrapper_original-ratio {
        padding-bottom: 56%;
    }
    .t-store__grid-cont:not(.t-store__mobile-two-columns):not(.t951__cont-w-filter) .t-store__card__imgwrapper_original-ratio .t-store__card__img, .t951__grid-cont:not(.t-store__mobile-two-columns) .t-store__card__imgwrapper_original-ratio .t-store__card__img {
        max-height: 17rem;
        display: block;
    }
}
.t-submit:disabled {
    opacity: 0.9;
    pointer-events:none;
    cursor: not-allowed;
}
.js-product .t-store__card__textwrapper{
        position:relative;
        height: auto;
        min-height: 100px;
}
.js-product .t-store__card__textwrapper .t-store__card__price-wrapper{
    position:absolute;
    bottom:10px;
}
.t-input-group.t-input-group_cb .t-input-block .t-checkbox__control.t-checkbox__control_flex .t-checkbox__indicator{
    display:none;
}