#dev_shift .elementor-inline-item span {
    cursor: pointer;
    padding-bottom: 12px;
    border-bottom: 2px solid transparent;
}
#dev_shift .elementor-inline-item span.still {
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: 600;
}
.dev_blogs {
    min-height: 694px !important;
    display: none !important;
}
.dev_blogs.still {
    display: block !important;
}

/* Blur video effect */
.blur-video {
    width: 100%;
    height: 100%;
}
.dev_pointer {
    pointer-events: none;
}

/* Shop Section */
.shop-section h2,
.shop-section h3 {
    pointer-events: none !important;
    user-select: none !important;
}

/* Spinner */
.spinner_container {
    pointer-events: none;
    width: 100px !important;
}
.spinner {
    margin: auto auto;
    border: 4px solid rgba(255, 255, 255, 0.25);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 768px) {
    .spinner {
        border: 2px solid rgba(255, 255, 255, 0.25);
        border-top: 2px solid #000;
        width: 30px;
        height: 30px;
    }
}
