﻿.swiffy-slider.cac-swiffy-slider.slider-nav-animation {
    background-color: #fff;
}

.slider-container {
    overflow-y: hidden;
}
.slider-container li {
    margin: 0;
}

.slider-indicators button:last-child {
    display: none
}

.lp-slide-heading {
    font-size: 3rem;
    color: var(--colour-secondary-alt-2);
    --text-wght: 550;
    line-height: 1.1;
    text-wrap: balance;
}

.cac-swiffy-slider.swiffy-slider .slider-nav {
    display: none;
}

.hero-lease-plus, .hero-summer-sale {
    display: flex;
    flex-flow: column;
    height: 100%;
    color: #393d46;
}
.hero-summer-sale {
    position: relative;
    background: linear-gradient(60deg, #dfe8ed, 80%, #b2e8e5);
}
.hero-summer-sale > div:last-of-type {
    background-color: hsl(47.7deg 48.35% 87.5%);
    height: 1vw;
    position: absolute;
    inset: auto 0 0 0;
    clip-path: polygon(0% 100%, 100% 100%, 100% 1vw, 77.42% 66%, 0px 95%);
    z-index: 1;
}
.hero-summer-sale::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0rem;
    height: 7vw;
    content: "";
    background-color: #5ca35c;
    clip-path: polygon(0% 40.75%, 6.18% 21.16%, 15.7% -3.1%, 51.99% 76.48%, 89.77% 53.13%, 100% 81.3%, 100% 100%, 0px 100%);
}
.hero-summer-sale::after {
    position: absolute;
    content: "";
    height: 20vw;
    background-color: green;
    clip-path: polygon(0% 84.5%, 7.11% 87.22%, 23.44% 90.22%, 35.82% 81.74%, 51.99% 76.48%, 68.79% 87.5%, 100% 100%, 0px 100%);
    bottom: 0rem;
    left: 0;
  right: 0;
}
.hero-lease-plus-heading {
    --text-wght: 400;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1em;
}

.hero-lease-plus-content {
    font-size: 1rem;
}

.hero-lease-plus-star {
    height: 5rem;
    width: auto;
    position: absolute;
    right: 2.5rem;
    top: -2.5rem;
    filter: drop-shadow(0 2px 3px #0005);
}

.slider-nav::before {
    display: inline-block;
}

.hero-summer-sale-list {
    list-style: none;
    padding: 0;
    margin: 1em 0 0 0;
    display: grid;
    font-size: 1rem;
    width: 100%;
}
.hero-summer-sale-list li {
    display: grid;
    padding: 0.5em 0;
}
.hero-summer-sale-list li + li {
    border-top: 1px solid #0002;
}
.hero-summer-sale-list li > span:last-child{
    color: var(--colour-anchor-alt);
}
.hero-summer-sale-img {
    display: block;
    width: 20rem;
    max-width: 100%;
}

.hero-zs {
    background-color: #e3ad29;
    background-color: rgb(221, 201, 93);
    position: relative;
    height: 100%;
    padding-bottom: 2rem;
}
.hero-zs::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72vw;
    background-color: #fff;
    clip-path: polygon(0% 45%, 100% 0%, 100% 100%, 0 100%);
    z-index: 0;
}
.hero-zs-content {
    display: grid;
    gap: 2rem;
    height: calc(100% - 4rem);
}
.hero-zs-body {
    margin: 2rem 0 0rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
    align-items: stretch;
    gap: 0.8rem;
    position: relative;
    z-index: 1;
    grid-row: 1;
}
.hero-zs-img {
    margin: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    align-self: end;
    gap: 1rem;
    position: relative;
    z-index: 1;
    grid-row: 2;
}
.hero-zs-img img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 500px;
}
.hero-zs-img figcaption {
    color: var(--colour-body);
    text-wrap: balance;
    line-height: 1;
    text-align: center;
}
.hero-zs-heading {
    margin: 0;
    font-size: var(--font-size-h1);
    padding-bottom: 0.15em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.333);
}
.hero-zs-pricing {
    display: flex;
    gap: 1.5rem;
    color: #382b0a;
}
.hero-zs-pricing .labelled-price--label {
  font-size: 1rem;
  line-height: 1;
  --text-wght: 350;
  --text-opsz: 16;
}
.hero-zs-link {
    margin-top: 1.4rem;
    align-self: start;
}
.hero-zs-features {
    margin: 1em 0 0 0;
    padding: 0;
    /*list-style-image: url("../../img/icon/check_circle_filled.svg");
    list-style-position: inside;*/
    list-style: none;
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));*/
    gap: 0.2rem 1rem;
    color: #382b0a;
    align-self: stretch;
    font-size: 0.8rem;
}
.hero-zs-features li {
    /*white-space: nowrap;*/
    display: flex;
    gap: 0 0.25rem;
}
.hero-zs-features li::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1.2rem;
    background-image: url("../../img/icon/check_circle_filled.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 0 0 1rem;
}


    @media screen and (min-width: 35.5rem) {
        .hero-zs::after {
            height: 40vw;
            clip-path: polygon(0% 45%, 100% 0%, 100% 100%, 0 100%);
        }
        .hero-zs-features {
            grid-template-columns: repeat(2, minmax(15em, 1fr));
        }
    }
    @media screen and (min-width: 48rem) {
        .cac-swiffy-slider.swiffy-slider .slider-nav {
            --swiffy-slider-nav-light: #ffffffb6;
            filter: none;
            display: flex;
        }

        .hero-summer-sale-list {
            font-size: var(--font-size-h4);
            width: auto;
        }

        .hero-summer-sale-list li {
            display: grid;
            grid-template-columns: 17em auto;
            padding: 0.3em 0;
        }

        .slider-nav::before {
            box-shadow: 0 0 5px #0003;
        }

        .hero-lease-plus > * {
            padding: 0 3rem;
        }

        .hero-lease-plus-heading {
            --text-wght: 300;
            font-size: 1.8rem;
            margin-bottom: 0.5em;
        }

        .hero-lease-plus-content {
            font-size: 1.5rem;
        }


        .hero-zs {
        }

        .hero-zs-body {
        }

        .hero-zs-img {
        }

        .hero-zs-heading {
        }

        .hero-zs-pricing {
        }

        .hero-zs-link {
        }

        .hero-zs-features {
        }
        .hero-zs-features {
            grid-template-columns: repeat(auto-fit, minmax(19em, 1fr));
        }
    }

    @media screen and (min-width: 64rem) {
        .hero-zs {
            padding-left: 2.2rem;
            padding-right: 2.2rem;
            padding-bottom: 0;
        }
        .hero-zs::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 50%;
            background-color: #fff;
            clip-path: polygon(0% 33%, 100% 0%, 100% 100%, 0 100%);
            z-index: 0;
        }

        .hero-zs-content {
            display: grid;
            grid-template-columns: auto 55%;
            gap: 2rem;
            height: calc(100% - 4rem);
        }

        .hero-zs-body {
            margin: 2rem 0 0rem;
            display: flex;
            flex-flow: column nowrap;
            justify-content: start;
            align-items: start;
            gap: 0.5rem;
            position: relative;
            z-index: 1;
            grid-column: 1;
            grid-row: 1;
        }

        .hero-zs-img {
            margin: 0;
            display: flex;
            flex-flow: column nowrap;
            align-items: center;
            align-self: end;
            gap: 1rem;
            position: relative;
            z-index: 1;
            grid-column: 2;
            grid-row: 1;
        }
        .hero-zs-img img {
            display: block;
            width: 100%;
            height: auto;
        }
        .hero-zs-features {
            margin: auto 0 0 0;
            /*font-size: 1rem;*/
            color: var(--colour-body);
            grid-template-columns: repeat(2, minmax(15em, 1fr));
        }
        .hero-zs-features li {
            white-space: nowrap;
        }
    }

    @media screen and (min-width: 80rem){
        .hero-zs {
            padding-left: 0;
            padding-right: 0;
        }
        .hero-zs-features {
            font-size: 1rem;
        }
    }

    @media screen and (width < 62rem) {
        .cac-swiffy-slider.swiffy-slider .slider-nav {
            transform: none;
        }

        .cac-swiffy-slider.swiffy-slider .slider-nav::after {
            margin: 0.5rem;
        }

        .cac-swiffy-slider.swiffy-slider .slider-nav::before {
            width: 3rem;
            height: 3rem;
            margin: 0;
            /* padding: .3rem; */
        }
    }

    @media screen and (width < 48rem) {
        .lp-slide-heading {
            font-size: 2.4rem;
            line-height: 1;
        }
    }

    @media screen and (width < 35.5rem) {
        .lp-slide-heading {
            font-size: 1.8rem;
        }

        .lp-slide-heading span {
            display: block;
        }

        .lp-slide-heading br {
            display: none;
        }

        .hero-lease-plus-star {
            height: 3rem;
            width: auto;
            position: absolute;
            right: 1.5rem;
            top: -1.5rem;
        }
    }
