.store-card__container {
    background: var(--secondary_color);
    width: 100%;
    position: relative;
    height: 455px;
}

.grecaptcha-badge {
    display: none !important;
}

.schedule__schedule-day-label--content {
    display: flex;
    flex-direction: column;
}

.store-card {
    background: #FFFFFF;
    box-shadow: 0px 13px 19px rgb(0 0 0 / 7%);
    border-radius: 32px;
    height: 344px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 80%;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.store-info__container{
    width: 60%;
}

.store-info {
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.store-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #000000;
    word-break: break-word;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.store-address {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.54);
}

.device-images {    
    width: 400px;
    object-fit: scale-down;
}

.store-info .widget-booking__button-content {
    width: 303px !important;
    height: 74px !important;
}

.store-info > .widget__labels-first-text {
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.contact-us__container {
    background: var(--secondary_color);
    height: 528px;
    position: relative;
    width: 100%;
}

.store-hours__container {
    height: 400px;
    width: 100%;
}

.store-services__container {
    width: 100%;
}

.store-reviews__container {
    height: 400px;
    width: 100%;
}


/* BEGIN Services section */
.services-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
}

.store-services-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 47.3895px;
    line-height: 57px;
    letter-spacing: 0.182267px;
    color: #000000;
    text-align: center;
    width: 90%;
    word-break: break-word;
}

.store-services-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.182267px;
    color: #000000;    
    text-align: center;
    width: 45%;
}
/* ENDS Services section */

/* BEGIN Store details section */
.store-details__container {
    margin-top: 100px;
    width: 100%;
    margin-bottom: 25px;
}

.store-details-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 5%;
    gap: 30px;
    max-width: 1302px;
    margin: 0 auto;
}

.store-location-information {
    display: flex;
    flex-direction: column;
    max-width: 790px;
    width: 100%;
}

.store-location {
    border-radius: 24px;
    width: 100%;
}

.store-information-schedule {
    display: flex;
    width: 100%;
}

.store-details-information {
    min-height: 430px;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 64px;
}

.store-information {
    max-width: 527px;
    width: 100%;
}

.store-phone-address {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 24px;
}

.store-information-title,
.social-media-title,
.store-business {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: var(--primary_color);    
}

.store-phone-details,
.store-address-details {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    column-gap: 15px;
    padding: 15px 0;
}

.store-address-details {
    max-width: 250px;
}

.store-info-phone {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #000000;  
}

.store-detail-address-section {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
}

.store-information svg {
    height: 17px;
    width: 17px;
}

.directions-label {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.store-detail-address {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    padding-right: 20px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;    
}

.store-directions {
    color: var(--secondary_color);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-decoration-line: underline;
}

.social-media-icon {
    width: 48px;
}

.social-media-icons {
    padding-top: 10px;
    display: flex;
    width: 100%;
    gap: 10px;
}

.store-hours {
    min-height: 430px;
}

.location-horizontal {
    display: none;
}

.location-vertical {
    width: 790px;
    height: 394px;
    border-radius: 24px;
    object-fit: cover;
}

.location-vertical.ultra {
    height: 620px;
}

/* ENDS Store details section */

/* BEGIN Store hours section */
.microsite__store_hours {
    margin-top: 12px;
    margin-left: 42px;
}

.store-business-availability {
    display: flex;
    width: 100%;
    justify-content: baseline;
    gap: 16px;
    align-items: center;
    margin-top: 16px;
}

.store-business-availability svg path {
    fill: var(--secondary_color);
}

.store-business-availability-label {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: var(--secondary_color);
}

.schedule__schedule-day-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    margin: 5px 0;
    align-items: baseline;
}
 
.active-day {
    color: var(--primary_color);
}

.active-day .labelws__component {
    color: var(--primary_color);
}

.store_hours_open_until_container {
    margin-top: 20px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.store_hours_open_until {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--secondary_color);    
}

.schedule__schedule-day-week {
    width: 45%;
}

.schedule__schedule-day-label {
    width: 55%;
}
/* ENDS Store hours section */




/*Reviews section*/
.store-reviews__container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 661px;
    row-gap: 60px;
    padding: 65px 0;
    box-sizing: border-box;
}

.store-reviews__container .reviews__t {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #000000;
    width: 90%;
    margin: 0 auto;
}

.store-reviews__container .wgt-revws__reviews-footer-btn {
    border: 0px solid var(--secondary_color);
    background: var(--primary_color);
}

.store-reviews__container .wgt-review__lbl-btn {
    color: white;
}

.store-reviews__container .wgt-revws__reviews-btn-icon path {
    stroke: white;
}

/* BEGIN Contact form */
.contact-us__container {
    background: var(--secondary_color);
    width: 100%;
    position: relative;
    height: 628px;
    margin-top: 200px;
}

.microsite_contact-form__container {
    background: #FFFFFF;
    width: 75%;
    border-radius: 32px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    top: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 70px;
}

.microsite_contact-form__container .contact-form-description {
    display: none;
}

.microsite_contact-form__container .contact-form-customer-info {
    column-gap: 25px;
}

.microsite_contact-form-text1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 0px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02666em;
    color: #252F40;
}
/* ENDS Contact form */

.ultrawide {
    display: flex !important;
}

.non-ultrawide {
    display: none !important;
}

@media (min-width: 1500px) {
    .contact-us__container {
        margin-top: 300px;
    }

    .microsite_contact-form__container .contact-form__container {
        padding: initial !important;
    }
    
    .microsite_contact-form__container .contact-form__container{
        width: 640px;
    }

    .store-hours {
        min-width: 396px;
    }
}

@media (min-width: 1001px) and (max-width: 1500px) {
    .microsite_contact-form__container .contact-form__container {
        padding: initial;
        padding-bottom: 37px;
    }

    .store-details-card {
        flex-direction: column;
        align-items: center;
        max-width: 897px;
        padding: 0;
        max-height: 1306px;
        height: auto;
    }

    .store-location-information {
        max-width: 775px;
    }

    .store-information-schedule {
        max-width: 775px;
        justify-content: space-between;
    }

    .store-details-information {
        max-width: 310px;
        flex-direction: column;
        gap: 24px;
        margin-top: 0;
    }

    .store-address-details {
        max-width: unset;
    }

    .store-phone-address {
        flex-direction: column-reverse;
        gap: 0;
    }

    .location-vertical {
        width: 775px;
        height: 345px;
    }

    .store-hours {
        width: 404px;
    }

    .schedule__schedule-day-item {
        margin: 15px 0 0;
    }
    
    .microsite_contact-form__container .contact-form__container{
        width: 640px;
    }

    .microsite__store_hours {
        margin-left: 0;
    }

    .ultrawide {
        display: none !important;
    }

    .non-ultrawide {
        display: flex !important;
    }
}

/*Tablet / iPads*/
@media (min-width: 763px) and (max-width: 1000px) {
    /* BEGIN Store info section */    
    .device-images {
        height: 245px;
    }

    .store-card {
        flex-direction: column-reverse;
    }    

    .store-info__container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .store-device-image {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .store-info {
        align-items: center;
    }

    .store-location-information {
        max-width: 721px;
        border-radius: 32px;
    }
    /* ENDS Store info section */

    /* BEGIN Store details section */
    .location-horizontal {
        display: block;
        border-radius: 32px;
    }

    .location-vertical {
        display: none;
        object-fit: cover;
    }

    .store-details-card {
        flex-direction: column;
        padding: 0;
        row-gap: 34px;
        align-items: center;
    }

    .store-location {
        width: 100%;
        max-width: initial;
        height: 344px;
    }

    .store-details-information {
        width: 100%;
        display: flex;
        min-height: initial;
        max-width: 310px;
        flex-direction: column;
        gap: 24px;
        margin-top: 0;
    }

    .store-phone-details, 
    .store-address-details {
        padding: 8px 0;
    }

    .store-phone-address {
        flex-direction: column-reverse;
        gap: 0;
    }

    .store-information-schedule {
        max-width: 721px;
        display: flex;
        justify-content: center;
        gap: 41px;
        align-items: flex-start;
    }

    .store-detail-address-section{
        border: none;
    }

    .store-hours {
        width: 100%;
        min-height: initial;
    }

    .location-vertical {
        display: none;
    }

    .location-horizontal {
        display: block;
        width: 100%;
    } 

    .microsite__store_hours {
        margin-left: 0;
    }

    .schedule__schedule-day-item {
        margin: 7.5px 0;
    }

    .store-services-subtitle {
        width: 75%;
    }
    /* ENDS Store details section */

    .widget__labels-first-text {
        font-size: 14px !important;
    }

    .widget__labels-second-text {
        font-size: 16px !important;
    }

    .store-info .widget-booking__button-content {
        width: 220px !important;
        height: 50px;
    }

    /*Reviews section*/
    .store-reviews__container .reviews__t {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        letter-spacing: 0.182267px;
        color: #000000;
        width: 90%;
        margin: 0 auto;
    }

    .microsite_contact-form__container {
        row-gap: initial;
        top: 40%;
    }

    .contact-us__container {
        margin-top: 100px;
    }

    .microsite_contact-form__container {
        width: 90%;
    }

    .ultrawide {
        display: none !important;
    }

    .non-ultrawide {
        display: flex !important;
    }
}

/*Tablet - Mobile*/
@media (min-width: 1px) and (max-width: 762px) {
    .device-images {
        width: 300px;
    }

    .store-card {
        flex-direction: column-reverse;
    }     
    
    .store-info__container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .store-info {
        align-items: center;
    }

    .store-details-card {
        flex-direction: column;
        row-gap: 32px !important;
        max-width: 350px !important;
        padding: 0 !important;
    }
    
    .location-vertical {
        width: 100%;
        height: 147px !important;
    }

    .location-horizontal {
        height: 147px !important;
        border-radius: 32px ;
    }

    .store-location {
        width: 100%;
        max-width: initial;
        height: 147px !important;
    }

    .store-details-information {
        width: 100%;
        min-height: initial;
        flex-direction: column;
        gap: 24px;
    }

    .store-phone-address {
        flex-direction: column-reverse;
        gap: 0;
    }

    .store-details-social {
        border-bottom: 1px #fff solid;
    }

    .store-information-schedule {
        flex-direction: column;
        gap: 32px;
    }

    .store-details-information {
        width: 100%;
        min-height: initial;
    }

    .store-hours {
        width: 100%;
        min-height: initial;
    }

    /*Reviews section*/
    .store-reviews__container .reviews__t {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        letter-spacing: 0.182267px;
        color: #000000;
        width: 90%;
        margin: 0 auto;
    }

    .contact-us__container {
        margin-top: 300px;
    }

    .microsite_contact-form__container {
        padding: initial;
        top: 25%;
    }

    .microsite_contact-form__container .contact-form__container {
        padding: 0px 37px;
    }

    .microsite_contact-form__container {
        width: 90%;
    }

    .store-title {
        font-size: 40px;
    }

    .widget-booking__button-icon {
        width: auto !important;
    }

    .widget__labels-second-text {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .widget__labels-first-text {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .store-card {
        width: 90%;
    }

    .ultrawide {
        display: none !important;
    }

    .non-ultrawide {
        display: flex !important;
    }

    .microsite__store_hours {
        margin-left: 0;
    }
}

/*Mobile - Special Queries cases to change Tablet -> Mobile*/
@media (min-width: 1px) and (max-width: 450px) {
        /* BEGIN Store info section */    
        .device-images {
            width: 210px;
        }
    
        .store-card {
            flex-direction: column-reverse;
        }    
    
        .store-info__container {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
        }
    
        .store-device-image {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .store-info {
            align-items: center;
        }

        .store-title {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            font-size: 24px;
            line-height: 24px;
            font-feature-settings: 'liga' off;
            color: #000000;
        }

        .store-address {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #565656;
        }

        .store-info .widget-booking__button-content {
            width: 220px !important;
        }

        .store-info .widget-booking__button-icon {
            width: 40px !important;
        }

        .widget__labels-first-text {
            font-size: 14px !important;
            line-height: 24px !important;
        }

        .widget__labels-second-text {
            font-size: 16px !important;
            line-height: 18px !important;
        }

        .store-info > .widget__labels-second-text {
            font-size: 22px !important;
        }

        .store-services-subtitle {
            width: 80%;
        }
        /* ENDS Store info section */

        /* BEGIN Store details section */
        .store-details-card {
            flex-direction: column;
            padding: 5%;
            row-gap: 50px;
        }    
        
        .store-location {
            height: 150px;
            width: 100%;
        }

        .store-details-information {
            width: 100%;
            min-height: initial;
        }

        .store-detail-address-section {
            border: none;
        }

        .store-hours {
            width: 100%;
        }

        .location-vertical {
            display: none;
        }

        .location-horizontal {
            display: block;
            width: 100%;
        }

        .microsite__store_hours {
            margin-left: initial;
        }
        /* ENDS Store details section */

    .contact-us__container {
        margin-top: 300px;
    }   

    .ultrawide {
        display: none !important;
    }
    
    .non-ultrawide {
        display: flex !important;
    }
}