@media screen and (min-width: 1600px) {
    .is-one-quarter-ultrahd {
        flex: none !important;
        width: 25% !important;
    }
}

.main-carousel {
    overflow: hidden;
    width: 100%;
}

.skeleton-item {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    cursor: default!important;
    border-radius: 99em;
    background: currentColor!important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 70%;
    letter-spacing: 2px;
    -webkit-animation: loading-pulse 1.5s ease-out infinite alternate;
    -moz-animation: none;
    opacity: .2;
    min-height: 1.2rem;
    min-width: 2rem;
    margin-bottom: 1rem;
}

@keyframes loading-pulse {
    to { opacity:.1 }
}

.skeleton-header {
    padding-top: 2rem;
    padding-bottom: .4rem;
}
@media screen and (min-width: 768px) {
    .skeleton-header {
        padding-bottom: 2.3rem;
    }
}
@media screen and (min-width: 1024px) {
    .skeleton-header {
        padding-bottom: 0;
    }
}

.skeleton-main-title .skeleton-item {
    margin-left: auto;
    margin-right: auto;
    height: 2.5rem;
}
.skeleton-main-title .skeleton-item:nth-child(1) {
    width: 25.5rem;
}
@media screen and (min-width: 768px) {
    .skeleton-main-title .skeleton-item:nth-child(1) {
        width: 40rem;
        margin-bottom: 1.5rem;
    }
}
@media screen and (min-width: 1024px) {
    .skeleton-main-title .skeleton-item:nth-child(1) {
        margin-bottom: 3rem;
    }
}

.skeleton-main-title .skeleton-item:nth-child(2) {
    width: 13.8rem;
}

.skeleton-tabs {
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media screen and (min-width: 768px) {
    .skeleton-tabs {
        margin-left: -1rem;
        margin-right: -1rem;
        border-bottom: 1px solid #eee;
    }
}

.skeleton-tabs .skeleton-item {
    margin-top: 1.25rem;
    margin-bottom: 1.05rem;
    margin-left: 1rem;
    margin-right: 1rem;
}
@media screen and (min-width: 768px) {
    .skeleton-tabs .skeleton-item {
        margin-bottom: 1.5rem;
    }
}
@media screen and (min-width: 1024px) {
    .skeleton-tabs .skeleton-item {
        margin-left: 2rem;
        margin-right: 2rem;
        margin-bottom: 2.3rem;
    }
}
.skeleton-tabs .skeleton-item:nth-child(1) {
    min-width: 12rem;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .skeleton-tabs .skeleton-item:nth-child(1) {
        width: 14.1rem;
    }
}

.skeleton-tabs .skeleton-item:nth-child(1)::after {
    content: "";
    background: #109db9;
    width: 14rem;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: -1rem;
}
@media screen and (min-width: 768px) {
    .skeleton-tabs .skeleton-item:nth-child(1)::after {
        bottom: -15px;
    }
}
@media screen and (min-width: 1024px) {
    .skeleton-tabs .skeleton-item:nth-child(1)::after {
        bottom: -25px;
        width: 18rem;
        left: -2rem;
    }
}

.skeleton-tabs .skeleton-item:nth-child(2) {
    min-width: 8.5rem;
}
@media screen and (min-width: 1024px) {
    .skeleton-tabs .skeleton-item:nth-child(2) {
        width: 9.8rem;
    }
}

.skeleton-tabs .skeleton-item:nth-child(3) {
    min-width: 6.6rem;
}
@media screen and (min-width: 1024px) {
    .skeleton-tabs .skeleton-item:nth-child(3) {
        width: 7.6rem;
    }
}

.skeleton-tabs .skeleton-item:nth-child(4) {
    min-width: 5.6rem;
}
@media screen and (min-width: 1024px) {
    .skeleton-tabs .skeleton-item:nth-child(4) {
        width: 6.4rem;
    }
}

.skeleton-tabs .skeleton-item:nth-child(5) {
    min-width: 3.6rem;
}
@media screen and (min-width: 1024px) {
    .skeleton-tabs .skeleton-item:nth-child(5) {
        width: 4rem;
    }
}

.skeleton-animco {
    min-height: 27.25rem;
    padding: .5rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .skeleton-animco {
        min-height: 23rem;
    }
}
@media screen and (min-width: 1240px) {
    .skeleton-animco {
        min-height: 25rem;
    }
}

.skeleton-filters-mobile {
    padding: 1rem;
}
.skeleton-filters-mobile .skeleton-filter {
    min-height: 4.5rem;
    padding: 1rem;
    border-radius: 0.4rem;
}
@media screen and (min-width: 768px) {
    .skeleton-filters-mobile .skeleton-filter:nth-child(1) {
        width: 50%;
        flex: none;
    }
}
.skeleton-filters-mobile .skeleton-filter:nth-child(2) {
    max-width: 11.6rem;
    margin-left: 1rem;
    margin-right: 1rem;
}
@media screen and (min-width: 768px) {
    .skeleton-filters-mobile .skeleton-filter:nth-child(2) {
        max-width: none;
    }
}
.skeleton-filters-mobile .skeleton-filter:nth-child(3) {
    max-width: 4.8rem;
}
@media screen and (min-width: 768px) {
    .skeleton-filters-mobile .skeleton-filter:nth-child(3) {
        width: 4.8rem;
        flex: none;
    }
}
.skeleton-filters-mobile .skeleton-item {
    margin: 0;
    padding: 1rem;
    min-width: 2rem;
    min-height: 1.5rem;
    margin-right: 1rem;
}
.skeleton-filters-mobile .skeleton-filter:nth-child(1) .skeleton-item:nth-child(2) {
    min-width: 4rem;
}
@media screen and (min-width: 768px) {
    .skeleton-filters-mobile .skeleton-filter:nth-child(1) .skeleton-item:nth-child(2) {
        width: 6rem;
    }
}
.skeleton-filters-mobile .skeleton-filter:nth-child(1) .skeleton-item:nth-child(3) {
    min-width: 4rem;
}
@media screen and (min-width: 768px) {
    .skeleton-filters-mobile .skeleton-filter:nth-child(1) .skeleton-item:nth-child(3) {
        width: 8rem;
    }
}

.skeleton-filters-mobile .skeleton-filter:nth-child(2) .skeleton-item:nth-child(2) {
    min-width: 4rem;
}

.skeleton-filters-mobile .skeleton-filter:nth-child(3) .skeleton-item:nth-child(1) {
    margin-left: auto;
    margin-right: auto;
}

.skeleton-filters-desktop .skeleton-filter {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.skeleton-filters-desktop .skeleton-filter:nth-child(1) {
    width: 30rem;
    flex: none;
}
.skeleton-filters-desktop .skeleton-filter:nth-child(1) .skeleton-item:nth-child(1) {
    width: 2rem;
    height: 2rem;
    margin-right: 1.25rem;
}
.skeleton-filters-desktop .skeleton-filter:nth-child(1) .skeleton-item:nth-child(2) {
    width: 5.4rem;
    height: 2.2rem;
}
.skeleton-filters-desktop .skeleton-filter:nth-child(2) {
    width: auto;
}
.skeleton-filters-desktop .skeleton-filter:nth-child(2) .skeleton-item:nth-child(1) {
    width: 10rem;
    height: 2.2rem;
}
.skeleton-filters-desktop .skeleton-filter:nth-child(3) {
    width: 50rem;
    flex: none;
}
.skeleton-filters-desktop .skeleton-filter:nth-child(3) .skeleton-item:nth-child(1) {
    width: 6rem;
    height: 2.2rem;
    margin-right: 2rem;
}
.skeleton-filters-desktop .skeleton-filter:nth-child(3) .skeleton-item:nth-child(2) {
    width: 25rem;
    height: 4.6rem;
    border-radius: .4rem;
}
@media screen and (min-width: 1240px) {
    .skeleton-filters-desktop .skeleton-filter:nth-child(3) .skeleton-item:nth-child(2) {
        height: 4.1rem;
    }
}
.skeleton-filters-desktop .skeleton-item {
    margin-bottom: 0;
}

.skeleton-animco-dot {    
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 0.8rem;
    background: #E1E1E1;
    border-radius: 50%;
    cursor: pointer;
}

.skeleton-wall-card-columns {
    margin-bottom: 2.5rem !important;
}
@media screen and (min-width: 768px) {
    .skeleton-wall-card-columns {
        padding-top: 1.5rem;
        margin-bottom: 3.5rem !important;
    }
}
@media screen and (min-width: 1240px) {
    .skeleton-wall-card-columns {
        padding-top: .75rem;
        margin-bottom: 2.75rem !important;
    }
}

.skeleton-wall-card .skeleton-item-device {
    height: 16rem;
    width: 7rem;
    border-radius: 1rem;
    position: relative;
    top: 0;
    margin-top: .75rem;
    left: 0;
}

@media screen and (min-width: 768px) {
    .skeleton-wall-card .skeleton-item-device {
        margin-bottom: 2rem;
        height: 17rem;
        width: 8rem;
    }
}
@media screen and (min-width: 1240px) {
    .skeleton-wall-card .skeleton-item-device {
        margin-bottom: 3rem;
    }
}

.skeleton-wall-card .skeleton-product-colors {
    margin-top: -1.5rem;
    align-self: center;
    max-width: 1.2rem;
    position: relative;
    z-index: 4;
    left: -.5rem;
}

.skeleton-wall-card .skeleton-product-color {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #E1E1E1;
    margin-bottom: .6rem;
}

.skeleton-wall-card .skeleton-ribbon {
    width: 3.1rem;
    height: 2.9rem;
    background: #E1E1E1;
    position: absolute;
    left: -1rem;
    top: 0.4rem;
    transform: skew(-15deg);
    border-radius: 0;
    border-top-right-radius: 0.5rem;
    z-index: 1;
}

.skeleton-wall-card .skeleton-device-wrapper {
    position: relative;
}

.skeleton-wall-card .skeleton-cc {
    width: 2.8rem;
    height: 2.8rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #E1E1E1;
    border-radius: 50%;
}

.skeleton-wall-list .skeleton-wall-card .skeleton-card-content {
    padding-left: 1.5rem !important;
    padding-top: .5rem !important;
}
@media screen and (min-width: 768px) {
    .skeleton-wall-list .skeleton-wall-card .skeleton-card-content > .skeleton-item {
        margin-left: auto;
        margin-right: auto;
    }
}
.skeleton-card-content .skeleton-item:nth-child(2) {
    width: 15rem;
    height: 2.5rem;
    border-radius: 6685px;
    margin-bottom: 1.5rem;
}
.skeleton-card-content .skeleton-item:nth-child(3) {
    width: 11.3rem;
}
@media screen and (min-width: 1240px) {
    .skeleton-card-content .skeleton-item:nth-child(3) {
        margin-bottom: 1.5rem;
    }
}
.skeleton-card-content .skeleton-item:nth-child(4) {
    width: 7.3rem;
    margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
    .skeleton-card-content .skeleton-item:nth-child(4) {
        margin-bottom: 3rem;
    }
}
@media screen and (min-width: 1240px) {
    .skeleton-card-content .skeleton-item:nth-child(4) {
        margin-bottom: 4rem;
    }
}
.skeleton-card-content .skeleton-item:nth-child(5) {
    width: 5.8rem;
}
.skeleton-card-content .skeleton-item:nth-child(6) {
    width: 8.3rem;
    height: 2.3rem;
    margin-bottom: 1.75rem;
}
.skeleton-card-content .skeleton-item:nth-child(7) {
    width: 10.9rem;
}
.skeleton-card-content .skeleton-item:nth-child(8) {
    width: 12rem;
    margin-bottom: 2rem;
}
.skeleton-card-content .skeleton-item:nth-child(9) {
    width: 11.5rem;
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .skeleton-wall-card .skeleton-tag {
        width: 15rem;
        height: 2.5rem;
        border-radius: 6685px;
        margin: 0 auto 3rem;
    }
}

@media screen and (min-width: 1240px) {
    .skeleton-wall-card .skeleton-tag {
        margin: 0 auto 2rem;
    }
}

.skeleton-comparator {
    border-top: 1px solid #eee;
    margin: 0 -1rem 0 -1rem !important;
    padding: 2rem 0 1rem;
}

@media screen and (min-width: 768px) {
    .skeleton-comparator {
        width: auto !important;
    }
}

.skeleton-comparator .skeleton-item {
    width: 18.7rem;
    margin: 0;
}

.skeleton-filters-left {
    width: 30rem;
    flex: none;
    padding-left: 1.5rem;
    padding-right: 3rem;
    margin-top: 3rem;
}

.skeleton-filters-left .skeleton-search {
    width: 25rem;
    height: 4.6rem;
    border-radius: 0.4rem;
}
.skeleton-separator {
    height: 1rem;
    border-radius: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.skeleton-filters-left .skeleton-filters-title {
    width: 15rem;
    height: 1.7rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.skeleton-filters-left .skeleton-filters-checkbox {
    width: 7rem;
    height: 1.8rem;
}
.skeleton-filters-left .skeleton-filters-more {
    width: 8rem;
    height: 1.4rem;
    margin-top: 2rem;
}