.col-inner:has(> .product_preview) {
    height: 100%;
}

.product_preview {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding-bottom: 1em;
    height: 100%;
}

.preview_header {
    background-color: rgb(174, 26, 26);
    color: #fff;
    padding: 30px 0px 30px 0px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.preview_body {
    padding: 0px 40px 0px 40px;
}

.product_preview .preview_body .img {
    text-align: center;
}

.product_preview .preview_body .img img {
    max-width: 250px;
    min-height: 250px;
    max-height: 250px;
    object-fit: contain;
}

.product_preview .preview_body ul {
    margin-left: 0;
}

.product_preview .preview_body .button.more-info {
    background-color: transparent;
    color: #777;
    border-color: #777;
}

.product_preview .preview_body .button.more-info:hover {
    background-color: #777;
    border-color: #777;
    color: #fff;
}

.product_alternative_list {
    text-align: center;
}

.product_alternative_list_image {
    margin: 0 auto;
    padding-bottom: 10px;
}

.product_alternative_list_image img {
    object-fit: cover;
    height: 150px;
}

.product_alternative_list_item small.woocommerce-price-suffix {
    display: none;
}

ul.alphabet {
    list-style: none;
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

ul.alphabet li {
    margin: 1px 3px !important;
    background-color: #f1f1f1;
    color: #8c8c8c;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

ul.alphabet li a {
    width: 100%;
    display: block;
    height: 100%;
    padding: 0 10px;
}

.anchor {
    width: 100%;
    background-color: #f1f1f1;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 25px;
    text-align: center;
    color: #ae1a1a;
}

ul.categorieen {
    list-style: none;
    margin-left: 0;
    margin: -5px -20px;
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

ul.categorieen li.categorie {
    position: relative;
    margin: 0;
}

ul.categorieen li.categorie a {
    display: block;
    margin: 5px 20px;
    height: 40px;
    line-height: 40px;
    color: #8c8c8c;
    border-bottom: 1px solid #777777;
}

ul.categorieen li.categorie a:hover {
    color: #ad181a;
}

@media screen and (max-width:1000px) {
    ul.alphabet {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:1200px) {
    ul.categorieen {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width:768px) {
    ul.categorieen {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:480px) {
    ul.categorieen {
        grid-template-columns: 1fr;
    }
}