.p68-countdown { padding: 15px; margin: 10px 0; display: flex; align-items: center; justify-content: center; gap: 20px; border-radius: 5px; color: #fff; }
.p68-countdown-title { font-weight: bold; font-size: 18px; }
.p68-countdown-timer { display: flex; gap: 15px; }
.p68-time-item { text-align: center; }
.p68-time-item span { display: block; }
.p68-time-item > span:first-child { font-size: 24px; font-weight: bold; }
.p68-time-item > span:last-child { font-size: 12px; opacity: 0.9; }
.p68-campaign-slider { margin: 20px 0; padding: 20px; background: #f9f9f9; border-radius: 8px; }
.p68-campaign-slider h2 { margin-top: 0; }
.p68-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 20px; }
.p68-product-item { text-align: center; background: #fff; padding: 15px; border-radius: 5px; transition: transform 0.2s; }
.p68-product-item:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.p68-product-item img { max-width: 100%; height: auto; }
.p68-product-item h3 { font-size: 16px; margin: 10px 0; }
@media (max-width: 768px) { .p68-products-grid { grid-template-columns: repeat(2, 1fr); } .p68-countdown { flex-direction: column; } }
.flash-sale-pro .ux-timer-text > span {
	font-weight: bold;
	display: inline-block;
}
.flash-sale-pro .ux-timer-text > span strong {
	margin-left: 4px;
}