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

.shop-all-stations {
    text-align: end;
    margin-bottom: 50px;
}

.shop-all-stations a {
    padding: 12px 24px;
    color: #212529;
    border-radius: 6px;
    display: inline-block;
    background-color: #fff;
    border: solid 2px #fff;
    font-weight: 600;
}

.shop-all-stations a:hover {
    background-color: #212529;
    color: #fff;
}

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

.station-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;
}

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

.station-slider-outer .slick-dots .slick-active {
    background-color: #fff;
}

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

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

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

.station-slider-outer .slick-slide .playstation-deal-section .deal-item {
    background: #eee;
    border-radius: 16px;
    padding: 2px;
    position: relative;
}

/* .station-slider-outer .playstation-deal-section .deal-item .main-img {
    height: 110px;
} */

.playstation-deal-section .row.slider-row {
    margin-right: -32px;
    margin-bottom: 40px;
}

.play-station-box {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.play-station-box a {
    display: inline-block;
}

.play-station-box .headings {
    padding: 16px;
}

.play-station-box .headings span {
    font-size: 14px;
    color: #5f5f5f;
}

.play-station-box .headings h3 {
    color: #212322;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 32px;
}

.playstation-deal-section .row.global-row {
    margin-top: 40px;
}

.col-global-row .mobile-media {
    display: none;
}

.col-global-row picture img {
    border-radius: 12px;
}

.col-global-row .slick-dots li {
    height: 12px;
    width: 64px;
}

.col-global-row .slick-dots button {
    background: rgba(0, 0, 0, .1) !important;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 4px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: -10000px;
    width: 64px;
}

.col-global-row .slick-dots button::after {
    background-color: #e72318;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    width: 0;
}

.col-global-row .slick-dots .slick-active button::after {
    -webkit-transition: width 6s linear;
    transition: width 6s linear;
    width: 100%;
}

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

.playstation-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: #FF1EB9 !important;
    padding: 4px 12px 4px 8px;
    font-size: 14px;
    font-weight: 700 !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #fff !important;
    position: absolute;
    left: -10px;
    top: 30px;
}

.playstation-deal-section .deal-item:hover,
.playstation-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);
}

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

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

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

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

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

/* @media (max-width:767px) {
    .station-slider-outer .playstation-deal-section .deal-item .main-img {
        height: 130px;
    }
} */

@media (max-width:991px) {
    .playstation-deal-outer .row.bottom-row {
        row-gap: 24px;
    }

}

@media (max-width:576px) {
    .col-global-row .mobile-media {
        display: block !important;
    }

    .col-global-row .desktop-media {
        display: none;
    }

    .shop-all-stations {
        margin-bottom: 30px;
        text-align: left;
    }

    .playstation-deal-outer {
        padding: 30px 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .playstation-deal-section .row.global-row {
        margin-top: 24px;
    }

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