.shop-header {
    width: 100%;
    height: 200px;
    background-image: url("../../img/head_w1.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;
}
@media (max-width: 410px) {
    .shop-header {
        background-image: url("../../img/head_s1.jpg");
    }
}

.shop-header-wrap {
    max-width: 560px;
    margin: 0 auto;
    padding: 4px 10px;
    text-align: left;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
