.home-slider-sec {
    margin: 0 auto;
    max-width: 1030px;
}
.home-slider-sec .slick-list {
    overflow: visible;
}
.home-slider-sec .home-slide {
    opacity: 0.5;
    transition: 1s;
}
.home-slider-sec .home-slide.slick-active {
    opacity: 1;
    transition: 1s;
}
.home-slider-sec  .banner-icon {
    max-width: 230px;
}
.home-slider-sec .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 1em;
}
.home-slider-sec .slick-dots li button {
    width: 12px;
    height: 12px;
    font-size: 0;
    border-radius: 50%;
    border: 0;
    background: #9B9B9B;
}
.home-slider-sec .slick-dots li.slick-active button {
    background: #19E3FF;
}
.home-slider-sec .slider-image a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(13% 0%, 0% 100%, 0% 0%);
    -webkit-clip-path: polygon(13% 0%, 0% 100%, 0% 0%);
    background: #fff;
    left: -2px;
}
.home-slider-sec button.slick-arrow {
    top: 39%;
    width: 36px;
    height: 36px;
    z-index: 99;
    border: 0;
}
.home-slider-sec button.slick-arrow.slick-next {
    right: 0;
}
.home-slider-sec button.slick-arrow.slick-prev {
    left: 0;
}

.top-coupons-sec .coupon-details .discount-logo {
    /* width: 100px; */
    aspect-ratio: 1;
}

.featured-categories .feat_cat_coupons_wrap .coup-left {
    /* max-width: 47%; */
}
.featured-categories .feat_cat_coupons_wrap .discount-logo {
    aspect-ratio: 1;    
}
.featured-categories .coup_wrap .coupon-link-btn {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.3s;
}
.featured-categories .coup_wrap.active .coupon-link-btn {
    opacity: 1;
    visibility: visible;
    max-height: 50px;
    transition: all 0.3s;
    margin-top: 1rem;
}
.featured-categories .coup_wrap .coupon-meta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 1px;
    border-top: 1px dashed #000;
}
.featured-categories .coup_wrap.active .coupon-meta {
    display: none;    
}
.featured-categories .discount-description {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.featured-categories .coup-right .coupon-meta {
    display: none;
}

.featured-stores .stores-wrap {
    column-count: 4;
}

@media (max-width: 767px) {
    .home-slider-sec .slider-image a:before {
        display: none;
    }
    .home-slider-sec .banner-icon {
        margin: 0 auto;
    }
    .home-slider-sec .slick-list {
        overflow: hidden;
    }
    .as-strip .strip-wrap {
        white-space: nowrap;
        width: 1000px;
    }
    .categories-lists ul {
        white-space: nowrap;
        width: 1000px;
    }
    .featured-categories .coup-right .coupon-meta {
        display: block;
    }
    .featured-categories .coup_wrap .coupon-link-btn {
        opacity: 1;
        visibility: visible;
        max-height: unset;
        margin-top: 1rem;
    }
    .featured-stores .stores-wrap {
        column-count: 2;
    }
}