/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* correction for product tile hover border*/
.skeleton_loader {
    background: #f0f0f0;
    background-image: linear-gradient(90deg, #f0f0f0 0, #e8e8e8 40px, #f0f0f0 80px);
    background-size: 420px;
    animation: shine-loading-label 2s infinite ease-out;
}
@keyframes shine-loading-label {
    0% {
        background-position: -100px;
    }
    40%, 100% {
        background-position: 147px;
    }
}
.skeleton_badge, .skeleton_link {
    width: 137px;
    height: 18px;
    margin-bottom: 3px;
}
.skeleton_link {
    margin-top: 10px;
}
@media (min-width: 1280px) {
    .skeleton_link {
        margin-top: 0;
    }
}
.skeleton_name, .skeleton_price {
    width: 100%;
    height: 18px;
    margin-bottom: 3px;
}
.skeleton_attribute {
    width: 100%;
    height: 58px;
}
.skeleton_button {
    width: 100%;
    height: 40px;
}
.skeleton_product-details--left {
    height: 90px;
    margin-bottom: 10px;
}
@media (min-width: 1280px) {
    .skeleton_product-details--left {
        width: 700px;
    }
}
.skeleton_product-details--right {
    height: 150px;
}
@media (min-width: 1280px) {
    .skeleton_product-details--right {
        width: 300px;
        height: 300px;
    }
}
.skeleton_breadcrumbs {
    height: 55px;
}
@media (min-width: 1280px) {
    .skeleton_breadcrumbs {
        height: 45px;
    }
}
.skeleton_description_liner {
    height: 30px;
    margin-bottom: 1rem;
}
@media (min-width: 1280px) {
    .skeleton_block {
        width: 100%;
        height: 400px;
        margin-top: 30px;
    }
}
