.hotdeal-container {
    max-width: 400px;
    margin: 30px auto;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 30px;
    color: white;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    position: relative;
}

.hotdeal-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ff4757;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: bold;
}

.hotdeal-image {
    width: 100%;
    border-radius: 10px;
    margin: 20px 0;
}

.hotdeal-title {
    font-size: 20px;
    margin: 15px 0;
    text-align: center;
}

.hotdeal-price {
    text-align: center;
    margin: 20px 0;
}

.old-price {
    text-decoration: line-through;
    opacity: 0.7;
    font-size: 16px;
}

.special-price {
    font-size: 32px;
    font-weight: bold;
    display: block;
    margin: 10px 0;
}

.hotdeal-countdown {
    background: rgba(0,0,0,0.2);
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

.countdown-timer {
    display: flex;
    justify-content: space-around;
}

.time-unit {
    text-align: center;
}

.time-value {
    display: block;
    font-size: 32px;
    font-weight: bold;
}

.time-label {
    font-size: 12px;
}

.hotdeal-buy {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    display: block;
    background: white;
    color: #667eea;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
}
