/* Cheshire Paving Stones Homepage Styles, March 2025*/
    .home-banner {
        position: relative;
    }
    .home-banner a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        cursor: pointer;
    }
    .home-banner>picture img,
    .home-banner>img {
        width: 100%;
        min-height: 540px;
        max-height: 600px;
        object-fit: cover;
        aspect-ratio: 1.2/1;
        max-width: 100%;
    }
    .home-banner .hp-banner-text-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: radial-gradient(ellipse, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 73%);
    }
    .home-banner .hp-banner-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fdfdfd;
        display: block;
        height: auto;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 40px;
    }
    .home-banner .hp-banner-text,
    .home-banner .hp-beauty-text,
    .home-banner .hp-light-text {
        font-size: clamp(40px, 4.5vw, 64px);
        line-height: clamp(48px, 5vw, 72px);
        font-family: var(--font-text-medium);
        font-weight: 600;
        letter-spacing: -1px;
    }
    .cheshire-hp{
        margin: 0 auto;
        margin-top: clamp(48px, 5vw ,64px);
        max-width: 1600px;
        container-type: inline-size;
    }
    .cheshire-hp.txt-wrapper{
        max-width: 1056px;
        text-align: center;
    }
    .cheshire-hp.txt-wrapper .hp-light-txt{
        margin-top: clamp(24px,3vw,48px);
    }
    .cheshire-hp .hp-dark-txt{
        font-family: var(--font-text-medium);
        font-weight: 600;
        letter-spacing: -0.7px;
        font-size: clamp(28px,2.5vw,40px);
        line-height: clamp(32px,3vw,44px);
        margin: 0;
    }
    .cheshire-hp .hp-light-txt{
        font-family: var(--font-text-medium);
        font-weight: 500;
        letter-spacing: -0.5px;
        font-size: clamp(20px,1.8vw,28px);
        line-height: clamp(28px,2vw,36px);
        color: #4E5252;
        margin-bottom: 0;
    }
        .cheshire-hp .hp-paving-slabs-wrap{
        display: flex;
        flex-direction: column;
        gap: clamp(24px, 1.8vw, 32px);
        margin-top: clamp(24px,2.5vw,48px);
    }
    .cheshire-hp .hp-paving-slabs-wrap .hp-flex-wrapper{
        display: flex;
        flex-direction: column;
        gap: clamp(24px, 1.8vw, 32px);
    }
    .cheshire-hp .hp-paving-slab{
       position: relative;
       width: 100%;
    }
    .cheshire-hp .hp-paving-slab img{
       height: clamp(312px,40vw,564px);
       width: 100%;
       object-fit: cover;
    }
    .cheshire-hp .hp-paving-slab .hp-dark-txt, .cheshire-hp .hp-dark-txt.section-heading{
       font-size: clamp(20px,1.8vw,28px);
       line-height: clamp(28px,2vw,32px);
    }
    .cheshire-hp:not(.hp-showroom) .hp-paving-slab .hp-dark-txt{
        margin-top: clamp(24px,2vw,32px);
        line-height: 20px;
    }
    .cheshire-hp .hp-paving-slab .hp-light-txt{
       font-size: clamp(16px,1.8vw,24px);
       line-height: 20px;
       margin-top: clamp(12px,1vw,16px)
    }
    .cheshire-hp .hp-shop-button{
       height: 43px;
       width: 145px;
       font-family: var(--font-text-medium);
       display: flex;
       justify-content: center;
       align-items: center;
       background: #D3AE6F;
       color: #FDFDFD;
       border: none;
       margin-top: clamp(24px,1.8vw,32px);
       font-size: 16px;
       line-height: 20px;
       letter-spacing: -0.4px;
       font-weight: 500;
       text-transform: none;
       transition: background,border .3s ease-in-out;
       padding: 0;
       box-sizing: border-box;
    }
    .main {
        margin-top: 0;
    }
    .cheshire-hp {
        padding: 0 24px;
    }
    .cheshire-hp.hp-paving .hp-paving-slab {
        max-width: 282px;
    }
    .cheshire-hp.hp-paving .hp-paving-slab img {
        max-height: 282px;
    }
    .cheshire-hp.hp-paving .hp-paving-slab .hp-dark-txt {
        font-size: 20px;
        line-height: 20.7px;
    }
    .cheshire-hp.hp-paving .hp-paving-slab .hp-light-txt {
        font-size: 16px;
        line-height: 14px;
        margin-top: 12px;
    }
    .cheshire-hp.hp-paving .hp-paving-slabs-wrap {
        display: block;
        width: 100%;
    }
    .cheshire-hp.hp-paving .hp-paving-slabs-wrap.hp-swiper-paving {
        background: #EDF0F0;
        padding: clamp(24px, 2vw, 32px);
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .cheshire-hp.hp-paving .ls-slider .swiper-button-prev,
    .cheshire-hp.hp-paving .ls-slider .swiper-button-next {
        transform: none;
        border: 1px solid #D3AE6F;
        position: static;
        border-radius: 50%;
        background: url("https://d1ctifminpgohi.cloudfront.net/Homepage/chesire_arrow_fixed_transparent.svg") no-repeat 50% 50%;
        transition: background .3s ease-in-out;
    }
    .cheshire-hp.hp-paving .ls-slider .swiper-button-prev {
        transform: rotate(180deg);
    }
    .nav-button:hover,
    .cheshire-hp.hp-paving .ls-slider .swiper-button-prev:hover,
    .cheshire-hp.hp-paving .ls-slider .swiper-button-next:hover {
        background: url("https://d1ctifminpgohi.cloudfront.net/Homepage/chesire_arrow_bgwhite_fixed.svg") no-repeat 50% 50%;
    }
    .cheshire-hp.hp-paving .swiper-grey-pagination-cont {
        margin-top: 24px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .cheshire-hp.hp-paving .swiper-grey-pagination-cont .nav {
        display: flex;
        gap: 8px;
    }
    .cheshire-hp.hp-paving .swiper-grey-pagination-cont .swiper-pagination {
        text-align: right;
        width: auto;
    }
    .cheshire-hp.hp-paving .ls-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        background-color: #fff;
        border-color: #fff;
    }
    .cheshire-hp.hp-paving .ls-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #D3AE6F;
        border-color: #D3AE6F;
    }
    .cheshire-hp.hp-featured-box{
        display: flex;
        justify-content: space-between;
        background-color: #272929;
        max-width: 1326px;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        min-height: 312px;
        padding: 32px;
        margin-left: 24px;
        margin-right: 24px;
        position: relative;
    }
    .cheshire-hp.hp-featured-box a{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        cursor: pointer;
    }
    .cheshire-hp.hp-featured-box .hp-sale-img{
        display: none;
    }
    .cheshire-hp.hp-featured-box h3{
        color: #fff;
    }
    .cheshire-hp.hp-featured-box .hp-sale{
        font-size: clamp(40px,3.5vw,44px);
        line-height: clamp(44px,3.5vw,48px);
        font-weight: 600;
    }
    .cheshire-hp.hp-featured-box .hp-upto, .cheshire-hp.hp-featured-box .hp-off sup{
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        top: -26px;
    }
    .cheshire-hp.hp-featured-box .hp-off{
        font-size: 48px;
        line-height: 52px;
        font-weight: 600;
        color: #BA000D;
    }
    .cheshire-hp.hp-featured-box .hp-sale-wrapper {
        max-width: 340px;
    }
    .cheshire-hp.hp-featured-box .hp-sale {
        color: #ffffff;
    }
    .cheshire-hp.hp-landscaping .hp-paving-slab img {
        height: auto;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 1/1;
    }
    .cheshire-hp.hp-landscaping .hp-paving-slabs-wrap .hp-paving-slab{
        flex-basis: 100%;
    }
    .cheshire-hp.hp-landscaping .hp-paving-slabs-wrap{
        row-gap: clamp(24px,3.5vw,32px);
    }
    .grid-container:has(.ls-redesign),
    .grid-container-lg:has(.ls-redesign) {
        padding: 0;
    }
    .ls-redesign.cheshire_home {
        width: 100%;
        max-width: 100%;
    }
    .cheshire-hp.choose-cheshire {
        padding: 0;
        background: #EDF0F0;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        width: 100%;
        max-width: 100%;
        padding: clamp(48px, 4vw, 64px) 24px;
        margin-top: clamp(48px, 4vw, 64px);
    }
    .cheshire-hp.choose-cheshire .hp-paving-slabs-wrap {
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .cheshire-hp.choose-cheshire .hp-paving-slab {
        max-width: 272px;
        text-align: center;
        flex-basis: 44%;
    }
    .cheshire-hp.choose-cheshire .hp-paving-slabs-wrap .hp-paving-slab:nth-child(3) {
        flex-basis: 43%;
    }
    .cheshire-hp.choose-cheshire .hp-paving-slab img {
        width: auto;
        max-width: auto;
        height: clamp(48px, 4vw, 64px);
    }
    .cheshire-hp.choose-cheshire .hp-dark-txt.section-heading {
        text-align: center;
        padding: 0 24px;
    }
    .cheshire-hp.choose-cheshire .hp-dark-txt:not(.section-heading) {
        font-size: clamp(16px, 1.5vw, 24px);
        line-height: clamp(24px, 2vw, 28px);
        font-weight: 600;
    }
    .cheshire-hp.choose-cheshire .hp-light-txt {
        font-size: 16px;
        line-height: clamp(20px, 1.8vw, 24px);
        font-weight: 400;
    }
    .cheshire-hp.choose-cheshire .hp-card-link {
        display: inline-block;
        color: #C09A5F;
        font-size: 16px;
        line-height: clamp(20px, 1.8vw, 24px);
        font-weight: 400;
        margin-top: clamp(16px, 1.5vw, 32px);
    }
    .cheshire-hp.hp-showroom .hp-paving-slabs-wrap {
        position: relative;
        min-height: 360px;
        margin-top: 0;
    }
    .cheshire-hp.hp-showroom .hp-paving-slabs-wrap .hp-paving-slab {
        position: absolute;
        top: auto;
        right: 0;
        left: 0;
        bottom: 0;
        background: linear-gradient(0deg, #E3E6E9 70%, rgba(220, 224, 226, 0.75) 85%, rgba(220, 224, 226, 0.50) 90%, rgba(220, 224, 226, 0.25) 95%, rgba(220, 224, 226, 0.00) 100%, rgba(220, 224, 226, 0.00) 100%);
        padding: 22px;
    }
    .cheshire-hp.hp-showroom .hp-paving-slab .hp-dark-txt {
        margin-top: 0;
    }
    .cheshire-hp.hp-showroom .hp-paving-slab .hp-light-txt {
        font-weight: 500;
        letter-spacing: -0.4px;
        font-size: 16px;
        line-height: clamp(20px, 1.8vw, 24px);
        margin-top: clamp(20px, 2vw, 32px);
        margin-right: 16px;
    }
    .cheshire-hp.hp-showroom .hp-shop-button {
        margin-top: clamp(24px, 2vw, 32px);
    }
    .cheshire-hp.hp-showroom .hp-paving-slabs-wrap img {
        width: 100%;
    }
    @media (min-width: 480px) {
        .home-banner>picture img,
        .home-banner>img {
            aspect-ratio: 2/1.1;
        }
    }
    @container (inline-size > 471px){
       .cheshire-hp .hp-paving-slabs-wrap .hp-flex-wrapper{
            flex-direction: row;
       }
       .cheshire-hp.hp-landscaping .hp-paving-slabs-wrap{
            flex-wrap: wrap;
            flex-direction: row;
       }
       .cheshire-hp.hp-landscaping .hp-paving-slabs-wrap .hp-paving-slab{
            flex-basis: 47%;
       }
       .cheshire-hp.hp-landscaping .hp-paving-slab img {
            aspect-ratio: 3/2;
       }
    }
    @media(min-width:520px){
        .cheshire-hp.hp-featured-box{
            flex-direction: row;
            min-height: 180px;
            align-items: center;
        }
    }
    @container (inline-size > 621px) {
        .cheshire-hp.choose-cheshire .hp-paving-slabs-wrap {
            justify-content: space-around;
        }
    }
    @media (min-width: 720px) {
        .home-banner>picture img,
        .home-banner>img {
            aspect-ratio: 3/1.1;
            min-height: 400px;
            height: 400px;
        }
        .home-banner .hp-banner-text .hp-desk-block {
            display: block;
            margin: 0;
        }
    }
    @container (inline-size > 717px){
        .cheshire-hp.hp-landscaping .hp-paving-slabs-wrap .hp-paving-slab{
            flex-basis: 48.3%;
        }
        .cheshire-hp.hp-showroom .hp-paving-slabs-wrap {
            height: 523px;
            max-width: 1056px;
            margin-left: auto;
            margin-right: auto;
            justify-content: flex-end;
            align-items: flex-end;
        }
        .cheshire-hp.hp-showroom .hp-paving-slabs-wrap img {
            width: 100%;
            height: 523px;
            max-width: 784px;
            margin-left: auto;
            object-position: right;
        }
        .cheshire-hp.hp-showroom .hp-paving-slabs-wrap .hp-paving-slab {
            top: 0px;
            bottom: 0px;
            background: linear-gradient(95deg, #E3E6E9 65%, rgba(220, 224, 226, 0.85) 72%, rgba(220, 224, 226, 0.65) 78%, rgba(220, 224, 226, 0.05) 90%);
            display: flex;
            flex-direction: column;
            justify-content: center;
            max-width: 450px;
            padding: 32px;
            padding-left: clamp(24px, 5vw, 64px);
        }
    }
    @media(min-width:768px){
        .cheshire-hp.hp-featured-box{
            gap: 24px;
            justify-content: space-around;
            padding: 0 24px;
        }
        .cheshire-hp.hp-featured-box .hp-sale-img{
            display: block;
        }
        .cheshire-hp.hp-featured-box .hp-sale-wrapper{
            min-width: 160px;
        }
        .cheshire-hp.hp-featured-box .hp-sale-img img{
            max-width: 100%;
            height: 180px;
            object-fit: cover;
            object-position: left;
        }
        .cheshire-hp.hp-featured-box .hp-sale:nth-child(1), .cheshire-hp.hp-featured-box .hp-sale:nth-child(2){
            display: inline-block;
        }
        .cheshire-hp.hp-featured-box .hp-discount-wrapper{
            min-width: 140px;
        }
    }
    @container (inline-size > 850px) {
        .cheshire-hp.choose-cheshire .hp-paving-slabs-wrap {
            flex-wrap: nowrap;
            justify-content: center;
        }
        .cheshire-hp.choose-cheshire .hp-paving-slab,
        .cheshire-hp.choose-cheshire .hp-paving-slabs-wrap .hp-paving-slab:nth-child(3) {
            flex-basis: auto;
        }
    }
    @container (inline-size > 975px){
        .cheshire-hp .hp-dark-txt{
           letter-spacing: -1px;
        }
        .cheshire-hp .hp-light-txt{
           letter-spacing: -0.7px;
        }
        .cheshire-hp.txt-wrapper{
           padding: 0 55px;
        }
        .cheshire-hp .hp-paving-slabs-wrap{
            flex-direction: row;
        }
        .cheshire-hp.hp-landscaping .hp-paving-slabs-wrap .hp-paving-slab{
            flex-basis: 31.6%;
        }
        .cheshire-hp.hp-showroom .hp-paving-slabs-wrap img {
            width: auto;
        }
        .cheshire-hp.hp-showroom .hp-paving-slabs-wrap .hp-paving-slab {
            top: -1px;
            bottom: -1px;
            max-width: 470px;
        }
    }
    @media (min-width: 1024px) {
        .home-banner .hp-banner-text-overlay {
            background: radial-gradient(ellipse, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 33%);
        }
        .home-banner .hp-banner-text,
        .home-banner .hp-beauty-text,
        .home-banner .hp-light-text {
            letter-spacing: -1.6px;
        }
    }
    @media (min-width: 1200px) {
        .home-banner>picture img,
        .home-banner>img {
            aspect-ratio: 3/1.1;
        }
    }
    @container (inline-size > 1200px){
        .cheshire-hp.hp-landscaping .hp-paving-slabs-wrap .hp-paving-slab{
            flex-basis: 31.9%;
        }
    }
    @media(min-width:1370px){
        .cheshire-hp.hp-featured-box{
            margin-left: auto;
            margin-right: auto;
            padding: 0 32px;
        }
    }
    @media(min-width: 1600px) {
        .cheshire-hp {
            padding: 0;
        }
        .cheshire-hp.hp-paving .swiper-grey-pagination-cont {
            display: none;
        }
    }
