/* WeTheme Amazing Discounts Carousel */

.wetheme-amazing-discounts {
    position: relative;
    background: #F8F1EB;
    border: 1px solid #E9DDD2;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0px 95px 150px -91px #62544570;
}

.wetheme-amazing-discounts .wad-layout {
    display: flex;
    align-items: stretch;
    gap: 0px;
}

.wetheme-amazing-discounts .wad-sidebar {
    flex: 0 0 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 18px;
    padding: 0 80px;
}

.wetheme-amazing-discounts .wad-sidebar-title {
    margin: 0;
    font-size: 37px;
    font-weight: 800;
    line-height: 1.35;
    color: #2D3E50;
}

.wetheme-amazing-discounts .wad-countdown {
    width: 100%;
}

.wetheme-amazing-discounts .wad-countdown-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    direction: ltr;
}

.wetheme-amazing-discounts .wad-time-box {
    min-width: 45px;
    height: 61px;
    padding: 0 10px;
    border-radius: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ECECEC;
}

.wetheme-amazing-discounts .wad-time-box.is-days {
    background: #2D3E50;
}

.wetheme-amazing-discounts .wad-time-box .number {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #2D3E50;
}

.wetheme-amazing-discounts .wad-time-box.is-days .number {
    color: #fff;
}

.wetheme-amazing-discounts .wad-time-sep {
    font-size: 18px;
    font-weight: 700;
    color: #2D3E50;
    line-height: 1;
    user-select: none;
}

.wetheme-amazing-discounts .wad-countdown-label {
    margin: 25px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    direction: rtl;
    gap: 6px;
    font-size: 14px;
    color: #8A8A8A;
}

.wetheme-amazing-discounts .wad-countdown-label .isax {
    font-size: 19px;
    color: #8A8A8A;
    flex-shrink: 0;
}

.wetheme-amazing-discounts .wad-expired-message {
    font-size: 14px;
    color: #2D3E50;
    font-weight: 600;
}

.wetheme-amazing-discounts .wad-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    direction: rtl;
    gap: 10px;
    width: 100%;
    margin-top: 4px;
}

.wetheme-amazing-discounts .wad-nav-btn {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #2D3E50;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(45, 62, 80, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 0;
}

.wetheme-amazing-discounts .wad-nav-btn:hover {
    transform: translateY(-1px);
}

.wetheme-amazing-discounts .wad-nav-btn.swiper-button-disabled {
    opacity: 0.45;
    cursor: default;
    transform: none;
}

.wetheme-amazing-discounts .wad-view-all {
    flex: 1 1 auto;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    color: #2D3E50;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(45, 62, 80, 0.08);
    white-space: nowrap;
}

.wetheme-amazing-discounts .wad-carousel-wrap {
    flex: 1 1 auto;
    min-width: 0;
}

.wetheme-amazing-discounts .wpc-swiper {
    overflow: hidden;
}

.wetheme-amazing-discounts .wpc-swiper .swiper-wrapper {
    display: flex;
    padding: 5px 0;
}

.wetheme-amazing-discounts .wpc-swiper .swiper-slide {
    flex: 0 0 auto;
    width: auto;
    height: auto;
}

.wetheme-amazing-discounts .wad-card {
    position: relative;
    background: #fff;
    border-radius: 26px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    height: 100%;
    min-height: 320px;
    box-shadow: 0 2px 12px rgba(45, 62, 80, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wetheme-amazing-discounts .wad-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(45, 62, 80, 0.1);
}

.wetheme-amazing-discounts .wad-card .wpc-thumb {
    width: 100%;
    height: 290px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.wetheme-amazing-discounts .wad-card .wpc-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wetheme-amazing-discounts .wad-discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: #2D3E50;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    width: 40px;
    height: 25px;
    padding: 0;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wetheme-amazing-discounts .wad-card .wpc-title {
    margin: 0;
    text-align: right;
    padding-right: 8px;
    height: 55px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    flex-shrink: 0;
}

.wetheme-amazing-discounts .wad-card .wpc-title a {
    color: inherit;
    text-decoration: none;
}

.wetheme-amazing-discounts .wad-card .wpc-title-separator {
    height: 1px;
    background: linear-gradient(to right, transparent, #e0e0e0, transparent);
    margin: 12px 0;
    flex-shrink: 0;
}

.wetheme-amazing-discounts .wad-card-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    margin-top: auto;
}

.wetheme-amazing-discounts .wad-card .wpc-price {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end !important;
    gap: 2px;
    flex: 1 1 auto;
    min-width: 0;
}

.wetheme-amazing-discounts .wad-card .wpc-price .price.wpc-custom-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.wetheme-amazing-discounts .wad-card .wpc-price .wpc-sale-price,
.wetheme-amazing-discounts .wad-card .wpc-price del {
    text-decoration: line-through;
    line-height: 1.3;
}

.wetheme-amazing-discounts .wad-card .wpc-price .wpc-current-price,
.wetheme-amazing-discounts .wad-card .wpc-price ins {
    text-decoration: none;
    line-height: 1.3;
}

.wetheme-amazing-discounts .wad-card .wpc-price .woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.wetheme-amazing-discounts .wad-card .wpc-price.wpc-out-of-stock-message {
    font-size: 13px;
    color: #888;
}

.wetheme-amazing-discounts .wad-card .wpc-add-to-cart {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #C19A6B;
    color: #fff;
    border: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.wetheme-amazing-discounts .wad-card .wpc-add-to-cart i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    color: inherit;
}

.wetheme-amazing-discounts .wad-card .wpc-add-to-cart.wpc-out-of-stock {
    opacity: 0.55;
    cursor: not-allowed;
}

.wetheme-amazing-discounts .wad-card .wpc-add-to-cart.wpc-v2-loading::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 3px;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        transparent 248deg,
        rgba(255, 255, 255, 0.3) 268deg,
        rgba(255, 255, 255, 0.95) 290deg,
        rgba(255, 255, 255, 0.95) 322deg,
        rgba(255, 255, 255, 0.3) 342deg,
        transparent 360deg
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    animation: wad-border-travel 1.1s linear infinite;
    pointer-events: none;
    z-index: 1;
}

.wetheme-amazing-discounts .wad-card .wpc-add-to-cart.wpc-v2-loading i {
    position: relative;
    z-index: 2;
}

@keyframes wad-border-travel {
    to {
        transform: rotate(360deg);
    }
}

.wetheme-amazing-discounts .swiper-pagination {
    display: none !important;
}

@media (max-width: 1023px) {
    .wetheme-amazing-discounts .wad-layout {
        flex-direction: column;
        gap: 20px;
    }

    .wetheme-amazing-discounts .wad-sidebar {
        flex: 0 0 auto;
        max-width: none;
        width: 100%;
    }

    .wetheme-amazing-discounts .wad-sidebar-title {
        font-size: 24px;
    }

    .wetheme-amazing-discounts .wad-nav {
        max-width: 320px;
        margin-inline: auto;
    }
}

@media (max-width: 767px) {
    .wetheme-amazing-discounts {
        padding: 16px;
        border-radius: 16px;
    }

    .wetheme-amazing-discounts .wad-sidebar-title {
        font-size: 20px;
    }

    .wetheme-amazing-discounts .wad-time-box {
        min-width: 38px;
        height: 38px;
        padding: 0 8px;
    }

    .wetheme-amazing-discounts .wad-time-box .number {
        font-size: 14px;
    }

    .wetheme-amazing-discounts .wad-card {
        min-height: 290px;
        padding: 12px;
    }
}
