.de-item .d-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 75%);
}

.de-item .d-overlay .d-text{
    position: absolute;
    bottom: -50px;
    padding: 30px;
    width: 100%;
    transition: bottom 0.6s ease; /* Weichere Bewegung */
}

.de-item .d-overlay .d-text .btn-main{
    margin-top: 10px;
    transition: opacity 0.6s ease, transform 0.6s ease; /* Weichere Übergänge */
    opacity: 0; 
    background-color: #007bff;
    color: #fff;
}

.de-item{
    border: solid 0px rgba(var(--primary-color-rgb), 0);
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.de-item:hover .d-overlay .d-text .btn-main{
    opacity: 1;
}

.de-item:hover {
    border: solid 5px #007bff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Weicherer Schatten */
    background-color: #007bff;
}

.de-item:hover .d-overlay .d-text{
    bottom: 0;
}

.d-gallery-item {
    overflow: hidden;
    position: relative;
    color: #ffffff;
}
  
.d-gallery-item img {
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease; /* Weichere Bildskalierung */
}

.d-gallery-item .dgi-1 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease; /* Weichere Einblendung */
}

.d-gallery-item:hover .dgi-1 {
    opacity: 0.8;
}

.d-gallery-item:hover img {
    transform: scale(1.2);
}

.de-item .d-overlay .d-label{
    position: absolute;
    font-size: 14px;
    top: 20px;
    right: 20px;
    padding: 0px 12px;
    color: #ffffff;
    font-weight: 800;
    border-radius: 6px;
    background-color: #007bff;
}
.field-set .d-label {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}

.ul-style-2 .d-label {
    background: #fdda76;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 5px;
}

.btn-fullwidth {
    display: block;
    width: 100%;
}

.btn-main:hover {
    color: #fff;
    box-shadow: 2px 2px 20px 0px rgba(var(--primary-color-rgb), 0.5);
}

.swiper-slide-active .btn-main {
    animation-delay: 0s;
    animation: fadeInUp 0.15s;
}
.btn-main.btn-small {
    padding: 5px 20px 5px 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-main,
.btn-main:active,
.btn-main:focus,
.btn-main:visited,
.btn-main,
input[type=button].btn-main,
a.btn-line,
#mainmenu li ul.mega a.btn-main {
    display: inline-block;
    font-family: var(--title-font);
    text-align: center;
    color: #fff;
    outline: 0;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 20px 2px 20px;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    border-radius: 5px;
}

.btn-main img {
    width: 24px;
    margin-right: 10px;
    margin-top: -2px;
}

.btn-main.big {
    font-size: 30px;
    padding: 20px 30px;
}

.dark-scheme .de-gradient-edge-bottom {
    background: linear-gradient(0deg, rgba(30, 31, 34, 1) 0%, rgba(30, 31, 34, 0) 100%);
}

.dark-scheme .de-gradient-edge-top {
    background: linear-gradient(180deg, rgba(30, 31, 34, 1) 0%, rgba(30, 31, 34, 0) 100%);
}

.row.g-4.dgi-1 {
    margin-top: 30px;
}

.col-lg-3.d-gallery-item {
    margin-bottom: 30px;
}

.col-lg-6 {
    position: relative;
}

.btn-main-view-all {
    margin-top: 20px;
    background-color: #007bff;
    color: #fff;
}

.price {
    font-size: 14px;
    top: 20px;
    right: 20px;
    padding: 0px 12px;
    color: #ffffff;
    font-weight: 800;
    border-radius: 6px;
    background-color: var(--primary);
}

#Games {
    position: relative;
}

.btn-main-view-all {
    position: relative;
    margin-top: 20px;
    background-color: #007bff;
    color: #fff;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
