.product-countdown {
    display: flex;
    gap: 10px;
}
.countdown-item:not(:last-child) {
    padding-right: 20px;
}
.countdown-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.countdown-item span:not(.countdown-value) {
	text-transform: capitalize;
}
span.countdown-value {
    color: var(--e-global-color-accent);
    font-family: "Poppins", Sans-serif;
    font-size: 46px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
    background: rgba(255,255,255,0.1);
    letter-spacing: 0px;
    word-spacing: 0em;
    min-width: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 2px solid;
}

.countdown-item:not(:last-child):after {
    content: ':';
    position: absolute;
    right: 0;
    font-size: 30px;
    top: 25px;
}
img:not([src]):hover {
	opacity: 1 !important;
}
img:not([src]) {
    background-image: url(https://gig-gage.com/wp-content/uploads/2024/07/image-3.png);
    background-image: url(https://gig-gage.com/wp-content/uploads/2024/07/image-1.jpg);
    width: 100%;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    opacity: 0.5 !important;
    background-color: #29353e;
}