/* Allow page scroll - override inline overflow:hidden on body */
body {
    overflow-y: auto !important;
}

/* ========== Hero Slider (index) ========== */
.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 480px;
    background: #3a3028;
    margin: 0;
    overflow: hidden;
}
.hero-slider__slides {
    width: 100%;
    height: 100%;
}
/* Before Slick inits: only show first slide */
.hero-slider__slides:not(.slick-initialized) .hero-slider__slide:not(:first-child) {
    display: none;
}
.hero-slider__slides.slick-initialized {
    height: 100%;
}
.hero-slider .slick-list {
    height: 100% !important;
}
.hero-slider .slick-track {
    height: 100% !important;
}
.hero-slider .slick-slide {
    height: 100vh;
    min-height: 480px;
}
.hero-slider__slide {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 480px;
    overflow: hidden;
    outline: none;
}
.hero-slider__media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hero-slider__media--img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-slider__media--img picture {
    display: block;
    width: 100%;
    height: 100%;
}
.hero-slider__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-slider__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    display: block;
}
.hero-slider__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
    pointer-events: none;
}
.hero-slider__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    color: #fff;
    padding: 1rem;
    width: 90%;
    max-width: 900px;
}
.hero-slider__eyebrow {
    font-family: raleway, sans-serif;
    font-size: clamp(0.75rem, 1.5vw, 1rem);
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin: 0 0 1rem;
    font-weight: 400;
    color: #fff;
}
.hero-slider__title {
    font-family: garamond-premier-pro-display, serif;
    color: inherit;
    font-weight: 300;
    font-size: 4.5833333333rem;
    letter-spacing: 0;
    line-height: .9090909091;
    text-transform: capitalize;
    margin: 0 0 1.5rem;
    white-space: nowrap;
}
/* Arrows */
.hero-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: none;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.25s;
    padding: 0;
}
.hero-slider__arrow--prev {
    left: 24px;
}
.hero-slider__arrow--next {
    right: 24px;
}
.hero-slider__arrow span {
    display: block;
    width: 16px;
    height: 16px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
}
.hero-slider__arrow--prev span {
    transform: rotate(-135deg);
}
.hero-slider__arrow--next span {
    transform: rotate(45deg);
}
.hero-slider__arrow:hover {
    opacity: 0.6;
}
/* Dots */
.hero-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 5;
}
.hero-slider .slick-dots li {
    margin: 0;
}
.hero-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: background 0.25s;
}
.hero-slider .slick-dots li.slick-active button {
    background: #fff;
}
/* CTA button */
.hero-slider__btn {
    display: inline-block;
    padding: 16px 40px;
    background: rgba(232, 224, 216, 0.85);
    color: #333 !important;
    text-decoration: none;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: background 0.25s;
    position: relative;
    z-index: 3;
}
.hero-slider__btn:hover {
    background: rgba(255, 255, 255, 0.95);
    color: #222 !important;
}
.main-content > .hero-slider + .home-cmp {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
#section-featured-intro.section-featured-intro {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Hide original slick hero on index */
body.page-home #common-slider {
    display: none !important;
}

/* Header icons: thin/outline style to match original design */
.preheader .fa,
.preheader-right .fa,
.preheader-left .fa {
    -webkit-text-stroke: 0px;
    font-weight: normal;
}
.preheader .fa.fa-phone,
.preheader .fa.fa-search {
    -webkit-text-stroke: 0.3px currentColor;
    opacity: 0.85;
}

/* Hide cookie consent bar below footer (popup element no longer shown) */
[data-property="consent-mode-container"] {
    display: none !important;
}

/* Icon font fallback - ensure .icomoon uses Syvo-Icomoon (loaded via theme.min.css) */
.icomoon {
    font-family: Syvo-Icomoon, sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Hero/slider: force visible height so section and slides are not collapsed/white */
#common-slider,
.common-slider .main-carousel,
.common-slider .slick-list {
    height: 75vh;
    min-height: 480px;
    max-height: 900px;
}
.common-slider .slick-track {
    min-height: 100%;
    height: 100%;
}
.common-slider .slick-slide {
    height: 100%;
}
.common-slider .slick-slide > .slider-item {
    height: 100%;
    min-height: 480px;
    position: relative;
}
.common-slider .slick-list,
.common-slider .slick-track {
    min-height: 100%;
}
.common-slider .slider-item {
    min-height: 480px;
    position: relative;
}
.common-slider .content-blocks {
    position: relative;
    height: 100%;
    min-height: 100%;
}
.common-slider .slider-bg.has-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.common-slider .content-blocks > .slider-bg.desktop-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.common-slider .content-block.slider-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* Link-overlay: transparent clickable layer (does not show content; click goes to appointments) */
.common-slider .content-block.link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: transparent;
}

/* Ensure active slide is visible (slick sets display:none on slides by default) */
.common-slider .slick-slide.slick-active,
.common-slider .slick-slide.slick-current {
    display: block !important;
}
.common-slider .home-cmp {
    display: block !important;
}

/* Hero video: fill slide and ensure video plays/visible */
.common-slider .content-block.content-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.common-slider .content-block.content-video .slider-video,
.common-slider .content-block.content-video .video-js {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
}
.common-slider .content-block.content-video .video-js .vjs-tech {
    object-fit: cover;
}
.common-slider .content-block.content-video .video-js video {
    object-fit: cover;
}
.common-slider .content-block.slider-template {
    position: relative;
    z-index: 1;
}

/* Hero CTA button: always visible (fix link1-color not displaying) */
.common-slider .slide-links a,
.common-slider a[data-property="slider-top-link"] {
    display: inline-block;
    padding: 14px 32px;
    background: #000;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
}
.common-slider .slide-links a:hover,
.common-slider a[data-property="slider-top-link"]:hover {
    background: #333;
    color: #fff !important;
}

/*GALLERY LOOKS*/
.page-gallerylooks .gallerylook-header {
    margin-top: 54px;
}

.page-gallerylooks section.section-btn {
    margin-bottom: 150px;
}

.gallerylook-header {
    text-align: center;
}

.gallerylook-header .header {
    padding: 25px 0;
}

@media (max-width: 1199px) and (min-width: 992px) {

    .page-gallerylooks .gallerylook-header {
        margin-top: 50px;
    }

    .page-gallerylooks section.section-btn {
        margin-bottom: 120px;
    }
}

@media (max-width: 991px) {

    .gallerylook-header .header {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 767px) {

    .page-gallerylooks .gallerylook-header {
        margin-top: 8vw;
    }

    .page-gallerylooks section.section-btn {
        margin-bottom: 20vw;
    }
}

.page-gallerylooks .header-slider {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    line-height: 100%;
    letter-spacing: 0;
}


.page-gallerylooks .header-slide {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 0 56.25%;
    margin: 0 auto;
}

.page-gallerylooks .header-slide .header {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 5%;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: right;
    transform: translateY(-50%);
    max-height: 100%;
    overflow: hidden;
}

.page-gallerylooks .header-slide>img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/*END GALLERY LOOKS*/
/*BEGIN TESTIMONIALS*/
.page-all-testimonials .section-testimonials-landing {
    margin: 70px 0;
}

.page-all-testimonials .testimonial-text>* {
    color: #8f8f8f;
    letter-spacing: 0.15em;
    font-size: 13px;
    line-height: 230%;
}

.page-all-testimonials .section-testimonials-landing strong {
    font-size: 15px;
    letter-spacing: 0.15em;
}

.page-all-testimonials .testimonial-landing {
    margin-bottom: 60px;
}

.page-all-testimonials .testimonial-landing:last-child {
    margin-bottom: 0;
}


.page-all-testimonials .testimonials-button {
    height: 100px;
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F9F9F9 100%);
}

.page-all-testimonials .testimonials-button:before {
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    transform: translateY(-50%) rotate(45deg);
    left: 46%;
    top: 50%;
    position: absolute;
}

.page-all-testimonials .testimonials-button.button-next:before {
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.page-all-testimonials .testimonials-button.button-prev:before {
    border-top: 1px solid;
    border-left: 1px solid;
}

@media (max-width: 767px) {
    .page-all-testimonials .testimonial-landing {
        height: 100vw;
    }
}

.page-all-testimonials .inner-content {
    padding: 0 15%;
}

/*BEGIN TESTIMONIALS*/


/*CHECK IN QUEUE PAGE*/
.checkin-queue-page .list.col-list .list-item.col-50-md {
    width: 50%;
}

.checkin-queue-page .list.queue-list .list-item {
    width: 100%;
}

.checkin-queue-page .queue-header {
    padding: 20px;
}

/*CHECK IN QUEUE PAGE END*/
/*APPOINTMENT TIMEPICKER*/
.page-appointment .ui-timepicker-list {
    border: 1px solid #000;
    padding: 0;
    margin: 0;
    background-color: #fff;
    height: 120px;
    overflow: auto;
    z-index: 1;
    position: relative;
}

.page-appointment .ui-timepicker-list>li {
    list-style: none;
    padding: 10px 50px;
    border: 1px solid #000;
}

.page-appointment .ui-timepicker-list>li:hover,
.page-appointment .ui-timepicker-list .ui-timepicker-selected {
    background-color: #000;
    color: #fff
}

.page-appointment .time-picker-container input,
.page-appointment .time-picker-container .timepicker-dropdown ~ .select2,
.page-appointment .time-picker-container .appointment-time-buttons-wrapper ~ select {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.page-appointment .appointment-display-time {
    padding-left: 2.3rem;
    line-height: 3rem;
    font-size: 1.5rem;
}

.appointment-form .form-block > label.desired-time-disclaimer {
    padding-left: 0.7rem;
}

@media (max-width: 991px) {
    .page-appointment .appointment-display-time {
        padding-left: 5vw;
        line-height: 3vw;
        font-size: 1.5rem;
    }

    .page-appointment .appointment-display-time ~ input {
        top: -3.3vw;
    }

    .page-appointment .time-picker-container .has-icons i {
        top: -4vw;
    }

    .page-appointment .appointment-form .appointment-display-time ~ span.error {
        position: absolute;
        text-align: left;
    }

    .appointment-form .form-block > label.desired-time-disclaimer {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .page-appointment .appointment-display-time {
        padding-left: 6.4vw;
        line-height: 7.4vw;
        font-size: 3vw;
    }

    .page-appointment .appointment-display-time ~ input {
        top: 0;
    }

    .page-appointment .time-picker-container .has-icons i {
        font-size: 6vw;
        top: -1.2vw;
    }

    .appointment-form .form-block > label.desired-time-disclaimer {
        padding-left: 0;
    }
}

/**/

/*APPOINTMENTS CHECKBOX*/

.appointment-form .checkbox {
    margin-bottom: 20px
}

.appointment-form .checkbox label {
    position: relative;
    padding-left: 0;
    line-height: 24px
}

.appointment-form .checkbox label>* {
    vertical-align: middle
}

.appointment-form .checkbox input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0
}

.appointment-form .checkbox input[type=checkbox]~.fake-checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #454545;
    border-radius: 3px;
    color: #fff;
    line-height: 22px;
    font-size: 18px;
    padding: 0;
    text-align: center
}

.appointment-form .checkbox input[type=checkbox]:checked~.fake-checkbox {
    background-color: #454545;
    font-family: FontAwesome
}

.appointment-form .checkbox input[type=checkbox]:checked~.fake-checkbox:before {
    content: "\f00c"
}
/**/


/*JOB PAGE*/
.job-page section:not(:last-child) {
    margin-bottom: 50px;
}


.job-page h1 {
    font-size: 30px;
    font-weight: bold;
}

.job-page p {
    font-size: 14px;
    line-height: 150%;
}

.job-page p:not(:last-child) {
    margin-bottom: 20px;
}


.job-page .content {
    width: 100%;
    font-size: 0;
    position: relative;
    display: inline-block;
}

.job-page .content ul {
    font-size: 15px;
    list-style: none;
    font-weight: 300;
    color: #000;
}

.job-page .content ul li {
    position: relative;
    padding-left: 50px;
    line-height: 150%;
}

.job-page .content ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #050505;
    border-radius: 50%;
}

.job-page .requirement h3 {
    margin: 0;
    line-height: 150%;
    font-size: 17px;
    font-weight: bold;
}

.job-page h1 {
    margin-bottom: 50px;
    margin-top: 30px;
}

.job-page .btn-holder a {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}


@media (min-width: 992px) {
    .job-page .content .col-40 {
        width: 40%;
        float: left;
        padding-right: 50px;
    }


    .job-page .content .col-60 {
        width: 60%;
        float: left;
    }

    .job-page .requirement .col-40 {
        padding-right: 150px;
    }
}

@media (max-width: 991px) {
    .job-page .content .col:not(:last-child) {
        margin-bottom: 3vw;
    }

    .job-page h1 {
        font-size: 10vw;
        margin-bottom: 10vw;
        margin-top: 5vw;
    }

    .job-page .requirement h3 {
        text-align: center;
        font-size: 7vw;
    }

    .job-page p,
    .job-page .content ul {
        font-size: 5vw;
    }

    .job-page .content ul li {
        padding-left: 5vw;
    }

    .job-page .content ul li:before {
        top: 3vw;
        width: 1vw;
        height: 1vw;
    }

    .job-page .btn-holder a {
        font-size: 6vw;
        text-transform: uppercase;
    }


    .job-page p:not(:last-child) {
        margin-bottom: 3vw;
    }
}

/**/

/*JOB LISTING PAGE*/
.job-list-page section:not(:last-child) {
    margin-bottom: 70px;
}

.job-list-page .header-image {
    position: relative;
}

.job-list-page .header-image h1 {
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.job-list-page p {
    font-size: 17px;
}

.job-list-page .content {
    width: 100%;
    font-size: 0;
    position: relative;
    display: inline-block;
}

.job-list-page .content ul {
    font-size: 15px;
    font-weight: 300;
}

.job-list-page .content ul li {
    position: relative;
    padding-left: 50px;
    line-height: 150%;
}

.job-list-page .content ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #050505;
    border-radius: 50%;
}

.job-list-page .content h3 {
    margin: 0;
    line-height: 150%;
    font-size: 22px;
    font-weight: bold;
}


.job-list-page .vocation h4 {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 10px;
}

.job-list-page .vocation a {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}


@media (min-width: 992px) {
    .job-list-page .content .col-30 {
        width: 30%;
        float: left;
        padding-right: 50px;
    }

    .job-list-page .content .col-70 {
        width: 70%;
        float: left;
    }

    .job-list-page .requirement .col-30 {
        padding-right: 150px;
    }

    .job-list-page .vocation {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .job-list-page section:not(:last-child) {
        margin-bottom: 8vw;
    }

    .job-list-page .content h3 {
        margin-bottom: 8vw;
    }

    .job-list-page .content span {
        display: none;
    }

    .job-list-page .content {
        padding: 0 10vw;
    }

    .job-list-page .content .col:not(:last-child) {
        margin-bottom: 3vw;
    }

    .job-list-page h1 {
        font-size: 10vw;
    }

    .job-list-page .content h3,
    job-list-page .vocation h4 {
        text-align: center;
        font-size: 7vw;
    }

    .job-list-page p,
    .job-list-page .content ul {
        font-size: 5vw;
    }

    .job-list-page .content ul li {
        padding-left: 5vw;
    }

    .job-list-page .content ul li:before {
        top: 3vw;
        width: 1vw;
        height: 1vw;
    }

    .job-list-page .vocation {
        margin-bottom: 5vw;
    }

    .job-list-page .vocation a,
    .job-list-page .vocation h4 {
        font-size: 4vw;
    }
}

/**/

/*APPOINTMENTS BUDGET IMPROVEMENTS*/

@media (min-width: 994px) {
    .page-appointment .budgets {
        padding-top: 3rem;
    }

    .appointment-form .budgets>.form-block {
        padding-bottom: 1rem;
    }
}

.page-appointment .budgets .form-block>input[type='radio'] {
    height: 1rem;
    width: 3rem;
    display: inline-block;
    box-shadow: none;
    cursor: pointer;
}

.page-appointment .budgets .form-block>label {
    display: inline-block;
    width: 80%;
    position: relative;
    top: -0.25rem;
    cursor: pointer;
}

.appointment-form .budgets .form-block:last-child {
    padding-bottom: 0;
}

@media (max-width: 993px) {
    .appointment-form .budgets>.form-block {
        padding-bottom: 2.6vw;
    }

    .page-appointment .budgets {
        padding-top: 7vw;
    }
}

.appointment-form .form-block input[type='radio']+span.error:not(.valid)~label {
    opacity: 1;
}

/**/
.appointment-form .has-icons .select2-container--open~i.fa-caret-down {
    transform: rotateX(180deg);
}

/* APPOINTMENTS */
.appointment-form .form-box .inline-block.description label {
    position: static;
}

@media (max-width: 991px) {
    .appointment-form button {
        font-size: 2.97vw;
    }
}

.page-appointment .form-result .has-success+.success-html {
    display: block;
}

@media(max-width: 991px) {
    .appointment-form .time-picker-container .inline-block>label {
        top: 0;
    }
}

.success-html {
    display: none;
}

.has-success~.success-html {
    display: block;
}

.page-appointment .appointment-steps .step:not(.active) {
    opacity: 0.45;
}

.appointment-form iframe {
    border: 0;
}

/* END APPOINTMENTS */

.articlelist-accordion--theme1 .panel {
    background: transparent;
}

/* Featured/Recommended products carousel arrows */
.products-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background: transparent;
    border: none;
    transition: opacity 0.2s;
}
.products-arrow.slick-prev {
    left: -40px;
}
.products-arrow.slick-next {
    right: -40px;
}
.products-arrow .arrow {
    display: none !important;
}
.products-arrow.slick-arrow::before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    border: solid #222;
    border-width: 2px 2px 0 0;
    display: block !important;
    box-sizing: border-box;
}
.products-arrow.slick-prev::before {
    transform: rotate(-135deg);
    margin-left: -4px;
}
.products-arrow.slick-next::before {
    transform: rotate(45deg);
    margin-left: -8px;
}
.products-arrow.slick-disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}
.products-arrow:hover {
    opacity: 0.7;
}
/* Overflow visible so arrows outside are not clipped */
#section-featured-products .product-list,
.section-featured .product-list,
.featured-products .product-list,
.recommended-products .product-list {
    position: relative;
    overflow: visible;
}
#section-featured-products .row,
.section-featured .row {
    overflow: visible;
}

/* About Us hero static image */
.aboutus-hero-static {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.aboutus-hero-static picture {
    display: block;
    width: 100%;
}
.aboutus-hero-static__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}