/* Plain CSS, loaded after the shared redesign stylesheet. */
body:has(.salon-services) .page {
    min-height: 0;
}

.salon-services {
    min-height: 660px;
    padding: 82px 0 70px;
    color: #fff;
    background: #000;
}

.salon-services__field {
    position: relative;
    width: min(100%, 610px);
    margin-bottom: 60px;
    border-bottom: 1px solid #fff;
}

.salon-services__field::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    border: 7px solid transparent;
    border-bottom: 0;
    border-top: 11px solid #fff;
    pointer-events: none;
    transform: translateY(-50%);
}

.salon-services__select {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    appearance: none;
    border: 0;
    border-radius: 0;
    padding: 0 36px 13px 0;
    background: transparent;
    color: transparent;
    font: 400 20px/1.25 var(--font-main);
    text-transform: uppercase;
    cursor: pointer;
    color-scheme: dark;
}

.salon-services__selected {
    display: block;
    padding: 0 36px 13px 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.salon-services__select option {
    font-size: 20px;
    background: #000;
    color: #fff;
}

.salon-services__field:has(:focus-visible),
.salon-services__table-scroll:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 6px;
}

.salon-services--enhanced .salon-services__heading {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

.salon-services .wrap_service[hidden] {
    display: none;
}

.salon-services .wrap_service {
    width: 100%;
    font-size: 20px;
}

.salon-services .service_description {
    margin: 0 0 90px;
    font-weight: 300;
}

.salon-services .service_description p {
    margin: 0;
}

.salon-services .service-category {
    margin: 36px 0 20px;
    font-size: 24px;
    font-weight: 500;
}

.salon-services__table-scroll {
    max-width: 100%;
    overflow-x: auto;
}

.salon-services table {
    border-collapse: collapse;
    font: inherit;
}

.salon-services .table-singleprice {
    width: min(100%, 720px);
}

.salon-services td {
    padding: 10px 0;
    vertical-align: top;
}

.salon-services td.first {
    padding-right: 28px;
    text-transform: uppercase;
}

.salon-services td:not(.first) {
    text-align: right;
}

.salon-services .price {
    font-weight: 500;
    white-space: nowrap;
}

.salon-services__booking-link {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .4);
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.salon-services__booking-link:hover,
.salon-services__booking-link:focus-visible {
    text-decoration-color: currentColor;
}

.salon-services__booking-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

.salon-services small,
.salon-services .hiddenContent {
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    color: var(--color-muted);
}

.salon-services .table-multiprice {
    width: 100%;
    min-width: 680px;
}

.salon-services .table-multiprice td:not(.first) {
    min-width: 100px;
    padding-left: 20px;
}

.salon-services .table-multiprice tr:first-child {
    font-size: 16px;
    color: var(--color-muted);
}

.salon-services__empty {
    font-size: 24px;
}

@media (max-width: 767px) {
    body:has(.salon-services) .site-header {
        position: relative;
        height: 70px;
        background: #fff;
        color: #050505;
    }

    body:has(.salon-services) .site-header .logo {
        display: block;
    }

    body:has(.salon-services) .site-header .menu-button {
        color: #050505;
    }

    .salon-services {
        min-height: 440px;
        padding: 44px 0 36px;
    }

    .salon-services__field {
        margin-bottom: 36px;
    }

    .salon-services__selected {
        font-size: 22px;
    }

    .salon-services .wrap_service {
        font-size: 17px;
    }

    .salon-services .service_description {
        margin-bottom: 40px;
    }

    .salon-services td.first {
        padding-right: 16px;
    }
}
