.wlt-switcher {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.wlt-switcher a {
    text-decoration: none;
    padding: 5px 9px;
    border-radius: 999px;
    border: 1px solid #ddd;
    font-size: 13px;
}

.wlt-switcher a.wlt-active {
    font-weight: 700;
    border-color: #111;
}

.wlt-switcher select {
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.wlt-menu-switcher {
    display: flex;
    align-items: center;
}

.wlt-menu-switcher .wlt-switcher {
    margin-left: 10px;
}

.wlt-shop-notice {
    background: linear-gradient(135deg, #fff8e7, #ffffff);
    border: 1px solid #f0d99a;
    border-radius: 16px;
    padding: 18px 20px;
    margin: 0 0 22px 0;
    box-shadow: 0 8px 22px rgba(0,0,0,.06);
}

.wlt-shop-notice-title {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 6px;
}

.wlt-shop-notice-text {
    font-size: 15px;
    line-height: 1.5;
}