.Promo {
    display: flex;
    flex-flow: column;
    grid-gap: 5px;
    gap: 5px;
    margin: 8px 0 16px 0;
}
.PBPip .details:not(.new-product-info) .Promo{
    min-height: 42px;
    max-height: 63px;
}

.Promo .PromoBar {
    display: flex;
    flex-flow: row nowrap;
}

.Promo .PromoBar .promo {
    margin-right: 10px;
    max-width: 22px;
}

.Promo .PromoBar .promo.Icon svg {
    margin: auto;
}

@media (max-width: 480px) {
    .Promo .PromoBar .promo {
        margin-right: 8px;
        max-width: 17px;
    }
}

.Promo .PromoBar .PromoMsg .PromoDescription,
.Promo .PromoBar .PromoMsg .PromoCode {
    color: var(--text-color-blue);
    font-family: var(--sf-font-sohne);
    font-size: 14px;
    display: inline;
    display: initial;
    text-transform: none;
}
.Promo .PromoBar .PromoMsg .PromoCode {
    font-family: var(--sf-font-sohne-b);
}
.PriceRange {
    padding-top: 22px;
    padding-bottom: 22px;
    position: relative;
    display: flex;
    align-items: center;
}

.CollapsibleContent .PriceRange {
    padding-top: 15px;
    padding-bottom: 15px;
}

.PriceRange .min {
    height: 36px;
    width: 36px;
}

.PriceRange .max {
    height: 36px;
    width: 36px;
}

.input-dollor {
    position: relative;
}

.input-dollor.left input {
    padding: 0 15px;
}

.input-dollor:before {
    position: absolute;
    top: 0;
    content: "$";
}

.input-dollor.left:before {
    left: 11px;
    top: 7px;
}

.PriceRange .minError {
    border: 2px solid #CC0000;
}

.PriceRange .minError .min {
    height: 34px;
    width: 34px;
}

.PriceRange .minError .max {
    height: 34px;
    width: 34px;
}

.PriceRange .minError legend,
.PriceRange .maxError legend {
    color: #CC0000;
}

.PriceRange .button {
    margin: 0px 5px;
    vertical-align: middle;
}

.PriceRange .clearResult {
    color: #585B58;
    font-family: var(--sf-font-sohne);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    display: inline;
    margin: 0;
    padding: 0 3px;
}

.PriceRange .clearResult:hover {
    border-radius: 4px;
    background-color: #585B58;
    color: #fff;
    text-decoration: none;
}

.PriceRange .error-msg {
    color: #CC0000;
    font-family: var(--sf-font-sohne-md);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    position: absolute;
    margin-top: 55px;
}

.PriceRange .error-msg-hide {
    display: none;
}

.PriceRange fieldset {
    border: solid 1px #929497;
    margin: 0;
    border-radius: 4px;
    min-width: auto;
    padding: 0 8px;
    display: inline;
    position: relative;
    height: 36px;
    font-size: 14px;
    font-family: var(--sf-font-sohne);
    box-sizing: border-box;
    vertical-align: middle;
}

.PriceRange .to {
    padding: 0 4px;
}

.PriceRange fieldset legend {
    width: auto;
    margin: 0;
    font-size: 12px;
    color: #757579;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: #fff;
    padding: 0 3px;
    border-radius: 4px;
    transition: top 100ms;
    transform: translateY(-50%);
}

.PriceRange fieldset input {
    border: none;
    background: none;
    z-index: 2;
    position: relative;
    outline: none;
    height: 36px;
}

.PriceRange fieldset input:focus+legend,
.PriceRange fieldset input.has-value+legend {
    top: -10%;
}

@media screen and (max-width: 480px) {
    .input-dollor.left:before {
        top: 9px;
    }
}

/*# sourceMappingURL=storefe_7.15ca37758ccf9c.css.map*/