.question-tooltip {
    background-color: #892CFF;
}

.filter-count {
    background-color: transparent;
    border-color: #892CFF;
    border-style: solid;
}

.filter-sections {
    border-radius: 15px;
    border-color: #892CFF;
    border-style: solid;
    padding: 5px;
    background-color: transparent;
}

.user-action-cart.popup-widget.cart-widget.loader-wrapper {
    display: none !important;
}

.homepage-blog-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

.homepage-blog-wrapper .news-item .image {
    border: 3px solid #892CFF;
    border-radius: 15px;
}

.homepage-blog-wrapper .homepage-group-title {
    color: #CC0637;
}

#category-filter-hover .filter-section:first-child, .filter-section+.filter-section {
    border-top-color: #892CFF;
}

.container-full-width {
    width: 1439.28px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .container-full-width {
        width: 100%;
    }
}

.benefitBanner__item {
    background: linear-gradient(135deg, #281034, #0E204C);
    border-radius: 25px;
    width: calc((100% - 40px - 20px) / 3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px;
    line-height: 1.5;
}

#category-filter-hover.visible, .content #category-filter-hover, .content .sidebar #category-filter-hover.visible {
    display: block;
    background: transparent;
    border-radius: 15px;
}

.benefitBanner__picture, .benefitBanner__content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.benefitBanner__title {
    font-weight: bold;
}

.benefitBanner__data {
    color: #EEF2F4;
    line-height: 1.5;
}

.benefitBanner__container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}

.p-image img {
    border-radius: 15px;
    border-color: #892CFF;
    border-style: solid;
    border-width: 2px;
}

.btn.btn-default {
    border-radius: 15px;
    border-color: #892CFF;
    border-style: solid;
    border-width: 2px;
    background-color: #000000;
    color: #892CFF;
}

.btn.btn-default:hover {
    background-color: #892CFF;
    color: #000000;
}
