html div.container{
    padding: 0;
    max-width: 1200px;

    width: 100%;

}


html header{
    margin: 0 auto;
    background: rgba(255 255 255 / 63%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0;
}

#categoryName {
    color: #000;
}
html .category-name{
    background: none;
}

#products .product-card{
    background: #FFFFFF;
}

div > .breadcrumbs a {
    color: #000;
}
div > .models-tags .tag {
    color: #000;
}


html .table-view .product-table thead {
    background-color: #ffffff !important;
    color: #000000 !important;
}


.table-view .product-table tbody tr{
    border-bottom: 1px solid #50b0d5a1 !important;
}

.table-view .product-table td{
    background: #ffffff !important;
}

div > .product-table a{
    color: #000;
}