﻿.offers-section,
.featured-section {
    padding: clamp(15px, 1.563vw, 30px) clamp(0px, 0vw, 0px);
}

.section-heading {
    margin-bottom: clamp(25px, 2.344vw, 45px);
}

.section-heading h2 {
    font-size: clamp(28px, 1.875vw, 36px);
    margin-bottom: 10px;
    font-weight: 300;
}

.section-heading p {
    font-size: clamp(16px, 0.938vw, 18px);
    margin-bottom: 10px;
    font-weight: 300;
}

.featured-section .container,
.offers-section .container {
    /* max-width: 1440px; */
    margin: 0 auto;
    padding: 0 !important;
}

.featured-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(15px, 2.5vw, 48px);
}

.featured-inner.featured-inner-new {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.deal-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: clamp(20px, 1.823vw, 35px);
    padding-top: clamp(25px, 2.344vw, 45px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.black-line {
    background: #000;
    height: 8px;
    position: absolute;
    top: 0;
    z-index: 111;
    width: 100%;
    left: 0;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    transition: 0.7s;
    opacity: 0;
}

.deal-card hr {
    margin-top: clamp(15px, 1.667vw, 32px);
    margin-bottom: clamp(15px, 1.667vw, 32px);
}

.deal-card:hover {
    transition: 0.4s;
    transform: translateY(-6px);
    box-shadow: 0 10px 80px rgba(0, 0, 0, 0.08);
}

.deal-card:hover .black-line {
    transition: 0.7s;
    opacity: 1;
}

.deal-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(20px, 1.667vw, 32px);
}

.deal-badge {
    background: #0f172a;
    color: #fff;
    padding: 3px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.deal-box,
.discount-box {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.deal-box {
    gap: 16px;
}

.deal-logo img {
    border-radius: 15px;
    width: clamp(35px, 5.208vw, 100px);
    height: clamp(35px, 5.208vw, 100px);
}

.deal-discount {
    background: #2563eb;
    color: #fff;
    padding: clamp(8px, 0.417vw, 8px) clamp(8px, 0.833vw, 16px);
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.deal-card:hover .deal-discount {
    transform: scale(1.02);
}

.save-discount {
    text-align: end;
    font-size: clamp(12px, 0.729vw, 14px);
    font-weight: 500;
    color: rgb(107 114 128);
}

.deal-title {
    margin-bottom: clamp(20px, 1.25vw, 24px);
}

.deal-price {
    display: flex;
    gap: 16px;
    align-items: baseline;
}

.deal-price h4 {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 10px;
}

.deal-title h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.deal-price p {
    text-decoration: line-through;
    color: #94a3b8;
    margin: 0;
}

.deal-btn a {
    font-size: clamp(14px, 0.833vw, 16px);
    display: block;
    width: 100%;
    background: #0f172a;
    padding: clamp(10px, 0.625vw, 12px);
    border-radius: 12px;
    text-align: center;
    color: #fff;
    transition: 0.4s;
}

.deal-btn a:hover {
    transition: 0.4s;
    transform: scale(1.02);
    background: #101622;
}

.deal-btn span {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 10px;
    font-size: clamp(16px, 1.042vw, 20px);
}

.deal-card:hover .deal-btn span {
    transform: translateY(-8px);
    margin-left: 15px;
}

.deal-note {
    margin-top: 15px;
}

.deal-note p {
    text-align: center;
    font-size: 12px;
    color: #64748b;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.offers-section .offers-card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(20px, 1.042vw, 20px);
}

.page-id-43 .offers-section .offers-card-wrapper {
    grid-template-columns: repeat(3, 1fr);
}

.offers-section .offers-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.offers-section #offer-search,
.offers-section #merchant-filter,
.offers-section #load-more-offers {
    border: 1px solid #e5e7eb;
    font-size: 14px;
    border-radius: 8px;
    padding: 12px 32px 12px 15px;
    background: #fff;
    transition: 0.4s;
    width: 100%;
}

.offers-section #load-more-offers {
    border-radius: 9999px;
    width: auto;
    padding: 12px 30px;
    margin-top: clamp(12px, 1.042vw, 20px);
}

.offers-section #load-more-offers:hover {
    transition: 0.4s;
    background-color: #f9fafb;
    transform: scale(1.02);
    background-color: #111827;
    color: #fff;
}

.store-card,
.offers-section .offers-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.store-card {
    gap: 10px;
}

.store-card:hover,
.offers-section .offers-card:hover {
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.2);
    transform: translateY(-6px);
    outline: unset !important;
}

.offers-section .offers-card img {
    width: auto;
    height: 50px;
    object-fit: cover;
    margin-bottom: clamp(35px, 3.385vw, 65px);
}

.offers-section .offers-time {
    color: #9ca3af;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
}

.offers-section .offers-card h3 {
    color: #111827;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: clamp(20px, 1.25vw, 24px);
}

.offers-section .offers-price {
    display: flex;
    align-items: center;
    gap: 15px;
}

.offers-section .offers-price h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.offers-section .offers-price p {
    color: #9ca3af;
    font-weight: 300;
    font-size: clamp(16px, 0.938vw, 18px);
    margin: 0;
    text-decoration: line-through;
}

.offers-section .view-deal a {
    background-color: #fff;
    border: 2px solid #e5e7eb;
    font-size: 14px;
    color: #111827;
    border-radius: 8px;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    transition: 0.5s;
}

.offers-section .view-deal a:hover {
    transform: scale(1.02);
    transition: 0.5s;
    background-color: #111827;
    color: #fff;
}

.widget-title.card-header {
    background-color: #e5e5e5 !important;
}

.widget .card-title {
    color: #000000;
}

@media(max-width: 1366px) {

    .offers-section .offers-card-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 1200px) {
    .featured-inner.featured-inner-new {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 992px) {
    .offers-section .offers-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 767px) {
    .home-slider .slide-right img {
        height: 60vw;
        width: 92vw;
        object-fit: cover;
        transform: rotate(0);
    }

    .home-slider .slide-right {
        display: flex;
        justify-content: flex-start;
    }

    .home-slider .slider-container {
        padding-bottom: 60px;
    }

    .offers-section .offers-card-wrapper,
    .featured-inner,
    .featured-inner.featured-inner-new {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-id-43 .offers-section .offers-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    #footer-widget.d-print-none {
        padding: 30px 0px 10px 0 !important;
    }

    .wpforms-field-container .wpforms-field .wpforms-field-description,
    .wpforms-field-container .wpforms-field input {
        font-size: 12px;
    }
}

@media(max-width: 600px) {
    .page-id-43 .offers-section .offers-card-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
.cd-home-slider-wrap {
    width: 100%;
    margin-bottom: 0;
}

.cmd-index > .row > .col-12 > hr {
    border: 0;
    border-top: 1px solid #e5e7eb;
    opacity: 1;
    margin: clamp(24px, 3vw, 48px) 0;
}

#default-popular-store .store-card .card-footer small {
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
}
