.s-count-down-item-value {
    color: #ffffff !important;
}
.s-count-down-item-label {
    color: #ffffff !important;
}
.s-count-down-md .s-count-down-item {
    border: 1px solid;
    border-color: #ffffff !important;
}
@media (min-width: 1024px) {
    .special-offers-section .s-count-down-list {
        position: relative;
        left: 106%;
    }
}
.lazy__bg {
    background-color: #FFF2DB;
}
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container {
    margin-bottom: 3%;
}
.new-product-card-form {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    background-color: #FFF2DB;
}
.border-primary {
    border: 0px;
}
@media (max-width: 767px) {
    .rounded-2xl.md\:rounded-3xl.w-full {
        height: 119px;
    }
.special-offers-section .s-count-down-list {
    position: relative;
    top: -19% !important;;
    margin-top: -17px !important;;
    padding-right: 73px !important;;
}
.flex.flex-col.h-min.lg\:flex-row.items-center.gap-8.p-4.md\:p-8.justify-center {
    padding: 15px !important;
}
}

.bg-header-bg {
    background-color: #FFF2DB;
}
.store-header .header-btn__icon {
    border-color: color-mix(in srgb, #7C5832, black 5%);
    height: 2rem;
    width: 2rem;
    color: var(--header-text-color);
}