.specials {
    background-color: #f0f0f0;
    position: relative;
    overflow-x: clip;
}

.specials-top {
    padding: 0;
}

.specials-bottom {
    padding-top: 50px;
}

.specials .homepage-heading {
    font-size: 40px;
}

.special-item {
    position: relative;
    display: block;
    width: 276px;
    height: 232px;
    margin: 0 auto;
    overflow: hidden;
}

.special-item-wrapper {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 1px;
    padding-right: 15px;
}

.special-item-img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.special-item-column {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

/* .special-item-column:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(28 27 25 / 40%);
} */

.specials .item-title,
.specials .item-subtitle,
.specials .special-item-button {
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
}

.specials .item-subtitle {
    font-weight: 400;
}

.specials .item-title,
.specials .special-item-button {
    font-weight: 700;
}

.specials .item-title {
    font-size: 30px;
}

.specials .item-title,
.specials .item-subtitle {
    z-index: 3;
    position: relative;
}

.special-item-button {
    border: none;
    color: #fff;
    background-color: rgba(28,27,25,0.6);
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    transition: all 0.2s ease-in-out;

}

.special-item:hover .special-item-button {
    background-color: var(--brand-red);
}

.specials-bottom-wrapper {
    margin: 0 auto;
}

@media( min-width: 1200px ) {
    .special-item {
        width: 100%;
        max-width: 321px;
        height: 270px;
        margin: 0 auto;
    }

    .special-item-wrapper {
        padding-left: 8px;
        padding-right: 8px;
    }

    .specials-top h2 {
        display: inline-block;
        vertical-align: middle;
    }

    .specials-top h2,
    .specials-top h5 {
        margin: 0;
    }

    .specials-btn {
        margin-left: 60px;
    }

    .specials-bottom-wrapper {
        min-height: 500px;
        position: relative;
        z-index: 2;
    }

    .specials .slick-active.slick-center {
        margin: 0;
    }

    .specials-bottom-wrapper .slick-arrow {
        position: absolute;
        display: block;
        bottom: 0;
        border: none;
        z-index: 1;
    }

    .slick-prev.slick-arrow {
        left: calc(50% - 40px);
    }

    .slick-prev:before {
        content: "\e919";
        font-family: 'icomoon';
        font-size: 34px;
    }

    .slick-next.slick-arrow {
        right: calc(50% - 40px);
    }

    .slick-next:before {
        content: "\e91a";
        font-family: 'icomoon';
        font-size: 34px;
    }

    .specials-image {
        position: absolute;
        right: -630px;
        bottom: -190px;
        max-width: 960px;
        z-index: 1;
    }

    .special-item-button {
        padding: 18px 0;
    }

    .specials-bottom-wrapper .slick-slide.slick-center .item-title {
        font-size: 50px;
        letter-spacing: 1px;
    }
}

@media( min-width: 1400px ) {
    .specials-image {
        right: -520px;
    }
}

@media( min-width: 1600px ) {
    .specials-image {
        right: -480px;
    }

    .special-item {
        max-width: 440px;
        height: 340px;
    }

    .specials-bottom-wrapper {
        min-height: 550px;
    }
}

@media( min-width: 2560px ) {
    .special-item {
       max-width: none;
       height: 340px;
       min-height: 360px;
    }
    
    .special-item img {
       object-fit: fill;
    }
}
