/* SKRYTÍ PŮVODNÍHO DOPLŇKU */
.dkLabCountdownWrapper{
display:none!important;
}

/* ===== SPOLEČNÝ STYL ===== */

.custom-category-countdown,
.custom-detail-countdown{
background:#ececec;
border-radius:6px;
padding:12px 12px 10px;
margin-top:12px;
border-top:3px solid #ffbd59;
box-shadow:0 2px 10px rgba(0,0,0,.04);
color:#000;
}

/* ===== HORNÍ ŘÁDEK ===== */

.custom-category-top,
.custom-detail-top{
display:flex;
justify-content:space-between;
align-items:center;
gap:10px;
padding-bottom:4px;
}

/* ===== TEXT AKCE ===== */

.custom-category-price,
.custom-detail-sale{
font-size:18px;
font-weight:700;
color:#000;
text-transform:uppercase;
letter-spacing:.2px;
}

/* ===== KUPÓN ===== */

.custom-category-coupon,
.custom-detail-coupon{
font-size:15px;
border:1px dashed #555;
padding:6px 12px;
border-radius:4px;
background:#fff;
white-space:nowrap;
color:#000;
}

.custom-category-coupon span,
.custom-detail-coupon span{
background:#ffbd59;
padding:5px 10px;
font-weight:700;
margin-left:6px;
border-radius:2px;
color:#000;
}

/* ===== DETAIL PRODUKTU ===== */

.custom-detail-countdown{
max-width:420px;
margin-bottom:18px;
}

/* ===== ODPOČET ===== */

.custom-detail-bottom{
margin-top:12px;
padding:8px 12px;
background:#ffbd59;
border-radius:4px;

display:flex;
justify-content:space-between;
align-items:center;
gap:18px;
flex-wrap:nowrap;
}

.custom-detail-text{
font-size:13px;
font-weight:600;
color:#000;
white-space:nowrap;
}

.custom-detail-timer{
display:flex;
gap:12px;
align-items:center;
flex-wrap:nowrap;
}

.custom-detail-item{
text-align:center;
min-width:42px;
}

.custom-detail-number{
font-size:16px;
font-weight:700;
line-height:1;
color:#000;
}

.custom-detail-label{
font-size:10px;
color:#000;
margin-top:2px;
line-height:1.1;
}

/* ===== MOBIL ===== */

@media(max-width:768px){

.custom-category-top,
.custom-detail-top{
gap:8px;
}

.custom-category-price,
.custom-detail-sale{
font-size:18px;
}

.custom-category-coupon,
.custom-detail-coupon{
font-size:12px;
padding:5px 8px;
}

.custom-category-coupon span,
.custom-detail-coupon span{
padding:3px 6px;
}

.custom-detail-bottom{
gap:10px;
overflow-x:auto;
}

.custom-detail-number{
font-size:15px;
}

.custom-detail-countdown{
max-width:100%;
margin-bottom:15px;
}

}