/* Add custom CSS styles below */ 
.s-product-card-countdown {
    --tw-bg-opacity: 1;
    background-color: #F5F5F5;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
}
.s-product-card-countdown .s-count-down-item {
    height: 1.5rem;
    width: 100%;
    flex: 1 1 0%;
    flex-direction: column;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: #20467B;
    display: flex;
    align-items: center;
    justify-content: center;
}
.store-footer__inner {
    background-color: #1e2d3d;
    border: 3px solid #17c0b5;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 40px;
    margin: 20px auto;
}