.main-carousel-bg {
    /*background: radial-gradient(150% 190% at 80% -40%, var(--bs-primary-bg-subtle) 50%, #2979ff 100%);*/
    /*background: radial-gradient(60% 60% at 80% 60%, #1e6aee 2%, #083472 100%, #000000 170%);*/
    background: radial-gradient(60% 60% at 80% 65%, #1e6bf0 5%, #052047 150%);
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.product-section {
    min-height: 70vh;
}

.product-view {
    max-height: 70vh;
}

.carousel-control-next,
.carousel-control-prev, .carousel-indicators {
    filter: invert(100%);
}

.navbar-up {
    background-color: transparent;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.navbar-scrolled {
    background-color: var(--bs-body-tertiary) !important;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-custom {
    font-weight: 500;
    color: var(--bs-body-tertiary);
    transition: color 0.3s ease;
}

.logo-bg {
    background-color: rgba(245, 245, 245, .7);
    border-radius: 8px;
    padding: 8px;
    margin: 4px 8px 12px 0;
    height: 50px;
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 4px rgba(245, 245, 245, .2);
}