#skeleton {
    display: grid;
    gap: 20px;
}
.skeleton-4 {
    grid-template-columns: repeat(4, 1fr);
}
.skeleton-5 {
    grid-template-columns: repeat(5, 1fr);
}
.product-skeleton {
    border-radius: 8px;
    padding: 10px;
    background: #fff;
}
.skeleton-discount,
.skeleton-image,
.skeleton-title,
.skeleton-price,
.skeleton-old-price {
    background: linear-gradient(90deg, #f0f0f0 25%, #e6e6e6 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: shimmer 1.2s ease-in-out infinite;
    border-radius: 4px;
}
.skeleton-discount {
    width: 50px;
    height: 20px;
    margin-bottom: 8px;
    border-radius: 4px;
}
.skeleton-image {
    width: 100%;
    aspect-ratio: 1;
    margin-bottom: 10px;
    border-radius: 8px;
}
.skeleton-title {
    height: 16px;
    width: 90%;
    margin-bottom: 8px;
}
.skeleton-price {
    display: inline-block;
    height: 14px;
    width: 30%;
    margin-right: 10px;
}
.skeleton-old-price {
    display: inline-block;
    height: 14px;
    width: 30%;
}
@keyframes shimmer {
    0% { background-position: -400px 0; }
    100% { background-position: 400px 0; }
}

.col_list_kc_prod_D label.disable {
    color: #ccc;
    pointer-events: none;
    cursor: not-allowed;
}

.num_if_r_cctfgh button, .num_if_r_cctfgh .text_num_sl_prod_D {
    width: 3.5rem;
    height: 3.5rem;
}

.content_tskt ul li {
    background-color: var(--tailwind-50);
    display: flex;
    padding: 1.6rem;
    gap: var(--gap10);
    background-color: var(--tailwind-50);
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
}
.content_tskt ul li:nth-child(2n) {
    background-color: #fff;
}
.content_tskt ul li strong {
    flex-basis: 25%;
    max-width: 100%;
    color: var(--color-2);
    font-weight: 500;
}
.l_row_rbctfgh_sm {
    font-size: 16px;
}