/* --- Auto-generated CSS by Theme Configurator --- */
/* --- Last updated: 2026-03-30 16:29:13 --- */

:root {
    --th-color-main-purple: #3B2563;
    --th-color-light-blue: #29B4D6;
    --th-color-dark-blue: #00181C;
    --th-color-dark-purple: #27134B;
    --th-color-main-blue: #004288;
    --th-color-text-grey: #37474F;
    --th-color-lines-light-grey: #EBE9EF;
    --th-color-text-medium-grey: #9AA8AE;
    --th-color-background-grey: #F6F6F6;
    --th-color-dark-grey: #444444;
}

#custom-top-bar {
    background: #3B2563;
    color: #FFFFFF;
    font-family: Roboto;
}

#custom-top-bar .row {
}

#custom-top-bar .top-bar__main-content {
    font-size: 15px;
    font-weight: 400;
}

.th-vertical-menu {
}

.th-vertical-menu .th-menu__link {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: #00181C;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.th-vertical-menu .th-vertical-menu__toggle {
    width: 290px;
    max-width: 290px;
    background-color: #29B4D6 !important;
    color: #ffffff !important;
}

/* --- Product Card Styles --- */
.th-product-card {
    font-family: Roboto;
}

.th-product-title,
.th-product-title a {
    font-size: 16px !important;
    color: #37474F !important;
    font-weight: 500 !important;
}

.th-add-to-cart-btn {
    background-color: #3B2563 !important;
    border-color: #3B2563 !important;
    color: #FFFFFF !important;
}

.th-add-to-cart-btn:hover {
    background-color: #3B2563 !important;
    opacity: 0.85 !important;
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

.th-add-to-cart-btn:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

/* --- Footer Background Styles --- */
.footer {
    background-image: url('/modules/th_themeconfig/uploads/footer_backgrounds/footer_background_1774877352_69ca7aa82da75.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* --- Footer Typography Styles --- */
footer .th-footer-bu {
    font-family: Roboto;
}

footer .th-footer-bu .th-footer-title {
    color: #29B4D6 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

footer .th-footer-bu a {
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

footer .th-footer-bu a:hover {
    opacity: 0.8;
}

footer .th-footer-bu p {
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

