.btn,
.btn:focus,
.btn:active {
    color: #0f172a;
}

.btn.btn-main,
.btn.btn-main-two,
.btn.bg-main-600,
.btn.bg-main-two-600,
.btn.bg-main-700,
.btn.bg-main-two-700 {
    color: #ffffff !important;
}

.btn.btn-outline-main,
.btn.btn-outline-main-two,
.btn.bg-white,
.btn.bg-gray-50,
.btn.bg-main-50,
.btn.bg-main-two-50 {
    color: #0f172a !important;
}

.btn.btn-outline-main:hover,
.btn.btn-outline-main-two:hover,
.btn.bg-white:hover,
.btn.bg-gray-50:hover {
    color: #0f172a !important;
}

.btn[disabled],
.btn:disabled {
    color: #64748b !important;
}

.color-list__button.is-active {
    outline: 2px solid #0f172a;
    outline-offset: 2px;
}

.product-offer-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
}
