.exp-todayonlinesale-img-link img { object-fit: cover; width: 100%; height: 100%; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
.exp-todayonlinesale-card { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); height: 100%; position: relative; background: #FFFFFF; border-radius: 16px; flex-direction: column; border: 1px solid #E2E8F0; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); overflow: hidden; display: flex; }
.exp-todayonlinesale-pulse-dot { display: inline-block; height: 8px; border-radius: 50%; background-color: #FF3B30; width: 8px; animation: exp-todayonlinesale-pulse-red 1.5s infinite; }
.exp-todayonlinesale-card:hover { border-color: #000000; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); transform: translateY(-6px); }
.exp-todayonlinesale-urgency-badge { gap: 6px; display: inline-flex; color: #FFFFFF; box-shadow: 0 4px 10px rgba(0,0,0,0.2); border-radius: 30px; top: 12px; letter-spacing: 0.5px; align-items: center; font-size: 0.75rem; padding: 6px 12px; font-weight: 800; position: absolute; z-index: 2; background: #000000; left: 12px; }
.exp-todayonlinesale-img-link { display: block; height: 100%; width: 100%; }
.exp-todayonlinesale-img-wrapper { overflow: hidden; position: relative; width: 100%; background: #F8FAFC; border-bottom: 1px solid #F1F5F9; aspect-ratio: 400/240; }
.exp-todayonlinesale-card:hover .exp-todayonlinesale-img-link img { transform: scale(1.08); }
@keyframes exp-todayonlinesale-pulse-red {
  0% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.6); }
  70% { box-shadow: 0 0 0 6px rgba(255, 59, 48, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0); }
}
.exp-todayonlinesale-compare-text strong { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 0.85rem; color: #000000; font-weight: 800; }
.exp-todayonlinesale-logo-box img { object-fit: contain; max-width: 100%; max-height: 100%; border-radius: 8px; }
.exp-todayonlinesale-title { line-height: 1.5; font-weight: 600; overflow: hidden; font-size: 0.95rem; display: -webkit-box; -webkit-line-clamp: 2; color: #475569; -webkit-box-orient: vertical; margin: 0 0 8px 0; }
.exp-todayonlinesale-btn-black { transition: all 0.3s ease; align-items: center; justify-content: center; padding: 12px; width: 100%; border-radius: 12px; cursor: pointer; text-transform: uppercase; color: #D4FF00; gap: 8px; background: #000000; letter-spacing: 0.5px; text-decoration: none; font-weight: 800; font-size: 0.95rem; border: 2px solid #000000; display: flex; }
.exp-todayonlinesale-compare-text span { letter-spacing: 0.5px; line-height: 1; text-transform: uppercase; color: #64748B; font-weight: 700; margin-bottom: 4px; font-size: 0.7rem; }
.exp-todayonlinesale-logo-box { margin-bottom: 16px; padding: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); border: 1px solid #E2E8F0; align-items: center; display: flex; height: 60px; width: 60px; justify-content: center; background: #FFFFFF; margin-top: -30px; border-radius: 14px; z-index: 3; transition: transform 0.3s ease; position: relative; }
.exp-todayonlinesale-compare-box a { text-decoration: none; display: flex; color: #334155; gap: 12px; align-items: center; }
.exp-todayonlinesale-compare-box { border: 1px solid #E2E8F0; border-left: 4px solid #D4FF00; margin-bottom: 16px; transition: background 0.2s ease; padding: 10px; background: #FFFFFF; border-radius: 12px; }
.exp-todayonlinesale-compare-box i { display: flex; font-size: 1.1rem; border-radius: 6px; height: 28px; align-items: center; width: 28px; background: #D4FF00; color: #000000; justify-content: center; }
.exp-todayonlinesale-card:hover .exp-todayonlinesale-logo-box { transform: translateY(-4px); border-color: #000000; }
.exp-todayonlinesale-content { display: flex; flex-grow: 1; padding: 0 20px 20px; position: relative; flex-direction: column; }
.exp-todayonlinesale-btn-black:hover { border-color: #e11d48; color: #ffffff; background: #e11d48; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(225, 29, 72, 0.4); }
.exp-todayonlinesale-compare-text { flex-direction: column; width: 100%; display: flex; overflow: hidden; }
.exp-todayonlinesale-discount-text { padding-bottom: 16px; font-size: 1.6rem; margin-bottom: auto; font-weight: 900; color: #000000; letter-spacing: -0.5px; }
.exp-todayonlinesale-compare-box:hover { background: #F8FAFC; }