/* #skeleton-loader {} */
.skeleton-desktop {
    display: none;
}

.skeleton-circle {
    width: 20px;
    height: 20px;
    background: #eee;
    border-radius: 50%;
    animation: loading 1.5s infinite;
}

.dark-mode .skeleton-circle {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-circle-large {
    width: 100px;
    height: 100px;
    background: #eee;
    border-radius: 50%;
    animation: loading 1.5s infinite;
}

.dark-mode .skeleton-circle-large {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-circle-m {
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 50%;
    animation: loading 1.5s infinite;
    margin: auto;
}

.dark-mode .skeleton-circle-m {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-rect {
    width: 60px;
    height: 20px;
    background: #eee;
    border-radius: 10px;
    animation: loading 1.5s infinite;
}

.dark-mode .skeleton-rect {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-rect-medium {
    width: 120px;
    height: 20px;
    background: #eee;
    border-radius: 10px;
    animation: loading 1.5s infinite;
}

.dark-mode .skeleton-rect-medium {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-square-small {
    width: 30px;
    height: 30px;
    background: #eee;
    border-radius: 10px;
    animation: loading 1.5s infinite;
}

.dark-mode .skeleton-square-small {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-square {
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 10px;
    animation: loading 1.5s infinite;
}

.dark-mode .skeleton-square {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-square-medium {
    width: 100px;
    height: 100px;
    background: #eee;
    border-radius: 10px;
    animation: loading 1.5s infinite;
}

.dark-mode .skeleton-square-medium {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-img-large {
    width: 100%;
    height: 180px;
    background: #eee;
    border-radius: 10px;
    animation: loading 1.5s infinite;
}

.dark-mode .skeleton-img-large {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-text-100 {
    width: 100%;
    height: 10px;
    background: #eee;
    border-radius: 5px;
    animation: loading 1.5s infinite;
}

.dark-mode .skeleton-text-100 {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-text-70 {
    width: 70%;
    height: 10px;
    background: #eee;
    border-radius: 5px;
    animation: loading 1.5s infinite;
}

.dark-mode .skeleton-text-70 {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-text-50 {
    width: 50%;
    height: 10px;
    background: #eee;
    border-radius: 5px;
    animation: loading 1.5s infinite;
}

.dark-mode .skeleton-text-50 {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-text-30 {
    width: 30%;
    height: 10px;
    background: #eee;
    border-radius: 5px;
    animation: loading 1.5s infinite;
}

.dark-mode .skeleton-text-30 {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-product {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.skeleton-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-block: 16px;
}

.skeleton-mobile {
    padding-inline: 16px;
}

.skeleton-navbar-m {
    display: flex;
    height: 58px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.skeleton-nb-left,
.skeleton-nb-right {
    display: flex;
    gap: 16px;
    align-items: center;
}

.skeleton-rect-full-high {
    width: 100%;
    height: 50px;
    background: #eee;
    border-radius: 10px;
    animation: loading 1.5s infinite;
}

.dark-mode .skeleton-rect-full-high {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.skeleton-filter-d {
    width: 300px;
    min-width: 300px;
    height: 500px;
    background: #eee;
    border-radius: 10px;
    animation: loading 1.5s infinite;
}

.dark-mode .skeleton-filter-d {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-content-cat-d {
    display: flex;
    padding-inline: 32px;
    gap: 16px;
}

.skeleton-category-list-d {
    width: 100%;
}

.skeleton-hero-m {
    width: 100%;
    height: 200px;
    background: #eee;
    background: red;
    border-radius: 10px;
    animation: loading 1.5s infinite;
    margin-block: 32px;
}

.dark-mode .skeleton-hero-m {
    background: #ffffff0d;
    animation: darkLoading 1.5s infinite;
}

.skeleton-bottom-nav {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-block: 16px;
}

.skeleton-mini-menu {
    display: flex;
    justify-content: space-between;
}

.skeleton-thumbnails {
    display: flex;
    align-items: center;
    gap: 16px;
}

.skeleton-breadcrumb {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.skeleton-product-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-block: 32px;
}

@keyframes loading {
    0% {
        background: #eee;
    }

    50% {
        background: #ddd;
    }

    100% {
        background: #eee;
    }
}

@keyframes darkLoading {
    0% {
        background: #ffffff0d;
    }

    50% {
        background: #ffffff1a;
    }

    100% {
        background: #ffffff0d;
    }
}

/* Responsive Media Queries */
@media (min-width: 768px) {

    /* Styles for screens greater than 768px */
    .skeleton-products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {

    /* Styles for screens greater than 992px */
    .skeleton-mobile {
        display: none;
    }

    .skeleton-desktop {
        display: flex;
        flex-direction: column;
    }

    .skeleton-navbar-d {
        width: 100%;
        height: 116px;
        padding-inline: 32px;
        display: flex;
        flex-direction: column;
    }

    .skeleton-nbt-item {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .skeleton-navbar-top,
    .skeleton-navbar-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-block: 8px;
    }

    .skeleton-hero {
        width: 100%;
        height: 80vh;
        background: #eee;
        animation: loading 1.5s infinite;
    }

    .dark-mode .skeleton-hero {
        background: #ffffff0d;
        animation: darkLoading 1.5s infinite;
    }

    .skeleton-products {
        grid-template-columns: repeat(4, 1fr);
    }

    .skeleton-breadcrumb {
        padding-inline: 32px;
    }

    .skeleton-content-prd-d {
        display: flex;
        gap: 32px;
        padding-inline: 64px;
        margin-block: 32px;
    }

    .skeleton-cp-d-left,
    .skeleton-cp-d-right {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    /* Styles for screens greater than 1200px */

}