/* Screen-reader only utility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/* ponytail: media.css gated by min-width:1024 — toggle must live in always-loaded CSS */
.MobPage {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .WebPage {
        display: none !important;
    }

    .MobPage {
        display: block;
    }
}

@media only screen and (min-width: 1023px) {
    .menu-icon-item img {
        width: 24px;
        height: 24px;
        margin: -3px 5px 2px -2px;
    }
    .product-single .info .info-prices {
        justify-content: center;
    }
    .product-single .info .info-prices .info-price__list {
        flex-grow: initial;
    }
}