/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.flex-center.sale-end.text-primary.w-max.gap-1.mb-2 {
    color: #d3b06e;
}
.dark .special-product-countdown .s-count-down-item {
    background-color: #d3b06e;
}

h1.text-xl.md\:text-3xl.text-primary {
    color: #d3b06e;
}

a.social-icon.bubble-show.da-tm {
    color: #d3b06e;
}
.dark .contact-links a {
    color: #d3b06e;
}

.store-footer h3 {
    color: #414042;
    color: #d3b06e;
}
.dark .s-contacts-item {
    background-color: #245150;
    color: var(--dark-text-main);
}
.s-contacts-list {
    display: flex;
    gap: 0rem;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: flex-start;
}