:root {
    --primary-color: #55A700;
    --primary-shade-1: #448600;
    --primary-shade-2: #90CA53;
    --primary-shade-3: #BCE592;
    --primary-shade-4: #E5FDCD;
    --secondary-color: #1D62B2;
    --secondary-shade-1: #174E8E;
    --secondary-shade-2: #4981C1;
    --secondary-shade-3: #A1BEE0;
    --secondary-shade-4: #E3ECF6;
    --neutral: #10151F;
    --neutral-shade-1: #1A1F2B;
    --neutral-shade-2: #8A8A8A;
    --neutral-shade-3: #E9ECEF;
    --neutral-shade-4: #F4F4F4;
    --semantic: #C61132;
    --font-40: 40px;
    --font-36: 36px;
    --font-30: 30px;
    --font-24: 24px;
    --font-20: 20px;
    --font-18: 18px;
    --font-16: 16px;
    --font-14: 14px;
    --font-bold: 700;
    --font-regu: normal;
}

.text-center {
    text-align: center;
}

.m-bot {
    margin-bottom: 0;
}

.offer-heading {
    color: #092C4C;
    line-height: 1.2;
    font-size: var(--font-36);
    font-weight: var(--font-bold);
}

.title-14 {
    font-size: var(--font-14);
}

/*  */
.dropp-deal-section {
    padding-block: 30px;
}

.section-header {
    padding-bottom: 30px;
}

.offer-heading:not(.best-save-section .offer-heading) {
    padding-bottom: 10px;
}

.dropp-card-img img {
    margin: 0 auto;
}

.dropp-card-img {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

.dropp-card-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    transform: skewX(-25deg);
}

.dropp-card:hover .dropp-card-img::before {
    animation: shine .75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.dropp-card .dropp-card-content {
    padding: 20px 0 15px;
}

.dropp-card .dropp-card-content .dropp-card-title {
    line-height: 1.2;
    padding-bottom: 4px;
    color: var(--neutral);
    font-size: var(--font-18);
    font-weight: var(--font-bold);
}

.dropp-card .dropp-card-content .offer-para {
    margin-bottom: 0;
    color: var(--neutral-shade-1);
}

.dropp-deal-mob-resp .slick-slide {
    margin: 0 5px;
}

.dropp-deal-mob-resp .slick-dots,
.get-rewards-slider .slick-dots {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.dropp-deal-mob-resp .slick-dots li button,
.get-rewards-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    color: transparent;
    border: 2px solid #1C1C29;
    transition: all .3s ease-in;
}

.dropp-deal-mob-resp .slick-dots li button:hover,
.get-rewards-slider .slick-dots li button:hover {
    background: var(--neutral-shade-2);
}

.dropp-deal-mob-resp .slick-dots li.slick-active button,
.get-rewards-slider .slick-dots li.slick-active button {
    background: #1C1C29;
}

/* top fav */
.best-save-section {
    padding-block: 0 30px;
}

.best-save-inner {
    display: flex;
    gap: 20px;
}

.best-save-left {
    width: calc(25% - 10px);
}

.best-save-right {
    width: calc(75% - 10px);
}

.best-save-imgs {
    width: 100%;
}

.best-save-imgs img {
    margin: 0 auto;
}

.best-save-left .mob {
    display: none;
}

.best-save-right {
    display: flex;
    gap: 17px;
    flex-direction: column;
}

.best-save-card-cotent .title-14 {
    color: var(--neutral);
}

.best-save-card-cotent .title-14:not(.best-save-desc .title-14) {
    padding-bottom: 20px;
}

.best-save-desc .title-14,
.best-save-desc .title-30 {
    font-weight: var(--font-bold);
    line-height: 1;
    color: var(--neutral);
}

.best-save-desc .title-30 {
    padding-top: 5px;
    font-size: var(--font-30);
}

.overlined {
    font-size: var(--font-14);
    color: #C61132;
    text-decoration: line-through;
}

.best-save-right .best-save-card a {
    border-radius: 15px;
    border: 1px solid;
    display: flex;
    gap: 0px;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
}

.best-save-card .best-save-card-cotent {
    padding: 15px 10px;
    flex: 1;
}

.best-save-bottomside .best-save-card .best-save-card-cotent {
    width: 47%;
    flex: none;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.best-save-bottomside .best-save-card .best-save-card-imgs {
    right: 0;
    bottom: 0;
    position: absolute;
}

.best-save-topside,
.best-save-bottomside {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.best-save-topside .best-save-card {
    width: calc(50% - 7px);
}

.best-save-topside .best-save-card:nth-child(1) a {
    background: #D6E9EE;
    border-color: #D4E6EB;
}

.best-save-topside .best-save-card:nth-child(2) a {
    background: #FADAE4;
    border-color: #F4D5DF;
}

.best-save-bottomside {
    gap: 10px;
}

.best-save-bottomside .best-save-card {
    width: calc(100% / 3 - 10px);
    gap: 0;
}

.best-save-bottomside .best-save-card:nth-child(1) a {
    background: #F8ECDA;
    border-color: #E9DAC3;
}

.best-save-bottomside .best-save-card:nth-child(2) a {
    background: #C0DFC8;
    border-color: #B4E0C0;
}

.best-save-bottomside .best-save-card:nth-child(3) a {
    background: #FDF0C2;
    border-color: #F8EAB8;
}

/* premium picks */
.pre-picks-section {
    margin-top: 70px;
    padding-block: 30px;
    background: #EBF3FC;
    position: relative;
}

.rounded-shape {
    width: 146px;
    height: 146px;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    border-radius: 50%;
    background: #EBF3FC;
}

.pre-picks-section .container {
    position: relative;
    z-index: 1;
}

.pre-picks-section .container-right {
    /* margin-inline: auto 0; */
    /* max-width: 1260px; */
}

.pre-picks-scroll {
    max-width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.pre-picks-inner {
    display: flex;
    gap: 15px;
    width: max-content;
}

.pre-picks-card {
    flex: 0 0 auto;
    width: 265px;
    text-align: center;
    scroll-snap-align: start;
    border-radius: 15px;
}

.pre-picks-card a {
    display: block;
}

.pre-picks-card-header {
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 15px;
    position: relative;
}

.pre-picks-card-header::after {
    content: '';
    width: 34px;
    height: 58px;
    bottom: -20px;
    left: 30px;
    position: absolute;
    background: url(/images/NewOfferPage/arrow-modern.png) no-repeat;
    background-size: contain;
}

.pre-picks-card-logo {
    padding-bottom: 50px;
}

.pre-picks-card-img {
    border-radius: 15px;
    padding-bottom: 30px;
}

.pre-picks-card-img img {
    margin-top: -30px;
}

.pre-picks-card-footer {
    padding: 15px;
    color: var(--neutral);
}

.pre-picks-card-off {
    font-size: var(--font-30);
    font-weight: var(--font-bold);
}

.pre-picks-card:nth-child(1) .pre-picks-card-img {
    background: linear-gradient(#63935C 27%, #3C7633 100%);
}

.pre-picks-card:nth-child(2) .pre-picks-card-img {
    background: linear-gradient(#ED4543 43%, #C61614 100%);
}

.pre-picks-card:nth-child(3) .pre-picks-card-img {
    background: linear-gradient(#ECCD71 41%, #D2A520 100%);
}

.pre-picks-card:nth-child(4) .pre-picks-card-img {
    background: linear-gradient(#8A8B8F 32%, #48484B 100%);
}

.pre-picks-card:nth-child(5) .pre-picks-card-img {
    background: linear-gradient(#48557F 0%, #8299E5 100%);
}

/*  */
.best-for-section {
    padding-block: 30px;
}

.best-for-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.best-for-left {
    width: calc(65% - 10px);
}

.best-for-right {
    width: calc(35% - 10px);
}

.best-for-right img {
    width: 100%;
    display: block;
}

.best-for-inner .section-header .offer-heading span {
    display: block;
    line-height: 1;
    font-size: var(--font-18);
}

.best-for-scrolling {
    max-width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.best-for-products {
    display: flex;
    gap: 15px;
    width: max-content;
}

.best-for-product-item {
    flex: 0 0 auto;
    width: 170px;
    text-align: center;
    scroll-snap-align: start;
    border-radius: 15px;
}

.best-for-product-item .best-for-product-img {
    border-radius: 20px;
    padding: 15px 0;
    overflow: hidden;
    border: 1px solid #C8C8C8;
    transition: .3s ease-in;
}

.best-for-product-item:hover .best-for-product-img {
    border-color: var(--secondary-shade-1);
}

.best-for-product-content {
    padding: 15px 0;
}

.best-for-product-content .title-14 {
    line-height: 1.2;
    color: var(--neutral);
    height: 35px;
}

.best-for-product-price {
    padding: 15px 0 10px;
    font-size: var(--font-18);
    font-weight: var(--font-bold);
    color: var(--secondary-color);
}

.best-for-product-content .offer-product-btn {
    text-transform: uppercase;
    font-size: var(--font-14);
    color: var(--neutral-shade-4);
    border-radius: 10px;
    padding: 6px 16px;
    background: var(--primary-color);
    transition: all .3s ease-in;
}

.best-for-product-content .offer-product-btn:hover {
    background: var(--primary-shade-1);
}

/* get rewards */
.get-rewards-section {
    margin-top: 75px;
    position: relative;
    background: var(--primary-shade-4);
}

.get-rewards-top {
    display: flex;
    gap: 52px;
    width: 80%;
    margin: 0 auto;
    z-index: 1;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 40px;
    align-items: stretch;
    justify-content: space-between;
}

.get-rewards-section .container:before {
    content: '';
    width: 100%;
    height: 302px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background: url('/images/NewOfferPage/get-rewarsds-bg.png') no-repeat left;
    background-size: contain;
}

.get-rewars-top-left {
    text-align: center;
    width: calc(35% - 26px);
}

.get-rewars-top-left img {
    margin-top: -75px;
}

.get-rewars-top-right {
    position: relative;
    z-index: 1;
    width: calc(65% - 26px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.get-rewars-top-right::before {
    content: '';
    width: 100%;
    height: 60%;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    position: absolute;
    opacity: 0.2;
    background: url('/images/NewOfferPage/get-rewarsds-bg2.png') no-repeat;
    background-size: contain;
    background-position: center;
    background-blend-mode: overlay;
}

.get-rewars-top-right .section-header span {
    line-height: 1;
    color: #092C4C;
    font-size: var(--font-18);
    font-weight: var(--font-bold);
}

.get-rewars-top-right .section-header span img {
    display: inline-block;
    margin-left: 10px;
    vertical-align: baseline;
}

.get-rewars-top-right .section-header .offer-heading {
    line-height: 1;
}

.get-rewars-top-right .section-header {
    padding-bottom: 10px;
}

.rewards-code-inner {
    display: flex;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    color: #092C4C;
}

.rewards-code {
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1;
    width: 70%;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #F7F7F7;
    font-size: var(--font-20);
}

.rewards-code span {
    font-size: var(--font-30);
    font-weight: var(--font-bold);
}

.rewards-btn {
    height: 50px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
    border-radius: 0 10px 10px 0;
    font-size: var(--font-16);
    font-weight: var(--font-bold);
    color: var(--neutral-shade-4);
    background: var(--primary-color);
    transition: all .3s ease;
}

.rewards-btn:hover {
    color: #fff;
}

.rewards-btn:before {
    content: '';
    width: 100%;
    height: 115px;
    right: 0;
    left: 0;
    bottom: 100%;
    margin: 0 auto;
    position: absolute;
    background: url('/images/NewOfferPage/getRewardbg.png') no-repeat;
    background-size: 100%;
}

.get-rewards-bottom {
    padding: 60px 40px;
    padding-bottom: 20px;
    background: #fff;
    position: relative;
    border-radius: 30px 30px 0 0;
}

.get-rewards-slider .slick-slide {
    margin: 5px;
    padding: 0;
}

.offer-banner span {
    color: #C61132;
    font-weight: var(--font-bold);
}

.offer-banner {
    left: 0;
    right: 0;
    bottom: 4px;
    text-transform: uppercase;
    width: 100%;
    margin: auto;
    z-index: 1;
    position: absolute;
    transition: all .3s ease-in;
}

.get-rewards-item a:hover {
    color: var(--neutral);
}

.get-rewards-item a:before {
    content: '';
    width: 100%;
    height: 16%;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    position: absolute;
    background: #fff;
    border-radius: 0 0 20px 0;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: var(--neutral-shade-1);
    box-shadow: 0 0 15px;
}

.get-rewards-item a {
    display: flex;
    position: relative;
    align-items: stretch;
    transition: all .3s ease-in;
}

.slide-item-1 {
    background: url('/images/NewOfferPage/get-rewards-item-bg1.png');
}

.slide-item-2 {
    background: url('/images/NewOfferPage/get-rewards-item-bg2.png');
}

.slide-item-3 {
    background: url('/images/NewOfferPage/get-rewards-item-bg3.png');
}

.slide-item-4 {
    background: url('/images/NewOfferPage/get-rewards-item-bg4.png');
}

.slide-item-5 {
    background: url('/images/NewOfferPage/get-rewards-item-bg5.png');
}

.slide-item-6 {
    background: url('/images/NewOfferPage/get-rewards-item-bg6.png');
}

.slide-item-6 img {
    transform: rotate(180deg);
}

.slide-item-7 {
    background: url('/images/NewOfferPage/get-rewards-item-bg7.png');
}

.slide-item-8 {
    background: url('/images/NewOfferPage/get-rewards-item-bg8.png');
}

.slide-item-9 {
    background: url('/images/NewOfferPage/get-rewards-item-bg9.png');
}

.slide-item-10 {
    background: url('/images/NewOfferPage/get-rewards-item-bg10.png');
}

.slide-item-11 {
    background: url('/images/NewOfferPage/get-rewards-item-bg11.png');
}

.slide-item-12 {
    background: url('/images/NewOfferPage/get-rewards-item-bg12.png');
}

.get-rewards-item {
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 5px;
    box-shadow: 0 0 5px #00000026;
}

.get-rewards-item a .get-rewards-left {
    width: 45%;
    z-index: 1;
    position: relative;
    padding: 35px 10px 35px 15px;
    color: var(--neutral-shade-4);
    background: var(--neutral-shade-1);
}

.get-rewards-left .title-14 {
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 44px;
}

.get-rewards-item .get-rewards-price {
    line-height: 1.2;
    padding: 15px 0 10px;
    font-size: var(--font-24);
    color: var(--primary-shade-4);
}

.get-rewards-left button {
    line-height: 1;
    padding: 10px 16px;
    border-radius: 6px;
    color: var(--neutral);
    font-size: var(--font-14);
    text-transform: uppercase;
    background: var(--primary-shade-2);
    transition: all .3s ease-in;
}

.get-rewards-left button:hover {
    color: var(--neutral-shade-4);
    background: var(--primary-shade-1);
}

.get-rewards-item a .get-rewards-right {
    width: 55%;
    position: relative;
    text-align: center;
}

.get-rewards-item a .get-rewards-right img {
    margin: 0 auto;
}

/* both shop */
.both-shop-section {
    padding-block: 30px;
}

.both-shop-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
    justify-content: space-between;
}

.both-shop-50 {
    width: calc(50% - 10px);
    margin-top: 50px;
}

.both-shop-header {
    gap: 10px;
    display: flex;
    padding: 0 15px 0;
    align-items: flex-end;
    border-radius: 10px 10px 0 0;
}

.shop-dog .both-shop-header {
    background: var(--secondary-color);
}

.shop-cat .both-shop-header {
    background: var(--secondary-shade-4);
}

.both-shop-title {
    width: 35%;
    line-height: 1.2;
    padding-bottom: 15px;
    font-size: var(--font-40);
    font-weight: var(--font-bold);
}

.shop-dog .both-shop-title {
    color: var(--neutral-shade-4);
}

.shop-cat .both-shop-title {
    color: var(--secondary-shade-1);
}

.both-shop-button {
    width: 25%;
    margin-bottom: 15px;
}

.both-shop-button a {
    padding: 10px 16px;
    text-align: center;
    line-height: 1.2;
    border-radius: 50px;
    font-size: var(--font-14);
    font-weight: var(--font-bold);
    transition: all .3s ease-in;
}

.shop-dog .both-shop-button a {
    color: var(--neutral);
    background: var(--neutral-shade-4);
}

.shop-dog .both-shop-button a:hover {
    color: var(--secondary-color);
    background: #FFF;
}

.shop-cat .both-shop-button a {
    color: var(--neutral-shade-4);
    background: var(--secondary-color);
}

.shop-cat .both-shop-button a:hover {
    color: var(--neutral-shade-4);
    background: var(--secondary-shade-1);
}

.both-shop-img {
    width: 40%;
}

.both-shop-img img {
    margin-top: -50px;
}

.both-shop-footer {
    padding: 20px 15px;
    background: #EEEEEE;
    border-radius: 0 0 10px 10px;
}

.both-shop-items {
    text-align: center;
}

.both-shop-item-icons {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .3s ease-in;
    margin-bottom: 10px;
}

.both-shop-item-icons img {
    max-width: 75px;
}

.both-shop-items:hover .both-shop-item-icons {
    border-color: var(--secondary-color);
}

.both-shop-items-title {
    font-weight: 500;
    line-height: 1.2;
    color: var(--neutral);
    font-size: var(--font-16);
}

.both-shop-items:hover .both-shop-items-title {
    color: var(--secondary-color);
}

.both-shop-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.both-shop-slider .slick-prev {
    left: 0;
}

.both-shop-slider .slick-next {
    right: 0;
}

.both-shop-full {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
}

.both-shop-col4 {
    width: calc(100% / 4 - 10px);
}

.both-shop-col4 a {
    display: flex;
    overflow: hidden;
    height: 70px;
    border-radius: 10px;
    align-items: center;
}

.both-shop-icon {
    width: 85px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in;
    background: var(--secondary-shade-4);
}

.both-shop-icon img {
    width: 45px;
}

.both-shop-col4:nth-child(odd) .both-shop-icon {
    background: var(--secondary-color);
}

.both-shop-col4:nth-child(odd) .both-shop-icon img {
    filter: invert(1) brightness(100%);
}

.both-shop-col4:nth-child(even) a:hover .both-shop-icon img {
    filter: invert(1) brightness(100%);
}

.both-shop-col4 a:hover .both-shop-title {
    background: var(--secondary-color);
    color: var(--neutral-shade-4);
}

.both-shop-full .both-shop-title {
    height: 100%;
    background: #EEEEEE;
    display: flex;
    align-items: center;
    width: calc(100% - 85px);
    padding: 10px 20px;
    font-weight: bold;
    font-size: var(--font-16);
    transition: all .3s ease-in;
}

.both-shop-col4 a:hover .both-shop-icon {
    background: var(--secondary-color);
}

@media (max-width: 1199px) {
    .dropp-card .dropp-card-content {
        padding: 15px;
    }

    .get-rewards-item a .get-rewards-left {
        padding: 25px 15px;
    }

    .get-rewards-bottom {
        padding-inline: 30px;
        padding-block: 50px 20px;
    }

    .get-rewards-item a .get-rewards-right img {
        width: calc(100% - 20px);
    }

    .both-shop-title {
        padding-block: 10px 15px;
        font-size: var(--font-36);
    }

    .both-shop-icon {
        width: 70px;
    }

    .both-shop-full .both-shop-title {
        width: calc(100% - 70px);
    }

    /* best save */
    .best-save-bottomside {
        max-width: max-content;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
    }

    .best-save-bottomside .best-save-card {
        min-width: 270px;
        flex-shrink: 0;
        scroll-snap-align: start;
    }

    .offer-banner {
        font-size: 12px;
    }
}

@media (max-width: 1023px) and (min-width: 992px) {
    .both-shop-title {
        font-size: var(--font-30);
    }

    .both-shop-full .both-shop-title {
        padding-inline: 8px 5px;
    }
}

@media(max-width: 999px) {
    .removefloatContainer .container {
        float: none;
    }
}

@media (max-width: 991px) {
    .dropp-deal-mob-resp .slick-list {
        padding-left: 0 !important;
    }

    .section-header {
        padding-bottom: 20px;
    }

    .offer-heading {
        font-size: var(--font-24);
    }

    .get-rewards-bottom {
        padding: 40px 25px;
        padding-bottom: 20px;
    }

    .get-rewards-left .title-14 {
        height: 44px;
    }

    /* best save */
    .best-save-bottomside {
        max-width: max-content;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
    }

    .best-save-card-cotent .title-14:not(.best-save-desc .title-14) {
        padding-bottom: 15px;
        height: 62px;
    }

    .best-save-desc .title-30 {
        font-size: var(--font-24);
    }

    .best-save-card .best-save-card-cotent {
        flex: none;
        width: 60%;
    }

    .best-save-topside .best-save-card-imgs {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .best-save-topside .best-save-card-imgs img {
        width: 150px;
    }

    .best-save-bottomside .best-save-card {
        min-width: 250px;
        flex-shrink: 0;
        scroll-snap-align: start;
    }

    /* premium */
    .pre-picks-section .container-right {
        padding-top: 0;
    }

    /* get rewards */
    .get-rewards-top {
        gap: 20px;
        width: 100%;
    }

    .get-rewards-section .container:before {
        height: 250px;
    }

    .get-rewars-top-left {
        text-align: center;
        width: calc(35% - 10px);
    }

    .get-rewars-top-right {
        width: calc(65% - 10px);
    }

    .rewards-btn:before {
        height: 93px;
    }

    .both-shop-col4 a {
        height: 55px;
    }

    /*  */
    .both-shop-section {
        padding-top: 0;
    }

    .both-shop-header {
        gap: 5px;
    }

    .both-shop-title {
        padding-block: 10px 15px;
        font-size: var(--font-24);
    }

    .both-shop-button {
        width: 30%;
    }

    .both-shop-button a {
        padding: 8px 10px;
    }

    .both-shop-img {
        width: 35%;
    }

    .both-shop-item-icons {
        width: 70px;
        height: 70px;
    }

    .both-shop-item-icons img {
        max-width: 60px;
    }

    .both-shop-slider .slick-prev {
        left: -6px;
    }

    .both-shop-slider .slick-next {
        right: -6px;
    }

    .both-shop-icon {
        width: 60px;
    }

    .both-shop-full .both-shop-title {
        width: calc(100% - 60px);
    }

    .both-shop-full .both-shop-title {
        padding-inline: 8px 5px;
    }
}

@media (max-width: 767px) and (min-width: 400px) {
    .get-rewards-item a .get-rewards-left {
        padding: 36px 15px;
    }
}

@media (max-width: 767px) {
    .section-header {
        padding-bottom: 15px;
    }

    .offer-heading {
        font-size: var(--font-18);
    }

    .section-header p {
        padding-inline: 30px;
    }

    .dropp-card-img img {
        margin: 0 auto;
    }

    .dropp-card .dropp-card-content {
        text-align: center;
    }

    .dropp-card .dropp-card-content .dropp-card-title {
        font-size: var(--font-16);
    }

    /* best save */
    .best-save-section .container {
        padding-top: 0;
    }

    .best-save-inner,
    .best-save-topside {
        flex-direction: column;
    }

    .best-save-left .desk {
        display: none;
    }

    .best-save-left .mob {
        display: block;
    }

    .best-save-left,
    .best-save-right,
    .best-save-topside .best-save-card {
        width: 100%;
    }

    .best-save-topside .best-save-card-imgs img {
        width: 145px;
    }

    .best-save-desc .title-30 {
        font-size: var(--font-24);
    }

    .best-save-bottomside {
        max-width: max-content;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
    }

    .best-save-bottomside .best-save-card {
        min-width: 250px;
        flex-shrink: 0;
        scroll-snap-align: start;
    }

    .best-save-bottomside .best-save-card .best-save-card-cotent {
        width: 50%;
        height: auto;
    }

    .best-save-bottomside .best-save-card .best-save-card-imgs img {
        width: 150px;
    }

    /* premium picks */
    .pre-picks-section .container-right {
        padding-top: 0;
    }

    /* best for */
    .best-for-inner {
        flex-direction: column;
    }

    .best-for-left {
        width: 100%;
    }

    .best-for-right {
        display: none;
    }

    .best-for-product-price {
        padding: 10px 0 6px;
    }

    /*  */
    .pre-picks-section .container:nth-child(1) {
        padding-top: 0;
    }

    /*  */
    .get-rewards-section {
        margin-top: 50px;
    }

    .get-rewars-top-left,
    .get-rewars-top-right {
        width: 100%;
    }

    .get-rewards-top {
        width: 100%;
    }

    .get-rewars-top-left img {
        width: 50%;
        margin-top: -55px;
    }

    .best-for-inner .section-header .offer-heading span,
    .get-rewars-top-right .section-header span {
        font-size: var(--font-14);
    }

    .rewards-code {
        font-size: var(--font-16);
    }

    .rewards-code span {
        font-size: var(--font-20);
    }

    .rewards-btn {
        height: 40px;
    }

    .rewards-btn:before {
        height: 78px;
    }

    .get-rewards-bottom {
        padding: 30px 20px;
        padding-bottom: 20px;
    }

    /* both shop */
    .both-shop-section {
        padding-top: 0;
    }

    .both-shop-50 {
        width: 100%;
        margin-top: 30px;
    }

    .both-shop-full {
        gap: 10px;
        flex-wrap: wrap;
    }

    .both-shop-col4 {
        width: calc(100% / 2 - 5px);
    }

    .both-shop-full .both-shop-title {
        padding-inline: 5px;
    }
}

@media (max-width: 399px) {
    .best-save-topside .best-save-card .best-save-card-cotent {
        flex: 0 0 58%;
    }

    /* premium */
    .rounded-shape {
        width: 126px;
        height: 126px;
    }

    .pre-picks-card {
        width: 240px;
    }

    .pre-picks-card-off {
        font-size: var(--font-24);
    }

    .rewards-code {
        padding: 10px;
    }

    .rewards-btn:before {
        height: 58px;
    }

    .get-rewards-bottom {
        padding: 20px 10px;
    }

    .get-rewards-left .title-14 {
        -webkit-line-clamp: 3;
    }

    .get-rewards-item .get-rewards-price {
        font-size: var(--font-18);
    }

    .get-rewards-item a .get-rewards-right img {
        width: 85%;
    }

    .get-rewards-item a .get-rewards-left {
        padding: 20px 10px;
    }

    .get-rewards-left button {
        font-size: 12px;
    }

    .both-shop-header {
        position: relative;
    }

    .both-shop-img img {
        width: 110px;
        position: absolute;
        bottom: 0;
        right: 10px;
    }

    .offer-banner {
        bottom: 2px;
    }
}

@media (max-width: 360px) {
    .section-header p {
        padding-inline: 15px;
    }

    .best-save-bottomside .best-save-card {
        min-width: 230px;
    }

    .best-save-topside .best-save-card-imgs {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .best-save-topside .best-save-card-imgs img {
        width: 180px;
    }

    .rewards-code {
        font-size: var(--font-14);
    }

    .rewards-code span {
        font-size: var(--font-16);
    }

    .rewards-btn {
        font-size: 12px;
    }

    /* shop */
    .both-shop-title {
        width: 32%;
        font-size: var(--font-20);
    }

    .both-shop-col4 {
        width: 100%;
    }

    .both-shop-full .both-shop-title {
        padding-inline: 15px;
    }

    .both-shop-header {
        padding-inline: 10px;
    }

    .both-shop-button a {
        padding: 6px;
    }

    .get-rewards-item a .get-rewards-left {
        padding: 18px 10px;
    }

    .offer-banner {
        font-size: 12px;
    }
}