/* Add custom CSS styles below */ 
.bg-inherit {
    background-color: #00102f;
}
.footer-is-light .store-footer .store-footer__inner {
   
    background-color: #00102f;
}
.footer-is-light .store-footer {
   
    background-color: #fdfdff;
    color: #fba700;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 100px;
}

.header-btn__icon {
   
    border-color: #eba000;
   
    color: rgb(255 255 254);
}

.s-block--features__item .feature-icon i {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #ff6767;
    color: #fba800;
}

.s-product-card-entry {
    BORDER: 1PX SOLID #00102f;
}

.s-button-primary-outline {
    fill: #414042;
    fill: #5a74a5;
    color: #414042;
    color: #fba800;
    BACKGROUND: #00102f;
}

.store-footer__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url(https://www12.0zz0.com/2024/09/17/21/433533134.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 5px  center;
    position: relative;
}



.top-navbar {
    display: flex;
    min-height: 48px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #00102f;
}

.navbar-brand img {
    max-height: 5rem;
    width: auto;
    max-width: 177px;
}

.top-navbar .s-search-input {
    border-style: none;
    background-color: rgb(255 255 255);
}