.hero h1 {
    position: absolute;
    left: calc(50% - 594px);
    top: 104.55px;
    transform: translateY(-50%);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 69.188px;
    line-height: 0;
    color: #ffffff;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
    white-space: nowrap;
}
.search-input{
    border: unset;
    width: 100%; 
}
.search-input:focus-visible{
    outline: none;
}
.show_scrolled{
    top:65px;
    display: block;
}
/* .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(17, 132, 194, 0.6) 7.212%, rgba(248, 249, 250, 0.6) 75.481%);
} */
.cart_item_number {
    font-size: 10px;
    background: #ff0000;
    border-radius: 10px;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
    margin-top:-4px;
    position: absolute;
}
.filter-buttons{
    height: 32px;
}
.filter-buttons button{
    font-size: 14px;
    display: flex;
  align-items: center;
}
.products-menu-header a{
    color: black;
}
.products-menu-header a:hover{
    text-decoration: none;
    color: var(--denim);
    transition: 0.2s;
}
.card-header{
    background-color: unset;
    border-bottom: unset;
    padding: unset;
    padding-top: .5rem;
}
.hidden{
    display: none;
}

.brand img {
    height: unset;
    max-height: 63px;
    padding: 0 10px;
}
.navbar-toggler{
    display: none;
}
#navbarSupportedContent a{
    font-weight: bold;
    color: #1184c2;
}
#navbarSupportedContent a:active{
    color: black;
    transition: .1s;
}
.service-detail-container {
    padding: 0 16px;
}
.kit_porfolio{
    display:flex;
    gap:12px;
    align-items:stretch;
}
.gene_inhib_vector{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
    width: 990px;
}
.knockout_grna_vectors{
    display:flex;
    gap:4px;
    align-items:center;
    height:24px;
    margin-bottom:8px;
}
.knockout_grna_list_item{
    display:flex;
    gap:4px;
    align-items:center;
    padding:4px 0;
    height:28px;
}
@media (max-width: 900px) {
    #large_search{
        display: none;
    }
    .navbar-toggler{
        display: block;
    }
    .carousel-caption{
        left: 5%;
        right: 5%;
        width: 75%;
    }
    #main_carousel .learn-more{
        padding: 5px 10px;
        font-size: 1rem;
    }
    #main_carousel .learn-more{
        margin-top: 0px! important;
    }
    .hero{
        display: none;
    }
    .product-table th:nth-child(1){
        width: auto;
    }
    .product-table th:nth-child(2){
        width: auto;
    }
    .product-table th:nth-child(3){
        width: auto;
    }
    .product-table th:nth-child(4){
        width: auto;
    }
    .category-content{
        gap: 0;
    }
    .category-header{
        margin-bottom: 0;
    }
    .split-content{
        display: block;
    }
    .kit_porfolio{
        display:block;
    }
    .application-list li{
        height: unset;
    }
    .gene_inhib_vector{
        display: block;
        width: 100%;
    }
    .knockout_grna_vectors{
        height: unset;
    }
    .knockout_grna_list_item{
        height:unset;
    }
    .table-header{
        display: block;
    }
    .specs-table-wrapper{
        width: 100%;
        margin-top: 10px;
    }
    .product-filters{
        align-items: center;
    }
    .filter-group select, .filter-select{
        width: 100%;
    }
    .main-nav {
        display: none;
    }
}
