.hot-sale-box {
    background-image: url(/wp-content/uploads/2025/12/bg-hot-sale.png);
    padding: 20px;
    border-radius: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.hot-sale-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 16px;
}

.hot-sale-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hot-sale-left img {
    height: 110px !important;
}

.product-card img {
    aspect-ratio: 1 / 1;
    /* max-height: 170px; */
    object-fit: cover;
    /* height: 170px !important; */
}

.product-card h4 {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.product-card h4 a {
    color: #000;
}

.product-card h4 a:hover {
    color: #FBB042;
}

.hot-sale-right {
    display: flex;
    gap: 10px;
}

.product-card .sold {
    text-align: left;
    font-size: 14px;
    padding-bottom: 5px;
}

.hot-sale-countdown {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-card .price {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #fbb042;
}

.hot-sale-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.hot-sale-price-wrapper {
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.3 !important;
    align-items: flex-start !important;
    flex: 1;
}

.hot-sale-price-wrapper ins {
    text-decoration: none !important;
    display: block !important;
}

.hot-sale-price-wrapper del {
    font-size: 13px !important;
    color: #999 !important;
    font-weight: 400 !important;
    display: block !important;
    line-height: 1 !important;
}

.product-card .sold {
    text-align: right;
    font-size: 14px;
    padding-bottom: 5px;
    white-space: nowrap;
    flex-shrink: 0;
}

.product-card button {
    background: #F0F2F5;
    padding: 6px 10px;
    border: none;
    border-radius: 8px;
    width: 100%;
    font-size: 11px;
    cursor: pointer;
    font-weight: 400;
    transition: background 0.3s;
    text-align: left;
}

.hot-sale-countdown .cd-item {
    background: #1f2226;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    min-width: 60px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.hot-sale-countdown .cd-item span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
}

.hot-sale-countdown .cd-item .distance {
    width: 32px;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    margin: 6px auto 4px;
}

.hot-sale-countdown .cd-item small {
    display: block;
    font-size: 12px;
    margin-top: 2px;
    letter-spacing: 0.2px;
}

.hot-sale-tabs {
    display: flex;
    gap: 10px;
    margin-left: auto;
    list-style: none;
    padding: 0;
}

.hot-sale-tabs li {
    background: #6E6F71;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
}

.hot-sale-tabs li.active {
    background: #fff;
    color: #000
}

.hot-sale-view-all {
    background: #6E6F71;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 1.5em;
}

.hot-sale-tabs li:hover,
a.hot-sale-view-all:hover {
    background: #fff;
    color: #000;
}

.hot-sale-body {
    display: none
}

.hot-sale-body.active {
    display: block
}

.hot-sale-swiper {
    padding-top: 8px;
    padding-bottom: 8px;
}

.hot-sale-more-wrap {
    text-align: center;
    margin-top: 16px;
}

.hot-sale-more-link {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 10px;
    background: #f15a2400;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #fff;
}

.hot-sale-more-link:hover {
    background: #ffffff;
    color: #000;
}

.product-card {
    background: #f8f8f8;
    border-radius: 10px;
    text-align: left;
    overflow: hidden;
}

.sale-badge {
    position: absolute;
    background: red;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
    top: 10px;
    left: 10px;
}

.product-info {
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: left;
}

.hot-sale-footer .sale-price {
    justify-content: flex-start;
}

@media (max-width: 767px) {
    /* .product-card img {
        height: 120px !important;
        object-fit: contain;
    } */

    .hot-sale-footer {
        display: block !important;
    }

    .product-card .sold {
        text-align: left !important;
    }

    .hot-sale-box {
        padding: 10px !important;
    }
}