.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-prev:before,
.slick-next:before {
    display: none;
}
.home-slider-sec .home-slide .slider-image {
    position: relative;
    height: 400px !important;
}
.home-slider-sec .home-slide .slider-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.3s;
}
.home-slider-sec .home-slide.slick-active .slider-image:before {
    opacity: 0;
}
.home-slider-sec .home-slide img {
    width: 100%;
}
.slick-list {
    overflow: visible;
}

.home-slider-sec .slider-wrap {
    max-width: 100%;
}
.home-slider-sec button.slick-arrow {
    color: var(--primary-color);
    top: 30%;
}
.home-slider-sec button.deals-prev {
    left: 22%;
}
.home-slider-sec button.deals-next {
    right: 22%;
}

.home-slider-sec ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 13px;
}
.home-slider-sec .home-slide {
    margin-left: 0.7em;
    margin-right: 0.7em;
}

.home-slider-sec .slick-current.slick-active .slider-content {
    opacity: 1;
    transition: 0.4s;
}
.home-slider-sec .slider-content {
    opacity: 0;
    transition: 0.4s;
}
.home-slider-sec .store-icon {
    width: 120px;
    padding: 0.6em;
    border: 1px solid #dbdbdb;
}
.home-slider-sec .store-icon img {
    width: 100%;
}

.home-slider-sec ul.slick-dots li.slick-active button {
    width: 60px;
    background: var(--primary-color);
    transition: all 0.5s;
}
.home-slider-sec ul.slick-dots li button {
    width: 13px;
    height: 13px;
    font-size: 0;
    border: 0;
    border-radius: 10px;
    background: #e2e2e2;
    transition: all 0.5s;
}

.slide {
    /* width: 635px; */
    position: relative;
    overflow: hidden;
    margin: 0 15px;
}

.slide img {
    max-width: 100%;
    position: relative;
    transition: all 1s ease-out;
    border-radius: 15px;
}

.slide.slick-center img {
    transition: all 1s ease-out;
    opacity: 1;
}

/* .text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 33px 99px;
    color: #fff;
    z-index: 5;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.prev .text {
    text-align: right;
    float: right;
} */

.slide:before {
    content: "";
    display: block;
}

.slide figure:before {
    top: 0;
    background: transparent;
    z-index: 1;
    -webkit-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
}

.slide:hover figure:before,
.slide:focus figure:before {
    cursor: pointer;
}
.slide figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.3s;
    border-radius: 15px;
}
.slide.slick-center figure:before,
.slide.slick-active figure:before {
    opacity: 0;
}
