/* --- Veeper Announcement Bar Start ---*/
#va-bar {
    top: 0;
    width: 100%;
    padding: 16px;
    display: block;
    z-index: 99999999;
    text-align: center;
    background-color: #000;
    position: -webkit-sticky;
    position: sticky;
}

#va-text {
    color: #fff;
    font-size: 14px;
}

#va-close {
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 6px;
    margin-left: 10px;
    border-radius: 3px;
    background-color: #333;
}
/* --- Veeper Announcement Bar End ---*/


.veeper_cart,
.veeper_product {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-weight: 400;
}

.veeper_cart {
    width: 100%;
}

.discount_text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-weight: 400;
}

.veeper_product .value {
    text-decoration: underline;
}

/*--- Countdown Bar ----*/
#vc-bar * {
    margin: 0;
    padding: 0;
    color: #fff;
    box-sizing: border-box;
}

#vc-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    background: #000;
    padding: 8px;
    border-radius: 3px;
    gap: 16px;
}

#vc-bar>span {
    font-size: 16px;
    line-height: 16px;
}

#vc-bar>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#vc-bar>div h1 {
    font-size: 24px;
    line-height: 24px;
}

#vc-bar>div p {
    font-size: 12px;
    line-height: 12px;
}
