.dgwt-wcas-suggestions-wrapp, .dgwt-wcas-details-wrapp, .dgwt-wcas-suggestion, .dgwt-wcas-datails-title, .dgwt-wcas-details-more-products {
    border-color: var(--primary-color) !important;
}

.dgwt-wcas-suggestion-selected {
    background-color: var(--primary-color) !important;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st-title {
    color: #fff !important;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: transparent !important;
    color: var(--primary-color) !important;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 {
    display: none !important;
}