.top-bar{
    background-color: #0D5163;
}

.cms-element-acris-category-box .category-box-inner {
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    border-radius: 16px;
    border: 4px solid var(--primary-Original-PP-Grey, #0D5163);
}

.cms-element-acris-category-box .category-box-inner:hover {
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    border-radius: 16px;
    border: 4px solid var(--primary-Original-PP-White, #fff);
}

.cms-element-acris-category-box .category-box-name {
    transition: all 0.3s ease;
    width: auto;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.66);
    color: #fff;
    font-weight: 700;
    border-top-right-radius: 15px;
}

.cms-element-twt-classic-teaser.is-default .text:hover {
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #0D5163;
    width: auto;
    color: #fff;
    border-top-right-radius: 16px;
}

.cms-element-solid-ase-content-slider:hover {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 3px solid #0D5163;
}

.pp-te-start-teaser-1:hover {
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    border-radius: 24px;
    border: 4px solid #0D5163;
}

.cms-element-twt-call-to-action .cms-image-container.is-cover:hover {
    border-radius: 16px;
    border: 3px solid #0D5163;
}

.product-box .product-image-wrapper:hover {
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid #45454C;
}


