.product-img-skeleton {
    width: 100%;
    height: 230px;
}

.product-details-skeleton {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 5px;
    padding: 0px 10px;
    width: 100%;
    height: fit-content;
}
