/* skeleton experiences */
.skeleton {
    background: linear-gradient(90deg, #e0e0e0 25%, #f4f4f4 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.2s infinite;
    border-radius: 4px;
}

.skeleton-text {
    margin-bottom: 10px;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}


.placeholder-glow .blog_image,
.placeholder-glow div {
    animation: placeholderShimmer 1.2s linear infinite;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 100%;
}

@keyframes placeholderShimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

/* ajustes para textos de y para en gift card */
.text-gift {
    font-size: 20px;
    font-weight: 800;
    line-height: 42px;
    padding-bottom: 15px;
    margin: 0px;
    padding-left: 0;
    padding-right: 0;
}