@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');

/*
Theme Name: TDA 2025
Author: Eugene Van Zyl
Description: A custom WordPress theme for The Display Agent.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
input,
select,
textarea {
    font-size: 16px !important;
}

input[type="search"] {
    color: gray !important;
    border: 1px solid #F27F26 !important;
}

input[type="search"]::placeholder {
    color: gray !important;
}

.corner-art {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    pointer-events: none;
}

.corner-art-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.uk-border-rounded {
    border-radius: 2rem !important;
}

.top-border-rounded {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
}

.important-background {
    background-color: #ED3746 !important;
}

.important-text {
    color: #ED3746 !important;
}

.blue-background {
    background-color: #42A5F5 !important;
}

.blue-text {
    color: #42A5F5 !important;
}

.green-background {
    background-color: #29BBB0 !important;
}

.green-text {
    color: #29BBB0 !important;
}

.purple-background {
    background-color: #7B3183 !important;
}

.purple-lite-bg {
    background-color: rgba(123, 49, 131, 0.6) !important;
}

.purple-text {
    color: #7B3183 !important;
}

.orange-background {
    background-color: #F27F26 !important;
}

.orange-text {
    color: #F27F26 !important;
}

.yellow-background {
    background-color: #EEC82C !important;
}

.yellow-text {
    color: #EEC82C !important;
}

.white-background-solid {
    background-color: white !important;
}

.white-background {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.white-background-nav {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.white-text {
    color: white !important;
}

.uk-padding-icon {
    padding-bottom: 0.2rem;
    padding-left: 1.4rem;
}

.site-title {
    font-family: 'Orbitron', sans-serif;
    /* font-style: italic; */
    color: #7B3183;
}

.alt-text {
    font-size: 1.5rem; /* Matches uk-heading-small */
}

.alt-text-small {
    font-size: 0.875rem; /* Matches uk-text-meta */
}

.alt-text-large {
    font-size: 4.625rem;
    line-height: 1;
}

@media (max-width: 639px) {
    .alt-text-large {
        font-size: 3rem;
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    .alt-text-large {
        font-size: 4rem;
    }
}

.alt-text, .alt-text-small, .alt-text-large {
    font-family: 'Orbitron', sans-serif !important;
    line-height: 1;
}

/* Default pill style */
.filter-pill {
    background-color: white !important;
    color: #7B3183 !important;
}

/* Active pill */
.uk-subnav-pill > .uk-active > .filter-pill {
    background-color: #7B3183 !important;
    color: white !important;
}

.scroll-horizontal {
    overflow-x: auto;
    white-space: nowrap;
}

.scroll-horizontal::-webkit-scrollbar {
    display: none;
}

#filter-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 0.4rem;
    width: 3rem;
    border-radius: 1rem;
    background: #7B3183; /* Your accent color */
    border: none;
    margin: 0.2rem 0.2rem;
}

#filter-slider {
    height: 1.4rem;
}

#filter-slider::-webkit-slider-runnable-track {
    height: 0.8rem;
    background-color: white;
}

.gray-text {
    color: gray !important;
}

.uk-notification-message {
    font-size: 1rem;
    border-radius: 2rem !important;
    width: auto !important;
}

.uk-notification-message-success {
    background-color: #29BBB0 !important;
    color: white !important;
    text-align: center;
}

.reseller-highlight > a {
    border: 2px solid white !important;
    border-radius: 2rem !important;
    padding: 0.2rem 1rem !important;
    color: #EEC82C !important;
}

.uk-modal {
    z-index: 2000 !important;
}

.tab-link {
    background-color: transparent !important;
    color: #F27F26 !important;
}

li.uk-active > .tab-link {
    background-color: #F27F26 !important;
    color: white !important;
}

.promo-content {
    position: relative;
    z-index: 1;
}

.promo-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent), rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    z-index: -1;
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
}

#tda-cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #F27F26;
    color: #fff;
    border-radius: 50%;
    padding: 0 6px;
    font-size: 0.75rem;
    font-weight: bold;
}

.uk-button-default {
    background-color: #7B3183 !important;
}
