﻿
/* 
    GOOGLE FONTS
    font-family: "League Spartan", sans-serif; - headlines - <weight>: Use a value from 100 to 900
    font-family: "Quattrocento", serif; - sub headlines - font-weight: 400, 700;
    font-family: "Quicksand", sans-serif; - paragraphs - <weight>: Use a value from 300 to 700
    font-family: "Montserrat", sans-serif; - paragraphs or headlines (extra font - might not use this one) - <weight>: Use a value from 100 to 900
*/

/* override some default styling */
.container {
    padding: 0px;
    max-width: 100%;
    box-sizing: border-box;
}

body {
    margin-bottom: 0px;
}

main.pb-3 {
    margin-top: 0px;
    padding-bottom: 0px !important;
}

/* styles applied to the whole page */

.home-page-section {
    padding: 55px 20px;
}

.swiper-section {
    padding-left: 0px;
    padding-right: 0px;
}

.swiper {
    --swiper-pagination-color: #007B7F;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-navigation-size: 30px;
    --swiper-navigation-color: #1d1d1f;
}

.light-grey-section .swiper, .white-section .swiper {
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-color: #145D66;
}

.custom-swiper-prev,
.custom-swiper-next {
    display: none;
}

.desktop-call-button {
    display: none;
}

/* logo animation intro */

#logo-animation {
    position: fixed;
    inset: 0;
    background: #121212;
    background: #000;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s ease-in-out;
}

#logo-animation.slide-up {
    transform: translateY(-100%);
}

#logo-animation.hidden {
    display: none;
}

#logo-animation video {
    width: 100%;
}


/* hero section */
#hero-section {
    position: relative;
    background-color: #f5f5f7;
    height: calc(100vw * 2); /* hero img ratio is 1:2 */
    max-height: 100vh;
}

#hero-section img {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

#hero-section .headline {
    font-size: 2.4rem;
    margin-top: 0px;
    margin-bottom: 0px;
}

#hero-text-div {
    position: absolute;
    top: 110px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    max-width: 400px;
    color: #000;
    z-index: 2;
    /* center */
    left: 0;
    right: 0;
    margin: auto;
}

/* tint highlights section */

#tint-highlights-section .headline {
    margin-bottom: 20px;
}

#tint-highlights-section .swiper-slide {
    width: 320px !important;
    padding: 0px 10px;
}

#tint-highlights-section .swiper-card {
    background-color: #fff;
    box-shadow: 2px 4px 12px #00000014;
    border-radius: 15px;
    padding: 28px;
    text-align: center;
    height: 422px;
}

#tint-highlights-section .swiper {
    padding-bottom: 45px; /* get page bullets to show under cards instead of overlapping */
}

#tint-highlights-section img {
    display: block;
    height: 165px;
    margin: auto;
    margin-bottom: 30px;
    filter: brightness(0) saturate(100%) invert(33%) sepia(68%) saturate(810%) hue-rotate(138deg) brightness(95%) contrast(100%);
}

/* before-after-tint-section */

#emoji-grid-container {
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    justify-items: center;
    align-items: center;
    margin-top: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

#emoji-grid-container img {
    width: 100%;
}

#arrow-icon {
    font-size: 22px;
}

/* plotter-section */

#plotter-section .sub-headline-type-2 {
    margin-top: 5px;
    margin-bottom: 20px;
}

#plotter-video-wrapper {
    width: 100%;
    max-width: 500px;
    margin: auto;
    aspect-ratio: 1 / 1;
}

#plotter-video-wrapper video {
    width: 100%;
    max-width: 500px;
    margin: auto;
    border-radius: 15px;
}

#plotter-video-wrapper .progress-bar {
    width: calc(100% - 15px);
    border-radius: 15px;
}

#plotter-video-wrapper .play-pause-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

#plotter-video-wrapper .fa-pause {
    padding-left: 20px;
    padding-right: 20px;
}

#plotter-video-wrapper .spinner-animation {
    border: 5px solid #909090;
    border-top: 5px solid transparent;
}

/* expert-installation-section */

#expert-installation-section .headline {
    margin-bottom: 20px;
}

#expert-installation-section img {
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#expert-img-and-p p {
    max-width: 500px;
    margin: auto;
}


/* shade-section */

#shade-section .sub-headline-type-2 {
    margin-bottom: 20px;
}

#all-tint-shades-img {
    width: 100%;
    max-width: 820px;
    display: block;
    margin: auto;
    border-radius: 15px;
    background-color: #272727;
}

#tint-shade-picker {
    background-color: #222326;
    border-radius: 15px;
    margin-top: 70px;
    padding-bottom: 7px
}

.tint-shade-img {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    display: none;
}

.tint-shade-img-active {
    display: block;
}

#tint-shade-percentages {
    padding-top: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 17px;
    color: #6e6e73;
}

.tint-shade-percentage {
    cursor: pointer;
}

.active-percentage {
    font-weight: 600;
    color: #e0e0e0;
    font-size: 25px;
}

#shade-section .tint-shade-swiper {
    margin-left: -20px;
    margin-right: -20px;
}

#shade-section .tint-shade-swiper .swiper-wrapper {
    padding-top: 5px;
    padding-bottom: 40px;
}

#shade-section .swiper-slide {
    padding: 0px 7px;
    width: 70vw;
    max-width: 350px;
    height: auto;
    align-self: stretch; /* get all slides to be at tall as tallest slide! So all slides have same height */
}

.tint-shade-card {
    background-color: #303134;
    box-shadow: 2px 4px 6px #000000e6;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    height: 100%;
    cursor: pointer;
}

.swiper-slide-active .tint-shade-card {
    border: solid 2px #145D66;
}

.tint-shade-card-headline {
    font-family: "Quattrocento", serif;
    font-size: 1.7rem;
    text-align: center;
    line-height: 28px;
    margin-bottom: 10px;
}

.tint-shade-description {
    margin-bottom: 0px;
    line-height: 1.7;
}


/* choose film section */

#choose-film-section {
    background-image: linear-gradient(#f5f5f7, #C0DEDF);
}

#choose-film-section .sub-headline-type-2 {
    margin: 0px 30px 10px;
}

#choose-film-section .swiper-slide {
    width: 320px !important;
    padding: 0px 7px;
    height: auto;
    align-self: stretch; /* get all slides to be at tall as tallest slide! So all slides have same height */
}

#choose-film-section .film-card {
    background-color: #fff;
    box-shadow: 2px 4px 12px #00000014;
    border-radius: 15px;
    padding: 10px 28px 28px;
    text-align: center;
    height: 100%;
    position: relative;
}

#choose-film-section .swiper-wrapper {
    padding-top: 15px; /* allow space for box shadow */
    padding-bottom: 40px; /* get page bullets to show under cards instead of overlapping */
}

.ribbon {
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 10px; /* the top offset */

    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
    background: #EBEBED;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
    color: black;
    font-size: 14px;
    font-weight: 400;
}

.film-card-headline {
    font-family: "Quattrocento", serif;
    font-size: 1.8rem;
    text-align: center;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 5px;
}

.film-card-sub-headline {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0px;
}

.film-card ul {
    list-style-type: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.film-card li {
    margin-bottom: 10px;
    display: flex;
    gap: 5px;
}

.film-card li p {
    margin: 0px;
    line-height: 1.5;
}

.money-signs {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin: 20px 0px;
    color: #DBDBDC;
}

.green-money-signs {
    color: #4f772d;
}

#film-tab-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 300px;
    margin-top: 30px;
    margin-bottom: 15px;
    margin: 30px auto 0px;
}

.film-tab-button {
    font-weight: 500;
    color: #6e6e73;
    cursor: pointer;
}

.film-tab-button-active {
    text-decoration: underline;
    font-weight: 700;
    color: #1d1d1f;
}

#not-sure-which-film-large-view-div {
    display: none;
}


/* videos section */
#videos-section .sub-headline-type-2 {
    margin-bottom: 30px;
}

.videos-swiper {
    position: relative;
}

#videos-section .swiper-wrapper {
    padding-bottom: 10px;
}

#videos-section .swiper-slide {
    max-width: 400px;
}

#nav-and-pagination-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #898989;
}

#videos-section .swiper-pagination {
    position: relative;
    width: auto;
    top: 0;
}

.swiper-videos-prev,
.swiper-videos-next {
    background-color: transparent;
    color: #898989;
    z-index: 11;
}

.video-wrapper, #see-more-slide {
    width: 100%;
    height: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 15px;
}

#see-more-slide {
    background-color: #212121;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#videos-section .progress-bar {
    width: calc(100% - 20px);
    border-radius: 10px;
}

#videos-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

#gallery-link-button {
    display: block;
    text-decoration: none;
}

#gallery-link-button:hover {
    color: black;
}

/* photos section */
#photos-section .sub-headline-type-2 {
    margin-bottom: 30px;
}

#photos-section .swiper-slide {
    width: 70vw;
    max-width: 350px;
    padding: 0px 10px;
}

#photos-section .swiper-slide img {
    width: 100%;
    border-radius: 15px;
    background-color: #222326;
}

#scroll-toggle-div {
    text-align: right; /* get play/pause button to be on the right side */
}

#scroll-toggle {
    background-color: transparent;
    color: #898989;
    border: solid 1px #898989;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    margin-right: 10px;
}

#scroll-toggle .fa-pause {
    padding: 0px 8px;
}

#scroll-toggle .fa-play {
    padding: 0px 5px;
}


/* reviews section */
#reviews-section {
    height: 635px;
}

#reviews-section .headline {
    margin-bottom: 20px;
}

/* reviews fallback */
#reviews-fallback {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    margin-top: -20px;
}

#reviews-fallback-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

#reviews-fallback-content .fa-star {
    font-size: 2.5rem;
    color: #f5a623;
}

#reviews-fallback-content p {
    font-size: 1.15rem;
    margin: 0;
}

#read-our-google-reviews-button {
    display: block;
    margin: 20px auto 0;
    text-decoration: none;
    color: #fff;
    width: fit-content;
}

/* elfsight diagnostics (non-production only) */
#elfsight-diagnostics {
    margin-top: 12px;
    padding: 16px;
    background: #1e1e1e;
    border-radius: 8px;
    font-family: monospace;
    font-size: 0.8rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#elfsight-diagnostics p {
    margin: 4px 0;
    line-height: 1.5;
}

#elfsight-diagnostics .diag-ok {
    color: #4caf50;
}

#elfsight-diagnostics .diag-warn {
    color: #ff9800;
}

#elfsight-diagnostics .diag-error {
    color: #f44336;
}


/* guaranty warranty section */

#guaranty-warranty-section {
    background-color: #000;
}

#guaranty-warranty-section .headline {
    margin-bottom: 20px;
}

#guaranty-warranty-section img {
    width: 200px;
    max-width: 100%;
    display: block;
    margin: auto;
}

.badge-description {
    text-align: center;
    width: 300px;
    max-width: 100%;
    margin: auto;
}

#and-sign {
    text-align: center;
    font-size: 80px;
    line-height: 1;
    margin: 10px 0px;
}

/* CTA sections */

.cta-section {
    background-image: linear-gradient(#f5f5f7, #B0D6D7);
    text-align: center;
    color: #1d1d1f;
}

.cta-sub-headline {
    font-weight: 500;
    margin-bottom: 30px;
}

.cta-section button {
    font-weight: 500;
}

/* FAQ Section */
#faq-section {
    max-width: 860px;
    margin: 0 auto;
}

#faq-section .headline {
    margin-bottom: 20px;
}

.faq-card {
    background: #222326;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #E0E0E0;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}

.faq-answer-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-card.active .faq-answer-wrapper {
    max-height: 500px; /* large enough to accommodate content */
}

.faq-card.active .faq-chevron {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 20px 20px;
    margin: 0;
    color: #d1d1d1;
}

/* discounts section */

#discount-section {
    position: relative;
    color: #1d1d1f; /* shade of black from apple site */
}

#discount-background-card {
    position: absolute;
    top: 55px;
    bottom: 55px;
    left: 10px;
    right: 10px;
    border-radius: 15px;
    background-color: #f5f5f7;
    z-index: 1;
}

#discount-section .headline {
    margin-top: 30px;
    position: relative; /* needs a position other than static for z-index to work */
    z-index: 2;
}

#discount-section .sub-headline-type-2 {
    margin: 5px 0px 30px;
    position: relative; /* needs a position other than static for z-index to work */
    z-index: 2;
}

#discount-section .swiper {
    --swiper-pagination-bullet-inactive-color: #000;
}

#discount-section .swiper-wrapper {
    padding-bottom: 45px; /* get page bullets to show under cards instead of overlapping */
}

#discount-section .swiper-slide {
    width: 65vw;
    max-width: 325px;
    padding: 0px 7px;
    height: auto;
    align-self: stretch; /* get all slides to be at tall as tallest slide! So all slides have same height */
}

.discount-card {
    background-color: #fff;
    box-shadow: 2px 4px 12px #00000014;
    border-radius: 15px;
    text-align: center;
    height: 100%;
}

.discount-img-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.discount-card img {
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#vet-img {
    object-position: top;
}

#discount-section .card-headline {
    font-size: 1.3rem;
}

.discount-card-text {
    padding: 20px;
    height: 100%;
}

.discount-card-text p {
    margin-bottom: 0px;
    line-height: 1.5;
}

#one-per-car {
    text-align: center;
    color: #6e6e73;
    line-height: 1.5;
    margin: 15px 30px 30px;
    position: relative; /* needs a position other than static for z-index to work */
    z-index: 2;
}

#one-per-car .fa-lock {
    margin-right: 5px;
}

#no-deal-fits-slide .discount-card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* appt types section */
#appt-types-section .headline {
    margin-bottom: 10px;
}

#appt-types-section .sub-headline-type-2 {
    font-weight: 300;
}

.appt-type-card {
    background-color: #222326;
    border-radius: 15px;
    padding: 25px;
    margin-top: 85px;
    max-width: 415px;
    margin-right: auto;
    margin-left: auto;
}

.appt-type-icon {
    text-align: center;
    font-size: 100px;
    line-height: 1;
    margin-top: -80px;
}

#appt-types-section .card-headline {
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.appt-type-p {
    margin-bottom: 0px;
    font-weight: 300;
}


/* hours section */

#hours-section {
    max-width: 415px;
    max-width: 860px;
    margin: auto;
}

#hours-section .headline {
    margin-bottom: 20px;
}

.day-hours {
    display: flex;
    justify-content: space-between;
}

#hours-notes-display {
    margin-bottom: 20px;
}

.hours-note-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 15px;
}

.hours-note-banner .fa-circle-info {
    flex-shrink: 0;
}

/* location section */

#location-section {
    max-width: 860px;
    margin: auto;
}

#location-section .headline {
    margin-bottom: 20px;
}

#google-map {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    margin-bottom: 10px;
}

#map-and-recenter-button-div {
    position: relative;
}

#recenter-map-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    font-size: 13px;
    color: white;
    background: rgba(9, 9, 9, 0.7);
}

#location-section p {
    margin-bottom: 0px;
}

#address-label {
    font-weight: 700;
}

#address-and-directions-button-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

#directions-div {
    min-width: 122px;
}

#directions-link {
    text-decoration: none;
}

#directions-link:hover {
    color: black;
}

/* locally owned section */

#locally-owned-section img {
    width: 100%;
    max-width: 400px;
    border-radius: 15px;
    margin: 20px auto;
    display: block;
}

#locally-owned-text-and-button {
    max-width: 400px;
    margin: auto;
}

#about-us-button-div {
    text-align: center;
}

/* footer */
footer {
    text-align: center;
    padding: 55px 20px;
}

footer p {
    line-height: 1;
    font-weight: 500;
}

.social-media img {
    width: 30px;
    filter: brightness(0) saturate(100%) invert(43%) sepia(0%) saturate(1313%) hue-rotate(8deg) brightness(99%) contrast(98%);
}

.social-media {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 45px;
}

.contact-container {
    display: inline-block;
    margin: auto;
    margin-top: 7px;
}

.contact-div {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    margin-bottom: 5px
}

.contact-div img {
    width: 25px;
}

.contact-div p {
    margin-bottom: 0px;
    line-height: 1;
}

/*----------------------------------------------------------------------------------------------------------
----------------------------------------------- Media Queries Below ----------------------------------------
----------------------------------------------------------------------------------------------------------*/

@media (min-width: 365px) {
    #hero-section .headline {
        font-size: 2.5rem;
    }
}


@media (min-width: 455px) {

    #hero-button-get-quote {
        background: rgba(255, 255, 255, 0.4);
        font-weight: 500;
    }

    #videos-section {
        padding-left: 0px;
        padding-right: 0px;
    }

    #videos-section .swiper-wrapper {
        max-height: 80vh;
    }

    .video-wrapper {
        max-height: 80vh;
    }

    #see-more-slide {
        max-height: 80vh;
    }

    #videos-section .swiper-slide {
        padding: 0px 7px;
    }

    #nav-and-pagination-div {
        max-width: 400px;
        margin: auto;
    }

    .darken-video {
        background-color: #121212;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 15px;
        z-index: 3;
        opacity: 0.8;
        cursor: pointer;
    }

    .swiper-slide-active .darken-video {
        display: none;
    }

    #stand-behind-our-work-br {
        display: none;
    }

}

@media (min-width: 520px) {
    #appt-types-section .headline br {
        display: none;
    }

    #locally-owned-section .headline br {
        display: none;
    }
}


@media (min-width: 710px) {

    /* styles applied to the whole page */

    .home-page-section {
        padding: 100px 20px;
    }

    .swiper-section {
        padding-left: 0px;
        padding-right: 0px;
    }

    .custom-swiper-prev, .custom-swiper-next {
        display: inline-block;
        font-size: 25px;
        width: 50px;
        height: 50px;
        text-align: center;
        background-color: #E7E7E9;
        color: #1d1d1f;
        opacity: 0.7;
        cursor: pointer;
        padding: 5px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-47px);
        z-index: 3;
    }

    .custom-swiper-prev {
        left: 10px;
    }

    .custom-swiper-next {
        right: 10px;
    }

    .custom-swiper-prev.swiper-button-disabled, 
    .custom-swiper-next.swiper-button-disabled {
        display: none;
    }

    .mobile-call-button {
        display: none;
    }

    .desktop-call-button {
        display: inline-block;
    }

    #arrow-icon {
        margin: 0px 4px 0px 1px;
        font-size: 16px;
    }

    /* logo animation intro */

    #logo-animation {
        background: #121212;
    }

    #logo-animation video {
        width: 90vw;
        max-width: 600px;
        max-height: 90vh;
        border-radius: 15px;
        box-shadow: 0px 0px 40px #3D3D3D;
    }

    /* hero section */

    #hero-section {
        height: 100%;
        max-height: 100%;
        background-color: #121212;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #hero-section img {
        position: relative;
        max-width: 400px;
        border-radius: 15px;
        display: block;
        margin: auto;
        background-color: #272727;
    }

    #hero-text-div {
        position: relative;
        color: #E0E0E0;
        top: 0;
        margin-bottom: 30px;
    }

    #hero-section .desktop-call-button {
        color: #000;
        background-color: #fff;
        font-weight: 500;
        border: solid 2px white;
    }

    #hero-button-get-quote {
        background-color: transparent;
        border: solid 2px #fff;
        color: #fff;
    }


    /* expert installation section */
    #expert-img-and-p {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    #expert-img-and-p img {
        max-width: 400px;
        margin: 0px;
        background-color: #272727;
    }

    #expert-img-and-p p {
        max-width: 400px;
        margin: 0px;
    }


    /* guaranty and warranty section */
    #guaranty-warranty-badges {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    #and-sign {
        align-self: center;
    }

    #guaranty-warranty-section img {
        width: 100%;
        max-width: 250px;
    }

    .badge-description {
        width: 250px
    }

    /* appt types section */

    #appt-type-cards-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        align-items: stretch;
        max-width: 840px;
        margin: auto
    }

    /* location section */
    #google-map {
        height: 500px;
    }

    /* locally owned img and text */
    #locally-owned-img-and-text {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-top: 30px;
    }

    #locally-owned-img-and-text img {
        max-width: 400px;
        margin: 0px;
    }

    #locally-owned-text-and-button {
        margin: 0px;
    }

    #about-us-button-div {
        text-align: left;
    }
}
/* end of "@media (min-width: 710px)" */

@media (min-width: 800px) {

    #hero-section {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding-left: 20px;
        padding-right: 20PX;
    }

    #hero-section .headline, #hero-section .sub-headline {
        text-align: start;
    }

    #hero-text-div {
        margin: 0px;
        text-align: start;
    }

    #tint-shade-picker {
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
    }

    #shade-section .tint-shade-swiper {
        margin: 0px;
    }

    #shade-section .swiper-slide {
        width: 100%;
        max-width: 100%;
        padding: 0px 20px;
    }

    .tint-shade-card {
        cursor: default;
    }

    #choose-film-section .sub-headline-type-2 {
        margin-bottom: 25px;
    }

    #film-tab-buttons {
        display: none;
    }
}


@media (min-width: 1000px) {
    /* film swiper is destroyed at this breakpoint */

    #choose-film-section .swiper-wrapper {
        padding-bottom: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #choose-film-section .custom-swiper-prev, #choose-film-section .custom-swiper-next {
        display: none;
    }

    #not-sure-which-film-slide {
        display: none;
    }

    #not-sure-which-film-large-view-div {
        display: block;
    }

    #not-sure-which-film-large-view-div h3 {
        font-size: 1.4rem;
        text-align: center;
        margin-top: 40px;
    }

    #not-sure-which-film-large-view-div p {
        max-width: 750px;
        margin: auto;
        text-align: center;
    }

}

@media (min-width: 1200px) {

    /* discount swiper is destroyed at this breakpoint */

    #discount-section .swiper-wrapper {
        padding-bottom: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #discount-section .custom-swiper-prev, #discount-section .custom-swiper-next {
        display: none;
    }

    #discount-section .swiper-slide {
        width: 23vw;
        max-width: 325px;
    }

    #no-deal-fits-slide {
        display: none;
    }


}
/* end of "@media (min-width: 1200px)" */