.show-password-input {
    display: none;
}
.woocommerce-message:focus-visible {
    outline: 0;
}

.siteHeader__title {
    width: 215px;
    margin-right: 40px;
}

.siteFooter {
    background-color: #9161A0;
}

.postsBlock--gray {
    color: #000000;
}

ul.products .button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    padding: 7px 25px 10px;
    background: #9161A0;
    border-radius: 100px;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.45;
    text-transform: none;
    letter-spacing: 0;
}

ul.products .button:focus,
ul.products .button:hover{
    outline:0;
    background:#532d5f;
    color:#fff;
}

.postsBlockHeader {
    position: relative;
    margin-bottom: 3.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.postsBlockHeader .btn {
    position: relative;
}

.postsBlockHeader__desc,
.postsBlockHeader__title {
    margin-bottom: 0;
}

.homeSpecialists,
.servicesCTA {
    background: none;
}

.homeSpecialists__title {
    color: #532d5f;
}

.homeSpecialists__buttons {
    display: flex;
    gap: 0 8px;
    flex-wrap: wrap;
}

.serviceList__footer {
    display: flex;
    gap: 0 8px;
    flex-wrap: wrap;
}

.serviceList__footer .btn-primary {
    margin-top: 0 !important;
}

.postsBlockHeader__title + .postsBlockHeader__desc {
    margin-top: 1.4rem;
}

.shopList__item {
    padding: 32px 0 48px;
}

.shopList__city {
    margin-top: 0 !important;
    height: auto !important;
}

@media only screen and (min-width: 1200px) {
    .shopList__item {
        padding: 32px 3.25rem 48px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {
    .secondaryMenu .menu-item {
        margin-left: 12px;
    }

    .siteHeader__title {
        width: 160px;
        margin-right: 32px;
    }
}

@media only screen and (max-width: 1200px) {
    .siteHeader__nav .btn-primary {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0, 0);
        padding: 4px 20px 6px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1360px) {
    .primaryMenu {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .siteHeader__title {
        width: 150px;
        margin-right: 24px;
    }

    .primaryMenu {
        font-size: 1.6rem;
    }
    
    .iconMenu .menu-item,
    .siteLangSwith {
        margin-left: 4px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .siteHeader__title {
        width: 180px;
        margin-right: 40px;
    }

    .siteHeader__nav {
        margin-left: auto;
        padding-right: 56px;
    }
}

@media only screen and (max-width: 767px) {
    .siteHeader__title {
        width: 140px;
        margin-right: 20px;
    }
}

/* new purple: #9161A0 */
/* purple hover: #c281d6 */
/* purple dark: #613370 */
/* purpledark alt: #532d5f */