.big-deal-outer {
    padding: 50px 20px;
    border-radius: 20px;
    margin-top: 70px;
    background-color: #f7f7f7;
    overflow: hidden;
}

.big-deal-section .head-row {
    align-items: end;
}

.big-deal-section .row.slider-row {
    margin-right: -32px;
}

.big-deal-section .deal-item {
    background: #eee;
    border-radius: 16px;
    padding: 2px;
    position: relative;
}

.big-deal-section .deal-item:hover,
.big-deal-section .deal-item.active {
    background: linear-gradient(127deg, #FF1EB9 0%, #FFBA30 100%) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.big-deal-section .deal-item-inner {
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    aspect-ratio: 1.425;
}

.big-deal-section .deal-item .main-img {
    border-radius: 16px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.big-deal-section .deal-item .category-logos {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin: 20px 0;
}

.big-deal-section .deal-item .category-logos img,
.big-deal-section .deal-item .category-logos svg {
    max-width: 20px;
}

.big-deal-section .deal-item h3,
.big-deal-section .deal-item .heading {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 10px;
}

.big-deal-section .deal-content {
    padding: 12px;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
}

.big-deal-section .deal-content .crosPrice {
    font-size: 16px;
    line-height: 1;
    color: #8e8e8e;
    text-decoration: line-through;
}

.big-deal-section .deal-content .prsPrice {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #222223;
    font-weight: 700;
    line-height: 1;
}

.big-deal-section .deal-content .prs0 {
    font-size: 12px;
    line-height: 1;
    background-color: #5ac13c;
    min-height: 24px;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    border-radius: 50px;
    min-width: 40px;
    margin-left: 8px;
}

.big-deal-section .deal-content .prsPrice-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 8px;
}

.big-deal-section .deal-content .btn-buy {
    color: #303033;
    width: 26px;
    height: 22px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 0;
    border-radius: 0;
}

.big-deal-section .deal-item .free-gift {
    clip-path: polygon(0% 0%, 100% -3.45%, 100% 67.24%, 84.94% 103.45%, 0% 100%);
    background-color: #f7bc50;
    padding: 4px 12px 4px 8px;
    font-size: 14px;
    font-weight: 700 !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #554c41 !important;
    position: absolute;
    left: -10px;
    top: 30px;
}

.big-deal-section .deal-item .free-gift svg {
    min-width: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
}

.deal-slider-outer .slick-slide {
    margin-left: 12px;
    margin-right: 24px;
}

.deal-slider-outer .slick-dots {
    display: flex !important;
    justify-content: flex-start;
    position: static;
    margin-bottom: 0;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 24px;
}

.deal-slider-outer .slick-dots li {
    width: 100%;
    background-color: #ccc;
    height: 4px;
    margin: 0px;
}

.deal-slider-outer .slick-dots .slick-active {
    background-color: #000000;
}

.deal-slider-outer .slick-next {
    right: 10px;
}

.deal-slider-outer .slick-prev {
    left: -10px;
}

.deal-slider-outer .slick-next,
.deal-slider-outer .slick-prev {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    z-index: 1;
    background: #000;
    top: 30%;
}

@media (max-width:575px) {

    .all-carrers-btn,
    .shop-all-deals {
        margin-bottom: 30px;
        text-align: left;
    }

    .shop-all-deals a {
        padding: 8px 16px;
    }

    .big-deal-outer,
    .ultimate-section-outer {
        padding: 30px 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .deal-slider-outer .slick-next,
    .deal-slider-outer .slick-prev {
        width: 35px;
        height: 35px;
        top: 30%;
    }

    .big-deal-section .deal-content .btn-buy svg {
        min-width: 28px;
        min-height: 22px;
    }
}

/* @media (max-width:991px) {
    .big-deal-section .deal-item .main-img {
        height: 130px;
    }
}

@media (max-width:1200px) {
    .big-deal-section .deal-item .main-img {
        height: 120px;
    }
} */